@charset "utf-8";
@import "reset.css";

#header {position: fixed; z-index: 3; top: 0; left: 0; right: 0; height: 80px; line-height: 80px; background: #fff; box-shadow: 0 0 5px;}
#header .header_inner {text-align: center; width: 1200px; margin: auto; display: flex; padding: unset;}
#header .logo {width: 15%;}
#header .logo a {display: block;}
#header .logo a img {width: 80%; vertical-align: middle;}
#header .menu {width: 85%; font-size: 20px;}
#header .menu ul {width: 100%; display: flex;}
#header .menu ul .main_list {width: 25%;}
#header .menu ul .main_list > a {font-family: 'NanumSquareB'; display: block; color: #000; position: relative;}
/* #header .menu ul .main_list > a:hover {color: #169a99;} */
#header .menu ul .main_list > a:hover {color: #3c63ae;}
/* #header .menu ul .main_list > a::after {content: ""; display: block; width: 0; height: 3px; position: absolute; left: 50%; bottom: 10px; background: #169a99; transition: all 0.2s;} */
#header .menu ul .main_list > a::after {content: ""; display: block; width: 0; height: 3px; position: absolute; left: 50%; bottom: 10px; background: #3c63ae; transition: all 0.2s;}
#header .menu ul .main_list > a:hover::after {width: 100%; left: 0;}
#header .menu ul .main_list .sub_menu {display: none;}
/* #header .menu ul .main_list .sub_menu li {background: #169a99; height: 65px; line-height: 65px;} */
#header .menu ul .main_list .sub_menu li {background: #3c63ae; height: 65px; line-height: 65px;}
#header .menu ul .main_list .sub_menu li a {display: block; color: #fff;}
/* #header .menu ul .main_list .sub_menu li a:hover {color: #F9F871;} */
#header .menu ul .main_list .sub_menu li a:hover {background-color: #123878; color: #fff;}
#header .header_inner .menu_btn {position: absolute; top: 50%; right: 5%; transform: translateY(-50%); z-index: 2; display: inline-block; cursor: pointer;}

