@charset "UTF-8";
@font-face {
  font-family: "NotoSansKR";
  src: url('NotoSansKR-T.woff') format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url('NotoSansKR-L.woff') format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url('NotoSansKR-R.woff') format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url('NotoSansKR-M.woff') format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url('NotoSansKR-B.woff') format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url('NotoSansKR-EB.woff') format("woff");
  font-weight: 900;
  font-style: normal; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "NotoSansKR", sans-serif;
  color: #111;
  vertical-align: baseline;
  /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */ }
html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1;
  /* 한글 기준은 1.2 */ }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
a {
  text-decoration: none;
  color: inherit;
  display: inline-block; }
i {
  display: inline-block;
  vertical-align: middle; }
strong, b {
  font-weight: 700;
  color: inherit; }
th, td {
  vertical-align: middle; }
* {
  box-sizing: border-box; }
span, div, a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }
input {
  outline: none; }
select::-ms-expand {
  display: none; }
html, body {
  background-color: #fff;
  width: 100%;
  min-height: 100%; }
html.bg-white, body.bg-white {
  background: #fff; }
html {
  overflow-y: scroll; }
a {
    cursor: pointer;
}
.inner {
  max-width: 1755px;
  margin: 0 auto; }
.container {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 150px; }
.container.full {
  padding-bottom: 0; }
.container.overlay.white:before {
  background-color: #fff; }
.container.overlay:before {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.7); }
header {
    padding: 15px 0 15px; }
header .wrap {
  height: 60px;
  justify-content: center;
  display: flex; }
header h1.logo {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%); }
header h1.logo a {
  background: url("/assets/images/img_new_header_logo.png") no-repeat center/cover;
  width: 208px;
  height: 33px; }
header .header-contents {
  display: flex;
  position: relative; }
header .header-contents .header-search-form {
  border: 1px solid #111;
  height: 60px;
  width: 765px;
  display: inline-flex;
  vertical-align: middle; }
header .header-contents .header-search-form .select-box {
  border-right: 1px solid #c6c6c6;
  width: 210px; }
header .header-contents .header-search-form .select-box input {
  height: 100%;
  background: url("/assets/images/ic_high.png") no-repeat left 20px center;
  color: #888888;
  padding-left: 50px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 16px;
  width: 100%; }
header .header-contents .header-search-form .input-box {
  width: calc(100% - 210px);
  position: relative;
  display: flex; }
header .header-contents .header-search-form .input-box input {
  width: calc(100% - 60px);
  padding: 0 60px 0 30px;
  font-size: 18px;
  font-weight: 700; }
header .header-contents .header-search-form .input-box input::-ms-clear, header .header-contents .header-search-form .input-box input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }
header .header-contents .header-search-form .input-box input::-webkit-search-decoration, header .header-contents .header-search-form .input-box input::-webkit-search-cancel-button, header .header-contents .header-search-form .input-box input::-webkit-search-results-button, header .header-contents .header-search-form .input-box input::-webkit-search-results-decoration {
  display: none; }
header .header-contents .header-search-form .input-box .clear-btn {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: url("/assets/images/ic_clear.png") no-repeat center;
  width: 24px;
  height: 24px; }
header .header-contents .header-search-form .input-box .header-search-btn {
  width: 60px;
  height: 60px;
  display: inline-flex;
  background: url("/assets/images/ic_search_btn.png") no-repeat center; }
header .header-contents .header-gps-box {
  margin-left: -1px;
  display: inline-flex;
  vertical-align: middle; }
