@charset "UTF-8";

/*메인*/
.wrap {width:100%; min-width:280px; min-height:100%; font-size: 1.6rem; color: #1a1a1a; background: #F9FCFC; overflow: hidden;}
.container {position:relative; width:100%;  background: #f1f1f1;}
.w_left_menu {margin-left:-320px; width:320px; height:100%; padding:20px; box-sizing: border-box; background:#1EA8DC;position:absolute; top:0; left:0; transition: 0.5s ease;}
.w_left_menu.active {margin-left:0; }
.w_left_menu .mid_nav {margin-top:60px;}
.w_left_menu .open_close { width:19px; height:19px; background: url(/_share/_images/sprite_arrow.png) no-repeat; background-position: 0 0; position: fixed; left:0; z-index: 1000;}
.w_left_menu.active .open_close {background-position: -19px 0; position:absolute; top:70px; left:auto; right:-19px; }
.w_left_menu h1 {margin: auto; text-align: center;}
.info_txt_point {max-width:280px; font-size: 1.4rem; color:#1a1a1a; background:#D5FF46; padding:10px 15px; line-height:20px; letter-spacing: -0.5px; font-weight: 600; border-radius: 5px; box-sizing: border-box; position:absolute; bottom:20px;}
.main_aside_btn {display: none;}

.mid_nav li {width:100%; margin-top:10px;}
.mid_nav li a {display: block; width:100%; height:50px; line-height:50px; background:#fff; color: #1a1a1a; font-size:2.4rem; font-weight: 500; text-align: center; border-radius: 50px;}
.mid_nav li:hover a,.mid_nav li.on a  {background:url(/_share/_images/bg_wave.png) no-repeat 0 30% #D5FF46; font-weight: 600;}
.option_box {position:absolute;top: 15px;left: 103px; min-width: 135px; z-index: 500;}
.option_box .title_area {width: 100%; display: flex; justify-content: center;align-items: center; border-radius: 10px 10px 0 0 ; background-color: #1EA8DC;}
.option_box h2 {font-size: 1.7rem;  color:#fff; padding-left:25px; margin: 10px 10px; font-weight: bold; position:relative;}
.option_box h2:before {content:''; display: block; width:20px; height:20px; background:url(/_share/_images/icon_setting.png) no-repeat; background-size: contain; position:absolute; top:0; left:0;}
.option_box_2 {position:absolute;top: 15px;left: 255px; z-index: 500; display: none;}
.option {background:#62C9EF; border-radius: 0 0 10px 10px; padding:0 13px 0  13px; position:relative; overflow: hidden;}
.option_box_2 .option {background:#97E0FF;border-radius: 10px;}
.option_box_2 .option h2 {font-size:1.6rem; font-weight: 900; color:#1a1a1a; padding:0; margin: 5px 0 10px; text-align: center;}
.option li {width:100%;  margin-bottom:5px;}
.option li span {display: inline-block;  letter-spacing:-1px; line-height:24px; width: 55px; font-weight: 500;padding-left: 3px; text-align: left;}
.option_box_2 .option li span {font-size:1.5rem;}
.option .sub li span { width: 40px;padding-left:0; } 
.optionli .switch {float:right;}
.option_box_2 .colortag {display:inline-block; text-align: center; border-radius: 20px; letter-spacing: -0.5px;}
.check_group {padding: 10px 0 5px 0;}
.check_group:not(:last-child){border-bottom: 1px solid #1EA8DC;}
.check_group.sub:not(:last-child){border-bottom: 1px solid #66C3E6;}
.subtitle {font-size: 1.3rem; font-weight: 600; color: #006991;margin-bottom: 4px;}
.grad { width: 8px; height: 8px; border-radius: 18px; display: inline-block; left: 0;}

.map_wrap {width:calc(100% - 320px); margin-left:320px; height:100vh; transition:0.5s ease; position: relative;}
.map_wrap.wide {width:100%; margin-left:0; transition:0.3s ease;}
.map_wrap .legend {position:absolute; top:20px; left:20px;  z-index: 500; display: flex;}
.legend img {height:100%;}
.map {width:100%; height:100%; background: #ededed; background: url(/_share/_images/gis_sample.png) no-repeat; background-size: cover;}
.loca_point button {position:absolute; top:280px; left:475px; z-index: 100;}
.loca_point .fa_mark {position: absolute; top: -5px; left:28px; pointer-events: none;}
div.leaflet-tooltip[class*="sea_name"]{padding: 8px 11px;position:absolute; top: -23px; left: 28px;white-space : nowrap; background-color: #fff; border: 1px solid #62C9EF;border-radius: 5px;z-index: 3; box-shadow: 0px 3px 6px #00000029;}
div.leaflet-tooltip[class*="sea_name"]::before { content: ''; top: 19px; left: -1px;  border: 0.4em solid transparent;border-right: 0.7em solid #62C9EF; z-index: 1; position: absolute;}
div.leaflet-tooltip[class*="sea_name"]::after {content: '';  top: 13px; left: -11px;  border: 0.4em solid transparent; border-right: 0.7em solid #ffffff; z-index: 2;position: absolute;}

.w_nav {max-width:500px; position:absolute; top:20px; right:20px;  z-index: 500;}
.sub_nav {width:550px;position:absolute; top:8px; right:20px; }
nav ul {width:100%;background:#fff; padding:15px 30px; box-sizing:border-box; border-radius:50px; overflow: hidden; display: flex; justify-content: space-between;}
.sub_nav ul {padding:10px 30px;}
nav li {float:left; position:relative; padding:0 20px;}
nav li a {display: block; font-size: 2rem; font-weight: 500; color: #1a1a1a; position: relative;  z-index: 500;}
nav li:hover a, nav li.on a  {color:#1EA8DC; font-weight: 800;}
nav li:hover a::before, nav li.on a::before {content: ''; display: block; width:100%; height:12px; background: rgba(213,255,70,0.6); position:absolute; bottom:0; left:0; z-index: -1;}
.alert {width:100%; min-height:50px; background:rgba(0,0,0,0.2); color:#fff; position:relative; margin-top:10px; overflow: hidden; box-sizing: border-box;}
.alert span {display: block; width:40px; height:40px; line-height: 40px; border-radius: 40px; background:#FF2C00; text-align: center; position:absolute; top:5px; left:10px; z-index: 10; cursor: pointer;}
.alert .marquee { width:100%; margin-left:60px; margin-right:20px; float:left; overflow: hidden;} 
.alert .flow {width:100%; font-size:16px; font-weight:500; line-height: 50px; text-overflow: ellipsis; white-space: nowrap; animation: marquee 15s linear infinite;}
.alert .flow:hover {animation-play-state: paused; cursor: pointer;}
.alert .wrn_link {display: block; width:60px; height:35px; text-align: center; position:absolute; top:10%; right:1%; background-color: #FF2C00; color:white; border-radius: 5px;}
.alert .report_link {display: block; width:60px; height:35px; text-align: center; position:absolute; top:45%; right:1%; background-color: red; color:white; border-radius: 5px;}
.alert .lgt_link {display: none; width:60px; height:35px; text-align: center; position:absolute; top:72%; right:1%; background-color: blue; color:white; border-radius: 5px;}
.alert .wrn_link img {width:100%; height:100%;}
.alert_wrap {position:absolute; top:200px; right:20px; z-index: 500;}
.alert_wrap span {display: block; width:40px; height:40px; line-height:40px; border-radius: 40px; background:#FF2C00; text-align: center; cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.lgt_wrap {display:none; position:absolute; top:250px; right:20px; z-index: 500;}
.lgt_wrap span {display: block; width:40px; height:40px; line-height:40px; border-radius: 40px; background:#1EA8DC; text-align: center; cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.layer_wrap {position:absolute; top:250px; right:20px; z-index: 500;}
.layer_wrap .layer_chk {display:none;}
.layer_wrap span {display: block; width:40px; height:40px; line-height:40px; border-radius: 40px; background:#1EA8DC; text-align: center; cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.pop_alert {width:100%; max-width:810px; position:absolute; top:250px; right:40px; z-index: 1450;}
.pop_alert .pop_close {line-height: 50px;}
.pop_head {width:100%; height:50px; background: #1EA8DC; color:#fff; border-radius: 20px 20px 0 0;}
.pop_head h2 {padding-left:60px; font-size:2.4rem; line-height: 50px; font-weight: 600; position:relative;}
.pop_head h2:before {content:''; display: block; width:30px; height: 30px; border-radius: 30px; background: #ff0000 url(/_share/_images/icon_exclamation.png) center no-repeat; position:absolute; top:10px; left:20px;}
.alert_pop_body { background:#ECFAFF; border-radius: 0 0 20px 20px; padding:20px; box-sizing: border-box; overflow: hidden;}
.alert_pop_body .box1 {float:left; width:calc(100% - 320px); padding-left:20px; font-size: 1.6rem;}
.alert_pop_body .box1 h3 {font-size: 2rem; padding:10px 0; font-weight: 600;}
.alert_pop_body .box1 .box_cont {margin-top:20px;}
.alert_pop_body .box1 .box_cont p {background: #fff;padding:10px;box-sizing: border-box;min-height:80px;max-height: 130px;overflow-y: auto;}
.alert_img {width:300px; height: 305px; background:#f1f1f1; float:left;}
.alert_img img{width:100%; height: 100%;}
.bulletin_wrap {display: none; padding:15px; border:2px solid #D5FF46; color:#1a1a1a; font-weight: 500; position:relative; margin-top: 30px; min-height: 40px; overflow: hidden;}
.bulletin_wrap span {display: inline-block; width:30px; height:30px; line-height: 28px; border-radius: 30px; background:#03a9f4; text-align: center; position:absolute; top:20px; left:20px;}
.bulletin_wrap span img {height:16px;}
.bulletin {font-size:2rem; padding-left:45px;}
.bulletin p {line-height: 3rem;}
.bulletin_wrap a {display:block; padding:5px 20px; border-radius: 30px; position:absolute;}
.bulletin_wrap a.wrn_link {background:#03a9f4; color:#fff; bottom:80px; right:10px;}
.bulletin_wrap a.report_link {background:red; color:#fff; bottom:45px; right:10px;}
.bulletin_wrap a.lgt_link {background:#666; color:#fff; bottom:10px; right:10px;}
@keyframes marquee {
       0%   { transform: translate(0, 0); }
       100% { transform: translate(-100%, 0); }
}
.zoom {position:absolute; top:90px; right:20px; z-index: 500;}
.zoom button {display: block; width:40px; height:40px; border-radius: 40px; line-height:40px; text-align: center; background:#1EA8DC; margin-bottom: 10px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.m_navi {display: none; position:relative;}
.m_navi .btn_setting {width:40px; height:40px; border-radius: 40px; background:#1EA8DC; text-align: center; position: absolute; top:-15vh; right:20px;}

/*타임바*/
.timebar {position:absolute; width:90%; max-width:1400px; margin:0 auto; bottom:40px; left:50%; transform:translateX(-50%); transition: 1s ease; z-index: 500;}
.timebar.on {bottom:30px; transition: 1s ease;}
.timebar .ani_btn {position:absolute; top:-50px; right:0; min-width:100px;}
.timebar .ani_btn button {width:40px; height:40px; border-radius: 40px; line-height:40px; text-align: center; background:#1EA8DC; margin-left:5px;
                        -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.timebar .ani_btn button:hover, .timebar .ani_btn button.on, .timebar .ani_btn button:focus {background:#D5FF46;}
.timebar .bar {position:relative; width:100%; height:10px; background:rgba(255,255,255,0.5); border-radius: 10px;}
.timebar .ani_btn .play {padding-left:5px;}
.timebar .bar li:first-child::before {content:''; font-size:1.4rem; color:#002257; position:absolute; top:15px; left:0;}
.timebar .bar li {position:relative; float:left; width:calc(100%/3); height:100%;}
.timebar .bar li button{position:relative; width:100%; height:100%; margin-bottom:10px; background:transparent; z-index:10; }
/* .timebar .bar li span {position:relative; font-size:1.4rem; color:#002257; float:left; margin-top:15px;display: block; min-width: 90px} */
.timebar .bar li:last-child::before{left:auto; right: 0;}
.timebar .bar_bg {height:10px; border-radius: 10px; background:#D5FF46; position:absolute; top:0px; left:0; z-index: 9;}/*1% = 17.72*/
.bar_bg .year_title {position: relative;}
.bar_bg .year_title span {width:90px; line-height:24px; text-align: center; border-radius:20px;background:#1EA8DC; color:#fff; font-size:1.2rem; position:absolute; top:15px; right: 0; margin-right: -50px;}
.bar_bg .year_title span:after {content: ''; border-top: 4px solid #1EA8DC; border-left: 3px solid transparent; border-right: 4px solid transparent; border-bottom: 0px solid transparent;
                                position: absolute; bottom:24px; right: 50px; transform: rotate(180deg);}
/* 위성영상 타임바 */
.timebar_range .play:hover {background-color: red;}
.timebar_range .pause:hover {background-color: red;}

/*지점요약정보*/
.map .leaflet-popup-content-wrapper{border:1px solid #D5FF46; border-radius: 10px; background:#fff; position: absolute; top:0; left:0; z-index: 90; box-sizing:border-box;
             -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.sum_info h5 {font-size: 1.4rem;font-weight: 600;text-align: center;}
.sum_info p {font-size:1.6rem; color: #1EA8DC; text-align: center; padding-top:5px;}
.leaflet-popup-content p {margin:0 !important;}


/*메인-모바일*/
header.m_header {width:100%; position:fixed; top:0; left:0; z-index: 1500; display: none;}
.m_header .m_btn {position:absolute;top: 14px;right: 10px;}
@media all and (max-width:1200px) {
    .wrap {min-height:100vh;}
    header.m_header {display: block;}
    header.m_header h1 {left:10px;} 
    header.m_header img {height:80%;}
    .w_left_menu {padding :0; width:270px; position: absolute; top:0; left:auto; right:-270px; left:auto; z-index:1500; display: none; transition: .3s ease;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);}
    .w_left_menu.open {display: block; right:0;}
    .w_left_menu .open_close, .w_left_menu h1 {display: none;}
    .main_aside_btn {display: block;}
    .mid_nav {margin-top:60px;}
    .mid_nav li {margin-top:0;}
    .mid_nav li a {width:100%; height:50px; line-height:50px; border-radius: 0; background: #1EA8DC; color: #fff; border-bottom: 1px solid #fff;}
    .mid_nav li:first-child a {border-top:1px solid #fff;}
    .mid_nav li:hover a, .mid_nav li.on a {color:#1a1a1a;}
    /* .option_box {right: 0; left: auto; bottom: 25vh; top: auto; width: auto; display: none;}
    .option_box {display: none; right: 60px; left: auto; bottom: 25vh; top: auto; width: auto; margin-top: 50px;}*/
    .option_box.on, .option_box_2.on {display: block;}
    .option_box .option {width: 90px; padding: 0 4px 0 4px;}
    .option_box_2 .option {padding: 0 4px 0 4px;}
    .option_box_2 .option li span {font-size: 1.3rem;}
    .option_box h2, .option_box_2 h2 {font-size:1.2rem; letter-spacing: -0.5px; padding: 0;}
    /*1101추가*/
    .option_box {min-width: 90px; left: 70px; margin-top: 70px;}
    .option_box_2 {min-width: 90px; left: 170px; margin-top: 70px;}
    .option li {margin: 2px;}
    .option li span {width: 45%; font-size: 1.3rem; padding: 0;}
    .option .sub li span{width: 35%;}
    .option_box .title_area {width: auto;}
    .check_group {padding: 5px 0 2px 0; font-size: 0.5rem;}
    .subtitle {font-size: 1rem;}
    .option_box_2  {font-size: 1rem;}
    .option_box_2 li {font-size: 1rem;}
    .map_wrap {width:100%; margin-left:0;}
    .map_wrap .legend {position:absolute; top:80px; left:20px;  z-index: 500;}
    .w_nav ul, .w_nav .marquee {display: none;}
    .w_nav .alert_wrap {width:40px; background: none; position:fixed; /* top:60px; */ left:0;}
    .zoom {top: 80px;right: 20px;}
    .timebar {bottom:13vh;}
    .m_navi {display: block; width:100%; position:fixed; bottom:0; z-index: 1400;}
    .m_navi ul {border-radius: 0;padding:0;}
    .m_navi li {width:25%;height: 60px;text-align: center;padding:0;border-right:1px solid #fff;box-sizing: border-box;}
    .m_navi li button {width:100%;height:100%;color:#fff;padding-top: 32px;}
    .m_navi li:hover button,.m_navi li.on button {background-color:#1EA8DC;} 
    .m_navi li .btn_wind {background: #C2C2C2 url(/_share/_images/icon_wind.png) center 25% no-repeat;}
    .m_navi li .btn_wave {background: #C2C2C2 url(/_share/_images/icon_wave.png) center 25%  no-repeat;}
    .m_navi li .btn_temp {background: #C2C2C2 url(/_share/_images/icon_temp.png) center 23%  no-repeat;}
    .m_navi li .btn_light {background: #C2C2C2 url(/_share/_images/icon_lightning.png) center 23%  no-repeat;}
    .alert_pop_body {max-height: 690px; overflow-y:auto;}
    .alert_wrap {position:absolute; top:180px; right:20px; z-index: 500;}
    .alert_wrap span {display: block;width:40px;height:40px;line-height: 40px;border-radius: 40px;}
    .alert_wrap span img {height: 16px;}
    .layer_wrap {position:absolute; top:230px; right:20px; z-index: 500;}
    .layer_wrap span {display: block; width:40px; height:40px; line-height:40px; border-radius: 40px; background:#1EA8DC; text-align: center; cursor: pointer;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
    /* .m_layer_wrap {position:absolute; top:230px; right:20px; z-index: 500;} */
    .lgt_wrap {position:absolute; top:230px; right:20px; z-index: 500;}
    .pop_alert {width: 80vw;height: 90vh;left:50%;top: 7vh;transform:translateX(-50%);}
    .pop_head {height:40px;}
    .pop_head h2 {line-height:40px;}
    .pop_head h2:before {width:26px; height:26px; background-size:3px; top: 7px;}
    .alert_img {text-align: center;}
    .alert_img img {max-width:300px;}
    .info_txt_point {max-width:240px; left:15px;}
}
@media all and (max-width:680px) {
    .option_box { margin-top: 110px;left: 5px;}
    .option_box_2{ margin-top: 110px;left: 105px;}
    .timebar {width:80%;}
    .bulletin {font-size:1.4rem;}
    .bulletin_wrap a {padding:5px 10px; font-size: 1.2rem;}
    .pop_alert {max-width:810px; max-height: 670px; z-index: 1450;}
    .pop_alert .pop_close {top:13px;}
    .alert_img, .alert_img img, .alert_pop_body .box1 {width:100%;}
    .alert_img {margin:0 auto; height:auto; float: unset;}
    .alert_pop_body .box1 {padding-left:0;}
    .alert_pop_body .box_cont {overflow-y: auto;}
    .map_wrap .legend {width: 50px;top:180px; right:10px; left: auto;}
    .legend img {width: 100%; height: auto;}
    .layer_wrap {top: 80px; left: 20px;}
}
@media all and (max-width:420px) {
    .alert_pop_body {padding:15px;}
    .alert_img img {max-width:260px;}
    .bulletin_wrap {padding-bottom: 40px;}
    .bulletin_wrap a.wrn_link {bottom:30px;}
}
@media all and (max-width:330px) {
    header.m_header h1 {padding-left:10px;}
    header.m_header h1 img{width:80%;}
}

/* option_box 위치 조정 */
@media all and (max-height:760px) {

}

/*서브공통*/
header {background: #1EA8DC; width:100%; height:60px; position: relative;}
header h1 {padding-left:20px; line-height: 55px;}
.inner {width:100%; max-width:1280px; height:100%; margin:0 auto;}
.sub_container .alert {max-width:100%; margin-top:20px;}
h2 {font-size:3rem; margin:20px 0; font-weight: 600;}
.surf_point_btn {clear:both; width:100%; margin-bottom:20px; overflow: hidden;}
.surf_point_btn li {float:left; margin-right:10px;}
.contents {clear:both; width:100%; padding:20px; background:#fff; box-sizing: border-box;}
.point_card ul {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.point_card li {width:360px; padding:20px 20px 20px 20px; border:1px solid #ddd; border-radius: 20px; margin: 0 5px 10px 6px;  /* margin-bottom:20px; */ position:relative;}
.point_card .title {clear:both; width:100%; overflow: hidden;}
.point_card .title h3 {float:left; font-size:2.4rem; font-weight: 500;}
.point_card .title .detail_btn {float:right; display:block; width:60px; height:30px; line-height:30px; border:2px solid #1EA8DC; color:#1EA8DC; padding:0 30px 0 10px; border-radius: 30px; position:relative;}
.point_card .title .detail_btn:after {content:''; display: block; width:5px; height:10px; background:url(/_share/_images/icon_right.png) no-repeat;  position:absolute; top:10px; right:12px;}
.point_card .shore {margin:10px 0; text-align: center; min-height: 202px; display: flex; align-items: center; justify-content: center; border-radius: 10px;}
.point_card .shore img {width: 100%;}
.point_card .card_mark {display:block; font-size:1.7rem; width:60px; height:40px; padding-top:30px; font-weight: 600; letter-spacing: -0.5px; text-align: center; border-radius: 30px 30px 0 0; position:absolute; bottom:0; right:20px;}
.point_card .favorite {display: inline-flex; padding: 5px;}
.card_tbl {clear:both; width:100%; border-top: 2px solid #1EA8DC; border-bottom: 1px solid #ddd; }
.card_tbl th {font-weight:600; padding:8px 10px; text-align: left;}
.card_tbl td {font-weight:300; padding:8px 10px; font-size: 14px;}
.card_tbl tfoot th {text-align: center; border-top: 1px solid #ccc;}
.card_tbl tfoot th span {display:inline-block; width:30px; height:30px; border-radius: 30px; background:#1EA8DC; text-align: center; line-height: 30px;}
.card_tbl tfoot th span img {height:16px;}
.card_tbl tfoot td {border-top: 1px solid #ccc; border-left:1px solid #ccc; background: #8F00D5; color:#fff; text-align: center;}
.card_tbl .thunder {background-color: #FFEAC6;padding:5px 13px; border-radius: 30px;}
.card_tbl .body_tem {  white-space:nowrap; background-color: #E6F3FF;padding:5px 10px 4px 10px; border-radius: 30px; border: 1px solid #B9CCDE; font-size: 14px;}

.list_tbl {clear:both; width:100%; padding-top: 10px;}
.list_tbl_area{padding: 10px 0; box-sizing: border-box;width:100%; }
.list_tbl_area:not(:last-child){ border-bottom: 1px solid #ddd; }
.list_tbl th {font-weight:300; padding:6px 0  6px 5px; text-align: left;font-size: 14px;}
.list_tbl td {font-weight:600; padding:6px 0  6px 5px; font-size: 14px;}
.list_tbl tfoot th {text-align: center; border-top: 1px solid #ccc;}
.list_tbl tfoot th span {display:inline-block; width:30px; height:30px; border-radius: 30px; background:#1EA8DC; text-align: center; line-height: 30px;}
.list_tbl tfoot th span img {height:16px;}
.list_tbl tfoot td {border-top: 1px solid #ccc; border-left:1px solid #ccc; background: #8F00D5; color:#fff; text-align: center;}
.list_tbl .thunder {background-color: #FFEAC6;padding:5px 13px; border-radius: 30px;}
.list_tbl .body_tem {  white-space:nowrap; background-color: #E6F3FF;padding:5px 10px 4px 10px; border-radius: 30px; border: 1px solid #B9CCDE; font-size: 14px;}
.surf_list_data {padding: 4px 10px; border-radius: 3px;}

@media all and (max-width:1200px) {
    .card_tbl .body_tem {width: 100%; line-height: 28px; font-size: 1rem; }
    .info_t {font-size: 1.5rem;}
}
@media all and (max-width:760px) {
    .list_tbl th {font-size: 12px;}
}
/* 낙뢰 팝업, 모니터링 페이지 낙뢰 표 */
#lgtTable thead th, #lgtTable tbody td{text-align: center;}
.bg_grey {background:#f1f1f1;}

/*구 서핑지수등급*/
/*.gradeN {background:#ddd !important; color:#1a1a1a !important;}
.grade0 {background:white !important; color:white !important;}
.grade1 {background:#3D3D3D !important; color:#fff !important;}
.grade2 {background:#FDFFAF !important; color:#1a1a1a !important;}
.grade3 {background: #FFEE00 !important; color: #1a1a1a !important;}
.grade4 {background: #79B51D !important; color: #fff !important;}
.grade5 {background: #1D3BB5 !important; color: #fff !important;}
.grade6 {background: #FF2B13 !important; color: #fff !important;}
.grade7 {background: #8F00D5 !important; color: #fff !important;}*/

/*현 서핑지수등급*/
.act_gradeN {background:#ddd !important; color:#1a1a1a !important;}
.act_grade0 {background:#FDFFAF !important; color:#1a1a1a !important;}
.act_grade1 {background: #FFEE00 !important; color: #1a1a1a !important;}
.act_grade2 {background: #79B51D !important; color: #fff !important;}
.act_grade3 {background: #1D3BB5 !important; color: #fff !important;}
.act_grade4 {background: #FF2B13 !important; color: #fff !important;}

/*너울지수등급*/
.swell_grade1 {background:#3B9500 !important; color: #fff !important;}
.swell_grade2 {background:#FFC400 !important; color:#1a1a1a !important;}
.swell_grade3 {background: #FF8800 !important; color: #fff !important;}
.swell_grade4 {background: #FF2B13 !important; color: #fff !important;}

/*이안류지수등급*/
.rip_grade1 {background:#3B9500 !important; color:#fff !important;}
.rip_grade2 {background:#FFC400 !important; color:#1a1a1a !important;}
.rip_grade3 {background: #FF8800 !important; color: #fff !important;}
.rip_grade4 {background: #FF2B13 !important; color: #fff !important;}

/*파도넘침지수등급*/
.wvof_grade1 {background:#3B9500 !important; color:#fff !important;}
.wvof_grade2 {background:#FFC400 !important; color:#1a1a1a !important;}
.wvof_grade3 {background: #FF8800 !important; color: #fff !important;}
.wvof_grade4 {background: #FF2B13 !important; color: #fff !important;}

/* 자외선지수 등급 */
.uv_grade_l {background:#E5E5E5 !important; color:#1a1a1a !important;}
.uv_grade_n {background:#FAD98F !important; color:#1a1a1a !important;}
.uv_grade_h {background: #FD8D3C !important; color: #1a1a1a !important;}
.uv_grade_vh {background: #C30000 !important; color: #fff !important;}
.uv_grade_d {background: #54248E !important; color: #fff !important;}

/*안전지수등급*/
.safe_gradeN {background:#dddddd !important; color:#1a1a1a !important;}
.safe_grade0 {background:#3B9500 !important; color:#fff !important;}
.safe_grade1 {background:#FFC400 !important; color:#1a1a1a !important;}
.safe_grade2 {background: #FF8800 !important; color: #fff !important;}
.safe_grade3 {background: #FF2B13 !important; color: #fff !important;}

/*풍향*/
.wind_p {display: inline-block;}
.wind_p.d_n {transform: rotate(0deg);}
.wind_p.d_nne {transform: rotate(22.5deg);}
.wind_p.d_ne {transform: rotate(45deg);}
.wind_p.d_ene {transform: rotate(67.5deg);}
.wind_p.d_e {transform: rotate(90deg);}
.wind_p.d_ese {transform: rotate(112.5deg);}
.wind_p.d_se {transform: rotate(135deg);}
.wind_p.d_sse {transform: rotate(157.5deg);}
.wind_p.d_s {transform: rotate(180deg);}
.wind_p.d_ssw {transform: rotate(202.5deg);}
.wind_p.d_sw {transform: rotate(225deg);}
.wind_p.d_wsw {transform: rotate(247.5deg);}
.wind_p.d_w {transform: rotate(270deg);}
.wind_p.d_wnw {transform: rotate(292.5deg);}
.wind_p.d_nw {transform: rotate(315deg);}
.wind_p.d_nnw {transform: rotate(337.5deg);}
/* .wind_p {display: inline-block;}
.wind_p.d_s {transform: rotate(0deg);}
.wind_p.d_ssw {transform: rotate(22.5deg);}
.wind_p.d_sw {transform: rotate(45deg);}
.wind_p.d_wsw {transform: rotate(67.5deg);}
.wind_p.d_w {transform: rotate(90deg);}
.wind_p.d_wnw {transform: rotate(112.5deg);}
.wind_p.d_nw {transform: rotate(135deg);}
.wind_p.d_nnw {transform: rotate(157.5deg);}
.wind_p.d_n {transform: rotate(180deg);}
.wind_p.d_nne {transform: rotate(202.5deg);}
.wind_p.d_ne {transform: rotate(225deg);}
.wind_p.d_ene {transform: rotate(247.5deg);}
.wind_p.d_e {transform: rotate(270deg);}
.wind_p.d_ese {transform: rotate(292.5deg);}
.wind_p.d_se {transform: rotate(315deg);}
.wind_p.d_sse {transform: rotate(337.5deg);} */

/*상세보기*/
.contents {clear:both; width:100%; overflow: hidden;}
.detail_tit {width:100%; padding-bottom:5px; border-bottom: 2px solid #1EA8DC; position:relative;}
.detail_tit h3 {width:100%; font-size:2.4rem; font-weight: 600;}
.detail_tit h3 span {font-size:1.4rem; font-weight: 300; padding-left:20px;}
.detail_tit p {position:absolute; right:0; top:0;}
.detail_tit .favorite {position:absolute; top:0; right:30px;}
.shore_info {width:50%; max-width:600px; float:left; margin-bottom: 20px;}
.shore_info .grade_list {margin:20px 0; overflow: hidden;}
.shore_info .grade_list li {display: block; float:left; width:calc(100% / 7); height:40px; line-height: 40px; background:#ddd; color:#1a1a1a; text-align: center;}
.shore_info .grade_list li:first-child {border-radius: 20px 0 0 20px;}
.shore_info .grade_list li:last-child {border-radius: 0 20px 20px 0;}
article.cctv {float:right; width:50%; max-width: 600px; max-height:335px; margin-top:20px; margin-bottom:20px;}
article.cctv div {width: 100%; height: 335px; display: flex; justify-content: center; align-items: center; font-size: 25px;}
.small_info {clear:both; margin-top:20px;}
.small_info li {font-size:1.4rem; font-weight: 300;  padding-left:10px; margin-bottom: 5px; position:relative;}
.small_info li:before {content: '-'; padding-right:5px;}
.small_info li .suitbox{position: relative;display: inline-block;}
.hover-image {width: 18px;}
.hover-box {position: absolute;top: 20%; padding: 10px; left: calc(100% + 5px); border: 1px solid #1EA8DC;box-shadow: 0px 3px 6px #00000029; transform: translateY(-10%); width: 450px;height:auto;background-color: #fff;border-radius: 8px; display: flex; justify-content: center;text-align: center;z-index: 200;transition: 0.3s ease, opacity 0.3s ease; opacity: 0; visibility: hidden;}
.small_info li .suitbox:hover .hover-box {visibility: visible; opacity: 1;}
.info-table { width: 100%; border-collapse: collapse;font-size: 1.3rem;}
.info-table th, .info-table td {border: 1px solid #ddd;padding: 3px; text-align: center;}
.info-table th {background-color: #E6F3FF}

.contents .card_tbl th, .contents .card_tbl td {padding:10px;}
.detail_tbl {clear:both; width:100%; margin-top:20px; position: relative;}
.first_tbl_time_info {text-align:left; height:50px;}
.first_tbl_time_info h4 {display:inline; margin-left: 10px; margin-right:40px;}
.first_tbl_time_info .suntime {font-size: 1.4rem; display:inline;}
.first_tbl_time_info .sunrise {padding: 5px 0 5px 30px; padding-right:10px; background: url(/_share/_images/icon_sunrise.png) no-repeat;}
.first_tbl_time_info .sunset {padding: 5px 0 5px 30px; background: url(/_share/_images/icon_sunset.png) no-repeat;}
.time_info {position:relative; padding-top:20px;}
.time_info h4 {text-align: left; padding-top:10px}
.time_info .suntime {font-size: 1.4rem; position:absolute; top:30px; right:0;}
.time_info .sunrise {padding: 5px 0 5px 30px; padding-right:10px; background: url(/_share/_images/icon_sunrise.png) no-repeat;}
.time_info .sunset {padding: 5px 0 5px 30px; background: url(/_share/_images/icon_sunset.png) no-repeat;}
.auto_table {width:100%; overflow-x: auto; margin-top:10px;}
.auto_table table {clear:both; border-top:2px solid #1EA8DC; border-collapse: separate; border-spacing: 0;}
.auto_table table th {min-width:40px; font-weight: 500; padding:5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.auto_table table th.sticky {position : sticky; left: 0; background-color : #ffffff; border-right:1px solid #ddd;}
.auto_table table td {font-size:1.4rem; font-weight: 300; letter-spacing: -0.5px; padding:5px; text-align: center; border-bottom:1px solid #ddd; border-right:1px solid #ddd; width: 100px; }
.auto_table table td.sticky {position : sticky; left: 0; background-color : #ffffff; border-right:1px solid #ddd;}
.auto_table table td.sub_sticky {min-height: 35px; position : sticky; left: 51px; background-color : #ffffff; border-right:1px solid #ddd;}
.auto_table table .blank { background-color: #D3D3D3;}
.auto_table table th:last-child, .auto_table table td:last-child:not(.add_line) {border-right:none;}
.auto_table table th.top_th {min-width: 105px;}
.jisu_cell {padding:0 !important;}
.jisu_cell li {width:100%;padding: 5px 0;background: #f1f1f1;border-bottom: 1px solid #ddd;box-sizing: border-box;}
.jisu_cell li:last-child {border-bottom:0;}
/*241014추가*/
.shore_index {display: flex; text-align: center;padding: 20px 0 20px 0;justify-content: center;}
.surfing_safety {width: 25%;}
.info_t {width: 100%;}
.data { width: 70px; height: 70px; display: flex;justify-content: center; align-items: center; border-radius: 100%; margin:13px auto;}

.data.le0 {background-color: #FDFFAF}
.data.le1 {background-color: #FFECAE;}
.data.le2 {background-color: #DBF7DC;}
.data.le3 {background-color: #6584ff;}
.data.le4 {background-color: #FFD8D8;}
.act {background-color: #EEEEEE;}
.act0 {background-color: #FFECAE;color:#C47500; }
.act1 {background-color: #FFDAB0;color:#E86C00; }
.act2 {background-color: #DBF7DC;color:#00AB39;}
.act3 {background-color: #8da4ff; color: #1D3BB5;}
.act4 {background-color: #FFD8D8; color: #FF2121;}

.surfing_activity{width: 25%;}
.leisure {width: 50%;}
.leisure .index_list {margin: 20px auto;}
.leisure .index_list li {display: inline-block; width: 70px;}
.leisure .index_list li .tit {display: flex; color:#7D7D7D; font-size: 13px;  align-items: center; justify-content: center; padding-bottom: 13px;}
.leisure .index_list li .leisure_data {padding: 6px 14px; border-radius: 3px;box-sizing: border-box;}
.leisure_data.le0, .surf_list_data.le0 {background-color: #DBF7DC;color:#00AB39;}
.leisure_data.le1, .surf_list_data.le1 {background-color: #FFECAE;color:#C47500; }
.leisure_data.le2, .surf_list_data.le2 {background-color: #FFDAB0;color:#E86C00; }
.leisure_data.le3, .surf_list_data.le3 {background-color: #FFD8D8; color: #FF2121;}
.line {width: 1px; height: 84px; background-color: #D0D0D0; margin: auto; }

/*영상*/
.pic_viewer {width:60%; max-width: 1200px; margin:0 auto; margin-top:10px; text-align: center;}
.viewer_option {clear:both; margin-top:20px;}
.viewer_option dl { background:#EAEAEA; border-radius: 10px; padding:20px; overflow: hidden;}
.viewer_option .opt_tit {font-size: 1.8rem; font-weight: 600; line-height:40px; margin-right:10px; float:left;}
.viewer_option dd {float:left; margin-right:60px;}
.viewer_option dd label {display: inline-block; margin-left:5px;}
.viewer_option .speed_opt {width:60px; height:40px; line-height: 40px; text-align: center; margin-right:10px;}
.viewer_option dd button {display: inline-block; width:40px; height:40px; border-radius: 40px; line-height:40px; text-align: center; background:#1EA8DC;}

/*영상타임바(range)*/
.timebar_range {width: 100%;margin:0 auto;justify-content: space-between; margin-top:40px; position: relative; text-align: right;}
input[type=range] {min-height:0; padding:0; border:0; appearance: none;   width: 100%; height: 10px;  background: #f1f1f1; cursor: pointer; border-radius: 10px;}
input[type=range]::-webkit-slider-thumb{appearance: none;width: 12px; height: 12px;background: #fff;border: 1px solid #ddd; border-radius:50%; cursor: pointer;}
input[type=range]::-moz-range-thumb {appearance: none; width:10px; height:10px;background: #fff; border: 1px solid #ddd; border-radius:50%; cursor: pointer;}
.timebar_range button {display: inline-block;width: 40px;height: 40px;border-radius: 50px; background:#1EA8DC;box-sizing: border-box; margin-top:10px;}
.range-value {position: absolute; top:-25px; left:6px;}
.range-value span {width: 40px;	height: 26px;line-height: 26px;	text-align: center;	background: #1EA8DC;color: #fff;	font-size: 12px;display: block;	position: absolute;	left: 50%;transform: translate(-50%, 0);border-radius: 6px;}
.range-value span:before{content: '';position: absolute;width: 0;height: 0;border-top: 6px solid #03a9f4;border-left: 5px solid transparent;border-right: 5px solid transparent;top: 100%;left: 50%;margin-left: -5px;}

/*서브-모바일*/
.m_btn {display: none; position:absolute; top:12px; right:20px;}
.m_menu {width:270px; height:100%; box-sizing: border-box; background:#1EA8DC;position:fixed; top:0; right:-270px; z-index: 10; transition: .3s ease; display: none;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);}
.close {position: absolute; top:20px; right:20px;}

@media all and (max-width:1280px) {
    .point_card li {width:45%; padding:15px 15px 20px; margin: 0 0  20px 0;}
    .point_card .shore {width:100%; text-align: center; min-height: 208px; display: flex; align-items: center; justify-content: center;}
    .shore_info {width:46%;}
    .contents {padding: 10px;}
    .contents .card_tbl {font-size: 1.5rem;}
    .contents .card_tbl th, .contents .card_tbl td {padding:5px;}
}
@media all and (max-width:1200px) {
    .sub_nav {display: none;}
    .m_btn {display: block; }
    .m_menu.active {display: block; right:0; transition: .3s ease; }
    .label_chk {width:80px;}
    .sub_container {padding:10px; margin-bottom:60px;}
    .pic_viewer img {width:100%;}
    .viewer_option .opt_tit {line-height: 30px;}
    .viewer_option .label_chk {height:30px; line-height: 28px;}
    .viewer_option dd button {width:30px; height: 30px; line-height:28px;}
    .viewer_option .speed_opt {height:30px;}
}
@media all and (max-width:1024px) {
    .surf_point_btn {display: flex; justify-content: center; flex-wrap: wrap;}
    .surf_point_btn li {margin-bottom:10px;}
    .shore_info {width:100%; max-width: 100%;}
    article.cctv {float: unset; width:100%; margin:10px auto 0;}
}
@media all and (max-width:720px) {
    .point_card li {width:100%;padding:20px 10px 10px 10px;}
    .grade_list li {font-size: 1.4rem;}
    .timebar_range {width:90%;}
    .viewer_option dl {padding:15px 20px 10px;}
    .viewer_option .opt_tit {clear: both;}
    .viewer_option dd {margin-bottom:5px; margin-right:0;}
    .auto_table table td,.auto_table table th {font-size: 1.2rem; padding: 2px;}
    .auto_table table th.top_th {min-width: 90px;}
    .leisure .index_list li {width: 40px;}
    .leisure .index_list li .leisure_data { padding: 5px;}
    .auto_table table td.sub_sticky {left: 45px;}
    .data {width: 40px; height: 40px;}
    .line {height: 50px;}
    .leisure .index_list li .tit  {padding-bottom: 5px;}
    .leisure .index_list li .tit.mobile  {width: 30px; margin: auto;}
    .leisure .index_list {margin-top: 5px;}
    .time_info h4 { font-size: 1.4rem;}
	.time_info .suntime { font-size: 1.2rem;}
    .small_info li .suitbox {position: static;}
    .hover-box {position: absolute; top: auto; left: 0; transform: translateY(0);width: 100%;box-sizing: border-box;padding: 5px;}
}

/*팝업*/
.popup {width:100%; max-width:620px; background:#fff; padding:20px; border-radius: 20px; position:absolute; top:16vh; right:15vh; z-index: 1000; display: none;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);}
.popup_wide {width:100%; height:100%; background-color: #fff; overflow-y: auto; position:absolute; top:0; left:0; z-index: 1000; display: none;}
.popup.popup_focus {position:absolute; justify-content: center; z-index: 1100;}
.popup.act_on, .popup_wide.act_on {display: block;}
.pop_close {position:absolute; top:20px; right:20px;}
.popup .pop_title {padding-bottom:10px; border-bottom:1px solid #1EA8DC;}
.popup .pop_title h3 {display: inline-block; font-size: 2.4rem; line-height:30px; font-weight: 600; padding-right:10px;}
.popup .pop_title a { display:inline-block; width:60px; height:30px; line-height:30px; border:2px solid #1EA8DC; color:#1EA8DC; padding:0 30px 0 10px; border-radius: 30px; position:relative;}
.popup .pop_title a:after {content:''; display: block; width:5px; height:10px; background:url(/_share/_images/icon_right.png) no-repeat; position:absolute; top:10px; right:12px;}
.pop_body {clear:both;}
.pop_body .date_time {text-align: right; font-size: 1.4rem; margin-top:10px;}
.pop_body .lonlat_dir {font-size:1.4rem; font-weight: 300; margin-bottom:10px;}
.pop_body .pop_info h4 {margin-top:20px; font-size:1.8rem; font-weight: 500;}
.pop_body .pop_info h4.pop_info_tit {margin-bottom:10px;}
.pop_body .pop_info p {font-size: 1.4rem; font-weight: 300; margin-top:10px; margin-bottom:20px;}
.pop_body .pop_footer {background:#f1f1f1; padding:20px; box-sizing: border-box;}
.pop_body .pop_footer li {font-weight: 300; line-height: 30px;}
.pop_body .pop_footer li strong {font-weight: 600; padding-right:10px;}
.pop_body .pop_tbl {overflow-x:auto;}
.pop_body .pop_tbl th, .pop_body .pop_tbl td {border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
.pop_body .pop_tbl th:first-child, .pop_body .pop_tbl td:first-child {border-left:none;}
.pop_body .pop_tbl th {min-width:40px;}
.pop_body#cctv { text-align: center; min-width: 300px; margin-top:20px;}
.pop_body#status { font-size: 30px; }
#infoPopTable td:first-child {min-width:65px}
.pop_info li {position:relative;padding-left:15px;padding-bottom:5px;margin: 5px 0;border-bottom:1px solid #ddd;}
.pop_info li:before {content:''; width:5px; height:5px; border-radius:5px; background:#1EA8DC; position:absolute; top:10px; left:0;}
.pop_info#popInfoRipC .card_tbl, .pop_info#popInfoSwel .card_tbl, .pop_info#popInfoRipC .card_tbl th, .pop_info#popInfoSwel .card_tbl th {text-align: center;}
.pop_info#popInfoWvof .pop_tbl .card_tbl th {padding-bottom: 100px; border-right-color: transparent;}
.pop_info#popInfoWvof .pop_tbl .card_tbl td {border-left-color: transparent;}

/*행동요령 팝업*/
.pop_wrap {width: 100vw;height:100vh; position: fixed; display:none; top: 0;left: 0;background: rgba(0, 0, 0, 0.7);z-index: 100000;}
.pop_wrap.on {display: block; z-index: 100000;}
.popup02 {width:30%; background:#fff; border-radius: 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 999; padding: 20px; box-sizing: border-box; border: 1px solid #ccc;}
.popup02 .pop_container{ width: auto;}
.popup02 .img_area img{width: 100%;}
.popup02 h2 { font-size: 20px;font-weight: bold;text-align: center;color: #001A43; margin: 0 auto 20px;}
.popup02 .close { display: block; width: 15px; position: absolute; top:-30px; right: 0; z-index: 100;}
@media all and (max-width:1380px){
    .pop_wrap {overflow: scroll;}
    .pop_wrap .popup02 {width: calc(100vw - 60%); top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
}
@media all and (max-width:680px) {
    .pop_wrap .popup02 {top:50%; left:50%; transform:translateX(-50%) translateY(-50%); padding: 10px; width: 95vw;}
}

@media all and (max-width:1680px) {
    .popup_wide .inner {padding: 40px 10px 0 10px; box-sizing: border-box;}
}
@media all and (max-width:1280px) {
    .popup{ padding: 15px; max-height:500px; overflow-y: scroll; font-size: 1.5rem;}
    .popup_wide .inner {padding: 80px 10px 0 10px;}
    .popup_wide .pop_close {top: 70px;}
    /* .popup_wide {width:100vw; overflow-x: hidden;} */
}
@media all and (max-width:1024px) {
    .popup {max-width: auto; width:90%; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
    .card_tbl td {font-size: 11.4px;}
}

/*도움말*/
.help_wrap {width:calc(100% - 320px); margin-left:320px; transition:0.5s ease; position: relative;}
.help_wrap.wide {width:100%; margin-left:0; transition:0.3s ease;}
.help_container {position:relative; width:100%;  background: #fff;}
.help_inner {width:100%; max-width:1240px; margin:0 auto;}
.help_inner article {padding-top:60px;}
.help_inner h3 {padding-left:30px; font-size:2.4rem; color:#1EA8DC; font-weight: 800; margin-bottom:20px; position: relative;}
.help_inner h3:before {content:''; display: block; width:20px; height:15px; background: url(/_share/_images/obj_wave.png) no-repeat; position:absolute; top:6px; left:0;}
.help_inner article p {padding:10px 0; font-size: 1.6rem; color:#1a1a1a; font-weight: 300;}
.help_img {text-align: center;}
.help_img img {display: inline-block;}

.grade_info {margin:30px 0; width:100%; overflow: hidden; display: flex; justify-content: center;}
.grade_info li {width:200px;margin:0 15px;text-align: center;border: 1px solid #3fa6d9;border-radius: 20px; position:relative;}
.grade_info li strong {display: block; height:40px; line-height:40px; background: #1EA8DC; color:#D5FF46; font-size: 1.8rem; border-radius: 18px 18px 0 0;}
.grade_info li span {display: block;color:#1EA8DC;font-weight: bold;padding-top: 20px;min-height: 50px;border-radius: 0 0 10px 10px;}
.grade_info li:nth-child(3) span, .grade_info li:nth-child(4) span {padding-top: 30px;}
.grade_info li:after {content:'';display: block;width:14px;height:14px;background: url(/_share/_images/icon_arrow.png) no-repeat;position: absolute;top: 70px;right: -23px;}
.grade_info li:last-child:after  {display:none;}
.btn_download {display:inline-block;padding: 5px 20px;border:2px solid #1EA8DC;color:#1EA8DC;border-radius: 30px;font-weight: bold;}

.help_inner .info_img {width:1000px;height:562px;background:url(/_share/_images/info_bg1.png) no-repeat;background-size:contain;margin: 0 auto;position: relative;}
.info_img ol li {border:3px solid #D5FF46; border-radius: 10px; position:absolute;}
.info_img ol li span {display: block; width:40px; height:40px; border-radius: 40px; line-height: 40px; background:#D5FF46; color:#1EA8DC; font-size:2.4rem; font-weight: 800; text-align: center; position:absolute; }
.info_img ol li.b_1 {width: 139px;height:130px;top: 53px;left: 3px;}
.info_img ol li.b_1 span {bottom: -20px;right: -15px;}
.info_img ol li.b_2 {width: 24px;height: 24px;top: 23px;left: 135px;}
.info_img ol li.b_2 span {top: -25px;left: -27px;}
.info_img ol li.b_3 {width: 70px;height: 150px;top: 27px;left: 153px;}
.info_img ol li.b_3 span {bottom: -25px; right: -27px;}
.info_img ol li.b_4 {width: 70px;height: 135px;top: 27px;left: 225px;}
.info_img ol li.b_4 span {bottom: -25px; right: -27px;}
.info_img ol li.b_5 {width: 223px;height: 35px;top: 2px;right:4px;}
.info_img ol li.b_5 span {bottom: -20px; left: -25px;}
.info_img ol li.b_6 {width: 28px;height: 53px;top: 37px;right:3px;}

.info_img ol li.b_6 span {bottom: 8px; left: -36px;}
.info_img ol li.b_7 {width: 720px;height: 50px; bottom: 2px;right:71px;}
.info_img ol li.b_7 span {top: -20px; left: -20px;}
.help_inner .info_txt {margin-top: 30px;}
.help_inner .info_txt li {line-height: 30px;padding-left: 10px;position:relative;}
.help_inner .info_txt li span {display: inline-block;width:26px;height:26px;line-height: 26px;background:#D5FF46;color:#1EA8DC;font-size: 1.6rem;font-weight: bold;text-align: center;border-radius: 30px;margin-right: 10px;}
.b_line {border-bottom:1px solid #1EA8DC;}
.img_set {text-align: center;}
.mb60 {margin-bottom:60px;}
.help_inner h4 {font-size:2rem; color:#1EA8DC; font-weight: 800; margin-bottom:20px;}

.info_img_2 {width:1000px;height:562px;background:url(/_share/_images/info_bg2.png) no-repeat;background-size:contain;margin: 0 auto;position: relative;}
.info_img_2 ol li {border:3px solid #D5FF46; border-radius: 10px; position:absolute;}
.info_img_2 ol li span {display: block; width:40px; height:40px; border-radius: 40px; line-height: 40px; background:#D5FF46; color:#1EA8DC; font-size:2.4rem; font-weight: 800; text-align: center; position:absolute; }
.info_img_2 ol li.b_1 {width: 485px;height:30px;top: 62px;left: 150px;}
.info_img_2 ol li.b_1 span {bottom: 15px;right: -15px;}
.info_img_2 ol li.b_2 {width: 218px;height: 284px;top: 104px;left: 167px;}
.info_img_2 ol li.b_2 span {top: 115px;left: -27px;}
.info_img_2 ol li.b_3 {width: 60px;height: 25px;top: 355px
    ;left: 175px;}
.info_img_2 ol li.b_3 span {bottom: 9px; right: -27px;}

.info_img_3 {width:1000px;height:562px;background:url(/_share/_images/info_bg3.png) no-repeat;background-size:contain;margin: 0 auto;position: relative;}
.info_img_3 ol li {border:3px solid #D5FF46; border-radius: 10px; position:absolute;}
.info_img_3 ol li span {display: block; width:40px; height:40px; border-radius: 40px; line-height: 40px; background:#D5FF46; color:#1EA8DC; font-size:2.4rem; font-weight: 800; text-align: center; position:absolute; }
.info_img_3 ol li.b_1 {width: 685px;height:62px;top: 37px;left: 150px;}
.info_img_3 ol li.b_1 span {bottom: -25px;right: -25px;}
.info_img_3 ol li.b_2 {width: 660px;height: 185px;top: 166px;left: 163px;}
.info_img_3 ol li.b_2 span {top: -20px;left: -27px;}
.info_img_3 ol li.b_3 {width: 660px;height: 205px;top: 359px;left: 162px;}
.info_img_3 ol li.b_3 span {bottom: 166px; left: -25px;}
.info_txt.abs_line li {padding-left: 45px;}

.abs_line li span {display:block;position:absolute;top:0;left: 10px;}

.box_info_content {border:1px solid #1EA8DC; padding:40px; box-sizing: border-box;}
.box_info_content>ul>li {line-height:30px; margin-bottom:30px;}
.box_info_content>ul>li>ol {margin-left:20px;}
.btn_center {text-align: center; margin:10px auto;}
.info_tbl {margin-bottom:60px;}
.auto_table .info_tbl th {font-size:1.8rem; color:#1EA8DC; font-weight: 800; padding:10px 0;}
.auto_table .info_tbl td {font-size:1.6rem; padding:30px;}
@media all and (max-width:1200px) {
    .auto_table .info_tbl td {padding:20px 15px;}
    .help_inner {padding:0 5px;}
    .help_wrap {width:100%; margin-left:0; margin-top:40px;}
    .help_img img, .info_img_2, .info_img_2 img {width:100%; height: auto;}
    .info_img_wrap {overflow-x: auto;}
    .legend img {width: 25px;}
    .option_box h2:before {display: hidden; background: none;}
}

/*모니터링*/
.monitor_wrap { width: 100%; height: 100vh; position:relative;}
.swiper { width: 100%; height: 100vh; background: #F9FCFC;}
.swiper-slide {padding:60px 20px 20px 20px;box-sizing: border-box;}
.monitor_wrap header {position:absolute; top:0; left:0; z-index: 100;}
/*기존
.time_area {position:absolute; top:80px; right:30px;}
.time_area p {display: inline-block;padding-left: 5px;color:#1a1a1a; font-size: 1.4rem;text-align: center;}
*/
.time_area {width:100%; overflow: hidden; margin-top: 5px;}
.time_area p {width:200px;height: 26px;line-height: 26px;background:#D5FF46;font-size: 1.6rem;text-align: center;border-radius: 30px;}
.time_area .date {float:left;}
.time_area .time {float:right;}
.monitor_wrap h3 {font-size:2.4rem;font-weight: bold;padding: 10px 0 5px 10px;color:#1EA8DC;}
.w_info {width:100%; display: flex;justify-content: space-between;}
.w_info li {width:50%;height: 49vh;max-width:920px;border-radius: 20px;background: #fff;position:relative;
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.w_info li h4 {width:100%; height:50px; line-height:50px; background: #1EA8DC; font-size: 2.2rem; font-weight: 500; color: #fff; text-align: center; border-radius: 20px 20px 0 0; }
.w_info li .contents_box {width:100%;height: calc(100% - 50px);padding: 20px;box-sizing: border-box;overflow-y:auto;text-align: center;}
.w_info li .contents_box img {width:100%;}
.w_info li .cmp-toggle-gis a {display: block; font-size: 1.6rem; width:auto; padding:6px 20px; font-weight: 600; border-radius: 30px; text-align: center;background:#D5FF46; color: #1EA8DC; position:absolute; bottom:20px; right:20px;}
.light_box {width:100%;height: 33vh;background: #fff;border-radius: 20px; overflow: hidden; -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);}
.light_map {float:left;width:620px;height:270px;background:#f1f1f1;margin-top: 20px;margin-left: 20px;}
.light_box .auto_table {float:right;width:60%;max-width:1180px;font-size:1.6rem;margin-top: 20px;margin-right: 20px;}
.light_box .auto_table th {border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.light_box .auto_table td {border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.light_box .auto_table th, .light_box .auto_table td {border-left:none;}
.cctv_list ul{width:100%; display:flex; justify-content: space-between; flex-wrap: wrap;}
.cctv_list li {width:25%;max-width:450px;height: 22vh;max-height: 220px;margin-bottom:5px;overflow: hidden;}
.cctv_list li h5 {float:left; width:60px; height:100%; padding:10px; font-size: 1.6rem; background:#1EA8DC; color: #fff; box-sizing: border-box; text-align:center;}
.cctv_list li h5 span {display: inline-block; margin-top:10px; width:42px;}
.cctv_list li h5 span#cctvNo {margin-top:64px;}
.cctv_list li .cctv_box {float:left;width: calc(100% - 60px);max-width:390px;height:100%;background: url(/_share/_images/novideo.png) #f1f1f1 center no-repeat;background-size: contain;border:1px solid #ccc;box-sizing: border-box;}
.cctv_list li .cctv_box p {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align:center; font-size: 20px;}
.cctv_list li h5 span {display: inline-block; margin-top:10px;}

.list_card {width: 100%; height: 100%;display: flex; }
.list_card ul {display: grid;width: 100%; grid-template-columns: repeat(4, 1fr); gap: 15px;}
.list_card li {width: 100%; padding: 20px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 10px;}
.list_card li h3{float:left; font-size:2rem; font-weight: 500; padding: 0; color: #222;}
.list_card  .shore {margin:10px 0; width: 100%; text-align: center; min-height: 202px; display: flex; align-items: center; justify-content: center; border-radius: 10px;}
.list_card  .shore img {width: 100%;}
/*혼잡도 지수 컬러*/
.congestion {padding: 3px 8px; border-radius: 5px;}
.c_le1{background-color: #F2F2F2; color: #222;}
.c_le2{background-color: #DCEAF7; color: #222;}
.c_le3{background-color: #A6CAEC; color: #222;}
.c_le4{background-color: #1586F3; color: #fff;}
.c_le5{background-color: #00A54B; color: #fff;}
.c_le6{background-color: #FFFF00; color: #222;}
.c_le7{background-color: #FFC000; color: #222;}
.c_le8{background-color: #E97132; color: #fff;}
.c_le9{background-color: #C00000; color: #fff;}

.swiper-pagination {position:fixed !important; z-index: 100;}
:root {--swiper-theme-color: #40a8dc !important;}


@media all and (max-width:1890px) {
    .cctv_list li {width:33%; height:auto;}
    .w_info li {width:49%;}
    .swiper-slide {overflow-y: auto;}
}
@media all and (max-width:1720px) {
    .light_box {height:auto; justify-content: center; align-items: center; flex-wrap: wrap;}
    .light_box .auto_table {width: calc(100% - 40px);max-width: 100%;padding-bottom:20px;margin-left: 20px; margin-top:0;}
    .light_map {margin: 20px auto;float: none;}
}
@media all and (max-width:1680px) {
    .monitor_wrap h3 {padding:10px 0; }
    .cctv_list li {width:45%; height:auto; max-width:unset; max-height: unset;}
    .cctv_list li .cctv_box {max-width:unset;}
}
@media all and (max-width:1340px) {
    .w_info li .contents_box img {width: auto; height: 100%;}
    .list_card ul {grid-template-columns: repeat(2, 1fr); gap: 15px;}
}
@media all and (max-width:680px) {
    .cctv_list li {width:100%;}
    .time_area p {width:40%; max-width:180px;}
    .light_map {width:calc(100% - 40px);}
    .list_card ul {grid-template-columns: repeat(1, 1fr); gap: 15px;}
    .w_info {flex-wrap: wrap;}
    .w_info li {width: 100%; min-height:65vh; margin-bottom: 15px;}
}

/*기상특보 모니터링 추가*/
.left-flid {width:40%; float:left;}
.right-flid {float: left;padding-left:20px;width: calc(60% - 20px); font-size:1.6rem; text-align:left;}
.right-flid h3 {text-align: left; padding:10px 0;}
.right-flid .txt span {display: block;}
.inner-content {padding:15px;background:#f1f1f1;height: 200px;overflow: auto;}
.inner-content .paragraph {padding-bottom:20px;}

@media all and (max-width:1460px) {
    .left-flid {width:100%;text-align: center;margin:0 auto;display: flex;justify-content: center;}
    .right-flid {width: 100%; clear: both; padding-left:0; padding-bottom:20px;}
}

/* cctv 대체 이미지 */
.cctv_alt_img {max-width: 35%; height: auto; display: block; margin: 0 auto; object-fit: contain;}
.cctv_alt_img_container {display: flex; justify-content: center; align-items: center; height: 100%;}
