:root {
	--fm-light: 'NanumSquareNeoLight';
	--fm-bold: 'NanumSquareNeoBold';
	--fm-extrabold: 'NanumSquareNeoExtraBold';
	--fm-heavy: 'NanumSquareNeoHeavy';	
}

/* 초기화 */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #161616;
	font-family: 'NanumSquareNeo', sans-serif;
	font-size: 62.5% !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-tap-highlight-color : transparent !important;
	animation:entry .3s ease forwards;
  opacity: 0;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	font-size: 1.6rem;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

button {
	font-family: inherit;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

select {
	outline: none;
	border: 0px;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-color:transparent;
	background-size:12px auto;
	background-image: url('/images/bbs/util_select_off.png');
	background-repeat: no-repeat;
	background-position:right 20px center;
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent;
}

:focus {
	outline: none;
}

::placeholder {
	color: #b6b6b6;
}

em, i {
	font-style: normal;
}


@-webkit-keyframes entry {
	to{opacity: 1;}
}

@keyframes entry {
	to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

	select {
		background-size:10px auto;
		background-position:right 16px center;
	}
}
@media screen and (max-width:500px) {

}

/* 숨김여부 */
.hidden {
	overflow: hidden;
}


/* 디스플레이 */
.mo {
	display: none;
}

@media screen and (max-width:1024px) {
	.pc {
		display: none;
	}

	.mo {
		display: block;
	}
}
@media screen and (max-width:768px) {
	.tb {
		display: none;
	}
}


/* 글처리 */
.ellip {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* 블라인드 */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}


/* 버튼 */
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid transparent;
	border-radius:10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	cursor: pointer;
}

.button--black {
	color:#fff;
	background-color: #363636;
}

.button--blue {
	color:#fff;
	background-color: #47a3ff;
}

.button--darkblue {
	color:#fff;
	background-color: #558de9;
}

.button--darkblue1 {
	color:#fff;
	background-color: #1c47a3;
}

.button--gray {
	color:#161616;
	background-color: #c5c5c5;
}

.button--sodomy {
	color:#fff;
	background-color: #1e49a4;
}

@media screen and (min-width:1201px) {
	.button--black:hover {
		background-color: #222;
	}

	.button--blue:hover {
		background-color: #2873bf;
	}
	
	.button--gray:hover {
		background-color: #999;
	}
	
	.button--sodomy:hover {
		background-color: #102b63;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {

}


/* 글자 방향 */
.text-start {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-end {
	text-align: right;
}

.text-end-pc {
	text-align: right;
}

@media screen and (max-width:1024px) {
	.text-end-pc {
		text-align: left;
	}	
}


/* 전체영역 */
.wrap {
	padding-top:99px;
}

.wrap--login {
	padding:0px !important;
}

.wrap--login #main {
	min-height:auto;
}

.wrap--privacy {
	padding:0px !important;
}

@media screen and (max-width:1366px)  {
	.wrap  {
		padding-top:96px;
	}
}
@media screen and (max-width:1200px) {
	.wrap  {
		padding-top:60px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.wrap  {
		
	}
}
@media screen and (max-width:500px) {

}


/* 메인 */
#main {
	overflow: hidden;
	min-height: calc(100vh - 250px);
}


/* 컨테이너 */
.container {
	max-width:1310px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}


/* 상단 */
#header {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;	
	background-color: #fff;
	border-bottom: 1px solid #c6c6c6;
}

#header .h-container {
	width:100%;
	padding:0 15px;
}

#header .h-inner {
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
}

#header .h-background {
	position: absolute;
	top:calc(100% + 1px);
	left:-50%;
	width:200%;
	height:0;
	background-color:rgba(255,255,255,.9);
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
	z-index:90;
}

#header .h_logo {
	width: 410px;
	display: flex;
}

#header .h_logo a {
	display: block;
	width:100%;
	height:100%;
}
#header .h_menu {
	display: flex;
}

#header .h_menu__list {
	position: relative;
	cursor: pointer;
}

