﻿
/*--------------------
영문버전 CSS 추가
----------------------*/

.info-wrapper .txt h1 {
	color: #FFFFFF;
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
}

.titleBox .title {
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
}

.txtBox {
	font-size: 15px;
}

.content-wrapper-2 {
	height: 720px;
	margin: 0 auto;
}

.content-wrapper-2 .inner .numBox,
.content-wrapper-3 .inner .numBox{
	padding-top: 140px;
	cursor: context-menu;
}

.content-wrapper-5 .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-wrapper-5 .inner .textBox {
	margin-left: 100px;
}

.content-wrapper-5 .inner .btnBox {
	margin-top: 0;
	margin-right: 100px;
	display: flex;
}

.content-wrapper-5 .inner button {
	width: 180px;
}