header .header-contents .header-gps-box a.gps-btn {
  width: 70px;
  height: 60px;
  background: #222222 url("/assets/images/ic_gps.png") no-repeat center; }
header .header-contents .header-gps-box a.gps-btn:hover, header .header-contents .header-gps-box a.gps-btn:focus {
  background: #1ea3ff url("/assets/images/ic_gps.png") no-repeat center; }
header .header-contents article.search-layer {
  position: absolute;
  left: 0;
  right: 70px;
  top: 59px;
  background-color: #fff;
  z-index: 500;
  border: 1px solid #222222; }
header .header-contents article.search-layer .search-layer-wrap {
  position: relative; }
header .header-contents article.search-layer .search-layer-wrap .result-group {
  padding: 0 20px 47px;
  font-size: 0;
  position: relative; }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-tit-box {
  text-align: right;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #555555; }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-tit-box .txt {
  font-size: 15px;
  letter-spacing: -0.3px; }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-list {
  padding-top: 10px;
  overflow-y: auto;
  max-height: 235px; }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-list ul li a {
  background-image: url("/assets/images/ic_place_off.png");
  background-repeat: no-repeat;
  background-position: left 10px top 12px;
  display: flex;
  flex-direction: column;
  padding: 10px 11px 10px 30px;
  border-bottom: 1px solid #DFDFDF; }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-list ul li a:hover {
  background-color: #EAF2F8;
  background-image: url("/assets/images/ic_place_on.png"); }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-list ul li a .top-box {
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 20px; }
header .header-contents article.search-layer .search-layer-wrap .result-group .result-list ul li a .bottom-box {
  padding-top: 5px;
  position: relative;
  left: -22px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #555555; }
header .header-contents article.search-layer .search-layer-wrap .result-group .layer-menu-box {
  position: absolute;
  left: 20px;
  right: 30px;
  bottom: 20px;
  display: flex;
  justify-content: flex-end; }
header .header-contents article.search-layer .search-layer-wrap .result-group .layer-menu-box .all-remove-btn {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: -0.35px;
  background: url("/assets/images/ic_all_remove_off.png") no-repeat left center; }
header .header-contents article.search-layer .search-layer-wrap .result-group .layer-menu-box .all-remove-btn:hover {
  background: url("/assets/images/ic_all_remove.png") no-repeat left center;
  color: #1993e8; }
header .header-contents article.search-layer .search-layer-wrap .result-group .layer-menu-box .search-layer-close {
  background: url("/assets/images/ic_layer_hide.png") no-repeat center right;
  font-size: 14px;
  padding-right: 20px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group {
  padding: 25px 20px 50px;
  font-size: 0; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box {
  position: relative;
  font-size: 0; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box .reg-tit-txt {
  font-size: 18px;
  font-weight: 700; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box .reg-menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box .reg-menu .cancel-btn {
  color: #555555;
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box .reg-menu .reg-success-btn {
  margin-left: 33px;
  color: #1993e8;
  background: url("/assets/images/ic_reg_success_on.png") no-repeat left center;
  padding-left: 25px;
  font-weight: 700;
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box {
  padding-top: 40px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row {
  height: 42px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 16px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row + .row {
    margin-top: 30px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row + .row.msg  {
    margin-top: 40px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row + .row + .row{
    margin-top: 30px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .subject {
  width: 85px;
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con {
  width: calc(100% - 85px);
  height: 100%; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con input {
  border: 1px solid #111;
  padding: 0 15px;
  font-size: 16px;
  width: 134px;
  height: 100%; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con input.full {
  width: 100%; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con .msg-box .msg-txt{
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #FF565E; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con .unit {
  font-size: 16px;
  padding-left: 8px; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .layer-menu-box {
  position: absolute;
  left: 20px;
  right: 30px;
  bottom: 20px;
  display: flex;
  justify-content: flex-end; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .layer-menu-box .all-remove-btn {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: -0.35px;
  background: url("/assets/images/ic_all_remove_off.png") no-repeat left center; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .layer-menu-box .all-remove-btn:hover {
  background: url("/assets/images/ic_all_remove.png") no-repeat left center;
  color: #1993e8; }
header .header-contents article.search-layer .search-layer-wrap .reg-group .layer-menu-box .search-layer-close {
  background: url("/assets/images/ic_layer_hide.png") no-repeat center right;
  font-size: 14px;
  padding-right: 20px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group {
  padding: 10px 20px 50px;
  font-size: 0; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector a {
  width: 160px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #c3c3c3;
  border-radius: 21px;
  color: #555555;
  font-size: 18px;
  font-weight: 700; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector a + a {
  margin-left: 12px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector a.on {
  border-color: #0058b2;
  background-color: #0058b2;
  color: #fff; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list {
  padding: 14px 0;
  min-height: 200px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a {
  display: flex;
  height: 42px;
  position: relative;
  align-items: center;
  padding-left: 18px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a:hover {
  background-color: #eaf2f8; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .meter-txt {
  display: inline-flex;
  justify-content: flex-start;
  width: 80px;
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .keyword-txt {
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu .like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/ic_star.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 5; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu .like-btn.type-on {
  background: url("/assets/images/ic_star_on.png") no-repeat center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu .remove-btn {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/ic_remove.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 5; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu .remove-btn:hover {
  background: url("/assets/images/ic_remove_on.png") no-repeat center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list {
  padding: 14px 0;
  min-height: 200px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li {
  border-bottom: 1px solid #e4e4e4; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a {
  padding: 7px 10px 7px 18px;
  display: flex;
  position: relative;
  flex-direction: column; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a:hover {
  background-color: #eaf2f8; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .top-box {
  position: relative;
  display: flex;
  height: 30px;
  align-items: center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .top-box .like-name {
  font-size: 18px;
  font-weight: 700; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .bottom-box {
  padding-top: 7px;
  display: flex;
  flex-direction: row; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .meter-txt {
  display: inline-flex;
  justify-content: flex-start;
  width: 80px;
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .keyword-txt {
  font-size: 16px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .reg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/ic_reg.png") no-repeat center;
  width: 11px;
  height: 17px;
  position: relative;
  z-index: 5; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .reg-btn:hover {
  background: url("/assets/images/ic_reg_on.png") no-repeat center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/ic_star.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 5; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .like-btn.type-on {
  background: url("/assets/images/ic_star_on.png") no-repeat center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .remove-btn {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/ic_remove.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 5; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .remove-btn:hover {
  background: url("/assets/images/ic_remove_on.png") no-repeat center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .layer-menu-box {
  position: absolute;
  left: 20px;
  right: 30px;
  bottom: 20px;
  display: flex;
  justify-content: space-between; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .layer-menu-box .all-remove-btn {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: -0.35px;
  background: url("/assets/images/ic_all_remove_off.png") no-repeat left center; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .layer-menu-box .all-remove-btn:hover {
  background: url("/assets/images/ic_all_remove.png") no-repeat left center;
  color: #1993e8; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group .layer-menu-box .search-layer-close {
  background: url("/assets/images/ic_layer_hide.png") no-repeat center right;
  font-size: 14px;
  padding-right: 20px; }
header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .keyword-txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    width: calc(100% - 170px); }
header .header-menu-box {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex; }
header .header-menu-box .setting-btn {
  display: none;
  font-size: 15px;
  letter-spacing: -0.45px;
  position: relative; }
header .header-menu-box .menu-btn {
  display: inline-flex;
  font-size: 15px;
  letter-spacing: -0.45px;
  position: relative; }
header .header-menu-box .menu-btn.type-lang {
  background: url("/assets/images/ic_en.png") no-repeat left center;
  padding-left: 22px; }
header .header-menu-box .menu-btn + .menu-btn {
  margin-left: 40px; }
header .header-menu-box .menu-btn + .menu-btn:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6c6c6;
  height: 12px;
  width: 1px; }
/** login **/
section.login {
  height: 100vh;
  background: url("/assets/images/img_login_bg.png") no-repeat center/cover;
  width: 100%; }
section.login .login__group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: column;
  padding: 0 10px; }
section.login .login__group .login__info__box {
  display: flex;
  height: 700px;
  width: 100%;
  box-shadow: 0px 8px 24px 0px rgba(28, 37, 55, 0.25);
  border-radius: 15px;
  overflow: hidden; }
section.login .login__group .login__info__box .login-img-box {
  display: inline-flex;
  height: 100%;
  width: 45%;
  background: url("/assets/images/img_login.png") no-repeat; }
section.login .login__group .login__info__box .login-form-box {
  width: 55%;
  display: inline-flex;
  height: 100%;
  background-color: #fff; }
section.login .login__group .login__info__box .login-form-box .form-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 90px;
  width: 100%;
  justify-content: center; }
section.login .login__group .login__info__box .login-form-box .logo-box {
  background: url("/assets/images/img_new_login_logo.png") no-repeat center/cover;
  width: 326px;
  height: 59px; }
section.login .login__group .login__info__box .login-form-box .info-box {
  padding: 35px 0 45px;
  font-size: 18px;
  letter-spacing: -0.9px;
  line-height: 25px; }
section.login .login__group .login__info__box .login-form-box .form-box .row {
  position: relative; }
section.login .login__group .login__info__box .login-form-box .form-box .row + .row {
  margin-top: 30px; }
section.login .login__group .login__info__box .login-form-box .form-box .row .alarm-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  color: #f92e2e;
  font-size: 16px;
  letter-spacing: -0.8px;
  white-space: nowrap; }
section.login .login__group .login__info__box .login-form-box .form-box .row input {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #888888;
  font-size: 20px;
  padding-left: 65px; }
section.login .login__group .login__info__box .login-form-box .form-box .row input::placeholder {
  color: #888888; }
section.login .login__group .login__info__box .login-form-box .form-box .row input[type=password] {
  font-family: "NotoSansKR"; }
section.login .login__group .login__info__box .login-form-box .form-box .row input.type-id {
  background: #fff url("/assets/images/ic_login_user.png") no-repeat left 9px center/22px 22px; }
section.login .login__group .login__info__box .login-form-box .form-box .row input.type-pw {
  background: #fff url("/assets/images/ic_login_pw.png") no-repeat left 10px center/19px 22px; }
section.login .login__group .login__info__box .login-form-box .form-box .row input:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }
section.login .login__group .login__info__box .login-form-box .form-box .row input:focus, section.login .login__group .login__info__box .login-form-box .form-box .row input:active {
  border-bottom: 1px solid #1ea3ff;
  color: #1ea3ff; }
section.login .login__group .login__info__box .login-form-box .login-box {
  padding: 75px 0 55px;
  text-align: center; }
section.login .login__group .login__info__box .login-form-box .msg-box {
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px; }
section.login .login__group .login__info__box .login-form-box .msg-box .msg-txt {
  color: #FF565E; }
section.login .login__group .login__info__box .login-form-box .login-box a.login-btn {
  background-color: #0058b2;
  width: 100%;
  border-radius: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1.2px;
  height: 72px; }
section.login .login__group .login__info__box .login-form-box .menu-box {
  display: flex;
  justify-content: center;
  padding-bottom: 80px; }
section.login .login__group .login__info__box .login-form-box .menu-box a.menu-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.8px; }
section.login .login__group .login__info__box .login-form-box .menu-box a.menu-btn + a {
  margin-left: 60px; }
section.login .login__group .login__info__box .login-form-box .menu-box a.menu-btn + a:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #b6b6b6; }
section.login .login__group .copyright {
  text-align: center;
  color: #555555;
  font-size: 14px;
  padding-top: 44px; }
/** current **/
section.current__info .wrap {
  height: 655px; }
section.current__info .current-top-info-box {
  text-align: center;
  padding: 20px 0; }
section.current__info .current-top-info-box .time-txt {
  color: #ffffff;
  font-size: 18px;
  line-height: 34px; }
section.current__info .current-top-info-box .info-txt {
  font-size: 24px;
  line-height: 34px;
  color: #fff; }
section.current__info .current-top-info-box .info-txt .accent {
  color: #d3ff24;
  font-weight: 700; }
section.current__info .current-top-info-box .info-txt .accent1 {
  color: #F9AC00;
  font-weight: 700; }
section.current__info .current-top-info-box .info-txt .accent2 {
  color: #ffe400;
  font-weight: 700; }
section.current__info .current-mid-info-box {
  display: flex;
  justify-content: center; }
section.current__info .current-mid-info-box .summary-group .current-summary-box {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box {
  position: absolute;
  height: 100%;
  width: 277px;
  left: 0; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box {
  position: absolute;
  z-index: 1; }
/*section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-1 {
  background: url("/assets/images/img_current_weather_type1.png") no-repeat center;
  width: 385px;
  height: 141px;
  left: -50px;
  top: 0; }

section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-2 {
  background: url("/assets/images/img_current_weather_type2.png") no-repeat center;
  width: 301px;
  height: 263px;
  left: -35px;
  top: -75px; }

section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-3 {
  background: url("/assets/images/img_current_weather_type3.png") no-repeat center;
  width: 321px;
  height: 135px;
  left: -28px;
  top: -14px; }*/
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box {
  position: absolute;
  z-index: 2; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .alarm-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/images/img_alarm.png") no-repeat center/cover;
  width: 74px;
  height: 74px;
  z-index: 10; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-possible {
  background: url("/assets/images/img_current_drone_type1.png") no-repeat center/cover;
  width: 279px;
  height: 127px;
  top: 30px;
  left: 25px; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-impossible {
  background: url("/assets/images/img_current_drone_type2.png") no-repeat center/cover;
  width: 202px;
  height: 123px;
  top: 15px;
  left: 100px; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-warning {
  background: url("/assets/images/img_current_drone_type3.png") no-repeat center/cover;
  width: 279px;
  height: 127px;
  top: 15px;
  left: 20px; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box {
  display: inline-flex;
  color: #fff;
  flex-direction: column;
  /*align-items: center;*/
  position: relative;
  z-index: 100; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .top-box .num-txt {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  font-size: 32px; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .top-box .unit-txt {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  line-height: 24px; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .bottom-box .wind-txt {
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  padding-top: 6px; }
section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .bottom-box .wind-sub-txt {
  color: #fff;
  font-size: 16px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul {
  display: flex;
  justify-content: space-between; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li {
  text-align: center;
  display: inline-flex;
  flex-direction: column; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic {
  display: inline-block;
  vertical-align: middle;
  height: 24px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic.ic-type1 {
  background: url("/assets/images/ic_current_ic1.png") no-repeat center/cover;
  width: 24px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic.ic-type2 {
  background: url("/assets/images/ic_current_ic2.png") no-repeat center/cover;
  width: 24px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic.ic-type3 {
  background: url("/assets/images/ic_current_ic3.png") no-repeat center/cover;
  width: 17px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic.ic-type4 {
  background: url("/assets/images/ic_current_ic4.png") no-repeat center/cover;
  width: 23px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic.ic-type5 {
  background: url("/assets/images/ic_current_ic5.png") no-repeat center/cover;
  width: 19px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box .ic.ic-type6 {
  background: url("/assets/images/ic_current_ic6.png") no-repeat center/24px;
  width: 24px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .subject-box {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 0 8px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .subject-box sup {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: super;
  color: #fff;
  font-size: 10px;
  padding-left: 0; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .data-box {
  color: #fff;
  font-size: 0; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .data-box .num-txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 24px; }
section.current__info .current-mid-info-box .summary-group .current-data-box ul li .data-box .unit-txt {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: super;
  color: #fff;
  font-size: 12px;
  padding-left: 1px; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul {
  display: flex;
  justify-content: space-between; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li {
  width: 100%;
  display: inline-flex;
  flex-direction: column; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li + li {
  margin-left: 3px; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 205px;
  color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1); }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .ic-box {
  position: absolute;
  top: 26px;
  left: 35%; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .ic-box .ic-arrow {
  position: absolute;
  background: url("/assets/images/ic_current_arrow.png") no-repeat center/cover;
  width: 16px;
  height: 12px;
  z-index: 100; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .bar-box {
  position: relative;
  z-index: 1;
  width: 100%; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .bar-box.type-blue {
  background-color: #05cdff; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .bar-box.type-red {
  background-color: #ff565e; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .bar-box .txt {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700; }
section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .time-box {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #cfcfcf;
  padding-top: 8px; }
section.current__info .current-mid-info-box .mid-box {
  display: inline-flex;
  flex-direction: column;
  width: 500px;
  position: relative;
  padding: 0 50px; }
section.current__info .current-mid-info-box .mid-box + .mid-box {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }
section.current__info .current-mid-info-box .mid-box .tit-box {
  display: flex;
  align-items: center;
  padding-bottom: 10px; }
section.current__info .current-mid-info-box .mid-box .tit-box .txt {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  padding-left: 8px; }
section.current__info .current-mid-info-box .mid-box .tit-box .ic {
  display: inline-flex;
  align-items: center; }
section.current__info .current-mid-info-box .mid-box .tit-box .ic.ic-place {
  background: url("/assets/images/ic_current_place.png") no-repeat center/cover;
  width: 13px;
  height: 16px; }
section.current__info .current-mid-info-box .mid-box .tit-box .ic.ic-wind {
  background: url("/assets/images/ic_current_wind.png") no-repeat center/cover;
  width: 18px;
  height: 16px; }
section.current__info .current-bottom-info-box {
  padding-top: 30px;
  max-width: 1265px;
  margin: 0 auto; }
section.current__info .current-bottom-info-box ul {
  display: flex;
  justify-content: space-between; }
section.current__info .current-bottom-info-box ul li {
  width: 100%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.25);
  height: 165px;
  border: 3px solid transparent; }
section.current__info .current-bottom-info-box ul li + li {
  margin-left: 2px; }
section.current__info .current-bottom-info-box ul li.type-current1 {
  border: 3px solid #06b0e6;
  position: relative; }
section.current__info .current-bottom-info-box ul li.type-current2 {
  border: 3px solid #e39d00;
  position: relative; }
section.current__info .current-bottom-info-box ul li .top-box {
  padding: 10px 0 15px;
  color: #fff;
  text-align: center; }
section.current__info .current-bottom-info-box ul li .top-box .day-txt {
  font-weight: 700;
  font-size: 16px; }
section.current__info .current-bottom-info-box ul li .top-box .date-txt {
  padding-top: 4px;
  font-size: 14px; }
section.current__info .current-bottom-info-box ul li .mid-box {
  height: 85px;
  position: relative;
  width: 90px;
  margin: 0 auto; }
section.current__info .current-bottom-info-box ul li .mid-box .weather-box {
  position: absolute; }
/*section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-1 {
  background: url("/assets/images/img_current_item1.png") no-repeat center/cover;
  width: 54px;
  height: 48px;
  left: 3px;
  top: 0; }

section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-2 {
  background: url("/assets/images/img_current_item2.png") no-repeat center/cover;
  width: 55px;
  height: 54px;
  left: 3px;
  top: 0; }

section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-3 {
  background: url("/assets/images/img_current_item3.png") no-repeat center/cover;
  width: 54px;
  height: 47px;
  left: 3px;
  top: 0; }

section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-4 {
  background: url("/assets/images/img_current_item4.png") no-repeat center/cover;
  width: 54px;
  height: 52px;
  left: 3px;
  top: 0; }

section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-5 {
  background: url("/assets/images/img_current_item5.png") no-repeat center/cover;
  width: 54px;
  height: 54px;
  left: 3px;
  top: 0; }

section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-6 {
  background: url("/assets/images/img_current_item6.png") no-repeat center/cover;
  width: 54px;
  height: 54px;
  left: 3px;
  top: 0; }*/
section.current__info .current-bottom-info-box ul li .mid-box .state-box {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 44px;
  top: 19px; }
section.current__info .current-bottom-info-box ul li .mid-box .state-box.type-possible {
  background: #1ea3ff url("/assets/images/ic_current_possible.png") no-repeat center; }
section.current__info .current-bottom-info-box ul li .mid-box .state-box.type-impossible {
  background: #ff565e url("/assets/images/ic_current_impossible.png") no-repeat center; }
section.current__info .current-bottom-info-box ul li .mid-box .state-box.type-warning {
  background: #f08d2a url("/assets/images/ic_current_warning.png") no-repeat center; }
section.current__info .current-bottom-info-box ul li .bottom-box {
  display: flex;
  align-items: center;
  justify-content: center; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box {
  font-size: 0;
  color: #fff;
  width: 30%;
  text-align: center;
  white-space: nowrap; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box:last-child {
  width: 50%; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box + .txt-box {
  width: 20%;
  position: relative; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box + .txt-box + .txt-box {
  width: 50%; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box + .txt-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5); }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .num-txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .unit-txt {
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: super;
  color: #fff;
  font-size: 10px;
  padding-left: 0; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .slash-txt {
  color: #19b6ff;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding: 0 2px; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .up-txt {
  display: inline-block;
  vertical-align: middle; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .up-txt span.txt {
  color: #ff565e;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .up-txt sup.txt {
  position: relative;
  top: 2px;
  color: #ff565e;
  font-size: 10px;
  display: inline-block;
  vertical-align: super; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .down-txt {
  display: inline-block;
  vertical-align: middle; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .down-txt span.txt {
  color: #19b6ff;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle; }
section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .down-txt sup.txt {
  position: relative;
  top: 2px;
  font-size: 10px;
  color: #19b6ff;
  display: inline-block;
  vertical-align: super; }
section.fly__setting {
  padding: 40px 0 40px; }
section.fly__setting .wrap {
  padding: 0 50px 0 375px;
  font-size: 0;
  display: flex;
  justify-content: space-between; }
section.fly__setting .tit-box {
  position: absolute;
  left: 35px;
  top: 0px; }
section.fly__setting .tit-box .main-txt {
  color: #111111;
  font-size: 30px;
  font-weight: 700;
  display: inline-flex; }
section.fly__setting .tit-box .back-btn {
  display: none; }
section.fly__setting .tit-box .setting-box {
  padding-top: 14px;
  display: inline-flex;
  padding-left: 9px; }
section.fly__setting .tit-box .sub-menu-box {
  padding-top: 16px; }
section.fly__setting .tit-box .sub-menu-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("/assets/images/ic_cbox2_on.png") no-repeat center/20px 20px; }
section.fly__setting .tit-box .sub-menu-box .cbox label i {
    background: url("/assets/images/ic_cbox2_off.png") no-repeat center/20px 20px; }
section.fly__setting .tit-box .sub-menu-box .cbox .txt {
    line-height: 24px;
    font-size: 16px;
    padding-left: 29px; }
section.fly__setting .tit-box .setting-box a.setting-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 16px;
  width: 120px;
  border: 1px solid #555; }
section.fly__setting .tit-box .setting-box a.setting-btn:hover, section.fly__setting .tit-box .setting-box a.setting-btn:focus {
  border-color: #1993e8; }
section.fly__setting .tit-box .setting-box a.setting-btn:hover .ic-setting, section.fly__setting .tit-box .setting-box a.setting-btn:focus .ic-setting {
  background: url("/assets/images/ic_setting_on.png") no-repeat center/cover; }
section.fly__setting .tit-box .setting-box a.setting-btn:hover .txt, section.fly__setting .tit-box .setting-box a.setting-btn:focus .txt {
  color: #1993e8; }
section.fly__setting .tit-box .setting-box a.setting-btn .ic-setting {
  background: url("/assets/images/ic_setting_off.png") no-repeat center/cover;
  width: 16px;
  height: 17px; }
section.fly__setting .tit-box .setting-box a.setting-btn .txt {
  padding-left: 6px;
  height: 18px;
  line-height: 17px;
  font-weight: 700;
  color: #555555;
  font-size: 16px; }
section.fly__setting .setting-drone-box {
  display: inline-flex;
  flex-direction: column;
  padding-right: 40px; }
section.fly__setting .setting-drone-box .img-box {
  padding: 0 40px; }
section.fly__setting .setting-drone-box .choice-box {
  padding-top: 40px; }
section.fly__setting .setting-drone-box .choice-box .sbox {
  width: calc(40% - 10px);
  display: inline-flex; }
section.fly__setting .setting-drone-box .choice-box .sbox + .sbox {
  margin-left: 20px;
  width: calc(60% - 10px); }
section.fly__setting .setting-drone-box .choice-box .sbox select {
  height: 40px;
  color: #555555;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  padding-left: 20px;
  padding-right: 35px;
  background: #fff url("/assets/images/ic_select_arrow.png") no-repeat right 12px center; }
section.fly__setting .setting-drone-box .choice-box .sbox select.on {
  color: #111111; }
section.fly__setting .setting-data-box {
  max-width: 900px;
  display: inline-flex;
  vertical-align: top; }
section.fly__setting .setting-data-box .setting-list-wrap {
  overflow: hidden; }
section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul {
  border-bottom: 1px solid #dfdfdf;
  margin: -12px -20px 25px; }
section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul li {
    width: calc(25% - 40px);
    margin: 12px 20px; }
section.fly__setting .setting-data-box .setting-list-wrap ul {
  display: block;
  font-size: 0;
  margin: -12px -20px; }
section.fly__setting .setting-data-box .setting-list-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  width: calc(25% - 40px);
  margin: 12px 20px; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box .data-txt {
  font-size: 18px;
  font-weight: 700; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box .subject {
  color: #555555;
  font-size: 16px; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box .unit {
  font-size: 14px;
  font-weight: 700; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .con-box {
  padding-top: 9px; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .con-box input {
  text-align: right;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #888888;
  letter-spacing: -0.54px; }
section.fly__setting .setting-data-box .setting-list-wrap ul li .con-box input:disabled {
  background-color: #f5f7f9;
  border: 1px solid #d1d1d1; }
section.weather__table {
  padding-bottom: 50px; }
section.weather__table .wrap {
  background: #f1f1f1 url("/assets/images/img_weather_bg.png") no-repeat center top;
  width: 100%;
  padding: 40px 100px 40px 325px; }
section.weather__table .info-tit-box {
  position: absolute;
  left: 33px;
  top: 82px;
  font-size: 0; }
section.weather__table .info-tit-box .txt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 30px;
  padding-right: 10px; }
section.weather__table .info-tit-box .sub-menu-box {
  padding-top: 16px; }
section.weather__table .info-tit-box .sub-menu-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("/assets/images/ic_cbox2_on.png") no-repeat center/20px 20px; }
section.weather__table .info-tit-box .sub-menu-box .cbox label i {
    background: url("/assets/images/ic_cbox2_off.png") no-repeat center/20px 20px; }
section.weather__table .info-tit-box .sub-menu-box .cbox .txt {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    padding-left: 29px; }
section.weather__table .info-tit-box .info-btn {
  display: inline-block;
  vertical-align: middle;
  background: url("/assets/images/ic_info.png") no-repeat center/cover;
  width: 28px;
  height: 28px; }
section.weather__table .info-tit-box .info-btn:hover, section.weather__table .info-tit-box .info-btn:focus {
  background: url("/assets/images/ic_info_on.png") no-repeat center/cover; }
section.weather__table article.time-by-weather {
  width: 443px;
  position: absolute;
  left: 180px;
  top: 45px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(28, 37, 55, 0.45);
  z-index: 100; }
section.weather__table article.time-by-weather .time-by-weather-wrap {
  padding: 10px 25px; }
section.weather__table article.time-by-weather .time-by-weather-wrap .tit-box {
  padding: 20px 0;
  position: relative;
  border-bottom: 2px solid #888888; }
section.weather__table article.time-by-weather .time-by-weather-wrap .tit-box .tit-txt {
  font-weight: 700;
  font-size: 24px; }
section.weather__table article.time-by-weather .time-by-weather-wrap .tit-box .close-btn {
  position: absolute;
  right: 0;
  background: url("/assets/images/ic_layer_close.png") no-repeat center/cover;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%); }
section.weather__table article.time-by-weather .time-by-weather-wrap ul {
  display: flex;
  flex-wrap: wrap; }
section.weather__table article.time-by-weather .time-by-weather-wrap ul li {
  display: inline-flex;
  width: 33.33%;
  align-items: center;
  height: 50px;
  justify-content: center;
  padding: 0 15px; }
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .box {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start; }
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic {
  display: inline-flex;
  align-items: center;
  height: 18px;
  width: 25px; }
/* 210531 수정 -- */
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic1 {
  background: url("/assets/images/ic_item1.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic2 {
  background: url("/assets/images/ic_item2.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic3 {
  background: url("/assets/images/ic_item3.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic4 {
  background: url("/assets/images/ic_item4.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic5 {
  background: url("/assets/images/ic_item5.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic6 {
  background: url("/assets/images/ic_item6.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic7 {
  background: url("/assets/images/ic_item7.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic8 {
  background: url("/assets/images/ic_item8.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic9 {
  background: url("/assets/images/ic_item9.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic10 {
  background: url("/assets/images/ic_item10.svg") no-repeat center;}
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .ic.ic11 {
  background: url("/assets/images/ic_item11.svg") no-repeat center;}
/*  --210531 수정 */
section.weather__table article.time-by-weather .time-by-weather-wrap ul li .box-txt {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px; }
section.weather__table .table__group {
  padding: 20px 50px 35px;
  background-color: #fff; }
section.weather__table .table__group .table-toggle-btn-box {
  padding-top: 25px;
  text-align: center; }
section.weather__table .table__group .table-toggle-btn-box .table-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    padding-right: 25px;
    background: url("/assets/images/ic_toggle-off.png") no-repeat center right; }
section.weather__table .table__group .table-toggle-btn-box .table-toggle-btn.on {
      background: url("/assets/images/ic_toggle-on.png") no-repeat center right; }
section.weather__table .table__group .table-list-box + .table-list-box {
  margin-top: 20px; }
section.weather__table .table__group .table-list-box.type-on .table-list-form {
  display: block !important; }
section.weather__table .table__group .table-list-box.type-on .toggle-btn {
  background: url("/assets/images/ic_toggle-on.png") no-repeat center !important; }
section.weather__table .table__group .table-list-box .table-list-tit {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #dfdfdf; }
section.weather__table .table__group .table-list-box .table-list-tit .list-tit-txt {
  font-weight: 700;
  display: inline-flex;
  font-size: 20px;
  line-height: 24px; }
section.weather__table .table__group .table-list-box .table-list-tit .list-tit-txt.accent {
  color: #0066b3;
  font-weight: 700; }
section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box {
  display: inline-flex;
  font-size: 0;
  padding-left: 45px; }
section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box .sun-txt {
  position: relative;
  background: url("/assets/images/ic_sun_on.png") no-repeat left center;
  padding-left: 25px;
  font-size: 16px; }
section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box .sun-txt + .sun-txt {
  margin-left: 35px;
  background: url("/assets/images/ic_sun_off.png") no-repeat left center; }
section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box .sun-txt + .sun-txt:after {
  content: '';
  position: absolute;
  left: -17.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #d1d1d1; }
section.weather__table .table__group .table-list-box .table-list-tit .table-list-menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
section.weather__table .table__group .table-list-box .table-list-tit .table-list-menu .menu-txt {
  padding-right: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700; }
section.weather__table .table__group .table-list-box .table-list-tit .table-list-menu .toggle-btn {
  margin-right: 15px;
  background: url("/assets/images/ic_toggle-off.png") no-repeat center;
  width: 37px;
  height: 20px; }
section.weather__table .table__group .table-list-box .table-list-form {
  position: relative;
  top: -1px;
  z-index: 1;
  display: none; }
section.weather__table .table__group .table-list-box .table-list-form table {
  table-layout: fixed;
  border-top: 2px solid #555555;
  border-collapse: collapse; }
section.weather__table .table__group .table-list-box .table-list-form table thead tr {
  border-bottom: 2px solid #dfdfdf; }
section.weather__table .table__group .table-list-box .table-list-form table thead tr th{
	min-width:14px;
}
/* 210531 수정*/
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i {
  height: 42px;
  width: 100%; }
/* 210531 수정 -- */
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic1 {
  background: url("/assets/images/ic_item1.svg") no-repeat center;
  background-size:16px 16px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic2 {
  background: url("/assets/images/ic_item2.svg") no-repeat center;
  background-size:18px 16px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic3 {
  background: url("/assets/images/ic_item3.svg") no-repeat center;
  background-size:16px 16px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic4 {
  background: url("/assets/images/ic_item4.svg") no-repeat center;
  background-size:9px 16px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic5 {
  background: url("/assets/images/ic_item5.svg") no-repeat center;
  background-size:11px 16px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic6 {
  background: url("/assets/images/ic_item6.svg") no-repeat center;
  background-size:15px 16px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic7 {
  background: url("/assets/images/ic_item7.svg") no-repeat center;
  background-size:19px 15px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic8 {
  background: url("/assets/images/ic_item8.svg") no-repeat center;
  background-size:21px 14px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic9 {
  background: url("/assets/images/ic_item9.svg") no-repeat center;
  background-size:18px 15px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic10 {
  background: url("/assets/images/ic_item10.svg") no-repeat center;
  background-size:17px 17px}
section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic11 {
  background: url("/assets/images/ic_item11.svg") no-repeat center;
  background-size:17px 17px}
/*  --210531 수정 */
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td {
  padding: 0 16px;
  text-align: right;
  height: 42px;
  border: 1px solid #dfdfdf;
  white-space: nowrap; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td.accent {
  background-color: #ff9e97; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td.accent2 {
  background-color: #ffe44e; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td.type-red {
  color: #A60B03 !important; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td.type-brown {
  color: #bb5400 !important; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td.type-center {
  text-align: center; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .txt {
  display: inline-flex; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .arrow {
  padding-left: 12px;
  display: inline-flex; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .arrow .ic-arrow {
  background: url("/assets/images/ic_arrow.png") no-repeat center/cover;
  width: 16px;
  height: 12px; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-on {
  background: url("/assets/images/ic_fly_on.png") no-repeat center/cover;
  width: 16px;
  height: 16px; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-off {
  background: url("/assets/images/ic_fly_off.png") no-repeat center/cover;
  width: 16px;
  height: 16px; }
section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-mid {
  background: url("/assets/images/ic_fly_mid.png") no-repeat center/cover;
  width: 16px;
  height: 16px; }
footer {
  background-color: #363636;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
footer .wrap {
  height: 150px;
  display: flex;
  align-items: center;
  padding-left: 440px; }
footer .footer-logo {
  position: absolute;
  left: 160px;
  top: 50%;
  transform: translateY(-50%); }
footer .footer-logo a {
  background: url("/assets/images/img_footer_logo.png") no-repeat center/cover;
  width: 136px;
  height: 43px; }
footer .footer-con .row .item {
  display: inline-flex;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 24px;
  color: #fff; }
footer .footer-con .row .item + .item {
  margin-left: 30px; }
footer .footer-menu {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  display: flex; }
footer .footer-menu .menu-box {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 24px;
  display: inline-flex; }
footer .footer-menu .menu-box + .menu-box {
  margin-left: 50px;
  position: relative; }
footer .footer-menu .menu-box + .menu-box:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #8b8b8b;
  height: 15px; }
article.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 420px;
  width: calc(100% - 64px);
  transform: translate(-50%, -50%);
  z-index: 501; }
article.popup.popup-setting {
  width: 443px; }
article.popup.popup-terms {
  width: 800px;
  max-width: 800px; }
article.popup .popup-wrap {
  padding: 10px 25px 15px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 5px 20px 0px rgba(28, 37, 55, 0.45); }
article.popup .popup-wrap .tit-box {
  padding: 20px 0;
  position: relative;
  border-bottom: 2px solid #888888; }
article.popup .popup-wrap .tit-box.type-center {
  text-align: center; }
article.popup .popup-wrap .tit-box .tit-txt {
  font-weight: 700;
  font-size: 24px; }
article.popup .popup-wrap .tit-box .close-btn {
  position: absolute;
  right: 0;
  background: url("/assets/images/ic_layer_close.png") no-repeat center/cover;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%); }
article.popup .popup-wrap .con-box {
  padding: 20px 0; }
article.popup .popup-wrap .con-box .row {
  position: relative;
  padding-left: 70px; }
article.popup .popup-wrap .con-box .row + .row {
  margin-top: 30px; }
article.popup .popup-wrap .con-box .row .subject {
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 16px;
  color: #555555; }
article.popup .popup-wrap .con-box .row .con {
  display: flex;
  flex-wrap: wrap; }
article.popup .popup-wrap .con-box .row .con .rbox {
  display: inline-flex;
  width: calc(33.33% - 10px);
  margin: 7px 5px; }
article.popup .custom-box .custom-con {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc; }
article.popup .custom-box .custom-menu {
  display: flex;
  margin-top: 20px;
  justify-content: center; }
article.popup .custom-box .custom-menu .menu-btn {
  display: inline-flex;
  width: 40%;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: 500; }
article.popup .custom-box .custom-menu .menu-btn.type1 {
  color: #fff;
  background-color: #555555; }
article.popup .custom-box .custom-menu .menu-btn.type2 {
  margin-left: 10px;
  background-color: #1E52A8;
  color: #fff; }
article.popup .terms-con-box {
  margin-top: 18px; }
article.popup .terms-con-box .agree-terms-box {
  padding: 20px 28px;
  border: 1px solid #DFDFDF;
  background-color: #F4F4F4;
  height: 480px;
  overflow-y: auto; }
article.popup .terms-con-box .agree-terms-box .dl-group + .dl-group {
  margin-top: 30px; }
article.popup .terms-con-box .agree-terms-box .dl-group .dl-tit {
  font-size: 26px;
  letter-spacing: -0.3px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 5px; }
article.popup .terms-con-box .agree-terms-box .dl-group dl + dl {
  margin-top: 8px; }
article.popup .terms-con-box .agree-terms-box .dl-group dl dt {
  line-height: 29px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px; }
article.popup .terms-con-box .agree-terms-box .dl-group dl dd {
  padding: 8px 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #555; }
section.sign-in {
  background-color: #DFDFDF;
  padding-bottom: 80px; }
section.sign-in .wrap {
  padding: 0 20px; }
section.sign-in .step-info-box {
  padding: 56px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
section.sign-in .step-info-box .tit-box {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 49px; }
section.sign-in .step-info-box .step-show-box .step-box {
  display: inline-flex;
  align-items: center; }
section.sign-in .step-info-box .step-show-box .step-box + .step-box {
  margin-left: 74px;
  position: relative; }
section.sign-in .step-info-box .step-show-box .step-box + .step-box:after {
  content: '';
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6c6c6;
  width: 1px;
  height: 20px; }
section.sign-in .step-info-box .step-show-box .step-box.on .step {
  background-color: #1EA3FF;
  border-color: #1EA3FF;
  color: #fff; }
section.sign-in .step-info-box .step-show-box .step-box.on .txt {
  color: #111; }
section.sign-in .step-info-box .step-show-box .step-box .step {
  width: 82px;
  height: 32px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C6C6;
  background-color: #fff; }
section.sign-in .step-info-box .step-show-box .step-box .txt {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #555; }
section.sign-in .step-con-box {
  background-color: #ffff;
  padding: 63px 49px; }
section.sign-in .step-con-box .step-subject-box {
  text-align: center;
  border-bottom: 1px solid #555;
  padding-bottom: 57px; }
section.sign-in .step-con-box .step-subject-box .main-txt {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px; }
section.sign-in .step-con-box .step-subject-box .sub-txt {
  padding-top: 20px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: -0.3px; }
section.sign-in article.sign-in-agree .agree-list .agree-row + .agree-row {
  border-top: 1px solid #C6C6C6; }
section.sign-in article.sign-in-agree .agree-list .agree-row.type-margin {
  margin-bottom: 40px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-chk-box {
  display: flex;
  padding: 31px 0 18px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-chk-box.type-all {
  padding: 0;
  align-items: center;
  height: 90px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box {
  padding: 20px 28px;
  border: 1px solid #DFDFDF;
  background-color: #F4F4F4;
  height: 320px;
  overflow-y: auto; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group + .dl-group {
  margin-top: 30px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group .dl-tit {
  font-size: 26px;
  letter-spacing: -0.3px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 5px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group dl + dl {
  margin-top: 8px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group dl dt {
  line-height: 29px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px; }
section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group dl dd {
  padding: 8px 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #555; }
section.sign-in article.sign-in-success {
  padding: 142px 0 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c6c6c6; }
section.sign-in article.sign-in-success .success-box {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1%; }
section.sign-in article.sign-in-success .success-box b {
  font-size: 32px;
  line-height: 43px;
  color: #1993E8; }
section.sign-in article.sign-in-form {
  padding: 53px 0 60px;
  border-bottom: 1px solid #C6C6C6;
  width: 100%;
  display: flex; }
section.sign-in article.sign-in-form .form-wrap {
  margin: 0 auto;
  width: 624px; }
section.sign-in article.sign-in-form .form-wrap .row {
  padding-left: 125px;
  position: relative; }
section.sign-in article.sign-in-form .form-wrap .row + .row {
  margin-top: 15px; }
section.sign-in article.sign-in-form .form-wrap .row .subject {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  height: 42px;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #111; }
section.sign-in article.sign-in-form .form-wrap .row .con {
  width: 100%; }
section.sign-in article.sign-in-form .form-wrap .row .con .input-box {
  width: 100%; }
section.sign-in article.sign-in-form .form-wrap .row .con .input-box input {
  width: 100%;
  border: 1px solid #C6C6C6;
  padding: 0 14px;
  font-size: 20px;
  letter-spacing: -0.5px;
  height: 42px; }
section.sign-in article.sign-in-form .form-wrap .row .con .input-box input::placeholder {
  color: #888;
  letter-spacing: -0.5px; }
section.sign-in article.sign-in-form .form-wrap .row .con .msg-box .info-txt {
  padding-top: 7px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding-bottom: 25px; }
section.sign-in article.sign-in-form .form-wrap .row .con .msg-box .msg-txt {
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px; }
section.sign-in article.sign-in-form .form-wrap .row .con .msg-box .msg-txt.type1 {
  color: #0995F3; }
section.sign-in article.sign-in-form .form-wrap .row .con .msg-box .msg-txt.type2 {
  color: #FF565E; }
section.sign-in article.sign-in-btn {
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center; }
section.sign-in article.sign-in-btn .btn-box {
  display: inline-flex; }
section.sign-in article.sign-in-btn .btn-box + .btn-box {
  margin-left: 12px; }
section.sign-in article.sign-in-btn .btn-box a {
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 70px; }
section.sign-in article.sign-in-btn .btn-box a.cancel-btn {
  background-color: #555;
  color: #fff; }
section.sign-in article.sign-in-btn .btn-box a.primary-btn {
  color: #fff;
  background-color: #1E52A8; }
section.sign-in article.sign-in-btn .btn-box a.primary-btn.disabled {
  cursor: default;
  background-color: #829CC7;
  color: rgba(255, 255, 255, 0.7); }
.accountName {
    cursor: default;
}
.accountName > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:100%;
}
.relative {
    position: relative; }
.mobile {
    display: none; }
.ic {
    display: inline-block;
    vertical-align: middle; }
.sectionLine {
    height: 10px;
    width: 100%;
    background-color: #ededed; }
label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
.bg-gray {
    background: #f5f5f5; }
.clearfix:after {
    content: "";
    display: block;
    position: absolute; }
.ml5 {
    margin-left: 5px; }
.ml10 {
    margin-left: 10px; }
.mt10 {
    margin-top: 10px; }
.mt30 {
    margin-top: 20px; }
.mt40 {
    margin-top: 40px; }
.pt10 {
    padding-top: 10px; }
.pt40 {
    padding-top: 40px; }
.ic {
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 500; }
.overlay2:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 550; }
.sbox {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    position: relative;
    text-align: left;
    border: none; }
.sbox.on .set .txt {
    background: url("/assets/images/iconIcArrowUpBlack.svg") no-repeat top 3px right; }
.sbox .set {
    color: #000;
    display: block;
    line-height: 43px;
    cursor: pointer;
    text-align: center; }
.sbox .set .txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    background: url("/assets/images/iconIcArrowDown.svg") no-repeat top 3px right;
    padding-right: 20px; }
.sbox ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    padding: 4px 0;
    border: 1px solid #e3e3ea;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 45, 0.12);
    background-color: #fff; }
.sbox ul li:last-child a {
    border-bottom: 1px solid transparent; }
.sbox ul li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.48px;
    padding: 0 15px;
    display: block;
    line-height: 40px;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
.sbox ul li a:hover, .sbox ul li a.on {
    color: #eb7054; }
.sbox select {
    width: 100%;
    display: inline-flex;
    height: 30px;
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #f8f8f8 url("/assets/images/ic_select_arrow.png") no-repeat top 12px right 10px;
    outline: none;
    border: 1px solid #dddddd;
    padding: 0 30px 0 15px;
    font-size: 16px;
    font-weight: 700; }
.sbox.smaller {
    width: 60px; }
.sbox.big {
    width: 180px;
    height: 34px;
    font-size: 15px; }
.sbox.big select {
    background: url("/assets/images/ic_select_arrow.png") no-repeat center right 9px; }
.rbox {
    position: relative;
    display: inline-block;
    font-size: 0; }
.rbox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 24px; }
.rbox label input[type=radio] {
    position: absolute;
    left: -9999px; }
.rbox label input[type=radio]:checked ~ i {
    background: #fff url("/assets/images/ic_rbox_on.png") no-repeat center/cover; }
.rbox label input[type=radio]:checked ~ .txt {
    color: #111; }
.rbox label i {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #fff url("/assets/images/ic_rbox_off.png") no-repeat center/cover; }
.rbox label .txt {
    padding-left: 9px;
    font-size: 18px; }
.cbox {
    position: relative;
    display: inline-block;
    font-size: 0;
    text-align: left; }
.cbox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: flex-start; }
.cbox label input[type=checkbox] {
    position: absolute;
    left: -9999px; }
.cbox label input[type=checkbox]:checked ~ i {
    background: #fff url("/assets/images/ic_cbox_on.png") no-repeat center/20px 20px; }
.cbox label i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
    background: #fff url("/assets/images/ic_cbox_off.png") no-repeat center/20px 20px; }
.cbox label .txt {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    padding-left: 35px;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.3px; }
@media (max-width: 1580px) {
    header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector {
      font-size: 0;
      display: flex; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector a {
      width: 50%; }
    header {
      padding: 20px 0; }
    header .header-contents .header-search-form .input-box input {
      padding-right: 30px;
      padding-left: 20px; }
    header .header-contents .header-search-form .input-box .clear-btn {
      right: 55px; }
    .container {
      padding: 0;
      padding-bottom: 146px;
      display: flex;
      flex-direction: column; }
    .web {
      display: none !important; }
    .mobile {
      display: block; }
    .inner {
      width: 100%; }
    .inner.inner-remove {
      padding: 0; }
    .wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    section.login .login__group .login__info__box .login-form-box .form-wrap {
      padding: 0 35px; }
    section.login .login__group .login__info__box .login-form-box .info-box {
      font-size: 16px;
      letter-spacing: -0.8px;
      line-height: 23px;
      padding: 30px 0 45px; }
    section.login .login__group .login__info__box .login-form-box .logo-box {
      width: auto;
      background: url(/assets/images/img_new_login_logo.png) no-repeat left/contain;
      max-width: 100%; }
    section.login .login__group .login__info__box .login-form-box .form-box .row input.type-id {
      padding-left: 50px; }
    section.login .login__group .login__info__box .login-form-box .form-box .row input.type-pw {
      padding-left: 50px; }
    section.login .login__group .login__info__box .login-form-box .login-box {
      padding: 75px 0 30px; }
    section.login .login__group .login__info__box .login-form-box .login-box a.login-btn {
      height: 60px;
      width: 100%; }
    header .header-contents {
      width: 53%;
      margin-left: 70px; }
    header .header-contents .header-search-form .select-box {
      width: 30%; }
    header .header-contents .header-search-form .input-box {
      align-items: center;
      width: 70%; }
    section.current__info .current-mid-info-box .mid-box {
      padding: 0 20px; }
    section.weather__table .table__group .table-list-box .table-list-form table {
      table-layout: initial; }
    section.weather__table .wrap {
      background: #fff;
      padding: 35px 20px; }
    section.weather__table .info-tit-box {
      position: relative;
      margin-bottom: 30px;
      left: auto;
      top: auto; }
    section.weather__table .table__group {
      padding: 0; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .arrow {
      padding-left: 3px; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td {
      padding: 6px;
      height: 37px;
      font-size: 15px;
      border-left: 0;
      border-right: 0;
      text-align: center; }
    section.fly__setting {
      padding-top: 120px; }
    section.fly__setting .wrap {
      padding-left: 20px;
      padding-right: 20px; }
    section.fly__setting .tit-box {
      display: flex;
      align-items: center;
      top: -75px;
      left: 20px;
      right: 0; }
    section.current__info .wrap {
      height: 100%; }
    section.current__info .current-bottom-info-box {
      padding-top: 20px; }
    section.current__info .current-top-info-box {
      padding: 20px 0; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box {
      height: 135px; }

    section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box {
    padding-right:10px;}

    section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box {
    height: 195px;}

    section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-warning {
    background: url("/assets/images/img_current_drone_type3.png") no-repeat center/85%;
    left: 2%;
    top:10px}

    section.current__info .current-mid-info-box .summary-group .current-data-box ul li .subject-box {
    color: #fff;
    font-size: 14.5px;
    line-height: 22px;
    padding: 2px 0 5px; }


    section.current__info .current-bottom-info-box ul li {
    height: 140px;}
    section.current__info .current-bottom-info-box ul li .top-box {padding: 10px 0 8px;}
    section.current__info .current-bottom-info-box ul li .mid-box {height: 50px;}

    section.current__info .current-bottom-info-box ul li .mid-box .state-box {
    width: 36px;
    height: 36px;
    left: 38px;
    top: 15px; }



    section.fly__setting .tit-box .sub-menu-box {
      display: inline-flex;
      padding-top: 0;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    section.fly__setting .tit-box .setting-box {
      position: static;
      padding: 0;
      transform: none;
      padding-left: 10px; }
    section.fly__setting .setting-drone-box .choice-box {
      position: absolute;
      left: 0;
      right: 40px;
      bottom: 11px; }
    section.fly__setting .tit-box .setting-box a.setting-btn {
      background-color: #fff; }
    section.fly__setting .setting-drone-box .img-box {
      text-align: center;
      height: 129px;
      padding: 0 30px; }
    section.fly__setting .setting-drone-box .img-box img {
      max-width: 100%; }
    section.fly__setting .setting-drone-box .choice-box .sbox select {
      padding-left: 10px; }
    section.fly__setting .setting-drone-box {
      position: relative;
      padding-right: 40px;
      width: 40%; }
    section.fly__setting .setting-data-box {
      width: 60%;
      max-width: none; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box .subject {
      font-size: 15px;
      letter-spacing: -0.2px; }
    section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list {
      padding-bottom: 20px; }
      section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul {
        padding-bottom: 10px;
        margin: 0 -12px; }
        section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul li {
          position: relative;
          margin: 0 12px;
          width: calc(25% - 24px); }
          section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul li + li:after {
            content: '';
            position: absolute;
            left: -12px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 43px;
            background-color: #dfdfdf; }
          section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul li .subject-box {
            height: auto;
            flex-direction: column;
            align-items: center; }
            section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul li .subject-box .subject {
              padding-bottom: 6px; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li {
      margin: 10px 16px 5px;
      width: calc(25% - 32px); }
    section.fly__setting .setting-data-box .setting-list-wrap ul {
      margin: -10px -16px -5px; }


    section.weather__table .info-tit-box .sub-menu-box {
      position: absolute;
      right: 0;
      top: 50%;
      padding-top: 0;
      transform: translateY(-50%); }/* 210531 수정 */


    footer .wrap {
      height: 146px;
      padding: 0;
      flex-wrap: wrap;
      justify-content: center; }
    footer .footer-logo a {
      display: none; }
    footer .footer-menu {
      position: static;
      transform: none;
      display: flex;
      width: 100%;
      justify-content: center; }
    footer .footer-menu .menu-box {
      font-size: 15px;
      letter-spacing: -0.5px; }
    footer .footer-con {
      text-align: center; }
    footer .footer-con .row .item {
      font-size: 14px;
      letter-spacing: -0.5px; }
    footer .footer-con .row .item .accent {
      color: #00C2FF; }
    footer .footer-con .row .item:last-child {
      display: flex;
      margin-left: 0;
      justify-content: center; }
    footer .footer-con .row.type-copyright {
      font-size: 13px;
      letter-spacing: -0.5px;
      line-height: 25px;
      padding-top: 4px; }
    footer .footer-menu .menu-box + .menu-box {
      margin-left: 36px; }
    footer .footer-menu .menu-box + .menu-box:after {
      left: -18px; }
    section.weather__table article.time-by-weather {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
      bottom: 0;
      left: 0;
      right: 0;
      transform: none;
      top: auto;
      width: 100%;
      max-width: 100%;
      position: fixed;
      z-index: 200; }
    article.popup.popup-setting {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
      bottom: 0;
      left: 0;
      right: 0;
      transform: none;
      top: auto;
      width: 100%;
      max-width: 100%; }
    article.popup.popup-setting .popup-wrap {
      padding-top: 6px;
      padding-bottom: 0; }
    article.popup .popup-wrap .tit-box .tit-txt {
      font-size: 22px; }
    article.popup .popup-wrap .tit-box {
      text-align: center;
      padding: 15px 0; }
    article.popup .popup-wrap .tit-box .close-btn {
      width: 24px;
      height: 24px; }
    article.popup .popup-wrap .con-box .row {
      padding-left: 54px; }
    article.popup .popup-wrap .con-box .row .subject {
      left: 0;
      font-size: 15px;
      top: 12px; }
    .rbox label .txt {
      font-size: 16px; }
    article.popup .popup-wrap .con-box .row + .row {
      margin-top: 10px; }
    section.sign-in {
      height: 100%;
      padding-bottom: 40px; }
    section.sign-in .wrap {
      padding: 0 16px; } }
@media (max-width: 1140px) {
    section.fly__setting .setting-drone-box .choice-box {
      position: static; }
    section.fly__setting .tit-box .sub-menu-box {
      left: 0;
      top: 85px; }
    section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list ul {
      margin-top: 5px; }
    section.fly__setting .setting-data-box .setting-list-wrap .setting-info-list {
      overflow: hidden; }
    header {
      padding: 0; }
    header .wrap {
      height: auto;
      justify-content: flex-end;
      padding: 54px 20px 11px; }
    header .header-contents {
      margin-left: 0;
      width: 100%; }
    header .header-contents .header-search-form {
      height: 42px;
      width: 100%; }
    header .header-contents .header-search-form .select-box {
      width: 65px;
      border: none;
      position: relative; }
    header .header-contents .header-search-form .select-box:after {
      content: '';
      position: absolute;
      right: 0;
      top: 6px;
      bottom: 6px;
      width: 1px;
      background-color: #C6C6C6; }
    header .header-contents .header-search-form .input-box {
      width: calc(100% - 65px); }
    header .header-menu-box {
      position: absolute;
      right: 16px;
      top: 22px;
      transform: none; }
    header .header-menu-box .menu-btn + .menu-btn:after {
      display: none; }
    header .header-menu-box .menu-btn.type-lang {
      background: none;
      padding-left: 0; }
    header .header-menu-box .menu-btn + .menu-btn {
      margin-left: 12px; }
    header h1.logo {
      position: absolute;
      left: 10px;
      top: 15px;
      transform: none; }
    header h1.logo a {
      height: 25px;
      background: url(/assets/images/img_new_header_logo.png) no-repeat left center/contain; }
    header .header-contents .header-gps-box {
      position: absolute;
      right: 0; }
    /*header .header-contents .header-gps-box a.gps-btn {
      background: url("/assets/images/ic_gps_mobile.svg") no-repeat center;
      width: 42px;
      height: 42px; }*/
    header .header-contents .header-gps-box a.gps-btn {
      background: #222 url("/assets/images/ic_gps_mobile.svg") no-repeat center;
      background-size:22px;
      width: 42px;
      height: 42px; }
    header .header-contents .header-gps-box a.gps-btn:hover, header .header-contents .header-gps-box a.gps-btn:focus {
       background: #1ea3ff url("/assets/images/ic_gps_mobile.svg") no-repeat center;
       background-size:22px;
      }
    header .header-menu-box .setting-btn {
      display: inline-flex;
      background: url("/assets/images/ic_setting_drone.png") no-repeat center/cover;
      width: 16px;
      height: 16px;
      margin-left: 12px; }

    header .header-contents .header-search-form .input-box .header-search-btn {
      display: none; }
    header .header-contents .header-search-form .input-box input {
      padding: 0 60px 0 15px;
      width: 100%;
      font-size: 15px; }
    header .header-contents .header-search-form .select-box input {
      width: 100%;
      font-size: 15px;
      padding-left: 12px;
      padding-right: 12px;
      background: none; }
    header .header-contents article.search-layer {
      right: 0;
      top: 41px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group {
      width: 100%;
      padding: 15px 15px 41px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector a {
      width: 110px;
      height: 36px;
      font-size: 16px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group .tabs-selector a + a {
      margin-left: 10px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a {
      padding-left: 0;
      height: 36px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .meter-txt {
      padding-left: 10px;
      width: 70px;
      font-size: 15px;
      letter-spacing: -0.3px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu {
      right: 14px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu .remove-btn {
      margin-left: 14px;
      width: 13px;
      height: 13px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .list-menu .like-btn {
      width: 13px;
      height: 13px;
      background-size: cover !important; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list li a .keyword-txt {
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      width: calc(100% - 140px);
      font-size: 15px;
      letter-spacing: -0.3px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.recent-list,
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list {
      max-height: 205px;
      min-height: 205px;
      overflow-y: auto; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .reg-btn {
      width: 10px;
      height: 15px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu .remove-btn {
      width: 13px;
      height: 13px;
      top: 2px;
      margin-left: 17px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .list-menu {
      right: 14px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .meter-txt {
      font-size: 15px;
      letter-spacing: -0.3px;
      width: 65px;
      line-height: 20px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .top-box {
      height: 25px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .keyword-txt {
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      width: calc(100% - 70px);
      font-size: 15px;
      letter-spacing: -0.3px;
      line-height: 20px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li {
      padding: 0; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a {
      padding: 7px 10px;
      height: auto; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group ul.like-list li a .bottom-box {
      padding-top: 0; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group .layer-menu-box .search-layer-close,
    header .header-contents article.search-layer .search-layer-wrap .reg-group .layer-menu-box .search-layer-close {
      position: absolute;
      padding: 0;
      background: url("/assets/images/ic_layer_hide_m.png") no-repeat center/cover;
      width: 36px;
      height: 36px;
      font-size: 0;
      right: -30px;
      bottom: -10px; }
    header .header-contents article.search-layer .search-layer-wrap .tabs-group .layer-menu-box {
      bottom: 10px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group {
      padding: 23px 15px 70px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box .reg-menu .cancel-btn {
      letter-spacing: -0.3px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-tit-box .reg-menu .reg-success-btn {
      margin-left: 18px;
      padding-left: 20px;
      letter-spacing: -0.3px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box {
      padding-top: 26px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row + .row {
      margin-top: 30px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row + .row.msg {
      margin-top: 40px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row + .row + .row{
      margin-top: 30px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con .msg-box .msg-txt{
      font-size: 13px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .subject {
      width: 75px; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row .con {
      width: calc(100% - 75px); }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .reg-form-box .row {
      padding: 0; }
    header .header-contents article.search-layer .search-layer-wrap .reg-group .layer-menu-box {
      bottom: 10px; }
    header .header-contents .header-search-form .input-box .clear-btn {
      right: 50px; }
    header .header-contents .header-search-form .input-box input {
      padding-right: 80px; }

    section.current__info .current-bottom-info-box .list-wrap {
        overflow-x: auto; }
    section.current__info .current-bottom-info-box ul {
        white-space: nowrap; }
    section.current__info .current-bottom-info-box ul li {
        padding: 0 8px 3px;
        height: auto;
        min-width: 116px; }
    section.current__info .current-bottom-info-box {
        padding-top: 10px; }
    section.current__info .current-bottom-info-box ul li .top-box {
        padding: 5px 0 10px;
        text-align: left; }
    section.current__info .current-bottom-info-box ul li .top-box .day-txt {
        display: inline-flex; }
    section.current__info .current-bottom-info-box ul li .top-box .date-txt {
        display: inline-flex; }
    section.current__info .current-bottom-info-box ul li .mid-box {
        height: 58px;
        width: 70%;
        margin: 0; }
    section.current__info .current-bottom-info-box ul li .mid-box .state-box {
        left: 32px;
        width: 32px;
        height: 32px; }
    section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-1 {
        width: 52px;
        height: 47px; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box:last-child {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: auto; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box:last-child:after {
        display: none; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box {
        width: 60%; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .down-txt {
        padding-bottom: 2px; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .num-txt {
        line-height: 20px;
        font-size: 15px; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .down-txt span.txt {
        line-height: 1;
        font-size: 12px;
        letter-spacing: -0.3px; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .up-txt span.txt {
        line-height: 1;
        font-size: 15px;
        letter-spacing: -0.3px; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .down-txt,
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .up-txt {
        display: flex; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .slash-txt {
        display: none; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box .unit-txt {
        display: inline-block;
        vertical-align: middle;
        top: 2px; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box + .txt-box {
        width: 40%; }
    section.current__info .current-bottom-info-box ul li .bottom-box .txt-box + .txt-box + .txt-box {
        width: 27%; }

    section.fly__setting {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100;
      background-color: #fff;
      padding: 0; }
    section.fly__setting .wrap {
      padding: 8px 20px 26px;
      flex-direction: column; }
    section.fly__setting .tit-box {
      top: 0;
      width: 100%;
      left: 0;
      position: relative;
      text-align: center;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #000; }
    section.fly__setting .tit-box .back-btn {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background: url("/assets/images/ic_back_btn.png") no-repeat center; }
    section.fly__setting .tit-box .main-txt {
      display: inline-flex;
      font-size: 22px;
      letter-spacing: -0.3px;
      font-weight: 700; }
    section.fly__setting .tit-box .setting-box {
      position: absolute;
      right: 0;
      padding: 0;
      top: 50%;
      transform: translateY(-50%); }
    section.fly__setting .tit-box .setting-box a.setting-btn {
      width: 100px;
      height: 28px;
      font-size: 15px;
      letter-spacing: -0.5px; }
    section.fly__setting .setting-drone-box {
      padding: 0 0 6px;
      margin-top:50px;
      width: 100%; }
    section.fly__setting .setting-drone-box .img-box {
      padding: 0;
      text-align: center; }
    section.fly__setting .setting-drone-box .choice-box {
      padding-top: 20px; }
    section.fly__setting .setting-drone-box .choice-box .sbox select {
      padding: 0 40px 0 11px; }
    section.fly__setting .setting-data-box {
      padding-top: 10px;
      margin-top:10px;
      width: 100%;
      overflow-y: auto;
      max-height: calc(100vh - 320px); }
    section.fly__setting .setting-data-box .setting-list-wrap {
      overflow: visible; }
    section.fly__setting .setting-data-box .setting-list-wrap ul {
      margin: 0; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li {
      width: 100%;
      margin: 0; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li + li {
      margin-top: 12px; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box {
      height: 22px;
      display: flex;
      align-items: center; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li .con-box {
      padding-top: 6px; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li .con-box {
      font-size: 15px; }
    section.fly__setting .setting-data-box .setting-list-wrap ul li .subject-box .unit {
      color: #111; }
    section.sign-in .step-info-box {
      padding: 23px 0 9px; }
    section.sign-in .step-info-box .tit-box {
      font-size: 24px;
      letter-spacing: -0.3px;
      line-height: 33px; }
    section.sign-in .step-info-box .step-show-box {
      display: flex;
      align-items: center; }
    section.sign-in .step-info-box .step-show-box .step-box .step {
      font-size: 0;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      background-color: inherit; }
    section.sign-in .step-info-box .step-show-box .step-box .txt {
      display: none; }
    section.sign-in .step-info-box .step-show-box .step-box + .step-box:after {
      display: none; }
    section.sign-in .step-info-box .step-show-box .step-box + .step-box {
      margin-left: 6px; }
    section.sign-in .step-con-box {
      padding: 47px 17px 28px; }
    section.sign-in .step-con-box .step-subject-box .sub-txt {
      padding-top: 15px;
      word-break: break-word; }
    section.sign-in .step-con-box .step-subject-box {
      padding-bottom: 32px; }
    section.sign-in article.sign-in-form {
      padding: 25px 0; }
    section.sign-in article.sign-in-form .form-wrap .row {
      padding-left: 0; }
    section.sign-in article.sign-in-form .form-wrap .row .subject {
      position: static;
      font-size: 16px;
      height: 22px;
      padding-bottom: 2px; }
    section.sign-in article.sign-in-form .form-wrap .row .con .msg-box .info-txt {
      font-size: 13px;
      line-height: 17px;
      padding-bottom: 0; }
    section.sign-in article.sign-in-form .form-wrap .row .con .input-box input {
      font-size: 18px; }
    section.sign-in article.sign-in-btn .btn-box {
      width: 100%; }
    section.sign-in article.sign-in-btn .btn-box a {
      width: 100%;
      height: 54px;
      font-size: 20px; }
    section.sign-in article.sign-in-btn {
      padding-top: 20px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-chk-box.type-all {
      height: 45px; }
    .cbox label .txt {
      font-size: 18px;
      line-height: 24px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-chk-box {
      padding: 16px 0 14px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box {
      padding: 10px 16px;
      height: 240px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group .dl-tit,
    article.popup .terms-con-box .agree-terms-box .dl-group .dl-tit {
      font-size: 20px;
      line-height: 28px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group dl dt,
    article.popup .terms-con-box .agree-terms-box .dl-group dl dt {
      font-size: 20px;
      line-height: 30px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group dl dd,
    article.popup .terms-con-box .agree-terms-box .dl-group dl dd {
      font-size: 15px;
      line-height: 20px; }
    section.sign-in article.sign-in-agree .agree-list .agree-row .agree-terms-box .dl-group + .dl-group,
    article.popup .terms-con-box .agree-terms-box .dl-group + .dl-group {
      margin-top: 20px; }
    article.popup.popup-terms {
      padding: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: none; }
    article.popup.popup-terms .popup-wrap {
      height: 100%; }
    article.popup.popup-terms .close-btn {
      display: none; }
    article.popup.popup-terms .back-btn {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background: url("/assets/images/ic_back_btn.png") no-repeat center; }
    article.popup.popup-terms {
      width: 100%;
      max-width: 100%;
      top: 0;
      bottom: 0; }
    article.popup .terms-con-box {
      margin-top: 15px;
      display: flex;
      flex-direction: column;
      height: 100%; }
    article.popup .terms-con-box .agree-terms-box {
      background: #fff;
      border: none;
      padding: 0;
      height: calc(100% - 80px); }
    section.sign-in article.sign-in-success {
      padding: 74px 0 80px;
      text-align: center; }
    section.sign-in article.sign-in-success .success-box b {
      font-size: 24px;
      line-height: 32px; }
    section.sign-in article.sign-in-success .success-box {
      font-size: 18px;
      line-height: 24px;
      word-break: keep-all; } }
@media (max-width: 890px) {

    section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-possible {
      top: 10px;
      left:-5px;
      height: 0;
      position: relative;
      padding-bottom: 35%;
      width: 85%; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-impossible {
      top: 10px;
      height: 0;
      position: relative;
      padding-bottom: 35%;
      width: 50%; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .drone-box.type-warning {
      top: 10px;
      left:-5px;
      height: 0;
      position: relative;
      padding-bottom: 35%;
      width: 85%; }


    section.current__info .current-mid-info-box .mid-box .tit-box.type-mobile-center {
      justify-content: center; }
    section.weather__table .table__group .table-toggle-btn-box {
      padding-top: 16px; }
    section.weather__table .table__group .table-toggle-btn-box .table-toggle-btn {
      font-size: 16px; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td {
      font-size: 13px; }
    section.current__info .current-mid-info-box {
      flex-direction: column;
      align-items: center; }
    section.current__info .current-mid-info-box .mid-box {
      width: 100%; }
    section.current__info .current-mid-info-box .mid-box + .mid-box {
    border-left: none; }
    section.current__info .wrap {
      height: calc(100vh - 107px); }
    section.current__info .current-mid-info-box .summary-group .current-summary-box {
      justify-content: center;
      height: auto;
      margin-bottom: 20px; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box {
      padding-left: 63%;
      padding-bottom: 10px;
      padding-right:0;
      margin-top:20px}

    section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box {
      left: 40%;
      transform: translateX(-50%); }
    section.current__info .current-mid-info-box .mid-box .tit-box .txt {
      font-size: 16px; }
    section.current__info .current-mid-info-box .mid-box .tit-box .ic.ic-place {
      width: 12px;
      height: 16px; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .top-box .num-txt {
      font-size: 23px; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .top-box .unit-txt {
      font-size: 14px; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .bottom-box .wind-txt {
      font-size: 15px;
      line-height: 12px; }
    section.current__info .current-mid-info-box .summary-group .current-summary-box .txt-box .bottom-box .wind-sub-txt {
      padding-top: 3px;
      font-size: 14px; }
    section.current__info .current-top-info-box .info-txt {
      font-size: 20px;
      line-height: 36px; }
    section.current__info .current-mid-info-box .summary-group .current-data-box ul {
      padding: 3px 14px 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.46); }
    section.current__info .current-mid-info-box .summary-group .current-data-box ul li .ic-box {
      display: none; }
    section.current__info .current-mid-info-box .summary-group .current-data-box ul li .subject-box {
      font-size: 13px;
      padding-bottom: 0; }
    section.current__info .current-mid-info-box .summary-group .current-data-box ul li .data-box .num-txt {
      font-size: 16px; }
    section.current__info .current-mid-info-box .summary-group .current-data-box ul li .data-box .unit-txt {
      font-size: 10px; }
    section.current__info .current-top-info-box {
      padding: 10px 0 6px; }
    section.current__info .current-top-info-box .time-txt {
      letter-spacing: -0.5px;
      height: 25px;
      font-size:0.9em}
    section.current__info .current-mid-info-box .mid-box + .mid-box {
      margin-top: 10px;
      padding: 0 22px; }
    section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box {
      height: calc(100vh - 581px);
      min-height:86px;}
    section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .ic-box {
      top: 10px;
      left: 30%; }

   section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .ic-box .ic-arrow {
    position: absolute;
    background: url("/assets/images/ic_current_arrow.png") no-repeat center/cover;
    width: 12px;
    height: 10px;
    z-index: 100; }

    section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .item-box .bar-box .txt {
      font-size: 15px;
      letter-spacing: -0.3px;
      top: -25px; }
    section.current__info .current-mid-info-box .mid-box .tit-box {
      padding-bottom: 5px; }
    section.current__info .current-mid-info-box .chart-group .current-chart-box ul li .time-box {
      letter-spacing: -0.3px;
      font-size: 12px;
      padding-top: 4px;
      line-height:19px}
    section.weather__table .table__group .table-list-box .table-list-tit .table-list-menu.type-update {
      left: 0;
      top: -20px; }
    section.weather__table .info-tit-box .txt {
      font-size: 22px; }
    section.weather__table .info-tit-box .info-btn {
      width: 24px;
      height: 24px; }
    section.weather__table .table__group .table-list-box .table-list-tit .table-list-menu .menu-txt {
      font-size: 14px;
      letter-spacing: -0.3px;
      color: #555;
      font-weight: 400; }
    section.weather__table .table__group .table-list-box .table-list-tit {
      flex-direction: column;
      text-align: left;
      align-items: flex-start;
      height: auto;
      padding: 0 0 11px; }
    section.weather__table .table__group .table-list-box .table-list-tit .list-tit-txt {
      font-size: 18px; }
    section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box {
      display: flex;
      padding-left: 0;
      margin-top: 5px; }
    section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box .sun-txt + .sun-txt {
      margin-left: 25px; }
    section.weather__table .table__group .table-list-box .table-list-tit .sun-time-box .sun-txt + .sun-txt:after {
      left: -12.5px; }
    section.weather__table .info-tit-box {
      padding-bottom: 0;
      margin-bottom: 35px;
      position: relative;
      top: auto;
      left: auto; }
    section.weather__table .table__group .table-list-box .table-list-tit .table-list-menu .toggle-btn {
      margin-right: 0; }
    section.weather__table {
      padding-bottom: 0; }
    article.popup .popup-wrap .tit-box .close-btn{
      width:20px;
      height:20px;	}


  }
@media (max-width: 700px) {

    section.login {
      background: #fff; }
    section.login .login__group .login__info__box .login-img-box {
      display: none; }
    section.login .login__group {
      padding: 0; }
    section.login .login__group .login__info__box {
      box-shadow: none;
      height: 100%; }
    section.login .login__group .login__info__box .login-form-box {
      width: 100%; }
    section.login .login__group .copyright {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-size: 13px;
      bottom: 43px;
      white-space: nowrap; }
    section.login .login__group .login__info__box .login-form-box .logo-box {
      display: inline-block;
      margin: 0 auto;
      width: 282px;
      height: 46px;
      background: url(/assets/images/img_new_login_logo.png) no-repeat center/contain;
      max-width: none;
      flex: none;
      max-width: 100%; }
    section.login .login__group .login__info__box .login-form-box .info-box {
      text-align: center;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: -0.5px;
      padding: 22px 0 41px; }
    section.login .login__group .login__info__box .login-form-box .info-box .mobile-bold {
      font-weight: 700; }
    section.login .login__group .login__info__box .login-form-box .form-box .row input {
      height: 41px;
      font-size: 16px; }
    section.login .login__group .login__info__box .login-form-box .form-box .row input::placeholder {
      font-size: 16px; }
    section.login .login__group .login__info__box .login-form-box .form-box .row input.type-id {
      background-color: #fff; }
    section.login .login__group .login__info__box .login-form-box .form-wrap {
      justify-content: flex-start;
      padding-top: 86px; }
    section.login .login__group .login__info__box .login-form-box .form-box .row .alarm-txt {
      letter-spacing: -0.3px;
      font-size: 15px;
      line-height: 20px; }
    section.login .login__group .login__info__box .login-form-box .login-box {
      padding: 54px 0 25px; }
    section.login .login__group .login__info__box .login-form-box .login-box a.login-btn {
      height: 50px;
      font-size: 18px;
      letter-spacing: -0.3px; }
    section.login .login__group .login__info__box .login-form-box .menu-box a.menu-btn {
      font-size: 16px;
      letter-spacing: -0.3px; }
    section.login .login__group .login__info__box .login-form-box .menu-box a.menu-btn + a {
      margin-left: 44px; }
    section.login .login__group .login__info__box .login-form-box .menu-box a.menu-btn + a:after {
      left: -22px; } }
@media (max-width: 450px) {
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic1 {
      background-size: 12px 12px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic2 {
      background-size: 14px 12px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic3 {
      background-size: 12px 12px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic4 {
      background-size: 6px 13px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic5 {
      background-size: 7px 11px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic6 {
      background-size: 11px 12px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic7 {
      background-size: 14px 11px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic8 {
      background-size: 15px 11px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic9 {
      background-size: 14px 11px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic10 {
      background-size: 13px 13px; }
    section.weather__table .table__group .table-list-box .table-list-form table thead tr th i.ic11 {
      background-size: 13px 13px; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td {
      padding: 0;
      height: 30px;
      font-size: 10px;
      text-align: center; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td:nth-child(1), section.weather__table .table__group .table-list-box .table-list-form table tbody tr td:nth-child(10), section.weather__table .table__group .table-list-box .table-list-form table tbody tr td:nth-child(11) {
      width: 6%; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-mid,
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-off,
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-on {
      width: 12px;
      height: 12px; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .arrow .ic-arrow {
      width: 12px;
      height: 8px; }
    article.popup .custom-box .custom-menu {
      margin-top: 15px; }
    article.popup .custom-box .custom-menu .menu-btn {
      display: inline-flex;
      width: 50%;
      align-items: center;
      justify-content: center;
      height: 48px;
      color: #fff;
      font-size: 16px;
      font-weight: 500; }
    section.fly__setting .tit-box .main-txt {
      font-size: 20px;
      margin-left: -20px}}
@media (max-width: 360px) {
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td {
      padding: 0; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .txt {
      transform: scale(0.9); }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td .arrow .ic-arrow {
      position: relative; }
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-mid,
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-off,
    section.weather__table .table__group .table-list-box .table-list-form table tbody tr td i.fly-on {
      position: relative;
      top: -2px; }
    header .header-contents .header-search-form .input-box .clear-btn {
      width: 16px;
      height: 16px;
      right: 40px;
      background-size: cover; }
    header .header-contents .header-search-form .input-box input {
      padding-right: 65px; } }
/* 비행알림 전체 bg */
section.current__info.type-1 .wrap-rainy {
    background: url("/assets/images/img_cloudy.jpg") no-repeat center/cover; }
/* 비행가능 -비 */
section.current__info.type-1 .wrap-snowy {
    background: url("/assets/images/img_cloudy.jpg") no-repeat center/cover; }
/* 비행가능 -눈 */
section.current__info.type-1 .wrap-sunny {
    background: url("/assets/images/img_sunny.jpg") no-repeat center/cover; }
/* 비행가능 -맑음 */
section.current__info.type-1 .wrap-windy {
    background: url("/assets/images/img_cloudy.jpg") no-repeat center/cover; }
/* 비행가능 -바람 */
section.current__info.type-1 .wrap-cloudy {
    background: url("/assets/images/img_cloudy.jpg") no-repeat center/cover; }
/* 비행가능 -흐림 */
section.current__info.type-2 .wrap-rainy {
    background: url("/assets/images/img_rainy-bad.jpg") no-repeat center/cover; }
/* 비행불가 -비 */
section.current__info.type-2 .wrap-snowy {
    background: url("/assets/images/img_snowy-bad.jpg") no-repeat center/cover; }
/* 비행불가 -눈 */
section.current__info.type-2 .wrap-sunny {
    background: url("/assets/images/img_sunny-bad.jpg") no-repeat center/cover; }
/* 비행불가 -맑음 */
section.current__info.type-2 .wrap-windy {
    background: url("/assets/images/img_windy-bad.jpg") no-repeat center/cover; }
/* 비행불가 -바람 */
section.current__info.type-2 .wrap-cloudy {
    background: url("/assets/images/img_cloudy-bad.jpg") no-repeat center/cover; }
/* 비행불가 -흐림 */
section.current__info.type-3 .wrap-rainy {
    background: url("/assets/images/img_rainy-warning.jpg") no-repeat center/cover; }
/* 비행주의-비 */
section.current__info.type-3 .wrap-snowy {
    background: url("/assets/images/img_snowy-warning.jpg") no-repeat center/cover; }
/* 비행주의-눈 */
section.current__info.type-3 .wrap-sunny {
    background: url("/assets/images/img_sunny-warning.jpg") no-repeat center/cover; }
/* 비행주의-맑음 */
section.current__info.type-3 .wrap-windy {
    background: url("/assets/images/img_windy-warning.jpg") no-repeat center/cover; }
/* 비행주의-바람 */
section.current__info.type-3 .wrap-cloudy {
    background: url("/assets/images/img_cloudy-warning.jpg") no-repeat center/cover; }
/* 비행주의-흐림 */
/* 현재날씨 이미지 */
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-1 {
    background: url("/assets/images/img_current_rainy.png") no-repeat center;
    width: 385px;
    height: 141px;
    left: -80px;
    top: -10px; }
/* 비 */
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-2 {
     background: url("/assets/images/img_current_sunny.png") no-repeat center;
     width: 236px;
     height: 157px;
     left: -30px;
     top: -10px; }
/* 해 210531 수정*/
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-3 {
      background: url("/assets/images/img_current_cloudy.png") no-repeat center;
      width: 321px;
      height: 135px;
      left: -28px;
      top: -14px; }
/* 구름 */
section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-4 {
    background: url("/assets/images/img_current_snowy.png") no-repeat center;
    width: 338px;
    height: 167px;
    left: -50px;
    top: -13px; }
/* 눈 */
/* 일주일 날씨 아이콘 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-1 {
    background: url("/assets/images/weather_ic_cloudy.png") no-repeat center/cover;
    width: 55px;
    height: 49px;
    left: 3px;
    top: 0;
  }
/* 흐림 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-2 {
    background: url("/assets/images/weather_ic_cloudy02.png") no-repeat center/cover;
    width: 52px;
    height: 50px;
    left: 3px;
    top: -2px;
  }
/* 갬 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-3 {
    background: url("/assets/images/weather_ic_misy.png") no-repeat center/cover;
    width: 60px;
    height: 30px;
    left: 0px;
    top: 5px;
  }
/* 안개 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-4 {
    background: url("/assets/images/weather_ic_rainy.png") no-repeat center/cover;
    width: 55px;
    height: 52px;
    left: 3px;
    top: 0;
  }
/* 비 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-5 {
    background: url("/assets/images/weather_ic_snowy.png") no-repeat center/cover;
    width: 54px;
    height: 52px;
    left: 3px;
    top: 0;
  }
/* 눈 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-6 {
    background: url("/assets/images/weather_ic_sunny.png") no-repeat center/cover;
    width: 54px;
    height: 54px;
    left: 3px;
    top: 0;
  }
/* 맑음 */
section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-7 {
    background: url("/assets/images/weather_ic_windy.png") no-repeat center/cover;
    width: 52px;
    height: 48px;
    left: 2px;
    top: 0;
  }
/* 바람 */
@media (max-width: 1280px){
      
  section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-1 {
    background: url("/assets/images/img_current_rainy.png") no-repeat center/90%;
    left: -100px;
    top: -10px; } /* 비 */
  section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-2 {
     background: url("/assets/images/img_current_sunny.png") no-repeat center/85%;
     left: -25px;
     top: -20px; } /* 해 210531 수정*/
  section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-3 {
      background: url("/assets/images/img_current_cloudy.png") no-repeat center/90%;
      left: -48px;
      top: -14px; } /* 구름 */
  section.current__info .current-mid-info-box .summary-group .current-summary-box .img-box .weather-box.type-4 {
    background: url("/assets/images/img_current_snowy.png") no-repeat center/90%;
    left: -70px;
    top: -13px; } /* 눈 */
      
      
    /* 일주일 날씨 */	
    section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-1 {
    left:6px;
    top: 1px;
    width: 45px;
    height: 40px;} /* 흐림 */
  section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-2 {
    width: 48px;
    height: 46px;
    top:0} /* 갬 */
  section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-3 {
    width: 47px;
    height: 24px;
    top: 5px;
  } /* 안개 */
  section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-4 {
    width: 45px;
    height: 43px;
    left: 6px;
    top: 0;
  } /* 비 */
  section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-5 {
    width: 45px;
    height: 43px;
    left: 6px;
    top: 0;
  } /* 눈 */
  section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-6 {
    width: 45px;
    height: 45px;
    left: 6px;
    top: 0;
  } /* 맑음 */
  section.current__info .current-bottom-info-box ul li .mid-box .weather-box.type-7 {
    width: 43px;
    height: 40px;
    left: 3px;
    top: 2px;
  } /* 바람 */	
  }
.hidden {
    display: none !important;
}
.block {
    display: block !important;
}

/*# sourceMappingURL=styles.css.map*/