#header .h_menu__link {
	display: block;
	position: relative;
	font-family: var(--fm-bold);
	font-size:1.8rem;
	line-height: 1;
	margin:0px 80px;
	padding:40px 0px;
}


#header .h_menu__toggle::before,
#header .h_menu__toggle::after {
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	margin-top: -1px;
	background-color: #161616;
	height: 2px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

#header .h_menu__toggle::before {
	z-index: 2;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
}

#header .h_menu__toggle[aria-toggle="true"]::before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#header .h_menu__toggle[aria-toggle="true"]::after {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header .h_menu__link h2 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

#header .h_submenu {
	overflow: hidden;
	position: absolute;
	top:100%;
	left:0;
	width:100%;
  max-height:0px;
	text-align: center;
  -webkit-transition:all .4s ease;
	transition:all .4s ease;
	z-index:95;
}

#header .h_submenu li {
	margin-top:20px;
}

#header .h_submenu li:first-child {
	margin-top:30px;
}

#header .h_submenu a {
	display: block;
	font-size:1.6rem;
	line-height: 1;
	color:#363636;
}

#header .h_user {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

#header .user-wrap{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
#header .user-wrap .btn-main svg{
	fill: #a8a8a8;
}
#header .user-wrap .btn-main:hover svg{
	fill: #2B2B2B;
}

#header .h_user__name {
	font-family: var(--fm-bold);
	font-size:1.4rem;
	color:#565656;
}

#header .h_user__name span {
	font-family: var(--fm-extrabold);
	color:#161616;
}

#header .h_user__btn {
	display: block;
	width:40px;
	height:40px;
	background: url('/images/common/h_btn.png') no-repeat center;
}

#header .h_user_login_btn {
	display: block;
	width: 100px;
	height: 48px;
	background: url('/images/common/btn_top_login.jpg') no-repeat center;
}

#header .h_user_login_btn:hover {
	display: block;
	width: 100px;
	height: 48px;
	background: url('/images/common/btn_top_login_hover.jpg') no-repeat center;
}

#header .h_mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100000;
}

#header .h_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  content: "";
  position: absolute;
}

#header .h_mobile__btn span,
#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #161616;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

@media screen and (max-width:1680px) {
	#header .h_menu__link {
		font-size:1.6rem;
		margin:0 60px;
	}
}
@media screen and (min-width:1201px){
	#header[data-header-submenu="on"] .h-background {
		overflow: visible;
    	height:330px;
  	}

	#header[data-header-submenu="on"] .h_submenu {
    	max-height:300px;
  	}
}
@media screen and (max-width:1366px) {
	#header .h_submenu a {
		font-size:1.4rem;
	}
}
@media screen and (max-width:1200px) {
	#header {
		/*position: fixed;*/
		/*height:60px;*/
		height: 113px;
		border:0;
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
	}

	#header .h-container {
		padding: 0 10px;
		/*height: 60px;*/
		height: 113px;
		display: flex;
		flex-direction: column;
	}

	#header .h-inner{
		flex-direction: column;
		padding-top: 10px;
	}

	#header .h_logo {
		width: 385px;
	}

	#header .h_primary {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:80px 15px;
		background-color: #e7edfa;
		-webkit-transition:all .3s ease;
		transition:all .3s ease;
		z-index:1001;
		opacity:0;
		overflow: hidden;
		visibility: hidden;
	}

	#header .h_menu {
		display: block;
	}
	
	#header .h_menu__link {
		margin:0px;
		padding:15px 0px;
		border-bottom:1px solid #ddd;
	}

	#header .h_menu__toggle::before, 
	#header .h_menu__toggle::after {
		display: block;
	}

	#header .h_submenu {
		position: relative;
		top:unset;
		left: unset;
		text-align: left;
	}

	#header .h_submenu li:first-child {
		margin-top:20px;
	}

	#header .h_user {
		padding-bottom: 10px;
	}

	#header .h_user__name {
		font-size:1.3rem;
	}

	#header .h_user__btn {
		width:30px;
		height:30px;
		background-size:auto 30px;
	}

	#header .h_user .h_user_login_btn{
		width: 90px;
		height: 34px;
		border-radius: 4px;
	}

	#header .h_mobile {
		display:block;
	}

	#header[data-header-mobile="on"] .h_primary {
		opacity: 1;
		visibility: visible;	
	}

	#header .h_menu__toggle[aria-toggle="true"]::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
  }

  #header .h_menu__toggle[aria-toggle="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
  }

	#header .h_menu__toggle[aria-toggle="true"] + .h_submenu {
		max-height:300px;
		margin:0px 0px 20px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {
	#header .h_logo {
		width: 277px;
	}
}


