@import url('font.css');
@import url('reset.css');


header h1 {
	display: block;
}

header {
	position: relative;
}

footer {
	background-color: #1c1a3f;
}

/* ================================
   이벤트 배너 시작
================================ */
.event-fixed-banner {
	position: fixed;
	right: 0px;
	top: 280px;
	z-index: 2;
}

.event-fixed-banner img {
	width: 105px;
	height: auto;
	display: block;
	cursor: pointer;
	transition: transform .3s ease;
}

.event-fixed-banner img:hover {
	transform: scale(1);
}

/* ================================
   이벤트 배너 끝
================================ */

/* ================================
   이벤트 배너 시작1
================================ */
.event-fixed-banner1 {
	position: fixed;
	right: 0px;
	top: 460px;
	z-index: 2;
}

.event-fixed-banner1 img {
	width: 104px;
	height: auto;
	display: block;
	cursor: pointer;
	transition: transform .9s ease;
}

.event-fixed-banner1 img:hover {
	transform: scale(1);
}

/* ================================
   이벤트 배너 끝1
================================ */


/* ================================
   전체메뉴 오버레이
================================ */
.fullmenu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgb(30 78 96 / 95%);
	transform: translateY(-100%);
	opacity: 0;
	transition: transform .45s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity .45s cubic-bezier(0.22, 0.61, 0.36, 1);
	pointer-events: none;
	z-index: 9999;
	overflow-y: auto;
}

/* 열려 있는 상태 */
.fullmenu-overlay.active {
	transform: translateY(0);
	/* 아래로 스르륵 내려오기 */
	opacity: 1;
	/* 점점 선명해지기 */
	pointer-events: auto;
}

/* 닫기(X) 버튼 */
.fullmenu-close {
	position: absolute;
	top: 40px;
	right: 40px;
	background: none;
	border: none;
	cursor: pointer;
}

.fullmenu-close span {
	position: absolute;
	width: 37px;
	height: 5px;
	background: #ffffff;
	transform-origin: center;
}

.fullmenu-close span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.fullmenu-close span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.fullmenu-left img {
	width: 328px;
	border-radius: 8px;
}


.fullmenu-col h3 {
	font-size: 30px;
	color: #fcffb5;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 8px;
	text-align: center;
	font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
	letter-spacing: 0em;
	text-align: center;
	width: fit-content;
	margin: 0 auto 25px;
}



/* 항목 호버 */
.fullmenu-col a:hover {
	background: #ffffff;
	color: #1a1a40;
	width: inherit;
}


/* ================================
   전체메뉴 하단 이메일 구독 폼
================================ */
.fullmenu-subscribe-area {
	max-width: 1300px;
	margin: 40px auto 0px;
	/* 상하 여백 조절 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10001;
}

.subscribe-label {
	display: inline-block;
	background-color: #fff;
	color: #111;
	font-weight: 800;
	padding: 8px 15px;
	margin-right: 15px;
	font-family: 'Paperlogy5', sans-serif;
	font-size: 18px;
	vertical-align: middle;
}

/* 폼 컨테이너 (라벨과 폼을 가로로 배치하려면 flex 사용) */
.fullmenu-subscribe-area {
	flex-direction: row;
	/* 가로 배치 */
}

.subscribe-form {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
	max-width: 500px;
	/* 인풋 박스 전체 너비 제한 */
}


.subscribe-input::placeholder {
	color: #999;
}



.subscribe-btn:hover {
	background-color: #1d4ed8;
}

.subscribe-btn:disabled {
	background-color: #9ca3af;
	cursor: not-allowed;
}

/* 상태 메시지 (성공/실패 텍스트) */
.subscribe-status {
	transform: translateX(-50%);
	white-space: nowrap;
}


/* 모바일 대응 */
@media (max-width: 1000px) {
	.fullmenu-subscribe-area {
		flex-direction: column;
		gap: 15px;
		width: 90%;
		margin-bottom: 40px;
	}

	.subscribe-label {
		margin-right: 0;
	}

	.subscribe-form {
		width: 100%;
	}
}

/* ===== 이메일등록 사이드 끝 ===== */


/* ===== 상단 우측 고정 전체메뉴 버튼 ===== */
.global-menu-toggle {
	display: none;
}

/* 햄버거 3선 바 */
.global-menu-toggle span {
	display: block;
	width: 40px;
	height: 4px;
	background: #ffffff;
	border-radius: 2px;
}

/* 마우스 올렸을 때만 색상 반전 */
.global-menu-toggle:hover {
	background: #ffffff;
}

.global-menu-toggle:hover span {
	background: #ff2d7a;
}

/* 키보드 포커스용 – 색은 그대로 두고 테두리만 */
.global-menu-toggle:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}



.line {
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 1px !important;
}






.volArea {
	position: fixed;
	left: -5%;
	bottom: 45%;
	transform: rotate(-90deg);
	z-index: 2;
}


.volArea .volNum {
	font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
	font-size: 20px;
	color: #b2b2b2;
	letter-spacing: 0.03em;
}

.voice_t {
	font-size: 17px;
	font-weight: 500;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.08em !important;
	color: #686868;
	text-align: center;
	margin: 0 0 3px;
}

.bor {
	border-radius: 5px;
}

