@import url(basic.css); /* 초기화 */

/************************************************************************************
UI st.
*************************************************************************************/
/* Input, Select, Textarea */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {height: 20px; padding: 0 10px;}
input[type="file"],
input[type="submit"],
input[type="button"] {height: 40px; padding: 0 15px;}
select {height: 40px; padding: 0 25px 0 10px; font-size: 14px; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('../../images/renewal/common/ic_arrow_down.png') right 5px center no-repeat; font-family: 'NanumSquare', sans-serif;}
select::-ms-expand {display: none;}
textarea {width: calc(100% - 22px); padding: 10px; font-family: 'NanumSquare', sans-serif;}


/* File */
.filebox {margin-bottom: 5px;}
.filebox>* {display: inline-block; vertical-align: top;}
.filebox input[type='text'] {height: 40px; font-size: 14px;}
.filebox label {position: relative; width: 80px; height: 38px; text-align: center; line-height: 38px; overflow: hidden; cursor: pointer;}
.filebox label input {display: none; position: absolute; right: 0; width: 0; height: 0; overflow: hidden; border: 0;}


/* Radio, Checkbox */
.radio_style1 {position: relative; display: inline-block; margin-right: 20px; padding-left: 22px; vertical-align: middle;}
.radio_style1 input[type='radio'] {display: none;}
.radio_style1 label {display: inline-block; vertical-align: middle; height: 18px; line-height: 18px;}
.radio_style1 input + label.radio_img {position: absolute; top: 0; left: 0; width: 18px; cursor: pointer; background: url('../../images/renewal/common/img_radio_off.png') no-repeat;}
.radio_style1 input:checked + label.radio_img {background: url('../../images/renewal/common/img_radio_on.png') no-repeat;}

.check_style1 {position: relative; display: inline-block; margin-right: 20px; padding-left: 22px; vertical-align: middle;}
.check_style1 input[type='checkbox'] {display: none;}
.check_style1 label {display:inline-block; vertical-align: middle; height: 18px; line-height: 18px;}
.check_style1 input + label.check_img {position: absolute; top: 0; left: 0; width: 18px; cursor: pointer; background: url('../../images/renewal/common/img_check_off.png') no-repeat;}
.check_style1 input:checked + label.check_img {background: url('../../images/renewal/common/img_check_on.png') no-repeat;}

