/* BASIC css start */
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css">



/*	¿µ¹®*/	
@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;
}	
	
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
	
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');




	
	/*	°øÅë*/

	#base_beginner .center {text-align: center;}
	#base_beginner .c_gd {color: #a96c3b;}
	#base_beginner .c_bl {color: #7e8ea0;}
	
	button {cursor: pointer; background: inherit; border:none ;padding:0; margin:0}
	#base_beginner .btn_1 {
		width: 100%;
		margin: -100px auto 0 auto;
		text-align: center;
	}
	

	#base_beginner .btn_1 button {
		padding: 10px 20px;
		border-radius: 30px;
		background-color: #a96c3b;
		color: #fff;
		font-size: 1.3rem;
	}
	
	#base_beginner .btn_1 button:hover {
		background-color: #7e8ea0;
		box-shadow:  2px 2px 3px rgba(0, 0, 0, 0.3);
	}
	
        #base_beginner .btn_2 {
		width: 100%;
		margin: -100px auto 0 auto;
		text-align: center;
	}
	

	#base_beginner .btn_2 button {
		padding: 10px 20px;
		border-radius: 30px;
		background-color: #5184aa;
		color: #fff;
		font-size: 1.3rem;
	}
	
	#base_beginner .btn_2 button:hover {
		background-color: #7e8ea0;
		box-shadow:  2px 2px 3px rgba(0, 0, 0, 0.3);
	}
	
/*	ÆùÆ® rem »çÀÌÁî=Æ÷Åä¼¥ pt »çÀÌÁî/16*/
	/**********************************/
	#base_beginner {
		width:100%;
		margin:0 auto 150px auto;
/*		padding-bottom: 50px;*/

	}

	#base_beginner .header {
		border: 1px solid rgb(0,0,0,0);
		display: block;
		text-align: center;
		background-image:url("/design/munku/be_new/new_side/1-bg.jpg");
		background-position: top center;
		background-repeat:no-repeat; 
		
	}
	
	
	#base_beginner .header .header_con {
		padding-top: 230px;
		color: #7e8ea0;
		margin: 0 auto;

	}
	
	
	#base_beginner .header .header_con p {
		font-family: 'S-CoreDream-5Medium';
		display: inline-block;
		padding: 5px 20px;
		font-size: 3rem;
		position: relative;
		background: #fff;
		border-radius: 0.6em;
		margin-bottom: 50px;
		-webkit-margin-after:30px
	}

	#base_beginner .header .header_con span{
		font-family: 'S-CoreDream-5Medium';
	}
	
	#base_beginner .header .header_con p:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-top-color: #fff;
		border-bottom: 0;
		border-left: 0;
		margin-left: -10px;
		margin-bottom: -12px;
	}
	
	
/*	star ÀÌ¹ÌÁö top / lett º¯°æ ÇØ¾ßÇÔ*/	
	#base_beginne:after{content: '';display:block;clear:both;}
	#base_beginner .header {position: relative;}

	#base_beginner .header .header_con .c_gd:before {
		background: url("/design/munku/be_new/new_side/star.png") no-repeat;
		position: absolute;
		content: "";
		padding: 50px;
		top: -50px;
		left: -50px;
		display: inline-block;
		z-index: 10;

	}
	
	#base_beginner .header .header_con h1 {
		font-family: 'yg-jalnan';
		font-size: 5rem;
		margin-top: 5px;
		text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
		-webkit-text-stroke: 1px #fff;
		

		
		text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #fff, 0 -4px 0 #fff, 3px 3px #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
		color: #7e8ea0;
	
	}
	
	
	#base_beginner .header .header_con img {
		border: 20px solid #fff;
		margin-top: 20px;
		
	}
	

	
	
	
	
	/*	main º»¹®*/
	#base_beginner .main {
		width: 1000px;
		margin: 0 auto;
		font-size: 1.4rem;
		color: #2e4052;
		line-height: 1.7;
	}

	#base_beginner .main	.center {

		font-size: 1.8rem;
		margin-top: 130px;
	}
	
	
	#base_beginner .main	.box {
		margin-top: 150px;
		padding: 0;
	}
	
	#base_beginner .main	.box li:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#base_beginner .main	.box li {
		position: relative;
		margin-top: 80px;
		
	}
	

	#base_beginner .main	.box .num {
		position: absolute;
		font-size: 6.25rem;
		font-weight: 900;
		font-style: italic;
		opacity: 0.2;
		margin-left: 10px;
		
	}
	
	#base_beginner .main	.box img {
		
		margin-top: 70px;
	}	
	
	#base_beginner .main	.box:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#base_beginner .main	.box .in {
		
		float: left;
		text-align: right;
	}
	
	#base_beginner .main	.box .in_r {
		float: right;
		margin-left: 50px;
		

		
	}
	
	#base_beginner .main	.box .c_bl {
		font-size: 2rem;
		font-weight: 600;
		



	}
	
	#base_beginner .main	.box .in_text {

			
		width: 540px;
		height: 400px;
		margin-top: 70px;
		display: inline-block;
		position: relative;

		
	}
	
	#base_beginner .main	.box .in_text .in_text_box {
		position: absolute;
		top: 50%;
		transform: translate(-0%, -50%);
		
	}
	
	

	#base_beginner .width {
	
		background-color: #faf4ed;
	}
	#base_beginner .ment {
		width: 1000px;
		margin: 250px auto;
		padding-bottom: 50px;

		
	}	
	#base_beginner .ment:after {
		content: "";
		display: block;
		clear: both;
	}
	#base_beginner .ment > img {
		margin: -50px 0 0 0px;	
		float: left;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);	}
	
	#base_beginner .ment .ment_r {
		font-size: 1.6rem;
		color: #544334;
		margin-left: 460px;
		padding-top: 180px;
	}
	
	#base_beginner .ment .ment_r img {
		margin-bottom: 20px;

	}

/* BASIC css end */

