@font-face {
    font-family: 'BMDOHYEON';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wat_public_wrap {
	color:#333;
}
.wat_public_wrap .bold {
    font-weight: 600;
}
/* main section start*/
.wat_public_wrap .main_section {
	background:url('/images/package/wat_public/main_back.jpg') no-repeat;
	background-size:cover;
	background-position:center;
	height:900px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wat_public_wrap .main_section .main_tit {
	font-size: 100px;
    color: white;
    font-family: 'BMDOHYEON';
    letter-spacing: -5px;
	margin:30px 0 60px;
}
.wat_public_wrap .main_section .tit_wrap img {
	width:160px;
}
.wat_public_wrap .main_section .sub_tit {
	font-size: 38px;
    color: #ff5a2e;
    line-height: 1.4;
}
/* main section end*/

/* section1 start*/
.wat_public_wrap .section1 {
	background:url('/images/package/wat_public/wat_map.jpg') no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	height:480px;
}
.wat_public_wrap .section1 .color_back {
    background: #ff592dd1;
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 38px;
    padding: 32px 0;
    transform: translate(0px, -50%);
    width: 100%;
}
/* section1 end*/

/* section2 start*/
.wat_public_wrap .section2 {
	background:#f3f3f3;
}
.wat_public_wrap .section2 .container {
	padding:0;
}
.wat_public_wrap .section2 .grid_wrap {
	background:#f3f3f3;
	display:grid;
	gap:30px;
	padding:40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.wat_public_wrap .section2 .grid_box {
	background: white;
    padding: 35px 15px;
    display: grid;
    align-content: space-between;
    justify-items: center;
    gap: 20px;
}
.wat_public_wrap .section2 .grid_box  .color_tit {
    font-size: 22px;
    color: #88250c;
    font-weight: 600;
	margin-bottom:15px;
}
.wat_public_wrap .section2 .grid_box .detail_text {
	word-break: keep-all;
    font-size: 18px;
    text-align: left;
    display: flex;
    gap: 10px;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: -1.5;
}
.wat_public_wrap .section2 .grid_box.span2_box {
    grid-column: 1 / span 3;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wat_public_wrap .section2 .grid_box.span2_box p {
    word-break: keep-all;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #444;
    line-height: 1.4;
    letter-spacing: -1.5;
    padding: 35px;
}
.wat_public_wrap .section2 .grid_box.span2_box .color_text {
    font-size: 22px;
    color: #88250c;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.wat_public_wrap .section2 .grid_box.span2_box .border_text {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.wat_public_wrap .section2 .grid_box .section2_icon {
	width:80px;
}
/* section2 end*/

/* section3 start*/
.wat_public_wrap section > .back_text {
	height:200px;
	background:url('/images/package/wat_public/section3_back.svg') no-repeat;
    padding-bottom: 60px;
} 
.wat_public_wrap section > .back_text p {
	font-size:44px;
	color:white;
    font-weight: 300;
    padding-top: 40px;
}
.wat_public_wrap .section3 .back_text p {
    padding-top: 57px;
}
.wat_public_wrap section > .back_text .color_text {
    color: #ff5a2e;
	font-weight:500;;
}
.wat_public_wrap section > .back_text .small_text {
	font-size:28px;
	font-weight:300;
}
.wat_public_wrap .container {
	padding:0 60px 60px;
}

.wat_public_wrap .section3 {
	background:#f3f3f3;
}
.wat_public_wrap .section3 .content_1 p {
	font-size:20px;
	line-height: 1.3;
	color:#333;
}
.wat_public_wrap .section3 .content_1 .border_text {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	    display: inline-block;
    margin-top: 15px;
}
.wat_public_wrap .section3 .content_1 .white_box {
	background:white;
	font-size:24px;
	font-weight:600;
	margin:40px 0;
}
.wat_public_wrap .section3 .content_1 .white_box p {
    color: #88250c;
    padding: 25px 100px;
    word-break: keep-all;
    line-height: 1.5;
    font-size: 24px;
    letter-spacing: -2px;
    font-weight: 500;
}

.wat_public_wrap  .diagonal_back {
    background: url(/images/package/wat_public/line_back.jpg) no-repeat;
    background-size: cover;
}
.wat_public_wrap  .diagonal_back p {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -2px;
    padding: 35px 0;
}
.wat_public_wrap  .diagonal_back .bold {
	font-weight:500;
}
.wat_public_wrap  .diagonal_back .color_text {
	color:#ff5a2e;
}
.wat_public_wrap .section3 .content_2 .grid_wrap {
    display: grid;
    gap: 50px;
    margin-top: 40px;
}
.wat_public_wrap .section3 .content_2 .grid_wrap .grid_box {
	font-size:18px;
	background:white;
	position:relative;
	    height: 100px;
    display: grid;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
.wat_public_wrap .section3 .content_2 .grid_wrap .grid_box .color_back {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    background: #fd5a37;
    color: white;
    font-size: 22px;
    width: 264px;
    letter-spacing: 0;
    line-height: 32px;
    height: 35px;
}
.wat_public_wrap .section3 .content_2 .grid_wrap .grid_box .color_back:after {
    content: '';
    position: absolute;
    right: -29px;
    bottom: 20px;
    width: 0;
    height: 0;
    border-bottom: 0px solid #bc3518;
    border-top: 14px solid transparent;
    border-left: 13px solid #bc3518;
    border-right: 16px solid transparent;
}
.wat_public_wrap .section3 .content_2 .grid_wrap .grid_box p {
    letter-spacing: -1.5px;
}
.wat_public_wrap .section3 .content_2 .grid_wrap .grid_box .detail_text {
	line-height:1.4;
}
.wat_public_wrap .section3 .content_2 .grid_wrap .grid_box .detail_text .border_text {
    text-decoration: underline;
    text-underline-offset: 4px;

}
.wat_public_wrap .section3 .btm_text {
    font-size: 24px;
    letter-spacing: -2.3px;
    margin-top: 60px;
}
.wat_public_wrap .section3 .btm_text .color_text {
	color:#fd5a37;
	font-weight:500;
}
/* section3 end*/

/* section4 start*/
.wat_public_wrap .section4 {
background: #f3f3f3;
}
.wat_public_wrap .section4 .grid_wrap {
    display: flex;
    justify-content: space-between;
}
.wat_public_wrap .section4 .grid_box .color_back {
    background: #fd5a37;
    color: white;
    font-weight: 500;
    font-size: 24px;
    padding: 13px 0;
    letter-spacing: 0px;
}
.wat_public_wrap .section4 .text_wrap {
    border-left: 1px solid #fd5a37;
    border-right: 1px solid #fd5a37;
    border-bottom: 1px solid #fd5a37;
    background: white;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}
.wat_public_wrap .section4 .text_wrap:after {
    content: '';
    position: absolute;
    width: 192px;
    right: -192px;
    height: 1px;
    border-bottom: 1px dashed #fd5a37;
}
.wat_public_wrap .section4 .grid_box:last-child .text_wrap:after {
	display:none;
}
.wat_public_wrap .section4 .grid_box:last-child .color_back{
	background:#fd9037;
}
.wat_public_wrap .section4 .grid_box:last-child .text_wrap {
    border-left: 1px solid #fd9037;
    border-right: 1px solid #fd9037;
    border-bottom: 1px solid #fd9037;
}
.wat_public_wrap .section4 .grid_box:last-child .text_wrap .color_text {
	color:#fd9037;
}
.wat_public_wrap .section4 .text_wrap .color_text {
    color: #fd5a37;
    margin-bottom: 0;
    font-size: 20px;
}
.wat_public_wrap .section4 .text_wrap p {
    font-size: 18px;
    margin-bottom: 5px;
}

.wat_public_wrap .section4 .center_content .ab_text {
	background:white;
	width:148px;
	height:148px;
	border-radius:100%;
	position:relative;
	    display: flex;
    align-items: center;
    justify-content: center;
	transform: translate(0, 68px);
	
}
.wat_public_wrap .section4 .center_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.wat_public_wrap .section4 .center_content .ab_text img {
    position: absolute;
    top: -25px;
    width: 53px;
}
.wat_public_wrap .section4 .center_content .ab_text p {
    font-size: 20px;
    font-weight: 500;
}

.wat_public_wrap .section4 .center_content .ab_text2 {
		border-radius:0;
		width:120px;
		height:60px;
		transform: translate(0, -52px);
}

.wat_public_wrap .section4  .diagonal_back {
    margin-top: 60px;
    margin-bottom: 40px;
}


.wat_public_wrap .section4 .table_wrap .white_box {
    background: white;
    padding: 30px;
    margin-bottom: 30px;
}
.wat_public_wrap .section4 .table_wrap .table_tit {
    font-size: 30px;
    font-weight: 500;
    padding: 0px 0 20px;
}
.wat_public_wrap .section4 .date_table td {
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    height: 40px;
    word-break: keep-all;
}

.wat_public_wrap .section4 .date_table {
    width: 100%;
}
.wat_public_wrap .section4 .date_table thead {
	background:#fd5a37;
	color:white;
}
.wat_public_wrap .section4 .date_table thead td { 
	border:1px solid #fd5a37;
	border-right:1px solid #dbdbdb;
}
.wat_public_wrap .section4 .date_table thead td:last-child {
border-right:1px solid #fd5a37;
}
.wat_public_wrap .section4  .table_wrap2 thead {
	background:#fd9037;
}
.wat_public_wrap .section4  .table_wrap2 thead td { 
	border:1px solid #fd9037;
	border-right:1px solid #dbdbdb;
}
.wat_public_wrap .section4  .table_wrap2 thead td:last-child {
border-right:1px solid #fd9037;
}

/* section4 end*/

/* section5 start */
.wat_public_wrap .section5 {
    background: #f3f3f3;
}
.wat_public_wrap .section5 .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap:30px;
    justify-items: center;
}
.wat_public_wrap .section5 .grid_wrap .grid_box {
	max-width:425px;
	width:100%;
}
.wat_public_wrap .section5 .grid_wrap .grid_box img {
	width:100%;
}
.wat_public_wrap .section5 .grid_wrap .detail_veiw {
	grid-column: 1 / span 2;
	cursor:pointer;
}
.wat_public_wrap .section5 .grid_wrap .grid_box .color_back {
    background: #fd8f36;
    color: white;
    height: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.wat_public_wrap .section5 .grid_wrap .grid_box .color_back p {
	font-size:18px;
}
.wat_public_wrap .section5 .grid_wrap .detail_veiw .color_back {
    background: #ff5a2e;
    height: 70px;
	    display: block;
    padding-top: 18px;
}
.wat_public_wrap .section5 .grid_wrap .detail_veiw .color_back .detail_go {
	margin-top:5px;
	font-size:20px;
	font-weight:500;
	color:#ffefa5;
}
.wat_public_wrap .section5 .btm_text {
    font-size: 32px;
    letter-spacing: -2px;
    padding-top: 30px;
}
.wat_public_wrap .section5 .btm_text .color{
	font-weight:500;
	color:#ff5a2e;
}

/* section5 end*/

/* last-section start */

.wat_public_wrap .last_section {
	background: url(/images/package/wat_public/last_back.jpg) no-repeat;
    background-size: cover;
	height:690px;
}
.wat_public_wrap .last_section .tit_wrap p {
      font-size: 80px;
    color: white;
    font-family: 'BMDOHYEON';
    letter-spacing: -2px;
    padding-top: 170px;
    line-height: 1.3;
}
.wat_public_wrap .last_section .go_btn {
        background: #ff5a2e;
    color: white;
    font-size: 40px;
    font-weight: 900;
    border-radius: 100px;
    border: none;
    padding: 15px 70px 15px;
    cursor: pointer;
    margin-top: 40px;
}
/* last-section end*/