
@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

/* Regular */
@font-face {
	font-family: 'Noto Sans KR', sans-serif;
	font-style: normal;
	font-weight: 300;
	src: local('NotoSansKR-Regular'), format('woff');
}

/* Bold */
@font-face {
	font-family: 'Noto Sans KR', sans-serif;
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansKR-Bold'), format('woff');
}

.noneB_padT{
	padding-top:0px!important;
	margin-top:0px!important;
}

.blog_grid {
	width:100%;
    /* max-width: 1370px; */
    position: relative;
    /* margin: 140px auto; */
	padding-left: 0px;
    padding-right: 0px;
	padding-top: 1px;
}

.bTopWrap{
	width:100%;
	height: 770px;
	background-color:#ddd;
	position: relative;
	padding-left: 80px;
    padding-right: 80px;
	
	background-image: url(../img/blogtopbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
    background-size: cover;
}

.bTopBox{
	width: 100%;
	height:100%;
    max-width: 1380px;
    position: relative;
    margin: 0 auto;
	display:table;
    padding-left: 10px;
    padding-right: 10px;
}

.bt_Inner{
	display:table-cell;
	vertical-align:middle;
}

.bt_Inner a{
	color:#222;
}

.welcomeBlogTitle{
	position:relative;
	top: -35px;
	display:block;
	font-size: 20px;
	font-weight:500;
}

.welcomeBlogTitle h1{
	margin-top: 10px;
	display: block;
	font-size: 90px;
	font-weight:700;
	line-height:inherit;
}

.blogAll{
	position:relative;
	top:-10px;
	display:inline-block;
	border-radius:30px;
	padding:6px 24px 8px 24px;
	background-color:#fff;
    font-size: 16px;
    font-weight: 300;
	font-family: 'Noto Sans KR', sans-serif!important;
}

.blogAll b{
	margin-left:6px;
	display: inline-block;
    font-size: 15px;
    font-weight: 600;
	font-family: 'Noto Sans KR', sans-serif!important;
}

.more_total{
	text-align:center;
	position: absolute;
	right:0px;
	bottom:0px;
	width:200px;
	height:70px;
	background-color:#fff;
	z-index:600;
	font-size:21px;
	font-weight:500;
	padding-top: 22px;
	cursor:pointer;
}

.ntb{
	position: relative;
	display:inline-block;
	margin-right:6px;
}

.ntb img{
	max-width:100%;
	position: relative;
}

.more_total:hover .ntb img{
	transform: rotate( 360deg );
}

@media (max-width: 1500px){
	.bTopWrap {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1200px){
	.bTopWrap{
		background-position-x: 30%;
	}
}

@media (max-width: 991px){
	.bTopWrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.welcomeBlogTitle h1{
		font-size: 80px;
	}
}

@media (max-width: 767px){
	.blog_grid{
		overflow: hidden;
		margin: 0px auto;
	}
	.bTopWrap {
		height: 340px;
		padding-left: 10px;
		padding-right: 10px;
		background-position-x: 40%;
	}
	.bTopBox{
		padding-left: 0px;
		padding-right: 0px;
	}
	.more_total{
		font-size: 13px;
		padding-top: 16px;
		width: 110px;
		height: 44px;
	}
	.ntb img {
		width: 15px;
		max-width: 100%;
		position: relative;
		top: -1px;
	}
	.welcomeBlogTitle {
		top: 5px;
		font-size: 16px;
	}
	.welcomeBlogTitle h1 {
		margin-top: 0px;
		font-size: 30px;
	}
	.blogAll{
		font-size: 12px;
		top: 13px;
	}
	.blogAll b{
		margin-left: 4px;
		font-size: 13px;
	}
}

/*--------------------------------------------------------------
# 블로그 리스트 페이지
--------------------------------------------------------------*/

/* .bpadT100{padding-top: 110px!important;} */

.bTop_listWrap{
	width:100%;
	position: relative;						
}

.bTop_listBox{
	width:100%;
	height: 250px;
	position: relative;
	background: url(../img/visual/subVisual04_01.jpg);
	background-position-x: 30%;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	z-index:500;
}

.bTop_listInner{
	max-width: 1420px;
    position: relative;
    margin: 0 auto;
	height: 250px;
	width:100%;
	text-align:left;
	display:flex;
	align-items: center;
	padding-left:20px;
	padding-right:20px;
}

.welcomeBlogList_Title{
    text-align: left;
}

.welcomeBlogList_Title b{
	background-color:#fff;
	border-radius:30px;
	padding:12px 22px 10px 22px;
	font-size: 15px;
    font-weight: 400;
	color:#222;
}

.welcomeBlogList_Title h1{
	margin-bottom: 20px;
	margin-top: 23px;
    display: block;
    font-size: 60px;
	font-weight:700;
	line-height:inherit;
	color:#fff;
}

.blist_contentWrap{
	width: 100%;
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 50px;
	padding-bottom:150px;
    background-color: #fff;
}

.blist_contentBox{
	width: 100%;
    max-width: 1380px;
    position: relative;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    /* overflow: hidden; */
}

.add_title{
	text-align:left;
	padding-bottom:10px;
}

.add_title h2{
	display:inline-block;
	font-size:20px;
	font-weight:500;
	line-height:inherit;
	margin-bottom:0px;
	color:#222;
}


.mainTypingBox{
	width:100%;
	position:relative;
	z-index:800;
	border: 1px solid #ddd;
}

.mainTypingBox input {
	text-align: center;
	/* padding-left:20px; */
	
    width: 100%;
	height: 70px;
    border: none;
    font-size: 20px;
    color: #222222;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Gmarket Sans;
	z-index:900;
}

.mainTypingBox input::placeholder{
	color: #222222;
	font-size: 20px;
	font-weight: 400;
}

/* .mainTypingBox i { */
	/* position: absolute; */
	/* width: 2px; */
	/* height: 80%; */
	/* background-color: #222; */
	/* left: 20px; */
	/* top: 10%; */
	/* animation-name: blink; */
	/* animation-duration: 1200ms; */
	/* animation-iteration-count: infinite; */
	/* opacity: 1; */
/* } */

/* .mainTypingBox input:focus + i { */
	/* display: none; */
/* } */

/* @keyframes blink { */
	/* from { opacity: 1; } */
	/* to { opacity: 0; } */
/* } */

.go_seo{
	text-align:center;
	border:none;
	position:absolute;
	right: 2px;
    top: 2px;
    width: 66px;
    height: 66px;
	background-color:#fff;
	cursor:pointer;
	z-index:1000;
}

.go_seo img{
	max-width:100%;
	display:inline-block;
}

.bc_contentLine{
	width:100%;
	position: relative;
	padding-top: 50px;
}

.blog_contentArea{
	min-height: 1080px;
	width:100%;
	position: relative;
	background-color:#fff;
	padding-right: 380px;
	/* overflow:hidden; */
}

.bcMarLR a:hover{
	text-decoration:none!important;
}

.bcMarLR{
	margin-left:-10px!important;
	margin-right:-10px!important;
}

.bcPadLR{
	padding-right: 10px!important;
    padding-left: 10px!important;
}

.bca_Item{
	text-align:left;
	width:100%;
	position: relative;
	margin-bottom: 50px;
}

.bca_Item:hover .bca_contentTitle{
	text-decoration:underline;
}

.bca_imgBox{
	width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 86%;
    margin-top: 0px;
    margin-bottom: 16px;
}

.bca_img{
	text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	transform: scale(1);
}

.bca_imgBox img {
    position: absolute;
    height: 100%;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

/* .bca_img{ */
	/* display:flex; */
	/* align-items: center; */
	/* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* width: 100%; */
    /* height: 100%; */
/* } */

/* .bca_imgBox img { */
	/* transform: scale(1.3); */
    /* width: 100%; */
	/* display: inline-block; */
/* } */


.bca_imgBox:after {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.06);
    border-top-color: rgba(0, 0, 0, 0.06);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.06);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.06);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.06);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    content: "";
}

