/* 기본 설정 */

html, body {
	padding: 0;
	margin: 0;
	top: 0;
	width: 100% !important;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	font-family: NanumBarunGothic, 'Helvetica Neue', Helvetica, Arial, 'Apple SD Gothic Neo', '애플 SD 고딕 Neo', NanumGothic, '돋움', Dotum, sans-serif;
	font-size: 100%;
	background-color: #fff;
	position: relative;
	min-width: 320px;
	overflow-x: hidden;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: none;
}

input, select, textarea {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

table, table tr, table tr td, td {
	padding: 0;
	margin: 0;
	border: none;
}

table tr td {
	padding: 10px;
}

iframe {
	padding: 0;
	margin: 0;
}

* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img.alignright 	{ float:right; margin:0 0 1em 1em; }
img.alignleft 	{ float:left; margin:0 1em 1em 0;}
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

::selection {
  background-color: #fff;
}

::-webkit-input-placeholder { color: rgba(70, 70, 70, 0.75); }
::-moz-placeholder 					{ color: rgba(70, 70, 70, 0.75); }
:-ms-input-placeholder			{ color: rgba(70, 70, 70, 0.75); }
:-moz-placeholder						{ color: rgba(70, 70, 70, 0.75); }


.overflow-visible { overflow: visible; }
.overflow-hidden  { overflow: hidden !important;  }

.clear-both {
	clear: both;
}

.horizontal-center {
  margin: 0 auto;
}

.width-980 {
  width :auto;
  max-width: 980px;
}

#container {
	padding-top: 167px;
}

.home #container {
	padding-top: 0;
}

/*
.scroll #container {
	padding-top: 166px;
}
*/


/* 상단 설정 */

#navigation {
  width: 100%;
  min-width: 320px;
	height: 127px;
  padding: 25px 0 15px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;

	transition: background-color 0.6s 0.4s;
}

.single #navigation,
.scroll #navigation {
	top: -96px;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

#navigation-body {
  position: relative;
}

#menu {
	transition: margin 0.2s;
}

#menu:after {
  content: '';
  display: block;
  clear: both;
}

#menu > li {
  width: auto;
  height: 106.25%;
  margin: 86px 25px 0;
  float: right;
  display: table-cell;
  position: relative;
  text-align: center;
  font-family: NanumSquare, sans-serif;
	font-weight: 700;
}

#menu > li:first-child { margin-right: 0; }
#menu > li:last-child  { margin-left: 0; margin-top: 0;}

#menu > li.logo {
  float: left;
  font-size: 125%;
  /*font-family: 'Helvetica Neue', Helvetica, Arial, 'Apple SD Gothic Neo', '애플 SD 고딕 Neo', sans-serif;*/
  text-align: left;
}

#menu > li.logo > a {
	/*font-weight: 200 !important;*/
	color: #000 !important;
	font-family: NanumSquareLight, sans-serif;
}

#menu > li.logo > a > span {
  font-size: 79.6875%;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 2px solid #000;
  display: inline-block;
  font-family: NanumSquare, sans-serif;
}

body.single #menu > li.logo a,
body.scroll #menu > li.logo a {
	visibility: hidden;
}

body.single #menu > li.logo > a > span,
body.scroll #menu > li.logo > a > span {
	display: block;
	width: 100%;
	height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -48px;
	left: 0;
	z-index: 99;
	visibility: visible;
	font-size: 0;
	border: none;
	padding: 0;
}

/*body.single #menu > li.logo a::after,
body.scroll #menu > li.logo a::after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -12px;
	left: 0;
	z-index: 99;
	visibility: visible;
}*/

#menu > li > a {
  display: block;
  padding: 10px 0;
	color: #404040;
	transition: color 0.2s;
}

#menu > li > a:hover {
	color: #000;
}

#menu > li:not(.logo).hover::after {
  content:'';
  position: absolute;
  top: 28px;
  left: calc(50% - 5px);
  border: 5px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 1;
}

#menu a {
  display: inline-block;
}

#menu > li.current_page_item > a {
	/*font-weight: 700;*/
	font-family: NanumSquareLight, sans-serif;
}

.sub-menu {
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  position: absolute;
  top: 38px;
  left: calc(50% - 80px);
  width: 156px;
  z-index: 2;
  font-size: 90%;
  box-shadow: 10px 12px 0 rgba(0, 0, 0, 0.16);
}

.sub-menu li {
  display: block;
  line-height: 1.5em;
	padding: 12px 15px;
  border-bottom: 1px solid #D5D5D5;
  text-align: left;
  display: block;
  color: #404040;
  font-family: NanumSquare, sans-serif;

  transition: color 0.2s, background-color 0.2s;
}

.sub-menu li:hover {
  background-color: #fff;
}

.sub-menu li:last-child a {
  border: none;
}

#menu > li.hover .sub-menu {
  display: block;
}


/* 페이지 바로가기 설정 */

#page-header {
	font-family: NanumSquareLight, sans-serif;
	padding: 60px 0;
	color: #fff;
	font-size: 137.5%;
	line-height: 1.75em;
	background-position: center;
	background-size: cover;
}

