*{
	/* font-family: 'Roboto', 'Noto Sans KR', sans-serif; */
	font-family: 'Noto Sans KR', sans-serif;
	margin:0;
	padding:0;
	box-sizing:border-box;
	word-break:break-word;/*텍스트가 자신의 영역 밖으로 튀어나갈 때 줄을 바꿀 지 지정 가능- break-word: 단어 기준으로 줄바꾸기, break-all: 튀어나가는 즉시 줄바꿈처리 */
}
body{ 
    overflow: overlay; 
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 15%, 0.209);
    border-radius: 100px;
}
::selection {
    background:#ffcd61;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
	background:#ffcd61;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background:#ffcd61;
    color: #FFF;
    text-shadow: none;
}

html{
	font-size:62.5%;
	overflow-y:scroll;
}

html,
body{
	width:100%;
	height:100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
}


body{
	/* font-family:'Verdana', 'malgun gothic'; */
	font-size:1.4rem;
	color:#000;
	line-height:1;
	letter-spacing:-0.06em;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	/* font-weight:normal; */
	margin:0;
	padding: 0;
	font-size: 18px;
	letter-spacing: -0.9px;
}

a{
	color:inherit;
	text-decoration:none;
	font-size: 18px;
	letter-spacing: -0.9px;
    color: #000;
}

a:hover,
a:active{
	text-decoration:none;
}

table{
	width:100%;
	table-layout:fixed;
	word-break:break-all;
	border-collapse:collapse;
	border-spacing:0;
}

img,
fieldset,
hr{
	border:none;
}

ul,
li,
ol{
	list-style:none;
	margin:0;
}

address,
em{
	font-style:normal;
}

img,
video,
canvas{
	height:auto;
}

legend{
	display:none;
}

input,
select,
textarea,
button{
	outline:none;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

button{
	background:none;
	outline: none;
	border: none;
}

button a{
	width: 100%;
	height: 100%;
}

select{
	min-width:40px;
	height:40px;
	padding-left:10px;
	/* background:url('../../images/common/btn_select_arrow.svg') no-repeat 195px center; */
	background-color:transparent;
	color:#fff;
	cursor:pointer;
}

select option{
	color:#000
}

select::-ms-expand{
	display:none;
}

.textAL{
	text-align:left !important;
}

.textAC{
	text-align:center !important;
}

.textAR{
	text-align:right !important;
}

.textCut{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.clearfix:after{
	clear:both;
	content:'';
	display:block;
}

.hide{
	display:none !important;
}

.objectFit img{
	object-fit:cover;
	width:100%;
	height:100%;
}

.objectFitIE{
	height:100vh;
	background-size:cover;
	background-position:center center;
}

.objectFitIE img{
	opacity:0;
}


.flex_between_center
{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.flex_center_center{
	display:flex;
	justify-content:center;
	align-items:center;
}

.flex_center_stretch{
	display:flex;
	justify-content:center;
	align-items:stretch;
}

.flex_center_end{
	display:flex;
	justify-content:center;
	align-items:flex-end;
}


html,body{
	height: 100%;
	scrollbar-width: none;
}

html,body,ul,li,h1,h2,h3,h4,h5,h6{
	font-size: 16px;
	letter-spacing: -0.8px;
	line-height: 24px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
	transition: .3s;
	font-weight: 100;
}

p{
	font-size: 18px;
	letter-spacing: -0.8px;
	line-height: 27px;
	font-weight: 300;
}

/*gnb mobile btn*/
.on{
	opacity: 1;
}

.porFrame {
	margin:0 auto;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.porFrame iframe {
	width: 1160px;
}

.porFrame.pop iframe {
	width: 100%;
}

.popFrame {
	margin:0 auto;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.popFrame iframe {
	width: 1160px;
}