section.theme .container {
	position: relative;
	width: 1300px;
}

#hover-img {}

#hover-img:hover {
	filter: brightness(70%);
	transition-duration: 0.5s;
}

.cover_title {
	font-size: 17px;
	font-weight: 400;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.08em;
	color: #a2a2a2;
}


.stext {
	font-size: 17px;
}



/* Bootstrap */

.container {
	padding: 0;
	width: 100%;
	/* max-width: 1840px; */
}

/* Etc */



a {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: 0px;
}

p {
	font-family: "Paperlogy3", "Malgun Gothic", "sans-serif";
}

p.tsub {
	font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
}

b,
strong {
	font-family: "Paperlogy3", "Malgun Gothic", "sans-serif";
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a.top {
	position: fixed;
	right: 2%;
	bottom: 100px;
	display: none;
	width: 68px;
	height: 68px;
	background-image: url(../img/common/goto_top.png);
	background-size: 68px 68px;
}

img {
	max-width: 100%;
}

body {
	font-size: 18.5px;
	line-height: 1.7em;
	text-align: justify;
	letter-spacing: 0.03em !important;
	color: #000000;
}

@media screen and (max-width:1000px) {
	body {
		margin: 0;
		font-size: 18px;
		line-height: 1.55em;
		text-align: justify;
		letter-spacing: 0.01em !important;
		color: #000000;
	}
}


#include-header {
	/* width: 1840px; */
}

#include-header1 {
	/* width: 1840px; */
}

#include-header-section {
	height: 85px;
	position: fixed;

}



header > div {
	position: relative;
	padding: 0;
	width: 100%;
}

header h1 {
	position: absolute;
	top: 0;
	margin: 0;
}

header .main .m {
	display: none;
}


header.fixed {
	position: fixed;
	top: 0;
}


/* header.fixed{position: relative;} */
header.fixed nav > ul > li {
	width: 16%;
	transition: .6s;
}

/* header .wrapper{width: 95%;} */
header.fixed nav > ul > li .sns_share {
	margin-top: -1px;
}


@media screen and (max-width: 1600px) {
	header.fixed .wrapper {
		width: 95%;
	}
}

@media screen and (max-width:1300px) {
	header.fixed nav > ul > li {
		width: 13%;
	}

	header.fixed nav > ul > li a {
		font-size: 15px;
	}
}

@media screen and (min-width:950px) {

	header.main_header h1 {
		width: 0;
		opacity: 0;
		transition: .7s;
	}

	header.fixed h1 {
		width: auto;
		opacity: 1;
	}
}

@media screen and (max-width:750px) {
	#include-header-section {
		height: 60px;
	}
}

header nav > ul {
	display: flex;
	height: 85px;
	justify-content: flex-end;
	align-items: center;
}




header nav > ul > li:last-child {
	margin-right: 1.7%;
}



.nav_bg {
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 0.97);
	position: absolute;
	top: 95px;
	transition: 0.5s;

}

header nav > ul > li > ul > li,
header nav > ul > li > ul > li:focus,
header nav > ul > li > ul > li:focus-within {
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: .3s;
	background: #ffffff;
	color: #ffffff;
}

header nav > ul > li:hover,
header nav > ul > li:focus,
header nav > ul > li:focus-within {
	background: #ffffff;
}




header nav > ul > li:hover > ul > li,
header nav > ul > li:focus > ul > li,
header nav > ul > li:focus-within > ul > li {
	height: 48px !important;
	opacity: 1;
}



header nav > ul > li > a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	letter-spacing: 0.00em;
	transition: .3s;
	font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
	color: #000000;
	position: relative !important;
	z-index: 10 !important;
}


header nav > ul > li > a:hover {
	color: #3f78d6;
	font-family: "Paperlogy6", "Malgun Gothic", "sans-serif";
	font-size: 24px;
	transition: 0s;
}

header.scrolled nav.nav > ul > li > a:hover {
	color: #ffffff !important;
	transition: color 0.4s ease-in-out !important;
	color: #3f78d6;
	transition: 0.3s;
}


header nav > ul > li.active {
	background: #000000;
}

header nav > ul > li.active > a {
	color: #000000;
}



header nav > ul > li:hover > ul {
	position: relative;
	z-index: 100;
}



/* header nav > ul > li:hover > ul > li:hover{} */
header nav > ul > li:hover > ul > li:hover > a:focus,
header nav > ul > li:hover > ul > li:hover > a:focus-within,
header nav > ul > li:hover > ul > li:hover > a {
	background: #fff;
	color: #000000;
}


header nav > ul > li > ul > li.active > a {
	background-color: #ffffff !important;
	color: #985bb0;
}

footer .wrapper_footer .footer_pc {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 50px;
}