#page-header h2 {
	font-size: 145.4545%;
	font-family: NanumSquareLight, sans-serif;
	margin-bottom: 25px;
}

#slogan {
	margin-bottom: 8px;
}

#slogan a {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#page-header small {
	font-size: 63.6363%;
	line-height: 1.85em;
	display: inline-block;
	margin-top: 20px;
}


/* 슬라이드 설정 */

.swiper-container {
  width: 100vw;
  height: 56.25vw;
  min-height: 600px;
  max-height: 720px;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-content-wrapper {
  position: relative;
}

.slide-content {
  position: absolute;
  top: 140px;
  left: 0;
  padding: 25px 25px 35px;
  width: 185px;
	min-height: 210px;
  color: #fff;
  font-size: 112.5%;
  line-height: 1.75em;
  font-family: NanumSquare, sans-serif;
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;

  transition: top 0.6s 0.6s, opacity 0.6s 0.8s;
}

.swiper-slide-active .slide-content {
  top: 210px;
  opacity: 1;
}

.slide-content small {
  font-size: 77.7778%;
	font-family: NanumBarunGothicLight, sans-serif;
  line-height: 1.75em;
  padding: 7px 0 18px;
  display: inline-block;
  /*font-family: 'Helvetica Neue', Helvetica, Arial, 'Apple SD Gothic Neo', '애플 SD 고딕 Neo', sans-serif;*/
}

.slide-content a {
  font-size: 66.6667%;
  font-family: NanumBarunGothicBold, sans-serif;
  display: inline-block;
  line-height: 1.25em;
	margin-top: 10px;
}

.slide-content a i {
	font-size: 125%;
}

.swiper-pagination-container {
  z-index: 10;
  top: 190px;
  position: absolute;
  width: 100%;
}

span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
  float: left;
  display: inline-block;
  background-color: transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18) inset;
  opacity: 1;
}

span.swiper-pagination-bullet-active {
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
}


/* 섹션 공통 */

.section .offset-top {
  display: block;
	width: 100%;
	top: -70px;
	position: absolute;
  visibility: hidden;
}