/*메뉴 버튼*/
.bar1, .bar2, .bar3 {width: 35px; height: 5px; background: #000; margin: 6px auto; transition: all 0.4s;}
/* .change .bar1 {-webkit-transform: rotate(-45deg) translate(-9px, 6px); transform: rotate(-45deg) translate(-9px, 6px); background: #169a99;} */
.change .bar1 {-webkit-transform: rotate(-45deg) translate(-9px, 6px); transform: rotate(-45deg) translate(-9px, 6px); background: #3c63ae;}
.change .bar2 {opacity: 0;}
/* .change .bar3 {-webkit-transform: rotate(45deg) translate(-9px, -7px); transform: rotate(45deg) translate(-9px, -7px); background: #169a99;} */
.change .bar3 {-webkit-transform: rotate(45deg) translate(-9px, -7px); transform: rotate(45deg) translate(-9px, -7px); background: #3c63ae;}

/*menu 버튼 눌렀을 때*/
#header .all_menu {z-index: 1; position: absolute; top: 0; left: 0; right: 0; height: 400px; background: #fefefe; box-shadow: 0px 0px 15px #aaa; display: none;}
#header .all_menu .all_menu_inner {width: 1200px; margin: auto; height: 100%; padding: unset; display: flex;}
#header .a_logo {width: 15%; height: 80px; line-height: 80px;}
#header .a_logo a {display: block;}
#header .a_logo a img {width: 80%; vertical-align: middle;}
#header .a_menu {width: 85%;}
#header ul {display: flex; width: 100%;}
#header ul:after {clear: both; display: block; content: '';}
#header ul .a_main_list {width: 25%; font-size: 20px; height: 80px; line-height: 80px;}
#header ul .a_main_list span {font-family: 'NanumSquareB'; display: block;}
#header ul .a_main_list .a_sub_menu {flex-direction: column;}
#header ul .a_main_list .a_sub_menu li {height: 60px; line-height: 60px;}
#header ul .a_main_list .a_sub_menu li a {display: inline-block; /*display: block 으로 바꾸면 li 전체 크기*/ position: relative; text-align: center;}
/* #header ul .a_main_list .a_sub_menu li a::after {content: ""; display: block; width: 0; height: 3px; position: absolute; left: 50%; bottom: 10px; background: #169a99; transition: all 0.2s;} */
#header ul .a_main_list .a_sub_menu li a::after {content: ""; display: block; width: 0; height: 3px; position: absolute; left: 50%; bottom: 10px; background: #3c63ae; transition: all 0.2s;}
#header ul .a_main_list .a_sub_menu li a:hover::after {width: 100%; left: 0;}
#header .close_btn {float: right; width: 5%;}
#header .close_btn button {font-size: 30px;}
/* #top_btn {z-index: 1; position: fixed; right: 100px; bottom: 50px; font-size: 65px; color: #169a99; display: none;} */
/* #top_btn:hover {color: #007C7B;} */
#top_btn {z-index: 1; position: fixed; right: 100px; bottom: 50px; font-size: 65px; color: #3c63ae; display: none;}
#top_btn:hover {color: #123878;}
#visual {position: relative; margin-top: 80px; height: 500px; background-image: url("../../imgs/renewal/test_1.jpg"); background-repeat: no-repeat; background-size: cover;}
#visual p {color: #eee; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 50px;}

/*개요*/
#summary .summary_inner {width: 1200px; margin: 100px auto;}
#summary article {width: 100%;}
#summary .business {margin-bottom: 100px; display: flex; justify-content: space-between;}
#summary .business img {width: 49%; box-shadow: -5px 10px 10px #555;}
#summary .business .text_area {width: 49%; display: flex; flex-direction: column; justify-content: space-evenly;}
#summary .business .text_area P:nth-of-type(1) {font-family: 'NanumSquareR'; font-size: 30px;}
#summary .business .text_area P:nth-of-type(2) {line-height: 1.6; text-align: justify;}
#summary .company table {font-size: 20px; width: 100%; text-align: center;}
#summary .company table tr {height: 60px; box-sizing: border-box; border-top: 1px solid #123878; border-bottom: 1px solid #123878;}
#summary .company table th {color: #eee; font-family: 'NanumSquareR'; background: #3c63ae; color: #fff; width: 35%;}
/* #summary .company table tr {height: 60px; box-sizing: border-box; border-top: 1px solid #007C7B; border-bottom: 1px solid #007C7B;}
#summary .company table th {color: #eee; font-family: 'NanumSquareR'; background: #169a99; width: 35%;} */

/*연혁*/
#history .history_inner {width: 1200px; margin: 100px auto;}
#history .history_content {width: 100%; position: relative;}
#history .history_content::after {content: ''; position: absolute; top: 0; left: 50%; height: 100%; background-color: #eee; width: 5px; z-index: -1;}
#history .history_content .l {display: flex; flex-direction: row-reverse; justify-content: flex-end; text-align: right; width: 50%; margin: 30px 0;}
#history .history_content .r {display: flex; flex-direction: row; text-align: left; width: 50%; justify-content: flex-end; margin: 30px 0 30px auto;}
#history .history_content .title {width: 20%; text-align: center; position: relative;}
#history .history_content .title::before {content: ''; position: absolute; width: 25px; height: 25px; border: 5px solid #3c63ae; background-color: #123878; border-radius: 20px; box-sizing: border-box;}
/* #history .history_content .title::before {content: ''; position: absolute; width: 25px; height: 25px; border: 5px solid #169a99; background-color: #007C7B; border-radius: 20px; box-sizing: border-box;} */
#history .history_content .l .title::before {right: -13%;}
#history .history_content .r .title::before {left: -8%;}
#history .history_content .content {width: 80%;}
#history .history_content .content > p {height: 40px;}

/*경영이념*/
#management_philosophy .management_philosophy_inner p {line-height: 1.8; margin-top: 50px; font-size: 30px;}
#management_philosophy .management_philosophy_inner p span {font-family: 'NanumSquareR'; font-weight: blod;}

/*조직도*/
#organization .organization_inner img {width: 100%;}

/*인허가 현황*/
#licensing .licensing_info {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
#licensing .licensing_info .licensing_img {display: flex; width: 25%; flex-direction: column; align-items: center}
#licensing .licensing_info .licensing_img:not(:nth-child(-n+4)) {margin-top: 30px;}
#licensing .licensing_info .licensing_img img {width: 90%;}
#licensing .licensing_info .licensing_img p {margin-top: 10px; line-height: 1.2;}

/*주차 제어 솔루션*/
#parking_control .parking_control_inner {width: 1200px; margin: 100px auto; text-align: center;}
/* #parking_control article {position: relative; border: 3px solid #007C7B; border-radius: 10px; padding: 0 50px 30px 50px; box-sizing: border-box; box-shadow: 5px 5px 10px #bbb;} */
#parking_control article {position: relative; border: 3px solid #123878; border-radius: 10px; padding: 0 50px 30px 50px; box-sizing: border-box; box-shadow: 5px 5px 10px #bbb;}
#parking_control article h2 {position: relative; display: inline-block; padding: 0 20px; top: -15px; background: #fff;}
#parking_control article:nth-of-type(1) {margin-bottom: 100px;}
#parking_control article p {font-size: 18px;}
#parking_control article ul {display: flex; justify-content: space-between;}
/* #parking_control article ul li {line-height: 1.8; width: 24.25%; border: 1px solid #007C7B; box-sizing: border-box; border-radius: 10px; overflow: hidden;} */
#parking_control article ul li {line-height: 1.8; width: 24.25%; border: 1px solid #123878; box-sizing: border-box; border-radius: 10px; overflow: hidden;}
#parking_control article ul li img {margin-bottom: 30px; width: 100%;}
#parking_control article ul li .img_area {height: 170px; width: 100%; margin-bottom: 30px; overflow: hidden;}
#parking_control article ul li .img_area img {width: 100%; height: 100%; transition: all 0.3s;}
#parking_control article ul li:hover .img_area img {transform: scale(1.1);}
#parking_control article ul li .text_area .title {font-weight: bold; margin-bottom: 30px;}
#parking_control .biz ul li {height: 450px;}
#parking_control .solution ul li {height: 550px;}

/*주차 관제 운영*/
/* #system_management .system_management_inner article {position: relative; border: 3px solid #007C7B; border-radius: 10px; padding: 0 50px 50px 50px; box-sizing: border-box; box-shadow: 5px 5px 10px #bbb;} */
#system_management .system_management_inner article {position: relative; border: 3px solid #123878; border-radius: 10px; padding: 0 50px 50px 50px; box-sizing: border-box; box-shadow: 5px 5px 10px #bbb;}
#system_management .system_management_inner article h2 {position: relative; display: inline-block; padding: 0 20px; top: -15px; background: #fff;}
#system_management .consulting_process {margin-bottom: 150px;}
#system_management .consulting_process ul {display: flex;}
#system_management .consulting_process ul li {font-size: 25px; width: 16.8%; height: 100px; line-height: 100px;}
/* #system_management .consulting_process ul li:nth-of-type(2n-1) {color: #eee; background: #169a99; font-size: 30px; border-radius: 10px;} */
#system_management .consulting_process ul li:nth-of-type(2n-1) {color: #eee; background: #3c63ae; font-size: 30px; border-radius: 10px;}
#system_management .consulting_process ul li:nth-of-type(2n) {margin: 0 1%; width: 2%;}
#system_management .consulting {margin-bottom: 150px;}
#system_management .consulting table {text-align: left; width: 50%; margin: auto; font-size: 20px;}
#system_management .consulting table tr {height: 65px;}
#system_management .consulting table tr th {width: 15%; font-family: 'NanumSquareR';}
#system_management .consulting table tr td {width: 85%;}
#system_management .type ul {position: relative; display: flex;}
/* #system_management .type ul li {font-size: 25px; padding: 67px 0; width: 15%; border: 2px solid #007C7B; border-radius: 100px; box-sizing: border-box; background: #fff;} */
#system_management .type ul li {font-size: 25px; padding: 67px 0; width: 15%; border: 2px solid #123878; border-radius: 100px; box-sizing: border-box; background: #fff;}
#system_management .type ul li:not(:nth-of-type(1)) {margin-left: 2%;}
/* #system_management .type .line {z-index: -1; position: absolute; left: 0; right: 0; height: 2px; background: #007C7B; top: 50%; transform: translateY(-50%);} */
#system_management .type .line {z-index: -1; position: absolute; left: 0; right: 0; height: 2px; background: #123878; top: 50%; transform: translateY(-50%);}

/*주차 관제 구성*/
#upcs_composition article {margin-bottom: 200px;}
#upcs_composition article p {margin: 50px 0; line-height: 1.7;}
#upcs_composition article img {width: 80%;}
#upcs_composition article h2 {line-height: 2.0;}
/* #upcs_composition article h2::after {content: ""; display: block; width: 150px; height: 2px; background-color: #169a99; margin: 0 auto;} */
#upcs_composition article h2::after {content: ""; display: block; width: 150px; height: 2px; background-color: #3c63ae; margin: 0 auto;}
#upcs_composition .upcs_1way_divide .img {display: flex; justify-content: space-between;}
#upcs_composition .upcs_1way_divide .img li {width: 47%;}
#upcs_composition .upcs_1way_divide .img img {width: 100%;}
#upcs_composition .parking_lot img {margin-bottom: 0;}
#upcs_composition aside {display: none; position: fixed; right: 5%; top: 50%; transform: translateY(-50%);}
#upcs_composition aside ul li {height: 50px; line-height: 50px; vertical-align: middle; font-size: 20px;}
#upcs_composition aside ul li::before {content: ""; display: inline-block; width: 10px; height: 10px; background: #3c63ae; margin-right: 10px; vertical-align: middle;}
#upcs_composition aside ul li:hover {color: #123878; color: #fff;}
#upcs_composition aside ul li.hover::after {content: ""; display: block; width: 100%; height: 2px; background-color: #3c63ae; margin: -10px auto;}
/* #upcs_composition aside ul li::before {content: ""; display: inline-block; width: 10px; height: 10px; background: #169a99; margin-right: 10px; vertical-align: middle;}
#upcs_composition aside ul li:hover {color: #007C7B;}
#upcs_composition aside ul li.hover::after {content: ""; display: block; width: 100%; height: 2px; background-color: #169a99; margin: -10px auto;} */

/*제품소개*/
#product .product_inner ul {display: flex; flex-wrap: wrap; justify-content: flex-start;}
/* #product .product_inner ul li {position: relative; width: 23.5%; height: 500px; border: 1px solid #007C7B; box-sizing: border-box; border-radius: 10px; padding: 30px; overflow: hidden;} */
#product .product_inner ul li {position: relative; width: 23.5%; height: 500px; border: 1px solid #123878; box-sizing: border-box; border-radius: 10px; padding: 30px; overflow: hidden;}
#product .product_inner ul li a {position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
#product .product_inner ul li:not(:nth-of-type(4n)) {margin-right: 2%;}
#product .product_inner ul li:not(:nth-child(-n+4)) {margin-top: 30px;}
#product .product_inner ul li img {position: absolute; left: 0; right: 0; top: 10%; margin: auto; transition: all 0.3s;}
#product .product_inner ul li:nth-of-type(1) img {top: 30%; width: 80%;}
#product .product_inner ul li:nth-of-type(2) img {top: -5%;}
#product .product_inner ul li p {position: absolute; left: 0; right: 0; bottom: 5%;}
#product .product_inner ul li:hover img {transform: scale(1.1);}

/*제품소개 디테일*/
#product_detail_page .product_detail_page_inner .img_area {width: 400px; height: 400px; margin: 0 auto 100px; background-repeat: no-repeat; background-size: contain; background-position: center;}

.server .product_detail_page_inner .img_area {background-image: url("../../imgs/renewal/product/device01.png");}
.parking_breaker .product_detail_page_inner .img_area {background-image: url("../../imgs/renewal/product/device02.png");}
.LPR_1 .product_detail_page_inner .img_area {background-image: url("../../imgs/renewal/product/device03.png");}
.LPR_2 .product_detail_page_inner .img_area {background-image: url("../../imgs/renewal/product/device04.png");}
.calculate .product_detail_page_inner .img_area {background-image: url("../../imgs/renewal/product/device05.png");}
.beforehand_calculate .product_detail_page_inner .img_area {background-image: url("../../imgs/renewal/product/device05.png");}

/* #product_detail_page .function {position: relative; border: 2px solid #007C7B; border-radius: 10px; padding: 0 50px 50px 50px; box-sizing: border-box; margin-bottom: 100px;} */
#product_detail_page .function {position: relative; border: 2px solid #123878; border-radius: 10px; padding: 0 50px 50px 50px; box-sizing: border-box; margin-bottom: 100px;}
#product_detail_page .function h2 {position: relative; display: inline-block; padding: 0 20px; top: -15px; background: #fff;}
#product_detail_page .function p {line-height: 1.8;}
#product_detail_page .product_content {margin-bottom: 100px;}
#product_detail_page .product_content table {width: 100%; font-size: 20px;}
/* #product_detail_page .product_content table tr {height: 60px; border-top: 1px solid #007C7B;}
#product_detail_page .product_content table tr:last-child {border-bottom: 1px solid #007C7B;}
#product_detail_page .product_content table th {font-family: 'NanumSquareR'; width: 40%; background: #169a99; color: #fff;} */
#product_detail_page .product_content table tr {height: 60px; border-top: 1px solid #123878;}
#product_detail_page .product_content table tr:last-child {border-bottom: 1px solid #123878;}
#product_detail_page .product_content table th {font-family: 'NanumSquareR'; width: 40%; background: #3c63ae; color: #fff;}
#product_detail_page .product_content table td {width: 60%;}
.back {display: block; margin: auto; padding: 15px 20px; font-size: 20px; border: 2px solid #123878; border-radius: 5px; width: 10%;}
.back:hover {background-color: #3c63ae; color: #fff;}
/* .back {display: block; margin: auto; padding: 15px 20px; font-size: 20px; border: 2px solid #007C7B; border-radius: 5px; width: 10%;}
.back:hover {background-color: #169a99; color: #fff;} */

/*브로셔*/
#brochure .brochure_inner ul {text-align: center; display: flex; justify-content: center;}
#brochure .brochure_inner ul li {width: 49%; border: 1px solid #123878; box-sizing: border-box;}
/* #brochure .brochure_inner ul li {width: 49%; border: 1px solid #007C7B; box-sizing: border-box;} */
#brochure .brochure_inner ul li a {display: block; width: 100%; height: 100%}
#brochure .brochure_inner ul li .imgArea {width: 100%; height: 300px; background-image: url("../../imgs/renewal/Brochure11.png"); background-position: center; background-repeat: no-repeat; background-size: contain; background-color: #cdcdcd;}
#brochure .brochure_inner ul li p {margin: 20px 0;}
#brochure .brochure_inner ul li:hover {cursor: pointer;}

/*게시판*/
/* #notice_board .notice_board_inner {position: relative; width: 1200px; margin: 100px auto; text-align: center;}
#notice_board .notice_board_inner .search {position: absolute; right: 0;}
#notice_board .notice_board_inner .search select {height: 30px; font-size: 20px; padding-left: 10px;}
#notice_board .notice_board_inner .search input[type=text] {height: 30px; width: 200px}
#notice_board .notice_board_inner .search button {height: 30px; border: 1px solid #007C7B; padding: 0 20px; font-size: 20px; border-radius: 3px;}
#notice_board .notice_board_inner .search button:hover {background: #169a99; color: #eee;}
#notice_board .notice_board_inner table {width: 100%; margin-top: 150px; font-size: 20px;}
#notice_board .notice_board_inner table tr {height: 60px; border-top: 1px solid #007C7B; border-bottom: 1px solid #007C7B;}
#notice_board .notice_board_inner table th {background: #169a99; font-family: 'NanumSquareR';}
#notice_board .notice_board_inner table th:nth-of-type(1) {width: 10%;}
#notice_board .notice_board_inner table th:nth-of-type(2) {width: 50%;}
#notice_board .notice_board_inner table th:nth-of-type(3) {width: 20%;}
#notice_board .notice_board_inner table th:nth-of-type(4) {width: 20%;} */

#notice_board .result_inner {position: relative; width: 1200px; margin: 100px auto; text-align: center;}
#notice_board  .resultArea {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
#notice_board  .resultArea div {width: 24.25%; margin-bottom: 3%;}
#notice_board  .resultArea div:not(:nth-of-type(4n)) {margin-right: 1%;}
/* .resultArea div img {width: 291px; height: 218px; margin-bottom: 3%; -webkit-touch-callout:none;} */
#notice_board  .resultArea div p {font-size: 20px;}

#notice_board .resultArea div .imgArea {width: 100%; height: 218px; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover;}
#notice_board .resultArea div:nth-of-type(1) .imgArea {background-image: url("/imgs/renewal/result/dnsummit/dnsummit1.jpg");}
#notice_board .resultArea div:nth-of-type(2) .imgArea {background-image: url("/imgs/renewal/result/mfmc/mfmc1.jpg");}
#notice_board .resultArea div:nth-of-type(3) .imgArea {background-image: url("/imgs/renewal/result/ykoffice/ykoffice7.jpg");}
#notice_board .resultArea div:nth-of-type(4) .imgArea {background-image: url("/imgs/renewal/result/galleria/galleria3.jpg");}
#notice_board .resultArea div:nth-of-type(5) .imgArea {background-image: url("/imgs/renewal/result/dpalwl/dpalwl5.jpg");}
#notice_board .resultArea div:nth-of-type(6) .imgArea {background-image: url("/imgs/renewal/result/machu/machu2.jpg");}
#notice_board .resultArea div:nth-of-type(7) .imgArea {background-image: url("/imgs/renewal/result/vision/vision2.jpg");}
#notice_board .resultArea div:nth-of-type(8) .imgArea {background-image: url("/imgs/renewal/result/cnw/cnw1.jpg");}
#notice_board .resultArea div:nth-of-type(9) .imgArea {background-image: url("/imgs/renewal/result/prau1/prau16.jpg");}
#notice_board .resultArea div:nth-of-type(10) .imgArea {background-image: url("/imgs/renewal/result/prau2/prau27.jpg");}
#notice_board .resultArea div:nth-of-type(11) .imgArea {background-image: url("/imgs/renewal/result/ruby/ruby1.jpg");}
#notice_board .resultArea div:nth-of-type(12) .imgArea {background-image: url("/imgs/renewal/result/metro/metro3.jpg");}
#notice_board .resultArea div:nth-of-type(13) .imgArea {background-image: url("/imgs/renewal/result/moun/moun8.jpg");}
#notice_board .resultArea div:nth-of-type(14) .imgArea {background-image: url("/imgs/renewal/result/hiveA/hiveA6.jpg");}
#notice_board .resultArea div:nth-of-type(15) .imgArea {background-image: url("/imgs/renewal/result/hiveB/hiveB2.jpg");}
#notice_board .resultArea div:nth-of-type(16) .imgArea {background-image: url("/imgs/renewal/result/rex/rex2.jpg");}
#notice_board .resultArea div:nth-of-type(17) .imgArea {background-image: url("/imgs/renewal/result/filnature/filnature7.jpg");}
#notice_board .resultArea div:nth-of-type(18) .imgArea {background-image: url("/imgs/renewal/result/gaonbiz/gaonbiz1.jpg");}
#notice_board .resultArea div:nth-of-type(19) .imgArea {background-image: url("/imgs/renewal/result/DA.jpg");}
#notice_board .resultArea div:nth-of-type(20) .imgArea {background-image: url("/imgs/renewal/result/kimpo.jpg");}
#notice_board .resultArea div:nth-of-type(21) .imgArea {background-image: url("/imgs/renewal/result/winners.jpg");}
#notice_board .resultArea div:nth-of-type(22) .imgArea {background-image: url("/imgs/renewal/result/jeonnam.jpg");}
#notice_board .resultArea div:nth-of-type(23) .imgArea {background-image: url("/imgs/renewal/result/ssakArt.jpg");}
#notice_board .resultArea div:nth-of-type(24) .imgArea {background-image: url("/imgs/renewal/result/opang.jpg");}
#notice_board .resultArea div:nth-of-type(25) .imgArea {background-image: url("/imgs/renewal/result/25.jpg");}
#notice_board .resultArea div:nth-of-type(26) .imgArea {background-image: url("/imgs/renewal/result/26.jpg");}
#notice_board .resultArea div:nth-of-type(27) .imgArea {background-image: url("/imgs/renewal/result/27.jpg");}
#notice_board .resultArea div:nth-of-type(28) .imgArea {background-image: url("/imgs/renewal/result/28.jpg");}
#notice_board .resultArea div:nth-of-type(29) .imgArea {background-image: url("/imgs/renewal/result/29.jpg");}
#notice_board .resultArea div:nth-of-type(30) .imgArea {background-image: url("/imgs/renewal/result/30.jpg");}