@charset "utf-8";

html {font-size: 14px;font-family: "Pretendard", sans-serif;font-weight:400;}
.bw-l1d{line-height:1;}
.bw-l1d25{line-height:1.25;}
.bw-l1d5{line-height:1.5;}
.bw-l1d75{line-height:1.75;}
.bw-l2d{line-height:2;}

span{vertical-align:baseline;}
i{letter-spacing: 0px;}
thin, .thin{font-weight:300;}
b, bold, .bold{font-weight:600;}
strong, .strong{font-weight:800;}
label {display: inline-block;}
h0, h1, h2, h3, h4, h5, h6{position:relative;width:100%;	clear: both;}
sub,sup{position: relative;vertical-align: baseline;}
dfn, cite, em, blockquote, .wp-caption, .gallery-caption{font-style: italic;}
p{margin: 0;margin: 10px 0;padding: 0;}
mark, ins, pre{background: #f6f6f6;}
pre{border:1px solid #eee;max-width: 100%;overflow: auto;padding: 20px;overflow-x: hidden;overflow-y: auto;width: 100%;white-space: pre-wrap;}
abbr,acronym{border-bottom: 1px dotted #666;cursor: help;}
mark,ins{background: #eee;}
blockquote{quotes: "" "";}
q{quotes: "“" "”" "‘" "’";}
q::before, q::after{position: relative;font-size: 2.5rem;opacity: 0.4;display: block;}
q::before, q::after{line-height: .4;}
q::after{margin-top:20px;}
blockquote:before,blockquote:after{content: "";}
embed, iframe, object{margin:0;}

.italic{font-style:italic;}

.font-spacing{letter-spacing:1px;}

.f-title{font-size: 2.8rem;}
h1, .f-1{font-size: 2.0rem;}
h2, .f-2{font-size: 1.6rem;}
h3, .f-3{font-size: 1.3rem;}
h4, .f-4{font-size: 1.15rem;}
h5, .f-5{font-size: 1rem;}
h6, .f-6{font-size: 0.85rem;}
.f-7{font-size: 0.7rem;}

.font-shd{text-shadow: 0 1px 4px rgba(0,0,0,0.3);}

.ellipsis{
	max-width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2{
	max-width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}

.ellipsis-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}

.ellipsis-4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}

@media screen and (min-width: 1080px) {
	html{font-size:11.5pt;}
}

@media screen and (max-width: 1080px) {
	.f-title-md{font-size: 2.4rem;}
	.f-1-md{font-size: 1.8rem;}
	.f-2-md{font-size: 1.5rem;}
	.f-3-md{font-size: 1.3rem;}
	.f-4-md{font-size: 1.15rem;}
	.f-5-md{font-size: 1rem;}
	.f-6-md{font-size: 0.85rem;}
	.f-7-md{font-size: 0.7rem;}
}

@media screen and (max-width: 500px) {
	html{font-size:11pt;}
	.f-title-sm{font-size: 2.4rem;}
	.f-1-sm{font-size: 1.8rem;}
	.f-2-sm{font-size: 1.5rem;}
	.f-3-sm{font-size: 1.3rem;}
	.f-4-sm{font-size: 1.15rem;}
	.f-5-sm{font-size: 1rem;}
	.f-6-sm{font-size: 0.85rem;}
	.f-7-sm{font-size: 0.7rem;}
}