/* 하단 */
#footer .f_marquee {
	display: flex;
	align-items: center;
	width:100%;
	height:80px;
	background-color: #e7edfa;
}

#footer .f_marquee__inner {
	position: relative;
	max-width:1440px;
	width:90%;
	margin:0 auto;
	padding:0px 80px;
}

#footer .f_marquee__inner img {
	display: block;
}

#footer .f_marquee__inner .prev,
#footer .f_marquee__inner .next {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:46px;
	height:46px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto 20px;
	border-radius:50%;
	cursor: pointer;
}

#footer .f_marquee__inner .prev {
	left:20px;
	background-image: url('/images/common/f_prev.png');
}

#footer .f_marquee__inner .next {
	right:20px;
	background-image: url('/images/common/f_next.png');
}

#footer .f_primary {
	padding:40px 0px;
}

#footer .f_primary__inner {
	position: relative;
	max-width: 1440px;
	width:90%;
	margin:0 auto;
	padding-left:340px;
}

#footer .f_logo {
	display: block;
	position: absolute;
	top:0px;
	left:20px;
	width:234px;
	height:45px;
}

#footer .f_logo i {
	display: block;
	width:100%;
	height:100%;
	background: url('/images/common/f_logo.png') no-repeat center;
}

#footer .f_link {
	display: flex;
	gap:20px;
}

#footer .f_link a {
	font-family: var(--fm-heavy);
	font-size:1.4rem;
}

#footer .f_info {
	margin:20px 0px;
}

#footer .f_info dd {
	font-family: var(--fm-bold);
	font-size:1.4rem;
	line-height:1.4;
	color:#777777;
}

#footer .f_copy {
	font-family: var(--fm-bold);
	font-size:1.4rem;
	color:#999999;
}

@media screen and (max-width:1200px) {
	#footer .f_marquee {
		height:60px;
	}

	#footer .f_marquee__inner {
		padding:0px 60px;
	}

	#footer .f_marquee__inner .prev, #footer .f_marquee__inner .next {
		width:36px;
		height:36px;
	}

	#footer .f_marquee__inner .prev {
		left: 12px;
	}

	#footer .f_marquee__inner .next {
		right:12px;
	}

	#footer .f_primary__inner {
		padding-left:280px;
	}

	#footer .f_logo {
		left:0px;
		width:200px;
		height:38px;
	}

	#footer .f_logo i {
		background-size:auto 38px;
	}

	#footer .f_link a {
		font-size:1.3rem;
	}
	
	#footer .f_info dd {
		font-size:1.3rem;
	}
	
	#footer .f_copy {
		font-size:1.3rem;
	}
	
}
@media screen and (max-width:1024px) {
	#footer .f_marquee__inner {
		width:100%;
	}

	#footer .f_primary__inner {
		padding-left:200px;
	}

	#footer .f_logo {
		width:156px;
		height:30px;
	}

	#footer .f_logo i {
		background-size:auto 30px;
	}

	#footer .f_link {
		gap:16px;
	}

	#footer .f_info {
		margin:16px 0px;
	}
}
@media screen and (max-width:768px) {
	#footer .f_marquee {
		height:50px;
	}

	#footer .f_marquee__inner {
		padding:0px 50px;
	}

	#footer .f_marquee__inner .prev, #footer .f_marquee__inner .next {
		width:30px;
		height:30px;
		background-size:auto 16px;
	}
	
	#footer .f_marquee__inner .prev {
		left:10px;
	}

	#footer .f_marquee__inner .next {
		right:10px;
	}

	#footer .f_primary {
		padding:30px 0px;
	}

	#footer .f_primary__inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding:0px;
	}

	#footer .f_logo {
		position: relative;
		top:unset;
		left: unset;
		margin-bottom:24px;
	}

	#footer .f_link {
		gap: 10px;
	}

	#footer .f_link a {
		font-size:1.2rem;
	}

	#footer .f_info {
		margin:10px 0px;
	}

	#footer .f_info dd {
		font-size:1.2rem;
	}

	#footer .f_copy {
		font-size:1.2rem;
	}
}
@media screen and (max-width:500px) {
	#footer .f_logo {
		margin-bottom:18px;
	}

	#footer .f_link {
		flex-wrap: wrap;
		justify-content: center;
		gap:2px 6px;
	}

	#footer .f_link a {
		font-size:1.1rem;
	}

	#footer .f_info dd {
		font-size:1.1rem;
	}

	#footer .f_copy {
		font-size:1.1rem;
	}
}


