/**
 * @project        pub_template_2.0
 * @author         
 * @description    
 * @build          Wed, May 6, 2020 10:34 PM ET
 * @copyright      Copyright (c) 2020, 
 */
.container {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	overflow-x: hidden;
}

.container.main main > .inner, .container.detail main > .inner, .container.about main > .inner {
	width: 100% !important;
	padding: 0 !important;
	max-width: none !important;
}

.container.detail main {
	padding-top: 0 !important;
}

@media all and (min-width: 1024px) {
	.container.detail main {
		padding-top: 60px !important;
	}
}

.container.detail .header {
	background-color: transparent !important;
	border-bottom: 1px solid rgba(219, 219, 219, 0);
	transition: all 0.2s ease-in-out;
}

@media all and (min-width: 1024px) {
	.container.detail .header {
		background-color: #fff !important;
		border-bottom: 1px solid #dbdbdb;
	}
}

.container.detail .header.is-sticky, .container.detail .header.is-bgColor {
	background-color: #fff !important;
}

.container.detail .header.is-sticky {
	border-bottom: 1px solid #dbdbdb;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	font-size: 14px;
	z-index: 9999;
	background-color: #fff;
	overflow: hidden;
	transition: height 0.3s ease-in-out;
	border-bottom: 1px solid #dbdbdb;
}

.header.is-opened {
	height: 100%;
}

.header.is-opened .logo {
	display: none;
}

.header.is-opened .language {
	display: block;
}

@media all and (min-width: 1024px) {
	.header {
		overflow: visible;
	}
	.header.is-opened {
		height: 60px;
	}
}

.header .inner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 90px 20px 0;
}

@media all and (min-width: 1024px) {
	.header .inner {
		display: flex;
		padding: 0 40px;
		max-width: 1440px;
	}
}

@media all and (min-width: 1024px) {
	.header nav {
		position: absolute;
		left: 27%;
	}
}

.header nav li {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.3s ease-in-out;
	padding: 0 12px;
}

.header nav li.is-opened {
	opacity: 1;
	transform: translateY(0);
}

.header nav li + li {
	transition-delay: 0.1s;
}

.header nav li + li + li {
	transition-delay: 0.2s;
}

.header nav li + li + li + li {
	transition-delay: 0.3s;
}

.header nav li + li + li + li + li {
	transition-delay: 0.4s;
}

@media all and (min-width: 1024px) {
	.header nav li {
		opacity: 1;
		transform: none;
	}
}

.header nav a {
	position: relative;
	height: 60px;
	white-space: nowrap;
	font-size: 24px;
	line-height: 54px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.header nav > ul > li > a.is-active {
	color: #009dff;
}

.header nav > ul > li > a.is-active:after {
	width: 100%;
}

@media all and (min-width: 1024px) {
	.header nav a {
		display: flex;
		align-items: center;
		font-size: 14px;
		line-height: 1.2;
	}
	.header nav > ul > li > a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 4px;
		background-color: #009dff;
		transition: width 0.3s ease-in-out;
	}
	.header nav > ul > li > a:hover:after {
		width: 100%;
	}
}

@media all and (min-width: 1024px) {
	.header ul {
		display: flex;
	}
	.header ul li {
		flex: 1 1 auto;
	}
}

.header .logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

.header .logo img {
	width: 119px;
	height: 17px;
}

@media all and (min-width: 1024px) {
	.header .logo {
		position: relative;
		left: auto;
		top: auto;
		display: flex !important;
		align-items: center;
		height: 60px;
	}
}

@media all and (min-width: 1024px) {
	.header .link {
		margin-left: auto;
		display: flex !important;
	}
	.header .link > div {
		flex: 1 1 auto;
		display: flex !important;
		align-items: center;
	}
	.header .link > div + div {
		padding-left: 20px;
	}
}

.header .language {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index:250;
}

@media all and (min-width: 1024px) {
	.header .language {
		position: relative;
		top: auto;
		left: auto;
		display: flex !important;
	}
}

.header .language > a {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	display: none;
	position: relative;
	padding-right: 15px;
}

.header .language > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 5px;
	height: 5px;
	border-width: 0 0 2px 2px;
	border-color: #666;
	border-style: solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

@media all and (min-width: 1024px) {
	.header .language > a {
		display: block;
	}
}

.header .language .lang-list {
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
}

@media all and (min-width: 1024px) {
	.header .language .lang-list {
		display: none;
		top: 50px;
		left: -20px;
		border: 1px solid #999;
		width: 86px;
		background-color: #fff;
	}
}

.header .language .lang-list a {
	position: relative;
	display: block;
	text-align: center;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.header .language .lang-list a {
		line-height: 47px;
	}
}

.header .language .lang-list a.is-active, .header .language .lang-list a:hover {
	color: #009dff;
}

.header .language .lang-list li + li {
	position: relative;
}