.section {
	color: #272727;
	padding: 60px 0 50px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section.padding-top-0 		{ padding-top: 		10px !important; }
.section.padding-bottom-0 { padding-bottom: 10px !important; }

.section.small-unit {
	padding: 0 0 30px;
}

.small-unit .section-body {
	padding: 30px 0 0px;
	min-height: auto;
}

.small-unit.border-top .section-body {
	padding-top: 50px;
}

.bg-white { background-color: #ffffff; }
.bg-gray 	{ background-color: #F2F2F2; }

.align-left  { text-align: left;  }
.align-right { text-align: right; }

.section-body {
	min-height: 300px;
}

.section h2 {
	font-family: NanumSquareBold, sans-serif;
}

.section h2.title {
	margin-bottom: 10px;
	line-height: 1.35em;
	font-size: 135%;
}

.section h2.title small {
	display: block;
	font-family: NanumSquareLight, sans-serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, 'Apple SD Gothic Neo', '애플 SD 고딕 Neo', sans-serif;*/
	margin-top: -3px;
}

.section h3 {
	font-weight: 700;
	/*font-family: NanumSquareBold, sans-serif;*/
}

.section a.button {
	font-size: 87.5%;
	line-height: 20px;
	padding: 13px 17px 13px 20px;
	display: inline-block;
	font-family: NanumBarunGothic, sans-serif;
	margin: 20px 0 10px;
	text-decoration: none;
}

.section a.button i {
	font-size: 125%;
	padding-left: 4px;
	line-height: 20px;
}

.section.small-unit h2.title {
	font-size: 112.5%;
	margin-bottom: -4px;
}

.section.small-unit h2.title small {
	display: inline;
	margin-top: 0;
	padding-left: 4px;
	font-size: 88.89%;
}

.section.small-unit h2.title small:before {
	content: '(';
}

.section.small-unit h2.title small:after {
	content: ')';
}

.section-body > .content {
	font-size: 100%;
}

.content {
	font-size: 87.5%;
	text-align: left;
	line-height: 1.65em;
}

.content img {
	max-width: 100% !important;
	height: auto;
}

.content h2 {
	font-size: 150%;
	margin: 22px 0 4px;
}

.content h3 {
	font-size: 125%;
	margin: 18px 0 4px;
}

.section h4 {
	margin-bottom: 10px;
}

.section p {
	margin-bottom: 15px;
}

.content a {
	text-decoration: underline;
}

.content ol {
	margin: 0 1.5em 1.5em;
}

.content ol li {
	list-style: decimal;
}

.content table p {
	margin: 0 !important;
}

.align-right .content {
	text-align: right;
}

.popup-hidden-content {
	display: none;
}


/* 설명글 */

.explanation.content {
	font-size: 100%;
}

/* 3단 구성 */

.column-wrapper::after {
	content: '';
	display: block;
	clear: both;
}

.col {
	width: calc(33.3333% - 26.6667px);
	float: left;
	margin: 20px 0 20px 40px;
	line-height: 1.75em;
}

.col:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.col:nth-child(3n+1)::before {
	content: '';
	display: block;
	clear: both;
}

.col strong {
	padding-bottom: 2px;
	display: inline-block;
}

/*.col p {
	padding-bottom: 20px;
}*/

.col p:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.col img {
	width: 100%;
	height: auto;
	margin: auto;
	max-width: 480px;
	display: block;
}

.section.cols:last-child {
	padding-bottom: 50px;
}

.section.cols a.button {
	margin: 0 0 10px;
}

/* 포스트,링크 설정 */

.post-wrapper,
.link-wrapper {
	padding-top: 10px;
}

.post-wrapper.no-margin,
.link-wrapper.no-margin {
	padding-top: 0;
}

.post-wrapper::after {
	content: '';
	display: block;
	clear: both;
}

.post,
.link {
	min-height: 170px;
	padding: 12px;
	margin-bottom: 20px;
	background-color: #eee;
	position: relative;
}

.post { min-height: 140px; }
.link { min-height: 180px; }


		/* sticky post 와 일반 스타일 구분 */

		.sticky-post.post {
			min-height: auto !important;
			width: calc(50% - 15px);
			margin-right: 30px;
			margin-bottom: 0px;
			float: left;
			height: auto;
			background-color: transparent;
			padding: 0 0 18px;
		}

		.sticky-post.post .thumbnail {
			position: static;
			width: 100%;
			height: 0;
			padding-bottom: 45%;
			background-color: #eee;
			background-size: cover;
		}

		.sticky-post.post .introduction {
			margin: 18px 20px 0 25px;
		}

		.sticky-post .introduction h2 {
			padding: 0 !important;
			margin-bottom: 10px;
			overflow: hidden;
			text-overflow: ellipsis;
			/*display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		 	word-wrap:break-word;*/
			line-height: 1.35em;
			/*height: 2.7em;*/
		}

		.sticky-post.post .tag {
			position: static;
		}

		.sticky-post .content {
			font-size: 93.75%;
		}

		.sticky-post:nth-child(even) {
			margin-right: 0;
		}

		.normal-posts {
			clear: both;
			float: none;
			border-top: 1px solid #000;
			min-height: 355px;
			transition: opacity 0.3s;
		}

		.normal-posts.hidden {
			opacity: 0;
			transition: opacity 0s;
		}

		.normal-post {
			margin: 0;
			min-height: auto !important;
			background-color: transparent;
			border-bottom: 1px solid rgba(0, 0, 0, 0.12);
			padding: 25px;
		}

		.normal-post .introduction {
			margin-left: 0 !important;
		}

		.normal-post .introduction h2 {
			padding: 0 !important;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}


.post::after,
.link::after {
	content: '';
	display: block;
	clear: both;
}

.link.no-link * {
	cursor: default;
}

.thumbnail {
	top: 12px;
	width: 250px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}

.post .thumbnail {
	left: 12px;
	height: 140px;
	background-size: contain;
}

.link .thumbnail {
	right: 12px;
	height: 170px;
	background-size: contain;
	background-color: transparent;
	border-left: 1px solid #fff;
}

.introduction {
	/*font-size: 87.5%;*/
	color: #797979;
}

.link .introduction {
	margin-left: 10px;
	margin-right: 274px;
}

.post .introduction {
	margin-left: 274px;
	margin-right: 10px;
	/*padding-right: 10px;*/
}

.introduction .content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
 	word-wrap:break-word;
	font-size: 81.25%;
	line-height: 1.75em;
	height: 7em;
}

.introduction h2 {
	font-size: 112.5%;
	line-height: 1.25em;
	cursor: pointer;
	color: #404040;
}

.post .introduction h2 { padding: 7px 0 7px; }
.link .introduction h2 { padding: 10px 0 7px; }

.introduction span.en {
	display: block;
	font-size: 77.7778%;
	font-family: NanumBarunGothicLight, sans-serif;
}

.tag {
	display: inline-block;
	/*background-color: #fff;*/
	line-height: 1.0em;
	/*border-radius: 24px;
	padding: 0 12px;*/
	position: absolute;
}

.post .tag {
	margin: 4px 0 6px;
	right: 25px;
}

.link .tag {
	left: 20px;
	bottom: 10px;
	/*left: 18px;
	bottom: 16px;
	position: absolute;*/
	margin: 0 0 10px -5px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 82.75%;
}

.link .tag i {
	padding-left: 6px;
	font-size: 114.2875%;
}



/* pagination 설정 */

.page-nav-container {
	margin: 20px auto;
	max-width: 224px;
	width: auto;
	padding: 0 32px;
	position: relative;
	overflow: hidden;
}

.page-nav {
	overflow: hidden;
	white-space: nowrap;
	transition: margin 0.2s;
	font-family:  'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.page-nav-container i {
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}

.bg-white .page-nav-container i { background-color: #fff; }
.bg-gray  .page-nav-container i { background-color: #F2F2F2; }

.page-nav-container i:hover {
	cursor: pointer;
}

.page-nav-container i.fa-angle-left  { left: 0px; }
.page-nav-container i.fa-angle-right { right:0px; }

.page-nav a {
	display: inline-block;
	width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}


/* 3단박스 구성 */

.box {
	width: calc(33.3333% - 76.6667px);
	min-height: 85px;
	float: left;
	padding: 40px 25px 35px;
	margin: 20px 0 20px 40px;
	text-align: center;
	background-color: #fff;
}

.box.type-thumb {
	min-height: 285px;
}

.box:nth-child(3n+1) {
	margin-left: 0;
}

.box:nth-child(3n+1)::before {
	content: '';
	display: block;
	clear: both;
}

.box h2 {
	text-align: center;
	font-size: 125%;
	margin-bottom: 18px;
}

.box.post h2 {
	font-size: 112.5%;
	margin: 0;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
 	word-wrap:break-word;
	line-height: 1.35em;
	height: 2.7em;
}

.box .date {
	text-align: left;
	font-size: 68.75%;
	margin-bottom: 5px;
}

.box .content {
	min-height: 165px;
	line-height: 1.75em;
}

.box.post .content {
	margin: 25px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
 	word-wrap:break-word;
	line-height: 1.65em;
	height: 13.2em;
}

.box .thumbnail {
	height: 180px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.box .thumbnail img {
	max-width: 100%;
	height: 100%;
}

.box.post button {
	/*padding: 15px 37px;*/
	font-size: 100%;
	line-height: 1.0em;
	display: inline-block;
	font-family: NanumBarunGothicBold, sans-serif;
	margin-top: 5px;
	/*border-width: 3px;
	border-style: solid;*/
	background-color: transparent;
	cursor: pointer;
	float: left;
}

.box.post button i.fa {
	margin-left: 4px;
}


/* 메인페이지 교육프로그램 설정 */

.home .box {
	width: calc(33.3333% - 82px);
	min-height: 350px;
	padding: 35px 30px 60px;
	margin: 20px 0 20px 30px;
	border: 1px solid #ccc;
	position: relative;
}

.home .box:nth-child(3n+1) {
	margin-left: 0;
}

.home .box h2 {
	text-align: left;
	color: #000;
	font-size: 112.5%;
	font-family: NanumSquareBold, sans-serif;
}

.home .box h2 i {
	font-size: 250%;
	display: block;
	margin-bottom: 25px;
}

.home .box .content {
	color: #797979;
}

.home .box a.button {
	width: calc(100% - 37px);
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}


/* press 설정 */

.press .thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35) inset;
	position: relative;
	background-size: cover;
	opacity: 0.55;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	filter: grayscale(100%);

	transition: filter 0.4s, opacity 0.4s;
}

.press:hover .thumbnail {
	filter: grayscale(0%);
	opacity: 1;
}

.press .date {
	font-size: 68.75%;
	color: #797979;
}

.press h2 {
	font-size: 112.5%;
	/*font-size: 112.5%;*/
	margin: 0px 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #404040;
}

.press .content {
	margin-bottom: 10px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
 	word-wrap:break-word;
	line-height: 1.65em;
	height: 6.6em;
}

.press-text {
	margin-top: 0px;
	border-bottom: 1px solid #cccccc;
}



/* 갤러리 아카이브 설정 */

#gallery-slides {
	width: 100%;
	height: 1370px;
	max-height: 1370px;
	margin-top: 10px;
	overflow: visible;
}

#gallery-slides .swiper-slide {
	background-color: transparent;
}

.photos {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	margin-bottom: 25px;
	position: relative;
	opacity: 0.35;
	transition: opacity 0.4s 0.6s;
}

.swiper-slide-active .photos {
	opacity: 1;
}

.photo {
	width: 25%;
	padding-bottom: 25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	overflow: hidden;
}

.swiper-slide-active .photo {
	cursor: pointer;
}

.photo-hover {
	width: calc(100% - 50px);
  height: calc(100% - 44px);
  padding: 22px 25px;
  font-size: 100%;
	font-weight: 700;
	line-height: 1.55em;
	color: #fff;
	z-index: 2;
	top: 100%;
	left: 0;
	transition: top 0.2s;
	position: absolute;
}

.swiper-slide-active .photo .photo-hover.hover,
.swiper-slide-active .photo .photo-hover.selected {
	top: 0;
}

.swiper-slide .gallery h3,
.swiper-slide .gallery .content {
	opacity: 0;
	transition: opacity 0.4s 0.6s;
}

.swiper-slide-active .gallery h3,
.swiper-slide-active .gallery .content {
	opacity: 1;
}

.gallery .content {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}

.review {
	padding: 15px 0 15px 120px;
	border-bottom: 1px dotted #ccc;
	position: relative;
	min-height: 120px;
}

.review:last-child {
	/*padding-bottom: 25px;*/
	border-bottom: 1px solid #aaa;
}

.review .profile-img {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 15px;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}

.review i {
	position: absolute;
	top: 120px;
	left: 0;
	font-size: 87.5%;
	font-style: normal;
	text-align: center;
	width: 95px;
	white-space: nowrap;
	color: #999;
}

.gallery-nav {
	position: absolute;
	width: 28px;
	height: 60px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 28px 56px;
	margin-top: -30px;
	z-index: 2;
	opacity: 0.35;
	transition: opacity 0.2s;
}

.gallery-nav:hover {
	opacity: 1;
}

.gallery-prev {
	top: 245px;
	left: -50px;
	background-image: url('../img/prev-black.png');
	background-position: left center;
}

.gallery-next {
	top: 245px;
	right: -50px;
	background-image: url('../img/next-black.png');
	background-position: right center;
}


/* 멤버 프로필 설정 */

.members .section-body {
	padding-top: 65px;
}

#team-slides {
	z-index: 0;
}

