<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	@charset "utf-8";

::-moz-selection {
  color: white;
  background-color: #258452;
  -webkit-text-stroke: initial;
}
::selection {
  color: white;
  background-color: #258452;
  -webkit-text-stroke: initial;
}

html { font-size: 62.5%; } /* ë¸Œë¼ìš°ì&nbsp;€ê¸°ë³¸ 16px 1rem 62.5%(10px) í™˜ì‚° */
@media (max-width: 1279px) {
	html { font-size: 56.25%; }
}
@media (max-width: 719px) {
	html { font-size: 50%; }
}
body {
	font-size: 1.2rem; line-height: 1.2; font-weight: 400; color: #333;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none; /* ëª¨ë°”ì¼ì—ì„œ text ì‚¬ì´ì¦ˆ ë³€ë™ ì—†ê²Œ */
	-webkit-font-smoothing: subpixel-antialiased; /* antialiased or subpixel-antialiased ì›¹í‚· ë¸Œë¼ìš°ì&nbsp;€ ì›¹í°íŠ¸ ì„&nbsp;ëª…í•˜ê²Œ ì²˜ë¦¬ */
	font-variant-ligatures: none; /* fiìˆ˜ì&nbsp;• */
	word-break: keep-all;
}
body, button { font-family: 'NotoSansWeb',sans-serif; }
img {
	max-width: 100%;
	line-height: 0; font-size: 0;
	/*image-rendering: optimizeSpeed;*/ /* low quality */
	/*image-rendering: optimizeQuality;*/ /* high quality */
	-ms-interpolation-mode: bicubic; /* blur */
	/* -ms-interpolation-mode: nearest-neighbor; /* sharpen */
	/*-webkit-backface-visibility: hidden; /* css3ì´ë©´ê°€ì‹œì„±ì†ì„± */
	/*backface-visibility: hidden;*/
}
a {
	color: #333;
}
/* reset */
* { padding: 0; margin: 0; border: 0; outline: 0; vertical-align: top; }
em,i{font-style: normal;}
mark{background-color: transparent;color:#258452;}
article, aside, figcaption, figure, footer, header, nav, section, main { display: block; padding: 0; margin: 0; }
ul, li, ol, dl { list-style: none; }
table { border-collapse: collapse; }
/*td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }*/
caption, legend { display: none; }
input, select, textarea { vertical-align: middle; border: 0; }
label { cursor: pointer; }
a, input, select, textarea { text-decoration: none; }
textarea { -webkit-overflow-scrolling: touch; }
input[type='checkbox'] { appearance: checkbox; }
input[type='text'], input[type='tel'], input[type='password'], textarea { appearance: none; border-radius: 0; color: #333; }
input[type='text'], input[type='tel'], input[type='password'] { width: 100%; }
input::placeholder { color: #ccc; }
a:hover { text-decoration: none; }

#accessibility { position: relative; z-index: 9999; }
#accessibility a { position: absolute; top: -200px; left: 0; width: 160px; border: 1px solid #1a99a7; background-color: #333; text-align: center; font-size: 1.3rem; line-height: 2.6rem; color: #fff; }
#accessibility a:focus, #accessibility a:active { top: 0; background-color: #1a99a7; }

/* call class */
.displaynone { display: none !important; }
.displaypc, .displaymobile { display: none; }
.displaypc.active, .displaymobile.active { display: block; }
.fixo-dimmed { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(0,0,0,.4); cursor: pointer; visibility: hidden; opacity: 0; transition: all .3s; }
@media (max-width: 1279px) {
	.br-max { display: block; }
}
@media (max-width: 719px) {
	.br-min { display: block; }
}


/* animation */
[data-ani~="ani-fade"] { opacity: 0; }
[data-ani~="ani-top"] { opacity: 0; transform: translateY(100px); }
[data-ani~="ani-bottom"] { opacity: 0; transform: translateY(-100px); }
[data-ani~="ani-left"] { opacity: 0; transform: translateX(100px); }
[data-ani~="ani-right"] { opacity: 0; transform: translateX(-100px); }
.animate [data-ani~="ani-fade"] { animation: animate_opacity 1.5s forwards; }
.animate [data-ani~="ani-top"], .animate [data-ani~="ani-top"], .animate [data-ani~="ani-bottom"], 
.animate [data-ani~="ani-left"], .animate [data-ani~="ani-right"] { animation: animate_TBLR 1.5s forwards; }
@keyframes animate_opacity {
    0%   { }
    100% { opacity: 1; }
}
@keyframes animate_TBLR {
    0%   { }
    100% { opacity: 1; transform: translate(0, 0); }
}

.animate [data-ani~="delay1"] { animation-delay: .1s; }
.animate [data-ani~="delay2"] { animation-delay: .2s; }
.animate [data-ani~="delay3"] { animation-delay: .3s; }
.animate [data-ani~="delay4"] { animation-delay: .4s; }
.animate [data-ani~="delay5"] { animation-delay: .5s; }
.animate [data-ani~="delay6"] { animation-delay: .6s; }
.animate [data-ani~="delay7"] { animation-delay: .7s; }
.animate [data-ani~="delay8"] { animation-delay: .8s; }
.animate [data-ani~="delay9"] { animation-delay: .9s; }
.animate [data-ani~="delay10"] { animation-delay: 1s; }
.animate [data-ani~="delay11"] { animation-delay: 1.1s; }
.animate [data-ani~="delay12"] { animation-delay: 1.2s; }
.animate [data-ani~="delay13"] { animation-delay: 1.3s; }
.animate [data-ani~="delay14"] { animation-delay: 1.4s; }
.animate [data-ani~="delay15"] { animation-delay: 1.5s; }
.animate [data-ani~="delay16"] { animation-delay: 1.6s; }
.animate [data-ani~="delay17"] { animation-delay: 1.7s; }
.animate [data-ani~="delay18"] { animation-delay: 1.8s; }
.animate [data-ani~="delay19"] { animation-delay: 1.9s; }
.animate [data-ani~="delay20"] { animation-delay: 2s; }
.animate [data-ani~="delay21"] { animation-delay: 2.1s; }
.animate [data-ani~="delay22"] { animation-delay: 2.2s; }

.mwidth {
	width: 100%; max-width: 1400px;
	padding: 0 20px; margin: auto;
	box-sizing: border-box;
}
@media (max-width: 719px) {
	.mwidth, .mwidth2 {
		padding: 0 10px;
	}
}
.font-jalnan { font-family: 'JalnanWeb'; }
.font-gc { font-family: 'GCWeb'; }
.color { color: #258452; }

/* plus icon */

.plus-icon {
	position: relative;
	width: 72px; height: 72px;
	margin: auto;
	border-radius: 50%;
	background-color: #258452;
}
.plus-icon:before {
	content: '';
	position: absolute; top: 50%; left: 50%;
	width: 34px; height: 1px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.plus-icon:after {
	content: '';
	position: absolute; top: 50%; left: 50%;
	width: 1px; height: 34px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

@media (max-width:1279px) {


.plus-icon {
		position: relative;
		width: 60px; height: 60px;
		margin: auto;
		border-radius: 50%;
		background-color: #258452;
	}
.plus-icon:before {
		content: '';
		position: absolute; top: 50%; left: 50%;
		width: 30px; height: 1px;
		background-color: #fff;
		transform: translate(-50%, -50%);
	}
.plus-icon:after {
		content: '';
		position: absolute; top: 50%; left: 50%;
		width: 1px; height: 30px;
		background-color: #fff;
		transform: translate(-50%, -50%);
	}
}

@media (max-width:719px) {
.plus-icon {
		width: 36px; height: 36px;
	}
.plus-icon:before {
		width: 18px;
	}
.plus-icon:after {
		height: 18px;
	}
}



/* header : ê³µí†µìƒë‹¨ */
header {
	position: absolute; top: 0; left: 0; z-index: 100;
	width: 100%; height: 240px;
}
header .header-top {
	position: absolute; top: 0; left: 0; right: 0;
	height: inherit;
}
header.active .header-top .gnb-wrap {
	position: fixed; top: 0; left: 0; right: 0;
	background-color: rgba(242,239,232,.9);
	border-bottom: 1px solid #dedede;
}

header .header-top .top-content {
	position: relative; z-index: 100;
	height: 160px;
	box-sizing: border-box;
	overflow: hidden;
}
header .header-top h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}
header .header-top h1 a {
	position: relative; z-index: 2;
}
header .header-top .top-content .btn-wrap {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; max-width: 1420px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: center;
}
header .header-top .btn-wrap .item {
	margin: 0 8px;
}
header .header-top .btn-wrap .item .title {
	display: block;
	padding: 0 0 2px 38px;
	text-align: left;
	font-size: 1.5rem; letter-spacing: -.06rem; font-weight: 500; color: #919191;
}
header .header-top .btn-wrap .btn-tel {
	display: block;
	width: 190px; height: 40px;
	border-radius: 40px;
	background-color: #49515e;
	font-size: 1.8rem; line-height: 40px; font-weight: 900; color: #fff;
}
header .header-top .btn-wrap .btn-tel span {
	display: inline-block;
	padding: 0 0 0 26px;
	background: url('../images/ico_tel.png') no-repeat left center;
}
header .header-top .btn-wrap .btn-blog {
	display: block;
	width: 190px; height: 40px;
	border-radius: 40px;
	background-color: #29c300;
	font-size: 1.8rem; line-height: 40px; font-weight: 400; color: #fff;
}
header .header-top .btn-wrap .btn-blog b {
	font-weight: 900;
}
header .header-top .btn-wrap .btn-blog span {
	display: inline-block;
	padding: 0 0 0 26px;
	background: url('../images/ico_naver.png') no-repeat left center;
}
header .header-top .gnb .btn-wrap {
	display: none;
}
header .header-top .gnb-wrap {
	position: relative;
	height: 70px;
	box-sizing: border-box;
	margin-top: 0px;
}
header .header-top .gnb-wrap .gnb ul {
	display: flex;
	justify-content: center;
}
header .header-top .gnb-wrap .gnb ul li a {
	position: relative;
	display: block;
	/* padding: 0 1.4583vw; */
	padding:0 20px;
	font-size: 1.9rem; line-height: 70px; letter-spacing: -.04rem; font-weight: 300; color: #282828;
	transition: font-weight 0.3s ease 0s;
}
header .header-top .gnb-wrap .gnb ul li a:hover, 
header .header-top .gnb-wrap .gnb ul li a.active {
	font-weight: 700;
}
/*
header .header-top .gnb-wrap .gnb ul li a:after {
	content: '';
	position: absolute; bottom: 0; left: 50%;
	transform: translateX(-50%);
	width: 0; height: 7px;
	background: #1a99a7;
	transition: all .3s ease .1s;
}
header .header-top .gnb-wrap .gnb ul li a:hover:after, 
header .header-top .gnb-wrap .gnb ul li a.active:after {
	width: 100%;
}
*/

header .header-top .btn-gnb {
	position: absolute; top: 50%; right: 15px; z-index: 100;
	margin-top: -14px;
	width: 28px; height: 28px;
	text-align: center;
	cursor: pointer;
	display: none;
}
header .header-top .btn-gnb span {
	position: absolute; top: 0; left: 50%;
	margin: 0 0 0 -9px;
	width: 20px; height: 2px;
	background: #258452;
	transition: all .2s;
}
header .header-top .btn-gnb span:nth-child(1) {
	top: 7px;
}
header .header-top .btn-gnb span:nth-child(2) {
	top: 13px;
}
header .header-top .btn-gnb span:nth-child(3) {
	top: auto; bottom: 7px;
}

header .header-top .icons-set.dummy {
	display: none;
}

@media (min-width:1280px) and (max-width:1404px) {
	header .header-top .gnb-wrap .gnb ul li a {
		position: relative;
		display: block;
		padding: 0 1.05vw;
		font-size: 1.9rem; line-height: 70px; letter-spacing: -.04rem; font-weight: 300; color: #282828;
	}
}

@media (max-width: 1279px) {
	header {
		position: fixed; top: 0; left: 0;
		width: 100%;
		height: 60px;
		background-color: rgba(242,239,232,.9);
		border-bottom: 1px solid #dedede;
	}
	header .header-top .top-content {
		height: inherit;
	}
	header .header-top .top-content h1 img {
		height: 45px;
	}
	header .header-top .top-content .btn-wrap {
		display: none;
	}

	header .header-top .gnb-wrap, 
	header.active .header-top .gnb-wrap {
		padding: 0;
		position: fixed; top: 60px; bottom: 0; left: 0; right: 0;
		opacity: 0;
		visibility: hidden;
		height: auto;
		background: none;
		transition: all .3s;
	}
	html.expand-menu header .header-top .top-content { background-color: rgba(242,239,232,.9); }
	html.expand-menu #wrap { position: relative; }
	/* html.expand-menu { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu body { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; } */
	html.expand-menu header .header-top .gnb-wrap { opacity: 1; visibility: visible; }
	html.expand-menu .fixo-dimmed { visibility: visible; opacity: 1; }
	header .header-top .gnb-wrap .gnb {
		position: absolute; top: 0; left: 0; right: 0; z-index: 100;
		max-height: 100%;
		background-color: rgba(242,239,232,.9);
		text-align: left;
		overflow: hidden; overflow-y: auto;
	}

	
	html.expand-menu header .header-top .btn-gnb span:nth-child(1) {
		top: 13px;
		transform: rotate(-45deg);
	}
	html.expand-menu header .header-top .btn-gnb span:nth-child(2) {
		opacity: 0;
	}
	html.expand-menu header .header-top .btn-gnb span:nth-child(3) {
		bottom: 13px;
		transform: rotate(45deg);
	}

	header .header-top .gnb-wrap .gnb ul {
		display: block;
	}
	header .header-top .gnb-wrap .gnb ul li {
		padding: 0; margin: 0 20px;
	}
	header .header-top .gnb-wrap .gnb ul li.blog {
		display: block;
	}
	header .header-top .gnb-wrap .gnb ul li:not(:first-child) {
		border-top: 1px solid #eee;
	}
	header .header-top .gnb-wrap .gnb ul li a {
		display: block;
		padding: 7.5px 10px;
		line-height: 4rem; color: #282828;
	}
	header .header-top .gnb-wrap .gnb ul li a:hover, 
	header .header-top .gnb-wrap .gnb ul li a.active {
		font-weight: 300; color: #282828;
	}
	header .header-top .gnb-wrap .gnb ul li a:hover:after, 
	header .header-top .gnb-wrap .gnb ul li a.active:after {
		display: none;
	}

	header .header-top .btn-gnb {
		display: block;
	}

	header .header-top .gnb .btn-wrap {
		display: flex;
		align-items: flex-end;
		text-align: center;
		padding: 10px 20px 20px;
	}
}
@media (max-width: 719px) {
	header, header.active {
		height: 54px;
	}
	header .header-top .top-content h1 img {
		height: 40px;
	}
	header .header-top .gnb-wrap, 
	header.active .header-top .gnb-wrap {
		top: 54px;
	}

	header .header-top .gnb .btn-wrap {
		display: block;
	}
	header .header-top .gnb .btn-wrap .item {
		margin: 0 0 10px;
	}
}


/* footer : ê³µí†µí•˜ë‹¨ */
footer {
	background-color: #2c2c2c;
	text-align: center;
}
footer h2 {
	padding: 50px 0;
	border-bottom: 1px solid #696969;
}
footer ul {
	display: flex;
	justify-content: center;
	padding: 30px 10px 0;
}
footer ul li {
	position: relative;
	padding: 0 14px;
}
footer ul li:not(:last-child):after {
	content: '';
	position: absolute; top: 50%; right: 0;
	transform: translateY(-50%);
	width: 1px; height: 14px;
	background: #fff;
}
footer ul li a {
	font-size: 1.4rem; line-height: 14px; letter-spacing: -.018rem; font-weight: 400; color: #fff;
}
footer address {
	line-height: 1.3;
	padding: 30px 20px 40px;
	font-size: 1.4rem; letter-spacing: -.038rem; font-weight: 500; color: rgba(172,172,172,.5);
	text-transform: uppercase;
	font-style: normal;
	word-break: keep-all;
}
footer address span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
footer address a {
	color:#ececec;
	font-weight: 500;
}
@media (max-width: 1279px) {
	footer {
		padding: 0 0 60px;
	}
	footer h2 {
		padding: 15px 0;
	}
	footer h2 img {
		height: 45px;
	}
}
@media (max-width: 719px) {
	footer {
		padding: 0 0 40px;
	}
	footer h2 img {
		height: 40px;
	}
	footer ul {
		padding: 20px 10px 0;
	}
	footer p {
		padding: 20px 10px 30px;
	}
}

.quick {
	position: fixed; top: 57%; right:4.5%; z-index: 102;
	transform: translateY(-50%);
	width: 90px;
	border-radius: 90px;
	padding: 30px 0 0 0;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
	text-align: center;
}
.quick li {
	margin: 0 5px 10px;
}
.quick li a {
	display: block;
}
.quick li a span {
	display: block;
	padding: 50px 0 10px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1.3rem;
}
.quick li.btn-tel {
	margin: 20px 0 0;
	font-size: 1.5rem; letter-spacing: -.112rem;
}
.quick li.btn-tel p {
	font-size: 1.5rem; letter-spacing: -.112rem; font-weight: 900;
}
.quick li.btn-top {
	margin: 15px 0 0 0;
}
.quick li.btn-top a {
	margin: 0 0 10px;
}
.quick li.btn-top a span {
	width: 56px; height: 56px;
	padding: 0; margin: auto;
	background-color: #3e3e3e;
	border-radius: 100%;
	font-size: 1.4rem; line-height: 56px; font-weight: 700; color: #fff;
}
.quick li:nth-child(1) a span {
	background-image: url('../_images/quick_ico01.png');
}
.quick li:nth-child(2) a span {
	background-image: url('../_images/quick_ico02.png');
}
.quick li:nth-child(3) a span {
	background-image: url('../_images/quick_ico03.png');
}
.quick li:nth-child(4) a span {
	background-image: url('../_images/quick_ico04.png');
}
@media (max-width: 1279px) {
	.quick {
		top: auto; bottom: 0; left: 0; right: 0; z-index: 20;
		width: 100%;
		transform: none;
		border-radius: 0;
		border-width: 1px 0 0 0;
		display: flex;
		padding: 5px 0 0 0;
	}
	.quick li {
		flex: 1;
		border: 0 !important;
	}
	.quick li a span {
		padding: 30px 0 0px;
		background-position: center top;
		background-size: 28px auto;
	}
	.quick li.btn-tel {
		margin: 10px 0 0 0;
	}
	.quick li.btn-top {
		margin: 2px 0 0 0;
	}
	.quick li.btn-top a {
		margin: 0;
	}
	.quick li.btn-top a span {
		width: 42px; height: 42px;
		line-height: 42px;
	}
}
@media (max-width: 719px) {
}


.popup-nopay {
	position: fixed; top: 0; left: 0; z-index: 200;
	width: 100%; height: 100%;
	overflow: auto;
	display: none;
}
.popup-nopay.active {
	display: block;
}
.popup-nopay .box {
	position: relative; z-index: 2;
	display: table;
	width: 100%; height: 100%;
}
.popup-nopay .box-inner {
	display: table-cell;
	vertical-align: middle;
}
.popup-nopay .box-inner .cont {
	padding: 40px;
	text-align: center;
}
.popup-nopay .box-inner .cont img {
	position: relative; z-index: 2;	
	max-width: 100%;
}
.popup-nopay .dimmed {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
	background: rgba(0,0,0,.6);
	cursor: pointer;
}
html.expand-nn #wrap { position: relative; }
html.expand-nn { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
html.expand-nn body { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
@media (max-width: 1279px) {
	
}
@media (max-width: 719px) {
	.popup-nopay .box-inner .cont {
		padding: 20px;
	}
}

.popup-nopay2 {
	position: fixed; top: 0; left: 0; z-index: 200;
	width: 100%; height: 100%;
	overflow: auto;
	display: none;
}
.popup-nopay2.active {
	display: block;
}
.popup-nopay2 .box {
	position: relative; z-index: 2;
	display: table;
	width: 100%; height: 100%;
}
.popup-nopay2 .box-inner {
	display: table-cell;
	vertical-align: middle;
}
.popup-nopay2 .box-inner .cont {
	padding: 40px;
	text-align: center;
}
.popup-nopay2 .box-inner .cont img {
	position: relative; z-index: 2;	
	max-width: 100%;
}
.popup-nopay2 .dimmed {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
	background: rgba(0,0,0,.6);
	cursor: pointer;
}
@media (max-width: 719px) {
	.popup-nopay2 .box-inner .cont {
		padding: 20px;
	}
}




/* íŒì—…ì°½ */
.fixo-popup-wrap {
	position: absolute; top:90px; left: 0; z-index: 100;
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 100%;
}
.fixo-popup-wrap.vertical {
	width: 100%; max-width: 1140px;
}
.fixo-popup-wrap.vertical .fixo-popup {
	flex-basis: 50%;
}
.fixo-popup {
	position: relative;
	display: none;
	padding: 0;
	box-sizing: border-box;
}
.fixo-popup.active {
	display: block;
}
.fixo-popup .popup-box {
	display: inline-block;
}
.fixo-popup .img img {
	width: 100%; max-width: 100%;
	vertical-align: top;
}
.fixo-popup.video {
	width: 500px;
}
.fixo-popup.video .popup-box {
	display: block;
}
.fixo-popup.video .img {
	position: relative;
	width: 100%;
	/*padding-bottom: 100%;*/
	padding-bottom: 56.25%;
}
.fixo-popup.video .img iframe, 
.fixo-popup.video .img video {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
}
.fixo-popup .popup-control {
	display: flex;
	justify-content: space-between;
	background: #222;
}
.fixo-popup .popup-control .btn-check {
	margin: 0 0 0 10px;
	font-size: 0; line-height: 30px;
}
.fixo-popup .popup-control .btn-check label {
	cursor: pointer;
}
.fixo-popup .popup-control .btn-check input {
	display: inline-block;
	vertical-align: middle;
	width: 14px; height: 14px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.8);
	border-radius: 0px;
}
.fixo-popup .popup-control .btn-check span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 12px; line-height: 30px; color: #fff;
}
.fixo-popup .popup-control .btn-close {
	margin: 0 10px 0 0;
	font-size: 12px; line-height: 30px; color: #fff;
	cursor: pointer;
}
@media (max-width: 1279px) {
	.fixo-popup-wrap {
		top: 100px; left: 50%; right: auto;
		transform: translateX(-50%);
		display: block;
		padding: 0;
	}
	.fixo-popup-wrap.vertical {
		width: auto;
	}
	.fixo-popup, .fixo-popup.video {
		padding: 0 20px;
		width: 450px;
	}
}
@media (max-width: 719px) {

	.fixo-popup-wrap{
		padding:0 15px;
	}

	.fixo-popup, .fixo-popup.video {
		padding: 0 10px;
		width: 320px;
	}
}

.popup-slide {
	max-width: 500px;
	background-color: #fff;
	overflow: hidden;
	display: none;
}
.popup-slide.active {
	display: block;
}
.popup-slide .slide-wrap {
	position: relative;
}
.popup-slide .slide-wrap img {
	width: 100%;
	vertical-align: top;
}

.popup-slide .btns {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e9e9e9; border-bottom: 0;
	background-color: #f9f9f9;
	text-align: center;
}
.popup-slide .btns li {
	flex-grow: 0; flex-basis: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	padding: 0 5px;
	box-sizing: border-box;
	border: solid #e9e9e9; border-width: 0 1px 1px 0;
	font-size: 1.3rem; line-height: 1.25; color: #a8a8a8;
	cursor: pointer;
}


.popup-slide .btns li.active {
	background: #fff;
	font-weight: 700; color: #111;
}
.popup-slide .btns li:nth-child(n+5) {
	/*border-width: 1px 0 0 1px;*/
}
.popup-slide .btns li:nth-child(4n+4) {
	border-right: 0;
}

.popup-slide .popup-control {
	display: flex;
	justify-content: space-between;
	background: #222;
}
.popup-slide .popup-control .btn-check {
	margin: 0 0 0 10px;
	font-size: 0; line-height: 30px;
}
.popup-slide .popup-control .btn-check label {
	cursor: pointer;
}
.popup-slide .popup-control .btn-check input {
	display: inline-block;
	vertical-align: middle;
	width: 14px; height: 14px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.8);
	border-radius: 0px;
}
.popup-slide .popup-control .btn-check span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 12px; line-height: 30px; color: #fff;
}
.popup-slide .popup-control .btn-close {
	margin: 0 10px 0 0;
	font-size: 12px; line-height: 30px; color: #fff;
	cursor: pointer;
}


</pre></body></html>