
.blog-section{
	padding-top: 140px;
    padding-bottom: 120px;
    min-height: 80vh;
}
@media (max-width:767px) {
	.blog-section{
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 80vh;
	}
}

/* 상세(view) 페이지: fixed 헤더(82px)와 상단 '전체 | 카테고리' 겹침 방지 */
.blog-detail-section{
	padding-top: 140px !important;
}
@media (max-width:767px) {
	.blog-detail-section{
	padding-top: 100px !important;
	}
}

/* ======================== :::::: 헤더 ~  :::::: ========================  */
body.sbhidden{overflow:hidden;}
#header{position:fixed; width:100%;left:0; top:0; 
/* transition:all .4s;  */
z-index:200;
background: rgba(255, 255, 255, 0.01);
backdrop-filter: blur(15px);
}
/* #header:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:rgba(255, 255, 255, 0.20);} */
#header:before{content:'';  border-radius: 0px;box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);display:block; width:100%; position:absolute; left:0; top:0; transition:all .2s; opacity:0; height:0; background:#fff; z-index:-1;}
#header .headInner {position:relative;width:100%;height: 82px; 
/* max-width: 1920px; */
box-sizing: border-box;margin: 0 auto;display: block;}
#header .headInner .hdLogo {    transform: translateY(-50%);top: 50%;left: 90px;position: absolute;display: inline-block;}
#header .headInner .hdLogo a{display:inline-block; width:240px; height:44px; background-image: url(/custom/includes/public/sitelogo.webp);background-position: center center;background-repeat: no-repeat;background-size: cover;vertical-align:top; transition:all .3s linear;}

/* pc nav */
#navmenu {height: 100%;transform: translateX(-50%);position: absolute;left: 50%;top: 0;max-width: 720px;width: 100%;}
#navmenu ul {margin: 0;padding: 0;height: 100%;width: 100%;font-size: 0;display: flex;justify-content: center;align-items: center;}
#navmenu ul li{display:inline-block; vertical-align:top;    min-width: 140px; text-align:center; position: relative;}
#navmenu ul li > a{display:block;box-sizing:border-box; transition:all .3s linear;}
#navmenu ul li > a span {
    /* opacity: 0.7; */
    display: inline-block;
    position: Relative;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    
    line-height: 30px;
    padding: 26px 0;
}
#navmenu ul li:hover > a span{opacity: 1;color:#B20600 !important;font-weight: 700;}
#navmenu ul li > a span:before{content:none;position:absolute;left:0;bottom: 1px;width:100%;height:3px;background:#B20600;}
#navmenu ul li:hover > a span:before{content:'';}
#navmenu ul li dl{position: absolute; left:0; top: 82px; 
padding: 20px 0 50px 0;width:100%; transform:scaleY(0); transform-origin: top; opacity:0; visibility:hidden; transition:all .2s;}
#navmenu ul li dl:hover{}
#navmenu ul li dl dd{padding:0 0 10px 0;margin:0;}
#navmenu ul li dl dd:last-child{padding:0;}
#navmenu ul li dl dd a{display:block; color: #888;font-size:16px; font-weight: 400;line-height:30px;}
#navmenu ul li dl dd a:hover{color:#B20600 !important; font-weight: 600;text-decoration:none;}