#team-slides .swiper-slide {
	display: flex;
	position: relative;
}

#team-slides .slide-shadow {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.35);
}

#team-slides .desc {
	width: auto;
	max-width: 580px;
	padding: 30px 25px;
	color: #fff;
	font-size: 112.5%;
	margin: auto;
	text-align: center;
	line-height: 1.35em;
	position: relative;
	z-index: 3;
}

#team-slides .desc h2 {
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-size: 275%;
}

.section.members {
	padding-top: 0;
}

#team-slides {
	height: 46.09375vw;
	min-height: auto;
	max-height: auto;
}

.member-wrapper {
	padding: 0;
}

.member {
	width: 33.3333%;
	float: left;
	position: relative;
	padding: 25px 0;
}

.member.popup {
	cursor: pointer;
}

.separator {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.member .profile {
	width: 120px;
	height: 150px;
	margin: 0 auto 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.85;
	position: relative;
	filter: grayscale(40%);

	transition: opacity 0.4s, filter 0.4s;
}

.member:hover .profile {
	opacity: 1;
	filter: grayscale(0%);
}

.profile::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.12);
	z-index: 2;
	transition: opacity 0.8s;
}

.member:hover .profile::after {
	opacity: 0;
}

.member .name {
	position: absolute;
	top: 25px;
	left: 138px;
	width: calc(100% - 155px);
	font-size: 112.5%;
	font-family:  NanumSquareBold, sans-serif;
	line-height: 1.35em;
}

