@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Pretendard','Noto Serif', 'malgun gothic';
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	letter-spacing: -0.04em;
}

.hidden
{
	display:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

table {
	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,
textarea,
button {
	outline: none;
	/* -webkit-appearance: none;
	-webkit-border-radius: 0; */
	cursor: pointer;
}

input[type=radio] {
	appearance: radio;
}

select {
	position: relative;
	outline: none;
	background: url(/assets/cas02/image/common/bbs_depth_arrow.png) no-repeat 96% 50% #f3f3f3 !important;
    background-size: 17px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

select::-ms-expand
{
   display:none;
} 

button {
	background: none;
	border:none;
}

/* select
{
   -webkit-appearance:none;
   -moz-appearance:none;
   background-image:url(/images/common/img_select_arrow.png);
   background-position:95% 50%;
   background-repeat:no-repeat
}

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% !important;
}

.objectFitIE {
	background-size: cover;
	background-position: center center;
}

.objectFitIE img {
	opacity: 0;
}


.pop-layer input[type="checkbox"],
.popTExit input[type="checkbox"]
{
	-webkit-appearance:auto !important;
}


.pop-layer p img
{
	width:100%;
}