footer .wrapper_footer .footer_mo {
	display: none !important;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top {
	display: flex;
	align-items: center;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top .footer_logo {
	margin-right: 15px;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top .footer_sns {
	display: flex;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top .footer_sns li {
	margin-right: 5px;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_bottom {
	margin-left: 50px;
	margin-top: 10px;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	font-family: 'Paperlogy4';
	margin-bottom: 0px;
	color: #fff;
}

footer .footer_wa {
	margin-left: 150px;
	margin-top: 7px;
}

footer .wrapper_footer .footer_pc .footer_right ul {
	display: flex;
	margin-top: 15px;
}

footer .wrapper_footer .footer_pc .footer_right ul li {
	margin-left: 5px;
}

footer .wrapper_footer .footer_pc .footer_right ul li a {
	position: relative;
}

footer .wrapper_footer .footer_pc .footer_right ul li a img:nth-child(2) {
	position: absolute;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}

footer .wrapper_footer .footer_pc .footer_right ul li a:hover img:nth-child(2) {
	opacity: 1;
}

footer .wrapper_footer .footer_mo .footer_top ul {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	width: 90%;
	margin: 0 auto;
}




footer .wrapper_footer .footer_mo .footer_top ul li a img {
	width: 68px;
}

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns {
	display: flex;
	justify-content: space-between;
	width: 73%;
	margin: 15px auto 0;
}

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns li a img {
	width: 45px;
}

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns li {
	margin-left: 2px;
}



footer .wrapper_footer .footer_mo .footer_bottom {
	text-align: center;
}

footer .wrapper_footer .footer_mo .footer_bottom .footer_logo {
	width: 200px;
	margin: 0 auto;
	margin-top: 40px;
}

footer .wrapper_footer .footer_mo .footer_bottom .footer_left_bottom {
	font-size: 16.5px;
	padding: 15px 0 35px;
	letter-spacing: -0.01em;
	line-height: 1.5;
	font-family: "Paperlogy4", "Malgun Gothic", sans-serif;
	color: #fff;
}

/* footer .wrapper .footer_mo .footer_bottom ul.footer_sns li a img{} */

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

	footer .footer_wa {
		margin-top: 10%;
		margin-left: 30%;
		margin-right: 30%;
	}

	footer .wrapper_footer .footer_mo .footer_bottom .footer_logo {
		width: 65%;
		margin: 0 auto;
		margin-top: 30px;
	}

	header .main > a {
		display: block;
		background-image: url(../img/common/logo.png);
		height: 100px;
		padding-left: 170px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	header .main1 > a {
		display: block;
		background-image: url(../img/common/logo_mobile.png);
		height: 100px;
		padding-left: 170px;
		background-position: left center;
		background-repeat: no-repeat;
	}

}



header .story > a {
	display: block;
	height: 100px;
	padding-left: 220px;
	background-image: url('../img/common/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
}

header h1 .vol {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #595a5c;
	padding-top: 41px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.2px;
}

header .title {
	margin: 0;
	font-size: 20px;
	text-align: center;
	padding-top: 38px;
	color: #000000;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

header .cover-nav {
	float: right;
	margin-right: 90px;
	list-style-type: none;
	margin-top: 43px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

header .cover-nav > li {
	float: left;
}

header .cover-nav > li > a {
	display: block;
	position: relative;
	font-weight: 400;
	padding: 0 90px;
	font-size: 21px;
	cursor: pointer;
}

header .cover-nav > li > a:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	height: 18px;
	border-right: 1px solid #595a5c;
}

header .cover-nav > li:last-child > a:before {
	display: none;
}

header .btn-toggle-nav {
	display: block;
	width: 35px;
	height: 20px;
	background-image: url('../img/common/btn_nav.png');
	background-size: contain;
	position: absolute;
	right: 1.5rem;
	top: 30px;
	cursor: pointer;
}



.top-title {
	position: absolute;
	top: 125px;
	z-index: 1;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 3px;
	padding: 7px 8px 4px;
	font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
	font-size: 19px;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	color: #000000;
}


#side-nav > .wrap {
	position: fixed;
	width: 600px;
	height: 100%;
	right: -600px;
	top: 0;
	background-color: #fff;
	animation-delay: 1s;
	transition: right .3s;
	z-index: 1000;
	padding: 60px 0 60px 0;
	overflow-y: scroll;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

#side-nav > .wrap .btn-toggle-nav-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 12px;
	top: 19px;
	background-image: url('../img/common/btn_nav_close.png');
	cursor: pointer;
}

#side-nav > .wrap .logo {
	margin: 0 0 30px 32px;
	padding-left: 150px;
	padding-top: 3px;
	height: 45px;
	background-image: url('../img/common/logo_side.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

#side-nav > .wrap .logo .vol {
	color: #000;
	font-weight: 500;
	display: block;
	line-height: 19px;
	margin-left: 10px;
	margin-top: -5px;
}

@media screen and (min-width:1000px) {

	.lSSlideOuter .lightSlider,
	.lSSlideOuter .lSPager {
		padding: 0 !important;
	}
}

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

header nav > ul > li {
    position: relative !important;
    width: 12% !important;
    text-align: center;
    height: 85px;
    transition: .4s;
}
}


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

	.top-title {
		position: absolute;
		z-index: 1;
		color: #000;
		pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(255, 255, 255, 0.7);
		left: 50%;
		transform: translateX(-50%);
		border-radius: 3px;
		padding: 6px 8px 6px;
	}

	.top-title {
		top: 80px;
	}

	#side-nav > .wrap .logo .vol {
		color: #000;
		font-weight: 500;
		display: block;
		line-height: 19px;
		margin-left: -14px;
		margin-top: 17px;
	}
}

#side-nav > .wrap .logo .vol h1,
#side-nav > .wrap .logo .vol h2 {
	/* display: inline-block; */
	font-size: 16px;
}

#side-nav > .wrap .logo .vol h1 {
	padding-right: 15px;
	margin-right: 10px;
}


#side-nav > .wrap .logo .vol h2 b {
	font-size: 22px;
}