.member .position {
	font-size: 75%;
	font-family:  NanumBarunGothic, sans-serif;
}

.member .workplace {
	position: absolute;
	bottom: 25px;
	left: 138px;
	width: calc(100% - 150px);
	font-size: 81.25%;
	line-height: 1.25em;
	padding-bottom: 5px;
}

.member .content {
	display: none;
}


/* 지도 설정 */

.map {
	height: 80vh;
	max-height: 520px;
	padding: 0;
	position: relative;
}

.acf-map {
	width: 100%;
	height: 100%;
}

.map .content {
	position: absolute;
	top: 50px;
	right: 120px;
	box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.16);
	padding: 28px 20px 20px;
	border: 1px solid;
	line-height: 1.55em;
	font-size: 87.5%;
	max-width: 200px;
	z-index: 10;
}

.map .content p {
	padding: 4px 0;
	margin: 0;
}

.map .content ol,
.map .content ul {
	padding: 5px 0 5px 8px;
	font-size: 87.5%;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Apple SD Gothic Neo', '애플 SD 고딕 Neo', '돋움', Dotum, sans-serif;
}

.map .content li {
	line-height: 1.45em;
	padding: 3px 0;
}

.map .content ol li { list-style: decimal outside; }
.map .content ul li { list-style: outside; }


/* 교육프로그램 설정 */

#programs {

}

#tab-container {

}

#program-header {
	line-height: 1.65em;
}

#program-header h4 {
	font-size: 125%;
	margin-bottom: 40px;
	line-height: 1.55em;
}

#program-header p {
	margin: 15px 0;
}

#program-header img {
	width: 100% !important;
	height: auto;
	margin: 20px 0;
}

#tab-buttons {
	padding: 30px 0 0 0;
	/*width: 70%;
	margin: auto;*/
	display: block;
}

#tab-buttons::after {
	content: '';
	display: block;
	clear: both;
}

#tab-buttons li {
	height: 42px;
	line-height: 42px;
	width: auto;
	padding: 0 8px 0 10px;
	margin-left: 12px;
	width: calc(25% - 27px);
	font-size: 100%;
	text-align: left;
	float: left;
	position: relative;
	cursor: pointer;

	transition: background-color 0.2s, color 0.2s;
}

#tab-buttons li::after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#tab-buttons li i.fa {
	float: right;
	height: 33px;
	line-height: 33px;
	font-size: 1.25em;
	margin-top: 3px;
}

/*#tab-buttons li.selected::before {
	content:'';
  position: absolute;
  top: 47px;
  left: calc(50% - 18px);
  border: 18px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
	border-bottom-color: #EDF4F2;
  z-index: 1;
}*/

#tab-buttons li:first-child {
	margin-left: 0;
}

#tab-body {
	padding: 20px 0 46px
}

.tab-content {
	display: none;
}

.tab-content.selected {
	display: block;
}

.tab-content .content .popup {
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	margin: 0;
	min-height: 0;
}

.chapter-wrapper {
	background-color: #f0f0f0;
	padding: 4px 0px 0px;
	margin-top: 30px;
}

.tab-description {
	padding-top: 12px;
	line-height: 1.65em;
}

.chapter-wrapper button {
	width: 100%;
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	font-size: 100%;
	text-align: right;
	cursor: pointer;
	position: relative;
	font-family: NanumBarunGothic, sans-serif;
}

