@charset "UTF-8";
@import "reset.css";
@import "fonts.css";

/* #0067ac */
/*common*/
.blind {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}

.clear:after {
	content: '';
	display: block;
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.tal {
	text-align: left
}

.row {
	position: relative;
	max-width: 1180px;
	margin: 0 auto
}

.point {
	color: #254771
}

.point2 {}

.blur {
	color: #57585a
}

.blur2 {
	color: #949599
}

.table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%
}

.cell {
	display: table-cell;
	vertical-align: middle
}

.en {
	font-family: 'Poppins'
}

.swiper-pagination-bullets {
	text-align: center
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border: 2px solid transparent;
	background: #cce0ed;
	opacity: 1
}

.swiper-pagination-bullet-active {
	border: 2px solid #2265a9;
	background: none
}

/* gnb */
body.modal-open {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* body.modal-open:before {content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:35} */
.wrap {
	overflow: hidden;
	font-family: 'Poppins', 'Noto Sans KR', '맑은 고딕', 'malgun gothic', '돋움', 'dotum', '굴림', 'gulim';
	font-size: 18px;
	color: #231f20;
	line-height: 1.6;
	letter-spacing: -0.025em;
	overflow-wrap: normal;
	overflow-wrap: break-word
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30
}

.header--sub {
	position: relative;
	border-color: #e9e9e9
}

.header__row {
	padding: 20px
}

.header__row:after {
	content: '';
	display: block;
	clear: both
}

.logo {
	float: left
}

.logo a {
	display: block;
	height: 20px;
	padding: 4px 0
}

.logo a img {
	height: 22px
}

.menu {
	float: right
}

.menu a,
.menu button {
	display: inline-block;
	height: 30px;
	box-sizing: border-box
}

.menu a {
	margin-right: 6px;
	padding: 4px 0
}

.menu button {
	padding: 5px 0
}

.menu a img {
	height: 22px
}

.menu button img {
	height: 20px
}

.submenu {
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	height: 100%;
	background: #fff;
	z-index: 30;
	transform: translateX(100%);
	transition: all .5s cubic-bezier(0.87, 0, 0.13, 1);
	z-index: 101
}

.submenu.active {
	transform: translateX(0%)
}

.submenu-bg {
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 30
}

.submenu-bg.active {
	display: block
}

.submenu__header {
	padding: 20px;
	padding-bottom: 40px;
	background: url(/images/front/ko/mo/bg_snb.jpg) no-repeat center top;
	background-size: cover
}

.submenu__menu img {
	height: 22px
}

.submenu__menu a {
	margin-right: 10px
}

.submenu__desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff
}

.submenu__desc strong {
	text-decoration: underline
}

.submenu__button {
	display: flex;
	margin: 0 -5px;
	text-align: center
}

.submenu__button a {
	flex: 1;
	margin: 0 5px;
	border-radius: 25px;
	background: #fff;
	line-height: 45px;
	font-weight: 500
}

.submenu__button a img {
	position: relative;
	top: 17px;
	width: 7px;
	margin-left: 2px
}

.gnb__title {
	position: relative;
	padding: 20px 25px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 22px;
	font-weight: 500
}

.gnb__title:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background: #231f20
}

.gnb__title:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 34px;
	width: 2px;
	height: 20px;
	margin-top: -10px;
	background: #231f20
}

.gnb__title.active {
	color: #123f6d
}

.gnb__title.active:before {
	background: #123f6d
}

.gnb__title.active:after {
	content: none
}

.snb {
	display: none;
	padding: 15px 0;
	background: #f2f7fb;
	border-bottom: 1px solid #e9e9e9
}

.snb li a {
	display: block;
	padding: 0 25px;
	color: #939598;
	line-height: 40px
}

.snb li.active a {
	color: #0067ac
}

/* search */
.hs__search {
	position: relative
}

.hs__button {
	position: absolute;
	top: 0;
	right: 0
}

.hs__box {
	margin: 15px 0;
	font-size: 20px
}

.hs__boxbutton {
	margin-top: 30px;
	text-align: right
}

.hs__title {
	margin-right: 40px;
	font-weight: bold
}

.hs__keyword a {
	margin-right: 16px;
	color: #57585a
}

.hs__keyword a:hover {
	color: #231f20
}

.ipt-hs {
	display: block;
	width: 100%;
	height: 70px;
	padding: 0 15px;
	padding-right: 100px;
	border: none;
	border-bottom: 2px solid #231f20;
	box-sizing: border-box;
	font-size: 24px
}

.btn-hs {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 70px
}

.btn-hs img {
	height: 26px
}

/* search result */
.result__title {
	font-size: 24px;
	font-weight: bold
}

.result__header {
	padding-bottom: 12px
}

.result__item {
	margin-top: 55px
}

.result__item--bg {
	margin-left: -20px;
	margin-right: -20px;
	padding: 30px 20px;
	background: #fcfcfc
}

.result__category {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

.result__category a {
	flex-basis: 50%;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 10px 0;
	border: 1px solid #e9e9e9;
	color: #949599;
	box-sizing: border-box;
	line-height: 1.4
}

.result__category a.active {
	color: #231f20;
	font-weight: bold
}

.result__category a.active strong {
	color: #254771
}

.btn-searchmore {
	position: relative;
	top: 6px
}

.btn-searchmore .i {
	margin-left: 12px;
	transform-origin: 50% 50%;
	transform: rotate(270deg)
}

.btn-searchmore .i img {
	height: 7px
}

/* common */
.nodata {
	font-size: 16px;
	text-align: center;
	color: #949599
}

.noresult {
	padding-top: 40px;
	border-top: 2px solid #2f1e2e;
	text-align: center
}

.noresult__title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	word-break: keep-all
}

.noresult__icon img {
	height: 80px
}

.noresult__list {
	margin-top: 15px
}

.noresult__list li {
	position: relative;
	padding-left: 10px;
	text-align: left;
	line-height: 1.4
}

.noresult__list li~li {
	margin-top: 10px
}

.noresult__list li span {
	position: absolute;
	top: 0;
	left: 0
}

.title {
	position: relative;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	z-index: 5;
	word-break: keep-all
}

.title__shadow {
	position: absolute;
	top: -44px;
	left: 0;
	font-size: 60px;
	font-weight: bold;
	color: #f0f0f0;
	letter-spacing: -0.05em;
	z-index: -1
}

.title__muted {
	font-weight: 400
}

.comm-desc {
	line-height: 1.65
}

.right-button {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	z-index: 5
}

/* report */
.report-item {
	display: block;
	border: 2px solid #e9e9e9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	word-break: break-all
}

.report-item span {
	display: block
}

.report-item__image {
	position: relative;
	height: 195px
}

.report-item__image img {
	width: 100%;
	object-fit: cover;
	height: 100%
}

