@charset "utf-8";

/********************* Layout *********************/
#wrap {
  padding: 100px 50px 0 50px;
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  background: hsl(215, 100%, 17%) url('/images/bg_bott.png');
  background-size: 100%;
}
#wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: #f0f5fb;
}
#wrap > header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100px;
  padding: 30px 350px 0 50px;
  background: url('/images/kopti_top.png') no-repeat top 10px right 350px;
}
#wrap > header > h1 {
}
#wrap > header > h1 > a {
  font-size: 30px;
  color: #04509d;
  font-family: 'GmarketSansMedium';
  display: block;
  position: relative;
}
#wrap > header > h1 > a::before {
  content: '';
  width: 1px;
  height: 32px;
  background-color: #cccccc;
  position: absolute;
  left: 267px;
  top: 34%;
}
#wrap > header > h1 > a img {
  margin-right: 25px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
#wrap > header > .date_b {
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 68px;
  line-height: 68px;
  color: #fff;
  padding: 0 30px 0 70px;
  border-radius: 30px 0 0 0;
  background: #04509d url('/images/ic_calendar.png') no-repeat left 30px center;
  font-family: 'GmarketSansMedium';
  font-size: 20px;
}
#wrap > header > .date_b span {
  display: inline-block;
}
#wrap > header > .date_b span.date {
  position: relative;
  margin-right: 8px;
}
#wrap > header > .date_b span.date::before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -6px;
  top: 40%;
}
#wrap > header > .mo_menu {
  display: none;
}

#contents {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 30px 30px 30px 206px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 100px);
  box-sizing: 0 0 10px rgba(0, 0, 0, 0.5);
}
#contents::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#contents nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 172px;
  background-color: #181c1f;
}

#gnb {
  width: 100%;
}
#gnb > li {
  border-bottom: 1px solid #2d3134;
}
#gnb > li > a {
  display: block;
  padding: 22px 20px;
  font-size: 18px;
  transition: all 0.25s ease;
}
#gnb > li > a > span {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  opacity: 0.7;
}
#gnb > li > a > b {
  font-family: 'GmarketSansMedium';
  font-weight: 500;
  color: #aaa;
}
#gnb > li:nth-of-type(1) > a > span {
  background-image: url('/images/ic_menu_01.png');
}
#gnb > li:nth-of-type(2) > a > span {
  background-image: url('/images/ic_menu_02.png');
}
#gnb > li:nth-of-type(3) > a > span {
  background-image: url('/images/ic_menu_03.png');
}
#gnb > li:nth-of-type(4) > a > span {
  background-image: url('/images/ic_menu_04.png');
}

#gnb > li.on {
  border-color: #fc6e02;
}
#gnb > li.on > a {
  background-color: #fc6e02;
}
#gnb > li.on > a > span {
  opacity: 1;
}
#gnb > li.on > a > b {
  color: #fff;
}
#gnb > li:hover > a {
  background-color: #fc6e02;
}
#gnb > li:hover > a > span {
  opacity: 1;
}
#gnb > li:hover > a > b {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #wrap {
    padding: 100px 30px 0 30px;
  }
  #wrap > header {
    padding: 30px 300px 0 30px;
    background-position: top 10px right 200px;
  }
  #wrap > header > h1 > a {
    font-size: 23px;
  }
  #wrap > header > h1 > a::before {
    display: none;
  }
  #wrap > header > h1 > a img {
    margin-right: 20px;
    width: 206px;
  }
  #wrap > header > .date_b {
    font-size: 18px;
    right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  /* 헤더 */
  #wrap {
    padding: 66px 0px 0 0px;
  }
  #wrap > header {
    padding: 9px 10px 0 20px;
    background: none;
    height: auto;
  }
  #wrap > header > h1 > a {
    font-size: 15px;
    display: inline;
  }
  #wrap > header > h1 > a img {
    margin: 0 0 -13px;
    width: 100px;
    display: block;
  }
  #wrap > header > .date_b {
    display: none;
  }

  #wrap > header > .mo_menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 34px;
    color: #0a529e;
  }
  #wrap > header > .mo_menu .close {
    display: none;
  }
  #wrap > header > .mo_menu.on .open {
    display: none;
  }
  #wrap > header > .mo_menu.on .close {
    display: block;
  }

  /* 모바일 메뉴 */
  #contents {
    padding: 30px 20px;
    min-height: calc(100vh - 65px);
  }
  #contents nav {
    height: 100%;
    width: 100%;
    left: 100%;
    transition: left 0.4s ease-in-out;
    z-index: 1000;
  }
  #contents nav.on {
    left: 0;
  }

  #gnb {
  }
  #gnb > li {
  }
  #gnb > li > a {
    padding: 15px 20px;
    font-size: 14px;
  }
  #gnb > li > a > span {
    width: 18px;
    height: 22px;
    margin-right: 5px;
    background-size: 100%;
  }
}
/********************* Layout END *********************/