/* 헤더 우측 컴포넌트 */
.headright {position: absolute;right: 90px;z-index: 10;transform: translateY(-50%);top: 50%;display: flex;gap: 50px;align-items: center;}
.headcallBtn{position:Relative;}
.headcallBtn a {
    display: flex;
	padding: 7px 18px;
    color: #fff;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.36px;
    align-items: center;
	border-radius: 99px;
	background: #B20600;
}
.headcallBtn a b {
	display: none;
    height: 24px;
    width: 24px;
	background-image: url(/custom/includes/public/tel_red_icon.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* 햄버거 버튼 */
.hamBtn{
	display:none;
	cursor:pointer;
	position:Relative;
	width:36px;
	height:48px;
	background-image: url(/custom/includes/public/hammenu_icon_black.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ???? */
#header.up:before{height:490px; opacity:1;}
#header.up:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:#eee;}
#header.up .headInner .hdLogo a{background-image: url(/custom/includes/public/sitelogo.webp);}
#header.up .headInner .topUtil li.search a{background:url('/s/img/search_up.png') no-repeat center/100% auto;}
#header.up #navmenu ul li > a span{color:#000;}
#header.up #navmenu ul li dl{transform:scaleY(100%); opacity:1; visibility:visible;}
#header.up .hamBtn {background-image: url(/custom/includes/public/hammenu_icon_black.png);}

/* ????? */
#header.nofixed{transform: translateY(-100%);}
#header.fixed{background:#fff;}
#header.subfixed.fixed{background:#fff;}
/* #header.fixed:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:#eee;}  */
#header.fixed .headInner .hdLogo a{background-image: url(/custom/includes/public/sitelogo.webp);}
#header.fixed #navmenu ul li > a span{color:#000;}
#header.fixed .hamBtn {background-image: url(/custom/includes/public/hammenu_icon_black.png);}

/* ??? ????? ?? ?? */
#header.subfixed{    
background: rgba(255, 255, 255, 0.01);
backdrop-filter: blur(15px);
}
/* #header.subfixed:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:1px;background:#eee;}  */
#header.subfixed .headInner .hdLogo a{background-image: url(/custom/includes/public/sitelogo.webp);}
#header.subfixed #navmenu ul li > a span{color:#000;}
#header.subfixed .hamBtn {background-image: url(/custom/includes/public/hammenu_icon_black.png);}


#header.down_header{
	transform: translateY(-100%);
}


/* ??? ? */
.hamArea.show {
	background: rgba(0,0,0,0.4);
	z-index: 210;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.hamAreaInner {
	width: 740px;
	height: 100%;
	position: fixed;
	right: -110%;
	top: 0;
	display:none;
	background: #FFF;
	padding: 0px;
	transition: all 0.4s ease-in-out;
}
.hamArea.show .hamAreaInner {
	right: 0;
	display:block;
}
.hamLogo{
	display:none;
}
.hamCloseBtn {
    z-index: 2;
    display: inline-block;
    top: 40px;
    right: 40px;
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(/custom/includes/public/hamCloseBtn.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamContBox {
	overflow-y: scroll;
    overflow-x: hidden;
	margin: 0 0 80px 0;
    padding: 80px 60px;
    gap: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    position: Relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamCont {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    position: Relative;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamCont:last-child{
	margin: 0;
    padding: 0;
    border-bottom: none;
}
.hamCont.drop .farIcon {
    transform: rotate(180deg);
		transition: all 0.4s ease;
}
.farIcon{
	z-index:5;
	cursor: pointer;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-image: url(/custom/includes/public/menudrop_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	transition: all 0.4s ease;
}
.hamContSt {
    width: 50%;
    position: Relative;
}
.hamCont.drop .hamContSt{
	width:50%;
}
.hamContSt strong{
	    cursor: pointer;
	margin:0;
	color: #000;
	
	font-size:30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}
.hamContSt a{
	margin:0;
	color: #000;
	
	font-size:30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}
.hamMenulist {
    width: 50%;
	top:0;
    right: 0px;
    /* position: absolute; */
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}
.hamCont.drop .hamMenulist {
	/* width:50%; */
	position:Relative;
	height: auto; /* 직접 auto로는 transition이 안 되므로 스크립트로 계산 */
}
.hamMenulist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hamMenulist ul dd{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.hamMenulist ul dd a {
    text-decoration: none!important;
    text-align: left;
    color: #000;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.hamMenulist ul dd a:hover{
	
	color: #142952;
	font-weight: 700;
}

@media (max-width:1800px) {
	#header .headInner .hdLogo{
		left:20px;
	}
	.headright{
		right:20px;
	}
}
@media (max-width:1600px) {
	#header .headInner{
		height: 82px;
	}
	#header .headInner .hdLogo{
		left:20px;
	}
	.headright{
		gap: 40px;
		right:20px;
	}
	
	
	#navmenu ul li > a span {
		padding: 26px 0;
	}
	#navmenu ul li dl {
		top: 82px;
	}
	#header.up:before {
		height: 440px;
	}
	
	/* 헤더 우측 컴포넌트 */
	.headcallBtn a {
		gap: 12px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.44px;
	}
}
@media (max-width:1400px) {
	#header .headInner .hdLogo{
		left:20px;
	}
	.headright{
		right:20px;
	}
}
@media (max-width:1200px) {
	#header .headInner{
		height: 82px;
	}
	#navmenu{display:none;}
	
	.hamBtn{
		background-size: 80%;
		display:inline-block;
	}
}
@media (max-width:991px) {
	#header .headInner{
		height:70px;
	}
	#header .headInner .hdLogo a {
		width: 220px;
		height: 40px;
	}
	
	.headright {
		gap: 30px;
	}
	.hamBtn{
		background-size: 70%;
	}
	.hamContBox {
		margin: 0 0 60px 0;
		padding: 80px 40px 60px 40px;
		gap: 0px;
	}
	.hamCont {
		margin: 0 0 24px 0;
		padding: 0 0 24px 0;
	}
	.hamContSt strong {
		font-size: 28px;
		line-height: 40px;
	}
	.hamContSt a {
		font-size: 28px;
		line-height: 40px;
	}
	.hamAreaInner {
		width: 640px;
	}
	.hamCloseBtn {
		background-size: 18px;
		top: 34px;
		right: 34px;
		width: 26px;
		height: 26px;
	}
	
	
	.head_sea {
		width: 20px;
		height: 20px;
	}
	.head_seaInput {
		height: 54px;
		width: 240px;
	}
	
	
}
@media (max-width:767px) {
	#header:after{content:none;}
	#header .headInner{
		height:60px;
	}
	#header .headInner .hdLogo{
		left:20px;
	}
	#header .headInner .hdLogo a {
		width: 153px;
		height: 28px;
	}
	
	/* 헤더 우측 컴포넌트 */
	.headright{
		gap: 0px;
		right:0px;
	}
	.headcallBtn {
		margin: 0 6px 0 0;
		position: Relative;
	}
	.headcallBtn a {
		padding: 0;
		background: inherit;
		gap: 0;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.44px;
	}
	.headcallBtn a span{display:none;}
	.headcallBtn a b {
		background-image: url(/custom/includes/public/tel_red_icon.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: inline-block;
		height: 16px;
		width: 16px;
	}
	
	.hamBtn{
		width:50px;
		height:50px;
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(/custom/includes/public/hammenu_icon_black_mo.png);
	}
	#header.subfixed .hamBtn {
		background-image: url(/custom/includes/public/hammenu_icon_black_mo.png);
	}
	
	#header.up .hamBtn {background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;}
	#header.fixed .hamBtn {background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;}
	#header.subfixed .hamBtn {background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;}
	
	.hamAreaInner {
		width: 100%;
	}
	.hamContBox {
		margin: 0 0 50px 0;
		padding: 90px 20px 50px 20px;
		gap: 0px;
	}
	.hamLogo {
		left: 20px;
		top: 16px;
		position: absolute;
		display: inline-block;
	    width: 153px;
		height: 28px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/custom/includes/public/sitelogo.webp);
	}
	.hamCloseBtn {
		background-size: 11px;
		top: 14px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.hamCont {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	.hamContSt {
		width: 45%;
	}
	.hamContSt strong {
		font-size: 22px;
		line-height: 34px;
	}
	.hamContSt a {
		font-size: 22px;
		line-height: 34px;
	}
	.farIcon {
		height: 34px;
		width: 34px;
	}
	
	.hamMenulist {
		width: 55%;
	}
	.hamMenulist ul {
		gap: 0px;
	}
	.hamMenulist ul dd a {
		font-size: 15px;
		line-height: 34px;
	}
	
	
	.langBtn {
		gap: 12.5px;
		right: 20px;
	}
	.langBtn a {
		font-size: 12px;
		line-height: 16px;
	}
	
	
	.head_sea {
		width: 16px;
		height: 16px;
	}
	.head_seaInput {
		height: 40px;
		width: 160px;
	}
	.head_seaInput input {
		padding: 0px 16px 0px 16px;
		font-size: 15px;
		line-height: 20px;
	}
	.head_seaInput input::placeholder {font-size: 14px;line-height: 20px;}
}
/* ======================== :::::: // 헤더 ~  :::::: ========================  */


/* ======================== :::::: 푸터 ~  :::::: ========================  */
.footerInner{
	position:Relative;
	width:100%;
	background: #111;
	padding:60px 0 100px 0;
}
.footerSibeBox{ 
	margin: 0 auto;
    position: relative;
    /* max-width: 1640px; */
    padding: 0 160px;
}
.fotIdenti {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    display: flex;
    position: Relative;
    justify-content: space-between;
    align-items: center;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.fotI_logo img.logo{
	height:50px;
}

.fotI_riflex{
	display:flex;
	gap:6px;
}

/* Family Site button */
.jfooter__family-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  padding: 15px 20px;
  border-radius: 99px;
  /* background: #F5F5F3; */
  color: #fff;
	
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition: opacity .2s ease;
  
background: rgba(255, 255, 255, 0.08);
}
.jfooter__family-btn:hover { opacity: 0.85; }

.jfooter__family-icon {
  display: inline-block;
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  background: url(/custom/includes/public/icon_bottom_arrow_wh.png) no-repeat center / cover;
  
  /* -webkit-mask: url('/public/img/daemun/icon_bottom_arrow.png') no-repeat center / contain; */
  /* mask: url('/public/img/daemun/icon_bottom_arrow.png') no-repeat center / contain; */
}

/* ??? */
.jfooter__family {
  position: relative;
}

/* ?? ???? ??? */
.jfooter__family-list {
  position: absolute;
  left: 0;
  bottom: 100%;            /* ?? ??? ?? */
  margin: 0 0 8px;         /* ???? ?? */
  padding: 6px 0;
  width: 100%;
  min-width: 200px;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

  /* ??? ?? */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 100;
}

/* ?? ?? */
.jfooter__family.is-open .jfooter__family-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.jfooter__family-list li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.jfooter__family-list li a:hover {
  background: #f5f5f5;
}

/* ??? ? ??? ??(???? ?? ??) */
.jfooter__family-btn[aria-expanded="true"] .jfooter__family-icon {
  transform: rotate(180deg);
}
.jfooter__family-icon {
  transition: transform .2s ease;
}
.fotI_tel{
	position:Relative;
	display: flex;
	padding:9px 24px 10px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	background: #B20600;
}
.fotI_tel span {
    margin: 0 12px;
    display: inline-block;
    width: 1px;
    height: 15px;
    opacity: 0.4;
    background: #FFF;
}
.fotI_tel a {
    display: flex;
    color: #FFF;
    text-align: right;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    align-items: center;
}
.fotI_tel a img{
	margin:0 8px 0 0;
	height:17px;
}

.fotiSns{
	gap:10px;
	display:flex;
	margin:30px 0 0 0;
}
.fotiSns a img{
	height:42px;
}


.fotContBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -15px -30px;
    list-style-type: none;
    justify-content: flex-start;
}
.fotInfo{
    position: relative;
    flex: 0 0 calc(33.3333333333% - 60px);
    margin: 15px 30px;
    box-sizing: border-box;
}
.fotInfo dl{
	    display: block;
    margin: 0 0 10px 0;
    position: Relative;
    left: 0;
    top: 0;
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.fotInfo ul{
	position:Relative;
	width:100%;
}
.fotInfo ul li{
	position:Relative;
	width:100%;
	padding:0;
}
.fotInfo ul li span{
	display: block;
	margin:0 0 10px 0;
	position:Relative;
	left:0;
	top:0;
	color: #FFF;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}
.fotInfo ul li.vod{
	padding:0 0 0 80px;
}
.fotInfo ul li.vod span{
	position:absolute;
	
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
}
.fotInfo ul li p{
	min-height:26px;
	color: rgba(255, 255, 255, 0.70);
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.fotInfo ul li a{
	min-height:26px;
	color: rgba(255, 255, 255, 0.70);
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.fotBottomBox {
    display: flex;
    position: Relative;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    justify-content: space-between;
    align-items: center;
}
.fotbLink {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: flex-start;
}
.fotbLink a{
	opacity: 0.5;
	color: #FFF;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.6px;
}
.fotbLink a:hover{
	opacity: 1;
}
.fotbLink dl{
	display:inline-block;
	width: 1px;
	height: 16px;
	opacity: 0.2;
	background: #FFF;
}
.copyrig {
    display: flex;
    gap: 30px;
    align-items: center;
}
.copyrig p{
	color: #FFF;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.56px;
	opacity: 0.5;
}
.top{
	cursor:pointer;
	color: #FFF;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.32px;
}
@media (max-width:1800px) {
	.footerSibeBox{ 
		max-width: 1680px;
		padding: 0 40px;
	}
}
@media (max-width:1300px) {
	.footerSibeBox{ 
		padding: 0 30px;
	}
}
@media (max-width:991px) {
	.footerInner {
		padding: 40px 0 80px 0;
	}
	.footerSibeBox{ 
		padding: 0 20px;
	}
	.fotI_logo img.logo {
		height: 40px;
	}
	.fotI_tel{
		padding: 8px 24px 8px 24px;
		border-radius: 99px;
	}
	.fotI_tel a {
		font-size: 16px;
		line-height: 24px;
	}
	.fotInfo {
		position: relative;
		flex: 0 0 calc(50% - 60px);
		margin: 15px 30px;
		box-sizing: border-box;
	}
	.fotBottomBox {
		display: flex;
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
		flex-direction: column;
		align-items: flex-start;
	}
	
	
	.fotI_riflex {
		display: flex;
		gap: 6px;
		flex-direction: column;
	}
	.jfooter__family-btn {
		width: 270px;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width:767px) {
	.footerInner {
		padding: 40px 0 80px 0;
	}
	.fotIdenti {
		margin: 0 0 20px 0;
		gap: 10px;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	.fotIdenti img.logo {
		height: 34px;
	}
	.fotI_tel{
		padding: 8px 20px 8px 20px;
	}
	.fotI_tel a {
		font-size: 14px;
		line-height: 21px;
	}
	.fotI_tel a img {
		margin: 0 6px 0 0;
		height: 13px;
	}
	.fotI_tel span {
		margin: 0 12px;
		height: 13px;
	}
	
	
	.fotContBox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style-type: none;
		justify-content: flex-start;
	}
	.fotInfo {
		position: relative;
		flex: 0 0 calc(100% - 0px);
		margin: 16px 0 0 0;
		box-sizing: border-box;
	}
	.fotInfo:nth-child(1){
		margin: 0;
	}
	.fotInfo:nth-child(3){
		flex: 0 0 calc(50% - 0px);
	}
	.fotInfo:nth-child(4){
		flex: 0 0 calc(50% - 0px);
	}
	.fotInfo ul li {
		text-align: center;
	}
	.fotInfo ul li span {
		margin: 0 0 4px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.fotInfo ul li p {
		min-height: 18px;
		font-size: 12px;
		line-height: 18px;
	}
	.fotInfo ul.vod {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.fotInfo dl {
		text-align:center;
		margin: 0 0 4px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.fotInfo ul li.vod {
		width: auto;
		display: flex;
		padding: 0;
		justify-content: center;
	}
	.fotInfo ul li.vod span {
		position:Relative;
		margin: 0 10px 0 0;
		font-size: 12px;
		line-height: 18px;
	}
	
	
	.fotBottomBox {
		display: flex;
		margin: 20px 0 0 0;
		padding: 30px 0 0 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.fotbLink {
		width: 100%;
		display: flex;
		gap: 14px;
		align-items: center;
		justify-content: center;
	}
	.fotbLink a {
		opacity:1;
		font-size: 12px;
		line-height: 19px;
	}
	.copyrig {
		width: 100%;
		margin: 10px 0 0 0;
		display: flex;
		gap: 10px;
		align-items: center;
		flex-direction: column;
	}
	.copyrig p {
		text-align: center;
		display: block;
		font-size: 11px;
		line-height: 26px;
		letter-spacing: 0.33px;
		opacity: 0.5;
	}
	
	
	.jfooter__family-btn {
		width: 260px;
		padding: 11px 20px;
		font-size: 14px;
		line-height: 16px;
	}
}
/* ======================== :::::: // 푸터  :::::: ========================  */