.report-item__category {
	display: inline-block !important;
	position: absolute;
	top: -17px;
	left: 20px;
	padding: 0 20px;
	border-radius: 5px;
	background: #123f6d;
	color: #fff;
	line-height: 35px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.report-item__meta {
	font-size: 16px
}

.report-item__category--soon {
	background: #231f20
}

.report-item__category--end {
	background: #d6d6d8
}

.report-item__info {
	position: relative;
	padding: 30px 20px 25px 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.report-item__title {
	display: -webkit-box !important;
	height: 60px;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px
}

.report-item__period {
	font-size: 16px;
	color: #57585a
}

.report-item__period~.report-item__meta {
	margin-top: 15px
}

.report-item__tag {
	height: 30px;
	margin-bottom: 25px;
	color: #939598;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.report-item__tag span {
	display: inline;
	margin-right: 10px
}

.report-item__tag span:last-of-type {
	margin-right: 0
}

.report-item__author {
	color: #57585a;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.report-item__author+.report-item__meta {
	margin-top: 5px
}

.report-item__author+.report-item__meta:before {
	content: none
}

.report-item__title+.report-item__meta:before {
	content: none
}

.report-item__date,
.report-item__read {
	color: #939598
}

.report-item--reverse:hover {
	border-color: transparent;
	border-color: #0067ac;
	box-shadow: 5px 5px 15px rgba(34, 101, 169, 0.15)
}

.report-item--reverse:hover .report-item__info {
	background: #0067ac;
	color: #fff
}

.report-item--reverse:hover .report-item__category {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	background: #0067ac
}

.report-item--reverse:hover .report-item__title {
	color: #fff
}

.report-item--reverse:hover .report-item__tag {
	color: #f2f7fb
}

.report-item--reverse:hover .report-item__author {
	color: #f2f7fb
}

.report-item--reverse:hover .report-item__date {
	color: #f2f7fb
}

.report-item--line:hover {
	border-color: #123f6d
}

.report-item--nocate .report-item__info {
	padding-top: 25px
}

/* footer */
.footer {
	position: relative;
	padding: 60px 20px 100px 20px;
	background: #000204
}

.footer__logo {
	font-size: 0
}

.footer__logo img {
	max-width: 60%
}

.footer-logo-line {width:100%;}
.footer-logo-line .link-btn {margin-top:25px; display:flex; justify-content:flex-start; align-items:center; gap:20px;}
/* .footer-logo-line .link-btn li {} */
.footer-logo-line .link-btn li a {position:relative; display:block; padding-right:36px; border-bottom:1px solid #fff; font-size:16px; color:#fff;}
.footer-logo-line .link-btn li a:after {content:''; position:absolute; top:calc(50% - 5px); right:4px; display:block; width:10px; height:10px; background:url(/images/front/ko/web/btn-footer-link.png) 0 0 no-repeat;}


.footer__menu {
	max-width: 375px;
	margin-top: 25px
}

.footer__menu a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	color: #afafaf;
	line-height: 36px;
	font-weight: 500
}

.footer__menu a:first-child {
	padding-left: 0
}

.footer__menu a.active {
	color: #fff
}

.footer__addr {
	margin-top: 15px;
	color: #afafaf;
	word-break: keep-all
}

.footer__addr span {
	display: block;
	line-height: 32px
}

.footer__copyright {
	margin-top: 10px;
	font-size: 16px;
	color: #57585a
}

.footer__related {
	margin-top: 30px
}

.fix-menu {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 5
}

.fix-menu>li {
	position: relative;
	margin: 10px 0
}

.btn-top {
	overflow: hidden
}

.btn-top img {
	width: 60px
}

.btn-moncelist {
	display: none
}

.btn-moncelist img {
	width: 60px
}

.month {
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 30;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	visibility: hidden;
	opacity: 0;
	text-align: left
}

.month.active {
	visibility: visible;
	opacity: 1
}

.month__header {
	position: relative
}

.month__title {
	padding: 0 20px;
	background: #0067aa;
	font-size: 22px;
	color: #fff;
	line-height: 70px
}

.month__body {
	padding: 25px 20px
}

.month__wrap {
	overflow-y: auto;
	height: 420px;
	padding-right: 20px
}

.month__wrap::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #c2d2de
}

.month__wrap::-webkit-scrollbar-thumb {
	background-color: #183e6b;
	border-radius: 2px;
	background-clip: padding-box
}

.month__wrap::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0
}

.month__wrap::-webkit-scrollbar-corner {
	background-color: transparent
}

.month__subtitle {
	font-weight: 500;
	color: #254771
}

.month__item {
	margin-top: 15px
}

.month__item:first-child {
	margin-top: 0
}

.month__list li {
	margin: 10px 0;
	line-height: 1.6
}

.month__list li a {
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: 16px;
	color: #949599;
	line-height: 1.4
}

.month__list li a::before {
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
	color: inherit
}

.month__list a.active {
	color: #0067aa;
	font-weight: 500
}

.familysite__title {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #666768;
	border-radius: 5px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	box-sizing: border-box;
	text-align: left
}

.familysite__title:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #fff
}

.familysite__title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	width: 2px;
	height: 14px;
	margin-top: -7px;
	background: #fff
}

.footer__sitemap {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 30px 80px;
	background: #333;
	box-sizing: border-box
}

.footer__sitemap.active {
	display: block
}

.fs__logo {
	position: relative;
	text-align: center
}

.fs__logo>img {
	max-width: 58%
}

.fs__menu {
	margin-top: 25px
}

.fs__menu a {
	float: left;
	display: block;
	width: 50%;
	color: #afafaf;
	line-height: 45px
}

.fs__menu a:hover {
	color: #43a2da
}

.btn-sitemapclose {
	position: absolute !important;
	top: 50%;
	right: 0;
	margin-top: -9px;
	opacity: 0.6
}

.btn-sitemapclose img {
	height: 16px
}

/* sub */
.content {}

.content--body {
	padding: 50px 20px 80px;
	word-break: break-all
}

.subvisual {
	height: 240px;
	padding: 0 15px;
	background: url(/images/front/ko/mo/bg_subvisual1.jpg) no-repeat center top;
	background-size: cover
}

.subvisual--2 {
	background-image: url(/images/front/ko/mo/bg_subvisual2.jpg)
}

.subvisual--3 {
	background-image: url(/images/front/ko/mo/bg_subvisual3.jpg)
}

.subvisual--4 {
	background-image: url(/images/front/ko/mo/bg_subvisual4.jpg)
}

.subvisual--5 {
	background-image: url(/images/front/ko/mo/bg_subvisual5.jpg)
}

.subvisual--6 {
	background-image: url(/images/front/ko/mo/bg_subvisual6.jpg)
}

.subvisual__wrap {
	position: relative;
	padding-top: 122px
}

.subvisual__title {
	font-size: 36px;
	font-weight: bold;
	color: #fff
}

/* tab */
.tab {
	margin-top: -15px;
	margin-bottom: 30px;
	text-align: center
}

.tab a {
	display: block;
	position: relative;
	float: left;
	width: 33.33333333%;
	margin-bottom: -1px;
	margin-right: -1px;
	border: 1px solid #e9e9e9;
	font-size: 16px;
	line-height: 50px;
	box-sizing: border-box
}

.tab a.active {
	background: #133a68;
	color: #fff
}

/* search */
.search {
	margin-bottom: 40px;
	text-align: center
}

.search__wrap {
	overflow: hidden;
	position: relative
}

.ipt-search {
	width: 100%;
	height: 56px;
	padding-left: 20px;
	padding-right: 80px;
	border: 2px solid #123f6d;
	border-radius: 28px;
	box-sizing: border-box;
	outline: none
}

.btn-search {
	position: absolute !important;
	top: 0;
	right: 0px;
	width: 56px;
	height: 56px;
	border: none;
	border-radius: 28px;
	background: #123f6d;
	z-index: 1
}

.btn-search img {
	height: 24px
}

.meta {
	margin-bottom: 10px;
	line-height: 40px
}

.meta+.noresult {
	margin-top: 30px
}

.meta__info strong {
	color: #0067aa
}

.meta__type a {
	display: inline-block;
	top: 12px;
	margin-left: 6px;
	color: #939598
}

.meta__type a.active {
	color: #0067ac;
	font-weight: 500
}

input::placeholder {
	color: #939598
}

textarea::placeholder {
	color: #939598
}

/* list */
.list {}

.list:after {
	content: '';
	display: block;
	clear: both
}

.list li~li {
	margin-top: 15px
}