.flatCheck {position: relative; width: 53px; height: 30px;}
.flatCheck input[type='checkbox'] {opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
.flatCheck div {position: relative; top: -16px; width: 100%; height: 100%; background: #fff;  border: 1px solid #ddd; border-radius: 50px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease;}
.flatCheck label {display: block; position: absolute; top: 1px; left: 0; width: 26px; height: 26px; cursor: pointer; z-index: 1; border-radius: 50%; background: #fff; border: 1px solid #ddd; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .3s ease; transition: all .2s ease;}
.flatCheck input[type=checkbox]:checked ~ div {background: #5787e9; border: 1px solid #5787e9;}
.flatCheck input[type=checkbox]:checked ~ label {left: 26px; border: 1px solid #5787e9;}


/* Scroll */
.scroll::-webkit-scrollbar {width: 5px; height: 5px;}
.scroll::-webkit-scrollbar-button:start:decrement, 
.scroll::-webkit-scrollbar-button:end:increment {display: block; height: 3px;}
.scroll::-webkit-scrollbar-track {background: none;}
.scroll::-webkit-scrollbar-thumb {width:5px; height: 5px; border-radius: 7px; background: #eee;}
.scroll::-webkit-scrollbar-thumb:hover {background: #eee;}
.scroll:hover::-webkit-scrollbar-thumb {background: #eee;}
.scroll {scrollbar-3dLight-Color: none; scrollbar-arrow-color: #d3d3d3; scrollbar-base-color: rgb(238, 238, 238); scrollbar-Face-Color: rgb(213, 213, 213); scrollbar-Track-Color: #eee; scrollbar-DarkShadow-Color: none; scrollbar-Highlight-Color: none; scrollbar-Shadow-Color: rgb(238, 238, 238);}


/* Layer popup */
.popup_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 20;}
.popup_inner {position: relative; margin: 100px auto 0; background: #fff; border: 2px solid #282828; z-index: 2;}
.popup_inner .btn_close {position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; background: url('../../images/renewal/common/ic_popup_close.png') center center no-repeat; text-indent: -9999px; z-index: 99;}
.popup_inner .popup_header {position: relative;}
.popup_inner .popup_contents {}

.popup_bg {position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1;}
.popup_inner .pop_info_text {font-size: 16px; line-height: 24px;}


/* Basic calendar */
input.datepicker {padding-right: 35px; background: #fff url('../../images/renewal/common/ic_calendar.png') right 5px center no-repeat;}
.ui-datepicker .ui-widget.ui-widget-content {border:0; color: #23abe7; background: #333;}
.ui-datepicker .ui-widget-header {padding: 5px 0; font-size: 18px; color: #fff; font-weight: 400; background: #666; border: 0; border-radius: 0;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {top: 6px; width: 30px; height: 25px; cursor: pointer;}
.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover {left: 2px; top: 6px; background: #666; border: 0;}
.ui-datepicker .ui-state-hover.ui-datepicker-next-hover {right: 2px; top: 6px; background: #666; border: 0;}
.ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {position: static; width: 30px; height: 30px; margin: 0; background: #666 url('../../images/renewal/common/ic_arrow_left_white.png') center center no-repeat !important;}
.ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {position: static; width: 30px; height: 30px; margin: 0; background: #666 url('../../images/renewal/common/ic_arrow_right_white.png') center center no-repeat !important;}
.ui-datepicker {padding: 0; width: auto; border-radius: 0 !important;}
.ui-datepicker .ui-datepicker-title select {height: 30px; padding: 0 15px 0 10px; font-size: 14px; color: #333; background: #fff /*url('../../images/renewal/common/btn_down.png') */ right 5px center no-repeat; background-size: 12px !important;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {width: 38%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {width: 48%;}
.ui-datepicker table {margin-bottom: 0;}
.ui-datepicker th {height: 19px; font-weight: 400; font-size: 14px; border-bottom: 1px solid #666;}
.ui-datepicker td a.ui-state-default {width: 32px; height: 32px; line-height: 29px; font-size: 14px; color: #666; text-align: center; border: 0;}
.ui-datepicker td a.ui-state-active {background: #008ba1; color: #fff;}
.ui-datepicker td a.ui-state-highlight {background: none; border: 1px solid #008ba1;}


/* Color */
.white {color: #fff !important;}
.black {color: #000 !important;}
.darkgray {color: #333 !important;}
.lightgray {color: #999 !important;}
.red {color: #b03535 !important;}


/* Background */
.bg_lightgray {background: #f9f9f9;}


/* Border */
.bor_non{border:0 !important;}
.bor_top_non{border-top:0 !important;}
.bor_right_non{border-right:0 !important;}
.bor_bottom_non{border-bottom:0 !important;}
.bor_left_non{border-left:0 !important;}


/* Btn */
.btn_wrap:after {display: block; visibility: hidden; clear: both; content: "";}
.btn {display: inline-block; height: 40px; padding: 0 15px; line-height: 40px; font-size: 14px; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; vertical-align: top; cursor: pointer;}

.btn_wrap .btn {width:135px; padding:0;}

.btn_gray {color:#fff !important; background: #666; border: 1px solid #666 !important;}
.btn_lightgray {color:#fff !important; background: #999; border: 1px solid #999 !important;}

.btn_round {border-radius: 50px;}

.btn_close {display: inline-block; width: 14px; height: 14px; padding: 0; line-height: 14px; background: url('../../images/renewal/common/ic_close.png') center center no-repeat; vertical-align: middle;}


/* Icon */
.icon {display: inline-block; text-indent: -9999px;}


/* Label */
.label {display: inline-block; padding: 1px 3px; font-size: 14px;}





/************************************************************************************
Header st.
*************************************************************************************/
header {position: relative; z-index: 1000;}
.header_wrap {background: #fff; border-bottom: 1px solid #696969;}

.header_wrap .logo {display: block; width: 155px; height: 100px; background: url('../../images/renewal/common/logo.png') center center no-repeat;}

.header_wrap .gnb_wrap {display: inline-block;}
.header_wrap .gnb_wrap .gnb .depth1>li {position: relative;}
.header_wrap .gnb_wrap .gnb .depth1>li>a {display: block; height: 100px; padding: 0 14px; line-height: 100px ; font-size: 17px; text-align: center; color: #383f51; letter-spacing: -0.5px;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active {color: #2276cc;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon {width: 40px; height: 40px; vertical-align: middle; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon.ic_root {background: url('../../images/renewal/common/ic_menu_root.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover .icon.ic_root,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active .icon.ic_root {background: url('../../images/renewal/common/ic_menu_root_on.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon.ic_clock {background: url('../../images/renewal/common/ic_menu_clock.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover .icon.ic_clock,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active .icon.ic_clock {background: url('../../images/renewal/common/ic_menu_clock_on.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon.ic_note {background: url('../../images/renewal/common/ic_menu_note.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover .icon.ic_note,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active .icon.ic_note {background: url('../../images/renewal/common/ic_menu_note_on.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon.ic_graph {background: url('../../images/renewal/common/ic_menu_graph.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover .icon.ic_graph,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active .icon.ic_graph {background: url('../../images/renewal/common/ic_menu_graph_on.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon.ic_pc {background: url('../../images/renewal/common/ic_menu_pc.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover .icon.ic_pc,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active .icon.ic_pc {background: url('../../images/renewal/common/ic_menu_pc_on.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a .icon.ic_center {background: url('../../images/renewal/common/ic_menu_center.png') center center no-repeat;}
.header_wrap .gnb_wrap .gnb .depth1>li>a:hover .icon.ic_center,
.header_wrap .gnb_wrap .gnb .depth1>li>a.active .icon.ic_center {background: url('../../images/renewal/common/ic_menu_center_on.png') center center no-repeat;}

.header_wrap .gnb_wrap .gnb .depth2 {display: none; position: absolute; left: 50%; top: 100%; width: 150px; margin-left: -75px; border-bottom: 1px solid #696969;}
.header_wrap .gnb_wrap .gnb .depth2>li a {display: block; padding: 18px 5px; font-size: 15px; line-height: 20px; text-align: center; word-break: keep-all; background: #fff; border: 1px solid #696969; border-bottom: 0;}
.header_wrap .gnb_wrap .gnb .depth2>li a:hover {color: #fff; background: #2c7cce;}
.header_wrap .gnb_wrap .gnb .depth2>li a span {display: block;}





/************************************************************************************
Footer st.
*************************************************************************************/
footer {}
.footer_wrap {padding: 20px 0; background: #525252;}

.footer_wrap .logo {display: block; width: 155px; height: 35px; margin-top: 22px; margin-right: 55px; background: url('../../images/renewal/common/logo_foot.png') center center no-repeat;}

.footer_wrap .copy_wrap p.address {margin: 10px 0 5px; font-size: 13px; line-height: 20px; color: #bdbdbd;}
.footer_wrap .copy_wrap p.copy {font-size: 12px; line-height: 18px; color: #969696;}

.footer_wrap .family_wrap .select_box {position: relative; margin-top: 5px; z-index: 2;}
.footer_wrap .family_wrap .select_box>a {display: block; width: 210px; height: 32px; padding: 0 20px; line-height: 32px; color: #e8e8e8; font-size: 14px; background: #6d6d6e url('../../images/renewal/common/ic_more_plus.png') right 20px center no-repeat; border: 1px solid #646464;}
.footer_wrap .family_wrap .select_box>ul {display: none; position: absolute; left: 0; right: 0; width: 100%; background: #6d6d6e;}
.footer_wrap .family_wrap .select_box>ul li a {display: block; padding: 0 20px; line-height: 30px; color: #e8e8e8; font-size: 14px; border-bottom: 1px solid #646464;}

.footer_wrap .family_wrap .select_box1>ul {top: -681px;} 
.footer_wrap .family_wrap .select_box2>ul {top: -30px;} 





/************************************************************************************
Main st.
*************************************************************************************/
.main_contents {}

/* 지도영역 */
.main_contents .map_wrap {position: relative; width: calc(100% - 360px);}
.main_contents .map_wrap .map {width: 100%; height: 850px; overflow: hidden;}
.main_contents .map_wrap #daumRoughmapContainer1541416588116 {position: relative; width: 100%; height: 850px; z-index: 1;}
.main_contents .map_wrap #daumRoughmapContainer1541416588116 .wrap_map {height: 818px;}

/* 지도영역 - 탭 */
.main_contents .map_wrap .tab_box {position: absolute; left: 0; top: 0; right: 0; margin: 15px; z-index: 2; width: fit-content;}
.main_contents .map_wrap .tab_box div a {display: inline-block; height: 34px; padding: 0 13px 0 40px; line-height: 34px; text-align: right; font-size: 13px; color: #383f51; border: 1px solid #8d8d8d;}
.main_contents .map_wrap .tab_box div a:hover,
.main_contents .map_wrap .tab_box div a.active {color: #fff; border-color: #383f51;}

.main_contents .map_wrap .tab_box .fl_left a {margin-right: 2px;}
.main_contents .map_wrap .tab_box .fl_right a {margin-left: 2px;}

.main_contents .map_wrap .tab_box div a.tab_cctv {background: #f2f4f5 url('../../images/renewal/main/ic_cctv_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_cctv:hover,
.main_contents .map_wrap .tab_box div a.tab_cctv.active {background: #383f51 url('../../images/renewal/main/ic_cctv_on.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_outbreak {background: #f2f4f5 url('../../images/renewal/main/ic_outbreak_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_outbreak:hover,
.main_contents .map_wrap .tab_box div a.tab_outbreak.active {background: #383f51 url('../../images/renewal/main/ic_outbreak_on.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_sign {background: #f2f4f5 url('../../images/renewal/main/ic_sign_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_sign:hover,
.main_contents .map_wrap .tab_box div a.tab_sign.active {background: #383f51 url('../../images/renewal/main/ic_sign_on.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_car {padding: 0 13px 0 45px; background: #f2f4f5 url('../../images/renewal/main/ic_car_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_car:hover,
.main_contents .map_wrap .tab_box div a.tab_car.active {padding: 0 13px 0 45px; background: #383f51 url('../../images/renewal/main/ic_car_on.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_focus {padding: 0 10px 0 35px; background: #f2f4f5 url('../../images/renewal/main/ic_focus_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_focus:hover,
.main_contents .map_wrap .tab_box div a.tab_focus.active {padding: 0 10px 0 35px; background: #383f51 url('../../images/renewal/main/ic_focus_on.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_save {padding: 0 10px 0 35px; background: #f2f4f5 url('../../images/renewal/main/ic_save_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_save:hover,
.main_contents .map_wrap .tab_box div a.tab_save.active {padding: 0 10px 0 35px; background: #383f51 url('../../images/renewal/main/ic_save_on.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_traffic {padding: 0 10px 0 35px; background: #f2f4f5 url('../../images/renewal/main/ic_traffic_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_traffic:hover,
.main_contents .map_wrap .tab_box div a.tab_traffic.active {padding: 0 10px 0 35px; background: #383f51 url('../../images/renewal/main/ic_traffic_on.png') left 10px center no-repeat;}

.main_contents .map_wrap .tab_box div a.tab_outbreak_list {background: #f2f4f5 url('../../images/renewal/main/ic_outbreak_list_off.png') left 10px center no-repeat;}
.main_contents .map_wrap .tab_box div a.tab_outbreak_list:hover,
.main_contents .map_wrap .tab_box div a.tab_outbreak_list.active {background: #383f51 url('../../images/renewal/ic_outbreak_list_on.png') left 10px center no-repeat;}


/* 우측 안내영역 */
.main_contents .right_wrap {width: 360px; border-left: 1px solid #c3c3c3; }
.main_contents .box {padding: 20px 25px;}
.main_contents .box .box_title {position: relative; margin-bottom: 10px; font-size: 20px; color: #444; font-weight: 600;}


.main_contents .right_wrap .latest_box .box_cont ul li span {margin-left:10px; font-size:18px;}		
.main_contents .right_wrap .latest_box .box_cont2 ul li a {display: block; margin-top: 13px; padding-left: 15px; font-size: 15px; color: #fff; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; text-align:right; margin-bottom:0; }					
.box_new ul li a {display:block; margin-top: 13px; padding-left: 15px; font-size: 35px; color: #FF0; word-wrap:break-word;overflow:hidden; text-align:center; font-weight:bold; margin-bottom:0; height:100px; width:290px; padding-top:15px;				
}		
.weather{float:left; width:100px; height:120px; margin-top:30px;}		
.weather dd{font-size:35px; padding-top:15px; text-align:center; color:#FFF;}		
.main_contents .right_wrap .latest_box .box_cont2 { margin-top:10px;}


.main_contents .box .box_title .btn_more {position: absolute; right: 0; top: 0; display: block; width: 23px; height: 23px;}

.main_contents .right_wrap .latest_box {height: 200px; }

.main_contents .right_wrap .latest_box .box_title {color: #fff;}
.main_contents .right_wrap .latest_box .box_title .btn_more {background: url('../../images/renewal/main/ic_more_trans.png') center center no-repeat;}
.main_contents .right_wrap .latest_box .box_cont{ width:170px;float:right; margin-left:25px;}
.main_contents .right_wrap .latest_box .box_cont ul li  {display: block; margin-top: 13px; padding-left: 15px; font-size: 15px; color: #fff; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; background: url('../../images/renewal/main/ic_bul.png') left center no-repeat;}
.main_contents .right_wrap .latest_box .box_cont ul li span {margin-left:10px; font-size:18px;}
.main_contents .right_wrap .latest_box .box_cont2 ul li a {display: block; margin-top: 13px; padding-left: 15px; font-size: 15px; color: #fff; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; text-align:right; margin-bottom:0; }


.box_new ul li a {display:block; margin-top: 13px; padding-left: 15px; font-size: 35px; color: #FF0; word-wrap:break-word;overflow:hidden; text-align:center; font-weight:bold; margin-bottom:0; height:100px; width:290px; padding-top:15px;}
.box_new ul li a#disaster_subtype {margin-top: 20px; height: 90px;}
.box_new #vul_name { cursor: pointer; }

.weather{float:left; width:100px; height:120px; margin-top:30px;}
.weather dd{font-size:35px; padding-top:15px; text-align:center; color:#FFF;}

.main_contents .right_wrap .latest_box .box_cont2 { margin-top:10px;}

.main_contents .right_wrap .info_box .box_title .btn_more {background: url('../../images/renewal/main/ic_more_white.png') center center no-repeat;}

.main_contents .right_wrap .weak_box {background: #2276cc url('../../images/renewal/main/bg_weak.png') right bottom no-repeat;}
.main_contents .right_wrap .danger_box {background: #d64544 url('../../images/renewal/main/bg_danger.png') right bottom no-repeat;}
.main_contents .right_wrap .disaster_box {background: url('../../images/renewal/main/bg_disaster.png') right bottom no-repeat; cursor: pointer;}

/* 우측 안내영역 - 소통정보 */
.main_contents .right_wrap .traffic_box {height: 200px; background: #f2f4f5; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3;}
.main_contents .right_wrap .traffic_box .box_cont ul li {padding: 15px 0; border-bottom: 1px solid #ddd;}
.main_contents .right_wrap .traffic_box .box_cont ul li:last-child {border-bottom: 0;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl {font-size: 0;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl>* {display: inline-block; vertical-align: middle;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl dt {width: 33px; height: 33px;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl dt.ic_redArrow {background: #ca3838 url('../../images/renewal/main/ic_arrow.png') center center no-repeat;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl dt.ic_yellowArrow {background: #FFBF00 url('../../images/renewal/main/ic_arrow.png') center center no-repeat;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl dt.ic_greenArrow {background: #2eba1f url('../../images/renewal/main/ic_arrow.png') center center no-repeat;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl dd {width: calc(100% - 33px); padding-left: 15px; font-size: 15px; color: #666;}
.main_contents .right_wrap .traffic_box .box_cont ul li dl dd strong {display: block; color: #333;}

/* 우측 안내영역 - 돌발정보 */
.main_contents .right_wrap .outbreak_box {height: 250px; background: #fff;}
.main_contents .right_wrap .outbreak_box .box_cont ul li {padding: 10px 0; border-bottom: 1px solid #ddd;}
.main_contents .right_wrap .outbreak_box .box_cont ul li:last-child {border-bottom: 0;}
.main_contents .right_wrap .outbreak_box .box_cont ul li dl {font-size: 0;}
.main_contents .right_wrap .outbreak_box .box_cont ul li dl>* {display: inline-block; vertical-align: middle;}
.main_contents .right_wrap .outbreak_box .box_cont ul li dl dt {width: 40px; height: 40px;}
.main_contents .right_wrap .outbreak_box .box_cont ul li dl dt.ic_warning {background: url('../../images/renewal/main/ic_warning.png') center center no-repeat;}
.main_contents .right_wrap .outbreak_box .box_cont ul li dl dt.ic_corporation {background: url('../../images/renewal/main/ic_corporation.png') center center no-repeat;}
.main_contents .right_wrap .outbreak_box .box_cont ul li dl dd {width: calc(100% - 40px); padding-left: 15px; font-size: 15px; color: #666;}

/* 메인하단 콘텐츠 */
.main_contents .main_cont {padding-bottom: 50px;}

/* 메인하단 콘텐츠 - 지역선택버튼 */
.main_contents .main_cont .area_wrap {position: relative; margin-bottom: 50px; padding: 0 81px; background: #f7f7f7; border-bottom: 1px solid #c3c3c3;}
.main_contents .main_cont .area_wrap .area_slide div.slick-slide a {display: block; height: 60px; line-height: 60px; font-size: 16px; font-weight: 600; color: #666; text-align: center; background: #f7f7f7; border-top: 1px solid #c3c3c3; border-right: 1px solid #ddd;}
.main_contents .main_cont .area_wrap .area_slide div.slick-slide:last-child a {border-left: 1px solid #ddd;}
.main_contents .main_cont .area_wrap .area_slide div.slick-slide a.active {color: #fff; background: #2276cc; border-color: #2276cc;}
.main_contents .main_cont .area_wrap .slick-arrow {position: absolute;  top: 0; bottom: 0; width: 80px; height: 60px; text-indent: -9999px; border-top: 1px solid #c3c3c3;}
.main_contents .main_cont .area_wrap .slick-prev {left: -80px; border-right: 1px solid #ddd; background: #f7f7f7 url('../../images/renewal/main/ic_prev.png') center center no-repeat;}
.main_contents .main_cont .area_wrap .slick-next {right: -80px; border-left: 1px solid #ddd; background: #f7f7f7 url('../../images/renewal/main/ic_next.png') center center no-repeat;}

/* 메인하단 콘텐츠 - 공지사항 */
.main_contents .main_cont .notice_box {width: 420px; margin-right: 30px; padding: 0;}
.main_contents .main_cont .notice_box .box_title {color: #2276cc;}
.main_contents .main_cont .notice_box .box_title .btn_more {background: url('../../images/renewal/main/ic_more_white.png') center center no-repeat;}
.main_contents .main_cont .notice_box .box_cont dl.main_notice {position: relative; margin-top: 20px; padding-bottom: 25px; padding-right: 95px; border-bottom: 1px dashed #ddd;}
.main_contents .main_cont .notice_box .box_cont dl.main_notice dt {display: inline-block; position: relative; margin-bottom: 10px; padding-right: 20px; font-size: 18px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.main_contents .main_cont .notice_box .box_cont dl.main_notice dd {font-size: 15px; line-height: 24px; color: #888; letter-spacing: -0.5px; word-break: keep-all;}
.main_contents .main_cont .notice_box .box_cont dl.main_notice dd.date {position: absolute; right: 0; bottom: 0; width: 90px; height: 90px; padding-top: 19px; text-align: center; font-size: 13px; line-height: 24px; background: #f9f9f9; border: 1px solid #ddd;}
.main_contents .main_cont .notice_box .box_cont dl.main_notice dd.date strong {display: block; font-size: 20px; font-weight: 600; color: #333;}
/* .main_contents .main_cont .notice_box .box_cont dl.main_notice.new dt:after {position: absolute; right: 0; top: 2px; width: 14px; height: 14px; content: ""; background: url('../../images/renewal/main/ic_new.png') center center no-repeat; display:block;clear:both;} */
.main_contents .main_cont .notice_box .box_cont ul {padding-top: 5px;}
.main_contents .main_cont .notice_box .box_cont ul li a {display: block; position: relative; margin-top: 20px; padding-right: 90px; font-size: 16px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.main_contents .main_cont .notice_box .box_cont ul li a span {position: absolute; right: 0; top: 0; bottom: 0; font-size: 13px; color: #888;}

/* 메인하단 콘텐츠 - 트위터 */
.main_contents .main_cont .twitter_box {width:372px; height:364px; position: relative; margin-right: 30px; border: 1px solid #ddd !important;}
.main_contents .main_cont .twitter_box .twitter_title {position: absolute; left: 1px; right: 1px; top: 1px; height: 65px; padding: 0 20px; line-height: 65px; background: #fff;}
.main_contents .main_cont .twitter_box iframe {padding: 20px !important;}

/* 메인하단 콘텐츠 - 바로가기 링크 */
.main_contents .main_cont .quick_box {width: 170px;}
.main_contents .main_cont .quick_box a {display: block; height: 50px; margin-bottom: 10px; padding: 0 15px; line-height: 52px; font-size: 16px; color: #fff; letter-spacing: -0.5px; background: #2276c4 url('../../images/renewal/main/btn_link.png') right 10px center no-repeat;}
.main_contents .main_cont .quick_box .call_box {height: 180px; padding: 22px 15px; font-size: 16px; color: #fff; line-height: 20px; background: #2949a7 url('../../images/renewal/main/bg_box.png') center bottom no-repeat;}
.main_contents .main_cont .quick_box .call_box p {margin-bottom: 10px;}
.main_contents .main_cont .quick_box .call_box strong {display: block; font-size: 18px; color: #ffe400;}
.main_contents .main_cont .quick_box2 {width: 170px;}
.main_contents .main_cont .quick_box2 a {display: block; height: 50px; margin-bottom: 10px; padding: 0 15px; line-height: 52px; font-size: 16px; color: #fff; letter-spacing: -0.5px; background: #c42222 url('../../images/renewal/main/btn_link.png') right 10px center no-repeat;}
.main_contents .main_cont .quick_box2 .call_box {height: 180px; padding: 8px 15px; font-size: 16px; color: #fff; line-height: 20px; background: #2949a7 url('../../images/renewal/main/bg_box.png') center bottom no-repeat;}
.main_contents .main_cont .quick_box2 .call_box p {margin-bottom: 10px;}
.main_contents .main_cont .quick_box2 .call_box strong {display: block; font-size: 18px; color: #ffe400;}

/* 메인배너 */
.main_banner {padding: 15px 0; border-top: 1px solid #ddd;}
.main_banner .inner {position: relative; z-index: 1;}
.main_banner .banner_title {float: left; width: 110px; height: 37px; margin-top: 8px; line-height: 37px; font-size: 17px; border-right: 1px solid #dbdbdb;}
.main_banner .banner_list {padding: 0 95px 0 140px;}
.main_banner .banner_list .slick-slider {text-align: center;}
.main_banner .banner_list .slick-slider img {display: inline-block;}
.main_banner .banner_list .slick-arrow {position: absolute;  top: 12px; width: 28px; height: 28px; text-indent: -9999px; border: 1px solid #ddd;}
.main_banner .banner_list .slick-prev {right: -40px; background: #fff url('../../images/renewal/main/ic_banner_prev.png') center center no-repeat; border-right: 0;}
.main_banner .banner_list .slick-next {right: -96px; background: #fff url('../../images/renewal/main/ic_banner_next.png') center center no-repeat; border-left: 0;}
.main_banner .banner_list .btn_wrap {position: absolute; right: 27px; top: 12px;}
.main_banner .banner_list .btn_wrap>div {position: relative; width: 28px; height: 28px;}
.main_banner .banner_list .btn_wrap>div button {position: absolute; width: 28px; height: 28px; border: 1px solid #ddd; text-indent: -9999px;}
.main_banner .banner_list .btn_wrap>div button.banner_pause {background: #fff url('../../images/renewal/main/ic_banner_stop.png') center center no-repeat; z-index: 2;}
.main_banner .banner_list .btn_wrap>div button.banner_play {background: #fff url('../../images/renewal/main/ic_banner_play.png') center center no-repeat; z-index: 1;}
.main_banner .banner_list .btn_wrap>div button.banner_pause.active {z-index: 1;}
.main_banner .banner_list .btn_wrap>div button.banner_play.active {z-index: 1;}

/* 메인팝업 */
.cctvpop {background: #f7f7f7;}	
.cctvpop .cctv_title {text-align: center;}
.cctvpop .cctv_title {background: #4c99e8;}
.cctvpop .cctv_title dt {font-size: 30px; font-weight: 600;}
.cctvpop .cctv_title dt {height: 70px; line-height: 70px; font-size: 30px; text-align: center; font-weight: 600; color: #fff; background: #2c7cce;}
.cctvpop .cctv_title dd.text1 {font-size: 20px; line-height: 34px;}
.cctvpop .cctv_title dd {padding: 15px 20px ;color: #fff; line-height: 24px; letter-spacing: -0.5px;}
.cctvpop .cctv_title dd.text2 {font-size: 14px; line-height: 18px;}
.cctvpop .cctv_title dd .text1 {font-size: 18px;}
.cctvpop .cctv_title dd .text2 {font-size: 13px; font-weight: 300;}
	
.cctvpop .cctv_list {padding: 15px 25px;}
.cctvpop .cctv_list dl {font-size: 0;}
.cctvpop .cctv_list li {margin-bottom: 10px;}
.cctvpop .cctv_list dl>* {display: inline-block; vertical-align: top;}
.cctvpop .cctv_list dl {display: table; width: 100%; font-size: 0;}
.cctvpop .cctv_list dl dt {width: 80px; font-size: 20px;}
.cctvpop .cctv_list dl>* {display: table-cell; vertical-align: middle;}
.cctvpop .cctv_list dl dd {width: calc(100% - 80px); font-size: 16px; line-height: 24px;}
.cctvpop .cctv_list dl dt {width: 80px; height: 60px; font-size: 20px; color: #fff; text-align: center; background: #2c7cce;}
.cctvpop .cctv_list dl dd {position: relative; width: calc(100% - 80px); padding: 10px 75px 10px 15px; font-size: 14px; color: #666; line-height: 20px; border: 1px solid #ddd; border-left: 0;}
.cctvpop .cctv_list dl dd .btn_cctv {position: absolute; top: 5px; right: 5px; bottom: 5px; width: 50px; height: 50px; color: #fff; font-size: 13px; line-height: 75px; text-align: center; background: #c1c1c1 url('../../images/renewal/main/ic_cctv_on.png') center top 7px no-repeat;}
.cctvpop .cctv_list li.active dl dd .btn_cctv {background: #313131 url('../../images/renewal/main/ic_cctv_on.png') center top 7px no-repeat;}
	
.cctvpop .today_close {padding: 7px 15px 5px; background: #313131;}
.cctvpop .today_close input {display: inline-block; vertical-align: middle;}
.cctvpop .today_close label {display: inline-block; vertical-align: middle; font-size: 13px; color: #fff;}


.noticepop .today_close {padding: 7px 15px 5px; background: #313131;}
.noticepop .today_close input {display: inline-block; vertical-align: middle;}
.noticepop .today_close label {display: inline-block; vertical-align: middle; font-size: 13px; color: #fff;}

/************************************************************************************
Contents st.
*************************************************************************************/
html {min-width: 600px;}

.inner {width: 1024px; margin: 0 auto;}
.contents {}
.sub_contents {}


/* shortcut */
.shortcut { position : fixed; top : 0; left : 0; width : 100%; overflow : hidden; z-index : 20 }
.shortcut a { display : block; height : 0; line-height : 0; text-align : center; background : #284ca0; color : #fff; font-size : 16px }


/* Page Root */
.page_root {}


/* Title */
.page_title {}


/* Search */
.search_wrap {position: relative;}
.search_wrap>* {display: inline-block; vertical-align: top; margin-right: 1px; font-size: 15px;}
.search_wrap select {width: 100px; margin-right: 5px; border: 0; border-bottom: 1px solid #000; background-size: 12px !important;}
.search_wrap input[type='text'] {width: 230px; padding-right: 50px;}
.search_wrap .btn {position: absolute; right: 0; top: 8px; width: 40px; height: 25px; background: url('../../images/renewal/common/ic_search.png') center center no-repeat; border: 0; border-left: 1px solid #ddd; text-indent: -9999px;}


/* Tab */
.tab_wrap {}


/* Sort */
.sort_wrap>* {display: inline-block;}


/* Text */
.info_text {margin-top: 40px; padding: 20px 25px; background: #f3f3f3;}


/* Board */
.board_option {margin: 30px 0 20px;}

.board_list {margin-top: 30px;}
.board_list table {width: 100%; border-top: 1px solid #222; border-bottom: 1px solid #ddd; table-layout: fixed;}
.board_list table th {height: 50px; font-weight: 600; text-align: center; font-size: 16px; color: #555; border-bottom: 1px solid #ddd; background: #fff;}
.board_list table td {height: 50px; font-size: 14px; text-align: center; font-weight: 300; color: #999; border-bottom: 1px solid #ddd;}
.board_list table td.subject {text-align: left; padding: 0 10px 0 20px;}
.board_list table td a {display: inline-block; max-width: 100%; height: 50px; line-height: 50px; font-weight: 400; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; vertical-align: middle;}
.board_list .search_wrap {margin-top: 30px;}

.board_view .view_title {padding: 20px; font-size: 18px; font-weight: 600; line-height: 20px; border-top: 1px solid #222; background: #fff;}
.board_view .view_info {padding: 10px 20px 15px; font-size: 14px; border-bottom: 1px solid #ddd; background: #fff;}
.board_view .view_info p span {display: inline-block; height: 15px; padding: 0 10px; line-height: 15px; font-size: 14px; color: #999; border-left: 1px solid #e6e6e6;}
.board_view .view_info p span:first-child {padding-left: 0; border-left: 0;}
.board_view .view_info dl dt {padding-right: 15px;}
.board_view .view_info dl dd {color: #666;}
.board_view .view_info .view_file {position: relative;}
.board_view .view_info .view_file p {display: block; font-size: 14px; font-weight: 600; cursor: pointer; padding-left: 17px; background: url('../../images/renewal/common/ic_clip.png') left center no-repeat;}
.board_view .view_info .view_file .view_file_list {display: none; position: absolute; top: 31px; right: -20px; width: 200px; padding: 15px; background: #fff; border: 1px solid #222;}
.board_view .view_info .view_file .view_file_list a {display: block; font-size: 12px;}
.board_view .view_contents {min-height: 250px; margin-bottom: 20px; padding: 20px; font-size: 14px; line-height: 26px; border-bottom: 1px solid #ddd;}
.board_view .view_contents img {max-width: 100%;}

.board_write {margin-top: 30px;}
.board_write table {width: 100%; border-top: 1px solid #222; border-bottom: 1px solid #ddd; table-layout: fixed;}
.board_write th {height: 50px; padding: 5px 20px; text-align: left; font-weight: 400; font-weight: 400; font-size: 15px; color: #555; border-bottom: 1px solid #ddd;}
.board_write td {height: 50px; padding: 5px 20px; font-size: 15px; font-weight: 300; color: #555; border-bottom: 1px solid #ddd;}
.board_write td select {width: 100%;}
.board_write td textarea {width: calc(100% - 22px); height: 150px;}
.board_write td input[type='text'] {width: calc(100% - 32px);}

.comments_wrap {margin: 50px 0 0; border-top: 1px solid #222;}
.comments_wrap .title {padding: 15px 0; font-size: 14px; font-weight: 600;}
.comments_wrap .write_com textarea {width: calc(90% - 20px); height: 50px; padding: 10px;}
.comments_wrap .write_com .btn_gray {width: 9.8%; height: 72px; font-size: 14px;}
.comments_wrap .list_com {margin: 10px 0 30px;}
.comments_wrap .list_com li {position: relative; padding: 10px 0; border-bottom: 1px solid #ddd;}
.comments_wrap .list_com li:last-child {border-bottom: 1px solid #ddd;}
.comments_wrap .list_com dt {margin-bottom: 10px; font-size: 15px;}
.comments_wrap .list_com dt .date {padding-left: 10px; font-size: 12px; color: #999;}
.comments_wrap .list_com dd {font-size: 14px; line-height: 16px;}
.comments_wrap .list_com li>.btn {position: absolute; right: 10px; top: 10px; min-width: 0; width: auto; height: auto; padding: 0; font-size: 12px; line-height: normal; color: #666; background: none; border: 0;}
.comments_wrap .list_com li>.btn.btn_delete {min-width: 12px; height: 12px; background: #fff url('../../images/renewal/common/ic_delete.png') center center no-repeat; border: 0; text-indent: -9999px; background-size: 12px;}
.comments_wrap .list_com li.re_com {padding: 10px 0 10px 30px;}
.comments_wrap .list_com li.re_com:after {position: absolute; left: 5px; top: 10px; content: "└"; font-size: 19px; font-weight: 600;}
.comments_wrap .list_com li.re_com textarea {width: calc(89.9% - 20px);}


/* Form */
.form_write {margin-top: 30px;}

.form_write ul {border-top: 1px solid #222;}
.form_write ul li {width: 100%; border-bottom: 1px solid #ddd;}
.form_write ul li:after {display: block; visibility: hidden; clear: both; content: "";}
.form_write ul li dl {display: table; float: left; min-height: 62px;}
.form_write ul li.column1 dl {width: 100%;}
.form_write ul li.column2 dl {width: 50%;}
.form_write ul li dl>* {display: table-cell; vertical-align: middle; padding: 10px 20px}
.form_write ul li dl dt {width: 150px; font-size: 15px;}
.form_write ul li dl dd {width: calc(100% - 150px); font-size: 14px;}
.form_write ul li dl dd select {width: 100%;}
.form_write ul li dl dd select.type1 {width: 130px;}
.form_write ul li dl dd textarea {width: calc(100% - 22px); height: 100px;}
.form_write ul li dl dd input[type='text'] {width: calc(100% - 32px);}
.form_write ul li dl dd input[type='text'].type1 {width: 100%;}
.form_write ul li dl dd input[type='text'].type2 {width: 100%;}
.form_write ul li dl dd input[type='text'].type3 {width: 100%;}
.form_write ul li dl dd input[type='text'].type4 {width: 100%;}
.form_write ul li dl dd input[type='text'].type5 {width: 100%;}

.form_view ul li dl dd {color: #999;}


/* Paging */
.paging {margin-top: 30px; text-align: center;}
.paging a {display: inline-block; vertical-align: top; width: 40px; height: 40px; line-height: 40px; font-size: 14px; font-weight: 900; border-radius: 50%;}
.paging a.active {color: #0a6b7b; background: #fff; border: 1px solid #0a6b7b;}
.paging a.btn_prev {background: url('../../images/renewal/common/ic_prev_db.png') center center no-repeat; text-indent: -9999px;}
.paging a.btn_prev_db {background: url('../../images/renewal/common/ic_prev.png') center center no-repeat; text-indent: -9999px;}
.paging a.btn_next {background: url('../../images/renewal/common/ic_next.png') center center no-repeat; text-indent: -9999px;}
.paging a.btn_next_db {background: url('../../images/renewal/common/ic_next_db.png') center center no-repeat; text-indent: -9999px;}


/* Img wrap */
.img_wrap {position: relative; width: 100%; height: 0; padding-bottom: 67%; overflow: hidden;}
.img_wrap .img_box {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.img_wrap .img_box img {display: block; height: 100%;}


/* Text wrap */
.line1_cut {text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.line2_cut {display: -webkit-box; height: 40px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}

