body {
    background-color: #f2f2f2;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: 100%;
    padding: 0 5px;
    margin: 0 auto;
}

.warp.pd-0 {
    padding-right: 0;
    padding-left: 0;
}


.menu-pd-1 {
    padding-top: 350px;
}

.menu-pd-2 {
    padding-top: 65px;
}

/* Menu */
.menu {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #157ce6;
    z-index: 10;
}

.menu-list {
    display: block;
}

.menu-list > li {
    float: left;
    width: 33.3333%;
    padding: 0;
    margin: 0;
}

.menu-list > li > a {
    display: block;
    color: #73b0f0;
    font-size: 0.857em;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
}

.menu-list > li > a > .menu-icon {
    display: block;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0 auto;
    background-image: url('../img/icon-01.png');
    background-size: 100%;
}

.menu-list > li > a > .menu-icon.icon-1 {
    background-image: url('../img/icon-01.png');
}

.menu-list > li > a > .menu-icon.icon-2 {
    background-image: url('../img/icon-02.png');
}

.menu-list > li > a > .menu-icon.icon-3 {
    background-image: url('../img/icon-03.png');
}

.menu-list > li > a > .menu-text {
    display: block;
    margin-top: 5px;
}

.menu-list > li.active > a > .menu-text {
    color: #fff;
}

.menu-list > li.active > a > .menu-icon {
    background-position-y: 300px;
}


/* Header */
.navbar {
    padding: 0;
    margin: 0;
}

.header {
    width: 100%;
    padding: 5px 5px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: all 0.5s ease;
    z-index: 2;
}

/* 지점찾기 */
.btn-branch {
    position: relative;
    font-size: 1.071em;
    font-weight: 100;
    line-height: 1em;
    letter-spacing: -1px;
    padding: 9px 1px 16px 1px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.btn-branch.active {
    color: #2a72ba;
    cursor: default;
}

.btn-branch .btnbar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #eee;
    transition: all 0.2s ease;
}

.btn-branch:hover .btnbar,
.btn-branch:focus .btnbar {
    background-color: #ccc;
}

.btn-branch.active .btnbar {
    background-color: #157ce6;

}

.btn-location {
    width: 100%;
    font-size: 0.857em;
    font-weight: 100;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.2em;
    white-space: nowrap;
    padding: 5px 0;
    margin: 0;
    border: 1px solid #8abdf2;
    border-radius: 8px;

}

.btn-location img {
    width: auto;
    height: 24px;
}


/*index page*/
.btn-intro {
    min-width: 100%;
    color: #0664c4;
    font-size: 1.4em;
    font-family: 'NanumSquare', '돋움', Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    padding: 20px 30px;
    margin: 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 15px #1163b8;
}

.btn-intro.download {
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
}

.btn-intro:hover,
.btn-intro:focus {
    color: #ffffff;
    background-color: #032039;
    background: rgba(0, 0, 0, .6);
}

.btn-intro i {
    float: right;
    color: #157ce6;
}

