/* main css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.container {
	max-width: 1920px;
	margin: auto;
	margin-top: 90px;
}

.section_01 {
	position: relative;
	text-align:center;
	background-image:url('../img/main_bg.jpg');
	background-position:center;
	height: 1100px;	
	padding-top: 145px;
}

.section_02 {
	background-color: #fff5e7;
	position: relative;
	text-align:center;
	padding: 90px 0;
}

.section_02 .row {
	max-width: 700px;
	margin: auto;
	text-align: left;
	padding: 0;
}

.section_02 .box {
	margin-bottom: 60px;
	font-size: 20px;
	font-family:'NotoSansKR-Regular';
	color: #121212;
	letter-spacing: -0.5px;
}

.section_02 .box:last-child {
	margin-bottom: 0;	
}

.section_02 .box .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-family:'NotoSansKR-Bold';
	color: #54311d;
	border: 2px solid #573626;
	width: 150px;
	height: 42px;
	background-color: #fcd097;
	margin-bottom: 15px;
}

.section_02 .table__ {
	width: 100%;
	text-align: center;
	margin: 15px 0 10px;
}

.section_02 .table__ .form_field {
	line-height: 110px;
}

.section_02 .table__ .form_field th {
	background-color: #54311d;
	font-size: 19px;
	color: #fff;
	font-family:'NotoSansKR-Medium';
	padding: 5px 10px;
	border-right: 1px solid #725545;
	vertical-align: middle;
}

.section_02 .table__ .form_field td {
	background-color: #fff5e7;
	font-size: 19px;
	padding: 15px;
	border-bottom: 1px solid #dbcdbe;
	border-right: 1px solid #dbcdbe;
	color: #121212;
	font-family:'NotoSansKR-Regular';
	vertical-align: middle;
	line-height: 25px;
}

.section_02 .table__ .form_field td.or__ {
	background-color: #ffe8ca;
}

.section_02 .table__ .form_field td:last-child {
	border-right: none;
}

.section_02 .box span {
	font-size: 18px;
}

.section_02 .box .sm__ {
	font-size: 19px;
}

.section_02 .box .link__ {
	font-family:'NotoSansKR-Bold';
}

.section_02 .box .plus__ {
	font-size: 17px;
	border: 1px solid #573626;
	padding: 5px 10px;
	margin: 5px 0;
} 

.section_02 .box dl {
	display:flex;
}

.section_02 .box dt {
	padding-right: 3px;
}

.section_02 .box .sp__ {
	font-size: 18px;
}

.section_02 .box .btn__ {
	font-size: 15px;
	font-family:'NotoSansKR-Medium';
	color: #fff;
	padding: 2px 14px 3px;
	background-color: #d46103;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-left: 5px;
}

.section_02 .box .btn__.app {
	background-color: #892307;
}

.section_02 .box .btn__ b {
	font-style: italic;
}