@charset "utf-8";


body::-webkit-scrollbar {
    display: none; /* 스크롤바를 숨깁니다 */
    
}

.wrap {
	width: 100vw;
	height: auto;
}

.main {
	position: relative;
}

/* top_btn_div 스타일 */
#top_btn_div {
	display: flex;
	position: absolute;
    top: 490px;
    right: 250px;
}

#top_btn_div>div:last-child {
	margin: 0;
}

.top_btn {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100px;
    height: 39px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.top_btn:hover.safety_rules {
	background: rgba(37,167,64,0.5);
}

.top_btn:hover.observances {
	background: rgba(150,194,44,0.5);
}

.top_btn_bg {
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 101;
    backdrop-filter: blur(3px);
}

.top_btn span {
	font-family: 'SBAggro';
	font-size: 20px;
	color: #fff;
}

.top_btn input[type=button] {
	font-family: 'SBAggro';
	font-size: 20px;
	color: #fff;
	border: 0;
	background: 0;
	cursor: pointer;
}

.safety_rules {
	background: #25A740;
}

.observances {
	background: #96C22C;
}

.top_btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 40px;
	border-radius: 25px;
	margin-bottom: 15px;
}

.top_btn_box span {
	font-family: 'SBAggro';
	font-size: 26px;
	color: #fff;
	height: 28px;
}

.safety_wrap {
	display: flex;
	width: 650px;
	background: #fff;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	border-radius: 15px;
	z-index: 102;
}

.observances_wrap {
	display: flex;
	width: 650px;
	background: #fff;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	border-radius: 15px;
	z-index: 102;
}

.top_btn_text_box {
	display: flex;
	flex-direction: column;
}

.top_btn_text_box>div {
	margin-bottom: 20px;
}

.top_btn_text_box>div:last-child {
	margin-bottom: 0;
}

.top_btn_title_box {
	display: flex;
	align-items: center;
}

.top_btn_title_box span {
	font-family: 'SBAggro';
	font-size: 18px;
	font-weight: 400;
}

.top_btn_border {
	height: 21px !important;
}

.top_btn_text {
	font-family: 'Noto Sans KR';
	font-size: 14px;
	white-space: pre-line;
	line-height: 16px;
	font-weight: 300;
}


/* first_div 스타일  */
.top_title_text {
	position: relative;
}

.top_title_text h1 {
	position: absolute;
    font-weight: 300;
    font-size: 50px;    
    color: #fff;
    top: 50%;
    left: 50%;
   	transform: translate(-50%, 250%);
   	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.important {
	font-weight: bold;
	color: #25A740;
}

.top_title_bg {
	height: 334px;
    width: 100vw;
}

.top_title_bg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/* second_div 스타일 */
#second_div {
	display: flex;
    justify-content: center;
}

.top_sub_menu_div {
	display: flex;
    width: 1380px;
    padding: 20px;
    border-bottom: 1px solid #DFE2EE;
}

.sub_logo_div {
	height: 45px;
	margin-right: 40px;
}

.top_sub_right {
	display: flex;
    align-items: center;
}

.top_sub_right div {
	position: relative;
	margin-right: 20px;
}

.top_sub_right div:last-child {
	margin-right: 0;
}

.top_sub_right div:nth-of-type(1) span {
	width: 90px;
}

.top_sub_right div:nth-of-type(3) span {
	width: 300px;
}

.top_sub_right span {
    display: block;
    font-weight: 300;
	font-size: 18px;
	line-height: 45px;
	cursor: pointer;
}

.top_sub_right span:hover {
	color: #777;
}


.top_menu {
	position: absolute;
    display: none;
    width: 100px;
    padding: 10px;
    flex-direction: column;
    left: -10px;
    top: 70px;
    border-radius: 5px;
    border: 1px solid #DFE2EE;
    background: rgba(255, 255, 255, 0.93);
}

.top_menu li {
	margin-bottom: 20px;
}

.top_menu li:last-child {
	margin-bottom: 0;
}

.top_menu_title a {
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}

