﻿/* 
 * ####################################################################################################
 * Company style (Style to use in web site)
 * Created : 2019-04-29 (hsohe)
 * Modified : 
 * ####################################################################################################
 */
/*
 * ====================================================================================================
 * CEO
 * ====================================================================================================
 */
/*
* --------------------------------------------------
* CEO greeting
* --------------------------------------------------
*/
@media (max-width: 900px) {
	/* Mobile */
	.ceo-greeting-section.first > div:first-child > div:nth-child(1) {
		display: inline-block;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: left;
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 18px;
	}
	.ceo-greeting-section.first > div:first-child > div:nth-child(2) {
		display: block;
		width: 35px;
		height: 30px;
		border-top: 1px solid #b01c20;
	}
	.ceo-greeting-section.first > div:first-child > div:nth-child(3) {
		display: inline-block;
		width: 100%;
		padding-bottom: 40px;
		font-size: 12px;
		text-align: left;
	}
	.ceo-greeting-section.first > div:first-child > div:nth-child(3) > .impact {
		color: #b01c20;
		font-family: 'Noto Sans KR R';
	}
	.ceo-greeting-section.first > div:last-child > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ceo-greeting-section.last > div.section > div {
		width: 100%;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.ceo-greeting-section.last > div.section > div:nth-child(1) {
		width: 100%;
		text-align: left;
		color: #000000;
		font-size: 12px;
		line-height: 160%;
	}
	.ceo-greeting-section.last > div.section > div:nth-child(2) {
		width: 100%;
		font-size: 12px;
		line-height: 160%;
	}
	.ceo-greeting-section.last img {
		width: 96px;
		height: 28px;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.ceo-greeting-section.first > div:first-child > div:nth-child(1) {
		display: block;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		text-align: left;
		color: #b01c20;
		font-family: 'Noto Sans KR M';
		font-size: 20px;
	}
	.ceo-greeting-section.first > div:first-child > div:nth-child(2) {
		display: block;
		width: 40px;
		height: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-top: 1px solid #b01c20;
	}
	.ceo-greeting-section.first > div:first-child > div:nth-child(3) {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		text-align: left;
	}
	.ceo-greeting-section.first > div:first-child > div:nth-child(3) > .impact {
		color: #b01c20;
		font-family: 'Noto Sans KR R';
	}
	.ceo-greeting-section.first > div:last-child {
		height: 350px;
	}
	.ceo-greeting-section.last > div {
		padding-top: 30px;
	}
	.ceo-greeting-section.last > div > div {
		width: 100%;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.ceo-greeting-section.last > div > div:first-child {
		width: 100%;
		text-align: left;
		color: #000000;
	}
	.ceo-greeting-section.last > div > div:first-child {
		width: 100%;
		text-align: left;
		color: #000000;
	}
	.ceo-greeting-section.last > div > div:last-child {
		width: 100%;
	}
}
/*
* --------------------------------------------------
* CEO history
* --------------------------------------------------
*/
.ceo-history {
	display: block;
	width: 100%;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.ceo-history > .section {
	overflow: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.ceo-history > .section:last-child {
	border-top: 1px solid #d0d0d0;
}
@media (max-width: 900px) {
	/* Mobile */
	.ceo-history > .section {
		padding-top: 0;
		padding-bottom: 5px;
	}
	.ceo-history > .section > .title {
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		text-align: left;
		color: #000000;
		font-family: 'Noto Sans';
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
	}
	.ceo-history > .section > .content {
		display: block;
		width: 100%;
	}
	.ceo-history > .section > .content > .item {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.ceo-history > .section > .content > .item > div:first-child {
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		text-align: left;
		color: #b01c20;
		font-family: 'Noto Sans KR M';
		font-size: 12px;
	}
	.ceo-history > .section > .content > .item > div:last-child {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-size: 12px;
		text-align: left;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.ceo-history > .section > .title {
		display: inline-block;
		float: left;
		width: 130px;
		text-align: left;
		color: #000000;
		font-family: 'Noto Sans';
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;
	}
	.ceo-history > .section > .content {
		display: inline-block;
		float: right;
		width: calc(100% - 220px);
	}
	.ceo-history > .section > .content > .item {
		display: block;
		overflow: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.ceo-history > .section > .content > .item > div:first-child {
		display: inline-block;
		float: left;
		width: 200px;
		text-align: left;
		color: #b01c20;
		font-family: 'Noto Sans KR M';
		text-indent: -1em;
		margin-left: 1em;
	}
	.ceo-history > .section > .content > .item > div:last-child {
		display: inline-block;
		float: right;
		width: 500px;
		text-align: left;
	}
}
/*
 * ====================================================================================================
 * Overview
 * ====================================================================================================
 */
/*
* --------------------------------------------------
* Overview
* --------------------------------------------------
*/
@media (max-width: 900px) {
	/* Mobile */
	.overview-intro-section > .section:nth-child(1) {
		width: 100%;
	}
	.overview-intro-section > .section:nth-child(1) img {
		width: 341px;
		height: 171px;
	}
	.overview-intro-section > .section:nth-child(2) {
		width: 100%;
		padding-top: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-size: 12px;
	}
	.overview-intro-section > .section:nth-child(2) > div {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-size: 12px;
		text-align: left;
	}
	.overview-intro-section > .section:nth-child(2) > div:nth-child(1) {
		text-align: left;
		font-family: 'Noto Sans KR M';
		line-height: 1.0em;
	}
	.overview-intro-section > .section:nth-child(2) > div:nth-child(2),
	.overview-intro-section > .section:nth-child(2) > div:nth-child(2) p {
		text-align: left;
		line-height: 190%;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.overview-intro-section > .section:nth-child(1) {
		width: 380px;
		height: 380px;
	}
	.overview-intro-section > .section:nth-child(2) {
		width: calc(100% - 380px);
		height: 380px;
		padding-left: 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.overview-intro-section > .section:nth-child(2) > div {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		text-align: left;
	}
	.overview-intro-section > .section:nth-child(2) > div:nth-child(1) {
		text-align: left;
		font-family: 'Noto Sans KR M';
		line-height: 1.0em;
	}
	.overview-intro-section > .section:nth-child(2) > div:nth-child(2),
	.overview-intro-section > .section:nth-child(2) > div:nth-child(2) p {
		text-align: left;
		line-height: 190%;
	}
}
/*
* --------------------------------------------------
* Overview chart
* --------------------------------------------------
*/
@media (max-width: 900px) {
	/* Mobile */
	.layout-overview-chart img {
		content: url('/company/images/overview-chart-m.png');
		width: 340px;
		height: 313px;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
}
/*
* --------------------------------------------------
* Company history
* --------------------------------------------------
*/
.overview-history {
	display: inline-block;
	width: 100%;
}
@media (max-width: 900px) {
	/* Mobile */
	.overview-history > .first {
		display: block;
		width: 100%;
	}
	.overview-history > .first div {
		text-align: left;
	}
	.overview-history > .first > div:nth-child(1) {
		display: inline-block;
		float: left;
		width: 90px;
		font-family: 'Noto Sans KR L';
		font-size: 21px;
		line-height: 1.3em;
	}
	.overview-history > .first > div:nth-child(2) {
		display: inline-block;
		float: left;
		width: calc(100% - 90px);
		color: #b01c20;
		font-family: 'Noto Sans';
		font-weight: 700;
		font-size: 25px;
		line-height: 1.0em;
	}
	.overview-history > .first > div:nth-child(3) {
		display: inline-block;
		width: 100%;
		margin-top: 15px;
		font-family: 'Noto Sans KR L';
		font-size: 12px;
		line-height: 1.0em;
		white-space: nowrap;
	}
	.overview-history > .first > div:nth-child(3) br {
		display: none;
	}
	.overview-history > .line {
		display: none;
	}
	.overview-history > .table {
		display: block;
		width: 100%;
		margin-top: 20px;
		border-top: 1px solid #b01c20;
		border-bottom: 1px solid #b01c20;
	}
	.overview-history > .table > .row {
		display: inline-block;
		width: 100%;
	}
	.overview-history > .table div {
		text-align: left;
	}
	.overview-history > .table > .row:not(:last-child) {
		border-bottom: 1px solid #d0d0d0;
	}
	.overview-history > .table > .row > .year {
		display: inline-block;
		float: left;
		width: 66px;
		padding-top: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		color: #b01c20;
		font-family: 'Noto Sans';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.0em;
	}
	.overview-history > .table > .row > .content {
		display: inline-block;
		float: right;
		width: calc(100% - 66px);
		padding-top: 8px;
		padding-bottom: 12px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-family: 'Noto Sans KR L';
		font-size: 12px;
		line-height: 160%;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.overview-history > .first {
		display: inline-block;
		float: left;
		width: 240px;
	}
	.overview-history > .first div {
		text-align: left;
	}
	.overview-history > .first > div:nth-child(1) {
		display: inline-block;
		width: 100%;
		font-family: 'Noto Sans KR L';
		font-size: 36px;
		line-height: 1.0em;
	}
	.overview-history > .first > div:nth-child(2) {
		display: inline-block;
		width: 100%;
		margin-top: 5px;
		color: #b01c20;
		font-family: 'Noto Sans';
		font-weight: 700;
		font-size: 42px;
		line-height: 1.0em;
	}
	.overview-history > .first > div:nth-child(3) {
		display: inline-block;
		width: 100%;
		margin-top: 15px;
		font-family: 'Noto Sans KR L';
		font-size: 16px;
		line-height: 24px;
	}
	.overview-history > .line {
		display: inline-block;
		float: left;
		width: 128px;
		text-align: left;
	}
	.overview-history > .table {
		display: inline-block;
		float: right;
		width: calc(100% - 368px);
	}
	.overview-history > .table > .row {
		display: inline-block;
		width: 100%;
		min-height: 67px;
	}
	.overview-history > .table div {
		text-align: left;
	}
	.overview-history > .table > .row:not(:last-child) {
		border-bottom: 1px dotted #d0d0d0;
	}
	.overview-history > .table > .row > .year {
		display: inline-block;
		float: left;
		width: 115px;
		min-height: 67px;
		padding-top: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		color: #b01c20;
		font-family: 'Noto Sans';
		font-weight: 700;
		font-size: 24px;
		line-height: 1.0em;
	}
	.overview-history > .table > .row > .content {
		display: inline-block;
		float: right;
		width: calc(100% - 115px);
		min-height: 67px;
		padding-top: 12px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-family: 'Noto Sans KR L';
		font-size: 16px;
		line-height: 36px;
	}
}
/*
* --------------------------------------------------
* Overview associate
* --------------------------------------------------
*/
.overview-associate {
	display: block;
	width: 100%;
}
@media (max-width: 900px) {
	/* Mobile */
	.overview-associate > .title {
		display: inline-block;
		width: 100%;
		text-align: left;
		font-family: 'Noto Sans KR L';
		font-size: 21px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.overview-associate > .title label.impact {
		font-family: 'Noto Sans KR M';
	}
	.overview-associate > .item.pc-only {
		display: none;
	}
	.overview-associate > .item.mobile-only {
		display: table;
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-spacing: 10px;
		border-collapse: separate;
	}
	.overview-associate > .item.mobile-only:last-child {
		width: auto;
		margin: 0 auto;
	}
	.overview-associate > .item.mobile-only > div {
		display: table-cell;
		width: 76px;
		height: 76px;
		border: 1px solid #bc4f51;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 12px;
		vertical-align: middle;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.overview-associate > .title {
		display: inline-block;
		width: 100%;
		text-align: left;
		font-family: 'Noto Sans KR L';
		font-size: 36px;
		line-height: 36px;
	}
	.overview-associate > .title label.impact {
		font-family: 'Noto Sans KR M';
	}
	.overview-associate > .item.mobilepc-only {
		display: none;
	}
	.overview-associate > .item.pc-only {
		display: table;
		width: 100%;
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-spacing: 18px;
		border-collapse: separate;
	}
	.overview-associate > .item.pc-only > div {
		display: table-cell;
		width: 124px;
		height: 124px;
		border: 1px solid #bc4f51;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 16px;
		vertical-align: middle;
	}
}
/*
 * ====================================================================================================
 * Objective
 * ====================================================================================================
 */
/*
* --------------------------------------------------
* Instruction
* --------------------------------------------------
*/
.objective-instruction {
	display: inline-block;
	width: 100%;
}
@media (max-width: 900px) {
	/* Mobile */
	.objective-instruction > .title {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		font-family: 'Noto Sans';
		font-size: 25px;
		line-height: 25px;
		font-weight: 400;
		text-align: left;
	}
	.objective-instruction > .title > label.impact {
		color: #b01c20;
		font-family: 'Noto Sans';
		font-size: 25px;
		line-height: 25px;
		font-weight: 700;
	}
	.objective-instruction > .content {
		display: block;
		width: 100%;
	}
	.objective-instruction > .content > .item {
		display: block;
		width: 100%;
	}
	.objective-instruction > .content > .item:not(:last-child) {
		margin-bottom: 30px;
	}
	.objective-instruction > .content > .item > .img {
		position: relative;
		display: block;
		width: 100%;
		height: 184px;
	}
	.objective-instruction > .content > .item > .img > div:first-child img {
		width: 100%;
		height: 184px;
		object-fit: cover;
		-webkit-filter: brightness(60%);
		   -moz-filter: brightness(60%);
		        filter: url(#brightness);
		        filter: brightness(60%);
	}
	.objective-instruction > .content > .item > .img > div:first-child div.cover {
		display: none;
	}
	.objective-instruction > .content > .item > .img > div:last-child {
		position: absolute;
		display: block;
		top: 75px;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		color: #ffffff;
		font-family: 'Noto Sans KR R';
		font-size: 18px;
		text-align: center;
	}
	.objective-instruction > .content > .item > .desc {
		padding-top: 10px;
		font-size: 12px;
		text-align: center;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.objective-instruction > .title {
		display: block;
		width: 100%;
		margin-bottom: 50px;
		font-family: 'Noto Sans';
		font-size: 36px;
		line-height: 36px;
		font-weight: 400;
		text-align: left;
	}
	.objective-instruction > .title > label.impact {
		color: #b01c20;
		font-family: 'Noto Sans';
		font-size: 36px;
		line-height: 36px;
		font-weight: 700;
	}
	.objective-instruction > .content {
		display: block;
		width: 100%;
	}
	.objective-instruction > .content > .item {
		display: inline-block;
		float: left;
		width: 310px;
	}
	.objective-instruction > .content > .item:not(:last-child) {
		margin-right: 35px;
	}
	.objective-instruction > .content > .item > .img {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.objective-instruction > .content > .item > .img > div:first-child {
		position: relative;
		width: 310px;
		height: 310px;
	}
	.objective-instruction > .content > .item > .img > div:first-child img {
		position: absolute;
		top: 0;
		left: 0;
		width: 310px;
		height: 310px;
	}
	.objective-instruction > .content > .item > .img > div:first-child div.cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 310px;
		height: 310px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.objective-instruction > .content > .item > .img > div:last-child {
		position: absolute;
		display: block;
		top: 140px;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		color: #ffffff;
		font-family: 'Noto Sans KR R';
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.objective-instruction > .content > .item > .desc {
		padding-top: 15px;
		font-size: 16px;
		line-height: 16px;
		text-align: left;
	}
}
/*
 * ====================================================================================================
 * Location
 * ====================================================================================================
 */
/*
* --------------------------------------------------
* Contact us
* --------------------------------------------------
*/
.location-contactus {
	display: inline-block;
	width: 100%;
}
@media (max-width: 900px) {
	/* Mobile */
	.location-contactus > .block {
		display: inline-block;
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.location-contactus > .block:last-child {
		display: inline-block;
		float: right;
		width: 50%;
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-left: 1px solid #d0d0d0;
	}
	.location-contactus > .block > .item {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.location-contactus > .block > .item > .title {
		display: block;
		width: 100%;
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}
	.location-contactus > .block > .item > .sub-title {
		display: block;
		width: 100%;
		font-family: 'Noto Sans KR R';
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}
	.location-contactus > .block > .item > .content {
		display: block;
		width: 100%;
		font-family: 'Noto Sans KR L';
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}
	.location-contactus > .block:last-child > .item:not(:first-child) > .title {
		display: none;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.location-contactus > .block {
		display: inline-block;
		float: left;
		width: 500px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.location-contactus > .block:last-child {
		display: inline-block;
		float: right;
		width: calc(100% - 500px);
		padding-left: 50px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-left: 1px solid #d0d0d0;
	}
	.location-contactus > .block > .item {
		display: block;
		width: 100%;
		height: 33px;
	}
	.location-contactus > .block > .item > .title {
		display: inline-block;
		float: left;
		width: 100px;
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 16px;
		text-align: left;
	}
	.location-contactus > .block > .item > .sub-title {
		display: inline-block;
		float: left;
		width: 100px;
		font-family: 'Noto Sans KR R';
		font-size: 16px;
		text-align: left;
	}
	.location-contactus > .block > .item > .content {
		display: inline-block;
		float: left;
		width: calc(100% - 200px);
		font-family: 'Noto Sans KR L';
		font-size: 16px;
		text-align: left;
	}
}
/*
* --------------------------------------------------
* Location map
* --------------------------------------------------
*/
@media (max-width: 900px) {
	/* Mobile */
	.location-map > iframe {
		width: 100%;
		height: 300px;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.location-map > iframe {
		width: 100%;
		height: 600px;
	}
}
/*
* --------------------------------------------------
* Transport
* --------------------------------------------------
*/
.location-transport {
	display: inline-block;
	width: 100%;
}
@media (max-width: 900px) {
	/* Mobile */
	.location-transport > .item {
		display: inline-block;
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.location-transport > .item:last-child {
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-left: 1px solid #d0d0d0;
	}
	.location-transport > .item > .icon {
		display: inline-block;
		float: left;
		width: 60px;
		text-align: left;
	}
	.location-transport > .item > .icon > img {
		width: 70%;
	}
	.location-transport > .item > .content {
		display: inline-block;
		float: left;
		width: calc(100% - 60px);
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.location-transport > .item > .content > div:first-child {
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 12px;
		line-height: 18px;
		text-align: left;
	}
	.location-transport > .item > .content > div:last-child {
		font-size: 12px;
		line-height: 18px;
		text-align: left;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.location-transport > .item {
		display: inline-block;
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.location-transport > .item:last-child {
		padding-left: 50px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		border-left: 1px solid #d0d0d0;
	}
	.location-transport > .item > .icon {
		display: inline-block;
		float: left;
		width: 90px;
		text-align: left;
	}
	.location-transport > .item > .content {
		display: inline-block;
		float: left;
		width: calc(100% - 90px);
	}
	.location-transport > .item > .content > div:first-child {
		height: 34px;
		color: #b01c20;
		font-family: 'Noto Sans KR R';
		font-size: 16px;
		text-align: left;
	}
	.location-transport > .item > .content > div:last-child {
		font-size: 16px;
		text-align: left;
	}
}
/*
 * ====================================================================================================
 * Certification
 * ====================================================================================================
 */
/*
* --------------------------------------------------
* Certification
* --------------------------------------------------
*/
.certification-layout {
	display: inline-block;
	width: 100%;
}
@media (max-width: 900px) {
	/* Mobile */
	.certification-layout > .content {
		display: block;
		width: 100%;
		height: auto;
	}
	.certification-layout > .content > .item {
		display: inline-block;
		float: left;
		width: 164px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.certification-layout > .content > .item:not(:nth-child(2n)) {
		margin-right: calc(100% - 328px);
	}
	.certification-layout > .content > .item > div:first-child {
		display: block;
		width: 100%;
		height: 220px;
		border: 1px solid #d0d0d0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.certification-layout > .content > .item > div:first-child img {
		width: 100%;
		height: 100%;
	}
	.certification-layout > .content > .item > div:last-child {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 25px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-family: 'Noto Sans KR R';
		font-size: 12px;
	}
}
@media (min-width: 901px) {
	/* PC (Common) */
	.certification-layout > .content {
		display: block;
		width: 100%;
		height: auto;
	}
	.certification-layout > .content > .item {
		display: inline-block;
		float: left;
		width: 310px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.certification-layout > .content > .item:not(:nth-child(3n)) {
		margin-right: 35px;
	}
	.certification-layout > .content > .item > div:first-child {
		display: block;
		width: 100%;
		height: 415px;
		border: 1px solid #d0d0d0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.certification-layout > .content > .item > div:first-child img {
		width: 100%;
		height: 100%;
	}
	.certification-layout > .content > .item > div:last-child {
		display: block;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		font-family: 'Noto Sans KR R';
		font-size: 16px;
	}
}