@charset "UTF-8";
/* CSS Document */

/* 공통설정 */
.a-center{
    text-align: center;
}
.hide{
	display: none;
}
.show{
	display: block;
}


/* 헤더 */
.header-inner{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    align-items: center;
}
.logo img{
	width: 10.5rem
}

/* 마이페이지 메뉴 */
.header-nav{
	display: none;
}

/* 모바일 메뉴 */
.nav-m-dim{
	display: none;
    animation-name: nav-m;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height: 100vh;
	z-index: 10;
}
.nav-m-dim .dim{
	position: fixed;
	right: 0;
	top: 0;
	width: 33%;
	height: 100%;
}
.nav-m{
	width: 67%;
	height: 100%;
	background: var(--white);
	box-shadow: 0.5rem 0 3rem 0.7rem rgba(0, 0, 0, .5);
}
.nav-m-photo{
	height: 10rem;
	background: var(--black);
	font-size: 1.4rem;
	color: var(--white);
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.nav-m-photo .photo img{
	border-radius: 50%;
}
.nav-m-photo .name{
	margin-top: 1rem;
}
.nav-m-ul{
	padding: 2rem;
	font-size: 1.4rem;
	color: var(--black);
	font-weight: 700;
}
.nav-m-sub{
	color: var(--text-2);
	font-weight: 400;
}
.nav-m-ul a{
	display: block;
	padding: 0.75rem 0;
}
a.nav-m-ic{
	display: flex;
	justify-content: space-between;
}

/* 전역 메뉴 */
.gnb-area{
	background: var(--primary);
}
.gnb-ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	font-size: 2rem;
	color: var(--white);
	font-weight: 900;
}
.gnb-li{
	width: 100%;
	text-align: center;
	    border-bottom: 0.5rem solid var(--primary);
}
.gnb-li a{
	display: block;
	padding: 1rem 0.7rem;
}
.gnb-li:hover, .gnb-li.on{
	border-bottom: 0.5rem solid var(--white);
}
/*--// Header */


/* Main Contents */
.wrap{
	position: relative;
	/* min-height: calc(100vh - 69rem); */
	min-height: calc(100vh - 33rem);
}
.contents-list{
	padding: 1rem;
}

/* 배너 이미지 */
.bnr-top-m img{
	width: 100%;
}
.bnr-aside, .bnr-top{
	display: none;
}
/*--// Main Contents */


/* Footer */
.footer{
	background: var(--bg-footer);
	color: var(--white);
	font-size: 1.8rem;
}
.wrap-footer{
	padding: 4.5rem 3rem;
}
.footer-group ~ .footer-group{
	margin-top: 3rem;
}
.footer-group dl{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
}
@media(min-width:1024px){
	.footer-cc{
	flex-direction: column;
	}
	.footer-cc-dt{
		font-size: 2rem;
	}
	.footer-cc-dd{
		font-size: 3.2rem;
	}
	.footer-cc-dd2{
		font-size: 1.3rem;
	}
}

.footer-cc .m-cc{
	flex-direction: row;
}

.fg1 .mg1{
	margin-right:1.5rem;
}
/*--// Footer */


/* 체크박스 */
label{
	font-size: 1.4rem;
	vertical-align: middle;
}
label.f-bold{
	font-weight: 600;
}
input[type="checkbox"]{
	vertical-align: middle;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid var(--black);
	background: var(--black);
	border-radius: 0;
	width: 1.5rem;
	height: 1.5rem;
	outline: 0;
	cursor: pointer;
}
input[type="checkbox"]::after{
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	content: "";
	display: none;
	width: 25%;
	height: 57%;
	position: relative;
	top: 0%;
	left: 25%;
	transform: rotate(40deg);
}
input[type="checkbox"]:checked{
	border: 1px solid var(--black);
	background: var(--black);
}
input[type="checkbox"]:checked::after{
	display: block;
}