.intro {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.intro .container-fluid {
    padding: 0 30px;
}


.intro-heading {
    text-align: center;
    padding: 25px 0 40px 0;
}

.intro-heading .intro-logo {
    height: 50px;
}

.intro-heading .intro-title {
    color: #ffffff;
    font-size: 1.714em;
    font-family: 'NanumSquare', '돋움', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}

.intro-heading .intro-subtitle {
    font-size: 1em;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px;
}

.intro-btn {
    text-align: center;
}

.intro-btn .btn {
    display: inline-block;
}

.intro-footer {
    padding: 20px 20px;
}

.intro-footer .intro-info {
    max-width: 400px;
    color: #ffffff;
    font-size: .86em;
    margin: 0 auto;
    margin-bottom: 40px;
}

.intro-footer .site-desc {
    font-size: 13px;
    color: #FFFFFF66;
    text-align: center;
}

.intro-footer .footer {
    color: #ffffff;
    color: rgba(255, 255, 255, .6);
    font-size: 0.786em;
    text-align: center;
}

.version {
    font-size: 1em;
    color: rgba(255, 255, 255, .7);
}

.intro-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #157ce6;
    background-image: url(../img/intro-bg.png);
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.intro-btn .btn-intro {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro-btn .btn-intro small {
    display: block;
    color: #777;
    font-weight: 100;
    margin-top: 5px;
}

/* 지점정보 */

.branch-title,
.branch-date {
    padding: 0;
    margin: 0;
}

.branch-title {
    font-size: 1.286em;
    font-weight: 100;
}

.branch-title strong {
    font-family: 'Nanum Square', '돋움', Arial, sans-serif;
}

.branch-title small {
    color: #999;
    padding-left: 10px;
}

.branch-title-forecast {
    font-size: 1em;
    font-weight: 100;
    padding: 0;
    margin: 0 0 5px 0;
}

.branch-date {
    font-size: 1em;
}

.branch-select {
    margin: 10px 0;
}

.branch-select .form-select {
    color: #fff;
    font-size: 1.143em;
    border: none;
    border-radius: 18px;
    background-color: #157ce6;
    background-image: url('../img/select-arr.png');
}

.branch-growth {
    font-weight: 400;
    margin: 0;
}

.branch-growth > .col-6,
.branch-growth > .col-12 {
    margin-top: 5px;
}

.branch-growth strong {
    color: #157ce6;
    font-weight: 100;
    margin-right: 10px;
}

.branch-growth-date {
    position: relative;
    padding: 10px 25px 10px 15px;
    padding-top: 5px;
    margin-bottom: 10px;
    background-color: #e7f2fc;
    border-radius: 10px;
}

.branch-growth-today .branch-growth strong {
    display: inline-block;
    width: 90px;
    margin: 0;
}

.branch-growth-today .branch-growth {
    opacity: 1;
    transition: all 0.3s ease;
}

.branch-growth-today .branch-growth small {
    color: #aaa;
    font-weight: 100;
    margin: 0 2px;
}

/* 위험단계 */
.info-danger {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    padding: 20px 5px 5px 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    z-index: 1;
}

.info-danger-inner {
    position: relative;
}

.info-danger .row {
    position: relative;
    z-index: 2;
}

.info-img {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    border: 1px solid #dddddd;
}

.info-list {
    padding: 0;
    margin: 0 0 20px 0;
}

.info-list > li {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

.info-list-inside {
    padding: 0;
    margin: 10px 0 10px 0;
}

.info-list-inside > li {
    font-size: .95em;
    margin: 0 0 10px 0;
}

.danger-bar {
    display: block;
    color: #fff;
    font-size: 0.857em;
    text-align: center;
    white-space: nowrap;
    padding: 5px 0px;
    background-color: #ccc;
    border-radius: 20px;
}

.btn-question {
    color: #666;
    font-size: 1.500em;
    line-height: 1em;
    padding: 1px;
}

.info-danger-line {
    position: absolute;
    top: 19px;
    right: 25%;
    left: 5px;
    display: block;
    height: 3px;
    background-color: #dddddd;
    z-index: 1;
}

.branch-growth-date .btn-question {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #157ce6;
    z-index: 2;
}

/* Card */
.card-list {
    position: relative;
    padding-bottom: 80px;
}

.card-list .guide-text {
    position: absolute;
    top: 5px;
    color: #999;
    font-weight: 400;
    padding: 0 0 0 10px;
    margin: 0;
    z-index: 2;
}

.card-list > .card-month {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.card {
    padding: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    z-index: 2;
}

.card-list > .card > .row > div {
    display: table;
    text-align: center;
}

.card .card-date {
    font-size: 1.286em;
    font-weight: 400;
}

.card .card-title {
    display: table-row;
    width: 100%;
    height: 20px;
    color: #666;
    font-size: 0.929em;
    font-weight: 100;
    line-height: 1em;
}

.card .card-info {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 1.286em;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    vertical-align: middle;
    background-color: #ddd;
    border-radius: 10px;
}

.card-list-line {
    position: fixed;
    top: 0;
    left: 52px;
    bottom: 0;
    display: block;
    width: 2px;
    background-color: #ccc;
    z-index: 1;
}

.card .card-info .btn-search {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0.714em;
    line-height: 1em;
    padding: 4px;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    border-radius: 20px;
    z-index: 2;
}

/* 기상정보 */
.today-weather {
    padding-right: 5px;
    padding-left: 5px;
}

.today-weather .now-temp {
    font-size: 4.286em;
    margin-bottom: 5px;
}

.today-weather .now-temp small {
    color: #a7c5f3;
    font-size: 0.750em;
}

.today-weather .now-temp-icon {
    margin-bottom: 5px;
}

.today-weather .now-temp-icon .icon {
    width: 51px;
}

.today-weather .today-info {
    margin-top: 10px;
}

.today-weather .today-info p {
    margin-bottom: 5px;
}

.today-weather .today-info p strong {
    display: inline-block;
    width: 60px;
    font-weight: 100;
}

.today-3-weather {
    padding: 0 0 0 5px;
}

.today-3-weather .area-left {
    float: left;
    width: 25%;
    padding: 5px 0 5px 0;
}

.today-3-weather .area-right {
    float: left;
    width: 75%;
}

.today-3-weather .area-right .card {
    overflow-x: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.today-3-weather .table-weather {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 2px;
}

.today-3-weather .area-right .table-weather {
    width: 1100px;
}

.today-3-weather .table-weather > thead > tr > th, .today-3-weather .table-weather > tbody > tr > th, .today-3-weather .table-weather > tfoot > tr > th, .today-3-weather .table-weather > tr > th {
    position: relative;
    font-size: .875em;
    font-weight: 100;
    text-align: center;
}

.today-3-weather .table-weather > thead > tr > td, .today-3-weather .table-weather > tbody > tr > td, .today-3-weather .table-weather > tfoot > tr > td, .today-3-weather .table-weather > tr > td {
    position: relative;
    font-size: 1em;
    text-align: center;
}

.today-3-weather .table-weather > tbody > tr > th.temp-height, .today-3-weather .table-weather > tbody > tr > td.temp-height, .today-3-weather .table-weather > tr > th.temp-height, .today-3-weather .table-weather > tr > td.temp-height,
.today-3-weather .table-weather > tbody > tr > th.wind-height, .today-3-weather .table-weather > tbody > tr > td.wind-height, .today-3-weather .table-weather > tr > th.wind-height, .today-3-weather .table-weather > tr > td.wind-height {
    height: 100px;
    padding: 0;
}

.today-3-weather .table-weather > tbody > tr.icon > th, .today-3-weather .table-weather > tbody > tr.icon > td, .today-3-weather .table-weather > tr.icon > th, .today-3-weather .table-weather > tr.icon > td {
    height: 50px;
    padding: 0;
}

.today-3-weather .table-weather > tbody > tr#table-weather-rain > td, .today-3-weather .table-weather > tr#table-weather-rain > td {
    background-color: rgba(21, 124, 230, .05);
}

.today-3-weather .table-weather .icon {
    height: 40px;
}

.today-3-weather figure {
    margin: 0;
}

.today-7-weather {
    padding: 0 5px;
    padding-bottom: 80px;
}

.today-7-weather .card {
    padding: 5px 0 0 0;
}

.today-7-weather .table-weather > thead > tr > th, .today-7-weather .table-weather > tbody > tr > th, .today-7-weather .table-weather > tfoot > tr > th, .today-7-weather .table-weather > thead > tr > td, .today-7-weather .table-weather > tbody > tr > td, .today-7-weather .table-weather > tfoot > tr > td, .today-7-weather .table-weather > tr > th, .today-7-weather .table-weather > tr > td {
    padding: 5px 0;
}

.today-7-weather .table-weather > tbody > tr > th, .today-7-weather .table-weather > tr > th {
    color: #666;
    font-size: .875em;
    font-weight: 100;
    text-align: center;
}

.today-7-weather .table-weather > tbody > tr > td, .today-7-weather .table-weather > tr > td {
    text-align: center;
}

.today-7-weather .table-weather > tbody > tr:nth-child(2) > td, .today-7-weather .table-weather > tbody > tr:nth-child(3) > td,
.today-7-weather .table-weather > tbody > tr:nth-child(6) > td, .today-7-weather .table-weather > tbody > tr:nth-child(7) > td,
.today-7-weather .table-weather > tbody > tr:nth-child(10) > td, .today-7-weather .table-weather > tbody > tr:nth-child(11) > td,
.today-7-weather .table-weather > tbody > tr:nth-child(14) > td, .today-7-weather .table-weather > tbody > tr:nth-child(15) > td,
.today-7-weather .table-weather > tbody > tr:nth-child(18) > td {
    background-color: rgba(21, 124, 230, .05);
}

.today-7-weather .table-weather .icon {
    height: 25px;
}

/* 화상병계산기 */
.forecast-calculator {
    width: 100%;
    padding: 10px 0;
}

.forecast-calculator .card.btn-card {
    border-radius: 25px;
}

.forecast-calculator .card.btn-card .form-select {
    border: 0;
}

.forecast-calculator .btn-crop {
    float: left;
    width: 50%;
    color: #999;
    font-weight: 100;
    margin: 0;
    border-radius: 25px;
}

.forecast-calculator .btn-crop.active {
    color: #fff;
    font-weight: 400;
    margin: 0;
    background-color: #157ce6;
    border-radius: 25px;
}

.forecast-calculator .form-box {
    background-color: #dddddd;
    border-radius: 10px;
}

.forecast-calculator .form-control {
    font-weight: 100;
    padding: 9px .75rem;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.forecast-calculator .form-contents {
    padding: 15px 10px;
}

.forecast-calculator .form-text {
    color: #666;
    font-size: 1em;
    margin: 0;
}

.form-box .input-group {
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.form-box .input-group .input-group-text {
    font-weight: 100;
    padding: 9px .75rem;
    background-color: #fff;
    border: none;
    border-radius: 10px;

}

.form-box .input-group .form-control {
    box-shadow: none;
}

.form-box .input-group .btn-form {
    background-color: #fff;
    border: none;
    border-radius: 10px;
}

.btn-select {
    width: 100%;
    color: #666;
    font-size: 0.857em;
    font-weight: 100;
    padding: 9px 5px;
    background-color: #eee;
    border: none;
    border-radius: 10px;
}

.btn-select.active {
    color: #222;
    font-weight: 400;
    background-color: #fff;
}

#div-stations .btn-select {
    padding: 10px 5px 11px 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.btn-input {
    width: 39px;
    height: 39px;
    color: #157ce6;
    font-size: 0.857em;
    font-weight: 100;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.btn-form img,
.btn-input img {
    width: auto;
    height: 24px;
}

.form-label {
    font-weight: 100;
}

.calculator-btn {
    margin-bottom: 90px;
}

.calculator-btn .btn-primary {
    background-color: #157ce6;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

/* modal */
.modal-content {
    border-radius: 1rem;
    border: none;
}

.modal-header {
    color: #157ce6;
    border: none;
}

.modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

.modal-footer .btn-outline-secondary {
    background-color: #ffffff;
}

.modal-footer .btn-outline-secondary:hover,
.modal-footer .btn-outline-secondary:focus {
    color: #222222;
    background-color: #f2f2f2;
}

.modal-location .modal-content {
    border-radius: 15px;
}

.modal-location .modal-header {
    color: #222222;
    border-bottom: none;
}

.modal-location .modal-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: none;
    background: transparent;
}

.modal-location .modal-footer .btn {
    border-radius: 20px;
}

/* 지점 설정 */
.search-address .form-control {
    border-color: #cccccc;
    border-right: transparent;
}

.search-address .btn-search {
    color: #1d75c0;
    background: transparent;
    border: 1px solid #cccccc;
    border-left: transparent;
    border-radius: 0;
}

.crosshairs-bar {
    padding: 20px 0;
}

.btn-crosshairs {
    font-weight: 100;
}

.btn-crosshairs img {
    height: 15px;
    margin-right: 5px;
}

.branch-box {
    padding: 15px 10px;
    background: #f2f2f2;
}

.branch-text {
    font-size: 1.1em;
}

.branch-text small {
    display: block;
}

.branch-box-list {
    height: 200px;
    padding: 10px 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    overflow-y: auto;
}

.branch-box-list .form-check {
    margin-bottom: 15px;
}

/* 예측결과 계산하기 */
.calculator-modal .card {
    min-height: 105px;
    border: 1px solid #ccc;
    box-shadow: none;
}

.calculator-modal .card h4 {
    font-size: 1em;
    text-align: center;
    letter-spacing: -1px;
    margin: 5px 0 10px 0;
}

.calculator-modal .card h5 {
    font-size: 1em;
    text-align: center;
    margin: 0 0 10px 0;
}

.date-list .badge {
    width: 48px;
    font-size: 1em;
    font-weight: 100;
    padding: 8px 3px;
    margin: 0 3px 3px 0;
    border-radius: 20px;
}

.badge-warning .badge {
    background-color: #f5870c;
}

.badge-danger .badge {
    background-color: #d61f26;
}

.badge-app .badge {
    background-color: #a768ae;
}

.calculator-modal .card h5.text-warning {
    color: #f5870c !important;
}

.calculator-modal .card h5.text-danger {
    color: #d61f26 !important;
}

.left-line {
    border-left: 1px solid #eee;
}

/* alert bar */
.alert-bar {
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border-radius: 20px;
    box-shadow: 0 3px 5px #eeeeee;
}

.alert-bar h4 {
    font-size: 1.143em;
    font-weight: 400;
    font-family: 'Nanum Square', '돋움', Arial, sans-serif;
}

.alert-bar p {
    font-size: 1em;
    margin: 0;
}

/* Step Color */
.danger-bar.step-1,
.card-info.step-1,
.alert-bar.step-1 {
    background-color: #87b937;
}

.danger-bar.step-2,
.card-info.step-2,
.alert-bar.step-2 {
    background-color: #eac327;
}

.danger-bar.step-3,
.card-info.step-3,
.alert-bar.step-3 {
    background-color: #f5870c;
}

.danger-bar.step-4,
.card-info.step-4,
.alert-bar.step-4 {
    background-color: #d61f26;
}

.card-info.forecast-on {
    background-color: #a768ae;
}

.card-info.step-0,
.card-info.forecast-off {
    color: #888888;
    text-shadow: 0 1px 0 rgb(255, 255, 255, .2);
    background-color: #ddd;
}

.bg-blue {
    color: #fff;
    background-color: #157ce6;
}

.text-step0 {
    color: #999;
}

.text-step1 {
    color: #628a22;
}

.text-step2 {
    color: #be9a06;
}

.text-step3 {
    color: #f5870c;
}

.text-step4 {
    color: #d61f26;
}

.text-forecast-on {
    color: #a768ae;
}

.text-forecast-off {
    color: #EAEAEA;
}


/* Datepicker */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #157ce6;
    border-color: #157ce6;
}

/*지점 예측 정보가 없을 경우*/
.day-not {
    text-align: center;
    padding: 60px 0;
}

.day-not .bi {
    color: #b14343;
    font-size: 3em;
}


.suggest-address {
    position: absolute;
    top: 40px;
    left: 0;
    max-height: 300px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    overflow-y: auto;
    z-index: 5;
}


/*등록약제 목록보기 버튼*/
.pest-btn {
    margin: 25px
}

/* 2022-04-11 */
.top-info {
    position: relative;
    display: block;
    z-index: 2;
}

.top-info .branch-info {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 60px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    z-index: 2;
}

.branch-growth p {
    margin-top: 5px;
    margin-bottom: 0;
}