.pager {
	margin-top: 30px;
	text-align: center
}

.pager a {
	display: inline-block;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	color: #636363;
	line-height: 36px
}

.pager a.active {
	font-weight: 500;
	color: #0067ac
}

.pager a[class^='pager__'] {
	margin: 0 2px;
	border: 1px solid #e8e9eb;
	border-radius: 50%;
}

.pager__prev {
	width: 8px;
	height: 13px;
	margin-left: -4px;
	margin-top: -7px;
	background: url(/images/front/ko/mo/icon_prev.png) no-repeat center 50%;
	background-size: 8px 13px
}

.pager__next {
	width: 8px;
	height: 13px;
	margin-left: -4px;
	margin-top: -7px;
	background: url(/images/front/ko/mo/icon_next.png) no-repeat center 50%;
	background-size: 8px 13px
}

/* details */
.details {
	margin: 0 -20px;
	padding-bottom: 50px
}

.details__header {
	position: relative;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #e9e9e9;
	border-top: 2px solid #231f20
}

.details__category {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 18px;
	border: 1px solid #254771;
	border-radius: 20px;
	font-weight: 500;
	color: #254771;
	line-height: 30px
}

.details__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5
}

.details__status {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 6px;
	padding: 4px 8px;
	background: #123f6d;
	font-size: 16px;
	color: #fff;
	font-weight: 400
}

.details__status--end {
	background: #d6d6d8
}

.details__author {
	margin: 10px 0;
	color: #57585a;
	font-size: 16px
}

.details__info {
	font-size: 16px;
	line-height: 38px
}

.details__meta {
	color: #949599
}

.details .dot {
	display: inline-block;
	position: relative;
	top: 14px;
	width: 1px;
	height: 13px;
	margin-right: 6px;
	background: #e9e9e9
}

.details__meta span {
	margin-right: 6px
}

.details__links-button {
	width: 38px;
	height: 38px;
	margin-left: 2px;
	border: 1px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box
}

.details__body {
	border-bottom: 1px solid #231f20
}

.details__content {
	padding: 40px 20px 0 20px
}

.details__video {
	position: relative;
	margin-bottom: 20px;
	padding-top: 60%
}

.details__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.details__tag {
	margin-top: 30px;
	padding: 0 15px;
	color: #949599
}

.details__tag a {
	margin-right: 11px
}

.details__tag a:hover {
	color: #0067ac;
	font-weight: 500
}

.details__survey {
	margin-top: 30px;
	text-align: center
}

.details__attach {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 70px
}

.details__attach-title {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-width: 1px 0;
	background: #fcfcfc
}

.details__attach-file {
	padding: 20px;
	color: #949599
}

.details__attach-file a {
	display: block;
	color: #254771;
	text-decoration: underline;
	line-height: 2;
	text-underline-offset: 4px;
}

.btn-listen {
	background-color: #231f20;
	background-image: url(/images/front/ko/mo/icon/icon_listen.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 18px
}

.btn-listen.playing {
	background-color: #0067ac;
	background-image: url(/images/front/ko/mo/icon/icon_pause2.png);
	background-size: auto 14px
}

.details__lists {
	position: fixed;
	right: 20px;
	bottom: 110px;
	text-align: right;
	z-index: 6
}

/* 2024-04-01 detail slide add */
.detail-card {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}

.detail-card__slide {
	overflow: hidden;
}

.detail-card .swiper-slide {
	text-align: center;
}

.detail-card .swiper-slide.swiper-slide-active.ease-left {
	animation: ease-in-out eases2 .3s forwards;
	animation-delay: 0.1s;
}

.detail-card .swiper-slide.swiper-slide-active.ease-right {
	animation: ease-in-out eases .3s forwards;
	animation-delay: 0.1s;
}

.detail-card__buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: none;
}

.detail-card__buttons .swiper-button-next {
	display: inline-block;
	right: -120px;
	width: 50px;
	height: 100px;
	background: url(/images/front/ko/web/icon_card-next.png) center no-repeat
}

.detail-card__buttons .swiper-button-prev {
	display: inline-block;
	left: -120px;
	width: 50px;
	height: 100px;
	background: url(/images/front/ko/web/icon_card-prev.png) center no-repeat
}

.detail-card__buttons .swiper-button-next.swiper-button-disabled,
.detail-card__buttons .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	display: none
}

.detail-card__pagination {
	margin-top: 30px
}

.detail-card__pagination .swiper-pagination-bullet {
	width: 15px;
	height: 6px;
	transition: all .2s ease-in;
	border-radius: unset;
	border: none;
	background-color: #C2C2C2
}

.detail-card__pagination .swiper-pagination-bullet-active {
	border: none;
	width: 40px;
	height: 6px;
	background-color: #1383C6
}

@keyframes eases {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes eases2 {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

/* comment */
.details__footer {
	padding: 0 20px
}

.btn-good {
	font-size: 16px;
	font-weight: 500
}

.btn-good i {
	top: 16px;
	width: 18px;
	height: 17px;
	background: url(/images/front/ko/mo/icon/icon_good.png) no-repeat center top;
	background-size: cover
}

.btn-good.active {
	background: #123f6d;
	color: #fff
}

.btn-good.active i {
	background: url(/images/front/ko/mo/icon/icon_good_on.png) no-repeat center top;
	background-size: cover
}

.btn-comment i {
	top: 16px;
	width: 17px;
	height: 17px;
	background: url(/images/front/ko/mo/icon/icon_comment.png) no-repeat center top;
	background-size: cover
}

.comment {
	padding-top: 20px
}

.comment__header .btn--medium {
	min-width: 112px;
	line-height: 48px
}

.comment__commentnumber {
	font-weight: 500
}

.comment__wrap {
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #d4d5d7;
	border-radius: 5px
}

.comment__wrap--modify {
	margin-top: 0
}

.ta {
	width: 100%;
	height: 100px;
	padding: 15px;
	border: none;
	outline: none;
	font-family: inherit;
	resize: none;
	box-sizing: border-box;
	font-size: 16px
}

.comment__box {
	padding: 10px 15px;
	border-top: 1px solid #d4d5d7;
	line-height: 35px
}

.comment__textnumber {
	font-size: 14px;
	color: #b8b8bb
}

.comment__list {
	display: none;
	margin-top: 40px;
	border-bottom: 1px solid #231f20
}

.comment__list li {
	padding: 28px 10px 24px 10px;
	border-top: 1px solid #e9e9e9
}

.comment__info {
	font-size: 16px
}

.comment__author {
	color: #949599
}

.comment__content {
	margin-top: 10px
}

.comment__buttons button {
	font-size: 16px;
	color: #949599
}

.comment__buttons button:hover {
	color: #231f20
}

.comment__buttons .dot {
	display: inline-block;
	position: relative;
	top: 7px;
	margin: 0 6px;
	width: 1px;
	height: 13px;
	background: #e9e9e9
}

.comment__button {
	margin-top: 10px;
	text-align: center
}

.btn-commentclose {
	width: 100%;
	border-radius: 5px;
	background: #231f20;
	color: #fff;
	line-height: 60px
}

.btn-commentclose .i {
	top: 27px;
	height: 8px;
	margin-left: 6px;
	transition: all 0.3s ease-out
}

.btn-commentclose .i img {
	height: 8px
}

.btn-commentclose.active .i {
	transform: rotate(180deg)
}

.btn-commentregister {
	display: inline-block;
	width: 65px;
	border-radius: 5px;
	background: #d6d6d8;
	font-size: 14px;
	color: #fff;
	line-height: 35px
}

.btn-commentregister:hover {
	background: #133a68
}

/* releated reports */
.content__related {
	margin: 0 -20px;
	padding: 40px 20px 40px 20px;
	padding-top: 55px;
	padding-bottom: 60px;
	background: #f2f7fb
}

.related__title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500
}

.report-item--related {
	border: none;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.02)
}

