@charset "UTF-8";
#brand_wrap .company {
	display: flex;
	padding: 40px 0 50px 0;
}

#brand_wrap .company .company-box {
	flex-basis: 50%;
}

#brand_wrap .company .company-box.left {
	flex-wrap: wrap;
	text-align: left;
}

#brand_wrap .company .company-box > .title {
	margin-bottom: 20px;
	font: 500 50px/1.4 'noto';
	color: #1c1c1c;
}

#brand_wrap .company .company-box > .desc-bold {
	margin-bottom: 12px;
	font:  500 26px/1.4 'noto';
	color: #666666;
}

#brand_wrap .company .company-box > .desc-nor {
	font: 500 20px /1.4 'noto';
	color: #666666;
}

#brand_wrap .company .company-box .img-area {
	width: 75%;
	margin-left: 25%;
}

#brand_wrap .company .company-box .img {
	padding-bottom: 83%;
	height: 0;
}

#brand_wrap .vision {
	background-color: #347ffe;
}

#brand_wrap .vision > .inner {
	display: flex;
	transform: translateY(80px);
}

#brand_wrap .vision > .inner .vision-box {
	flex-basis: 50%;
}

#brand_wrap .vision > .inner .vision-box .img-area {
	height: auto;
}

#brand_wrap .vision > .inner .vision-box .img {
	padding-bottom: 65%;
	height: 0;
}

#brand_wrap .vision > .inner .vision-box .title {
	margin-bottom: 30px;
	font: 700 24px/1 'noto';
	color: #fff;
}

#brand_wrap .vision > .inner .vision-box .slogan {
	z-index: 1;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font: 500 32px/1.6 'noto';
	color: #fff;
	white-space: nowrap;
}

#brand_wrap .vision > .inner .vision-box .slogan::before,
#brand_wrap .vision > .inner .vision-box .slogan::after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 20px;
	background-color: #236dea;
}

#brand_wrap .vision > .inner .vision-box .slogan::after {
	display: none;
}

#brand_wrap .vision > .inner .vision-box .slogan > br {
	display: none;
}

#brand_wrap .vision > .inner .vision-box .desc {
	font: 500 20px/1.5 'noto';
	color: #fff;
}

#brand_wrap .history {
	display: flex;
	padding: 100px 0 50px 0;
}

#brand_wrap .history .history-box {
	flex-basis: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#brand_wrap .history .title {
	margin-bottom: 30px;
}

#brand_wrap .history .title > p {
	font: 700 24px/1 'noto';
	color: #1c1c1c;
}

#brand_wrap .history table {
	vertical-align: top;
	text-align: left;
}

#brand_wrap .history table th {
	width: 150px;
	font: 600 36px/1 'scd';
	color: #347ffe;
	text-align: left;
	vertical-align: top;
}

#brand_wrap .history table td {
	position: relative;
	padding: 4px 5px 4px 25px;
	font: 500 20px/1.2 'noto';
	color: #1c1c1c;
	text-align: left;
	vertical-align: top;
}

#brand_wrap .history table td.devide {
	padding-bottom: 35px;	
}

#brand_wrap .history table td::before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 11px;
	height: 3px;
	background-color: #1c1c1c;
}

#brand_wrap .history .img-area {
	width: 86%;
	height: auto;
	margin-left: 14%;
    transform: translateY(20px);
}

#brand_wrap .history .img {
	height: 0;
	padding-bottom: 123%;
}

#brand_wrap .reward {
	padding: 50px 0 40px 0;
	background-color: #f4f4f4;
}

#brand_wrap .reward > .inner {
	display: flex;
}

#brand_wrap .reward .reward-box {
	display: flex;
}

#brand_wrap .reward .reward-box.left {
	flex-basis: 32%;
	padding: 0 6%;
}

#brand_wrap .reward .reward-box.right {
	flex-basis: 68%;
	max-width: 68%;
	justify-content: center;
	align-items: center;
}

#brand_wrap .reward .reward-box.right > .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#brand_wrap .reward .reward-box.left .img-area {
	height: auto;
}

#brand_wrap .reward .reward-box.left .img {
	padding-bottom: 159%;
	height: 0;
}

