/************************************ 
------ PC Font-common Start ---------
************************************/
section.common_cnt_01 .inner ul li h5 {
	font-size: 22px;
	word-break: keep-all;
	line-height: 1.3;
}
section.common_cnt_01 .inner ul li span {
	font-size: 20px;
	padding: 0 10px;
}

/* font-size Noto Sans CJK KR */

.fs55 {font-size: 55px; font-weight: 500;}
.fs40 {font-size: 40px; font-weight: 500; line-height:1.4;}
.fs30 {font-size: 30px; font-weight: 400; line-height:1.4;}
.fs34 {font-size: 34px; font-weight: 500; line-height:1.4;}
.fs26 {font-size: 26px; font-weight: 200;}
.fs22 {font-size: 22px; font-weight: 300;}
.fs20 {font-size: 20px; font-weight: 300;}

/* font-size poppins */

.fs22p {font-family:'Poppins', 'Noto Sans KR', sans-serif; font-size: 22px; font-weight: 500;}
.fs18p {font-family:'Poppins', 'Noto Sans KR', sans-serif; font-size: 18px; font-weight: 500;}


/* font-weight & color / background-color */

.brown {color:#bd8766; !important;}
.white {color:#ffffff; !important;}
.bg-brown {background-color:#bd8766 !important;}
.fw3 {font-weight:300;}
.fw4 {font-weight:400;}
.fw5 {font-weight:500;}
.fw6 {font-weight:600;}

/* text-align */

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

/* radius-box */

.rdbox {
	font-size: 22px; 
	font-weight: 500; 
	line-height: 1; 
	color: #BD8766; 
	border-radius: 100px; 
	border: 1px solid #BD8766;
	padding: 12px 16px; 
	display: inline-block;
	margin-bottom: 24px;
}

/* brown dash-bar (.fs40이 속한 부모값에 dash-bar 클래스 부여) */

.dash-bar .fs40::after {content:"";width:50px;height:2px;background:#bd8766;display:block;margin:40px auto;}

.mo_only {display: none;}
.pc_only {display: block;}

/* 타이틀 영문 */

small.fs22p {display:block; margin-bottom:34px;}


/* inner wrapping size */

.inner {
	max-width:1440px;
	padding: 0 24px;
	margin:0 auto;
}


/************************************
------- PC Font-common End ----------
************************************/


section {
	padding: 130px 0;
}


.icon_width_30 {
    width: 24px !important;
}

.icon_width_38 {
    width: 38px !important;
}


.sub-con01 {
	border-top:1px solid #E6D1C8; 	
}

.sub-con01 .title {
	margin-bottom:50px;
}

.sub-con01 .content_area {
	padding:0 118px;
}

.sub-con01 .contBox {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border-bottom:2px solid #BD8766;
	
}

.sub-con01 .contBox .img_area {
	width:50%;
	background:#f8f8f8;
}
.sub-con01 .contBox .img_area img{
	max-width:100%;
}


.sub-con01 .contBox .text_area {
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:40px;
	box-sizing:border-box;
	border:1px solid #B3B3B3;
	border-left:0;
	border-bottom:0;
	background:white;
	text-align: left;
}

.sub-con01 .contBox .text_area h3 {	
	margin-bottom: 24px;
}

.sub-con01 .contBox .text_area p {
	text-align:left;
	letter-spacing:-0.02em; 
}

.sub-con01 .contBox .text_area .prp_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0px;
}

.sub-con01 .contBox .text_area .prp_items .prp_item {
    width: 48%;
    padding: 0;
    display: flex;
    align-items: center;
	text-align:left;
	margin-top:16px;
}

.sub-con01 .contBox .text_area .prp_items .prp_item span {
    font-size: 20px;
    margin-left: 10px;
}

.sub-con02 {
	background: rgba(240, 240, 240, 1);
}
.sub-con02 .title {
	margin-bottom:50px;
}

.sub-con02 .content_area{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap:24px;
}

.sub-con02 .content_area .contBox{
	width: calc((100% - 24px) / 2);
}
.sub-con02 .content_area .contBox img {
	width:100%;
}
.sub-con02 .content_area .contBox .caption{
	padding:34px;
	background:#fff;
	text-align:center;
}

.sub-con02 .content_area .contBox .caption h3{
	margin-bottom:12px;
}


/* sub-content 03 */
.sub-con03 {
	background: rgba(241, 237, 230, 1);
	padding:130px 0 100px;
}
.sub-con03 .content_area {
    text-align: center;
	padding:0 118px;
}

.sub-con03 .content_area .title {
    margin: 0 0 50px;
}

	.sub-con03 .content_area .title h2 {
		margin:0 0 30px;
	}

.sub-con03 .content_area .contBox ul {
    display: flex;
    flex-wrap: wrap;
	 justify-content: space-between;
	gap:24px;
}
.sub-con03 .content_area .contBox ul li{
    width: calc((100% - 24px) / 2);
}

.sub-con03 .content_area .contBox ul li h3{
	background: rgba(60, 60, 60, 1);
	color:#fff;
	line-height:38px;
	padding:11px 0; 
}

.sub-con03 .content_area .contBox ul li:nth-child(2) h3{
	background: rgba(189, 135, 102, 1);
}

.sub-con03 .content_area .contBox ul li img {
    width: 100%;
}
.sub-con03 .content_area .contBox .caption {   
	background:#fff; 
   padding:36px 0;
   text-align:center;
}

.sub-con03 .content_area .contBox .caption p {
    line-height: 1.52;
    font-weight: 300;
	letter-spacing:-0.04em;
}


/* sub-content 04*/ 

.sub-con04 {
	background: rgba(240, 240, 240, 1);
	padding:100px 0;
}
.sub-con04 .content_area {
    text-align: center;
	padding:0 118px;
}

.sub-con04 .content_area .title {
    margin: 0 0 50px;
}

.sub-con04 .content_area .title h2 {
		margin:0 0 30px;
	}

.sub-con04 .content_area .contBox ul {
    display: flex;
    flex-wrap: wrap;
	 justify-content: space-between;
	gap:24px;
}
.sub-con04 .content_area .contBox ul li{
    width: calc((100% - 24px) / 2);
}

.sub-con04 .content_area .contBox ul li h3{
	background: rgba(60, 60, 60, 1);
	color:#fff;
	line-height:38px;
	padding:11px 0; 
}

.sub-con04 .content_area .contBox ul li:nth-child(2) h3{
	background: rgba(189, 135, 102, 1);
}

.sub-con04 .content_area .contBox ul li img {
    width: 100%;
}

.sub-con04 .content_area .comment {
	margin-top:50px;
}

/* sub-content 04*/ 

.sub-con05 {
	padding:100px 0;
}
.sub-con05 .content_area {
    text-align: center;
	padding:0 118px;
}

.sub-con05 .content_area .title {
    margin: 0 0 50px;
}

.sub-con05 .content_area .contImg {
	width:100%;
	background:#f1e0ce;
}

.sub-con05 .content_area .contImg img {
    max-width: 100%;
}

.sub-con05 .content_area .comment {
	margin-top:50px;
}



/* sub-content 06 */

.sub-con06 {
    background: #F1EDE6;
}
.sub-con06 .content_area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
	gap:24px;
}
.sub-con06 .content_area ul li {
    width: calc((100% - 48px) / 3);
    display: flex;
    align-items: center;
    background: #fff;
    padding: 22px;
    border-bottom: 2px solid #BD8766;
}

.sub-con06 .content_area ul li em {
    color: #A16540;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    line-height: 1.22;
}
.sub-con06 .content_area ul li span {
    font-size: 20px;
    line-height: 1.2;
	letter-spacing:-0.02em;
}


/* sub-content 07 */
/*
.sub-con07 {
    background: #f0f0f0;
}
.sub-con07 .inner {
    max-width: 1440px;
    margin: 0 auto;
}
.sub-con07 .worry_items {
    display: flex;
    justify-content: space-between;
	align-items:center;
    margin: 50px 24px;
}
.sub-con07 .worry_item {
    width: calc((100% - 24px) / 2);
	text-align: left;
}
.sub-con07 .worry_item img {
    max-width: 100%;
    height: auto;
}.sub-con07 .worry_item .txt h2 {
	font-size:40px;
	line-height:52px;
	font-weight:500;
	color:#222;
	margin-bottom:32px;
}

*/
section.worry {
    background: #f0f0f0;
}

section.worry .inner {
    max-width: 1440px;
    margin: 0 auto;
	padding:0 0;
} 

section.worry .t02 {
    margin-bottom: 0;
}

section.worry .worry_items {
    display: flex;
    justify-content: space-between;
	align-items:center;
    margin: 50px 24px;
}

section.worry .worry_item {
    width: calc(50% - 12px);
}

section.worry .worry_item h2{
	text-align:left;
	margin-bottom:32px;
}
section.worry .worry_item p{
    text-align:left;
	line-height:1.5;
}

section.worry .worry_item img {
    width: 100%;
    height: auto;
}


/* common_cnt_01 start */

section.common_cnt_01 .inner small {
	display:block;
	text-transform: uppercase;
	font-size: 22px;
	color:#bd8766;
	margin-bottom: 34px;
}

section.common_cnt_01 .inner .center {
	font-size:22px;
	color:#222;
	font-weight:300;
	margin-bottom:50px;
}


/* common_cnt_01 end */

@media screen and (max-width: 900px) {

	/**************************************** 
	------- Mobile Font-common Start --------
	*****************************************/

	/* font-size Noto Sans CJK KR */

	.fs40 {font-size: 24px; font-weight: 500;}
	.fs30 {font-size: 22px; font-weight: 400;}
	.fs34 {font-size: 24px; font-weight: 500;}
	.fs26 {font-size: 20px; font-weight: 200;}
	.fs22 {font-size: 16px; font-weight: 300;}
	.fs20 {font-size: 16px; font-weight: 300;}

	/* font-size poppins */

	.fs22p {font-family:'Poppins', 'Noto Sans KR', sans-serif; font-size: 18px !important; font-weight: 500;}
	.fs18p {font-family:'Poppins', 'Noto Sans KR', sans-serif; font-size: 15px; font-weight: 500;}


	/* font-weight & color / background-color */

	.brown {color:#bd8766; !important;}
	.white {color:#ffffff; !important;}
	.bg-brown {background-color:#bd8766 !important;}
	.fw3 {font-weight:300;}
	.fw4 {font-weight:400;}
	.fw5 {font-weight:500;}
	.fw6 {font-weight:600;}

	/* text-align */

	.center {text-align:center;}
	.left {text-align:left;}
	.right {text-align:right;}

	/* radius-box */

	.rdbox {
		font-size: 16px; 
		font-weight: 500; 
		line-height: 1; 
		color: #BD8766; 
		border-radius: 100px; 
		border: 1px solid #BD8766;
		padding: 10px 16px; 
		display: inline-block;
		margin-bottom: 18px;
	}

	/* brown dash-bar (.fs40이 속한 부모값에 dash-bar 클래스 부여) */

	.dash-bar .fs40::after {content:"";width:50px;height:2px;background:#bd8766;display:block;margin:20px auto;}

	
	.mo_only {display: block;}
	.pc_only {display: none;}

	/* 타이틀 영문 */

	small.fs22p {display:block;margin-bottom:16px !important;}


	/****************************************
	-------- Mobile Font-common End ---------
	*****************************************/

	section {
        padding: 80px 0;
    }

	.icon_width_30 {
        width: 20px !important;
    }

    .icon_width_38 {
        width: 28px !important;
    }

	.sub-con01 .title {
		margin-bottom:30px;
	}

	.sub-con01 .content_area {
		padding:0 0px;
	}

	.sub-con01 .contBox {
	   flex-direction: column;		
	}

	.sub-con01 .contBox .img_area {
		width:100%;
	}
	.sub-con01 .contBox .img_area img{
		width:100%;
	}


	.sub-con01 .contBox .text_area {
		width:100%;
		padding:12px 12px;
		border-left:1px solid #B3B3B3;
	}

	.sub-con01 .contBox .text_area h3 {	
		margin-bottom: 6px;
	}

	.sub-con01 .contBox .text_area p {
		text-align:left;
		letter-spacing:-0.04em; 
	}

	.sub-con01 .contBox .text_area .prp_items {
		margin:0 0px 50px;
	}

	.sub-con01 .contBox .text_area .prp_items .prp_item span {
		font-size: 14px;
		margin-left: 10px;
	}


	.sub-con02 .title {
		margin-bottom:30px;
	}

	.sub-con02 .content_area{
		justify-content: flex-start;
		flex-direction: row;
		align-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
		gap:10px;
	}

	.sub-con02 .content_area .contBox{
		width: calc((100% - 10px) / 2);
	}
	.sub-con02 .content_area .contBox .caption{
		padding:24px 12px;
		letter-spacing:-1px;
	}
	.sub-con02 .content_area .contBox .caption h3{
		margin-bottom:8px;
	}


	/* sub-content 03 */

	.sub-con03  {
		padding:80px 0;
	}
	.sub-con03 .content_area {
		padding:0 0;
	}

	.sub-con03 .content_area .title {
		margin:0 0 30px;
	}

	.sub-con03 .content_area .title h2 {
		margin:0 0 24px;
	}

	.sub-con03 .content_area .contBox ul {
		flex-direction:column;
		gap:16px;
	}
	.sub-con03 .content_area .contBox ul li{
		width: 100%;
	}

	.sub-con03 .content_area .contBox ul li h3{
		line-height:30px;
		padding:10px 0; 
	}

	.sub-con03 .content_area .contBox .caption {   
	   padding:16px 0;
	}


	.sub-con04 {
		padding:80px 0;
	}
	.sub-con04 .content_area {
		padding:0 0;
	}

	.sub-con04 .content_area .title {
		margin:0 0 30px;
	}

	.sub-con04 .content_area .title h2 {
		margin:0 0 24px;
	}

	.sub-con04 .content_area .contBox ul {
		flex-direction:row;
		gap:2px;
		flex-wrap : nowrap;
	}
	.sub-con04 .content_area .contBox ul li{
		width: calc(100% / 2);
	}

	.sub-con04 .content_area .contBox ul li h3{
		line-height: 1.55;
		padding:5px 0;
		font-size:16px;
	}

	.sub-con04 .content_area .comment {
		margin-top:30px;
	}

	.sub-con05 {
		padding:80px 0;
	}
	.sub-con05 .content_area {
		padding:0 0;
	}

	.sub-con05 .content_area .title {
		margin:0 0 30px;
	}

	.sub-con05 .content_area .comment {
		margin-top:30px;
	}

	
	.sub-con06 .content_area ul {
		flex-direction:column; 
		margin-top: 30px;
		gap:10px;
	}
	.sub-con06 .content_area ul li {
		width: 100%;
		padding: 16px;
	}

	.sub-con06 .content_area ul li em {
		font-size: 14px;
		margin-right: 10px;
		line-height: 1;
	}
	.sub-con06 .content_area ul li span {
		font-size: 14px;
		line-height: 24px;
	}

	.sub-con07 .worry_items {
		display: flex;
		flex-direction: column;	
		flex-wrap: wrap;
		align-items:center;
	}

	section.worry .inner {
        max-width: unset;
        width: 100%;
        padding: 0 15px;
    }

    section.worry .worry_items {
        flex-direction: column;
        margin: 50px 0 24px 0;
    }

    section.worry .worry_item {
        width: 100%;
        margin-bottom: 2%;
    }

	section.worry .worry_item h2{
		text-align:center;
	}
	
	section.worry .worry_item p{
		text-align:center;
	}



}