.report-item--related .report-item__cat {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #123f6d
}

.report-item--related .report-item__tag {
	margin-top: 10px;
	margin-bottom: 0
}

.report-item--related .report-item__title {
	overflow: hidden;
	height: 70px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 35px;
	text-overflow: ellipsis;
	word-break: keep-all;
	font-weight: 500;
	white-space: normal
}

/* nav */
.content__nav {
	margin: 0 -20px;
	border: 1px solid #e9e9e9;
	border-width: 1px 0
}

.nav {
	display: table;
	table-layout: fixed;
	width: 100%
}

.nav a {
	display: table-cell;
	position: relative;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
	box-sizing: border-box
}

.nav a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	width: 7px;
	height: 13px;
	margin-top: -7px;
	background-repeat: no-repeat;
	background-size: cover
}

.nav a.nav__next:before {
	left: auto;
	right: 40px
}

.nav__prev {
	padding-right: 20px;
	padding-left: 80px
}

.nav__next {
	border-left: 1px solid #e9e9e9;
	padding-right: 80px;
	padding-left: 20px;
	text-align: right
}

.nav__prev:before {
	left: 0;
	width: 7px;
	height: 13px;
	background-image: url(/images/front/ko/mo/icon/icon_navprev.png)
}

.nav__next:before {
	right: 0;
	width: 7px;
	height: 13px;
	background-image: url(/images/front/ko/mo/icon/icon_navnext.png)
}

.nav__category {
	font-size: 16px;
	font-weight: 500
}

.nav__title {
	word-break: keep-all
}

/* button */
.content__button {
	margin-top: 40px;
	text-align: center
}

.content__button button,
.content__button a {
	min-width: 0;
	width: 45%;
	margin: 0 3px
}

.btn {
	display: inline-block;
	position: relative;
	min-width: 120px;
	padding: 0 20px;
	border: 1px solid #e6e7e9;
	border-radius: 25px;
	background: none;
	line-height: 48px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.btn:hover {
	border-color: #123f6d;
	background: #123f6d;
	color: #fff
}

.btn-comment:hover {
	border-color: #e6e7e9;
	background: none;
	color: #2f1e2e
}

.btn-filterview:hover {
	border-color: #e6e7e9;
	background: none;
	color: #2f1e2e
}

.btn--point {
	border-color: #123f6d;
	color: #123f6d
}

.btn--medium {
	min-width: 120px;
	font-size: 16px;
	line-height: 43px
}

.btn--large {
	min-width: 185px;
	padding: 0 15px;
	border-radius: 45px;
	line-height: 58px
}

.btn--fill {
	border-color: #bac8d3;
	background: #bac8d3;
	color: #fff
}

.btn--fill:hover {
	background: #231f20;
	border-color: #231f20
}

.btn--submit {
	background: #0067ac;
	border-color: #0067ac;
	color: #fff
}

.btn--submit:hover {
	background: #231f20;
	border-color: #231f20
}

.btn--success {
	background: #123f6d;
	border-color: #123f6d;
	color: #fff
}

.btn--success:hover {
	background: #231f20;
	border-color: #231f20
}

.btn--noborder {
	border-radius: 5px !important
}

.btn--cancel {
	border-color: #afafaf;
	background: #afafaf;
	color: #fff
}

.btn--cancel:hover {
	border-color: #57585a;
	background: #57585a
}

.btn--modify {
	border-color: #231f20;
	background: #231f20;
	color: #fff
}

.btn--modify:hover {
	border-color: #123f6d;
	background: #123f6d
}

.btn--primary {
	min-width: 186px;
	padding: 0 32px;
	background: #231f20;
	border-color: #231f20;
	line-height: 58px;
	color: #fff
}

.btn-plus {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #e6e7e9;
	border-radius: 50%;
	text-indent: -9999px
}

.btn-plus:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 2px;
	margin-top: -1px;
	margin-left: -11px;
	background: #afafaf
}

.btn-plus:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 22px;
	margin-top: -11px;
	margin-left: -1px;
	background: #afafaf
}

.btn-plus--border {
	border-color: #123f6d
}

.btn-plus--border:before,
.btn-plus--border:after {
	background: #123f6d
}

.slt {
	position: relative;
	min-width: 165px;
	max-width: 165px;
	height: 48px;
	padding-left: 20px;
	padding-right: 40px;
	border: 1px solid #dedede;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/images/front/ko/mo/blit_slt.png) #fff no-repeat;
	background-position: bottom 50% right 15px;
	outline: none
}

select::-ms-expand {
	display: none
}

.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis
}

/* video */
.video__wrap {
	height: 385px;
	margin-bottom: 60px;
	background: url(/images/front/ko/mo/bg_video.jpg) no-repeat center top
}

.video__box {
	position: relative;
	width: 100%;
	height: 100%
}

.video__link {
	position: absolute;
	left: 35px;
	top: 50px;
	width: 420px;
	height: 283px;
	z-index: 1
}

.video__link a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
	text-indent: -9999px
}

.video__link a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	background: url(/images/front/ko/mo/icon_play.png) no-repeat center top;
	background-size: cover
}

.video__info {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 923px;
	height: 324px;
	padding-left: 270px;
	padding-right: 30px;
	background: #fff;
	box-sizing: border-box
}

.video__title {
	overflow: hidden;
	height: 72px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 38px;
	text-overflow: ellipsis;
	font-size: 28px;
	word-break: keep-all;
	font-weight: 500
}

.video__tag {
	margin-top: 20px;
	font-size: 17px;
	color: #2265a9
}

.video__tag span {
	margin-right: 16px
}

.video__meta {
	margin-top: 30px;
	font-size: 16px;
	color: #7f8184
}

.video__author {
	margin-right: 6px;
	color: #57585a
}

.video__meta .dot {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 1px;
	height: 14px;
	margin: 0 6px;
	background: #e9e9e9
}

.report-item--video .report-item__image:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background: url(/images/front/ko/mo/icon_play.png) no-repeat center top;
	background-size: cover
}

.report-item--video:hover .report-item__image:before {
	background: url(/images/front/ko/mo/icon_play_on.png) no-repeat center top;
	background-size: cover
}

/* researchplus */
.research-wrap {
	margin: 0 -20px;
	margin-bottom: 40px;
	padding: 40px 20px 40px 20px;
	background: url(/images/front/ko/mo/bg_search.gif) no-repeat center top;
	background-size: cover
}

.research-month {
	font-size: 20px;
	color: #123f6d;
	font-weight: bold
}