.header .language .lang-list li + li a {
	margin-left: 24px;
}

.header .language .lang-list li + li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: -12px;
	width: 1px;
	height: 12px;
	background-color: #dbdbdb;
}

@media all and (min-width: 1024px) {
	.header .language .lang-list li + li a {
		margin-left: 0;
	}
	.header .language .lang-list li + li a:before {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 28px;
		height: 1px;
	}
}

.header .language.is-opened .lang-list {
	display: block;
}

.header .language.is-opened > a:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 7px;
}

.header .mail a, .header .map a {
	display: block;
	transition: color 0.2s ease-in-out;
}

@media all and (min-width: 1024px) {
	.header .mail a:hover, .header .map a:hover {
		color: #009dff;
	}
}

.header .mail .icon, .header .map .icon {
	display: none;
}

@media all and (min-width: 1024px) {
	.header .mail .icon, .header .map .icon {
		display: block;
		font-size: 24px;
	}
}

.header .mail .mls, .header .map .mls {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	display: block;
	color: #777;
}

@media all and (min-width: 1024px) {
	.header .mail .mls, .header .map .mls {
		display: none;
	}
}

.header .map {
	position: absolute;
	bottom: 75px;
}

@media all and (min-width: 1024px) {
	.header .map {
		position: relative;
		bottom: auto;
	}
}

.header .mail {
	position: absolute;
	bottom: 40px;
}

@media all and (min-width: 1024px) {
	.header .mail {
		position: relative;
		bottom: auto;
	}
}

.header .hamburger {
	position: absolute;
	right: 20px;
	top: 15px;
}

@media all and (min-width: 1024px) {
	.header .hamburger {
		display: none;
	}
}

.header .hamburger .line {
	width: 22px;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .hamburger:hover {
	cursor: pointer;
}

.header .hamburger.is-opened .line:nth-child(2) {
	opacity: 0;
}

.header .hamburger.is-opened .line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.header .hamburger.is-opened .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

#main {
	flex: 1 1 auto;
	padding-top: 60px;
}

#main > .inner {
	width: 100%;
	padding: 0 20px;
}

@media all and (min-width: 1024px) {
	#main > .inner {
		max-width: 1440px;
		padding: 0 40px;
		margin: 0 auto;
	}
}

#main nav ul:after {
	content: '';
	display: block;
	clear: both;
}

#main nav ul li {
	float: left;
	width: calc(50% - 10px);
}

@media all and (min-width: 1024px) {
	#main nav ul li {
		float: none;
		width: auto;
	}
}

#main nav ul li + li {
	margin-left: 20px;
}

@media all and (min-width: 1024px) {
	#main nav ul li + li {
		margin-left: 0;
		margin-top: 25px;
	}
}

#main nav a {
	display: block;
	position: relative;
	font-size: 16px;
	width: 100%;
	line-height: 40px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	#main nav a {
		width: 120px;
	}
	#main nav a:hover:after {
		width: 100%;
	}
}

#main nav a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	opacity: .4;
	background-color: #000;
}

#main nav a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #009dff;
	transition: width 0.3s ease-in-out;
}

#main nav a.is-active {
	color: #009dff;
}

#main nav a.is-active:after {
	width: 100%;
}

.footer h2 {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.footer-top {
	border-top: 1px solid #d5d5d5;
	background-color: #fff;
	margin-top: 80px;
}

@media all and (min-width: 1024px) {
	.footer-top {
		margin-top: 140px;
	}
}

.footer-top ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100px;
}

@media all and (min-width: 1024px) {
	.footer-top ul {
		height: 112px;
	}
}

.footer-top ul li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media all and (min-width: 1024px) {
	.footer-top ul li div {
		padding-left: 100px;
		text-align: left;
	}
}

.footer-top img {
	width: 60px;
	height: 60px;
}

@media all and (min-width: 1024px) {
	.footer-top img {
		position: absolute;
		left: 0;
		top: 15px;
		width: 80px;
		height: 80px;
	}
}

.footer-top img + span {
	display: none;
}

@media all and (min-width: 1024px) {
	.footer-top img + span {
		display: block;
		font-size: 14px;
		line-height: 24px;
	}
}

.footer-top .tit {
	display: none;
	font-size: 20px;
}

@media all and (min-width: 1024px) {
	.footer-top .tit {
		display: table-cell;
		width: 25%;
		vertical-align: middle !important;
	}
}

.footer-bottom {
	background-color: #2b2b2b;
}

.footer-bottom .tit {
	display: block;
	padding: 40px 0 25px;
}

@media all and (min-width: 1024px) {
	.footer-bottom .tit {
		display: table-cell;
		width: 25%;
		padding: 40px 0 55px;
	}
}

.footer-bottom .tit img {
	width: 119px;
	height: auto;
}

.footer-bottom p {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #aaa;
}

.footer-bottom p a {
	color: #aaa;
	text-decoration: underline;
}

