@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

/* font-family: 'Vogue'; */
@font-face {
  font-family: 'Vogue'; /* 사용할 폰트 이름 지정 */
  src: url('../fonts/Vogue.ttf') format('truetype'); /* 폰트 경로 및 형식 */
  font-weight: normal; /* (옵션) 굵기 */
  font-style: normal;  /* (옵션) 스타일 */
}

@font-face {
	font-family: 'Noto Sans KR';
	src: url('../font/Noto_Sans_KR/static/NotoSansKR-Regular.ttf') format('truetype');
	font-weight: 400; /* Regular */
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	font-size: 0.625em;
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


body {
	font-family: 'Noto Sans KR';
	line-height: 1;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

button {
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}




/*global_class*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.screen_out {
	position: absolute;
	top: -9999em;
}

.ir_pm {
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
}

/* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */

.ir_wa {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: -10;
	width: 100%;
	height: 100%
}

.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99;
	display: none;
}

.nav_full {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

/* 이케아 */
b {
	font-weight: normal;
}

i {
	font-style: normal;
}

h2,
h3,
h4 {
	font-weight: normal;
}



/* button */
/* width: 216px;
height: 70px;
line-height: 62px;
font-size: 2rem;
border: 4px solid #fff;
background: #063E66;
color: #fff */


/* pager */

/* .visual_slider_wrap .pager {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.visual_slider_wrap .pager>li {
  width: 19px;
  height: 19px;
  margin: 0px 10px;
  text-align: center;
  line-height: 19px;
}

.visual_slider_wrap .pager>li>a {
  font-family: 'Nanum Gothic';
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(6, 62, 102, 0.5);
}

.visual_slider_wrap .pager>li>a.active {
  color: rgba(6, 62, 102, 1);
} */