#side-nav > .wrap .nav-content {
	margin-bottom: 30px;
}

#side-nav > .wrap .nav-content h3 {
	margin: 0 0 7px 32px;
	padding-bottom: 10px;

	font-family: "Paperlogy7", "Malgun Gothic", "sans-serif";
	font-size: 21px;
	border-bottom: 1px solid #e5e5e5;
	color: #ffffff;
}


#side-nav > .wrap .nav-content ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

#side-nav > .wrap .nav-content ul > li > a {
	display: block;
	padding: 5px 0 5px 32px;
	color: #141414;
	background-color: #fff;
	transition: background-color .3s, color .3s;
}

#side-nav > .wrap .nav-content ul > li > a small {
	display: inline-block;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	font-size: 14pt;
	padding-bottom: 1px;
	border-bottom: 1px solid;
	background-color: transparent;
	color: #000;
	transition: color .3s;
}

#side-nav > .wrap .nav-content ul > li > a span {
	display: block;
	font-size: 18px;
	background-color: transparent;
	color: #000;
	transition: color .3s;
	margin-top: 8px;
	margin-bottom: 5px;
	letter-spacing: -0.02em;
	font-family: "NanumSquareNeoBold", "Malgun Gothic", "sans-serif";
}

#side-nav > .wrap .nav-content ul > li:hover > a span,
#side-nav > .wrap .nav-content ul > li:hover > a small {
	color: #fff;
}

#side-nav > .wrap .nav-content ul > li.active > a span,
#side-nav > .wrap .nav-content ul > li.active > a small {
	color: #fff;
}

#side-nav > .wrap .nav-content:nth-child(2) ul > li.active > a,
#side-nav > .wrap .nav-content:nth-child(2) ul > li:hover > a {
	background-color: #ffffff;
	color: #fff;
}

#side-nav > .wrap .btn-wrap {
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
	margin-left: 30px;
}

#side-nav > .wrap .btn-wrap > .row {
	margin: 0;
}

#side-nav > .wrap .btn-x {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 48px;
	line-height: 40px;
	padding: 3px 20px;
	margin-right: 15px;
	background-color: #eeeeee;
	border: 1px solid #e5e5e5;
	color: #000;
	cursor: pointer;
	font-family: "NanumSquareNeoBold", "Malgun Gothic", "sans-serif";
	border-radius: 3px;
}

#side-nav > .wrap .btn-x ul {
	display: none;
	width: 175px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	left: -1px;
	bottom: 46px;
	margin: 0;
	height: 400px;

	overflow-y: auto;
}

#side-nav > .wrap .btn-x.open ul {
	display: block;
}

#side-nav > .wrap .btn-x ul > li > a {
	display: block;
	padding: 10px 13px;
	color: #222;
	transition: background-color .3s, color .3s;
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
	font-size: 16px;
}

#side-nav > .wrap .btn-x ul > li:hover > a {
	background-color: #90c2dd;
	color: #fff;
}

#side-nav > .wrap .btn-x.btn-newsstand:after {
	display: block;
	content: '';
	border-left: 6px solid #363636;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 45%;
	margin-top: -5px;
}

#side-nav > .wrap .btn-x.btn-prev:after {
	display: block;
	content: '';
	border-left: 5px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

body.nav-open {
	overflow: hidden;
	font-family: "nanum-square-r", "Malgun Gothic", "sans-serif";
}

body.nav-open #side-nav {
	display: block;
}

body.nav-open #side-nav:before {
	display: block;
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 500;
}

body.nav-open #side-nav > .wrap {
	right: 0;
}

.article-list a .text-wrapper {
	overflow: hidden;
	position: absolute;
	bottom: 60%;
	left: 0%;
	width: 100%;
	text-align: center;
	transition: all 0.3s;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
}

.article-list a .text-wrapper .title {
	position: relative;
	font-size: 20px;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: auto;
	font-weight: bold;
	line-height: 1.3;
	/*display: inline-block;*/
	display: block;
	text-align: left;
	padding: 10px 0 0;
	white-space: nowrap;
}

.article-list a .text-wrapper .desc {
	font-size: 18px;
	line-height: 24px;
}

.article-list a .text-wrapper .desc::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: white;
	display: block;
	margin: 0;
	opacity: 0;
	transition: opacity 0.3s, margin 0.3s 0.3s;
}


.article-list a .text-wrapper .desc {
	box-sizing: border-box;
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	/* font-size: 14px; */
	color: #fff;
	margin-bottom: -10px;
	height: 40px;
	max-height: 0;
	white-space: nowrap;
	transition: max-height 0.6s;
	z-index: 9;
	word-break: keep-all;
}