.chapter-wrapper button span.button-guide {
	position: absolute;
	height: 50px;
	line-height: 50px;
	left: 30px;
	top: 0;
	font-size: 87.5%;
}

.chapter-wrapper button i {
	font-size: 125%;
}

.chapter {
	padding: 35px 0 35px 215px;
	border-top: 1px solid #cecece;
	position: relative;
	margin: 0 30px;
}

.chapter.chapter-desc {
	padding-left: 0;
	line-height: 1.65em;
	font-size: 87.5%;
	font-family: NanumBarunGothic, sans-serif;
	padding-top: 18px;
	color: #797979;
}

.chapter:first-child {
	border-top: none;
}

.chapter .title {
	width: 200px;
	top: 35px;
	left: 0;
	position: absolute;
}

.chapter .title h4 {
	margin-bottom: 4px;
	font-size: 138%;
	font-family: NanumSquareBold, sans-serif;
}

.chapter ul {
	margin: 20px 0 8px 18px;
	color: #404040;
}

.chapter ul li {
	margin-bottom: 3px;
  list-style: square;
}

.chapter ul li.no-style {
	list-style: none;
	margin-left: -16px;
}

.chapter ul li.label {
	list-style: none;
	font-weight: 600;
	margin: 15px 0 4px -16px;
	display: block;
}

.chapter ul li.label:first-child {
	margin-top: 0;
}

.graduate {
	padding: 12px 0;
	margin-top: 18px;
	border-top: 1px solid #ccc;
}

.graduate label {
	margin-bottom: 4px;
	display: block;
	/*font-family: NanumBarunGothicBold, sans-serif;*/
	font-weight: 600;
}


/* 팝업 설정 */

#popup-container {
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: -100vh;
	left: 0;
	z-index: 999;
	opacity: 0;
	display: flex;

	transition: opacity 0.6s;
}

#popup-container.single-post {
	background-color: #fff;
}

#popup-container.show {
	opacity: 1;
	top: 0;
}

#popup-container.show.popup-post {
	background-color: #fff;
}

.popup-content {
	display: none;
}

#popup-member {
	padding: 100px 25px 25px 280px;
	width: calc(100% - 345px);
	height:225px;
	max-width: 575px;
	margin: auto;
	background-color: #fff;
	box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.12);
	z-index: 999;
	position: relative;
}

.popup-member #popup-member,
.popup-post #popup-post,
.popup-form #popup-form,
.popup-photo #popup-photo {
	display: block;
}

#popup-form {
	width: calc(100% - 106px);
	height: calc(100% - 80px);
	max-width: 700px;
	max-height: 890px;
	margin: auto;
	position: relative;
	background-color: #fff;
}

#popup-form .borders {
	position: absolute;
	z-index: 999;
}

#popup-form .border-top {
	top: 0;
	left: 0;
	width: calc(100% - 12px);
	height: 15px;
}

#popup-form .border-bottom {
	left: 0;
	bottom: 0;
	width: calc(100% - 12px);
	height: 15px;
}

#popup-form .border-left {
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
}

#popup-form .border-right {
	top: 0;
	right: 12px;
	width: 15px;
	height: 100%;
}

#popup-form iframe{
	width: 100%;
	height: 100%;
}

#popup-post {
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
}

#popup-post .width-980 {
	position: relative;
}

#popup-member::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 250px;
	background-color: #ccc;
}

#popup-member .profile {
	width: 250px;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#popup-member .profile::after {
	display: none;
}

#popup-member .name {
	position: absolute;
	top: 265px;
	left: 18px;
	font-size: 112.5%;
	letter-spacing: 0.35em;
	line-height: 1.35em;
	width: 214px;
}

#popup-member .position {
	font-size: 77.7778%;
	letter-spacing: 0;
}

#popup-member .workplace {
	font-size: 112.5%;
	margin: 10px 0 12px;
	font-family: NanumBarunGothicBold, sans-serif;
}

#popup-member .content {
	width: 100%;
	height: 175px;
	max-height: 175px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#popup-member .close-x {
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
}

#popup-form .close-x,
#popup-photo .close-x {
	top: 3px;
	right: 3px;
	width: 50px;
	height: 50px;
	position: fixed;
}

/*#popup-photo .close-x {
	top: 0px;
	right: 60px;
	width: 50px;
	height: 50px;
	position: absolute;
}*/

#popup-post .close-x {
	top: 5px;
	right: 3px;
	width: 40px;
	height: 40px;
	color: #202020;
}

#popup-photo {
	width: 100%;
	height: 100%;
}

#gallery-view {
	position: relative;
  margin: 60px auto;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
	max-width: 980px;
	padding:0 60px;
}

#gallery-view .gallery-prev {
	top: 50%;
	left: 10px;
	opacity: 1;
	background-image: url('../img/prev.png');
}

#gallery-view .gallery-next {
	top: 50%;
	right: 10px;
	opacity: 1;
	background-image: url('../img/next.png');
}

#photo-area {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#photo-meta {
	height: 60px;
	position: absolute;
	width: calc(100% - 120px);
	font-size: 12px;
	text-align: center;
	line-height: 1.55em;
	bottom: -75px;
	color: #fff;
}