.footer-bottom p:last-child {
	font-size: 12px;
	margin-top: 20px;
}

.footer-bottom .column {
	padding: 0 0 50px;
}

@media all and (min-width: 1024px) {
	.footer-bottom .column {
		display: table;
		width: 100%;
		height: 180px;
		table-layout: fixed;
		padding: 0;
	}
}

@media all and (min-width: 1024px) {
	.footer-bottom .column > div {
		display: table-cell;
		vertical-align: top;
		padding-top: 37px;
	}
}

.footer-bottom .column-left span {
	display: block;
}

@media all and (min-width: 1024px) {
	.footer-bottom .column-left span {
		display: inline;
	}
}

.footer-bottom .column-left .ml {
	margin-left: 0;
}

@media all and (min-width: 1024px) {
	.footer-bottom .column-left .ml {
		margin-left: 20px;
	}
}

.footer-bottom .column-left .ml + a {
	position: absolute;
	bottom: 2px;
	left: 50px;
}

@media all and (min-width: 1024px) {
	.footer-bottom .column-left .ml + a {
		position: static;
		bottom: auto;
		left: auto;
		padding-left: 3px;
	}
}

.footer-bottom .column-right {
	margin-top: 25px;
}

@media all and (min-width: 1024px) {
	.footer-bottom .column-right {
		text-align: right;
		padding-bottom: 40px;
		margin-top: 0;
	}
}

.footer-bottom .column-right a {
	position: relative;
	display: inline-block;
}

.footer-bottom .column-right a img.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

@media all and (min-width: 1024px) {
	.footer-bottom .column-right a:hover img.hover {
		opacity: 1;
	}
}

.footer-bottom a + a {
	margin-left: 10px;
}

.footer-bottom img {
	width: 34px;
	height: 34px;
}

.footer .inner {
	width: 100%;
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}

@media all and (min-width: 1024px) {
	.footer .inner {
		padding: 0 40px;
	}
}