.article-list a:hover .text-wrapper .desc {
	max-height: 100px;
	transition: max-height 0.8s;
}



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

	.ptn_common {
		background-image: url(../img/contents/ptn_bu.png);
		background-repeat: repeat;

	}

	.mobackwithe {
		background-color: #ffffff;
	}

	header {
		height: 64px;
	}

	header h1 {
		left: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	header .main .vol {
		line-height: 14px;
		font-size: 13px;
		color: #000;
		font-weight: 500;
		padding-top: 25px;
		margin-left: -10px;
	}

	header .main1 .vol {
		line-height: 14px;
		font-size: 13px;
		color: #000;
		font-weight: 500;
		padding-top: 25px;
		margin-left: -10px;
	}

	header .main .vol small {
		font-size: 11px;
		color: #000;
	}


	header .story > a {
		height: 30px;
		width: 40px;
		padding-left: 40px;
		margin-left: 20px;
		margin-top: 5px;
		background-size: auto 21px;
	}

	header .story .vol {
		line-height: 14px;
		padding-top: 0px;
		font-size: 12pt;
		color: #000;
		font-weight: 500;
		padding-left: 10px;
	}

	header .sub .only-logo > a {
		background-size: 78px 33px;
		margin-top: 10px;
		background-image: url(../img/common/logo_mobile.png);
		height: 39px;
	}

	header .sub .only-logo .vol {
		display: none;
	}

	header .title {
		padding-top: 22px;
		font-weight: 600;
	}

	header .cover-nav {
		display: none;
	}

	header .btn-toggle-nav {
		top: 53%;
		margin-top: -12px;
	}

	#side-nav > .wrap {
		width: 85%;
		padding-top: 20px;
	}

	#side-nav > .wrap .logo {
		margin-left: 20px;
		padding-left: 150px;
		background-size: contain;
		height: 82px;
		margin-right: 15px;
	}

	#side-nav > .wrap .logo .vol h1,
	#side-nav > .wrap .logo .vol h2 {
		font-size: 13px;
		margin-top: 5px;
	}

	#side-nav > .wrap .btn-toggle-nav-close {
		right: 80%;
		top: 23px;
	}

	#side-nav > .wrap .nav-content h3 {
		margin-left: 20px;
	}

	#side-nav > .wrap .nav-content ul > li > a {
		padding-left: 20px;
	}

	#side-nav > .wrap .btn-wrap {}

	#side-nav > .wrap .btn-x {
		margin: 6px 0;
	}
}

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

	section,
	#include-header,
	#include-footer {
		width: 100%;
	}

	.container {
		margin: 0;
		width: auto;
	}

	header {
		width: 100%;
	}

	header h1 .vol {
		display: block;
		font-size: 19pt;
		font-weight: 500;
		line-height: 19px;
		color: #000;
		padding-top: 40px;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
	}

	section.theme {
		padding: 0 10px;
	}

	section.theme .container .col-sm-6.m {
		padding: 0 0px;
	}

	.top-title.main {
		display: none;
	}

	.top-title2.main {
		display: none;
	}


	.top-title.section2 > h1 {
		font-size: 17px;
		font-family: 'Paperlogy5';
	}

}

.wrapper {
	width: 90%;
	margin: 0 auto;
}

.wrapper_menu {
	width: 1450px;
	margin: 0 auto;
}

.wrapper_footer {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:1600px) {
	.wrapper {
		width: 1580px;
	}

	footer .wrapper_footer {
		width: 95%;
		margin: 0 auto;
	}

	footer .wrapper_footer .footer_pc .footer_left .footer_left_bottom {
		margin-left: 0;
		font-size: 12px;
		line-height: 1.4;
	}
}

@media screen and (max-width:1300px) {
	.wrapper {
		width: 850px;
	}

	header h1 {
		left: 1.5rem !important;
	}
}

@media screen and (min-width:950px) {
	header .btn-toggle-nav {
		display: block;
	}

	.sec_con_wrap .sec_tit_mo {
		display: none;
	}

	/* header h1 {display: none;} */
}

@media screen and (min-width:1200px) {
	header .btn-toggle-nav {
		display: none;
	}

}

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

	header nav > ul {
		display: none;
	}
}

@media screen and (max-width:950px) {
	.wrapper {
		width: 720px;
		padding: 0 30px;
		box-sizing: border-box;
	}

	header nav > ul {
		display: none;
	}

	footer .wrapper_footer .footer_pc .footer_left .footer_left_bottom {
		font-size: 10px;
		line-height: 1.6;
	}

}

@media screen and (min-width:750px) {
	footer .wrapper_footer .footer_mo {
		display: none;
	}
}

@media screen and (max-width:767px) {
	html {
		font-size: 10px;
	}
}

