/* ====================================== 용어사전 리스트 ======================================*/
.subV_wiki {
	background-image: url(../img/sub/wikibg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}
.glossaryList{
	position:relative;
}
.glossaryList ul{
	position:relative;
}
.glossaryList ul li:last-child{
	margin:0 0 0 0;
}
.glossaryList ul li{
	margin:0 0 14px 0;
	position:relative;
	list-style:none;
	border-radius: 10px;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 30px 30px 25px 30px;
}
.glossaryList ul li:after {
    content: '';
    position: absolute;
    right: 25px;
    top: -7px;
    width: 41px;
    height: 42.5px;
	background-image: url(../img/sub/glossary_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.glossaryCont {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.gltitle {
    width: 100%;
    display: block;
}

.gltitle h2 {
    display: block;
    color: #111;
    font-size: 34px;
    font-family: 'Pretendard-SemiBold';
    font-weight: 600;
    line-height: 48px;
	margin:0;
	padding:0;
}
.gltitle h2 a {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.gltitle h2 a:hover{
	text-decoration:underline;
}
.gltitle h2 a span{
	margin:0 0 0 12px;
	padding:0;
	display:inline-block;
	color: #3A68AD;
	font-family: 'Pretendard-Medium';
	font-size: 22px;
	font-weight: 500;
	line-height: 38px; /* 172.727% */
}
.gltitle h3{
	margin:15px 0 0 0;
	padding:0;
	display:block;
	color: #666;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.gltitle h3 b{
	display:inline-block;
	padding:0;
	margin:0;
	font-family: 'Pretendard-Medium';
	color:#111;
}
.gltitle h3 a{
	margin: 0;
    padding: 0;
    display: inline-block;
    color: #3A68AD;
}
.gltitle h3 a:hover{
	text-decoration:underline;
}

.glsub{
	width: 100%;
	display: block;
    text-align: left;
	border-top: 1px solid #eee;
	padding: 26px 0 0 0;
    margin: 26px 0 0 0;
}
.glsub a {
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.glsub a h4 {
    display: flex;
    padding: 10px 20px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Pretendard-Medium';
    line-height: 24px;
    text-align: center;
    color: #111;
    align-items: center;
    justify-content: center;
}
.glsub a h4:hover{
	border: 1px solid #3A68AD;
background: #FFF;
font-weight: 700;
font-family: 'Pretendard-Bold';
}
@media (max-width: 991px){
	.glossaryList ul li {
		margin: 0 0 10px 0;
		border-radius: 10px;
		padding: 20px 20px 15px 20px;
	}
	.gltitle h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.gltitle h2 a span {
		margin: 0 0 0 10px;
		font-size: 20px;
		line-height: 34px;
	}
	.gltitle h3 {
		margin: 10px 0 0 0;
		font-size: 16px;
		line-height: 26px;
	}
	
	.glsub{
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}
	.glsub a h4 {
		padding: 8px 18px;
		font-size: 15px;
		line-height: 22px;
	}
}
@media (max-width: 767px){
	.subV_wiki {
		background-position: 71%;
	}
	.glossaryList ul li {
		margin: 0 0 10px 0;
		border-radius: 6px;
		padding: 20px 20px 17px 20px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	}
	.glossaryList ul li:after {
		right: 10px;
		top: -5px;
		width: 32px;
		height: 32px;
	}
	.gltitle h2 {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		font-size: 25px;
		line-height: 30px;
	}
	.gltitle h2 a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.gltitle h2 a span {
		margin: 6px 0 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.gltitle h3 {
		margin: 16px 0 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.glsub{
		padding: 16px 0 0 0;
		margin: 16px 0 0 0;
	}
	.glsub a {
		margin: 0px 0px 3px 0px;
	}
	.glsub a h4 {
		padding: 10px 14px;
		font-size: 13px;
		line-height: 16px;
	}
}
/* ====================================== // 용어사전 리스트 ======================================*/

/* ====================================== 용어사전 페이징 ======================================*/

.blog_paging_line{width: 100%;text-align: center;margin-top: 40px;}
.blog_paging_box{display: inline-block;}

.b_prev_page{
	text-align: center;width: 5rem;height: 5rem;background-color: #fff;margin-left: 0px;cursor: pointer;border: none;
	background-image: url(../img/blog/prev_Arrow_off.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
}
.b_prev_page:hover{
	background-image: url(../img/blog/prev_Arrow_on.png);
}
.b_next_page{
	text-align: center;width: 5rem;height: 5rem;background-color: #fff;margin-left: 0px;cursor: pointer;border: none;
	background-image: url(../img/blog/next_Arrow_off.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
}
.b_next_page:hover{
	background-image: url(../img/blog/next_Arrow_on.png);
}

.blog_paging_number_box{height: 40px;}
.blog_paging_number_box ul{
	display:flex;
}
.blog_paging_number_box ul li {
	margin:0;
    line-height: 5rem;
    color: #888888;
    font-size: 1.9rem;
    font-family: Pretendard;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 50%;
	position:relative;
}
.blog_paging_number_box ul li:after{
	display:none;
	position:absolute;
	content:'';
	bottom: 1.2rem;
	left:50%;
	transform:translateX(-50%);
	width: 1rem;
	height: 0.2rem;
	background: #14335A;
}
.blog_paging_number_box ul li:hover{font-family: 'Pretendard-Bold';color:#14335A;}
.blog_paging_number_box ul li:hover:after{
	display:inline-block;
}

.b_flex_box{display: flex;}
.on_blog_paging{position: relative; color:#222!important;font-family: 'Pretendard-Bold'!important;background: #f6f6f6;}	
.on_blog_paging:after{
	content:none!important;
}
@media (max-width: 767px) {
	.b_prev_page {
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}
	.b_next_page {
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}
	.blog_paging_number_box ul li {
		line-height: 4rem;
		font-size: 1.5rem;
		height: 4rem;
		width: 4rem;
	}
}
/* ====================================== // 용어사전 페이징 ======================================*/

/* ====================================== 용어사전 상세 ======================================*/
.glossaryCont_wrap{
	position:relative;
	width:100%;
	padding:100px 0;
	margin-top:92px;
}
.glossaryCont_Sidebox{
	max-width:1400px;
	padding:0 20px;
	margin:0 auto;
}
.b_backbtnBox {
	position:relative;
    display: flex;
    margin-bottom: 60px;
}
.b_backbtnBox a {
    text-decoration: none !important;
}
.b_backbtn a {
    text-decoration: none !important;
}
.b_backbtn {
    display: flex;
}
.b_backbtn a {
    display: flex;
}
.b_backbtn img {
    height: 60px;
}
.b_backbtn dl {
    font-size: 20px;
    font-family: 'Pretendard-Medium';
    line-height:60px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-left: 20px;
}

.glossaryC_title{
	position:relative;
	border-bottom: 1px solid #111;
	padding:0 0 40px 0;
	margin:0 0 60px 0;
}
/* .glossaryC_title h2{ */
	/* display:block; */
	/* margin:0 0 10px 0; */
	/* padding:0; */
	/* color: #4580D7; */
	/* font-size: 24px; */
	/* font-family: 'Pretendard-SemiBold'; */
	/* font-weight: 600; */
	/* line-height: 40px; */
/* } */
.glossaryC_title h1 span{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	color: #4580D7;
	font-size: 24px;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	line-height: 40px;
}
.glossaryC_title h1 {
    display: flex;
    margin: 0;
    padding: 0;
    color: #111;
    font-family: 'Pretendard-SemiBold';
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    flex-direction: column-reverse;
}

.glossaryContBox{
	max-width:1000px;
	margin:0 auto;
	position:relative;
}


/* ==== 목차 ==== */
.glos_index{
	position:relative;
	display:block;
	padding:0 0 90px 0;
	margin:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.glos_index h2{
	display:block;
	margin:0 0 20px 0;
	padding:0!important;
	color: #000;
	font-family: 'Pretendard-SemiBold';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}
.glos_index ul{
	position:relative;
}
.glos_index ul li{
	position:relative;
	list-style:none;
	padding:0 0 0 14px;
}
.glos_index ul li:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #4580D7;
}
.glos_index ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Pretendard-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.glos_index ul li a:hover{
	color: #3A68AD;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	text-decoration:underline;
}

/* ==== 자주묻는질문 ==== */
.glos_faq{
	position:relative;
	margin:90px 0 0 0;
}
.glos_faq .faq h2{
	display:block;
	margin:0 0 20px 0;
	padding:0;
	color: #000;
	font-family: 'Pretendard-SemiBold';
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
}
.glos_faq ul{
	position:relative;
	padding:30px 0;
	margin:0;
	border-top:1px solid #111;
}
.glos_faq li{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}
.glos_faq li h3{
	position:relative;
	margin:0;
	padding:0 0 30px 54px;
	display: block;
    text-align: left;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}
.glos_faq li h3:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 54px);
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
}
.glos_faq li h3:before{
	content:'Q.';
	position:absolute;
	left:0px;
	top:0px;
	color: #3A68AD;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}
.glos_faq li h4{
	position:relative;
	margin:0;
	padding:30px 0 0 54px;
	display: block;
    text-align: left;
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}
.glos_faq li h4:before{
	content:'A.';
	position:absolute;
	left:0px;
	top:30px;
	color: #111;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}


/* ==== 자주묻는질문 타입 2 ==== */
/* .glos_faq{ */
	/* position:relative; */
	/* margin:90px 0 0 0; */
/* } */
/* .glos_faq h2{ */
	/* display:block; */
	/* margin:0 0 20px 0; */
	/* padding:0; */
	/* color: #000; */
	/* font-family: 'Pretendard-SemiBold'; */
	/* font-size: 28px; */
	/* font-style: normal; */
	/* font-weight: 600; */
	/* line-height: 38px; */
/* } */
.faq{
	position:relative;
	padding:30px 0;
	margin:0;
	border-top:1px solid #111;
}
.glos_faq li{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}
.faq h3{
	position:relative;
	margin:0;
	padding:0 0 30px 54px;
	display: block;
    text-align: left;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}
.faq h3 b{
	text-decoration:none;
}
.faq h3 b u{
	text-decoration:none;
}
.faq h3:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 54px);
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
}
.faq h3:before{
	content:'Q.';
	position:absolute;
	left:0px;
	top:0px;
	color: #3A68AD;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}
.faq p{
	position:relative;
	margin:0;
	padding:30px 0 0 54px;
	display: block;
    text-align: left;
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}
.faq p:before{
	content:'A.';
	position:absolute;
	left:0px;
	top:30px;
	color: #111;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

/* ==== 관련키워드 ==== */
.glosTag{
	margin:90px 0 85px 0;
	display: block;
    text-align: left;
}
.glosTag h2{
	display:block;
	margin:0 0 30px 0;
	padding:0;
	color: #000;
	font-family: 'Pretendard-SemiBold';
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
}
.glosTag a {
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.glosTag a h4 {
    display: flex;
    padding: 10px 20px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Pretendard-Medium';
    line-height: 24px;
    text-align: center;
    color: #111;
    align-items: center;
    justify-content: center;
}
.glosTag a h4:hover{
	border: 1px solid #3A68AD;
	background: #FFF;
	font-weight: 700;
	font-family: 'Pretendard-Bold';
}
@media (max-width: 991px){
	.glossaryCont_wrap {
		padding: 60px 0;
		margin-top: 70px;
	}
	
	
	.b_backbtnBox {
		margin-bottom: 30px;
	}
	.b_backbtn img {
		height: 50px;
	}
	.b_backbtn dl {
		font-size: 20px;
		line-height: 50px;
		margin-left: 14px;
	}
	
	
	.glossaryC_title {
		padding: 0 0 30px 0;
		margin: 0 0 50px 0;
	}
	.glossaryC_title h1 span{
		margin: 0 0 8px 0;
		font-size: 20px;
		line-height: 34px;
	}
	.glossaryC_title h1 {
		font-size: 44px;
		line-height: 60px;
	}
	
	
	.glos_index {
		padding: 0 0 60px 0;
	}
	.glos_index h2 {
		margin: 0px 0 16px 0;
		font-size: 22px;
		line-height: 28px;
	}
	.glos_index ul li a {
		font-size: 18px;
		line-height: 36px;
	}
	.glos_index ul li:before {
		top: 15px;
		width: 4px;
		height: 4px;
	}
	
	
	.glos_faq {
		margin: 60px 0 0 0;
	}
	.glos_faq h2 {
		margin: 0 0 20px 0;
		font-size: 26px;
		line-height: 34px;
	}
	.glos_faq ul {
		padding: 24px 0;
	}
	.glos_faq li h3 {
		padding: 0 0 24px 44px;
		font-size: 20px;
		line-height: 30px;
	}
	.glos_faq li h3:before {
		font-size: 26px;
		line-height: 30px;
	}
	.glos_faq li h3:after {
		width: calc(100% - 44px);
	}
	.glos_faq li h4 {
		padding: 24px 0 0 44px;
		font-size: 18px;
		line-height: 28px;
	}
	.glos_faq li h4:before {
		top: 22px;
		font-size: 26px;
		line-height: 31px;
	}
	
	
	
	.faq {
		padding: 24px 0;
	}
	.faq h3 {
		padding: 0 0 24px 44px;
		font-size: 20px;
		line-height: 30px;
	}
	.faq h3:before {
		font-size: 26px;
		line-height: 30px;
	}
	.faq h3:after {
		width: calc(100% - 44px);
	}
	.faq p {
		padding: 24px 0 0 44px;
		font-size: 18px;
		line-height: 28px;
	}
	.faq p:before {
		top: 22px;
		font-size: 26px;
		line-height: 31px;
	}
	
	
	.glosTag {
		margin: 60px 0 55px 0;
	}
	.glosTag h2 {
		margin: 0 0 24px 0;
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 767px){
	.glossaryCont_wrap {
		padding: 20px 0 60px 0;
		margin-top: 50px;
	}
	
	
	.b_backbtnBox {
		margin-bottom: 30px;
	}
	.b_backbtn img {
		height: 40px;
	}
	.b_backbtn dl {
		font-size: 16px;
		line-height: 40px;
		margin-left: 8px;
	}
	
	
	.glossaryC_title {
		padding: 0 0 30px 0;
		margin: 0 0 40px 0;
	}
	.glossaryC_title h2 {
		margin: 0 0 6px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.glossaryC_title h1 {
		font-size: 28px;
		line-height: 40px;
	}
	
	
	.glos_index {
		padding: 0 0 50px 0;
	}
	.glos_index h2 {
		margin: 0px 0 10px 0;
		font-size: 20px;
		line-height: 24px;
	}
	.glos_index ul li a {
		font-size: 16px;
		line-height: 30px;
	}
	.glos_index ul li:before {
		top: 12px;
		width: 4px;
		height: 4px;
	}
	
	
	.glos_faq {
		margin: 50px 0 0 0;
	}
	.glos_faq h2 {
		margin: 0 0 10px 0;
		font-size: 22px;
		line-height: 34px;
	}
	.glos_faq ul {
		padding: 20px 0;
	}
	.glos_faq li h3 {
		padding: 0 0 16px 30px;
		font-size: 18px;
		line-height: 26px;
	}
	.glos_faq li h3:before {
		font-size: 18px;
		line-height: 26px;
	}
	.glos_faq li h3:after {
		width: calc(100% - 30px);
	}
	.glos_faq li h4 {
		padding: 16px 0 0 30px;
		font-size: 15px;
		line-height: 26px;
	}
	.glos_faq li h4:before {
		top: 16px;
		font-size: 18px;
		line-height: 26px;
	}
	
	
	
	.faq{
		padding: 18px 0;
	}
	.faq h3 {
		padding: 0 0 14px 30px;
		font-size: 17px;
		line-height: 24px;
	}
	.faq h3:before {
		font-size: 17px;
		line-height: 24px;
	}
	.faq h3:after {
		width: calc(100% - 30px);
	}
	.faq p {
		padding: 14px 0 0 30px;
		font-size: 14px;
		line-height: 25px;
	}
	.faq p:before {
		top: 16px;
		font-size: 18px;
		line-height: 26px;
	}
	
	
	.glosTag {
		margin: 50px 0 47px 0;
	}
	.glosTag h2 {
		margin: 0 0 20px 0;
		font-size: 22px;
		line-height: 34px;
	}
	.glosTag a {
		margin: 0px 0px 3px 0px;
	}
	.glosTag a h4 {
		padding: 10px 14px;
		font-size: 13px;
		line-height: 16px;
	}
}
/* ====================================== // 용어사전 상세 ======================================*/



/*--------------------------------------------------------------
# 용어사전 상세 페이지 에디터 컨텐츠 css
--------------------------------------------------------------*/
.glos_edCont{
	display:block;
	position:relative;
}
/* .glos_edCont h2:nth-child(1){ */
	/* padding:0; */
/* } */
.gaContent h2{
	font-family: 'Pretendard-Bold';
    line-height: 38px;
    font-size: 28px;
	padding:100px 0 0 0;
	margin:0 0 16px 0;
}
.glos_edCont h2 span {
    /* font-family: 'Pretendard-Bold'!important; */
    line-height: 3.6rem!important;
    font-size: 2.8rem!important;
}

.glos_edCont h3{
	font-family: 'Pretendard-SemiBold';
    line-height: 3rem;
    font-size: 2.4rem;
	margin:3rem 0rem 1.2rem 0rem;
}
.glos_edCont h3 span {
    /* font-family: 'Pretendard-SemiBold'!important; */
    line-height: 3rem!important;
    font-size: 2.4rem!important;
}

.glos_edCont h4{
	font-family: 'Pretendard-SemiBold';
    line-height: 3rem;
    font-size: 2.4rem;
	margin:0rem 0rem 1.2rem 0rem;
}
.glos_edCont h4 span {
    /* font-family: 'Pretendard-SemiBold'!important; */
    line-height: 3rem!important;
    font-size: 2.4rem!important;
}

.glossaryContBox a{
	color: #3A68AD;
}
.glossaryContBox a:hover{
	text-decoration:underline;
}

.glos_edCont a{
	color: #3A68AD;
}
.glos_edCont a:hover{
	text-decoration:underline;
}
.glos_edCont{
	overflow:hidden;
	font-size:1.8rem;
	/* line-height: 1.8; */
    line-height: 3.4rem;
	font-family: 'Pretendard-Light';
}

.glos_edCont p {
	overflow:hidden;
	font-size:1.8rem;
	/* line-height: 1.8; */
    line-height: 3.4rem;
	font-family: 'Pretendard-Light';
}
.glos_edCont p span{
	font-family: 'Pretendard-Light';
}


.glos_edCont .marker
{
	font-family: 'Pretendard-Medium';
	background-color: Yellow;
}

.glos_edCont .marker2
{
	font-family: 'Pretendard-Medium';
	background-color: Cyan;
}

.glos_edCont img{
	/* float: inherit!important; */
	max-width:100%;
	display:inline-block;
}

.glos_edCont ul li {
    font-size: 1.7rem;
    line-height: 2.7rem;
    position: relative;
    padding: 0rem 1rem 1rem 1rem;
    font-family: 'Pretendard-Light';
}
.glos_edCont ul li span{
	font-family: 'Pretendard-Light';
}
.glos_edCont ul li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0rem;
    top: 1.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #444;
}

.glos_edCont ol li {
	font-size: 1.7rem;
    line-height: 2.7rem;
	position:relative;
	padding: 0rem 1rem 1rem 1rem;
	font-family: 'Pretendard-Light';
}
.glos_edCont ol li span{
	font-family: 'Pretendard-Light';
}
.glos_edCont ol li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0rem;
    top: 1.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #444;
}

.tacenter table{
	margin:0 auto;
	float:none;
}
.taleft table{
	margin:0 auto 0 0;
	float:none;
}
.taright table{
	margin:0 0 0 auto;
	float:none;
}


.glos_edCont table tbody tr td {
    padding: 1rem;
    border: 1px solid #ddd;
	font-size:1.5rem;
	font-family: Pretendard;
}
.glos_edCont table tbody tr:nth-child(1){
	background:#444;
	color:#fff;
	font-size:1.6rem;
	font-family: Pretendard;
}

.glos_edCont table tbody tr td p{
	font-size:1.5rem;
	font-family: Pretendard;
}
.glos_edCont table tbody tr td ul li{
	padding: 0rem 0rem 0rem 1rem;
	font-size:1.5rem;
	font-family: Pretendard;
}

.glos_edCont blockquote {
    font-style: italic;
   font-family: 'Pretendard-Light';
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
	padding-left: 2rem;
    padding-right: 0.8rem;
    border-left-width: 0.5rem;
	font-size: 1.6rem;
    line-height: 2.4rem;
	
}
.glos_edCont blockquote p {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-family: 'Pretendard-Light';
}

.glos_edCont iframe {
    width: 100%!important;
    /* height: 34vw!important; */
	height: 47.3rem!important;
}

@media (max-width: 991px) {
	.gaContent h2 {
		line-height: 38px;
		font-size: 28px;
		padding: 80px 0 0 0;
		margin: 0 0 16px 0;
	}
	
	.glos_edCont table{
		width:100%!important;
	}
	
	.glos_edCont iframe {
		width: 100%!important;
		height: 50vw!important;
	}
}
@media (max-width: 880px) {
	.glos_edCont img{
		display:inline-block!important;
		height:auto!important;
	}
}
@media (max-width: 767px) {
	.gaContent h2{
		padding: 60px 0 0 0;
		line-height: 2.8rem;
		font-size: 2.3rem;
		margin: 0rem 0rem 1rem 0rem;
	}
	.glos_edCont h2 span {
		letter-spacing: -0.02em;
		line-height: 2.6rem!important;
		font-size: 2.3rem!important;
	}
	
	.glos_edCont h3 {
		line-height: 2.2rem;
		font-size: 1.9rem;
		margin: 2.4rem 0rem 1.2rem 0rem;
	}
	.glos_edCont h3 span {
		line-height: 2.2rem!important;
		font-size: 1.9rem!important;
	}
	
	.glos_edCont h4{
		line-height: 2.2rem;
		font-size: 1.9rem;
		margin:0rem 0rem 1rem 0rem;
	}
	.glos_edCont h4 span {
		line-height: 2.2rem!important;
		font-size: 1.9rem!important;
	}
	
	.glos_edCont{
		font-size:1.5rem;
		/* line-height: 1.7; */
		line-height: 2.7rem;
	}
	.glos_edCont p {
		font-size:1.5rem;
		/* line-height: 1.7; */
		line-height: 2.7rem;
	}
	.glos_edCont p span{
		font-size: 1.5rem!important;
	}
	
	.glos_edCont table tbody tr td{
		font-size: 1.4rem;
	}
	.glos_edCont table tbody tr td span{
		font-size: 1.4rem!important;
	}
	.glos_edCont table tbody tr td p{
		font-size:1.4rem;
		font-family: Pretendard;
	}
	.glos_edCont table tbody tr td ul li{
		padding: 0rem 0rem 0rem 1rem;
		font-size:1.4rem;
		font-family: Pretendard;
	}
	
	.glos_edCont ul li{
		line-height: 2.4rem;
		font-size: 1.5rem;
	}
	.glos_edCont ul li span{
		font-size: 1.5rem!important;
	}
	.glos_edCont ul li:before {
		top: 1rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	
	.glos_edCont ol li{
		line-height: 2.4rem;
		font-size: 1.5rem;
	}
	.glos_edCont ol ol span{
		font-size: 1.5rem!important;
	}
	.glos_edCont ol li:before {
		top: 1rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	
	.glos_edCont blockquote p {
		font-size: 1.5rem;
		line-height: 2.4rem;
		font-family: 'Pretendard-Light';
	}
	.glos_edCont blockquote {
		font-style: italic;
		font-family: 'Pretendard-Light';
		padding: 2px 0;
		border-style: solid;
		border-color: #ccc;
		border-width: 0;
		padding-left: 1rem;
		padding-right: 0.5rem;
		border-left-width: 0.4rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}