.close-x {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
}

.close-x::before,
.close-x::after {
	content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

/*#popup-photo .close-x::before,
#popup-photo .close-x::after {
	height: 3px;
}*/

.close-x::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-x::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#popup-member .close-x::before,
#popup-member .close-x::after,
#popup-post .close-x::before,
#popup-post .close-x::after {
  background: #000;
}

#popup-form .close-x::before,
#popup-form .close-x::after,
#popup-photo .close-x::before,
#popup-photo .close-x::after {
  background-color: #fff;
}



/* single 설정 */

/*.single #navigation,*/
.single #footer,
.single #copyright {
	display: none;
}

.single-container {
	padding: 120px 0 20px;
}

.single-fixed {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	color: #202020;
	height: 120px;
	background-color: rgba(247, 247, 247, 0.81);
}

.single #single-header {
	top: 42px;
}

#single-header {
	top: 0;
	border-bottom: 1px solid #ccc;
}

#single-header .date {
	font-size: 75%;
	margin: 60px 0 4px;
}

#single-header h2 {
	font-size: 125%;
	font-weight: normal;
	font-family: NanumBarunGothicBold, sans-serif;
}

#single-footer {
	bottom: 0;
	display: flex;
	display: none;
}

#single-footer button {
	margin: auto;
	border: 3px solid #fff;
	height: 40px;
	line-height: 34px;
	width: 180px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
}

#single-content {
	width: auto;
	max-width: 980px;
	padding: 60px 20px;
	margin: 0 auto;
	overflow: auto;
	line-height: 1.55em;
}

#single-content img {
	max-width: 100%;
	height: auto;
	margin: 10px auto 10px 0;
	display: block;
}

#single-content img.alignCenter {
	margin: 10px auto 35px;
}

#single-content p {
	margin: 0 0 25px;
}

#single-content table {
	width: 100%;
	border-collapse:collapse;
	margin: 10px 0 25px;
}

#single-content td {
	border: 2px solid #ccc;
	margin: 0;
}


/* footer 설정 */

#footer {
	padding: 25px 0 30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Apple SD Gothic Neo', '애플 SD 고딕 Neo', '돋움', Dotum, sans-serif;
}

.info {
	float: left;
	font-size: 11px;
	line-height: 1.45em;
}

.info label {
	display: inline-block;
	border-bottom: 2px solid #fff;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

a.footer-logo {
	display: block;
	float: right;
}

a.footer-logo img {
	width: 100px;
	height: auto;
}

#copyright {
	font-size: 10px;
	background-color: #272727;
	color: #aaa;
	line-height: 1.45em;
	padding: 12px 0;
	text-align: center;
	font-family: NanumBarunGothicLight, sans-serif;
}

#hidden-buttons {
	right: -60px;
	bottom: 54px;
	position: fixed;

	transition: right 0.2s;
}

.scroll #hidden-buttons {
	right: 0;
}

#scroll-to-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	z-index: 5;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.24);

	transition: opacity 0.4s
}

#scroll-to-top:hover {
	opacity: 1;
}

#scroll-to-top i {
	border: solid black;
	width: 18px;
	height: 18px;
  border-width: 0 3px 3px 0;
	border-color: #fff;
  display: inline-block;
  padding: 3px;
	margin-top: 15px;
	-webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#fixed-contact-button {
	display: none;
}

#fixed-contact-button.show  {
	left: -140px;
	bottom: 70%;
	position: fixed;
	width: 120px;
	height: 32px;
	line-height: 32px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	z-index: 5;
	display: block;

	transition: left 0.2s;
}

.scroll #fixed-contact-button.show {
	left: 0;
}


/* 기타 설정 */

.issuuembed {
	width: 100% !important;
  position: relative;
  padding-bottom: 56.25%; /* set the aspect ratio here as (height / width) * 100% */
  height: 0 !important;
  overflow: hidden;
  max-width: 100%;
}

.issuuembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.issuuembed > div > div:nth-child(2) {
	display: none !important;
}


/* Google forms 설정 */

.ss-form-container {

}

.ss-required-asterisk {
	padding: 10px 0;
	font-size: 87.5%;
	color: red;
}

.ss-form-entry {
	padding-bottom: 12px;
	margin-top: 8px;
	position: relative;
}

.ss-q-title {
	/*/*font-family: NanumSquareBold, sans-serif;*/*/
	font-weight: 700;
	color: #797979;
	margin-bottom: 4px;
}

.ss-form input[type=text] {
	padding: 7px;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px #f0f0f0 inset;
	min-width: 180px;
	font-size: 120%;
}

.required-message {
	font-size: 11px;
	height: 12px;
	color: red;
	display: none;
	position: absolute;
	bottom: 0;
}

.disclaimer {
	display: none;
}


/* contact form 설정 */

#form-container {
	width: calc(100% - 60px);
	max-width: 640px;
	padding: 30px;
	margin: 0 auto;
}

.wpcf7 {
	line-height: 2em;
}