.research-plus__link {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 30px 28px;
	padding-bottom: 85px;
	border-radius: 5px;
	background: url(/images/front/ko/mo/bg_researchplus.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box
}

.research-plus__title {
	font-size: 20px;
	color: #fefeff
}

.research-plus__name {
	position: relative;
	font-family: 'Noto Sans KR';
	font-size: 30px;
	color: #fefeff;
	font-weight: bold;
	line-height: 1.2
}

.research-plus__name img {
	position: absolute;
	bottom: -2px;
	right: 0
}

.research-plus__image {
	margin-top: 28px;
	text-align: center
}

.research-plus__month {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(27, 42, 66, 0.8);
	text-align: center;
	line-height: 62px
}

.research-plus__direct {
	display: inline-block;
	color: #fff;
	font-weight: bold
}

.research-plus__direct .i {
	top: 28px;
	margin-left: 2px
}

.research-plus__direct .i img {
	width: 18px
}

.research-plus__total {
	position: relative;
	margin-bottom: 40px
}

.research-plus__pdf {
	position: absolute;
	top: 60px;
	right: 20px;
	display: block
}

.research {
	border-top: 2px solid #231f20
}

.research__list>li {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9
}

.research__sublist {
	padding: 8px 0
}

.research__sublist li {
	padding: 3px 0
}

.research__sublist li a {
	display: block;
	position: relative;
	font-size: 18px;
	word-break: keep-all;
	overflow-wrap: break-word
}

.research__wrap {
	display: table;
	width: 100%;
	line-height: 30px
}

.research__image,
.research__title {
	display: table-cell;
	vertical-align: middle
}

.research__image {
	overflow: hidden;
	width: 60px;
	border-radius: 5px
}

.research__image img {
	height: 60px
}

.research__title {
	padding-left: 10px;
	font-size: 20px;
	color: #123f6d;
	font-weight: bold
}

.research__wrap.active~.research__sublist {
	display: block
}

/* table */
.tbl-list {
	margin: 0 -20px;
	border-top: 2px solid #231f20
}

.tbl-list li {
	padding: 20px;
	border-bottom: 1px solid #e9e9e9
}

.tbl-list a {
	display: block;
	overflow: hidden;
	height: 56px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 500
}

.tbl-list__cat {
	margin-bottom: 10px
}

.tbl-list__name {
	margin-bottom: 10px;
	font-weight: bold
}

.tbl-list__meta {
	margin-top: 10px;
	color: #949599;
	font-size: 16px
}

.tbl-list__meta .dot {
	display: inline-block;
	position: relative;
	top: 7px;
	width: 1px;
	height: 13px;
	margin: 0 6px;
	background: #e9e9e9
}

.tbl-list__button {
	margin-top: 10px
}

.tbl--private {
	table-layout: fixed;
	width: 100%;
	border-top: 2px solid #000;
	text-align: center;
	border-spacing: 0
}

.tbl--private th:first-child,
.tbl--private td:first-child {
	border-right: 1px solid #e9e9e9
}

.tbl--private tr th {
	background: #fcfcfc
}

.tbl--private tr th,
.tbl--private tr td {
	padding: 25px 20px;
	border-bottom: 1px solid #e9e9e9
}

/* inquiry */
.content__inquiry {
	margin-left: -20px;
	margin-right: -20px
}

.content__inquiry .inquiry__list li {
	padding: 20px
}

.inquiry__notice {
	display: none;
	margin-bottom: 15px;
	text-align: right
}

.dot--require {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #44a2db
}

.inquiry__list {
	border-top: 2px solid #231f20;
	border-bottom: 1px solid #231f20
}

.inquiry__list li {
	position: relative;
	padding: 15px 12px;
	border-top: 1px solid #d4d5d7
}

.inquiry__list li:first-child {
	border-top: none
}

.inquiry__title {
	font-size: 20px;
	font-weight: bold
}

.inquiry__content input,
.inquiry__content textarea {
	margin-top: 10px
}

.inquiry__content .form-group {
	margin-top: 10px
}

.inquiry__content--button button {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -25px
}

.inquiry__file {
	display: inline-block;
	position: relative;
	width: 100%
}

.inquiry__file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 60px;
	opacity: 0;
	cursor: pointer
}

.inquiry__file-notice {
	margin-top: 10px;
	color: #44a2db;
	font-size: 16px
}

.inquiry__file-notice .i {
	top: 6px
}

.inquiry__file-notice .i img {
	height: 13px
}

.inquiry__agree {
	padding: 30px 20px;
	border-bottom: 1px solid #231f20
}

.inquiry__agree-title {
	font-size: 18px;
	font-weight: 500
}

.inquiry__agree-desc {
	overflow-y: auto;
	height: 200px;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #d4d5d7;
	font-size: 16px;
	color: #57585a
}

.inquiry__agree-check {
	margin-top: 20px;
	padding: 0 20px;
	font-weight: bold;
	user-select: none
}

.chk-bg {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: 4px;
	margin-right: 2px;
	background-image: url(/images/front/ko/mo/icon/icon_check.png);
	background-size: cover
}

.chk:checked~.chk-bg {
	background-image: url(/images/front/ko/mo/icon/icon_check_on.png);
	background-size: cover
}

.chk-bg--square {
	position: relative;
	top: -2px;
	width: 20px;
	height: 20px;
	vertical-align: middle
}

.ipt {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #d4d5d7;
	box-sizing: border-box
}

.ipt-ta {
	width: 100%;
	height: 190px;
	padding: 20px;
	border: 1px solid #d4d5d7;
	border-radius: 5px;
	outline: none;
	font-family: inherit;
	resize: none;
	box-sizing: border-box;
	font-size: inherit
}

.ipt--file {
	color: #b8b8bb
}

.btn-file {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	height: 50px;
	border-radius: 0 5px 5px 0;
	background: #264772;
	color: #ffffff;
	font-size: 16px
}

/* layer */
.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;
	visibility: hidden;
	opacity: 0
}

.layer.active {
	visibility: visible;
	opacity: 1
}

.layer__wrap {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%)
}

.layer.active .layer__wrap {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.layer__header {
	position: relative
}

.layer__title {
	padding: 0 25px;
	background: #0067aa;
	font-size: 22px;
	color: #fff;
	line-height: 70px
}

.layer__body {
	padding: 30px 25px;
	padding-bottom: 50px
}

.layer__password li {
	margin-top: 20px
}

.layer__password li:first-child {
	margin-top: 0
}

.layer__password-title {
	font-weight: 500
}

.layer__password-input {
	margin-top: 10px
}

.layer__button {
	margin-top: 30px;
	text-align: center
}

.layer__button button {
	margin: 0 8px
}

.layer-close {
	position: absolute !important;
	top: 50%;
	right: 17px;
	width: 22px;
	height: 22px;
	margin-top: -11px
}

.layer-close:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	background: url(/images/front/ko/mo/icon/icon_layerclose.png) no-repeat 50% 50%;
	background-size: 16px auto
}

.ipt-password {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	box-sizing: border-box
}

/* content */
.ceo__image {
	margin-bottom: 35px;
	margin-left: -20px;
	margin-right: -20px
}

.ceo__image img {
	width: 100%
}

.ceo__desc {
	word-break: keep-all
}

.ceo__sign {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #e9e9e9;
	color: #939598;
	line-height: 30px
}

.ceo__sign strong {
	margin-left: 6px;
	font-size: 30px;
	color: #231f20;
	font-family: '궁서', '궁서체';
	letter-spacing: -2px
}

.value__wrap img {
	width: 100%
}

.content--people {
	padding-bottom: 0
}

.people__inner {
	margin: 0 -20px;
	padding-top: 40px;
	padding-bottom: 80px;
	background: url(/images/front/ko/mo/bg_people.jpg) no-repeat center top;
	background-size: cover
}

.people__inner .tbl-wrap {
	background: #fff
}

.people__inner .tbl-list {
	margin: 0
}

.people__wrap {
	position: relative;
	text-align: center;
	opacity: 1;
}

.people__wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 1px;
	bottom: 38px;
	width: 1px;
	margin-left: -1px;
	background: #e9e9e9;
	z-index: -1
}

.people__top {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: url(/images/front/ko/mo/bg_people.png) no-repeat center 50%;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 150px
}

.people__notice {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #939598;
	text-align: center;
	font-size: 16px
}

.people-box {
	position: relative;
	margin: 30px 0;
	text-align: center
}

.people-box.f:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 49.5%;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	z-index: -1
}

.people-box.fr:before {
	width: 50%;
	left: auto;
	right: 0
}