/********************* Common *********************/
.con_sec {
  width: 100%;
  height: 100%;
}

.inFull {
  height: calc(100vh - 160px);
}

p.tit {
  font-size: 23px;
  font-weight: 500;
  color: #222;
  padding-bottom: 10px;
  line-height: 1.2;
}
p.tit.icon {
  padding-left: 34px;
  background: url('/images/ic_title.png') no-repeat left top 5px;
}
p.tit span {
  font-size: 18px;
  color: #374ea1;
}

table.tbl_nor {
  width: 100%;
  border-top: 2px solid #04509d;
  border-collapse: collapse;
  font-size: 15px;
}
table.tbl_nor th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  background-color: #e5ecf4;
  font-weight: 500;
}
table.tbl_nor td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: center;
}
table.tbl_nor th.txtL,
table.tbl_nor td.txtL {
  text-align: left;
}
table.tbl_nor tr.active {
  border: 2px solid #04509d;
}
table.tbl_nor tr.sky {
  background-color: #1d9cff;
}
table.tbl_nor tr.sky td {
  color: #fff;
}
table.tbl_nor tr.green {
  background-color: #55bc00;
}
table.tbl_nor tr.green td {
  color: #fff;
}
table.tbl_nor tr.navy {
  background-color: #2776ce;
}
table.tbl_nor tr.navy td {
  color: #fff;
}
table.tbl_nor tr.purple {
  background-color: #7d65db;
}
table.tbl_nor tr.purple td {
  color: #fff;
}
table.tbl_nor tr.green2 {
  background-color: #53ba02;
}
table.tbl_nor tr.green2 td {
  color: #fff;
}
table.tbl_nor tr.yellow {
  background-color: #ffcb06;
}
table.tbl_nor tr.cyan {
  background-color: #67b7dc;
}

table.tbl_nor tr th:last-of-type,
table.tbl_nor tr td:last-of-type {
  border-right: none;
}
table.tbl_nor tr th:first-of-type,
table.tbl_nor tr td:first-of-type {
  border-left: none;
}

.btn_nor {
  height: 40px;
  background-color: #333;
  color: #fff;
  font-size: 15px;
  min-width: 115px;
  padding: 0 20px;
}
.btn_nor.orange {
  background-color: #fc6e02;
}
.btn_nor.gray {
  background-color: #888888;
}
.btn_nor.blue {
  background-color: #4980c1;
}