.wpcf7 select,
.wpcf7 input {
	margin-left: 0;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.7em;
	min-height: 45px !important;
	max-width: 100%;
	-moz-box-shadow: 0 1px 2px #eee inset;
	-webkit-box-shadow: 0 1px 2px #eee inset;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	padding: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
	background-color: #fafafa;
	border-radius: 2px;
	position: relative;
}

.wpcf7 textarea {
	margin-left: 0;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.7em;
	max-width: 100%;
	-moz-box-shadow: 0 1px 2px #eee inset;
	-webkit-box-shadow: 0 1px 2px #eee inset;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	padding: 8px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
	background-color: #fafafa;
	border-radius: 2px;
	position: relative;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: 12px;
	height: 12px;
	min-height: 12px !important;
	margin-left: 2px;
	margin-right: 3px;
	line-height: 1em;
	padding: 0;
	background-color: #fff;
  border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px #000;
}

.wpcf7 input[type=checkbox]:checked,
.wpcf7 input[type=radio]:checked {
	background-color: #404040;
}

span.wpcf7-list-item {
	margin: 0 1em 0 0;
	cursor: pointer;
	display: block;
}

.wpcf7-list-item-label {
	font-size: 87.5%;
	display: inline !important;
}

.form-page {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	/*margin-top: 40px;*/
}

.form-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 87.5%;
	line-height: 1.65em;
}

.form-header h3 {
	font-family: NanumSquareBold;
	font-size: 150%;
	margin-bottom: 7px;
}

.form-page p {
	padding: 10px 0;
}

.form-page p::after {
	content: '';
	display: block;
	clear: both;
}

.form-page .col-2,
.form-page .col-3 {
	position: relative;
	width: calc(100% - 120px);
	float: right;
}

.form-page .col-s::after
.form-page .col-3::after {
	content: '';
	display: block;
	clear: both;
}

.form-page .col-2 input {
	width: calc(50% - 7px);
	margin-right: 7px;
}

.form-page .col-3 input {
	width: calc(33.3333% - 7px);
	margin-right: 7px;
}

.form-page i.fa-asterisk {
	font-size: 0.5em;
	color: red;
}

.form-page label {
	display: block;
	line-height: 1.75em;
	color: #606060;
}

.form-page label span {
	display: block;
	font-size: 87.5%;
}

.form-page small {
	line-height: 1.35em;
	display: block;
	font-size: 0.75em;
	margin-top: 2px;
}

.form-footer {
	font-size: 87.5%;
	line-height: 2.0em;
}

.form-footer h4 {
	margin-top: 1.0em;
	font-size: 110%;
	font-family: NanumSquareBold;
}

div.wpcf7 input[type=file] {
	border: none;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 0;
	background-color: transparent;
	box-shadow: none;
}

.wpcf7 .phone input {
	max-width: 180px;
}

div.wpcf7 input[type=date]::before {
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	display: block;
	background-color: #fafafa;
	padding: 8px;
	font-size: 16px;
	line-height: 1.7em;
	color: rgba(70, 70, 70, 0.75);
}

div.wpcf7 input[type=date].focus::before {
	display: none;
}

div.wpcf7 input.permit-date::before 	{ content: '허가일'; }
div.wpcf7 input.start-date::before 		{ content: '착공일'; }
div.wpcf7 input.approval-date::before { content: '사용승인'; }

.wpcf7-recaptcha {
	margin: 20px 20px 10px 0px;
	float: left;
}

div.wpcf7 input[type=submit] {
	margin-top: 20px;
	padding: 20px 40px;
	min-height: 76px !important;
	background-color: rgba(23, 66, 99, 0.5);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s;
}

div.wpcf7 input[type=submit]:hover {
	background-color: #F75850;
}

div.wpcf7 .form-submit::after {
	content: '';
	display: block;
	clear: both;
}

div.wpcf7 .wpcf7-not-valid {
	border: 1px solid red;
	background-color: #fff;
}

span.wpcf7-not-valid-tip {
	margin-left: 120px;
	font-size: 87.5%;
}

.col-2 span.wpcf7-not-valid-tip,
.col-3 span.wpcf7-not-valid-tip {
	margin-left: 0;
}

div.wpcf7-response-output {
	margin: 0;
	position: fixed;
  top: calc(50% - 35px);
  width: calc(100% - 100px);
  background-color: rgba(125, 125, 125, 0.88) !important;
  border: none;
  padding: 20px;
  text-align: center;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
	background-color: red;
	border: none;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
	padding: 1em;
	color: #fff;
}

.wpcf7-form-control-wrap::after {
	content: '';
	clear: both;
	display: block;
}


/* Jetpack 공유버튼 설정 */

#sharing {
	width: 60px;
  height: 180px;
	margin-bottom: 2px;
}

div.sharedaddy h3.sd-title,
.width-980.horizontal-center > div.sharedaddy {
	display: none !important;
}

#sharing .sd-content ul li {
	width: 60px;
  height: 60px;
  margin: 0;
}

#sharing .sd-content ul li a {
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	line-height: 60px;
	border-radius: 0;
}

#sharing .sd-content ul li a::before {
	line-height: 60px;
	font-size: 24px;
}

.sd-content .share-customize-link {
	display: none;
}


#single-content .sharedaddy {
	margin-top: 75px;
}

