@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('NanumSquare Regular'), local('NanumSquare'), url(../font/woff/NanumSquareR.woff) format('woff');
}
:root {
  --device-width: 430px;
  --page-width: 360px;
  --section-item-width: 350px;
  --color-for-all: #D9D9D9;
  --color-caution: #fbce04;
  --color-warn: #E46724;
  --color-danger: #b7181e;
}
* {
  font-family: "NanumSquare", sans-serif;
}
body {
  padding: 0.2rem 0.5rem;
}
.combo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 8px;
}
.temp-logo {
  position: static !important;
  display: block !important;
  color: #222 !important;
}

.cont-wrap {
  padding: 8px 8px !important;
}
.cont-box04 {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
}
h2.headline {
  text-align: center;
  color: #c83417;
  font-size: 1.5rem;
  font-weight: bold;
}
h2.headline_cw {
  text-align: center;
  color: #3489EB;
  font-size: 1.5rem;
  font-weight: bold;
}
.space-y-l > * + * {
  margin-top: 18px;
}
.space-y-s > * + * {
  margin-top: 6px;
}
.menus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.logos > img {
    display: block;
    width: 15%;
}

h3 {
  /*margin-bottom: 12px;*/
  font-weight: bold;
  font-size: 1.1rem;
}

.page {
  width: var(--page-width);
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  flex-flow: row wrap;
}
.section {
  width: var(--page-width);
  display: flex;
  flex-flow: row wrap;
  gap: 8px 24px;
  justify-content: center;
}

.section-title-div {
  width: var(--page-width);
  padding: 4px 0;
}

.ref-section {
  width: calc(var(--page-width) - 20px);
  display: grid;
  grid-template-columns: 1em auto;
  align-items: baseline;
  column-gap: 2px;
}

.ref-container {
  margin-left: 4px;
}

.container {
  /* margin-top: 4px; */
}

#container1 {
  width: 100%;
  /* height: 78px; */
}

#title1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #c83417;
  font-size: 1.5rem;
  /* margin-top: 15px; */
  vertical-align: middle;
}

.sub-title {
  display: inline-block;
  /*font-size: 0.85em;*/
  margin: 4px 2px 0;
  letter-spacing: -1px;
}

.section-title {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  /* margin-top: 4px; */
  /* padding: 4px 0; */
}

#mapImgDiv {
  display: inline-block;
  vertical-align: top;
  /*width: 344px;*/
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  padding: 4px;
}

#mapImg {
  width: 100%;
}

#riskImgDiv {
  display: inline-block;
  width: var(--section-item-width);
}

#riskLevelImg {
  width: 100%;
}

.riskLevel2 {
  width: 140px;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
  line-height: 26px;
  text-align: center;
  margin: 16px 0;
}

.areaText {
  font-size: 14px;
  /* margin: 8px 0; */
  line-height: 1.25em;
  text-wrap: pretty;
  width: var(--section-item-width);
  word-break: keep-all;
  -ms-word-break: keep-all;
  overflow-wrap: break-word;
}

.box {
  display: inline-block;
  vertical-align: top;
  /*width: var(--section-item-width);*/
  width: 100%;
}
.box:not(:nth-child(1)) {
  margin-top: 8px !important;
}

.boxTitle {
  /*width: calc(100% - 8px);*/
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin-top: 4px;
  padding: 6px 6px 4px;
}

#boxGray {
  background-color: var(--color-for-all);
  color: #000000;
}

#boxCyan {
  background-color: #57C3E5;
}

#boxYellow {
  background-color: #fbd21c;
}

/* #boxOrange {
  background-color: #e46724;
  margin-right: 20px;
}*/

#boxRed {
  background-color: var(--color-warn);
  background: linear-gradient(90deg,rgba(228, 103, 36, 1) 0%, rgba(216, 82, 34, 1) 25%, rgba(183, 24, 30, 1) 100%);
} 

.boxContent {
  /*width: calc(100% - 8px);*/
  font-size: 0.8rem;
  color: #000000;
  /* border: 1px solid #b3b3b3; */
  /* border-top: none; */
  border-radius: 0px 0px 10px 10px;
  padding: 4px 4px 4px 8px;
  /* letter-spacing: -1px; */
}

.borderGray {
  border: 1px solid var(--color-for-all);
}
.borderCyan {
  border: 1px solid #57C3E5;
}
.borderYellow {
  border: 1px solid #fbd21c;
}
.borderRed {
  border: 1px solid var(--color-danger);
}

.contentText {
  margin: 8px 0px;
}

.strong {
  font-weight: bold;
}

.keep-word {
  white-space: nowrap;
}

.ref-1 {
  font-size: 0.7rem;
  letter-spacing: -1px;
  margin-top: 8px;
}
.ref-2 {
  font-size: 0.7rem;
  letter-spacing: -1px;
  /* margin-top: 4px; */
  margin-bottom: 8px;
}

.ref-bullet {
  display: inline-block;
  line-height: 20px;
}
.ref-content {
  display: inline-block;
}

.logo-img {
  padding: 0 4px;
  vertical-align: middle;
}
.logo-img:nth-child(1) {
  width: 46px;
  padding-left: 0 !important;
}
.logo-img:nth-child(2) {
  width: 54px;
}
.logo-img:nth-child(3) {
  width: 50px;
}

.select-wrap {
  display: flex;
  justify-content: flex-end;
}

.select-wrap select {
    background : #eef2f7;
    border-radius: 4px;
    border: 0;
    height: 22px;
    padding-left: 8px;
    font-size: 0.8rem;
    font-weight: bold;
    appearance: auto !important;
    -webkit-appearance: auto !important;
  }

.image-full {
  display: block;
  width: 100%;
}