@media screen and (max-width:750px) {
	.wrapper {
		width: 443px;
		padding: 0 15px;
	}

	.wrapper_menu {
		width: 100%;
		padding: 0 15px;
	}

	footer .wrapper_footer {
		width: 360px;
		padding: 0 15px;
	}

	footer .wrapper_footer .footer_pc {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.wrapper {
		width: 360px;
		padding: 0 15px;
	}
}

@media screen and (max-width:767px) {
	html {
		font-size: 10px;
	}
}

/* 모바일 반응형 (필요시) */
@media (max-width: 1024px) {
	.fullmenu-inner {
		flex-direction: column;
		gap: 40px;
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin: 60px auto 80px;
		padding: 0 5%;
		gap: 60px;
	}

	.fullmenu-right-group {
		width: 100%;
		gap: 40px;
	}

	.fullmenu-subscribe-area {
		justify-content: center;
		flex-direction: column;
		align-items: stretch;
	}

	.subscribe-label {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	.subscribe-form {
		width: 100%;
	}
}



/* 1. 헤더 컨테이너 (기본 상태: 투명/흰색) */
header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background-color: rgba(255, 255, 255, 0.95) !important;
	z-index: 1000;
}

/* 2. 로고 컨테이너 (.main) - 화면 정중앙 배치 */
header .main {
	position: absolute !important;
	left: 50%;
	/* 초기: 화면 정중앙 */
	top: 50%;
	transform: translate(-50%, -50%);
	/* 중앙 정렬 */
	width: auto !important;
	margin: 0 !important;

	/* 부드러운 이동 애니메이션 */
	transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	z-index: 100;
}



/* 4. 메뉴 (.nav) - 초기 숨김 상태 */
header nav.nav {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.4s ease;
}

/* ========================================================
   [Scrolled] 스크롤 발생 시 변환 (.scrolled 클래스)
   ======================================================== */

/* 헤더 배경: 남색(#252261)으로 변경 */
header.scrolled {
	background-color: rgb(30 29 93 / 93%) !important;
	border-bottom: 0;
	/* 라인 제거 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	/* 그림자 추가 */
}

/* 로고 위치: 90% 레이아웃 기준 왼쪽 정렬 */
header.scrolled .main {
	/* (100% - 90%) / 2 = 5% 
       화면 전체에서 90% 영역의 시작점인 5% 위치로 이동 */
	left: 5% !important;
	transform: translate(0, -50%);
	/* X축 중앙정렬 해제, Y축만 유지 */
}

/* 메뉴: 나타나기 */
header.scrolled nav.nav {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

footer {
	position: relative;
	z-index: 60;
}

footer .wrapper_footer .prev .selectPrev ul {
	z-index: 100 !important;
}





/* (참고) 스크롤 되었을 때도 동일하게 적용 */
header.scrolled nav.nav > ul > li:hover > a {
	color: #000000 !important;
}


header nav > ul > li > ul {
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	width: 100%;
	transition: none !important;
}

/* 3. 소메뉴 개별 아이템 (li) */
header nav > ul > li > ul > li {
	background-color: #ffffff !important;
}

/* 4. 형광펜 효과 (span 태그 대상) */
/* a 태그: 클릭 영역 */
header nav > ul > li > ul > li > a {
	display: flex !important;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
	color: #000000 !important;
}

/* 4. 형광펜 효과 (span 태그 대상) */
header nav > ul > li > ul > li > a span {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 1.2;
	padding: 0 10px;
	/* [핵심] 형광펜 스타일 */
	background-image: linear-gradient(#fffd7c, #fffd7c);
	background-repeat: no-repeat;
	background-position: 0% 80% !important;
	background-size: 0% 70% !important;
	transition: background-size 0.5s ease-in-out;
	font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
	font-size: 19.5px;
	letter-spacing: 0.03em;
}

header nav > ul > li > ul > li:nth-child(1) {
	margin-top: 0 !important;
	transition: none !important;
}

header nav > ul > li:hover > ul > li:nth-child(1) {
	margin-top: 25px !important;

}

header nav > ul > li > ul > li:hover > a span {
	background-size: 100% 70% !important;
	color: #2872c6;
}

header nav > ul > li {
	position: relative !important;
	width: 13%;
	text-align: center;
	height: 85px;
	transition: .4s;
}


header nav > ul > li:hover::before {
	height: 95% !important;
	opacity: 1;
}

header nav > ul > li > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: none !important;
}

header nav > ul > li:hover > ul > li {
	height: 48px !important;
	opacity: 1;
	transition: height 0.3s ease !important;
	overflow: hidden;
}

header nav > ul > li:hover > ul {
	background-color: #ffffff;
	border: 1px solid #8d8d8d !important;
	border-top: 0px !important;
	border-radius: 0 0 10px 10px !important;
	display: block;
}

header nav > ul > li > ul > li.active > a span {
	background-size: 100% 70% !important;
	color: #2872c6 !important;
}

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


	.global-menu-toggle {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background: #29a2b0;
		border: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		cursor: pointer;
		z-index: 500;
	}

	.global-menu-toggle span {
		display: block;
		width: 35px;
		height: 3px;
		background: #ffffff;
		border-radius: 2px;
	}


	header {
		height: 60px;
	}

	header h1,
	header h1.main {
		display: block !important;
		position: absolute !important;
		top: 50% !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		justify-content: normal !important;
		align-items: normal !important;
		transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
		z-index: 100;
	}

	header:not(.scrolled) h1.main {
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}


	header.scrolled {
		background-color: rgb(30 29 93 / 95%) !important;
		transition: background-color 0.4s ease;
	}

	header.scrolled h1.main {
		left: 15px !important;
		transform: translate(0, -50%) !important;
	}


	header .main .vol,
	header h1 .vol {
		display: none !important;
	}
}


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

	.global-menu-toggle {
		display: none !important;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	header.scrolled .global-menu-toggle {
		display: flex !important;
		opacity: 1;
	}
}

/* ========================================================
   [Mobile Fullmenu Fix] 전체메뉴 모바일 세로 정렬 및 최적화
   ======================================================== */
@media screen and (max-width: 767px) {

	/* 1. 전체 메뉴 내부 컨테이너 레이아웃 재정비 */
	.fullmenu-inner {
		padding: 80px 20px 40px !important;
		display: block !important;
		overflow-y: auto !important;
		height: 100% !important;
	}


	/* 3. 오른쪽 그룹 (메뉴 + 이메일) */
	.fullmenu-right-group {
		width: 100% !important;
		display: block !important;
	}

	.fullmenu-menus {
		display: flex !important;
		flex-direction: column !important;
		gap: 40px !important;
		margin-top: 0 !important;
	}

	/* 5. 개별 컬럼 스타일 정리 */
	.fullmenu-col {
		width: 100% !important;
		min-width: auto !important;
		text-align: center !important;
		padding-bottom: 0px !important;
	}
	.fullmenu-col:last-child {
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.fullmenu-col h3 {
		font-size: 25px !important;
		margin-bottom: 15px !important;
		display: inline-block !important;
	}

	.fullmenu-col a {
		font-size: 21px !important;
		padding: 5px 0 !important;
		display: block !important;
		border-radius: 3px;
		margin-bottom: 3px;
		font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
		transition: background .25s, color .25s;
		text-align: center;
		color: #d7d7e7;
	}
}

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

	.fullmenu-overlay {
		overflow: hidden !important;
	}
	.fullmenu-mobile-logo {
		display: block !important;
		position: absolute;
		top: 25px;
		left: 20px;
		z-index: 10002;
	}
	.fullmenu-mobile-logo img {
		width: 260px;
		height: auto;
	}

	.fullmenu-close {
		position: absolute !important;
        top: 37px !important;
        right: 32px !important;
        z-index: 10002;
	}

	.fullmenu-inner {
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		height: 100% !important;
		padding-top: 20px !important;
		padding-bottom: 50px !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	.fullmenu-menus {
		margin-top: 0 !important;
		margin-bottom: 100px;
	}
}

/* ========================================================
   [Mobile Footer Fix] 지난호 보기 모바일 최적화
   ======================================================== */
@media screen and (max-width: 767px) {

	/* 1. 지난호 보기 감싸는 영역 중앙 정렬 */
	footer .wrapper_footer .footer_mo .footer_bottom .prev {
		display: inline-block;
		margin: 30px auto 20px;
		width: auto;
		position: relative;
	}

	footer .wrapper_footer .prev .selectPrev {
		width: 260px;
		height: 50px;
		line-height: 28px;
		font-size: 16px;
		padding: 11px 40px 11px 20px;
		box-sizing: border-box;
		text-align: left;
		border: 1px solid #ddd;
	}

	footer .wrapper_footer .prev:after {
		right: 20px;
		pointer-events: none;
	}
	footer .wrapper_footer .prev .selectPrev ul {
		width: 100%;
		left: 0;
		bottom: 55px;
		top: auto;
		width: 250px !important;
		max-height: 250px;
		overflow-y: auto;
		box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
	}

	footer .wrapper_footer .prev .selectPrev ul > li > a {
		padding: 12px 15px;
		font-size: 18px;
		border-bottom: 1px solid #f1f1f1;
		text-align: center;
	}

	footer .wrapper_footer .prev .selectPrev ul > li:last-child > a {
		border-bottom: none;
	}
}

header .main {
	position: absolute !important;
	left: 5% !important;
	top: 50% !important;
	transform: translate(0, -50%) !important;
}

header nav.nav {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
	display: block !important;
}

header nav > ul > li:hover {
	background-color: transparent !important;
}

header nav > ul > li:hover > ul {
	display: block !important;
	opacity: 1 !important;
}

/* ========================================================
   [모바일] 헤더 수정본 (애니메이션 제거)
   ======================================================== */
@media screen and (max-width: 1200px) {

	header {
		background-color: #ffffff !important;
	}

	header h1.main,
	header:not(.scrolled) h1.main {
		left: 15px !important;
		transform: translate(0, -50%) !important;
	}

	.global-menu-toggle {
		display: flex !important;
		opacity: 1 !important;
	}
}


header .main {
	position: absolute !important;
	top: 37px !important;
	left: 5% !important;
	width: 495px !important;
	height: 100px !important;
	background-color: #0a3672 !important;
	border-radius: 7px !important;
	display: flex !important;
	padding: 0 20px 4px 30px;
	align-items: center !important;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2) !important;
	transform: none !important;
	transition: none !important;
	animation: logoSlideDown 2.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both !important;
	justify-content: space-between !important;
}

/* 2. 바탕이 어두워졌으므로 하얀색 로고로 변경 */
header .main > a {
	width: 340px !important;
	height: 43px !important;
	background-image: url(../img/common/logow.png) !important;
	background-size: contain !important;
	background-position: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* 3. 드롭다운 & 페이드인 애니메이션 키프레임 */
@keyframes logoSlideDown {
	0% {
		opacity: 0;
		translate: 0 -40px;
	}

	100% {
		opacity: 1;
		translate: 0 0;
	}
}

header .main .vol-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #ffffff;
	cursor: pointer;
	margin-top: 6px;
}

header .main .vol-info .date {
	font-family: 'Paperlogy5', 'Malgun Gothic', sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.2;
	opacity: 0.9;
	margin-bottom: 0px;
}

header .main .vol-info .vol-num-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* 세모를 Vol 텍스트 중앙 아래에 배치 */
}