.top_sub_menu {
	position: absolute;
    display: none;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    left: -10px;
    top: 70px;
    border-radius: 5px;
    border: 1px solid #DFE2EE;
    background: rgba(255, 255, 255, 0.93);
}

.top_sub_menu li {
	margin-bottom: 20px;
}

.top_sub_menu li:last-child {
	margin-bottom: 0;
}

.active {
    color: #25A740 !important;
}

.top_sub_menu a {
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}

.top_arrow img {
	height: 100%;
    object-fit: cover;
}

/* third_div 스타일 */
#third_div {
	display: flex;
    justify-content: center;
    margin: 70px 0;
    align-items: center;
    flex-direction: column;
}

.content_wrap {
	display: flex;
	flex-direction: column;
    width: 1380px;
}

.content_wrap>div {
	margin-bottom: 50px;
}

.content_title>span {
    font-weight: 300;
    font-size: 33px;
}

.content_sub_title {
	display: flex;
	flex-direction: column;
}

.content_sub_title>div {
	display: flex;
	margin-bottom: 20px;
}

.border{
	width: 7px;
	height: 27px;
	border-radius: 10px;
	background: #25A740;
	margin-right: 13px;
}

.content_sub_title span {
    font-weight: 300;
    font-size: 27px;
}

.text_box {
	margin-left: 20px;
}

.text_box>div {
	display: flex;
	align-items: center;
	margin-right: 13px;
}

.many_lines {
	height: 24px;
	width: 10px;
}

.lines {
	text-decoration: underline;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #121212;
	line-height: 20px;
}

.square {
	width: 8px;
	height: 8px;
	background: #121212;
	line-height: 20px;
}

.border_line {
	width: 8px;
	height: 1px;
	background: #121212;
	line-height: 1px;
}

.tabcon {
	width: 10px;
	height: 10px;
	background: transparent;
}

.content_text {
	display: flex;
	align-items: baseline !important;
	flex-direction: column;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Noto Sans KR';
}

.content_gap_text {
	display: flex;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Noto Sans KR';
}

.content_gap_text > p {
	font-weight: 300;
	font-size: 20px;
	font-family: 'Noto Sans KR';
}

.content_gap_text > img {
	width: 16px;
	height: 16px;
	object-fit: cover;
}

#method_table {
	border: 1px solid #505651;
	border-top: 2px solid #505651;
	width: 1340px;
	box-sizing: border-box;
}

#method_table thead {
	background: #E7EAF6;
	box-sizing: border-box;
}

#method_table thead th {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;
	color: #121212;
}

#method_table tbody td {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	padding: 10px 30px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;
	color: #121212;
	line-height: 1.5
}

#method_table tbody td:nth-child(1) {
	text-align: left;
}

#workfee_table {
	border: 1px solid #505651;
	border-top: 2px solid #505651;
	width: 1340px;
	box-sizing: border-box;
}

#workfee_table thead {
	background: #E7EAF6;
	box-sizing: border-box;
}

#workfee_table thead th {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;
	color: #121212;
}

#workfee_table tbody td {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	height: 40px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;
	color: #121212;
}

#workfee_table tbody td.first_td {
	height: 68px;
}

#workfee_table tbody td.second_td {
	height: 68px;
}

#schedule_table {
	border: 1px solid #505651;
	border-top: 2px solid #505651;
	width: 1340px;
	box-sizing: border-box;
}

#schedule_table thead {
	background: #E7EAF6;
	box-sizing: border-box;
}

#schedule_table thead th {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;
	color: #121212;
}

#schedule_table tbody td {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;    
	line-height: 22px;
	color: #121212;
}

.schedule_table_td {
	padding: 0 !important;
}

#number_table {
	width: 100%;
}

#number_table tr th {
	border-bottom: 1px solid #505651;
	border-right: 1px solid #505651;
	text-align: center;
	padding: 10px 30px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 18px;
	color: #121212;
}

#number_table tr th:last-child {
	border-right: 0; 
}

#number_table tr td {
	border-bottom: 0;
	width: 20%;
	padding: 20px 10px;
}

#number_table tr td:last-child {
	border-right: 0; 
}

#number_table tr td span {
	font-size: 18px;
	color: #DE3636;
}