.people-box.fr-diff:before {
	width: calc(50% - 52px);
	left: 50%;
	top: -15px;
}

.people-box.fr-nuff:before {
	width: 35%;
	top: -14px;
	left: 50%;
}



.people-box.fl:before {
	width: 50%
}

.people-box--flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.people-box--flex.flex-diff::before {
	display: inline-block;
	position: absolute;
	background: #e9e9e9;
	content: "";
	width: 70%;
	height: 1px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

/* 0703 수정*/
.people-name {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 90px;
	padding: 0;
	width: 105px;
	height: 65px;
	background: #123f6d;
	color: #fff;
	box-sizing: border-box;
	z-index: 1;
}

.people-name.ab {
	position: absolute;
	top: 0;
	right: 0
}

.people-name.ab::before {
	display: inline-block;
	position: absolute;
	background: #e9e9e9;
	content: "";
	width: 1px;
	height: 15px;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);

}

.people-link {
	position: relative;
	display: inline-block;
	min-width: 110px;
	max-width: 140px;
	padding: 13px 18px;
	border: 2px solid #118a89;
	background: #fff;
	color: #118a89;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: left;
	min-width: 30%;
	z-index: 1
}

.people-link.fr-diff::before {
	display: inline-block;
	position: absolute;
	background: #e9e9e9;
	content: "";
	width: 1px;
	height: 121px;
    top: -123px;
	left: 50%;
	transform: translateX(-50%);
}

.people-link.flex-item::before {
	display: inline-block;
	position: absolute;
	background: #e9e9e9;
	content: "";
	width: 1px;
	height: 20px;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}



.people-link.active {
	background: #118a89;
	color: #fff
}

.people-link img {
	position: relative;
	top: 3px;
	height: 18px;
	margin-left: 2px;
}

.people__info {
	padding: 0 20px;
	text-align: center
}

.people__info-title {
	font-size: 30px;
	font-weight: bold
}

.people__info-desc {
	padding: 15px 0;
	color: #57585a;
	word-break: keep-all
}

.people__info-desc br {
	display: none
}

.people-info__name {
	line-height: 32px
}

.people-info__name strong {
	margin-right: 6px;
	font-size: 20px
}

.people-info__tel {
	margin: 5px 0;
	color: #57585a
}

.people-info__mail {
	margin: 5px 0;
	color: #0067ac;
	text-decoration: underline
}

.people-info__job strong {
	display: inline-block;
	margin-right: 5px
}

.contact__map {
	position: relative;
	margin: 0 -20px;
	padding-top: 62%
}

.contact__map #map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.contact__title {
	margin-top: 35px;
	font-size: 24px;
	font-weight: 500
}

.contact__title small {
	display: block;
	font-size: 18px;
	color: #007bc3
}

.contact__list {
	margin: 0 -20px;
	margin-top: 20px;
	border-top: 1px solid #231f20
}

.contact__list li {
	padding: 25px 20px;
	border-bottom: 1px solid #e9e9e9;
	color: #58585a
}

.contact__list li strong {
	display: block;
	margin-bottom: 2px;
	color: #231f20
}

.contact__list li .i {
	margin-right: 2px;
	top: 4px
}

.introduce__wrap {
	margin: 0 -20px;
	margin-bottom: -50px;
	padding: 50px 20px 90px 20px;
	background: url(/images/front/ko/mo/bg_history.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	word-break: keep-all
}

.introduce__title {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold
}

.introduce__title small {
	display: block;
	font-size: 20px;
	font-weight: 400
}

.introduce__title .i,
.introduce__title .i img {
	height: 25px
}

.history {
	background: #fff
}

.history__item {
	position: relative;
	padding: 15px 15px 15px 115px;
	border-bottom: 1px solid #e9e9e9
}

.history__title {
	position: absolute;
	top: 16px;
	left: 20px;
	font-size: 30px;
	font-weight: 500;
	color: #0067ac
}

.history__list li {
	position: relative;
	padding-left: 35px;
	margin: 12px 0
}

.history__list li strong {
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 22px;
	font-family: 'Noto Sans KR'
}

.history__list li span {
	line-height: 1.4;
	word-break: keep-all
}

.history__list li span p~p {
	margin-top: 8px
}

.btn-download .i {
	top: 14px;
	margin-left: 6px
}

.private__select {
	position: relative;
	margin-bottom: 15px
}

.private__select .slt {
	width: 100%;
	background: transparent;
	text-indent: -999em
}

.private__select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 26px;
	height: 15px;
	background-image: url(../../images/icon/icon_c.png);
	transform: translateY(-50%);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center
}

.private__option {
	position: absolute;
	top: 0;
	right: 40px;
	width: 125px;
	z-index: -1
}

.share {
	display: none;
	position: absolute;
	top: 50px;
	right: -125%;
	width: 260px;
	height: 65px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 10
}

.share__wrap {}

.btn-sharesub {
	float: left;
	width: 65px;
	height: 65px;
	border-right: 1px solid #ccc;
	font-size: 14px;
	text-indent: 0
}

.btn-sharesub:last-of-type {
	border-right: 0 none
}

.btn-share__icon {
	display: block;
	width: 27px;
	height: 24px;
	margin: 0 auto 3px;
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover
}

.btn-share__icon--kt {
	background-image: url(/images/front/ko/mo/icon_share_kakao.png)
}

.btn-share__icon--fb {
	background-image: url(/images/front/ko/mo/icon_share_facebook.png)
}

.btn-share__icon--tw {
	background-image: url(/images/front/ko/mo/icon_share_twitter.png)
}

.btn-share__icon--mail {
	background-image: url(/images/front/ko/mo/icon_share_mail.png)
}

/* fileter */
.filter {
	display: none;
	position: relative;
	margin: 0 -20px;
	padding: 30px 20px;
	background: #fcfcfc
}

.filter__item {
	margin: 10px 0;
	line-height: 40px
}

.filter__title {
	font-size: 20px;
	font-weight: bold
}

.filter__content>span {
	display: inline-block;
	width: 32%
}

.filter__button {
	font-size: 0
}

.filter__datebox {
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9
}

.filter__datebox .i {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 20px;
	margin-top: -6px
}

.filter__datebox .i img {
	height: 14px
}

.filter__date {
	display: flex;
	margin-top: 10px
}

.filter__date .dot {
	width: 30px;
	text-align: center;
	line-height: 50px
}

.filter__date>* {
	flex-grow: 1
}

.filter__button {
	position: relative;
	border: 1px solid #e9e9e9
}

.filter__button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #e9e9e9;
	transform: translateY(-50%)
}

.fileter__button-inner {
	background: #fff
}

.fileter__button-inner::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #e9e9e9;
	transform: translateX(-50%)
}

.btn-filter {
	display: block;
	float: left;
	width: 50%;
	background: #fff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box
}

.btn-filter.active {
	border-color: #123f6d;
	background: #123f6d;
	color: #fff
}

.btn-filter:nth-child(2n+2) {
	border-left: none
}

.btn-filter:nth-child(n+3) {
	border-top: none
}

.ipt-date {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 18px;
	padding-right: 50px;
	border: 0 none;
	background: transparent;
	box-sizing: border-box;
	z-index: 1
}

.btn-reset {
	position: absolute;
	top: 25px;
	right: 20px;
	line-height: 16px
}

.btn-reset:hover {
	color: #123f6d
}

.btn-reset:hover .i--reset {
	background-position: -417px -10px
}

.btn-filterview .i {
	top: 20px;
	height: 7px;
	margin-left: 6px
}

.btn-filterview .i img {
	height: 7px;
	transition: all .3s ease-out
}

.btn-filterview.active .i img {
	transform: rotate(180deg)
}