.select01 {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
}
.text01 {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.textarea01 {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.tab_01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
}
.tab_01 > li {
  margin-left: -1px;
  position: relative;
  z-index: 1;
}
.tab_01 > li > a {
  display: block;
  line-height: 40px;
  font-size: 20px;
  color: #666;
  background-color: #e9ebea;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 0 20px;
  min-width: 110px;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.tab_01 > li.active {
  z-index: 2;
}
.tab_01 > li.active > a {
  background-color: #04509d;
  border-color: #04509d;
  color: #fff;
}

.tab_02 {
  display: flex;
}
.tab_02 > li {
  margin-left: -1px;
}
.tab_02 > li > a {
  padding: 8px 15px;
  border: 1px solid #aaa;
  font-size: 13px;
  color: #888;
}
.tab_02 > li.active > a {
  background-color: #4a80c1;
  color: #fff;
}

@media screen and (min-width: 2500px) {
  .inFull {
    height: auto;
  }
}

@media screen and (max-width: 1500px) {
  .inFull {
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  p.tit {
    font-size: 17px;
    padding-bottom: 10px;
  }
  p.tit.icon {
    padding-left: 25px;
    background-size: 20px;
    background-position: left top 3px;
  }
  p.tit span {
    font-size: 14px;
  }

  table.tbl_nor {
    font-size: 13px;
  }
  table.tbl_nor th {
    padding: 10px;
  }
  table.tbl_nor td {
    padding: 8px 10px;
  }
  table.tbl_nor tr.active {
    border: 2px solid #04509d;
  }

  .btn_nor {
    height: 35px;
    font-size: 14px;
    min-width: 90px;
  }

  .select01 {
    height: 35px;
    font-size: 13px;
  }
  .text01 {
    height: 35px;
    font-size: 13px;
  }
  .textarea01 {
    height: 60px;
    font-size: 13px;
  }

  .tab_01 > li > a {
    line-height: 35px;
    font-size: 15px;
    padding: 0 15px;
    min-width: 80px;
  }

  .tab_02 > li > a {
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 700px) {
  .tbl_hori_wrap {
    width: 100%;
    overflow-x: auto;
  }
  .tbl_hori_wrap table {
    width: 700px;
  }
}

/********************* Common END *********************/

/********************* Sub *********************/

/* main */
#chartdiv {
  padding-left: 10px !important;
}
.ma_flex_wrap {
  border: 1px solid #ccc;
  width: 100%;
}
.ma_flex_wrap .top {
  border-bottom: 1px solid #ccc;
  display: flex;
  width: 100%;
  height: 50%;
}
.ma_flex_wrap .top > div .con {
  height: calc(100% - 40px);
  overflow-y: auto;
  padding-right: 1px;
}
.ma_flex_wrap .top > .lb {
  width: 25%;
  padding: 34px 25px;
}
.ma_flex_wrap .top > .rb {
  width: 75%;
  padding: 30px 20px 30px 10px;
  display: flex;
  height: 100%;
}
.ma_flex_wrap .top > .rb .cir01_g_wrapper {
  width: 25%;
  min-width: 320px;
  padding-right: 10px;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper {
  width: 75%;
  height: 100%;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 100%;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li {
  width: 33.33%;
  padding: 10px;
  display: flex;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl {
  width: 50%;
  text-align: left;
  padding-right: 10px;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl dt {
  border-bottom: 1px solid #adadad;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl dt::before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #5b89c2;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl dd {
  font-size: 14px;
  margin-bottom: 5px;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl dd:last-of-type {
  margin-bottom: 0px;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > .g_b {
  width: 50%;
  position: relative;
  min-height: 110px;
}
.ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > .g_b .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
}

.ma_flex_wrap .bott {
  display: flex;
  height: 50%;
}
.ma_flex_wrap .bott > div {
  padding: 34px 25px;
}
.ma_flex_wrap .bott > div .con {
  height: calc(100% - 40px);
  overflow-y: auto;
  padding-right: 1px;
}
.ma_flex_wrap .bott > .lb {
  width: 25%;
  border-right: 1px solid #ccc;
}
.ma_flex_wrap .bott > .cb {
  width: 50%;
  border-right: 1px solid #ccc;
}
.ma_flex_wrap .bott > .rb {
  width: 25%;
}

.ma_flex_wrap .bott > .cb .con {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ma_flex_wrap .bott > .cb .con > .solar_b {
  width: 70%;
}
.ma_flex_wrap .bott > .cb .con > ul {
  width: 30%;
  padding-left: 10px;
}
.ma_flex_wrap .bott > .cb .con > ul > li {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-left: 2px solid #04509d;
}
.ma_flex_wrap .bott > .cb .con > ul > li:last-child {
  margin-bottom: 0px;
}
.ma_flex_wrap .bott > .cb .con > ul > li .sbj {
  width: calc(100% - 70px);
  padding: 5px 10px;
  color: #444;
  font-weight: 500%;
  background-color: #e6eef6;
  font-size: 14px;
  text-align: left;
}
.ma_flex_wrap .bott > .cb .con > ul > li .num {
  width: 70px;
  padding: 5px 10px;
  color: #222;
  font-size: 14px;
  text-align: right;
  word-break: break-all;
}
.ma_flex_wrap .bott > .cb .con > ul > li .num b {
  color: #04509d;
  font-weight: 600;
}
.ma_flex_wrap .bott .solar_b {
  width: 100%;
  position: relative;
}
.ma_flex_wrap .bott .solar_b span {
  font-size: 13px;
  position: absolute;
}
.ma_flex_wrap .bott .solar_b span.n01 {
  left: 5%;
  top: 2%;
}
.ma_flex_wrap .bott .solar_b span.n02 {
  left: 42%;
  top: 2%;
}
.ma_flex_wrap .bott .solar_b span.n03 {
  right: 24%;
  top: 2%;
}
.ma_flex_wrap .bott .solar_b span.n04 {
  right: 13%;
  top: 2%;
}
.ma_flex_wrap .bott .solar_b span.n05 {
  right: 25%;
  bottom: 0%;
}
.ma_flex_wrap .bott .solar_b span.n06 {
  right: 14%;
  bottom: 0%;
}
.ma_flex_wrap .bott .solar_b > div {
  width: 100%;
}
.ma_flex_wrap .bott .solar_b > div img {
  width: 100%;
}

@media screen and (max-width: 1550px) {
  .ma_flex_wrap .top {
    height: auto;
    flex-wrap: wrap;
  }
  .ma_flex_wrap .top > .lb {
    width: 100%;
  }
  .ma_flex_wrap .top > .rb {
    width: 100%;
  }
  .ma_flex_wrap .top > div .con {
    border-bottom: 1px solid #ddd;
  }

  .ma_flex_wrap .bott {
    height: auto;
    flex-wrap: wrap;
  }
  .ma_flex_wrap .bott > div .con {
    border-bottom: 1px solid #ddd;
  }
  .ma_flex_wrap .bott > .lb {
    width: 100%;
    order: 2;
  }
  .ma_flex_wrap .bott > .cb {
    width: 100%;
    order: 1;
  }
  .ma_flex_wrap .bott > .cb .con {
    height: auto;
    border-bottom: none;
  }
  .ma_flex_wrap .bott > .rb {
    width: 100%;
    order: 3;
  }
}

@media screen and (max-width: 1000px) {
  .ma_flex_wrap {
  }
  .ma_flex_wrap .top {
    display: block;
  }
  .ma_flex_wrap .top > div .con {
    height: 250px;
  }
  .ma_flex_wrap .top > .lb {
    width: 100%;
    padding: 20px;
  }
  .ma_flex_wrap .top > .rb {
    width: 100%;
    padding: 20px;
    display: block;
  }
  .ma_flex_wrap .top > .rb .cir01_g_wrapper {
    width: 100%;
  }
  .ma_flex_wrap .top > .rb .cir02_g_wrapper {
    width: 100%;
  }
  .ma_flex_wrap .top > .rb .cir02_g_wrapper ul {
  }
  .ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li {
    width: 50%;
  }
  .ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl dt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li > dl dd {
    font-size: 13px;
  }

  .ma_flex_wrap .bott {
    display: block;
  }
  .ma_flex_wrap .bott > div {
    padding: 20px;
  }
  .ma_flex_wrap .bott > div .con {
    height: 250px;
  }
  .ma_flex_wrap .bott > .lb {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .ma_flex_wrap .bott > .cb {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .ma_flex_wrap .bott > .rb {
    width: 100%;
  }

  .ma_flex_wrap .bott > .cb .con {
    display: block;
    height: auto;
  }
  .ma_flex_wrap .bott > .cb .con > .solar_b {
    width: 100%;
  }
  .ma_flex_wrap .bott > .cb .con > ul {
    width: 100%;
    padding: 0 0 15px;
    margin-top: 25px;
  }
  .ma_flex_wrap .bott > .cb .con > ul > li .sbj {
    font-size: 13px;
  }
  .ma_flex_wrap .bott > .cb .con > ul > li .num {
    font-size: 13px;
  }
  .ma_flex_wrap .bott .solar_b span {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  .ma_flex_wrap .top > .rb .cir01_g_wrapper {
    min-width: auto;
    padding-right: 0px;
  }
  .ma_flex_wrap .top > .rb .cir02_g_wrapper ul > li {
    width: 100%;
  }
}

/* trend */
.trend_top {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  justify-content: space-between;
}
.trend_top > .lb {
  width: 48%;
}
.trend_top > .rb {
  width: 48%;
}
.trend_top .rb .inner_weather_box {
  border-top: 2px solid #04509d;
}

.tab_solar {
  margin-top: 4px;
}
.tab_solar_con {
  height: 320px;
  overflow-y: auto;
}

.solar_graph_wrap {
  width: 100%;
  height: 360px;
  border: 1px solid #ccc;
  border-top: 2px solid #04509d;
  padding: 65px 30px 30px 70px;
  position: relative;
}
.solar_graph_wrap .tab_02 {
  position: absolute;
  right: 10px;
  top: 20px;
}
.solar_graph_wrap .x-sbj {
  font-size: 18px;
  position: absolute;
  transform: rotate(-90deg);
  left: -10px;
  top: 45%;
}
.solar_graph_wrap .x-sbj span {
  font-size: 23px;
  font-weight: 500;
}

.solar_graph_wrap .grpah_box {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .trend_top > .lb {
    width: 100%;
    order: 2;
  }
  .trend_top > .rb {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}

@media screen and (max-width: 1000px) {
  .trend_top {
    width: 100%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 30px;
    justify-content: space-between;
  }
  .trend_top .rb .inner_weather_box {
    border-top: 2px solid #04509d;
  }

  .tab_solar {
    margin-top: 4px;
  }
  .tab_solar_con {
    height: 320px;
    overflow-y: auto;
  }

  .solar_graph_wrap {
    width: 100%;
    min-height: 360px;
    border: 1px solid #ccc;
    border-top: 2px solid #04509d;
    padding: 40px 30px 30px 40px;
    position: relative;
  }
  .solar_graph_wrap .tab_02 {
    right: 10px;
    top: 10px;
  }
  .solar_graph_wrap .x-sbj {
    font-size: 15px;
    left: -20px;
    top: 45%;
  }
  .solar_graph_wrap .x-sbj span {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .solar_graph_wrap .grpah_box {
    width: 100%;
    overflow-x: auto;
  }
  .solar_graph_wrap .grpah_box #graphLine {
    width: 600px !important;
  }
}

/* 날씨 */
.inner_weather_box {
  border: 1px solid #d9ddec;
}
.inner_weather_box .ro-b {
  border-top: 1px solid #d9ddec;
  display: flex;
  padding: 20px;
}
.inner_weather_box .ro-b:first-of-type {
  border-top: none;
}
.inner_weather_box .ro-b .lb {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 10px 15px 5px 0;
}
.inner_weather_box .ro-b .lb h3 {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}
.cate_w1 {
  display: flex;
  width: 110px;
  flex-wrap: wrap;
}
.cate_w1 li {
  width: 50%;
  padding-right: 10px;
  margin-top: 5px;
}
.cate_w1 li a {
  display: block;
}
.cate_w1 li a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c5c6c7;
}
.cate_w1 li a .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
  color: #666;
}
.cate_w1 li.active a .icon {
  background-color: #00c73c;
}
.cate_w1 li.active a .txt {
  color: #242424;
}

.inner_weather_box .ro-b .rb {
  width: 75%;
  text-align: right;
  overflow-y: auto;
}
.page-w-sm {
}
.page-w-sm .btn-p {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.page-w-sm .btn-p img {
  vertical-align: middle;
}
.page-w-sm .pageNum {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 13px;
  color: #cccccc;
}
.page-w-sm .pageNum b {
  font-weight: 500;
  color: #00ab33;
}

.inner_weather_sub1_w {
  width: 100%;
  display: flex;
}
.inner_weather_sub1_w .co-b {
  flex: 1 1 auto;
  text-align: center;
}
.inner_weather_sub1_w .co-b .num {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.inner_weather_sub1_w .co-b .icon_b {
  margin: 15px 0 0;
  height: 25px;
}
.inner_weather_sub1_w .co-b .txt {
  margin-top: 9px;
  display: inline-block;
  font-size: 14px;
  color: #777;
  padding: 3px 10px 2px;
  border-radius: 15px;
}
.inner_weather_sub1_w .co-b .txt.green {
  font-weight: 500;
  color: #00c73c;
}
.inner_weather_sub1_w .co-b .txt.on {
  background-color: #00c73c;
  color: #fff;
  font-weight: 600;
}

.inner_weather_sub2_w {
  width: 100%;
  display: flex;
}
.inner_weather_sub2_w .co-b {
  flex: 1 1 auto;
  text-align: center;
  border-left: 1px solid #f0f3f6;
}
.inner_weather_sub2_w .co-b:first-of-type {
  border-left: none;
}
.inner_weather_sub2_w .co-b .date {
}
.inner_weather_sub2_w .co-b .date .day {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  display: inline-block;
  vertical-align: middle;
}
.inner_weather_sub2_w .co-b .date .num {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0 2px;
  margin-left: 5px;
}
.inner_weather_sub2_w .co-b .date .num.on {
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 10px;
  background-color: #00c73c;
  color: #fff;
  font-weight: 500;
}
.inner_weather_sub2_w .co-b .wea_ul {
  margin-top: 20px;
}
.inner_weather_sub2_w .co-b .wea_ul li {
  margin-top: 10px;
}
.inner_weather_sub2_w .co-b .wea_ul li:first-child {
  margin-top: 0;
}
.inner_weather_sub2_w .co-b .wea_ul li span {
  vertical-align: middle;
  display: inline-block;
}
.inner_weather_sub2_w .co-b .wea_ul li span img {
  vertical-align: middle;
}
.inner_weather_sub2_w .co-b .wea_ul li .icon {
  height: 25px;
}
.inner_weather_sub2_w .co-b .wea_ul li .txt {
  margin-left: 8px;
  color: #888;
  font-size: 13px;
}
.inner_weather_sub2_w .co-b .degree {
  margin-top: 15px;
  font-weight: 500;
  color: #222;
}

@media all and (max-width: 1150px) {
  .inner_weather_box .ro-b {
    display: block;
  }
  .inner_weather_box .ro-b .lb {
    width: 100%;
  }
  .inner_weather_box .ro-b .rb {
    width: 100%;
  }
}

@media all and (max-width: 999px) {
  /* 날씨 */
  .inner_weather_box {
  }
  .inner_weather_box .ro-b {
    padding: 10px 10px;
  }
  .inner_weather_box .ro-b .lb {
    display: flex;
    flex-direction: column;
    padding: 7px 10px 20px 15px;
    width: 100%;
  }
  .inner_weather_box .ro-b .lb h3 {
    font-size: 13px;
  }
  .cate_w1 {
    width: 100%;
    margin-top: 5px;
  }
  .cate_w1 li {
    width: 25%;
    padding-right: 10px;
    margin-top: 5px;
  }
  .cate_w1 li a .icon {
    width: 4px;
    height: 4px;
  }
  .cate_w1 li a .txt {
    font-size: 12px;
  }

  .inner_weather_box .ro-b .rb {
  }
  .page-w-sm {
    margin: 10px 0 0;
  }
  .page-w-sm .btn-p {
    width: 15px;
    height: 15px;
  }
  .page-w-sm .btn-p img {
    vertical-align: middle;
    width: 4px;
    margin-top: -5px;
  }
  .page-w-sm .pageNum {
    font-size: 12px;
  }

  .inner_weather_sub1_w {
  }
  .inner_weather_sub1_w .co-b {
    flex: 1 1 auto;
  }
  .inner_weather_sub1_w .co-b .num {
    font-size: 14px;
  }
  .inner_weather_sub1_w .co-b .icon_b {
    margin: 10px 0 0;
    height: 25px;
  }
  .inner_weather_sub1_w .co-b .icon_b img {
    max-width: 100%;
  }
  .inner_weather_sub1_w .co-b .txt {
    margin-top: 5px;
    font-size: 12px;
    padding: 3px 5px 2px;
  }

  .inner_weather_sub2_w {
  }
  .inner_weather_sub2_w .co-b {
  }
  .inner_weather_sub2_w .co-b .date {
  }
  .inner_weather_sub2_w .co-b .date .day {
    font-size: 13px;
  }
  .inner_weather_sub2_w .co-b .date .num {
    font-size: 11px;
    padding: 2px 0 1px;
    margin-left: 2px;
  }
  .inner_weather_sub2_w .co-b .date .num.on {
    padding-left: 4px;
    padding-right: 4px;
  }
  .inner_weather_sub2_w .co-b .wea_ul {
    margin-top: 20px;
    text-align: center;
  }
  .inner_weather_sub2_w .co-b .wea_ul li {
    margin-top: 7px;
  }
  .inner_weather_sub2_w .co-b .wea_ul li span {
    display: block;
  }
  .inner_weather_sub2_w .co-b .wea_ul li .icon {
    height: 23px;
  }
  .inner_weather_sub2_w .co-b .wea_ul li .icon img {
    max-width: 100%;
  }
  .inner_weather_sub2_w .co-b .wea_ul li .txt {
    margin-left: 0;
    font-size: 12px;
  }
  .inner_weather_sub2_w .co-b .degree {
    font-size: 12px;
  }
}

/* report */
.report_upload_box {
  width: 100%;
  border-top: 2px solid #04509d;
  position: relative;
  padding: 30px 30px 50px;
}
.report_upload_box > .btn_nor.orange {
  position: absolute;
  right: 5px;
  top: 15px;
}
.report_upload_box .inbox {
  width: 720px;
  margin: 30px auto 0;
}
.report_upload_box .inbox dl {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.report_upload_box .inbox dl dt {
  width: 25%;
}
.report_upload_box .inbox dl dd {
  width: 75%;
}
.report_upload_box .inbox label {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 45px;
}
.report_upload_box .inbox label b {
  color: #04509d;
}
.report_upload_box .inbox .btns {
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .report_upload_box {
    padding: 20px 20px 30px;
  }
  .report_upload_box > .btn_nor.orange {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 10px;
  }
  .report_upload_box .inbox {
    width: 100%;
    margin: 10px auto 0;
  }
  .report_upload_box .inbox dl {
    margin-bottom: 10px;
  }
  .report_upload_box .inbox dl dt {
    width: 100%;
  }
  .report_upload_box .inbox dl dd {
    width: 100%;
  }
  .report_upload_box .inbox label {
    font-size: 14px;
    line-height: 35px;
  }
  .report_upload_box .inbox .btns {
    margin-top: 20px;
  }
}

g[aria-labelledby='id-68-title'] {
  display: none !important;
}

/* menual */
.manual_wrap {
  margin-top: 20px;
}
.manual_wrap > img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .manual_wrap {
    margin-top: 10px;
  }
}

/********************* Sub END *********************/

/********************* Sign Out *********************/
#wrap > header > #sign_out {
  position: absolute;
  right: 50px;
  top: 5px;
  height: 20px;
  line-height: 20px; /* line-height는 줄 간격을 백분율로 지정하는 속성이라고 하였는데, 왜 그런지는 이해 못하지만 이렇게 해야 a 태그 블럭이 이쁘게 씌임 */
  color: #04509d;
  font-size: 15px;

  /* font-family: 'GmarketSansMedium'; */
}

@media screen and (max-width: 1000px) {
  #wrap > header > #sign_out {
    position: absolute;
    right: 58px;
    top: 28px;
    height: 12px;
    line-height: 12px; /* line-height는 줄 간격을 백분율로 지정하는 속성이라고 하였는데, 왜 그런지는 이해 못하지만 이렇게 해야 a 태그 블럭이 이쁘게 씌임 */
    color: #04509d;
    /* font-family: 'GmarketSansMedium'; */
    font-size: 12px;
  }
}
/********************* Sign Out *********************/