@media all and (min-width: 1024px) {
	.footer .inner > div {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
}

@media all and (min-width: 1024px) {
	.footer .inner > div > div {
		display: table-cell;
		vertical-align: top;
	}
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fcfcfc inset;
}

@media all and (min-width: 1024px) {
	.practive-pc {
		margin-top: 2px;
	}
}

.only-pc {
	display: none !important;
}

@media all and (min-width: 1024px) {
	.only-pc {
		display: block !important;
	}
}

.only-mobile {
	display: block !important;
}

@media all and (min-width: 1024px) {
	.only-mobile {
		display: none !important;
	}
}

.key-visual {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.key-visual__item {
	position: relative;
	overflow: hidden;
}

.key-visual__img {
	position: relative;
	height: 100%;
}

.key-visual__txt {
	position: absolute;
	left: 20px;
	bottom: 28%;
}

@media all and (min-width: 1024px) {
	.key-visual__txt {
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		max-width: 1440px;
		padding: 0 40px;
	}
}

.key-visual__txt .logo img {
	width: 212px;
	height: 29px;
}

@media all and (min-width: 1024px) {
	.key-visual__txt .logo img {
		width: auto;
		height: auto;
		padding-left: 26.5%;
	}
}

.key-visual__txt .desc {
	display: block;
	margin-top: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.key-visual__txt .desc {
		margin-top: 30px;
		font-size: 20px;
		line-height: 34px;
		color: #fff;
		padding-left: 26.5%;
	}
}

.key-visual__txt .desc em {
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
}

.key-visual__svg {
	position: absolute;
	bottom: 60px;
	left: 20px;
	z-index: 99;
}

@media all and (min-width: 1024px) {
	.key-visual__svg {
		width: 100%;
		padding: 0 40px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 80px;
	}
}

.key-visual__arrow {
	display: none;
	width: 100%;
	padding: 0 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: right;
	z-index: 99;
}

.key-visual__arrow li + li {
	margin-top: 80px;
}

.key-visual__arrow li button {
	font-size: 35px;
	opacity: .3;
	transition: opacity 0.3s ease-in-out;
}

.key-visual__arrow li button:hover {
	opacity: 1;
}

.key-visual__arrow li .prev-arrow span {
	display: inline-block;
	transform: rotate(180deg);
}

@media all and (min-width: 1024px) {
	.key-visual__arrow {
		display: block;
	}
}

.key-visual__scroll {
	display: none;
	position: absolute;
	top: 12px;
	left: 45px;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

@media all and (min-width: 1024px) {
	.key-visual__scroll {
		display: block;
	}
}

.key-visual__mouse {
	display: block;
	position: absolute;
}

.key-visual__mouse .mouse {
	position: relative;
}

.key-visual__mouse .mouse:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 38px;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.3);
}

.key-visual__mouse .wheel {
	height: 19px;
	width: 2px;
	display: block;
	background: #fff;
	position: relative;
}

.key-visual__mouse .wheel {
	-webkit-animation-name: mouse-wheel;
	animation-name: mouse-wheel;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes mouse-wheel {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(19px);
		-ms-transform: translateY(19px);
		transform: translateY(19px);
	}
}

@keyframes mouse-wheel {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(19px);
		-ms-transform: translateY(19px);
		transform: translateY(19px);
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

.key-visual .swiper-pagination-bullets {
	position: absolute !important;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

@media all and (min-width: 1024px) {
	.key-visual .swiper-pagination-bullets {
		right: auto;
		width: 100%;
		top: calc(50% - 60px) !important;
		padding: 0 40px;
		left: 50%;
		transform: translateX(-50%) !important;
	}
}

.key-visual .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 2px;
	height: 30px;
	background-color: #fff;
	opacity: .3;
	margin: 10px 0 !important;
	border-radius: 0 !important;
}

@media all and (min-width: 1024px) {
	.key-visual .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 4px;
	}
}

.key-visual .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.key-visual .slick-vertical .slick-slide {
	border: none;
}

.notice h2, .notice h2 a {
	font-size: 20px;
	line-height: 29px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.notice .inner {
	width: 100%;
	max-width: 1440px;
	padding: 0 20px;
}

@media all and (min-width: 1024px) {
	.notice .inner {
		padding: 0 40px;
		margin: 0 auto;
	}
}

@media all and (min-width: 1024px) {
	.notice .is-hover a, .notice .is-hover span {
		color: #009dff !important;
		text-decoration: underline;
	}
}

.notice section + section .column {
	border-top: 1px solid #d5d5d5;
	padding-bottom: 0;
}

.notice .column {
	padding: 30px 0 40px;
}

@media all and (min-width: 1024px) {
	.notice .column {
		display: table;
		width: 100%;
		table-layout: fixed;
		padding: 60px 0 100px;
	}
}

@media all and (min-width: 1024px) {
	.notice .column > div {
		display: table-cell;
		vertical-align: top;
	}
}

@media all and (min-width: 1024px) {
	.notice .column-left {
		width: 26.5%;
	}
}

.notice .column-right ul {
	position: relative;
	padding-bottom: 50px;
}

@media all and (min-width: 1024px) {
	.notice .column-right ul {
		padding-bottom: 0;
	}
}

.notice .column-right ul:after {
	content: '';
	display: block;
	clear: both;
}

@media all and (min-width: 1024px) {
	.notice .column-right ul li {
		float: left;
		width: 27%;
	}
}

@media all and (min-width: 1024px) {
	.notice .column-right ul li + li {
		margin-left: 6.333%;
	}
}

.notice .column-right .cont span {
	display: block;
}

.notice .column .tit {
	display: block;
	overflow: hidden;
	height: 100px;
}

@media all and (min-width: 1024px) {
	.notice .column .tit {
		height: 130px;
	}
}

.notice .column .tit a {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	line-height: 24px;
	height: 85px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	white-space: normal;
	text-overflow: ellipsis;
	text-align: left;
}

@media all and (min-width: 1024px) {
	.notice .column .tit a {
		padding-top: 0;
		height: 100px;
		-webkit-line-clamp: 4;
	}
	.notice .column .tit a:hover {
		text-decoration: underline;
	}
}

.notice .column .tit a + span {
	color: #777;
}

.notice .column .date {
	font-size: 14px;
	color: #777;
}

.notice .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.notice .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.notice .swiper-pagination-bullet-active {
	background-color: #009dff;
}

.detail .sub > div {
	padding-top: 0 !important;
}

.sub:after {
	content: '';
	display: block;
	clear: both;
}

.sub > h2 {
	font-size: 30px;
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.sub > h2 {
		font-size: 50px;
	}
}

.sub > div {
	padding-top: 40px;
}

@media all and (min-width: 1024px) {
	.sub > div {
		float: left;
		width: 100%;
	}
}

.sub h2 {
	padding: 75px 0 0px;
	font-size: 30px;
}

@media all and (min-width: 1024px) {
	.sub h2 {
		position: relative;
		font-size: 47px;
		padding: 100px 0 50px 26.5%;
		border-bottom: 1px solid #dbdbdb;
		height: 200px;
	}
}

@media all and (min-width: 1024px) {
	.sub h2 img {
		width: auto;
		position: absolute;
		left: 26.5%;
		top: 100px;
	}
}

@media all and (min-width: 1024px) {
	.sub .lnb {
		width: 26.5%;
	}
}

@media all and (min-width: 1024px) {
	.sub .lnb + .content {
		width: 73.5%;
	}
}

.sub .search__text label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 16px;
	color: #888;
}

.sub .search__box {
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	top: auto;
	line-height: 42px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 55px;
	border: 1px solid #bbb;
	background-color: #fcfcfc;
}

@media all and (min-width: 1024px) {
	.sub .search__box {
		width: 640px;
	}
}

.sub .search__input {
	width: 100%;
	background: transparent;
	font-size: 16px;
	outline: none;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .search__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	background: url("/images/contents/magnifying.png") #c7c7c7 center no-repeat;
	background-size: 20px;
	transition: background-color 0.2s ease-in-out;
}

@media all and (min-width: 1024px) {
	.sub .search__button:hover {
		background-color: #999;
	}
}

.sub .search__result {
	padding-bottom: 40px;
}

@media all and (min-width: 1024px) {
	.sub .search__result {
		padding-bottom: 50px;
	}
}

.sub .profile ul:after {
	content: '';
	display: block;
	clear: both;
}

@media all and (min-width: 1024px) {
	.sub .profile ul {
		display: flex;
		flex-wrap: wrap;
	}
}

.sub .profile li {
	margin-top: 60px;
}

@media all and (min-width: 1024px) {
	.sub .profile li {
		margin-top: 80px;
		flex-basis: 28%;
		display: flex;
		flex-direction: column;
	}
	.sub .profile li + li {
		margin-left: 8%;
	}
	.sub .profile li:nth-child(1), .sub .profile li:nth-child(2), .sub .profile li:nth-child(3) {
		margin-top: 50px;
	}
	.sub .profile li:nth-child(3n + 1) {
		margin-left: 0;
	}
}

.sub .profile a {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .profile img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}

.sub .profile-image {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background-color: #b5bec3;
}

@media all and (min-width: 1024px) {
	.sub .profile-image {
		padding-top: 133.57%;
	}
}

@media all and (min-width: 1024px) {
	.sub .profile-detail__link:hover {
		text-decoration: underline;
	}
}

.sub .profile-name {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	font-size: 26px;
	line-height: 38px;
	margin: 20px 0 10px;
}

.sub .profile-position {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.sub .profile-position {
		overflow: hidden;
	}
}

.sub .profile-position, .sub .profile-contact .email {
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 24px;
}

.sub .profile-contact {
	padding-bottom: 60px;
}

.sub .profile-contact:after {
	content: '';
	display: block;
	clear: both;
}

.sub .profile-contact .email {
	text-decoration: underline;
}

@media all and (min-width: 1024px) {
	.sub .profile-contact {
		position: relative;
	}
}

.sub .profile .no-data {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 20px;
}

@media all and (min-width: 1024px) {
	.sub .profile .no-data {
		padding-top: 28px;
	}
}

.sub .profile-wrap {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

@media all and (min-width: 1024px) {
	.sub .profile-wrap {
		max-width: 1440px;
		padding: 0 40px;
	}
}

.sub .profile-wrap .contact {
	position: relative;
	height: 65px;
}

@media all and (min-width: 1024px) {
	.sub .profile-wrap .contact {
		height: auto;
	}
}

@media all and (min-width: 1024px) {
	.sub .profile-wrap h2 {
		height: auto;
	}
}

.sub .profile-detail .row:last-child {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
}

.sub .profile-detail .row:nth-child(n + 3) .desc {
	line-height: 28px;
}

@media all and (min-width: 1024px) {
	.sub .profile-detail .row:nth-child(n + 3) .desc {
		line-height: 32px;
	}
}

@media all and (min-width: 1024px) {
	.sub .profile-detail .row .column-right {
		padding-right: 360px;
	}
}

.sub .profile-detail p {
	position: relative;
}

.sub .profile-detail p span {
	line-height: 22px;
}

@media all and (min-width: 1024px) {
	.sub .profile-detail p span {
		line-height: 24px;
	}
}

.sub .profile-detail p span:first-child {
	display: block;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.sub .profile-detail p span:first-child {
		display: inline-block;
		width: auto;
		position: absolute;
		left: 0;
		top: 0;
	}
}

.sub .profile-detail p span:last-child {
	display: block;
	width: 100%;
}

@media all and (min-width: 1024px) {
	.sub .profile-detail p span:last-child {
		padding-left: 160px;
	}
}

.sub .profile-detail p div + div {
	margin-top: 18px;
}

@media all and (min-width: 1024px) {
	.sub .profile-detail p div + div {
		margin-top: 16px;
	}
}

.sub .download {
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	width: 49%;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dbdbdb;
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .download:first-child {
	left: 0;
}

.sub .download:last-child {
	right: 0;
}

@media all and (min-width: 1024px) {
	.sub .download:hover {
		background-color: #009dff;
		border-color: #009dff;
		color: #fff;
	}
}

.sub .detail-visual {
	background-color: #b5bec3;
}

.sub .detail-visual .img-wrap {
	position: relative;
	width: 320px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-animation-name: image-motion;
	animation-name: image-motion;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

@media all and (min-width: 1024px) {
	.sub .detail-visual .img-wrap {
		width: 500px;
		height: 500px;
		padding-top: 0;
		text-align: center;
	}
}

.sub .detail-visual .img-wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes image-motion {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@-moz-keyframes image-motion {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes image-motion {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes image-motion {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.sub .line-link {
	display: block;
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	width: 60px;
	padding-bottom: 5px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.sub .line-link {
		width: 120px;
	}
}

.sub .line-link:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.4);
}

.sub .line-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: black;
	transition: width 0.3s ease-in-out;
}

.sub .line-link.no-mobile {
	padding-bottom: 5px !important;
	width: 120px !important;
}

@media all and (min-width: 1024px) {
	.sub .line-link:hover:after {
		width: 100%;
	}
}

.sub .row {
	padding: 35px 0;
	border-top: 1px solid #d5d5d5;
}

.sub .row.no-pb {
	padding-bottom: 0;
}

@media all and (min-width: 1024px) {
	.sub .row {
		padding: 40px 0 55px;
	}
}

.sub .row.no-type {
	padding: 0;
	border-top: none;
}

.sub .row.margin-bottom {
	margin-bottom: 60px;
}

.sub .row .column {
	display: block;
	width: 100%;
}

.sub .row .column.mobile-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.sub .row .column.mobile-table .column-left {
	display: table-cell;
	vertical-align: top;
	width: 25%;
}

.sub .row .column.mobile-table .column-right {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

@media all and (min-width: 1024px) {
	.sub .row .column {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.sub .row .column-left {
		display: table-cell;
		vertical-align: top;
		width: 25%;
	}
	.sub .row .column-right {
		position: relative;
		display: table-cell;
		vertical-align: top;
	}
}

.sub .row .line-link {
	display: inline-block;
	text-align: left;
	margin-top: 25px;
}

.sub .row .line-link + .line-link {
	margin-left: 5px;
}

.sub .row .position, .sub .row .email {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	font-size: 18px;
	line-height: 30px;
	display: block;
}

@media all and (min-width: 1024px) {
	.sub .row .position, .sub .row .email {
		font-size: 20px;
		line-height: 32px;
	}
}

.sub .row h2 {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	font-size: 26px;
	line-height: 38px;
	padding: 30px 0 10px;
	border-bottom: 0;
}

@media all and (min-width: 1024px) {
	.sub .row h2 {
		font-size: 60px;
		line-height: 89px;
		padding: 20px 0 10px;
	}
}

.sub .row h3 {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	font-size: 20px;
	line-height: 30px;
}

.sub .row .desc {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	padding-top: 10px;
}

.sub .row .desc:first-child {
	padding-top: 18px;
}

@media all and (min-width: 1024px) {
	.sub .row .desc {
		font-size: 16px;
		padding-top: 0;
	}
	.sub .row .desc:first-child {
		padding-top: 0;
	}
}

@media all and (min-width: 1024px) {
	.sub .row .contact {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 280px;
	}
}

.sub .row .contact:after {
	content: '';
	display: block;
	clear: both;
}

.sub .row .contact a {
	margin-top: 25px;
}

@media all and (min-width: 1024px) {
	.sub .row .contact a {
		margin-top: 0;
	}
}

.sub .row .email {
	text-decoration: underline;
}

.sub .social-commitments {
	width: 100%;
}

@media all and (min-width: 1024px) {
	.sub .social-commitments {
		width: 640px;
		margin: 0 auto;
		margin-top: 20px;
	}
}

.sub .social-commitments p, .sub .social-commitments strong {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.sub .social-commitments strong {
	display: block;
	margin-top: 30px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .social-commitments .pc-block {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .social-commitments .row + .row {
	margin-top: 48px;
}

.sub .social-commitments img {
	width: 100%;
}

@media all and (min-width: 1024px) {
	.sub .social-commitments img {
		width: auto;
	}
}

@media all and (min-width: 1024px) {
	.sub .social-commitments .pc-block {
		display: block;
	}
}

.sub .practice-wrap [data-js="textMotion"] {
	overflow: hidden;
}

@media all and (min-width: 1024px) {
	.sub .practice-wrap .column-left {
		width: 26.5%;
	}
}

@media all and (min-width: 1024px) {
	.sub .practice-wrap .column-right .column-left {
		width: 360px;
		padding-right: 80px;
	}
}

@media all and (min-width: 1024px) {
	.sub .practice-wrap .column-right .column-right {
		padding-right: 30%;
	}
}

.sub .practice-wrap h3 {
	margin-bottom: 18px;
}

@media all and (min-width: 1024px) {
	.sub .practice-wrap h3 {
		margin-bottom: 0;
	}
}

.sub .practice-wrap h3 > span {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .practice-wrap li {
	font-size: 14px;
	line-height: 24px;
}

.sub .practice-wrap li + li {
	margin-top: 10px;
}

.sub .practice-wrap .row:first-child {
	padding-top: 0;
	border-top: none;
}

@media all and (min-width: 1024px) {
	.sub .practice-wrap .pc-block {
		display: block;
	}
}

.sub .board h3 {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 10px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .board .search__box {
	margin-bottom: 40px;
}

.sub .board .row {
	padding: 0;
	border: none;
}

@media all and (min-width: 1024px) {
	.sub .board .search__box {
		width: 280px;
	}
	.sub .board .column-left {
		width: auto;
	}
	.sub .board .column-right {
		width: 280px;
	}
}

.sub .board-list li {
	position: relative;
	width: 100%;
}

.sub .board-list li + li {
	margin-top: 25px;
}

@media all and (min-width: 1024px) {
	.sub .board-list li + li {
		margin-top: 0;
	}
}

@media all and (min-width: 1024px) {
	.sub .board-list a:hover span {
		text-decoration: underline;
		color: #0b9dff;
	}
}

.sub .board-list span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: ellipsis;
}

@media all and (min-width: 1024px) {
	.sub .board-list span {
		line-height: 48px;
		height: auto;
		-webkit-line-clamp: 1;
	}
}

.sub .board-list span.tit {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.sub .board-list span.tit {
		height: 50px;
		padding-right: 150px;
		height: auto;
	}
}

.sub .board-list span.date {
	color: #777;
	margin-top: 5px;
}

@media all and (min-width: 1024px) {
	.sub .board-list span.date {
		width: auto;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
	}
}

.sub .board .pagenation {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 60px;
}

.sub .board .pagenation ul {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

@media all and (min-width: 1024px) {
	.sub .board .pagenation ul {
		text-align: left;
	}
}

.sub .board .pagenation ul li {
	display: inline-block;
}

.sub .board .pagenation ul.btn-group {
	text-align: left;
	width: 105px;
}

.sub .board .pagenation ul:last-child {
	padding-bottom: 5px;
}

.sub .board .pagenation a {
	padding: 0 10px;
	color: #777;
	font-size: 16px;
	line-height: 40px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .board .pagenation a.is-active {
	color: #000;
}

.sub .board .pagenation a.next, .sub .board .pagenation a.prev {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.sub .board .pagenation a.next:after, .sub .board .pagenation a.prev:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.sub .board .pagenation a.prev:after {
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	transform: translateY(-50%) rotate(45deg);
}

.sub .board .no-data {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

@media all and (min-width: 1024px) {
	.sub .board .no-data {
		padding-bottom: 200px;
	}
}

@media all and (min-width: 1024px) {
	.sub .board-detail {
		width: 640px;
	}
}

.sub .board-detail h3 {
	font-size: 30px;
	line-height: 45px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .board-detail h4 .tit {
	display: block;
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
	font-size: 20px;
	line-height: 34px;
	margin: 20px 0 0;
}

@media all and (min-width: 1024px) {
	.sub .board-detail h4 .tit {
		margin: 40px 0 0;
	}
}

.sub .board-detail h4 .date {
	font-size: 14px;
	line-height: 44px;
	color: #333;
	margin-bottom: 40px;
}

.sub .board-detail p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin: 30px 0;
}

.sub .board-detail p + img {
	margin-top: 0;
}

.sub .board-detail img {
	width: 100%;
	margin: 30px 0;
}

.sub .board-detail img + p {
	margin-top: 0;
}

.sub .board-detail .art_photo_wrap {
	margin: 30px 0;
}

.sub .board-detail .art_photo_wrap img, .sub .board-detail .art_photo_wrap p {
	margin: 0;
}

.sub .board-detail span {
	font-size: 14px;
	color: #333;
}

.sub .map {
	height: 200px;
	overflow: hidden;
	margin: 0 -20px;
}

@media all and (min-width: 1024px) {
	.sub .map {
		width: 100%;
		height: 400px;
		margin: 0;
	}
}

.sub .map img {
	width: 100%;
	height: 100%;
}

.sub .contacts {
	margin-top: 30px;
}

.sub .contacts ul:after {
	content: '';
	display: block;
	clear: both;
}

.sub .contacts ul li {
	float: left;
	width: 49%;
}

@media all and (min-width: 1024px) {
	.sub .contacts ul li {
		width: 32% !important;
	}
}

.sub .contacts ul li + li {
	margin-left: 2%;
}

.sub .contacts ul li:last-child {
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}

@media all and (min-width: 1024px) {
	.sub .contacts ul li:last-child {
		margin-top: 0;
	}
}

.sub .contacts ul li span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

.sub .contacts ul li span.tit {
	line-height: 32px;
	color: #333;
	margin-bottom: 5px;
	font-family: inherit !important;
}

@media all and (min-width: 1024px) {
	.sub .contacts ul li span.tit {
		margin-bottom: 13px;
	}
}

.sub .contacts ul li span a {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.sub .contacts ul li span a:hover {
		text-decoration: underline;
	}
}

.sub .the-firm {
	width: 100%;
}

.sub .the-firm img {
	width: 100%;
}

.sub .the-firm .swiper-arrow {
	position: absolute;
	left: 4%;
	bottom: 4%;
	z-index: 99;
	display: none;
}

@media all and (min-width: 1024px) {
	.sub .the-firm .swiper-arrow {
		display: block;
	}
}

.sub .the-firm .swiper-arrow li {
	display: inline-block;
}

.sub .the-firm .swiper-arrow li + li {
	margin-left: 40px;
}

.sub .the-firm .swiper-arrow li button {
	font-size: 35px;
	opacity: .3;
	transition: opacity 0.3s ease-in-out;
}

.sub .the-firm .swiper-arrow li button:hover {
	opacity: 1;
}

.sub .the-firm .swiper-pagination-bullets {
	position: absolute !important;
	bottom: 10px;
	z-index: 99;
}

@media all and (min-width: 1024px) {
	.sub .the-firm .swiper-pagination-bullets {
		left: auto;
		width: auto;
		right: 4%;
		bottom: 6%;
	}
}

.sub .the-firm .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	background-color: #fff;
	opacity: .3;
	margin: 10px 0 !important;
	border-radius: 0 !important;
}

.sub .the-firm .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.sub .the-firm .swiper-pagination-bullets .swiper-pagination-bullet + span {
	margin-left: 10px !important;
}

.sub .the-firm__list {
	margin: 30px 0;
}

.sub .the-firm__list li {
	position: relative;
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
	font-size: 26px;
	line-height: 40px;
	border-bottom: 2px solid #000;
	padding-right: 50px;
	padding-bottom: 10px;
}

@media all and (min-width: 1024px) {
	.sub .the-firm__list li {
		font-size: 36px;
		line-height: 70px;
	}
}

.sub .the-firm__list li + li {
	margin-top: 15px;
}

.sub .the-firm__list li .mobile-block {
	display: block;
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
}

@media all and (min-width: 1024px) {
	.sub .the-firm__list li .mobile-block {
		display: inline;
	}
}

.sub .the-firm__list li .num {
	font-family: "Spoqa Han Sans Regular", "Malgun Gothic", sans-serif;
	position: absolute;
	right: 0;
	font-size: 18px;
	color: #777;
	line-height: 1;
	bottom: 15px;
}

@media all and (min-width: 1024px) {
	.sub .the-firm__list li .num {
		font-size: 20px;
		bottom: 20px;
	}
}

@media all and (min-width: 1024px) {
	.sub .the-firm__desc {
		width: 640px;
	}
}

.sub .the-firm__desc li + li {
	margin-top: 40px;
}

.sub .the-firm__desc li strong {
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 36px;
	display: block;
}

@media all and (min-width: 1024px) {
	.sub .the-firm__desc li strong {
		margin-bottom: 10px;
	}
	.sub .the-firm__desc li strong .pc-block {
		font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
		display: block;
	}
}

.sub .the-firm__desc li p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.sub .the-firm__desc .pc-block {
	font-family: "Spoqa Han Sans Bold", "Malgun Gothic", sans-serif;
}

.sub .the-firm__row {
	border-top: none;
}

.sub .the-firm__row h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

@media all and (min-width: 1024px) {
	.sub .the-firm__row h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}
}

.sub .the-firm__row:first-child {
	border-top: none !important;
}

.sub .the-firm__row:last-child {
	padding-bottom: 0;
}

.sub .the-firm__row ~ .the-firm__row {
	border-top: 1px solid #d5d5d5;
}

@media all and (min-width: 1024px) {
	.sub .the-firm__row .column-left {
		width: 26.5%;
	}
}

:lang(en) .the-firm__row {
	padding-bottom: 47px;
}

@media all and (min-width: 1024px) {
	:lang(en) .the-firm__row {
		padding: 40px 0 55px;
	}
}

:lang(en) .the-firm__row:last-child {
	padding-top: 52px;
}

@media all and (min-width: 1024px) {
	:lang(en) .the-firm__row:last-child {
		padding-bottom: 0;
	}
}

:lang(en) .the-firm__row h3 {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
}

@media all and (min-width: 1024px) {
	:lang(en) .the-firm__row .column-right > * {
		width: 640px;
	}
}

.header nav ul > li{position:relative;}
.header nav ul > li > ul{position:absolute; display:none; width:100%; left:0; top:80px; z-index:300;}
.header nav ul > li > ul li{width:100%; padding:0;}
.header nav ul > li > ul li a{display:block; padding:0; height:35px; text-align:center; color:#777;}
.header nav ul > li > ul li a:hover{color:#009dff;}
.header .nav_blind{display:none; position:absolute; width:100%; height:120px; left:0; top:60px; background:#fff; border-bottom:1px solid #dbdbdb; z-index:200;}
@media all and (min-width: 1024px) {
	.header nav ul.kr > li:nth-child(3){padding:0 25px;}
	.header nav ul.en > li:nth-child(3){padding:0 40px;}
}