header .main .vol-info .vol-num {
	font-family: 'Paperlogy5', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

header .main .vol-info .arrow-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	margin-top: 4px;
	opacity: 0.9;
	transition: transform 0.3s ease;
}

/* (보너스) 마우스 올리면 화살표가 살짝 까딱거리는 애니메이션 */
header .main .vol-info:hover .arrow-down {
	transform: translateY(3px);
}

/* ========================================================
   [Mobile] 모바일 화면 호수 정보 대응
   ======================================================== */
@media screen and (max-width: 767px) {

	/* 모바일에서는 남색 박스가 좁으므로, 박스를 조금 넓혀주고 글씨를 줄입니다 */
	header .main,
	header h1.main,
	header:not(.scrolled) h1.main {
		padding: 0 15px !important;
	}

	header .main .vol-info .date {
		font-size: 11px;
	}

	header .main .vol-info .vol-num {
		font-size: 16px;
	}

	header .main .vol-info .arrow-down {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #ffffff;
		margin-top: 2px;
	}
}


header.scrolled {
	background-color: #0a3672 !important;
	height: 85px !important;
	border-bottom: none !important;
	transition: background-color 0.4s ease-in-out !important;
}


header.scrolled .main {
	top: 50% !important;
	transform: translateY(-50%) !important;
	height: 85px !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 15px 0 26px !important;
	transition: all 0.4s ease-in-out !important;
	width: 435px !important;
}