/* member */
.form-input {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	color: inherit;
	background-color: #fff;
	border: 1px solid transparent;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: border-color .3s ease-out;
	transition: boder-color .3s ease-out
}

.form-input::placeholder {
	color: #bcbcbc
}

.form-input:focus::placeholder {
	color: #000
}

.form-input:focus {
	border-color: #0067aa
}

.form-guide {
	color: #57585a;
	font-size: 16px
}

.form-btn {
	margin-top: 40px
}

.form-btn--fit {
	margin-top: 20px
}

.form-label strong {
	font-weight: 500
}

.btn-wrap>.left {
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box
}

.btn-wrap>.right {
	width: 50%;
	padding-left: 5px;
	box-sizing: border-box
}

/* member common */
.content--member {
	padding: 0;
	background: #f2f7fb;
	word-break: keep-all
}

.member__header,
.member__footer,
.member__logo,
.member__join-step {
	text-align: center
}

.member__header {
	position: relative;
	height: 70px;
	border-bottom: 1px solid #bac8d3
}

.link-back {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(/images/front/ko/mo/btn-back.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 20px;
	text-indent: -9999em
}

.member__title {
	font-size: 22px;
	line-height: 70px;
	font-weight: bold
}

.member__wrap {
	max-width: 535px;
	margin: 0 auto;
	padding: 0 20px
}

.member__body {
	margin-bottom: 60px
}

.member__logo {
	margin-top: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bac8d3
}

.member__logo a {
	display: inline-block;
	width: 213px;
	height: 26px;
	background-image: url(/images/front/ko/mo/img_member-logo.png);
	background-size: contain;
	text-indent: -999em
}

.member__logo--login {
	border-bottom: 0 none
}

.member__logo--join {
	padding-bottom: 0;
	border-bottom: 0 none
}

.member__join-step {
	margin-top: 20px
}

.member__menu {
	margin-top: 0;
	padding-top: 40px;
	text-align: center;
	box-sizing: border-box
}

.member__menu li {
	position: relative;
	display: inline-block;
	padding: 0 8px
}

.member__menu li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -3px;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background: #e3e9ee
}

.member__menu li:last-child::after {
	display: none
}

.member__menu li a {
	display: block
}

.member__footer-inner {
	padding: 40px 0 77px;
	border-top: 1px solid #bac8d3
}

.member__menu--bottom {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	border-top: 0 none
}

.member__menu--bottom li {
	display: block;
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	box-sizing: border-box
}

.member__menu--bottom li:nth-of-type(2n-1) {
	width: 40%
}

.member__menu--bottom li:nth-of-type(2n) {
	width: 60%
}

.member__menu--bottom li:last-child {
	margin-right: 0
}

.member__menu--bottom li::after {
	display: none
}

.member__menu--bottom li a {
	display: block;
	color: #a4a7aa;
	font-size: 16px;
	letter-spacing: -0.045em
}

.member__menu--bottom li a strong {
	color: #000;
	font-weight: 400
}

.member__copyright {
	color: #a4a7aa;
	font-size: 14px
}

.member__form {
	margin-top: 40px
}

.i-mem-spr {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center
}

.checkbox {
	padding: 20px 0;
	box-sizing: border-box
}

.btn-member {
	display: inline-block;
	width: 100%;
	padding: 0 6px;
	background: transparent;
	border: 0 none;
	border-radius: 5px;
	background: #0067aa;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	line-height: 65px;
	letter-spacing: -0.8px
}

.btn-member:hover {
	background: #231f20
}

.btn-member--muted {
	border: 0 none;
	color: #fff;
	background: #bac8d3
}

.btn-member--muted:hover {
	background: #57585a
}

/* login */
.member__form--login {
	margin-top: 0
}

.form-group--login {
	position: relative
}

.form-group--login~.form-group--login {
	margin-top: 10px
}

.form-group--login .i-mem-spr {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 22px;
	width: 16px
}

.form-group--login-id .i-mem-spr {
	background-image: url(/images/front/ko/mo/icon-focusout-id.png);
	background-size: 16px 20px
}

.form-input--id,
.form-input--pw {
	margin: 0
}

.form-input--id:focus~.i-mem-spr {
	background-image: url(/images/front/ko/mo/icon-focus-id.png);
	background-size: 16px 20px
}

.form-group--login-pw .i-mem-spr {
	background-image: url(/images/front/ko/mo/icon-focusout-pw.png);
	background-size: 16px 22px
}

.form-input--pw:focus~.i-mem-spr {
	background-image: url(/images/front/ko/mo/icon-focus-pw.png);
	background-size: 16px 22px
}

.checkbox--login {
	padding-bottom: 0;
	color: #57585a
}

.i-mem-save {
	width: 18px;
	height: 18px;
	margin-top: 6px;
	margin-right: 8px;
	background-image: url(/images/front/ko/mo/icon-save-uncheck.png);
	background-size: 18px
}

.chk:checked~.i-mem-save {
	background-image: url(/images/front/ko/mo/icon-save-check_mo.png);
	background-size: 18px
}

/* join */
.member__join-step li {
	position: relative;
	float: left;
	width: 33.3333%
}

.member__join-step li a {
	display: block;
	padding: 15px 0;
	color: #939598
}

.member__join-step li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #ccddec
}

.member__join-step li.active a {
	color: #133a68;
	font-weight: bold
}

.member__join-step li.active::before {
	height: 3px;
	background: #133a68
}

.member__form--join {
	margin-top: 0
}

.checkbox--agree {
	padding: 25px 0;
	color: #000;
	border-bottom: 1px solid #231f20;
	font-weight: 500
}

.checkbox--agree-all {
	padding: 35px 0
}

.checkbox--agree-rule {
	position: relative;
	border-bottom-color: #bac8d3
}

.checkbox--agree-private {
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #231f20;
	border-bottom-color: #bac8d3
}

.checkbox__text {
	display: inline-block;
	width: calc(100% - 40px)
}

.form-chk--agree-all {
	font-weight: bold
}

.form-chk--agree strong {
	color: #44a2db;
	font-weight: 500
}

.rule-body {
	margin-top: 20px;
	padding: 20px 10px 20px 24px;
	background-color: #fff
}

.rule-body--muted {
	background-color: #f2f7fb
}

.rule-body.active {
	display: block
}

.rule-body__wrap {
	overflow-y: auto;
	height: 152px;
	padding-right: 24px
}

.rule-body__wrap::-webkit-scrollbar {
	width: 5px;
	border-radius: 2px;
	background: #c2d2de
}

.rule-body__wrap::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0
}

.rule-body__wrap::-webkit-scrollbar-corner {
	background: transparent
}

.rule-body__wrap::-webkit-scrollbar-thumb {
	background: #1e436f;
	border-radius: 2px;
	background-clip: padding-box
}

.rule-text {
	font-size: 16px;
	font-weight: 400
}

.rule-text strong {
	color: #000;
	font-weight: 500
}

.form-group--agree {
	position: relative
}

.i-mem-check {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-right: 5px;
	background-image: url(/images/front/ko/mo/icon/icon_check.png);
	background-size: cover
}

.chk:checked~.i-mem-check {
	background-image: url(/images/front/ko/mo/icon/icon_check_on.png);
	background-size: cover
}

.form-chk--agree .i-mem-check {
	margin-top: 5px
}

.checkbox--agree .i-mem-direct {
	position: absolute;
	top: 30px;
	right: 0;
	width: 34px;
	height: 20px;
	background-image: url(/images/front/ko/mo/icon-down.png);
	background-size: 16px 9px;
	transform: rotate(0deg);
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out
}

.checkbox--agree .i-mem-direct.active {
	transform: rotate(180deg)
}

