/* 나눔스퀘어 */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
	font-family: 'ChosunilboNM';
	src: local('ChosunilboNM'), url('/fonts/ChosunilboNM/ChosunilboNM.woff') format('woff');
}
@font-face {
	font-family: 'Felixti';
	src: local('Felix Titling'), url('/fonts/Felixti/Felixti.woff') format('woff');
}
@font-face {
	font-family: 'GmarketSansLight';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GmarketSansBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.ChosunilboNM { font-family: 'ChosunilboNM'; }
.Felixti { font-family: 'Felixti'; }
.nanumsquare { font-family: 'nanumsquare'; }
* { box-sizing: border-box; }
body {
	font-family: "Nanum Square","ChosunilboNM" ,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 0;
}
h2 {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 0;
}
h3 {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0;
}
h4 {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 0;
}
h5 {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 0;
}
h6 {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0;
}
p {
	font-size: 0.85rem;
	line-height: 1.6;
	margin-bottom: 0;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
	margin-bottom: 0;
}
b { font-weight: 600; }
a { color: inherit; }
.container {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	max-width: 1200px;	
}
.container_l {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	max-width: 1490px;
}
.container_xl {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	max-width: 1780px;
}
.img_wrap {
	text-align: center;
}
.img_wrap img {
	max-width: 100%;
}

.chk_custom input {
	display: none;
}
.chk_custom input + span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #e4b679;
	vertical-align: middle;
}
.chk_custom input:checked + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #e4b679;
}
.chk_custom p {
	display: inline-block;
	vertical-align: middle;
}

.chk_square input {
	display: none;
}
.chk_square input + span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	background: url('/images/new/common/checkbox.jpg') no-repeat center;
	background-size: 100%;
	vertical-align: middle;
}
.chk_square input:checked + span {
	background-image: url('/images/new/common/checkedbox.jpg');
}
.chk_square p {
	display: inline-block;
	vertical-align: middle;
}



/* 12.20 재성 추가 */

/* 박스 스타일 */
.style_box1 {
	position: relative;
	padding: 7px;
	background-color: #f1eee7;
}
.style_box1:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 30px;
	height: 30px;
	background-image: url('/images/new/common/box1/dot1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1eee7;
	background-size: 30px;
	z-index: 1;
}
.style_box1:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 30px;
	height: 30px;
	background-image: url('/images/new/common/box1/dot2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1eee7;
	background-size: 30px;
	z-index: 1;
}
.style_box1 .inner_box {
	position: relative;
	padding: 40px 30px;
	min-height: 250px;
	background-image: url('/images/new/common/box1/obj1.png'), url('/images/new/common/box1/obj1.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left 20px center, right 20px center;
	background-size: 100px, 100px;
	border: 1px solid #cbc4b7;
	text-align: center;
}
.style_box1 .inner_box:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 42px;
	height: 42px;
	background-image: url('/images/new/common/box1/dot3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1eee7;
	z-index: 1;
}
.style_box1 .inner_box:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 42px;
	height: 42px;
	background-image: url('/images/new/common/box1/dot4.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1eee7;
	z-index: 1;
}
.style_box1 .inner_box .title {
	margin-bottom: 40px;
}

.style_box2 {
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #e0b8a2;
}
.style_box2:after {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	right: 50%;
	width: 114px;
	height: 60px;
	transform: translate(50%, 0);
	background-image: url('/images/new/common/box2/obj1.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.style_box2 .inner_box {
	padding: 50px 30px;
	border: 1px solid #e0b8a2;	
	text-align: center;
}

.style_box3 {
	position: relative;
	padding: 40px 30px;
	border-top: 2px solid #d1ad7e;
	background-color: #f8f7f5;
	background-image: url('/images/common/pattern2.png');
	text-align: center;
}
.style_box3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 60px;
	height: 60px;
	background-image: url('/images/new/common/box3/dot1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}
.style_box3:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
	background-image: url('/images/new/common/box3/dot2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}

.style_box4 {
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #e0b8a2;
}
.style_box4:after {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	right: 50%;
	width: 114px;
	height: 60px;
	transform: translate(50%, 0);
	background-image: url('/images/new/common/box2/obj1.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.style_box4 .inner_box {
	padding: 35px 20px;
	background-image: url('/images/new/main/pattern4.jpg');
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}

/* 버튼 스타일 */
.btn_style1 {
	padding: 12px 30px;
	border: 1px solid #cda365;
	color: #cda365;
	font-size: 1.05rem;
	font-family: 'ChosunilboNM';
	font-weight: 600;
	box-shadow: 2px 2px 8px 0px rgba(205,163,101,0.3);
}


/* 폰트 색삭 */
.color_darkgray { color: #303030; }


.section_pd15 {
	padding-left: 15px;
	padding-right: 15px;
}