/* 스크롤 시 로고 크기 살짝 정돈 */
header.scrolled .main > a {
	width: 300px !important;
	transition: all 0.4s ease-in-out !important;
	background-image: url(../img/common/logow.png) !important;
	height: 43px !important;
	background-repeat: no-repeat;
}

/* ========================================================
   [스크롤 효과] 3. 우측 메뉴 글씨가 하얀색으로 변함
   ======================================================== */
header.scrolled nav.nav > ul > li > a {
	color: #ffffff !important;
	transition: color 0.4s ease-in-out !important;
}

header.scrolled nav.nav > ul > li:hover {
	background-color: transparent;
}

header.scrolled nav.nav > ul > li:hover > a {
	color: #fffeab !important;
}

/* ========================================================
   [Mobile] 모바일 스크롤 대응
   ======================================================== */
@media screen and (max-width: 767px) {

	header.scrolled .main,
	header.scrolled h1.main {
		height: 60px !important;
		padding: 0 15px !important;
	}
}


header nav > ul > li > a::after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid currentColor;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

header nav > ul > li:hover > a::after {
	opacity: 1;
	visibility: visible;
	animation: menuArrowBounce 0.5s infinite alternate ease-in-out;
}

@keyframes menuArrowBounce {
	0% {
		transform: translate(-50%, 0);
	}

	100% {
		transform: translate(-50%, 5px);
	}
}


header nav > ul > li > a::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.3s ease;
	pointer-events: none;
}

header nav > ul > li:hover > a::before {
	width: 37%;
}


footer .wrapper_footer .footer_pc .footer_right ul li a img {
	transition: filter 0.3s ease;
}
footer .wrapper_footer .footer_pc .footer_right ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(95%) sepia(30%) saturate(614%) hue-rotate(314deg) brightness(105%) contrast(101%);
}

a:focus,
a:active {
	outline: none;
}

header nav a {
	-webkit-tap-highlight-color: transparent;
}

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

	header,
	header.scrolled {
		background-color: #0a3672 !important;
		height: 60px !important;
	}

	/* 2. 로고 박스 애니메이션 제거 및 스크롤된 상태의 위치로 완전 고정 */
	header .main,
	header.scrolled .main {
		animation: none !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		left: 15px !important;
		background: transparent !important;
		box-shadow: none !important;
		height: auto !important;
		padding: 0 !important;
	}

	footer .wrapper_footer .footer_mo {
		display: block !important;
	}

	header .main .vol-info {
		display: none;

	}


	header .main,
	header h1.main,
	header:not(.scrolled) h1.main,
	header.scrolled h1.main,
	header.scrolled .main {
		transition: none !important;
		animation: none !important;
		transform: translateY(-50%) !important;
		left: 0px !important;
		top: 50% !important;
		width: 180px !important;
		height: auto !important;
	}

	header .main > a,
	header h1.main > a,
	header:not(.scrolled) h1.main > a,
	header.scrolled h1.main > a,
	header.scrolled .main > a {
		transition: none !important;
		animation: none !important;
		background-image: url('../img/common/logow.png') !important;
		background-position: left center !important;
		background-size: contain !important;
		width: 200px !important;
		margin-top: 0 !important;
		transform: none !important;
	}

	.footer_mo .footer_right ul {
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 0 0px !important;
		margin: 35px 0 30px !important;
		width: 100% !important;
	}

	.footer_mo .footer_right ul li {
		flex: 1 !important;
		text-align: center !important;
		padding: 0 3px !important;
		float: none !important;
	}

	.footer_mo .footer_right ul li img {
		max-width: 100% !important;
		height: auto !important;
		display: inline-block !important;
	}
}