.form-group~.form-group {
	margin-top: 30px
}

.form-group label {
	color: #000;
	font-weight: bold
}

.must-star {
	color: #0062a7
}

.form-group .form-chk--email {
	display: inline-block;
	font-size: 16px;
	font-weight: 500
}

.form-input-wrap {
	margin-top: 17px;
	margin-bottom: 13px
}

.form-input--check {
	display: inline-block;
	margin: 0;
	width: calc(100% - 110px)
}

.form-input--join {
	margin-top: 17px;
	margin-bottom: 13px
}

.btn-member--checkid {
	display: inline-block;
	width: 110px;
	line-height: 60px;
	border-radius: 0;
	font-size: inherit
}

.checkbox--email {
	margin-top: 16px;
	padding: 0
}

.checkbox--newsletter {
	margin-top: 17px;
	margin-bottom: 13px;
	padding: 0;
	color: inherit
}

.form-title {
	padding: 30px 0;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #231f20
}

.form-group--radio {
	margin-top: 20px
}

.form-group--radio__title {
	color: #000;
	font-weight: bold
}

.radio-select {
	color: #818284;
	font-weight: 400
}

.join-radio {
	margin-right: 30px
}

.i-mem-radio {
	width: 17px;
	height: 17px;
	margin-top: 6px;
	background-image: url(/images/front/ko/mo/icon-radio_uncheck.png);
	background-size: 17px
}

.chk:checked~.i-mem-radio {
	background-image: url(/images/front/ko/mo/icon-radio_check.png);
	background-size: 17px
}

.chk:checked~.radio-select {
	color: #231f20
}

.form-guide--join {
	display: none;
	margin-top: 15px;
	padding: 0;
	color: inherit
}

.form-guide--join strong {
	color: #0062a7;
	font-weight: 400
}

.form-guide--join.active {
	display: block
}

.form-group--num {
	display: none
}

.form-group--num.active {
	display: block
}

.form-group--corp-mail {
	display: none
}

.form-group--corp-mail.active {
	display: block
}

.join-success {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold
}

.btn-wrap--join {
	margin-top: 35px
}

/* find id result */
.member__info {
	margin-top: 35px;
	text-align: center
}

.member__slogan {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500
}

.member__desc {
	color: #504f50;
	font-size: 16px;
	font-weight: 400
}

.member__find-result {
	font-size: 20px;
	font-weight: 500
}

.member__find-result strong {
	color: #0779c3;
	font-weight: 500
}

.btn-wrap--find-id {
	margin-top: 35px
}

.form-guide--pw-change {
	padding-top: 16px;
	padding-bottom: 20px
}

/* data picker */
#ui-datepicker-div {
	overflow: hidden;
	padding: 0;
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	background: #fff;
	font-family: 'Poppins', 'Noto Sans KR';
	z-index: 30
}

.ui-datepicker .ui-datepicker-header {
	background: #0067aa;
	text-align: center;
	line-height: 40px
}

.ui-datepicker .ui-datepicker-title {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -5px;
	background: url(/images/front/ko/mo/sprite_common.png) no-repeat;
	cursor: pointer
}

.ui-datepicker .ui-datepicker-prev {
	left: 80px;
	background-position: -264px -204px
}

.ui-datepicker .ui-datepicker-next {
	right: 80px;
	background-position: -264px -231px
}

.ui-datepicker table {
	width: 90%;
	margin: 5px auto;
	text-align: center
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center
}

.ui-state-active {
	border-radius: 50%;
	background: #123f6d;
	color: #fff
}

.ui-state-disabled {
	color: #d6d6d8
}

/* sitemap */
.sitemap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/front/ko/mo/bg_sitemap.jpg) no-repeat center top;
	background-size: cover;
	z-index: 40
}

.sitemap.active {
	display: block
}

.sitemap__item {
	float: left;
	width: 16.66666666%
}

.sitemap__title {
	position: relative;
	padding-bottom: 22px;
	border-bottom: 1px solid #376899;
	font-size: 30px;
	color: #fff;
	font-weight: bold
}

.sitemap__title:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 26px;
	height: 2px;
	background: #43a2da;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.sitemap__menu {
	margin-top: 70px
}

.sitemap__list {
	margin-top: 20px
}

.sitemap__list li a {
	color: #abc7df;
	line-height: 45px
}

.sitemap__item:hover .sitemap__title {
	color: #8dd7f7
}

.sitemap__item:hover .sitemap__title:before {
	width: 80%
}

.sitemap__list li:hover a {
	font-weight: bold;
	color: #8dd7f7
}

/* icons */
.i {
	display: inline-block;
	position: relative;
	vertical-align: top
}

.ir {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	box-sizing: border-box
}

.btn-cardlist {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/front/ko/mo/icon/icon_thumb.png) no-repeat center 50%;
	background-size: cover
}

.btn-cardlist.active {
	background-image: url(/images/front/ko/mo/icon/icon_thumb_on.png)
}

.btn-typelist {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/front/ko/mo/icon/icon_list.png) no-repeat center 50%;
	background-size: cover
}

.btn-typelist.active {
	background-image: url(/images/front/ko/mo/icon/icon_list_on.png)
}

.btn-share {
	text-indent: 0;
	background: url(/images/front/ko/mo/icon/icon_share.png) no-repeat 50% 50%;
	background-size: auto 18px
}

.btn-share.active {
	background-color: #123f6d
}

.btn-share.active {
	background-image: url(/images/front/ko/mo/icon/icon_share_w.png);
	background-repeat: no-repeat;
	background-size: auto 18px
}

.btn-share.active .share {
	display: block
}

.btn-copy {
	background: url(/images/front/ko/mo/icon/icon_copy.png) no-repeat 50% 50%;
	background-size: auto 15px
}

/* alio */
.content__alio .tbl-list a {
	height: 30px;
	-webkit-line-clamp: 1
}

.noresult--card {
	margin-top: 0 !important;
	padding: 20px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

/* map */
.contact__map {
	position: relative;
	overflow: hidden
}

.radius_border {
	border: 1px solid #919191;
	border-radius: 5px
}

.custom_typecontrol {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	width: 130px;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-size: 12px;
	font-family: 'Malgun Gothic', '맑은 고딕', sans-serif
}

.custom_typecontrol span {
	display: block;
	width: 65px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer
}

.custom_typecontrol .btn {
	background: #fff;
	background: linear-gradient(#fff, #e6e6e6)
}

.custom_typecontrol .btn:hover {
	background: #f5f5f5;
	background: linear-gradient(#f5f5f5, #e3e3e3)
}

.custom_typecontrol .btn:active {
	background: #e6e6e6;
	background: linear-gradient(#e6e6e6, #fff)
}

.custom_typecontrol .selected_btn {
	color: #fff;
	background: #425470;
	background: linear-gradient(#425470, #5b6d8a)
}

.custom_typecontrol .selected_btn:hover {
	color: #fff
}

.custom_zoomcontrol {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 36px;
	height: 80px;
	overflow: hidden;
	z-index: 1;
	background-color: #f5f5f5
}

.custom_zoomcontrol span {
	display: block;
	width: 36px;
	height: 40px;
	text-align: center;
	cursor: pointer
}

.custom_zoomcontrol span img {
	width: 15px;
	height: 15px;
	padding: 12px 0;
	border: none
}

.custom_zoomcontrol span:first-child {
	border-bottom: 1px solid #bfbfbf
}

@media screen and (max-width:550px) {
	.people-link {
		max-width: 110px;
		padding: 13px 6px;
		font-size: 18px
	}

	.people-link.fr-diff::before {
		height: 121px;
        top: -123px;
	}

	.people-link img {
		top: 4px;
	}
}