.bca_textBox{
	width:100%;
	/* height:130px; */
	overflow:hidden;
}

.bca_contentTitle {
	letter-spacing: -0.5px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    display: block;
    display: -webkit-box;
    margin: 0 0 12px 0px;
    /* height: 53px; */
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.bca_contentTitle h2{
    letter-spacing: -0.5px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    display: block;
    display: -webkit-box;
    margin: 0 0 12px 0px;
    height: 53px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.bca_SubContent {
    letter-spacing: -0.5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
display:none;
	
    /* display: block; */
    /* display: -webkit-box; */
    margin: 0 0 0px 0px;
    height: 42px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.bca_day{
	position:relative;
	font-size:12px;
	color:#888;
	font-weight:300;
	margin-top:10px;
}

.bca_day b{
	display:inline-block;
	font-weight:300;
}

.cenLine{
	display:inline-block;
	position:relative;
	top:2px;
	width:1px;
	height:12px;
	background-color:#ddd;
	margin-left:20px;
	margin-right:20px;
}

/* paging 관련 추가 */

.front_paging_line{width: 100%;text-align: center;margin-top: 50px;}
.front_paging_box{display: inline-block;}

.prev_page{text-align: center;width: 54px;height: 46px;line-height: 46px;background-color: #ededed;color: #999999;margin-right: 12px;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;cursor: pointer;border: none;}
.next_page{text-align: center;width: 54px;height: 46px;line-height: 46px;background-color: #424242;color: #fff;margin-left: 10px;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;cursor: pointer;border: none;}

.front_paging_number_box{height: 46px;}
.front_paging_number_box ul li{color:#222;border: 2px solid #fff;display: inline-block; height: 46px;width: 46px;text-align: center;cursor: pointer;padding-top: 12px;font-family: 'Noto Sans KR', sans-serif;box-sizing: border-box;margin-left:-2px;}
.front_paging_number_box ul li:hover{background-color: #ededed;border: 2px solid #ededed;}

.flex_box{display: flex;}
.on_front_paging{position: relative; top: 0px;padding-top:12px!important;font-weight: bold;border: 2px solid black !important;}	
.padB60impor{padding-bottom: 60px!important;}



.blog_menuArea{
	position: absolute;
	right:0px;
    top: 50px;
	width: 320px;
	/* background-color:red; */
}

.blog_searchBox{
	width:100%;
	position:relative;
	right: 0px;
}


.resumeS_input{
	box-sizing: border-box;
	width: 320px;
    border-collapse: collapse;
    height: 60px;
}

.resumeS_input input{
	border:none;
    box-sizing: border-box;
    border-collapse: collapse;
    height: 60px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    background-color: #eeeeee;
}

.resumeS_input input::placeholder{
	font-size: 15px;
	color: #777;
	font-weight:300;
}

.resumeS_input input:foucs{
	background-color:#eeeeee!important;
}

.resumeS_Btn{
	position:absolute;
	right:0px;
	top:5px;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	border:none;
	background-color:#eee;
}

.resumeS_Btn img{
	position:relative;
	top:-2px;
	width:18px;
	max-width:100%;
}

.b_ClickBox{
	width:100%;
	position:relative;
	background-color:#fff;
}

.b_ClickTitle{
	color:#222;
	font-size: 16px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    border-bottom: 2px solid #222;
    padding-bottom: 12px;
}

.b_ClickBox ul{
	width:100%;
	position:relative;
}

.b_ClickBox ul li{
	list-style:none;
	border-bottom:1px solid #ddd;
}

.b_ClickBox ul li a{
	color:#222;
	text-decoration:none!important;
}

.b_ClickBox ul li:nth-child(13){
   border-bottom: none;
}

.b_ClickItem{
	position:relative;
	width:100%;
	padding-top: 19px;
    padding-bottom: 15px;
	font-size:16px;
	font-weight:500;
	text-align:left;
	cursor:pointer;
	color:#999;
}

.b_bul{
	opacity:0;
	top: 26px;
    position: absolute;
    right: 20px;
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:#CAB378;
}

.b_ClickItem:hover{
	color:#222;
	font-weight:700;
}

.b_ClickItem:hover .b_bul{
	opacity:1;
}

.b_tagBox{
	width:100%;
	position:relative;
	padding-top: 30px;
}

.b_TAGTitle{
	color:#222;
	font-size: 16px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    padding-bottom: 12px;
}

.b_tagInner{
	width:100%;
	position:relative;
    padding: 16px 28px 8px 28px;
	background-color:#f6f6f6;
}

.b_tagInner ul{
	width:100%;
	position:relative;
}

.b_tagInner ul li{
	position:relative;
	list-style:none;
	border-bottom:1px solid #ddd;
	padding-left:32px;
	font-size:15px;
	font-weight:400;
	height:54px;
	display:flex;
	align-items:center;
	transition:all 0.3s;
}

.b_tagInner ul li:hover{
	background-color:#fff;
	padding-left:40px;
	transition:all 0.3s;
}

.b_tagInner ul li p{
	color:#222;
	width:100%;
	position:relative;
	top:1px;
	font-weight:400;
	margin-bottom:0px;
	display:block;
	text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
	text-align: left;
}

.b_tagInner ul li b{
	color:#222;
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50.4%);
	-webkit-transform:translateY(-50.4%);
	font-weight:700;
	margin-right:16px;
}

.b_tagInner ul li:nth-child(1){
	font-size:22px;
	font-weight:700;
}

.b_tagInner ul li:nth-child(1) p{
	font-size:20px;
	font-weight:700;
}

.b_tagInner ul li:nth-child(2){
	font-size:19px;
	font-weight:700;
}

.b_tagInner ul li:nth-child(2) p{
	font-size:19px;
	font-weight:600;
}

.b_tagInner ul li:nth-child(3){
	font-size:17px;
	font-weight:700;
}

.b_tagInner ul li:nth-child(3) p{
	font-size:17px;
	font-weight:600;
}

.b_tagInner ul li:last-child{
	border-bottom:none;
}

@media (max-width: 1500px){
	.bTop_listWrap{
	}
	.blist_contentWrap{
		padding-left: 60px;
		padding-right: 60px;
	}
	.blist_contentBox{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 1250px){
	.blog_contentArea{
		min-height: 1040px;
		padding-right: 270px;
	}
	.bcMarLR{
		margin-left:-7px!important;
		margin-right:-7px!important;
	}
	.bcPadLR{
		padding-left:7px!important;
		padding-right:7px!important;
	}
	.bca_textBox{
		height: 74px;
	}
	.bca_contentTitle h2{
		height: 41px;
		line-height: 20px;
		font-size: 16px;
	}
	.bca_SubContent{
		margin: 8px 0 0px 0px;
		line-height: 20px;
		font-size: 13px;
		height:42px;
	}
	
	
	.blog_menuArea{
		width: 220px;
	}
	.blog_searchBox{
		box-sizing: border-box;
		display: block;
		overflow: hidden;
	}
	.resumeS_input{
		width: 220px;
	}
	.b_ClickItem{
		font-size: 14px;
		font-weight: 900;
	}
	.b_bul{
		right: 2px;
	}
	
	.b_tagInner{
		padding: 10px 10px 8px 10px;
	}
	.b_tagInner ul li{
		font-size: 13px;
		padding-left: 26px;
	}
	.b_tagInner ul li:hover{
		padding-left:26px;
	}
	.b_tagInner ul li b{
		top: 52%;
		transform: translateY(-52%);
		-webkit-transform: translateY(-52%);
	}
	
	.b_tagInner ul li:nth-child(1){
		font-size:19px;
		font-weight:700;
	}

	.b_tagInner ul li:nth-child(1) p{
		font-size:19px;
		font-weight:700;
	}

	.b_tagInner ul li:nth-child(2){
		font-size:17px;
		font-weight:700;
	}

	.b_tagInner ul li:nth-child(2) p{
		font-size:17px;
		font-weight:600;
	}

	.b_tagInner ul li:nth-child(3){
		font-size:15px;
		font-weight:700;
	}

	.b_tagInner ul li:nth-child(3) p{
		font-size:15px;
		font-weight:600;
	}
}

@media (max-width: 1140px){

	.bTop_listWrap {

	}
	.blist_contentWrap {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1024px){
	.blog_contentArea{
		padding-right: 210px;
	}
	.bcMarLR{
		margin-left:-5px!important;
		margin-right:-5px!important;
	}
	.bcPadLR{
		padding-left:5px!important;
		padding-right:5px!important;
	}
	.bca_textBox{
		height: 98px;
	}
	.bca_contentTitle h2{
		line-height: 18px;
		font-size: 14px;
		height: 42px;
	}
	.bca_SubContent{
		margin: 6px 0 0px 0px;
		line-height: 18px;
		font-size: 12px;
		height: 20px;
	}
	
	
	.blog_menuArea{
		width: 190px;
	}
	.blog_searchBox{
		box-sizing: border-box;
		display: block;
		overflow: hidden;
	}
	.resumeS_input{
		width: 190px;
	}
	.resumeS_Btn{
		margin-top:6px;
		float: right;
		margin-left: 0px;
	}
	.b_ClickItem{
		font-size: 13px;
		font-weight: 900;
	}
}

@media (max-width: 991px){

	.bTop_listWrap {
	}
	.blist_contentWrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.bca_textBox {
		height: 70px;
	}
	.bca_contentTitle h2{
		line-height: 20px;
		font-size: 15px;
	}
	.bca_SubContent{
		line-height: 20px;
		font-size: 13px;
	}
	.welcomeBlogList_Title h1{
		font-size: 50px;
	}
}

@media (max-width: 960px){
	.blog_contentArea {
		min-height: auto;
	}
}

@media (max-width: 767px) {	

	.bTop_listBox{
	    height: 300px;	
	}
	.bTop_listInner{
		height: 300px;	
		padding-left: 14px;
		padding-right: 14px;
	}
	.welcomeBlogList_Title {
		font-size: 14px;
		font-weight: 900;
	}
	.welcomeBlogList_Title b{
		padding: 4px 10px 2px 10px;
		font-size: 12px;
	}
	.welcomeBlogList_Title h1{
		font-size: 22px;
		font-weight: 900;
		margin-top: 12px;
	}

	.blist_contentWrap{
		padding-top: 20px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom:80px;
	}
	.blog_contentArea{
		padding-right: 0px;
	}
	.bca_Item {
		margin-bottom: 40px;
	}
	.bca_imgBox{
		margin-bottom: 16px;
	}
	.bca_textBox{
		height:auto;
	}
	.bca_day{
		margin-top: 10px;
	}
	.bc_contentLine {
		padding-top: 30px;
	}
	.bca_contentTitle h2 {
		-webkit-line-clamp: 2;
		height: auto;
		font-size: 16px;
		line-height: 24px;
	}
	.bca_contentTitle{
		-webkit-line-clamp: 2;
		height: auto;
		font-size: 16px;
		line-height: 24px;
	}
	.bca_SubContent{
		-webkit-line-clamp: 2;
		height: 44px;
		font-size: 13px;
		line-height: 22px;
	}
	
	
	.mainTypingBox input {
		height: 50px;
		padding-right: 40px;
		padding-left: 15px;
		padding-bottom: 1px;
		font-size: 12px;
	}
	.mainTypingBox input::placeholder{
		text-align:left;
		color: #222222;
		font-size: 10px;
		font-weight: 400;
	}
	.mainTypingBox i {
		position: absolute;
		width: 2px;
		height: 60%;
		background-color: #222;
		left: 11px;
		top: 18%;
		animation-name: blink;
		animation-duration: 1200ms;
		animation-iteration-count: infinite;
		opacity: 1;
	}
	.go_seo {
		width: 40px;
		height: 40px;
		right: 0px;
		top: 5px;
		background-color: inherit;
	}
	.go_seo img {
		height: 20px;
	}
	
	
	.front_paging_line{
		margin-top: 10px;
	}
	
	
	.blog_menuArea{
		top: 0px;
		padding-top: 50px;
		width:100%;
	    position: relative;	
	}
	.b_ClickItem {
		text-align: left;
		font-size: 13px;
		font-weight: 900;
		padding-left: 10px;
	}
	.b_bul {
		top: 24px;
		right: 10px;
	}
	.blog_searchBox{
		display: flex;
	}
	.resumeS_input {
		width: 100%;
	}
	.resumeS_Btn {
		margin-top: 0px;
		float: right;
		margin-left: 7px;
	}
	.b_ClickBox {
		margin-top: 20px;
	}

	.b_tagInner {
		padding: 10px 20px 8px 20px;
	}










	.front_paging_number_box {
		height: 30px;
	}
	.on_front_paging {
		/* top: 0px; */
		padding-top: 4px!important;
	}
	.front_paging_number_box ul li{
		height: 30px;
		width: 30px;
		padding-top: 4px;
	}
	.next_page, .prev_page{
		top: 0px;
		width: 42px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}


/*--------------------------------------------------------------
# 블로그 상세 페이지 추가
--------------------------------------------------------------*/


.grayTextLine3 {
    text-align: center;
    border-bottom: 1px solid rgb(51, 51, 51);
    border-bottom-style: dotted;
    font-size: 1.8rem;
    color: rgb(51, 51, 51);
    margin-bottom: 50px;
    /* margin-top: 50px; */
    padding-bottom: 50px;
}

.grayTextLine3 span {
    font-size: 1.1rem;
    color: rgb(51, 51, 51);
}

.grayTextLine4 {
    text-align: center;
    border-bottom: 1px solid rgb(51, 51, 51);
    border-bottom-style: dotted;
    font-size: 1.8rem;
    color: rgb(51, 51, 51);
    margin-bottom: 50px;
    /* margin-top: 50px; */
    padding-bottom: 50px;
}

.grayTextLine4 span {
    font-size: 1.1rem;
    color: rgb(51, 51, 51);
}

.blog_SEOstep {
    display: flex;
    width: 100%;
    /* height: 190px; */
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.stepList01 {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding-top: 30px;
    background-image: url(/resource/image/nextt_img/seoNum1.png);
    background-size: 20%;
    background-position: top left;
}

.stepList02 {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding-top: 30px;
    background-image: url(/resource/image/nextt_img/seoNum2.png);
    background-size: 20%;
    background-position: top left;
}

.stepList03 {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding-top: 30px;
    background-image: url(/resource/image/nextt_img/seoNum3.png);
    background-size: 20%;
    background-position: top left;
}

.stepList01 img {
    width: 56%;
}
.stepList02 img {
    width: 56%;
}
.stepList03 img {
    width: 56%;
}

.arrow {
    display: inline-block;
    width: 5%;
    height: 180px;
    background-image: url(/resource/image/nextt_img/seoArrow.png);
    background-size: 47%;
    background-position: center;
}

.stepName {
    padding-top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

@media screen and (max-width: 768px){
	.grayTextLine3 {
		font-size: 1.3rem;
		margin-bottom: 30px;
		margin-top: 30px;
		padding-bottom: 30px;
	}
	
	.stepName {
		padding-top: 20px;
		font-size: 12px;
		line-height: 18px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.stepName br{
		display:none;
	}

}
/*--------------------------------------------------------------
# 블로그 상세 페이지
--------------------------------------------------------------*/


.bTop_detailListWrap{
	width:100%;
	position: relative;
	padding-left: 70px;
    padding-right: 70px;
}

.shareBox{
	display:none;
	
	z-index: 3000;
    position: fixed;
    right: 160px;
    top: 270px;
    background-color: #fff;
    width: 90px;
    border-top-left-radius: 40px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 40px;
	text-align:center;
	
	padding-top: 20px;
    padding-bottom: 13px;
	border:1px solid #fff;
}

.boxshadow_on{
	border:1px solid #ddd;
	/* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
}

.sh_snsBox{
	position:relative;
	display:block;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
	transition: all 0.3s;
}

.sh_snsBox img{
	max-width:100%;
	display:inline-block;
}

.sh_snsBox:hover{
	transition: all 0.3s;
	transform: rotate(20deg);
}

.shareBox span{
	font-size:15px;
	font-weight:700;
}

.bTop_detailListBox{
	width:100%;
	height: 440px;
	position: relative;
	background-color:#ada38a;
	/* background-image: url(../img/blogtopbg.jpg); */
	/* background-position-x: 30%; */
	/* background-repeat: no-repeat; */
	/* background-position: left; */
    /* background-size: cover; */
	z-index:500;
}

.bTop_detailListInner{
	max-width: 1420px;
    position: relative;
    margin: 0 auto;
	width:100%;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
    padding-top: 170px;
}

.BlogDetail_Title{
	display:inline-block;
    text-align: center;
}

.BlogDetail_Title b{
	border:1px solid #fff;
	border-radius:30px;
	padding:10px 22px 10px 22px;
	font-size: 15px;
	color:#fff;
    font-weight: 400;
}

.BlogDetail_Title h1{
	padding-left: 50px;
    margin-top: 28px;
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
    padding-right: 50px;
}

.b_writeDay{
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:300;
	padding-top: 20px;
}

.b_writeDay span{
	color:#fff;
	font-size:14px;
	font-weight:300;
	margin-left:12px;
}

.b_writeDay span b{
	display:inline-block;
	font-weight:300;
}

.detail_contentArea{
	position:relative;
	width:100%;
}
/* .detail_contentArea:before{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0rem; */
	/* top:0rem; */
	/* width:100%; */
	/* height:100%; */
	/* z-index:10; */
/* } */
.detail_contentWrap{
	width: 100%;
    position: relative;
    max-width: 990px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
	padding-top: 90px;
    padding-bottom: 0px;
    background-color: #fff;
    text-align: center;
}

.dt_sumImgBox{
	z-index:700;
	top: -210px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:600px;
	/* height:400px; */
}

.dt_sumImgBox img {
    width: 600px;
    height: 375px;
    max-width: 100%;
    /* width: 100%; */
    object-fit: contain;
}

.normalText{
	width:100%;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}

.normalText p{
	font-size: 17px;
    font-weight: 300;
    color: #222;
    line-height: 38px;
	margin-bottom:0px;
}

.normalText h3{
    font-size: 18px;
    font-weight: 700;
	margin-bottom:0px;
	line-height:inherit;
	padding-top:40px;
}

.pointText{
	padding-top: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.pointText p{
	line-height: 40px;
    display: block;
    text-align: center;
    font-size: 22px;
	font-weight:700;
    margin-bottom: 6px;
    margin-top: 10px;
}

.pointText h2{
	line-height: 40px;
    display: block;
    text-align: center;
    font-size: 22px;
	font-weight:700;
    margin-bottom: 6px;
    margin-top: 10px;
}

.topDda{
	display:inline-block;
}

.bottomDda{
	display:inline-block;
}

.topDda img, .bottomDda img{
	max-width:100%;
}

.normalImgBox{
	text-align:center;
	width:100%;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
}

.normalImgBox img{
	max-width:100%;
	display:inline-block;
}

.flexImgBox{
	display:flex;
	text-align:center;
	width:100%;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:-10px;
	margin-right:-10px;
}

.flexImgBox img{
	width:50%;
	margin:10px;
}

.normalLinkText{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.normalLinkText a{
	font-size:15px;
	font-weight:500;
	color:#3694eb;
}

.normalLinkText img{
	width:29px;
	position:relative;
	margin-left:10px;
}


.normalTable{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.normalTable table{
	position: relative;
	width: 100%;
}

.tTextLine{
	border-bottom: 1px solid #000;
}

.tText{
	padding-top:10px;
	padding-bottom:10px;
	font-size: 17px;
	font-weight: bold;
}

.mTextLine{
	border-bottom: 1px solid #ededed;
}

.mText{
	padding-top:10px;
	padding-bottom:10px;
	font-size: 16px;
	font-weight: 300;
}

.mText span{
	border-radius: 30px;
	padding:6px 22px 6px 22px;
	background-color: #e8f8fc;
}

.w20per{
	width: 14%;
}

.w40per{
	width: 43%;
}

.tL{text-align:left;padding-left:10px;padding-right:10px}

.b_bottomBtnBox{
	position:relative;
	width:100%;
	height:60px;
	/* background-color:pink; */
	margin-top:120px;
}

.b_bottomBtnBox a{
	color:#222;
}

.bb_left_item {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 60px;
    padding-top: 16px;
    border: 1px solid #333333;
    letter-spacing: 0.4px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
}

.bb_center_item {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #333333;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 16px;
    z-index: 10;
    cursor: pointer;
}

.bb_line {
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-top: 4px;
    margin-bottom: 7px;
    z-index: 20;
}

.bb_right_item {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 60px;
    padding-top: 16px;
    border: 1px solid #333333;
    letter-spacing: 0.4px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
}

@media (max-width: 1350px) {	
	.shareBox{
		right: 90px;
	}
}

@media (max-width: 1200px) {	
	.shareBox{
		right: 50px;
		width: 76px;
	}
}

@media (max-width: 1110px) {	
	.shareBox{
		right: 10px;
	}
}

@media (max-width: 991px) {	
	.bTop_detailListBox{
		height: 440px;
	}
	.bTop_detailListInner{
		padding-top: 46px;
	}
	.BlogDetail_Title b{
		font-size: 13px;
		padding: 10px 20px 6px 20px;
	}
	.BlogDetail_Title h1{
		font-size: 36px;
		margin-top: 14px;
	}
	
	.shareBox{
		display:none;
	}
}

@media (max-width: 767px) {	
	.bTop_detailListBox{
		height:auto;
	}
	.bTop_detailListInner {
		padding-bottom: 60px;
		padding-top: 80px;
	}
	.BlogDetail_Title b {
		padding: 4px 10px 4px 10px;
		font-size: 12px;
	}
	.BlogDetail_Title h1 {
		line-height: 28px;
		font-size: 19px;
		font-weight: 900;
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.b_writeDay{
		font-size:12px;
	}
	.b_writeDay span {
		font-size: 12px;
		margin-left: 12px;
	}
	.dt_sumImgBox {
		padding-right: 100px;
		top: -30px;
		width: 100%;
		height: auto;
		padding-left: 100px;
	}
	.dt_sumImgBox img{
		ax-width: 100%;
		width: 100%;
		height: auto;
	}
	
	.relatedContentBox{
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.detail_contentWrap{
		padding-top: 60px;
		padding-bottom: 0px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.normalText{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.normalText p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.pointText {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.pointText p{
		font-size: 20px;
		line-height: 32px;
	}
	.pointText h2{
		font-size: 20px;
		line-height: 32px;
	}
	.pointText p br{
		display:none;
	}
	
	.normalText h3{
		font-size: 16px;
	}
	.normalImgBox {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.flexImgBox{
		display:block;
		padding-top:16px;
		padding-bottom:16px;
		margin-left:0px;
		margin-right:0px;
	}

	.flexImgBox img{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.normalLinkText{
		padding-top:16px;
		padding-bottom:16px;
		text-align:center;
	}

	.normalLinkText a{
		font-size:13px;
		font-weight:400;
		color:#3694eb;
	}

	.normalLinkText img{
		width:22px;
		position:relative;
		margin-left:6px;
	}
	

	.tTextLine {
		height:auto;
	}
	.tText {
		padding-top:6px;
		padding-bottom:6px;
		font-size: 13px;
		font-weight: bold;
	}
	.mTextLine {
		height:auto;
	}
	.mText {
		padding-top:6px;
		padding-bottom:6px;
		font-size: 13px;
	}
	.mText span{
		padding: 2px 10px 2px 10px;
	}
	
	.b_bottomBtnBox{
		height: 50px;
		margin-top: 100px;
	}
	.bb_left_item{
		width: 100px;
		height: 50px;
		padding-top: 13px;
		font-size: 15px;
	}
	.bb_right_item{
		width: 100px;
		height: 50px;
		padding-top: 13px;
		font-size: 15px;
	}
	.bb_center_item{
		width: 50px;
		height: 50px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 11px;
	}
}

@media (max-width: 500px){
	.dt_sumImgBox {
		padding-right: 50px;
		top: -32px;
		width: 100%;
		height: auto;
		padding-left: 50px;
	}
	.dt_sumImgBox img {
		max-width: 90%;
		width: 90%;
		height: auto;
	}
}

.hljs span{
	display:inline;
}

/*--------------------------------------------------------------
# 블로그 상세 페이지 ->하단 버튼/연관 정보
--------------------------------------------------------------*/
.nbBtnInnerBox{
	max-width: 1060px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.nbBtnBox {
    text-align: center;
    width: 100%;
    position: relative;
	margin-bottom: 100px;
    margin-top: 70px;
    padding-top: 50px;
    border-top: 2px solid #222;
}

.nbBtn{
	display:inline-block;
}

.leftBtn{
	position: absolute;
    left: 0px;
    top: 50px;
    color: #222;
    padding: 30px;
    border: 1px solid #f0f0f0;
    padding: 14px 20px 14px 20px;
    background-color: #f0f0f0;
    cursor: pointer;
	font-size:16px;
}

.cenBtn{
	color:#222;
	padding:30px;
	border:1px solid #222;
	padding: 14px 20px 14px 20px;
	background-color:#fff;
	cursor:pointer;
	font-size:16px;
}

.rightBtn{
	position: absolute;
    right: 0px;
    top: 50px;
    color: #222;
    padding: 30px;
    border: 1px solid #f0f0f0;
    padding: 14px 20px 14px 20px;
    background-color: #f0f0f0;
    cursor: pointer;
	font-size:16px;
}

.relatedContentBox {
    padding-bottom: 60px;
    width: 100%;
    position: relative;
}

.rcSideBox{
	max-width:1060px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}

.rccTitle{
	display:block;
	margin-bottom:20px;
}

.rccTitle b{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:30px;
	font-weight:600;
}

.rccLine{
	position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #222;
    top: -6px;
}

@media (max-width: 767px) {
	.rcSideBox {
		padding-left: 0px;
		padding-right: 0px;
	}
	.nbBtnInnerBox{
		padding-left: 14px;
		padding-right: 14px;
	}
	.nbBtnBox {
		margin-bottom: 80px;
		margin-top: 50px;
		padding-top: 30px;
	}
	.cenBtn{
		padding: 13px 20px 13px 20px;
	}
	.leftBtn{
		top: 30px;
		padding: 13px 14px 13px 14px;
	}
	.rightBtn{
		top: 30px;
		padding: 13px 14px 13px 14px;
	}
	
	.rccTitle {
		margin-bottom: 30px;
	}
	.rccTitle b{
		font-size:24px;
	}
}

/*--------------------------------------------------------------
# 블로그 상세 페이지 old 버전
--------------------------------------------------------------*/


.subjectTBox{
  text-align:left;
  margin: 0 auto;
  /* width: 800px; */
}
.subjectTBox img{
	max-width:100%;
}
.subjectTBox iframe{
    width: 100%;
}


/* 신규 블로그 상세페이지 타이틀 이미지 표 소스 */
.subjectTBox{
	position:relative;
	width:100%;
}

.subjectTBox img{
	max-width:100%;
}

.subjectTBox p{
    font-family: 'Noto Sans KR', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 28px;
    letter-spacing: -0.2px;

text-align: center;
}

.subjectTBox p strong{
	font-weight:600;
}
.subjectTBox h2 {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.subjectTBox h3 {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight:500;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.subjectTBox h4 {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight:500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
}

.subjectTBox table{
	width:100%;
}
.subjectTBox table thead {
    position: relative;
}
.subjectTBox table thead:before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 1px;
    background: #E2E5EA;
    z-index: 10;
}
.subjectTBox table thead tr {
    background: #F4F5F7;
    position: relative;
}
.subjectTBox table tr th{
	vertical-align: middle;
    
    padding: 11px 4px 11px 4px;
}
.subjectTBox table tr th p{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #444;
}

.subjectTBox table tbody tr {
    background: #fff;
    position: relative;
}
.subjectTBox table tbody tr:after {
    content: '';
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 100%;
    height: 1px;
    background: #E2E5EA;
    z-index: 10;
}
.subjectTBox table tbody tr td {
    vertical-align: middle;
    position: relative;
	padding: 9px 4px  9px 4px;
}
.subjectTBox table tbody tr td p{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
	color: #666;
}
@media (max-width: 767px) {	
	.subjectTBox img{
		height:auto!important;
		max-width:100%;
	}

	.subjectTBox p{
	    font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0px;
		text-align: center;
	}
	.subjectTBox h2 {
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 18px;
		font-weight:500;
		line-height: 24px;
		letter-spacing: 0px;
		text-align: center;
		margin-bottom: 10px;
	}
	.subjectTBox h3 {
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		font-weight:500;
		line-height: 22px;
		letter-spacing: 0px;
		text-align: center;
	}
	.subjectTBox h4 {
		    font-family: 'Noto Sans KR', sans-serif;
		font-size: 15px;
		font-weight:500;
		line-height: 20px;
		letter-spacing: 0px;
		text-align: center;
	}
	
	.subjectTBox table tr th p {
		font-size: 14px;
		line-height: 20px;
	}
	.subjectTBox table tbody tr td p {
		font-size: 13px;
		line-height: 18px;
	}
}
/* 신규 블로그 상세페이지 타이틀 이미지 표 소스 */

.nxtvideo{
	position:relative;
	display:inline-block;
	width:100%;
	padding-bottom: 56.265%;
	overflow:hidden;
}
.nxtvideo iframe{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.subjectTextForce{
  display: block;
  font-size: 1.6rem;
  font-weight: bolder;
}

.subjectTextForce span{
  display: block;
  line-height: 30px;
  font-size: 1rem;
  font-weight: bolder;
}

.GsubjectTextForce{
  display: block;
  font-size: 1.6rem;
  color: #666;
  font-weight: bolder;
}

.GsubjectTextForce span{
  display: block;
  line-height: 30px;
  font-size: 1rem;
  color: #666;
  font-weight: bolder;
}

.GsubjectTextForce_01{
  display: block;
  line-height: 30px;
  padding-top: 6px;
  font-size: 1.6em;
  color: #666;
  font-weight: bolder;
}

.leftLineGray{
  display: flex;
}

.LineGray{
  width: 4px;
  margin-right: 20px;
  background-color: #dddd;
}

.LineGray_01{
  /* height: 50px; */
  width: 4px;
  margin-right: 20px;
  background-color: #dddd;
}

.LineGray_02{
  width: 4px;
  margin-right: 20px;
  background-color: #dddd;
}

.blockLine{
  display: block;
}

.miniSubjectText{
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.subjectText{
  display: block;
  line-height: 2.2rem;
  font-size: 1.1rem;
  /* margin-bottom: 30px; */
}

.textFlex{
  display: flex;
}

.subjectTextNumber{
  font-size: 1.6rem;
  margin-top: 6px;
  margin-right: 6px;
}

.subjectText span{
  /* font-size: 1.1em; */
  background-color: #FFD300;
}

.subjectText_2{
  font-size: 1.1rem;
  display: block;
  line-height: 2.2rem;
}

.subjectText_2 span{
  font-size: 1.1rem;
  background-color: #E3FDC8;
}

.subjectText_3{
  font-size: 1.2rem !important;
  /* background-color: rgb(140, 252, 203); */
  display: block;
  line-height: 2.2rem;
}

.subjectText_3 span{
  background-color: #FFD300;
}

.subjectText_4{
  font-size: 1.1rem;
  display: block;
  line-height: 2.2rem;
}

.subjectText_4 span{
  background-color: rgb(140, 252, 203);
}

.subjectText_5{
  font-size: 1.1rem;
  background-color: rgb(102, 232, 255);
  display: inline-block;
  font-weight: bolder;
  line-height: 2.2rem;
}

.subjectText_5 a{
  font-size: 1.4rem;
}

.subjectText_6{
  font-size: 1.1rem;
  display: block;
  line-height: 2.2rem;
}

.subjectText_6 span{
  background-color: rgb(140, 252, 203);
}

.GsubjectText{
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 1.1rem;
  line-height: 2.2rem;
  background-color: rgb(132, 132, 132);
}

.GsubjectText2{
  color: white;
  display: inline-block;
  width: 100%;
  font-size: 1.1rem;
  line-height: 2.2rem;
  background-color: rgb(132, 132, 132);
}

.grayTable{
  width: 100%;
  padding: 30px;
  background-color: rgb(231, 231, 231);
}

.BsubjectText{
  display: inline-block;
  line-height: 2.2rem;
  font-size: 1.1rem;
  font-weight: bolder;
  margin-top: 4px;
  background-color: #FFD300;
}

.subjectTextPink{
  font-size: 1.1rem;
  line-height: 2.2rem;
}

.subjectTextPink span{
  background-color: #FDD5F5;
}

.subjectTextPink_02{
  font-size: 1.1rem;
  line-height: 2.2rem;
}

.subjectTextPink_02 span{
  color: #b834a1;
}

.minisubjectTextPink_02{
  font-size: 0.8rem;
  isolation: 1.1rem;
}

.minisubjectTextPink_02 span{
  color: #b834a1;
}

.subjectText_bule{
  font-size: 1.1rem;
  display: inline-block;
  line-height: 2.2rem;
}

.subjectText_bule span{
  background-color: rgb(102, 232, 255);
}

.YsubjectText{
  font-size: 1.1rem;
  display: inline-block;
  line-height: 2.2em;
}

.YsubjectText span{
  background-color: rgb(255, 187, 0);
}

.dotTextLine{
  margin-top: 30px;
  margin-bottom: 30px;
}

.dotTextBox{
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.dot{
  position: absolute;
  top: 5px;
  background-color: #666;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.dotText{
  margin-left: 20px;
  font-size: 1.1rem;
}

.lastText{
  line-height: 2.2rem;
  margin-top: 20px;
}

.promotion_Nextt{
  text-align: center;
  display: inline-block;
  border: 1px solid #dddd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  background-color: #ee3a42;
  color: white;
  cursor: pointer;
}

.promotion_Nextt a{
  color: white !important;
  cursor: pointer;
}


.promotion_Nextt:hover{
  transition: 0.3s;
  /* background-color: #FFD300; */
  background-color: #8888;
  color: black;
}

.NextText{
  text-align: center;
  font-size: 1.3rem;
  margin-top: 60px;
  color: white !important;
}

.subImage_big{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subImage_big img{
	display:inline-block;
	max-width: 100%;
}

.subImage_big2{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subImage_big2 img{
  width: 100%;
}

.subImage_big_nextt{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subImage_big_nextt img{
  width: 100%;
  display: none;
}

.subImage_mini{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subImage_mini img{
	display:inline-block;	
	max-width: 100%;
}

.subImage_mini2{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subImage_mini2 img{
  width: 100%;
}

.noteBuleTable{
  width: 100%;
}

.nTableElementBule{
  display: flex;
  /* height: 40px; */
}

.nTableElement{
  display: flex;
  /* height: 50px; */
  border-left: 1px solid rgb(217, 217, 217);
  border-right: 1px solid rgb(217, 217, 217);
  border-bottom: 1px solid rgb(217, 217, 217);
}

.tableHeaderLeft{
  text-align: center;
  color: white;
  width: 100px;
  line-height: 40px;
  font-size: 1.1rem;
  background-color: rgb(0, 85, 255);
}

.tableHeaderRight{
  text-align: center;
  color: white;
  width: 100%;
  line-height: 40px;
  font-size: 1.3em;
  background-color: rgb(0, 85, 255);
}

.tableL{
  text-align: center;
  color: black;
  width: 100px;
  line-height: 50px;
  border-right: 1px solid rgb(217, 217, 217);
  font-size: 1.2em;
}

.tableR{
  text-align: left;
  color: black;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  font-size: 1.3rem;
}

.source{
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 30px;
}

.source2{
  background-color: rgb(102, 232, 255);
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.importantTextLine{
  position: relative;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  /* width: 800px; */
}

.importantTextLine2{
  position: relative;
  text-align: center;
  padding-bottom: 70px;
  /* width: 800px; */
}

.ddaImg{
  display: inline-block;
  right: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.importantText{
	line-height: 40px;
    font-size: 1.5rem;
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight:700;
}

.importantText span{
  font-size: 2rem;
  color: #FF008C;
}

.from{
  display: block;
  right: 0;
  left: 0;
  margin-top: 6px;
  margin-bottom: 30px;
}

.tagLine{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 80px;
  width: 800px;
  height: 110px;
}

.tagBox{
  float: left;
  display: inline-block;
  width: 600px;
  height: 70px;
}

.tags{
  display: flex;
  font-size: 1rem;
}

.tag{
  border: 1px  solid #eee;
  border-radius: 20px;
  background-color: #fafafa;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 30px;
  cursor: pointer;
}

.tag:hover{
  transition: 0.5s;
  background-color: #ffffff;
}

.snsBox{
  display: inline-block;
  float: right;
}

.snsS{
  display: flex;
}

.f{
  margin-right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.k{
  margin-right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.t{
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.f:hover{
  transition: 0.5s;
  opacity: .7;
}
.k:hover{
  transition: 0.5s;
  opacity: .7;
}
.t:hover{
  transition: 0.5s;
  opacity: .7;
}

.commentLine{
  margin: 0 auto;
  width: 800px;
  margin-bottom: 80px;
}

.commentIcon{
  position: relative;
  display: flex;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 96px;
  height: 40px;
  cursor: pointer;
}

.commentIcon:hover{
  transition: 0.3s;
  border: 1px solid #000000;
}

.cIcon{
  top: 4px;
  left: 12px;
  width: 30px;
  height: 30px;
}

.cIcon img{
  margin-right: 10px;
}

.comment{
  text-align: left;
  font-size: 1.5rem;
  border-bottom: 1px solid #f4f4f4;
  height: 40px;
}

.writerBox{
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.writer span{
  color: #888888;
}

.writerText{
  line-height: 20px;
  margin-top: 15px;
}

.commentArea{
  position: relative;
  border: 1px solid #eee;
  width: 800px;
  height: 200px;
  color: #333;
}

.commentArea input{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 760px;
}

input::placeholder {
  color: #ccc;
}

.middleLine{
  width: 760px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 1px solid #eee;
}

.commentArea textarea{
  margin-top: 20px;
  width: 760px;
  height: 110px;
}

textarea::placeholder {
  color: #ccc;
}

.confrimB{
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #ababab;
  border: 1px solid #ababab;
  border-radius: 20px;
  width: 64px;
  height: 34px;
  padding-top: 9px;
  cursor: pointer;
}

.confrimB:hover{
  transition: 0.3s;
  color: white;
  border: 1px solid #424242;
  background-color: #424242;
}

.anotherCategory{
  width: 100%;
  margin: 0 auto;
}

.topText{
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 970px;
}

.writerT{
  text-align: left;
  color: #b0b0b0;
  margin-bottom: 20px;
}

.writerT span{
  font-size: 1.2em;
  color: #000000;
}

.allCategory{
  position: absolute;
  right: 0;
  color: #000000;
  font-size: 0.9em;
  border: 1px solid #ababab;
  border-radius: 20px;
  padding-top: 7px;
  width: 84px;
  height: 30px;
  cursor: pointer;
}

.allCategory:hover{
  transition: 0.3s;
  border: 1px solid #000000;
}

.cwrap{
  background-image: url("/resource/image/note_img/list_bg.png");
  background-repeat: repeat-x;
  height: 450px;
}

.categoryBox{
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 970px;
}

.lefTmoveButtun{
  position: absolute;
  left: -80px;
  top: 60px;
  cursor: pointer;
}

.righTmoveButtun{
  position: absolute;
  right: -80px;
  top: 60px;
  cursor: pointer;
}

.notecategory{
  position: relative;
  text-align: left;
  width: 310px;
  height: 350px;
}

.cImage{
  margin-bottom: 30px;
  width: 310px;
  height: 200px;
}

.cText{
  font-size: 1.5rem;
  cursor: pointer;
}

.cText:hover{
  transition: 0.5s;
  text-decoration: underline;
}

.cSubText{
  line-height: 22px;
  color: #888888;
  margin-bottom: 20px;
  margin-top: 10px;
}

.cDay{
  color: #888888;
}

.Nvoid{
  width: 20px;
}


.buletable table{
  width: 100%;
}

.textCen{text-align: center;}
.textLe{text-align: left;}
.fontc{color: white;}
.fontS{font-size: 1.1rem;}
.wid20{width: 15%;}
.wid80{width: 85%;}
.borderr{border: 1px solid red;}
.borderG{border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.borderG2{border-left: 1px solid #eee;  border-bottom: 1px solid #eee;}
.backb{background-color:rgb(0, 85, 255); }
.pad10{padding: 10px;}

.w10{ display: inline-block; width: 10px;}
.w20{ display: inline-block; width: 20px;}
.w40{ display: inline-block; width: 40px;}
.w70{ display: inline-block; width: 70px;}
.h1L{ display: block; height: 1px;}
.h30{height: 30px;}
.h20{height: 20px;}
.h10{height: 10px;}
.h48{ display: inline-block; height: 48px;}
.mT7{ margin-top: 7px; }
.boldT{  display: inline-block; font-weight: bolder;}




@media screen and (max-width: 768px){
  #topmenu{
    display: none;
  }

  #noteflex{
    margin-top: 0;
  }

  .noteMenuWrap{
    display: none;
  }

  .noteMenuBox{
    width: 100%;
    padding: 0;
    padding-left: 10px;
  }

  #noteWrap{
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid #eee;
  }

  #notepade{
    width: 100%;
  }

  .dnBox{
    margin-top: 30px;
    height: 110px;
  }

  .dda img{
    width: 4rem;
  }

  .grayTable{
    padding: 15px;
  }

@media screen and (max-width: 700px){

  #notepage{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #noteWrap{
    margin-top: 0;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: 1px solid #eee;
  }

  .noteDetailWrap{
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  #BgandNoteWrap1024{
    display: none;
  }

  .noteMenuWrap{
    display: none;
  }

  .dnBox{
    margin-top: 30px;
    height: 110px;
  }

  .dnBox img{
    width: 3rem;
  }

  .nTitleText{
    font-size: 1.5rem;
  }

  .blogboxs{
    margin-top: 30px;
  }

  .blog{
    margin-bottom: 30px;
  }

  .blogTitle{
    font-size: 1rem;
  }

  .blogTitleSub{
    font-size: 1.1rem;
  }

  .blogWording{
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
  }

  .blogWriter{
    font-size: 0.7rem;
    margin-bottom: 20px;
  }

  .noteNavText{
    font-size: 2em;
    margin-top: 3px;
  }

  #noteMenuWrap1024{
    width: 60%;
  }

  .noteMenuBox1024{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subItems1024{
    margin-left: 10px;
  }

  /* .noteDetailWrap{
    padding-left: 0;
    padding-right: 0;
  } */

  .tHeader{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .noteMainTitle{
    font-size: 1.1rem;
  }

  .subTitle{
    font-size: 0.8rem;
  }

  .mainRightT{
    font-size: 0.7rem;
  }

  .subjectText{
    line-height: 1.5rem;
    font-size: 0.9rem;
  }

  .importantTextLine{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .importantTextLine2{
    padding-bottom: 30px;
  }

  .importantText{
	  line-height: 30px;
    font-size: 1.1rem;
  }

  .importantText span{
    font-size: 2rem;
    color: #FF008C;
  }

  .textFlex{
    display: flex;
  }

  .subjectTextNumber{
    font-size: 1rem;
    margin-top: 4px;
    margin-right: 4px;
  }

  .subjectTextPink{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .subjectTextPink span{
    background-color: #FDD5F5;
  }

  .subjectTextPink_02{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .subjectTextPink_02 span{
    color: #b834a1;
  }

  .subjectText_2{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .subjectText_2 span{
    font-size: 0.9rem;
  }

  .subjectText_3{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .subjectText_5{
    font-size: 0.9rem;
  }

  .subjectText_5 a{
    font-size: 1rem;
  }

  .subjectText_6{
    font-size: 0.9rem;
  }

  .subjectText_bule{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .subjectText_bule span{
    font-size: 0.9rem;
  }

  .BsubjectText{
	font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0;
  }

  .BsubjectText span{
    background-color: white;
  }

  .subjectTextForce{
    font-size: 1.1rem;
  }

  .subjectTextForce span{
    font-size: 0.9rem;
    line-height: 20px;
  }

  .LineGray{
    margin-right: 10px;
  }

  .LineGray_01{
    margin-right: 10px;
  }

  .LineGray_02{
    margin-right: 10px;
  }

  .GsubjectText{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .GsubjectText2{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .GsubjectTextForce{
    font-size: 1.1rem;
  }

  .GsubjectTextForce span{
    font-size: 0.7em;
    line-height: 20px;
  }

  .grayTextLine3{
    font-size: 1.3rem;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .grayTextLine3 span{
    font-size: 0.9rem;
  }

  .grayTextLine4{
    padding-bottom: 30px;
  }

  .grayTextLine4 span{
    font-size: 0.9rem;
  }

  .source{
    font-size: 1rem;
  }

  .source2{
    font-size: 1rem;
  }

 .grayTextLine4{
   font-size: 1.3rem;
   margin-bottom: 30px;
   margin-top: 30px;
  }

  .GsubjectTextForce_01{
    padding-top: 0;
    font-size: 1.1rem;
  }

  .dotText{
    font-size: 0.9rem;
  }

  .grayTable{
    padding: 10px;
  }

  .tableR{
    padding-left: 10px;
    padding-right: 10px;
  }

  .NextText{
    font-size: 1.1rem;
  }

  .fontS{font-size: 0.8rem;}
}

@media screen and (max-width: 450px){
  .NextText{
    font-size: 0.9rem;
  }
}