/* 퀵메뉴 */
.quick {
	position: fixed;
	right:120px;
	bottom:300px;
	z-index:99;
}

.quick .q-inner {
	display: flex;
	align-items: center;
	position: relative;
	padding:0px 30px 0px 90px;
	height:60px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
	border-radius:50px;
}

.quick .q-inner .img {
	display: block;
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0px;
}

.quick .q-inner .txt {
	text-align: center;
}

.quick .q-inner .txt .t01 {
	font-size: 1.4rem;
	line-height:1.3;
}

.quick .q-inner .txt .t01 span {
	font-size:2.4rem;
	font-weight:800;
}

@media screen and (max-width:1536px) {
	.quick {
		right:15px;
		bottom:60px;
	}
}
@media screen and (max-width:1366px) {
	.quick {
		right:15px;
		bottom:40px;
	}
}
@media screen and (max-width:1200px) {
	.quick {
		right:15px;
		bottom:40px;
	}

	.quick .q-inner {
		height:54px;
		padding: 0px 30px 0px 74px;
	}

	.quick .q-inner .img img {
		width: 62px;
	}

	.quick .q-inner .txt .t01 {
		font-size:1.3rem;
	}

	.quick .q-inner .txt .t01 span {
		font-size: 2rem;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.quick {
		bottom:20px;
	}

	.quick .q-inner {
		height:46px;
		padding: 0px 24px 0px 60px;
	}

	.quick .q-inner .img img {
		width: 50px;
	}

	.quick .q-inner .txt .t01 {
		font-size:1.2rem;
	}

	.quick .q-inner .txt .t01 span {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:500px) {
	.quick {
		right:15px;
		bottom:15px;
	}

	.quick .q-inner {
		height:44px;
		padding: 0px 20px 0px 54px;
	}

	.quick .q-inner .txt .t01 {
		font-size:1.1rem;
	}

	.quick .q-inner .txt .t01 span {
		font-size: 1.6rem;
	}
}



/* 모달창 */
.modal {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  height: 100vh;
  place-items: center;
	opacity:0;
  visibility: hidden;
	transition: opacity 0.4s, visibility 0.4s;
  z-index: 9999999;
}

.modal-container {
	position: relative;
	width:100%;
	height:100%;
	padding:10px;
}

.modal-inner {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:10;
	max-width: 550px;
	width:90%;
	height:auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fff;
	border-radius:10px;
}

.modal-area {
	width:100%;
	height:100%;
	padding:60px;	
}

.modal-background {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.modal.open {
  opacity:1;
  visibility: visible;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.modal-inner {
		max-width:480px;
	}

	.modal-area {
		padding:40px;
	}
}
@media screen and (max-width:768px) {
	.modal-area {
		padding:30px;
	}
}
@media screen and (max-width:500px) {
	.modal-area {
		padding:20px;
	}
}