input[type="radio"]{
	vertical-align: middle;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid var(--black);
	background: var(--black);
	border-radius: 0;
	width: 1.5rem;
	height: 1.5rem;
	outline: 0;
	cursor: pointer;
}
input[type="radio"]::after{
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	content: "";
	display: none;
	width: 25%;
	height: 57%;
	position: relative;
	top: 0%;
	left: 25%;
	transform: rotate(40deg);
}
input[type="radio"]:checked{
	border: 1px solid var(--black);
	background: var(--black);
}
input[type="radio"]:checked::after{
	display: block;
}
textarea{
	border: 1px solid #c5c5c5;
	padding: 1.5rem;
	font-size: 1.4rem;
	width: 100%;
	resize: none;
	box-sizing: border-box;
}


/* 서브메뉴 */
.lnb{
	width: 20rem;
	margin: auto;
	text-align: left;
	font-size: 1.4rem;
	color: var(--text-1);
	font-weight: 700;
}
.lnb-title{
	font-size: 3.2rem;
	border-bottom: 0.5rem solid var(--text-2);
}
.nav-lnb-ul{
	background: #EFEFEC;
}
.nav-lnb-ul a{
	display: block;
	padding: 1rem;
}


/* 페이지 네비게이션 */
.pager{
	margin-top: 2.5rem;
	font-size: 1.4rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1rem;
}
.pager-a{
	display: block;
	padding: 0.5rem 0;
	vertical-align: middle;
}

/*--// 서브 페이지 */



@media (min-width : 768px){
	.wrap{
		min-height: calc(100vh - 61.4rem);
	}
}


/* PC Size : ~ 1024px */
@media (min-width : 1024px){
	.wrap{
		min-height: calc(100vh - 35.4rem);
	}
	.w-pc{
		position: relative;
		width: 102.4rem;
		margin: auto;
	}
	
	/* 헤더 */
	.header-inner{
		padding: 1rem;
	}
	.btn-header-m{
		display: none;
	}
	.logo img{
		width: 15.1rem
	}

	/* 마이페이지 메뉴 */
	.header-nav{
		display: flex;
		font-size: 1.4rem;
		color: var(--text-3);
		height: 100%;
		align-self: flex-end;
	}
	.header-nav-li{
		border-right: 1px solid var(--text-3);
	}
	.header-nav-li:last-child{
		border: 0;
	}
	.header-nav-li a{
		display: block;
		padding: 0 1.5rem;
	}
/*--// Header */

	/* 전역 메뉴 */


	/* Main Contents */
	.contents-list{
		padding: 0;
	}

	/* 배너 이미지 */
	.bnr-top-m img{
		display: none;
	}
	.bnr-aside{
		display: flex;
		flex-direction: column;
		position: absolute;
		left: -16.2rem;
		top: 1rem;
	}
	.bnr-top{
		display: block;
	}
	/*--// Main Contents */


	/*	 Footer */
	.footer{
		margin-top: 6rem;
		font-size: 1.8rem;
	}
	.wrap-footer{
		padding: 3rem 0;
		display: flex;
		grid-gap: 3rem;
		justify-content: space-around;
		align-items: center;
	}
	.fg{
		display: grid;
		grid-template-areas: 
			"fg1 fg3"
			"fg2 fg4"
			"fg5 fg5";
		column-gap: 3rem;
	}
	/*	업체정보 정렬 */
	.fg1{
		grid-area: fg1;
	}
	.fg2{
		grid-area: fg2;
	}
	.fg3{
		grid-area: fg3;
	}
	.fg4{
		grid-area: fg4;
	}
	.fg5{
		grid-area: fg5;
	}
	.footer-group ~ .footer-group{
		margin-top: 0;
	}
	
	.footer-group dl{
		column-gap: 0.5rem;
	}
	.footer-cc-dt{
		font-size: 1.4rem;
	}
	.footer-cc-dd{
		font-size: 2.7rem;
	}

	/*--// Footer */


	/* 서브메뉴 */
	.lnb{
		margin: 20rem 0 0 0;
	}

	/*--// 서브 메뉴ㅔ*/
	
	.gnb-ul{
		font-size: 2.4rem
	}
}
/*--// PC Size */

.note-editable p {
    margin: 0 !important;
}

.note-editor .note-toolbar .note-dropdown-menu {
    max-height: 200px;
    overflow-y: auto
}

.footer-cc-dd2{
	font-weight:bold;
}