#brand_wrap .reward .reward-box.right .img-area {
	height: auto;
}

#brand_wrap .reward .reward-box.right .img {
	padding-bottom: 12%;
	height: 0;
	background-size: contain;
}

#brand_wrap .reward .title {
	margin-bottom: 25px;
	font: 500 30px/1.4 'noto';
	color: #666666;
	white-space: nowrap;
	text-align: center;
}

#brand_wrap .reward .title > br {
	display: block;
}

#brand_wrap .client {
	padding: 40px 0 70px 0;
}

#brand_wrap .client .title {
	margin-bottom: 20px;
}

#brand_wrap .client .title > p:nth-of-type(1) {
	font: 700 24px/1 'noto';
	color: #1c1c1c;
}

#brand_wrap .client .title > p:nth-of-type(2) {
	font: 100 52px/1.4 'noto';
	color: #1c1c1c;
}

#brand_wrap .client .client-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
}

#brand_wrap .client .client-list li {
	flex-basis: 14.6%;
	padding-bottom: 6.5%;
	margin: 12px 1%;
	border: 1px solid #e2e2e2;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* 모바일 & 태블릿 공통 */
@media(max-width: 1023px) {

	#brand_wrap .company {
		padding: 35px 15px;
	}

	#brand_wrap .company .company-box > .title {
		margin-bottom: 15px;
		font: 500 30px/1.4 'noto';
	}

	#brand_wrap .company .company-box > .desc-bold {
		margin-bottom: 10px;
		font:  500 18px/1.4 'noto';
	}

	#brand_wrap .company .company-box > .desc-nor {
		font: 500 16px /1.4 'noto';
	}

	#brand_wrap .company .company-box .img-area {
		width: 80%;
		margin-left: 20%;
	}

	#brand_wrap .vision {
		padding: 0 15px 20px 15px;
	}

	#brand_wrap .vision > .inner {
		transform: translateY(50px);
	}

	#brand_wrap .vision > .inner .vision-box .title {
		margin-bottom: 25px;
		font: 700 18px/1 'noto';
	}

	#brand_wrap .vision > .inner .vision-box .slogan {
		margin-bottom: 25px;
		font: 500 24px/1.6 'noto';
	}

	#brand_wrap .vision > .inner .vision-box .slogan::before,
	#brand_wrap .vision > .inner .vision-box .slogan::after {
		bottom: -4px;
		height: 15px;
	}

	#brand_wrap .vision > .inner .vision-box .slogan::after {
		display: block;
		bottom: 36px;
		width: 55%;
	}

	#brand_wrap .vision > .inner .vision-box .slogan > br {
		display: block;
	}

	#brand_wrap .vision > .inner .vision-box .desc {
		font: 500 16px/1.5 'noto';
	}

	#brand_wrap .history {
		padding: 80px 15px 35px 15px;
	}

	#brand_wrap .history .title {
		margin-bottom: 25px;
	}

	#brand_wrap .history .title > p {
		font: 700 18px/1 'noto';
	}

	#brand_wrap .history table th {
		width: 110px;
		font: 600 26px/1 'scd';
	}

	#brand_wrap .history table td {
		padding: 3px 4px 3px 20px;
		font: 500 16px/1.2 'noto';
	}

	#brand_wrap .history table td.devide {
		padding-bottom: 30px;	
	}

	#brand_wrap .history table td::before {
		top: 12px;
		width: 9px;
		height: 2px;
	}

	#brand_wrap .reward {
		padding: 35px 15px;
	}

	#brand_wrap .reward .reward-box.left {
		padding: 0 3%;
	}

	#brand_wrap .reward .title {
		margin-bottom: 20px;
		font: 500 20px/1.4 'noto';
		white-space: normal;
	}

	#brand_wrap .reward .title > br {
		display: none;
	}

	#brand_wrap .client {
		padding: 30px 15px 50px 15px;
	}

	#brand_wrap .client .title {
	    margin-bottom: 15px;
	}

	#brand_wrap .client .title > p:nth-of-type(1) {
		font: 700 18px/1 'noto';
	}

	#brand_wrap .client .title > p:nth-of-type(2) {
		font: 100 36px/1.4 'noto';
	}

	#brand_wrap .client .client-list li {
		flex-basis: 23%;
		padding-bottom: 7.5%;
		margin: 8px 1%;
	}
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* 모바일 */
@media(max-width: 767px) {


	#brand_wrap .company {
		flex-wrap: wrap;
		padding: 30px 15px;
	}

	#brand_wrap .company .company-box {
		flex-basis: 100%;
	}

	#brand_wrap .company .company-box.left {
		padding-bottom: 25px;
		text-align: center;
	}

	#brand_wrap .company .company-box > .title {
		margin-bottom: 12px;
		font: 500 22px/1.4 'noto';
	}

	#brand_wrap .company .company-box > .desc-bold {
		margin-bottom: 8px;
		font:  500 16px/1.4 'noto';
	}

	#brand_wrap .company .company-box > .desc-nor {
		font: 500 14px /1.4 'noto';
	}

	#brand_wrap .company .company-box .img-area {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	#brand_wrap .vision {
		padding: 5% 0;
	}

	#brand_wrap .vision > .inner {
		flex-wrap: wrap;
		transform: translateY(0);
	}

	#brand_wrap .vision > .inner .vision-box {
		flex-basis: 100%;
	}

	#brand_wrap .vision > .inner .vision-box.right {
		padding: 0 4%;
	}

	#brand_wrap .vision > .inner .vision-box .img-area {
		transform: translateX(2%);
	}

	#brand_wrap .vision > .inner .vision-box .title {
		margin-bottom: 20px;
		font: 700 16px/1 'noto';
	}

	#brand_wrap .vision > .inner .vision-box .slogan {
		margin-bottom: 20px;
		font: 500 20px/1.6 'noto';
	}

	#brand_wrap .vision > .inner .vision-box .slogan::before,
	#brand_wrap .vision > .inner .vision-box .slogan::after {
		height: 12px;
	}

	#brand_wrap .vision > .inner .vision-box .slogan::after {
		bottom: 31px;
	}

	#brand_wrap .vision > .inner .vision-box .slogan > br {
		display: block;
	}

	#brand_wrap .vision > .inner .vision-box .desc {
		font: 500 14px/1.5 'noto';
	}

	#brand_wrap .history {
		flex-wrap: wrap;
		padding: 30px 15px 0 15px;
	}

	#brand_wrap .history .history-box {
		flex-basis: 100%;
	}

	#brand_wrap .history .title {
		margin-bottom: 20px;
	}

	#brand_wrap .history .title > p {
		font: 700 16px/1 'noto';
	}

	#brand_wrap .history table th {
		width: 90px;
		font: 600 22px/1 'scd';
	}

	#brand_wrap .history table td {
		padding: 2px 3px 2px 15px;
		font: 500 14px/1.2 'noto';
	}

	#brand_wrap .history table td.devide {
		padding-bottom: 25px;	
	}

	#brand_wrap .history table td::before {
		top: 10px;
		width: 7px;
		height: 2px;
	}

	#brand_wrap .history .img-area {
		transform: translateY(0);
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	#brand_wrap .reward {
		padding: 30px 15px;
	}

	#brand_wrap .reward > .inner {
		flex-wrap: wrap;
	}

	#brand_wrap .reward .reward-box.left {
		flex-basis: 100%;
	}

	#brand_wrap .reward .reward-box.right {
		flex-basis: 100%;
		max-width: 100%;
	}

	#brand_wrap .reward .reward-box.left .img-area {
		max-width: 250px;
		margin: 0 auto;
	}

	#brand_wrap .reward .reward-box.right .img {
		padding-bottom: 15%;
	}

	#brand_wrap .reward .title {
		margin-bottom: 15px;
		font: 500 16px/1.4 'noto';
	}

	#brand_wrap .client .title > p:nth-of-type(1) {
		font: 700 16px/1 'noto';
	}

	#brand_wrap .client .title > p:nth-of-type(2) {
		font: 100 26px/1.4 'noto';
	}

	#brand_wrap .client .client-list li {
		flex-basis: 31%;
		padding-bottom: 14.5%;
	}
}

/* PC */
@media(min-width: 1023px) {
    
}