.warp {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* Top Menu */
.top-menu-box {
    position: fixed;
    top: 5px; right: 55px; left: 5px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 10;
}
.top-menu-box .swiper-container {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
}
.top-menu-box a.swiper-slide {
    color: #999999;
    font-size: 1em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
}
.top-menu-box a.swiper-slide:hover,
.top-menu-box a.swiper-slide:focus {
    color: #000000;
}
.top-menu-box a.swiper-slide.active {
    font-weight: 400;
}
.top-menu-box a.swiper-slide.active span {
    position: absolute;
    bottom: 0;
    left: 20%; right: 20%;
    display: block;
    height: 4px;
}
.top-menu-box .swiper-button-next  {
    top: 10px;
    right: 0;
    padding: 19px 16px;
    background-color: #ffffff;
    --swiper-navigation-size: 20px;
}
.top-menu-box .swiper-button-next:focus{
    outline:none;
}

.top-menu-box .swiper-button-prev  {
    top: 10px;
    left: 0;
    padding: 19px 16px;
    background-color: #ffffff;
    --swiper-navigation-size: 20px;
}
.top-menu-box .swiper-button-prev:focus{
    outline:none;
}

.top-menu-box.page-1 a.swiper-slide.active {
    color: #1770bf;
}
.top-menu-box.page-1 a.swiper-slide.active span {
    background-color: #1770bf;
}
.top-menu-box.page-1 .swiper-button-next  {
    --swiper-theme-color: #1770bf;
}
.top-menu-box.page-1 .swiper-button-prev  {
    --swiper-theme-color: #1770bf;
}

.top-menu-box.page-2 a.swiper-slide.active {
    color: #21b88f;
}
.top-menu-box.page-2 a.swiper-slide.active span {
    background-color: #21b88f;
}
.top-menu-box.page-2 .swiper-button-next  {
    --swiper-theme-color: #21b88f;
}
.top-menu-box.page-2 .swiper-button-prev  {
    --swiper-theme-color: #21b88f;
}

.top-menu-box.page-3 a.swiper-slide.active {
    color: #31ad37;
}
.top-menu-box.page-3 a.swiper-slide.active span {
    background-color: #31ad37;
}
.top-menu-box.page-3 .swiper-button-next  {
    --swiper-theme-color: #31ad37;
}
.top-menu-box.page-3 .swiper-button-prev  {
    --swiper-theme-color: #31ad37;
}

.top-menu-box.page-4 a.swiper-slide.active {
    color: #e86c2f;
}
.top-menu-box.page-4 a.swiper-slide.active span {
    background-color: #e86c2f;
}
.top-menu-box.page-4 .swiper-button-next  {
    --swiper-theme-color: #e86c2f;
}
.top-menu-box.page-4 .swiper-button-prev  {
    --swiper-theme-color: #e86c2f;
}

.btn.btn-refresh {
    position: fixed;
    top: 5px; right: 5px;
    width: 37px;
    height: 37px;
    color: #777777;
    padding: 0;
    padding-top: 3px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 15;
}
.btn.btn-refresh .glyphicon {
    font-size: 1.2em;
}

/* Bottom Menu */
.bottom-menu-box {
    position: fixed;
    right: 0; left: 0;
    bottom: 0;
    padding: 10px 0 10px 0;
    background-color: #ffffff;
    box-shadow: 0 -3px 5px rgba(0,0,0,.1);
    z-index: 10;
}
.bottom-menu {
    font-size: 0; /* inline-block 오른쪽 간격 조정 */
}
.bottom-menu li {
    display: inline-block;
    width: 20%;
    font-size: 16px; /* inline-block 오른쪽 간격 조정 */
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.bottom-menu li>a.btm-m {
    display: block;
    text-align: center;
    text-decoration: none;
}
.bottom-menu li>a>p {
    color: #666666;
    font-size: .688em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 100;
    padding: 0;
    margin: 5px 0 0 0;
}
.bottom-menu li>a.btm-m .icon {
    display: block;
    width: 45px;
    height: 46px;
    margin: 0 auto;
    background-size: 100%;
}
.bottom-menu li>a.btm-m.m1 .icon {
    background-image: url('../images/app_menu_01.png');
}
.bottom-menu li>a.btm-m.m2 .icon {
    background-image: url('../images/app_menu_02.png');
}
.bottom-menu li>a.btm-m.m3 .icon {
    background-image: url('../images/app_menu_03.png');
}
.bottom-menu li>a.btm-m.m4 .icon {
    background-image: url('../images/app_menu_04.png');
}
.bottom-menu li>a.btm-m.m5 .icon {
    background-image: url('../images/app_menu_05.png');
}
.bottom-menu li>a.btm-m.active .icon {
    background-position-y: -60px;
}
.bottom-menu li>a.btm-m.active p {
    font-weight: 400;
}
.bottom-menu li>a.btm-m.m1.active p {
    color: #1770bf;
}
.bottom-menu li>a.btm-m.m2.active p {
    color: #21b88f;
}
.bottom-menu li>a.btm-m.m3.active p {
    color: #31ad37;
}
.bottom-menu li>a.btm-m.m4.active p {
    color: #d37a0c;
}
.bottom-menu li>a.btm-m.m5.active p {
    color: #e03261;
}

/* navigation */
.navbar {
    top: -51px;
    min-height: inherit;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,1);
    border: none;
    border-radius: 0;
    transition: all 0.5s ease;
}
.navbar.scrolled {
    top: 0;
    background: rgba(255,255,255,1);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.navbar-header {
    height: 44px;
}
.navbar-title-img {
    width: 250px;
    margin: 9px 0 0 10px;
}
.btn-top-menu {
    position: absolute;
    top: 0; right: 0;
    color: #000000;
    font-size: 1.5em;
    padding: 4px 13px;
    background: transparent;
}
/* menubar */
.menubar {
    padding: 20px;
}
.menu-logo-img {
    width: 100px;
    margin-bottom: 5px;
}
.menubar h2 {
    font-size: 1.4em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 400;
}
.menubar h3 {
    font-size: 1.2em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 400;
}
.menubar ul li {
    margin: 7px 0;
}
.menubar ul li a {
    position: relative;
    display: block;
    font-size: 1em;
    padding: 3px 0 3px 12px;
}
.menubar ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #999999;
    font-size: 1em;
    position: absolute;
    top: 1px;
    left: 0;
}

/* content */
.contents {
    position: relative;
    padding: 0;
    margin: 0;
}
.app-top-pd {
    padding-top: 60px !important;
}
.app-btm-pd {
    padding-bottom: 85px;
}
.contents-title {
    font-size: 1.275em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}
.contents-title-sub {
    font-size: 1.175em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}
.box {
    padding: 15px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 6px;
}
.box-title {
    font-size: .8em;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px 0;
}

/* 표지 */
.intro {
    position: relative;
    background-image: url('../images/top-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.top-bar p {
    color: #ffffff;
    padding: 5px 10px;
    margin: 0;
}
.top-title {
    padding: 40px 0 100px 40px;
}
.top-title img {
    display: block;
}
.top-logo-img {
    width: 90px;
    margin-bottom: 25px;
}
.top-title-img {
    width: 240px;
}
.top-site {
    float: right;
    width: 246px;
    padding: 15px 0 15px 15px;
    background: rgba(255,255,255,.5);
}
.top-site h2 {
    color: #333333;
    font-size: .875em;
    padding: 0;
    margin: 0 0 10px 0;
}
.top-site ul li {
    display: inline-block;
    margin-right: 15px;
}
.top-site ul li img {
    height: 32px;
}
/* 인사말 */
.intro-info {
    position: relative;
    background-image: url('../images/info-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.intro-info .intro-text {
    padding: 30px 15px;
}
.intro-info .intro-site {
    padding: 20px 15px 30px 15px;
    background: rgba(255,255,255,.7);
}
.intro-info p,
.intro-info ul li {
    color: #ffffff;
    font-size: .875em;
}
.intro-info ul {
    position: relative;
    padding-left: 20px;
}
.intro-info ul.icon-phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #ffffff;
    font-size: 1em;
    position: absolute;
    top: 2px;
    left: 0;
}
.intro-info strong,
.intro-info a {
    color: #ffffff;
}
.intro-site h2 {
    color: #000000;
    font-size: 1em;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    padding: 0;
    margin: 0 0 15px 0;
}
.intro-site ul {
    padding: 0;
    margin: 0;
}
.intro-site ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.intro-site ul li img {
    height: 50px;
}

/* 목차 */
.contents-list {
    position: relative;
    padding: 30px 15px 70px 15px;
    background-image: url('../images/contents-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.contents-list h3 {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    font-family: "Nanum Square", sans-serif;
    padding: 8px 10px;
    margin: 10px 0 0 0;
}
.contents-list h3.bg-special {
    color: #ffffff;
    background-color: #e83b6a;
}
.contents-list h3.bg-no-1 {
    color: #ffffff;
    background-color: #3561ad;
}
.contents-list ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.contents-list ul li {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.contents-list ul li a {
    position: relative;
    display: block;
    padding: 10px;
    margin: 0;;
}
.contents-list ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #cccccc;
    font-size: 1em;
    position: absolute;
    top: 9px;
    right: 15px;
}
.contents-list .line-special {
    border: 1px solid #e83b6a;
}
.contents-list .line-no-1 {
    border: 1px solid #3561ad;
}
.contents-list ul.line-top-none {
    border-top: none;
}
.contents-list ul.line-left-none {
    border-left: none;
}
.contents-list .line-special ul li,
.contents-list .line-no-1 ul li {
    border-right: none;
}
.contents-list .line-special ul li.line-special-bottom {
    border-bottom: none;
}
.contents-list ul.list-3 {
    width: 100%;
    float: left;
}
.contents-list ul.list-3 li {
    float: left;
    width: 33.333333%;
    /*border-top: 1px solid #cccccc;*/
    /*border-bottom: none;*/
}
.contents-list ul.list-3 li.bottom-none {
    border-bottom: none;
}
.contents-list .line-no-1 h3 {
    width: 100%;
}
.contents-list ul.list-3 li.line-right {
    border-right: 1px solid #cccccc;
}
.contents-list ul.list-3 li.line-bottom {
    border-bottom: 1px solid #cccccc;
}
.list-title h3 {
    padding: 0;
    margin: 0;
}

/* 발간취지 */
.greeting {
    position: relative;
    padding: 30px 15px;
    background-color: #ffffff;
    z-index: 1;
}
.greeting-text {
    font-size: .875em;
    margin: 0;
}
/* 앞으로 제공되는 기상·병해충 자료 소개 */
.service-info {
    position: relative;
    padding: 30px 15px 0px 15px;
    background-color: #f2f2f2;
    z-index: 1;
}
.service-info .img {
    margin-bottom: 20px;
}
.service-info .contents-title-sub {
    color: #444444;
}
.service-info-copyright>a>.img,
.service-info-copyright>span>.img {
    width: inherit;
    height: 30px;
}
.ps-info-map {
    position: relative;
    padding: 30px 10px;
    z-index: 1;
}
.ps-info-map .contents-title small {
    display: block;
    color: #ffffff;
    font-weight: 100;
    margin-top: 10px;
}
.table-info {
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.table-info>thead>tr>th, .table-info>tbody>tr>th, .table-info>tfoot>tr>th, .table-info>thead>tr>td, .table-info>tbody>tr>td, .table-info>tfoot>tr>td {
    color: #ffffff;
    font-size: .875em;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border-color: rgba(255,255,255,.3);
}
.table-info>thead>tr>th, .table-info>tbody>tr>th, .table-info>tfoot>tr>th {
    font-weight: 100;
    background: rgba(255,255,255,.1);
}
.form-control.date {
    min-width: 90%;
}
.form-title {
    color: #ffffff;
    text-align: center;
    padding: 4px 0;
    margin: 0;
}
.col-relative {
    position: relative;
}
.col-relative .form-control.date {
    z-index: 1;
}
.col-relative .fa-calendar {
    position: absolute;
    top: 9px; right: 25px;
    color: #666;
    z-index: 2;
}

/* 레이더 영상 */
.ps-radar {
    position: relative;
    padding: 30px 5px 20px 5px;
    margin-top: 10px;
    border-top: 1px solid #7ab9e3;
}
.ps-radar .contents-text {
    color: #ffffff;
    font-size: 1.125em;
    margin-top: 15px;
}
.btn-play {
    color: #1770bf;
    background-color: #ffffff;
}
.radar-control input[type="range"].radar-bar {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 8px 0;
    cursor: pointer;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 2020년 평창군 월평균 기온과 강수량 */
.ps-month-average {
    position: relative;
    padding: 30px 15px 5px 15px;
    background-color: #dff1fc;
    background-image: url('../images/pc-weather-bg.png');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: right 20px;
    z-index: 1;
}
.ps-month-average .contents-title {
    color: #2360ad;
}
.ps-month-average .contents-title small {
    display: block;
    color: #2360ad;
    margin-top: 5px;
}
.ps-month-average .box {
    padding-right: 0;
    margin-right: -15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ps-month-average ul li {
    margin-bottom: 15px;
}
.ps-month-average .graph-scroll {
    height: 280px;
    overflow-x: auto;
}
.ps-month-average .graph {
    width: 650px;
    height: 280px;
}
.ps-df-graph .graph-scroll {
    height: 250px;
    overflow-x: auto;
}
.ps-df-graph .graph {
    width: 500px;
    height: 250px;
}
.table-ps-month-weather {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 2px solid #5cd0b6;
    border-bottom: 1px solid #5cd0b6;
}
.table-ps-month-weather>thead>tr>th, .table-ps-month-weather>tbody>tr>th, .table-ps-month-weather>tfoot>tr>th, .table-ps-month-weather>thead>tr>td, .table-ps-month-weather>tbody>tr>td, .table-ps-month-weather>tfoot>tr>td {
    color: #333333;
    font-size: .875em;
    text-align: center;
    padding: 5px 0;
    border-color: #5cd0b6;
    border-right: 1px solid #5cd0b6;
}
.table-ps-month-weather>thead>tr>th, .table-ps-month-weather>tbody>tr>th, .table-ps-month-weather>tfoot>tr>th {
    font-weight: 100;
    vertical-align: middle;
    background-color: #e5f7f3;

}
.table-ps-month-weather>thead>tr>th:last-child, .table-ps-month-weather>tbody>tr>th:last-child, .table-ps-month-weather>tfoot>tr>th:last-child, .table-ps-month-weather>thead>tr>td:last-child, .table-ps-month-weather>tbody>tr>td:last-child, .table-ps-month-weather>tfoot>tr>td:last-child {
    border-right: none;
}

/* 2020년 사과 화상병 발생분석 */
.fireblight-info {
    position: relative;
    padding: 30px 15px 5px 15px;
    background-color: #ffe7a8;
    z-index: 1;
}
.fireblight-info .contents-title {
    color: #ea511e;
}
.fireblight-info .contents-title-sub {
    color: #937936;
}
.fireblight-location-img {
    float: left;
    width: 50%;
    margin-left: -15px;
}
.fireblight-location-img p {
    color: #937936;
    font-size: .875em;
    margin: 5px 0 0 5px;
}
.fireblight-location-text {
    float: left;
    width: 52%;
    padding-left: 15px;
}
.img-text {
    font-size: .7em;
    margin-top: 5px;
}
/* 평창군 최근 1개월 날씨상황 */
.ps-month-weather {
    position: relative;
    min-height: 750px;
    padding: 30px 10px 10px 10px;
    background-color: #5cd0b6;
    /*background-image: url('../images/pc-month-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;*/
    z-index: 1;
}
.ps-month-weather .contents-title,
.ps-month-weather .contents-title-sub {
    color: #ffffff;
}
.ps-month-weather .box {
    min-height: 200px;
    padding: 5px 0;
    margin-top: 30px;
}
.ps-month-weather .box .box-title {
    width: 140px;
    font-size: .875em;
    color: #ffffff;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: -22px;
    background-color: #179c78;
    border-radius: 25px;
}
.ps-month-weather .box .box-title small {
    color: #ffffff;
}

/* 이번주 평창군 이상기후 전망 */
.ps-abnormal-weather {
    position: relative;
    padding: 20px 10px 30px 10px;
    background-color: #5cd0b6;
    z-index: 1;
}
.ps-abnormal-weather .contents-title,
.ps-abnormal-weather .contents-title-sub {
    color: #ffffff;
}
.ps-abnormal-weather .contents-title small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
}
.ps-abnormal-weather .box-title {
    font-size: .9em;
}
.table-abnormal {
    margin: 0;
    border-top: 2px solid #5cd0b6;
}
.table.table-abnormal>thead>tr>th, .table.table-abnormal>tbody>tr>th, .table.table-abnormal>tfoot>tr>th, .table.table-abnormal>thead>tr>td, .table.table-abnormal>tbody>tr>td, .table.table-abnormal>tfoot>tr>td {
    font-size: .8em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #5cd0b6;
}
.table.table-abnormal>thead>tr>th, .table.table-abnormal>tbody>tr>th, .table.table-abnormal>tfoot>tr>th {
    color: #08634f;
    font-weight: 100;
    padding: 3px 2px;
    background-color: #daf5ef;
}
.table.table-abnormal>thead>tr>td, .table.table-abnormal>tbody>tr>td, .table.table-abnormal>tfoot>tr>td {
    padding: 12px 2px;
    background-color: #ffffff;
}
.table-abnormal td.safe,
.abnormal-legend-item .quadrangle.safe {
    color: #ffffff;
    background-color: #41c538 !important;
}
.table-abnormal td.high,
.abnormal-legend-item .quadrangle.high {
    color: #ffffff;
    background-color: #db3632 !important;
}
.table-abnormal td.low,
.abnormal-legend-item .quadrangle.low {
    color: #ffffff;
    background-color: #409ae6 !important;
}
.abnormal-legend {
    margin-top: 10px;
}
.abnormal-legend-item {
    display: inline-block;
    color: #ffffff;
    font-size: .857em;
    margin-right: 15px;
    vertical-align: top;
}
.abnormal-legend-item span {
    float: left;
    line-height: 1em;
}
.abnormal-legend-item .quadrangle {
    width: 13px;
    height: 13px;
    margin-right: 3px;
    border: 1px solid #ffffff;
}

/* 주요 작물별 병해충 정보 */
.ps-dip {
    position: relative;
    padding: 30px 15px 10px 15px;
    background-color: #89c25d;
    background-image: url('../images/dip-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.ps-dip .contents-title {
    color: #ffffff;
}
.ps-dip .box {
    min-height: 200px;
    margin-top: 30px;
}
.ps-dip .box .box-title {
    width: 120px;
    font-size: .875em;
    color: #ffffff;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: -32px;
    background-color: #437f33;
    border-radius: 25px;
}
/* 읍면날씨 */
.ps-week-weather {
    position: relative;
    min-height: 300px;
    padding: 20px 0 20px 0;
    background-color: #54a5dc;
    background-image: url('../images/week-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 1;
    overflow-x: hidden;
}
.ps-week-weather .contents-title,
.ps-week-weather .contents-title-sub {
    color: #ffffff;
}
.nav-pills.nav-subdiv>li {
    float: left;
    width: 25%;
    padding: 5px;
    margin: 0;
}
.nav-pills.nav-subdiv>li>a {
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
    margin: 0;
    border-radius: 20px;
    background-color: #4b8fcd;
    border: 1px solid #3e6eb5;
}
.nav-pills.nav-subdiv>li.active>a, .nav-pills.nav-subdiv>li.active>a:hover, .nav-pills.nav-subdiv>li.active>a:focus {
    background-color: #29378f;
    border-color: #29378f;
}
.ps-weather-today {
    padding: 0 5px;
    margin-top: 20px;
}
.ps-weather-today p {
    color: #ffffff;
}
.ps-weather-today .ps-temp {
    color: #ffffff;
    font-size: 4.2em;
    font-family: "Helvetica Neue", sans-serif;
    padding: 10px 0;
    margin: 0;
}
.ps-weather-today .ps-temp-icon img {
    width: 50px;
    margin-right: 10px;
}
.ps-weather-today .ps-temp small {
    font-size: .8em;
}
.ps-weather-today-info p strong {
    display: inline-block;
    width: 70px;
    font-weight: 100;
}

.ps-weather-3day .left-area {
    float: left;
    width: 23%;
}
.ps-weather-3day .right-area {
    float: left;
    width: 77%;
    overflow-x: auto;
}
.ps-df .left-area {
    float: left;
    width: 40%;
}
.ps-df .right-area {
    float: left;
    width: 60%;
    overflow-x: auto;
}

/* 농업기상 */
.ps-agri-weather {
    position: relative;
    min-height: 300px;
    padding: 20px 0 20px 0;
    background-color: #29378f;
    background-image: url('../images/agri-weather-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 1;
}
.ps-agri-weather .contents-title,
.ps-agri-weather .contents-title-sub {
    color: #ffffff;
}
.box-tab {
    padding: 15px;
}

.ps-agri-weather .graph-scroll {
    height: 350px;
    overflow-x: auto;
}
.ps-agri-weather .graph {
    width: 650px;
    height: 350px;
}
.ps-agri-btn {
    padding: 0 15px;
}
.ps-agri-search {
    padding: 5px 15px;
}
.ps-agri-search .btn,
.ps-agri-search .form-control {
    border: 0;
    box-shadow: none;
}
.ps-agri-search .bg-clear .form-control {
    background-color: inherit;
    background: transparent;
}
.ps-agri-search .btn-primary {
    background-color: #29378f;
}
.input-calendar .form-control {
    height: 30px;
    border-radius: 5px;
    border-right: 1px solid #ffffff;
}
.input-calendar .form-control::placeholder {
    color: #000000;
    font-size: .875em;
}
.input-calendar .input-group-addon {
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #ffffff;
    border-left: 1px solid #ffffff;
    box-shadow: none;
}
.input-calendar .input-group-addon .btn {
    padding: 0 10px;
    margin: 0;
    background: transparent;
}
.ps-agri-search .input-group {
    position: relative;
    z-index: 1;
}
.ps-agri-search .label-title {
    color: #ffffff;
    font-size: .875em;
    margin-bottom: 5px;
}
.ps-agri-search .text-temp {
    position: absolute;
    bottom: 4px;
    right: 15px;
    z-index: 2;
}
.ps-agri-search .form-group {
    margin: 0;
}
.ps-agri-search .form-control {
    font-size: .875em;
    padding-left: 10px;
    padding-right: 5px;
}
.ps-agri-search .form-control.number-temp {
    text-align: right;
    padding-left: 5px;
    padding-right: 30px;
}
.div-relative {
    position: relative;
}
.swiper-weather,
.swiper-agri {
    padding-top: 10px;
    padding-bottom: 40px;
}
.swiper-weather .swiper-pagination-bullet,
.swiper-agri .swiper-pagination-bullet {
    background: #ffffff;
}
.swiper-weather .swiper-button-next, .swiper-weather .swiper-button-prev,
.swiper-agri .swiper-button-next, .swiper-agri .swiper-button-prev {
    top: 17px;
    --swiper-navigation-size: 25px;
    color: #ffffff;
}
.swiper-weather.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-agri.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.card-rain {
    color: #999999;
    font-size: .875em;
    text-align: center;
    padding: 6px 3px;
    margin: 5px 0;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.card-rain strong {
    display: block;
    margin-bottom: 3px;
}
.card-rain.color-1 {
    color: #ffffff;
    background-color: #64bf3b;
}
.card-rain.color-2 {
    color: #ffffff;
    background-color: #ffa913;
}
.card-rain.color-3 {
    color: #ffffff;
    background-color: #eb1a14;
}

/* Full calendar */
.fc-box {
    height: 340px;
}
.fc .fc-toolbar-title {
    font-size: 1.1em;
}
.fc .fc-button {
    font-size: .875em;
    font-weight: 400;
    padding: .2em .5em;
    margin: 0 1em;
    border-radius: .25em !important;
}
.fc .fc-button .fc-icon {
    font-size: .875em;
}
.fc table {
    font-size: .875em;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
}
.fc-col-header tr th a {
    font-weight: 100;
}
.fc-col-header tr th:first-child a,
.fc-scrollgrid-sync-table tr td:first-child a{
    color: #fc4c4e;
}
.ps-rain .fc .fc-button-primary {
    background-color: #0f9a74;
    border-color: #0f9a74;
}
.ps-df-calendar .fc .fc-button-primary {
    background-color: #208426;
    border-color: #208426;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(0,255,255,.3);
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #29378f;
}
hr.line {
    margin: 30px 10px;
    border-top: 1px dashed rgba(255,255,255,.5);
}

/* 창간호 태그 */
.tag-no1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    z-index: 2;
}
.title-number {
    position: relative;
    color: #244892;
    font-size: 1.1em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    background-color: #fffb36;
    box-shadow: 0 0 10px #244892;
    z-index: 1;
}
.title-number strong {
    margin-right: 20px;
}
.title-number-dot {
    position: absolute;
    bottom: -21px;
    right: 0; left: 0;
    color: #fffb36;
    text-align: center;
    font-size: 1.4em;
    z-index: 2;
}
.ps-rain {
    padding: 30px 0;
    border-top: 1px solid #bae0d6;
    border-bottom: 1px solid #bae0d6;
}
.ps-rain .fc-toolbar-title {
    color: #ffffff;
}
.ps-rain .fc-view {
    background-color: #ffffff;
}
.ps-rain .fc-theme-standard .fc-scrollgrid,
.ps-rain .fc-theme-standard th,
.ps-rain .fc-theme-standard td {
    border-color: #5cd0b6;
}
.ps-rain .btn-primary {
    color: #b9e8dd;
    background-color: #5bbda2;
    border-color: #199573;
}
.ps-rain .btn-primary:active, .ps-rain .btn-primary.active, .ps-rain .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #199573;
    border-color: #199573;
}
.ps-agri-wt-dp .nav.nav-tabs {
    display: flex;
    border: 0;
}
.ps-agri-wt-dp .nav.nav-tabs>li {
    float: inherit;
    width: 100%;
}
.ps-agri-wt-dp .nav.nav-tabs>li>a {
    width: 100%;
    color: #ffffff;
    font-size: .875em;
    text-align: center;
    letter-spacing: -1px;
    padding: 8px 3px;
    border-radius: 6px 6px 0 0;
}
.ps-agri-wt-dp .nav-tabs>li.active>a, .ps-agri-wt-dp .nav-tabs>li.active>a:hover, .ps-agri-wt-dp .nav-tabs>li.active>a:focus {
    color: #2871a2;
    font-weight: 400;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.ps-agri-wt-dp .tab-pane {
    min-height: 350px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 6px;
}
.ps-agri-wt-dp .tab-pane:first-child {
    border-radius: 0 6px 6px 6px;
}
.ps-agri-wt-dp .tab-pane:last-child {
    border-radius: 6px 0 6px 6px;
}

.ps-agri-wt-dp .graph-scroll {
    overflow-x: auto;
}
.ps-agri-wt-dp .graph {
    width: 800px;
}

/* 주간예보 */
.ps-weather-3day {
    padding: 15px 0;
    margin-top: 20px;
    border-top: 1px solid #7ab9e3;
}
.ps-weather-7day {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #7ab9e3;
    border-bottom: 1px solid #7ab9e3;
}
.ps-weather-7day .scroll-y {
    height: 395px;
    overflow: hidden;
    overflow-y: auto;
}
.ps-week-weather {

}
/*.ps-week-weather .table-weather th,*/
.ps-week-weather .table-weather td {
    color: #ffffff;
}
.table-weather {
    width: 100%;
}
.ps-weather-3day .right-area .table-weather {
    width: 1100px;
}
.ps-df .right-area .table-weather {
    width: 700px;
}
.table-weather>thead>tr>th, .table-weather>tbody>tr>th, .table-weather>tfoot>tr>th, .table-weather>tr>th {
    position: relative;
    color: #ffffff;
    font-size: .875em;
    font-weight: 100;
    text-align: center;
}
.left-area .table-weather>thead>tr>th, .left-area .table-weather>tbody>tr>th, .left-area .table-weather>tfoot>tr>th, .left-area .table-weather>tr>th {
    color: #ffffff;
}
.table-weather>thead>tr>td, .table-weather>tbody>tr>td, .table-weather>tfoot>tr>td, .table-weather>tr>td {
    position: relative;
    font-size: 1em;
    text-align: center;
}
.table-weather>tbody>tr>th.temp-height, .table-weather>tbody>tr>td.temp-height, .table-weather>tr>th.temp-height, .table-weather>tr>td.temp-height,
.table-weather>tbody>tr>th.wind-height, .table-weather>tbody>tr>td.wind-height, .table-weather>tr>th.wind-height, .table-weather>tr>td.wind-height{
    height: 100px;
    padding: 0;
}
.table-weather>tbody>tr.icon>th, .table-weather>tbody>tr.icon>td, .table-weather>tr.icon>th, .table-weather>tr.icon>td {
    height: 50px;
    padding: 0;
}
.table-weather>tbody>tr.rainfall-bg>td, .table-weather>tr.rainfall-bg>td {
    background: rgba(255,255,255,.1);
}
/*.table-weather>tbody>tr.date>th, .table-weather>tr.date>th {
    height: 50px;
    vertical-align: bottom;
}*/
.table-weather>tbody>tr>th small, .table-weather>tr>th small {
    font-weight: 100;
}
.table-weather .icon {
    height: 40px;
}
.table-weather .icon-today {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    text-align: center;
}
.table-weather .icon-today img {
    height: 24px;
}
.table-weather .info-text {
    font-size: .875em;
}
.wind-img {
    height: 15px;
}
.wind-text {
    margin: 5px 0 0 0;
}
.ps-weather-7day .icon {
    height: 25px;
}
.ps-weather-3day .table-weather>tbody>tr.date>th, .ps-weather-3day .table-weather>tbody>tr.date>td {
    height: 30px;
}
.ps-weather-3day .table-weather>thead>tr>th, .ps-weather-3day .table-weather>tbody>tr>th, .ps-weather-3day .table-weather>tfoot>tr>th, .ps-weather-3day .table-weather>thead>tr>td, .ps-weather-3day .table-weather>tbody>tr>td, .ps-weather-3day .table-weather>tfoot>tr>td, .ps-weather-3day .table-weather>tr>th, .ps-weather-3day .table-weather>tr>td {
    padding: 0;
}

.ps-weather-7day .table-weather>thead>tr>th, .ps-weather-7day .table-weather>tbody>tr>th, .ps-weather-7day .table-weather>tfoot>tr>th, .ps-weather-7day .table-weather>thead>tr>td, .ps-weather-7day .table-weather>tbody>tr>td, .ps-weather-7day .table-weather>tfoot>tr>td, .ps-weather-7day .table-weather>tr>th, .ps-weather-7day .table-weather>tr>td {
    padding: 5px 0;
}
.ps-weather-7day .table-weather>tbody>tr>th, .ps-weather-7day .table-weather>tr>th {
    color: #ffffff;
    font-size: .875em;
    font-weight: 100;
}
.ps-weather-7day .table-weather>tbody>tr:nth-child(2)>td, .ps-weather-7day .table-weather>tbody>tr:nth-child(3)>td,
.ps-weather-7day .table-weather>tbody>tr:nth-child(6)>td, .ps-weather-7day .table-weather>tbody>tr:nth-child(7)>td,
.ps-weather-7day .table-weather>tbody>tr:nth-child(10)>td, .ps-weather-7day .table-weather>tbody>tr:nth-child(11)>td,
.ps-weather-7day .table-weather>tbody>tr:nth-child(14)>td, .ps-weather-7day .table-weather>tbody>tr:nth-child(15)>td,
.ps-weather-7day .table-weather>tbody>tr:nth-child(18)>td {
    background-color: rgba(255,255,255,.08);
}

.ps-df .table-weather>thead>tr>th, .ps-df .table-weather>tbody>tr>th, .ps-df .table-weather>tfoot>tr>th, .ps-df .table-weather>thead>tr>td, .ps-df .table-weather>tbody>tr>td, .ps-df .table-weather>tfoot>tr>td, .pps-df .table-weather>tr>th, .ps-df .table-weather>tr>td {
    height: 42px;
    color: #ffffff;
    padding: 5px 0;
}
.ps-df .table-weather>thead>tr>th, .ps-df .table-weather>thead>tr>td {
    padding: 6px 0;
    background: rgba(255,255,255,.2);
}
.ps-df .left-area .table-weather>thead>tr>th {
    color: #105d14;
}
.ps-df-box {
    background-color: #52ab57;
}
.ps-df {
    padding: 0 0 30px 0;
}
.ps-df .contents-title {
    color: #ffffff;
}

.ps-df .table-weather .badge {
    font-size: .875em;
    font-weight: 100;
    padding: 4px 10px;
}
.ps-df .table-weather .badge.safe {
    background-color: #6873d9;
}
.ps-df .table-weather .badge.cast {
    background-color: #55ca3b;
}
.ps-df .table-weather .badge.warning {
    background-color: #e0b234;
}
.ps-df .table-weather .badge.danger {
    background-color: #d25a5f;
}
.ps-df .table-weather .badge.good {
    background-color: #126cab;
}
.ps-df .table-weather .badge.bad {
    background-color: #7f3d3d;
}
.ps-df .ps-df-select {
    padding: 5px 10px 20px 10px;
}
.ps-df-calendar .ps-df-select {
    padding: 5px 0 20px 0;
}
.ps-df-select .form-control {
    height: inherit;
    border: 0;
}
.ps-df-graph {
    border-top: 1px dashed #7ab9e3;
    padding-top: 20px;
    margin: 10px 15px 0 15px;
}
#table-weather-rain td {
    background: rgba(255,255,255,.2);
}
.ps-weather-3day .table-weather {
    border-collapse: inherit;
    border-spacing: 2px;
}
.contents-title-sub .btn-link {
    font-size: 1.1em;
}

.ps-calculator {
    position: relative;
    min-height: 300px;
    padding: 20px 0 20px 0;
    background-color: #ffa943;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 1;
}
.ps-calculator .contents-title {
    color: #ffffff;
}
.ps-calculator .contents-title-sub {
    color: #ffffff;
}
.ps-calculator .btn-primary {
    color: #fad9b1;
    background-color: #f39b32;
    border-color: #af6610;
}
.ps-calculator .btn-primary.active, .ps-calculator .btn-primary:active:hover, .ps-calculator .btn-primary.active:hover, .ps-calculator .open>.dropdown-toggle.btn-primary:hover, .ps-calculator .btn-primary:active:focus, .ps-calculator .btn-primary.active:focus, .ps-calculator .open>.dropdown-toggle.btn-primary:focus, .ps-calculator .btn-primary:active.focus, .ps-calculator .btn-primary.active.focus, .ps-calculator .open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #af4810;
}
.ps-calculator .nav-tabs>li.active>a, .ps-calculator .nav-tabs>li.active>a:hover, .ps-calculator .nav-tabs>li.active>a:focus {
    color: #ea7229;
}
.btn-calculator {
    color: #ffffff;
    background-color: #af4810;
    border-color: #af4810;
}
.btn-calculator:hover,
.btn-calculator:focus {
    color: #ffffff;
    background-color: #7b340e;
    border-color: #7b340e;
}
.btn-help {
    color: #ffffff;
    font-weight: 100;
    margin-left: 15px;
    background: transparent;
    border-color: #ffffff;
}
.btn-help:hover,
.btn-help:focus {
    color: #29378f;
    border-color: #29378f;
}

.ps-df-calendar {
    padding: 20px 0 40px 0;
    margin: 0 10px;
    border-top: 1px solid #8ec190;
}
.ps-df-calendar .contents-title {
    color: #ffffff;
}
.ps-df-calendar .fc-toolbar-title {
    color: #ffffff;
}
.ps-df-calendar .fc-view {
    background-color: #ffffff;
}
.ps-df-calendar .fc-theme-standard .fc-scrollgrid,
.ps-df-calendar .fc-theme-standard th,
.ps-df-calendar .fc-theme-standard td {
    border-color: #52ab57;
}
.ps-df-box .btn-primary {
    color: #b9e8dd;
    background-color: #47a24d;
    border-color: #1c7b21;
}
.ps-df-box .btn-primary:active, .ps-df-box .btn-primary.active, .ps-df-box .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1c7b21;
    border-color: #1c7b21;
}


/* private */
.private-header {
    text-align: center;
    padding: 30px 0;
    background-color: #000000;
}
.private-header h1 {
    color: #ffffff;
    font-size: 1.5em;
    font-family: "Nanum Square", sans-serif;
    padding: 0;
    margin: 0;
}
.private {
    padding: 30px 10px;
}
.private .contents-title, .private .contents-title-sub {
    text-align: left;
}
.private .contents-title-sub {
    margin-top: 30px;
}
.private ol {
    padding-left: 24px;
}
.private ol>li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.private-footer {
    color: #666666;
    font-size: .875em;
    text-align: center;
    padding: 30px 0;
    background-color: #f2f2f2;
}

/* modal */
.modal-content {
    overflow: hidden;
    background-color: #f2f2f2;
}
.modal-title {
    font-size: 1.1em;
}
.modal-header {
    border-bottom: 0;
}
.modal-footer {
    text-align: center;
    border-top: 0;
}
.modal-tab .tab-content {
    padding: 10px;
    /*margin-bottom: 20px;*/
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}
.modal-box {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.text-info {
    font-size: .875em;
}
.tab-btn .btn {
    margin-bottom: 5px;
}
.modal-legend-title {
    text-align: center;
}
.modal-legend-title p {
    text-align: center;
    padding: 5px;
    background-color: #f2f2f2;
}
.modal-legend .modal-legend-item {
    padding-top: 15px;
    border-top: 1px dashed #dddddd;
}
.modal-legend .modal-legend-item:first-child {
    padding-top: 0px;
    border-top: none;
}
.modal-legend .modal-legend-item p {
    font-size: .875em;
}
.modal-legend .modal-legend-item .quadrangle {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    border: 1px solid #333333;
}
.modal-legend .modal-legend-item .quadrangle.none {
    color: #ffffff;
    background-color: #dddddd !important;
}
.modal-legend .modal-legend-item .quadrangle.safe {
    color: #ffffff;
    background-color: #55ca3b !important;
}
.modal-legend .modal-legend-item .quadrangle.cast {
    color: #ffffff;
    background-color: #6873d9 !important;
}
.modal-legend .modal-legend-item .quadrangle.warning {
    color: #ffffff;
    background-color: #e0b234 !important;
}
.modal-legend .modal-legend-item .quadrangle.danger {
    color: #ffffff;
    background-color: #d25a5f !important;
}
.photo-none {
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}
.modal-df-info h5 {
    font-size: 1em;
    margin-top: 15px;
}
.modal-df-info ol {
    padding-left: 24px;
}
.modal-df-info ol>li {
    list-style-type: decimal;
}
.modal-df-info ul {
    padding-left: 20px;
}
.modal-df-info ul>li {
    list-style-type: square;
}
.modal-df-info ul>li:before {
    color: #cccccc;
}
.table.table-df {
    border-top: 2px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
.table.table-df th {
    font-weight: 100;
    text-align: center;
    background-color: #f2f2f2;
}
.table.table-df td {
    word-break: break-all;
}
.modal-df-info .btn-default {
    border-radius: 0;
    border-color: #aaaaaa;
    border-bottom: none;
}
.modal-df-info .btn-link {
    color: #333333;
    background: transparent;
    border: transparent;
}
.modal-help h5 {
    font-size: 1em;
    font-family: "Nanum Square", sans-serif;
    padding: 0;
    margin: 0 0 5px 0;
}
.modal-help h5.contents-title {
    font-size: 1.275em;
    margin: 10px 0 10px 0;
}
.modal-help ul li {
    font-size: .875em;
}
.modal-body.modal-intro {
    padding: 30px 20px;
    background-color: #ffffff;
}
.modal-body.modal-intro p {
    line-height: 1.4em;
}
.modal-footer.modal-intro {
    background-color: #ffffff;
}
.modal-intro .btn-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 1.5em;
    background-color: #ffffff;
}

.btn-link {
    color: #ffffff;
    font-weight: 100;
    padding: 0;
    margin: 0;
    background: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #29378f;
    text-decoration: none;
}

.index-bg {
    background-color: #e83b6a;
}
.index {
    padding: 0 20px;
}
.index h3, .index p {
    color: #ffffff;
}
.index-text {
    font-size: 1.063em;
}
.index-text,
.index-site,
.index .service-info-copyright {
    margin-top: 30px;
}
.index-site ul {
    padding: 0;
    margin: 0;
}
.index-site ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.index-site ul li img {
    height: 50px;
}

.btn-index {
    color: #e83b6a;
    font-size: 1.125em;
    font-family: "Nanum Square", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.btn-index:hover,
.btn-index:focus {
    color: #ffffff;
    background-color: #801c37;
    box-shadow: none;
}
.index-greeting {
    margin-top: 30px;
    border-top: 1px solid #ed7d93;
    border-bottom: 1px solid #ed7d93;
}
.index-greeting .btn {
    color: #ffffff;
    font-size: 1em;
    text-align: left;
    padding: 15px;
    background: rgba(255,255,255,.1);
    border-radius: 0;
}
.index-greeting .btn .glyphicon {
    float: right;
}

/* tip */
.tip-box {
    position: relative;
    color: #ffffff;
    padding: 10px 15px;
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
}
.tip-box p {
    font-size: .875em;
    padding: 0;
    margin: 0;
}
.tip-box .tip-arr {
    position: absolute;
    top: -10px;
    color: rgba(0,0,0,.2);
}
.tip-box .tip-arr.arr-left {
    left: 20px;
}
.tip-box .tip-arr.arr-right {
    right: 20px;
}
.ps-df .tip-box {
    background-color: #3a843f;
}
.ps-df .tip-box .tip-arr  {
    color: #3a843f;
}

/* special */
.section {
    padding: 0 15px 20px 15px;
}
.section h2 {
    font-size: 1.375em;
    font-family: "Nanum Square", sans-serif;
    padding-top: 24px;
    margin-bottom: 20px;
    background-image: url("/resources/custom/images/special/2021/08/dot-1.png");
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: 34px;
}
.section h3 {
    font-size: 1.250em;
    font-family: "Nanum Square", sans-serif;
    padding: 0;
    margin-bottom: 15px;
}
.section h4 {
    font-size: 1.125em;
    padding: 0;
    margin-bottom: 10px;
}

.section h2.mb5, .section h3.mb5, .section h4.mb5 {
    margin-bottom: 5px;
}
.section p {
    display: block;
    margin: 0 0 15px 0;
}
.section p.mt15 {
    margin-top: 15px;
}
.section p.mb5 {
    margin-bottom: 5px;
}
.section ul {
    margin-bottom: 15px;
}
.section ul li {
    padding-left: 12px;
    margin-top: 10px;
    background-image: url("/resources/custom/images/special/2021/08/dot-2.png");
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 5px;
}
.section ul li:first-child {
    margin-top: 0;
}
.section .box {
    padding: 0;
    margin: 0 0 15px 0;
    border-radius: 0;
}
.section .box.photo span,
.section .box.table span{
    display: block;
    color: #666666;
    font-size: 0.875em;
    margin-top: 5px;
}
.section .box.gray {
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 0;
}
.section .box ul {
    margin-bottom: 0;
}
.section .box.table {
    margin: 0 0 30px 0;
}
.section table.table {
    border-top: 2px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
.section table.table th, .section table.table td {
    font-size: 0.875em;
    text-align: center;
}
.section table.table th {
    background-color: #f2f2f2;
}
.section table.table td {
    vertical-align: middle;
    border-left: 1px solid #dddddd;
}
.section table.table td:first-child {
    border-left: none;
}
.section .box .table {
    margin-bottom: 0;
}
.section .box ul li {
    background-image: url("/resources/custom/images/special/2021/08/dot-3.png");
    background-position: 0 8px;
    background-size: 5px;
}
.section .box.link {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
.section .box.link h3 {
    font-size: 1em;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}
.section .box.link ul.link-list {
    text-align: center;
}
.section .box.link ul.link-list li {
    display: inline-block;
    padding: 0;
    margin: 0 15px 15px 0;
    background-image: none;
}



p i,
.box i {
    font-family: "Times New Roman", Times, serif;
}

.msp-list {
    padding: 0 15px 40px 15px;
}
.msp-list ul {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.msp-list ul li {
    position: relative;
    padding-left: 20px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    background-image: none;
}
.msp-list ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #999999;
    font-size: 1em;
    position: absolute;
    top: 9px;
    left: 10px;
}
.msp-list ul li.prev:before {
    content: "\f106";
}
.msp-list ul li.next:before {
    content: "\f107";
}

.msp-list ul li a,
.msp-list ul li a:hover,
.msp-list ul li a:focus {
    display: block;
    color: #333333;
    padding: 10px;
    text-decoration: none;
    background-color: #ffffff;
}

.highcharts-axis-labels.highcharts-xaxis-labels {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
}

/* sidebar Menu */
.sidebar-close {
    color: #666;
    font-size: 1.500em;
    padding: 10px 15px;
    background-color: #fff;
}
.sidebar-repeat {
    color: #666;
    font-size: 1.250em;
    padding: 10px 15px;
    margin-left: 10px;
    background-color: #fff;
}
.page-location {
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: transparent;
    z-index: 999;
}
.contents-text {
    color: #ffffff;
    font-size: 1em;
    text-align: center;
}

#con-1-1 { top: 0; }
#con-1-2 { top: 225px; }
#con-1-3 { top: 640px; }
#con-1-4 { top: 1250px; }
#con-1-5 { top: 412px; }
#con-1-6 { top: 2090px; }
#con-2-1 { top: 0; }
#con-2-2 { top: 720px; }
#con-2-3 { top: 1212px; }
#con-3-1 { top: 0; }
#con-3-2 { top: 620px; }
#con-4-1 { top: 0; }

