@charset "utf-8";

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../webfonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../webfonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../webfonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/lato-v17-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../webfonts/lato-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/lato-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/lato-v17-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/lato-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/lato-v17-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* common */

.s-main{
    padding-top: 105px;
}
@media screen and (max-width: 1090px){
    .s-main{
        padding-top: 105px;
    }
}
@media screen and (max-width: 767px){
    .s-main{
        padding-top: 78px;
    }
}
.s-main--home{
    padding-top: 0;
}

/* GNB */
.nav-renew{
    /*background: rgba(29, 29, 30, 0.72);*/
    background: rgba(6, 16, 43, 1);
    padding: 0 40px;
}
.nav-renew .container{
    width: 100%;
    max-width: 1920px;
    padding: 0;
}
.nav-renew .collapse{
    flex-grow: 0;
    padding: 29px 0;
}
.nav-renew .navbar-brand{
    align-self: flex-start;
    position: relative;
    /*padding: 20px 0 21px 172px;*/
    padding: 27px 0 28px 172px;
    margin-right: 30px;
}
.nav-renew .navbar-brand:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 167px;
    height: 187px;
    background-image: url("../images/logo-new.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.navbar-scrc .navbar-brand__img{
    height: auto;
    width: auto;
}
.navbar-scrc .navbar-brand__img.only-pc{
    width: 188px;
}
.navbar-scrc .navbar-brand__img.only-mo{
    display: none;
}
.nav-renew .navbar-nav{
    font-size: 20px;
    padding-right: 120px;
    font-weight: 600;
}
.nav-renew .nav-login-btn{
    padding:0;

}
.nav-renew .navbar-collapse-renew{
    display: flex;
}
.navbar-expand-md .navbar-toggler{
    display: block;
}

@media screen and (min-width: 1025px){
    .navbar-expand-md .navbar-toggler{
        display: none;
    }
}
@media screen and (max-width: 1480px){
    .nav-renew .navbar-nav{
        padding-right: 5.4054vw;
    }
    .navbar-scrc .nav-item:not(.nav-item--last){
        margin-right: 2.7027vw;
    }
    .navbar-scrc .nav-item.nav-item--last{
        margin-right: 0;
    }
}
@media screen and (max-width: 1360px){
    .nav-renew{
        padding: 0 2vw;
    }
    .nav-renew .navbar-nav{
        padding-right: 5vw;
        font-size: 16px;
    }
    .navbar-scrc .nav-item:not(.nav-item--last){
        margin-right: 2vw;
    }
    .navbar-scrc .nav-item.nav-item--last{
        margin-right: 0;
    }
}
@media screen and (max-width: 1090px) {
    .nav-renew .navbar-nav{
        padding-right: 2vw;
    }
    .nav-renew .navbar-brand{
        padding-left: 152px;
    }
    .nav-renew .navbar-brand:before{
        background-size: 146px;
        height: 148px;
    }
}
@media screen and (max-width: 1024px) {
    .nav-renew .container{
        flex-wrap: wrap;
    }
    .nav-renew .collapse:not(.show){
        display: none;
    }
    .nav-renew .navbar-collapse-renew{
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-renew .navbar-brand{
        /*padding-top: 50px;*/
    }
    .nav-renew .navbar-nav{
        flex-direction: column;
    }
    .nav-renew .nav-link--mypage, .nav-renew .nav-login-btn{
        width: 100%;
        display: block;
        text-align: center;
        margin-top: .5rem;
    }
    .nav-renew .mypage-nav-link {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: .5rem;
    }
}
@media screen and (max-width: 767px){
    .nav-renew{
        padding: 0 12px;
    }
    .nav-renew .navbar-brand{
        padding: 10px 0 10px 75px;
        margin-right: 0;
    }
    .nav-renew .navbar-brand:before{
        background-image: url("../images/logo-new.png");
        background-size: 70px;
        height: 82px;
    }
    .nav-renew .navbar-brand .navbar-brand__img.only-pc{
        display: none;
    }
    .nav-renew .navbar-brand .navbar-brand__img.only-mo{
        width: 130px;
        display: block;
    }
}

/* Main Visual */
#sTopSection{
    position: relative;
}
.visual-btn-wrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    bottom:40px;
    left:50%;
    width: 100%;
    max-width: 1048px;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 9;
}

.visual-btn-wrap.visual-btn-wrap--relative{
    position: relative;
    left: unset;
    max-width: 1048px;
    transform: none;
}
.visual-btn-wrap .visual-btn{
    position: relative;
    width: 31.2977%;
    height: 88px;
    padding: 15px 87px 23px 40px;
    border: 2px solid #dcdcde;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}
.visual-btn-wrap .visual-btn:hover{
    background: #000;
}
.visual-btn-wrap .visual-btn:before{
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #bbbbbf;
    font-weight: 400;
}
.visual-btn-wrap .visual-btn:after{
    content: '';
    position: absolute;
    top:0;
    right:0;
    width: 87px;
    height: 100%;
    border-left: 1px solid #fff;
    background: url("../images/icon-shortcut.png") no-repeat center center;
    background-size: 20px;
}
@media screen and (max-width: 1024px){
    .visual-btn-wrap .visual-btn{
        padding-left: 22px;
        padding-right:8.4961vw;
    }
    .visual-btn-wrap .visual-btn:after{
        width: 8.4961vw;
    }
}
@media screen and (max-width: 767px){
    .visual-btn-wrap{
        padding: 0 10px;
        bottom: 24px;
    }
    .visual-btn-wrap .visual-btn{
        height: 48px;
        padding: 9px 0;
        font-size: 16px;
        text-align: center;
    }
    .visual-btn-wrap .visual-btn:before{
        display: none;
    }
    .visual-btn-wrap .visual-btn:after{
        position: static;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left:4px;
        vertical-align: middle;
        border-left: none;
        background-size: 12px;
        margin-top: -4px;
    }
}

/* Main - 승인 현황 */
.renew-org{
    /*padding: 32px 0;*/
    padding: 0;
    background: rgb(6,16,43);;
    /*height: 160px;*/
    height: 130px;
}
.renew-org .container{
    max-width: 1048px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.renew-org .org-title{
    padding-left: 40px;
    margin-bottom: 0;
    margin-top: -14px;
}
.renew-org .org-title .org-title-top,
.renew-org .org-title .s-org-title__text {
    display: block;
    font-weight: bold;
}
.renew-org .org-title-top{
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #c49d46;
    margin-bottom: 2px;
}
.renew-org .s-org-title__text{
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    top: 0;
    letter-spacing: -1.99px;
}
.renew-org .org-list{
    display: flex;
}
.renew-org .org-list div{
    margin-top: 5px;
}
.renew-org .org-list div:first-child{
    padding-right: 43px;
}
.renew-org .org-list div:last-child{
    padding-left: 43px;
    border-left:1px solid #ddd;
}
.renew-org .org-list div small{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.renew-org .org-list div p{
    font-size: 24px;
    color: #eee;
    margin-bottom: 0;
}
.renew-org .org-list div .text-gradient-title{
    font-family: 'Lato', sans-serif;
    display: inline-block;
    font-size: 64px;
    line-height: 80px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .onlyIE {
        font-size: 64px;
        line-height: 80px;
        font-weight: 900;
        width: 112px;
        height: 80px;
        font-family: 'Lato', sans-serif;
    }
    .s-main--home svg {
        width: 112px;
        height: 80px;
    }
}
.renew-org .org-shortcut-btn{
    position: relative;
    width: 22%;
    height: 48px;
    max-width: 174px;
    padding: 12px 47px 12px 0;
    font-size: 16px;
    background: #060f2c;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.renew-org .org-shortcut-btn:after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    width: 47px;
    height: 100%;
    border-left: 1px solid #fff;
    background: url("../images/icon-org-shortcut.png") no-repeat center center;
}
@media screen and (max-width: 1048px){
    .renew-org .org-title{
        padding-left: 0;
    }
    .renew-org .org-list div:first-child{
        padding-right: 2.5802vw;
    }
    .renew-org .org-list div:last-child{
        padding-left: 2.5802vw;
    }
    .renew-org .org-shortcut-btn{
        padding-right: 6.0115vw;
    }
    .renew-org .org-shortcut-btn:after{
        width: 6.0115vw;
    }
}
@media screen and (max-width: 767px){
    .renew-org{
        padding: 32px 0 28px;
        height: auto;
    }
    .renew-org .container{
        padding: 0 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .renew-org .org-title{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .renew-org .org-title .org-title-top,
    .renew-org .org-title .s-org-title__text{
        display: inline;
        font-size: 24px;
        line-height: 1;
    }
    .renew-org .org-list{
        width: 100%;
        justify-content: center;
        margin-top: 16px;
    }
    .renew-org .org-list div{
        margin-top: 0;
    }
    .renew-org .org-list div small{
        display: block;
        text-align: center;
        line-height: 24px;
        height: 24px;
    }
    .renew-org .org-list div p{
        font-size: 18px;
    }
    .renew-org .org-list div .text-gradient-title{
        font-size: 48px;
        line-height: 66px;
        height: 66px;
    }
    .renew-org .org-list div:first-child{
        padding-right: 28px;
    }
    .renew-org .org-list div:last-child{
        padding-left: 28px;
    }
    .renew-org .org-shortcut-btn{
        width: 174px;
        height: 48px;
        font-size: 16px;
        margin-top: 16px;
        padding: 12px 48px 12px 0;
    }
    .renew-org .org-shortcut-btn:after{
        width: 48px;
        background-size: 14px;
    }
}

/* 인정제 신청 안내 페이지 */
.renew-warning-box{
    border-bottom: none;
}
.renew-warning-box + .s-dot-ul-list{
    border-bottom: thin solid #dcdcde;
    padding-top: 15px;
    padding-bottom: 20px;
}

/* 신청서 작성 LNB */
.sidebar-list-li.finished .upper-alpha-list-li,
.sidebar-list-li.finished .upper-alpha-list-li .upper-alpha-list-li__link{
    color: #1d1d1e;
}
.upper-alpha-list-li.upper-number-list-li{
    list-style: decimal;
}
.upper-alpha-list.none-alpha{
    list-style: none;
}
.upper-alpha-list-li.finished .upper-alpha-list-li__link{
    position: relative;
    padding-right: 30px;
}
.upper-alpha-list-li.finished .upper-alpha-list-li__link::after{
    position: absolute;
    top:0;
    right: 0;
    left: auto;
}
.upper-alpha-list-li.finished .upper-alpha-list li{
    color: #1d1d1e;
}
.upper-alpha-list-li .upper-alpha-list{
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 20px;
}
.upper-alpha-list-li .upper-alpha-list li{
    font-size: 14px;
}
.upper-alpha-list-li .upper-alpha-list li.active{
    font-weight: bold;
    color: #1d1d1e;
}
.upper-alpha-list-li .upper-alpha-list li.finished{
    color: #1d1d1e;
}
.inner-alpha{
    position: relative;
}
.inner-alpha:before{
    content: attr(data-alpha);
    position: absolute;
    top:0;
    left:0;
    transform: translateX(-120%);
}

/* 신청서 작성 (modal) */
.renew-modal .modal-dialog {
    width: 836px;
    max-width: 100%;
}
.renew-modal .s-modal-header{
    margin-bottom: 16px;
}
.renew-modal .s-title{
    font-size: 38px;
}
.renew-modal .modal-body p.desc{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #6b6b71;
}
.renew-modal .modal-body ul{
    max-height: 288px;
    padding: 0;
    margin:0;
    list-style: none;
    overflow-y: auto;
    border-top:1px solid #dcdcde;
    border-bottom:1px solid #dcdcde;
}
.renew-modal .modal-body li{
    font-size: 16px;
    color: #1d1d1e;
    border-bottom: 1px solid #dcdcde;
    padding: 12px 16px;
}
.renew-modal .modal-body li:last-child{
    border-bottom: none;
}
.renew-modal .modal-body .s-submit-btn-group{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.renew-modal .modal-body .s-submit-btn-group button{
    padding: 15px 56px;
}

/* 수행실적 작성 */
.s-section-title span{
    color: #bbbbbf;
}
.self-check-form{
    padding-top: 40px;
    padding-bottom: 64px;
    border-bottom: 1px solid #1d1d1e;
}
.self-radio-group{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.self-radio-group .s-radio{
    margin-bottom: 0;
}
.issue-list-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:20px;
    margin-top: 16px;
    color: #6b6b71;
    background: #f1f3f6;
}
.issue-list-wrap .issue-title{
    width: 100%;
    font-weight: bold;
}
.issue-list{
    width: 50%;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.issue-list li{
    margin-bottom: 8px;
}
.issue-list li:last-child{
    margin-bottom: 0;
}
.program-form{
    border-bottom: 1px solid #1d1d1e;
    font-size: 14px;
}
.program-form .s-square-form:first-child{
    padding-top: 40px;
    margin-top: 64px;
    border-top: 1px solid #1d1d1e;
}
.program-form .s-square-form + .s-square-form{
    border-top: 1px solid #1d1d1e;
    margin-top: 60px;
    padding-top: 40px;
}
.program-form .s-square-form:nth-last-of-type(1){
    padding-bottom: 40px;
}
.program-form .s-square-form section{
    position: relative;
}
.program-form .btn-del-form{
    position: absolute;
    top:3px;
    right: 0;
    border:none;
    width: 24px;
    height: 24px;
    background: url("../images/icon-close.png") no-repeat center center / contain;
    text-indent: -9999px;
}
.program-add-group{
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #1d1d1e;
}
.program-add-group .btn{
    padding: 12px 48px 12px 16px;
    border: 1px solid #dcdcde;
    font-weight: normal;
    background: url("../images/icon-add-blcak.png") no-repeat 86% 50%;
    background-size: 13px;
}
.write-renew-table{
    margin-top: 0;
}
.write-renew-table.table thead th{
    vertical-align: middle;
}
.text-dark-gray{
    color: #6b6b71;
}
/* 인정제 심사 현황 */
.s-section-title-with-select{
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.s-section-title-with-select .s-section-title{
    flex: 1 1 auto;
}
.s-section-title-with-select .s-btn-with-time{
    padding-left: 24px;
}
@media screen and (max-width: 991px) {
    .s-section-title-with-select .s-btn-with-time{
        padding-left:10px;
    }
    .s-section-title-with-select .s-btn-with-time .white-btn-m{
        padding: 12px;
    }
}
@media screen and (max-width: 767px) {
    .s-section-title-with-select{
        flex-wrap: wrap;
    }
    .s-section-title-with-select .with-year-select{
        width: 100%;
    }
    .s-section-title-with-select .s-btn-with-time{
        width: 100%;
        padding-left: 0;
    }
    .s-section-title-with-select .s-btn-with-time .white-btn-m{
        width: 100%;
    }
}

/* pdf */
.btn-outline-secondary.bg-white:hover{
    background: #1d1d1e !important;
}
.pdf-field-renew .custom-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.pdf-field-renew .custom-control-label::before {
    width: 1rem;
    height: 1rem;
    top: 0.25rem;
    left: -1.5rem;
}
.pdf-field-renew .custom-control-label::after {
    width: 1rem;
    height: 1rem;
    top: 0.25rem;
    left: -1.5rem;
}
.pdf-front-renew .big-radio-check-group {
    max-width: 751px;
    margin-top: 0;
}
.pdf-front-renew .custom-control-label.checked::before {
    color: #fff;
    border-color: #060f2c;
    background-color: #060f2c;
    border: 8px solid #fff;
}
.pdf-front-renew .custom-control-label.checked::after {
    content: "";
    background-image: url(../images/icon-check-white.svg);
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    position: absolute;
    left: 39%;
    top: 20px;
}
 .pdf-front-renew .btn-outline-secondary + .btn-primary{
     margin-left: 12px;
 }
.pdf-front-renew .big-radio-check-group{
    background: none;
}

/* 소개 페이지 */
.icon-intro-wrapper img{
    height: auto;
}

.icon-intro-wrapper .text-center {
    flex: 252;
}
.icon-intro-wrapper .text-center + .text-center {
    flex: 398;
}
/* 심사 일정 절차 */
.s-section__text.renew-judge{
    text-align: right;
    font-size: 14px;
    color: #6b6b71;
}
.dangujang-before.form-warning{
    margin-top: 0;
    margin-bottom: 0;
}
.form-warning{
    color: #e52b2b;
}
.form-warning p.s-section__text{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}
.dangujang-before{
    padding-left: 16px;
}
.dangujang-before .s-section__text{
    margin-top: 16px;
}
.dangujang-before li{
    list-style-type: "※";
    padding-left: 5px;
}
@media screen and (max-width: 767px){
    .s-section__text.renew-judge{
        text-align: left;
    }
}

/*////////// 인정 기업, 기관 현황 //////////*/
.s-number-box .row .col-3{
    /*border-left: thin solid #dcdcde;*/
    position: relative;
    padding-left: 16px;
}
.s-number-box .row .col-3:first-child{
    border-left: none;
}
/* 지역사회공헌 인정제 승인 현황 */
.approval-condition .col-md-4 {
    margin-top: 80px;
}
.approval-condition .col-md-4 p{
    margin-top: 24px;
    font-size: 20px;
    color: #6b6b71;
}
.approval-condition .col-md-4 p span{
    font-weight: bold;
    color: #1d1d1d;
}
.approval-condition .col-md-8:after {
    display: block;
    content: "";
    clear: both;
}
.approval-condition .col-md-8 .sub-top-box {
    text-align: right;
}
.approval-condition .col-md-8 .sub-top-box select {
    width: 168px;
    height: 50px;
    margin-right: 10px;
    padding: 2px 0 0 15px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    border: 1px solid #dcdcde;
}
.approval-condition .col-md-8 .s-number-box {
    margin-top: 40px;
}
/* 인정 기업·기관 명단 */
.corp-logo .col-md-4 {
    margin-top: 90px;
}
.corp-logo .col-md-8:after {
    display: block;
    content: "";
    clear: both;
}
.corp-logo .col-md-8 .s-slide-filter {
    text-align: right;
}
.corp-logo .col-md-8 .s-slide-filter select {
    width: 180px;
    height: 50px;
    padding: 2px 0 0 15px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    border: 1px solid #dcdcde;
}

/* 지역별 인정제 승인 현황 */
.area-condition .col-md-8 {
    display: flex;
    border-top: 2px solid #060f2c;
    padding-top: 40px;
}
.map-box li b, .chart-box li b {
    font-size: 14px;
    line-height: 1.7;
    color: #6b6b71;
}
.map-box li span, .chart-box li span {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    color: #c49d46;
}
.map-box {
    width: 378px;
    height: 600px;
    background: url('../images/area_map.png') 0 0 no-repeat;
}
.map-box ul {
    position: relative;
}
.map-box ul li {
    position: absolute;
    min-width: 70px;
    padding: 5px 8px 5px 8px;
    list-style: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgba(200, 200, 200, .2);
}
.map-box ul li:first-child {/*서울*/
    top: 56px;
    left: 63px;
    z-index: 2;
}
.map-box ul li:first-child + li {/*부산*/
    top: 354px;
    left: 270px;
}
.map-box ul li:first-child + li + li {/*대구*/
    top: 265px;
    left: 225px;
}
.map-box ul li:first-child + li + li + li {/*인천*/
    top: 83px;
    left: 13px;
}
.map-box ul li:first-child + li + li + li + li {/*광주*/
    top: 346px;
    left: 50px;
    z-index: 1;
}
.map-box ul li:first-child + li + li + li + li + li {/*대전*/
    top: 233px;
    left: 140px;
}
.map-box ul li:first-child + li + li + li + li + li + li {/*울산*/
    top: 281px;
    left: 307px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li {/*세종*/
    top: 177px;
    left: 93px;
    z-index: 1;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li {/*경기*/
    top: 95px;
    left: 110px;
    z-index: 1;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li {/*강원*/
    top: 39px;
    left: 206px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li {/*충북*/
    top: 134px;
    left: 165px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li + li {/*충남*/
    top: 204px;
    left: 36px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {/*전북*/
    top: 270px;
    left: 81px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li {/*전남*/
    top: 376px;
    left: 105px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li {/*경북*/
    top: 175px;
    left: 257px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {/*경남*/
    top: 329px;
    left: 171px;
}
.map-box ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {/*제주*/
    top: 514px;
    left: 37px;
}

.map-box ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    transform: rotate(45deg);
}
.map-box ul li:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -6.5px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 6px;
}
.map-box ul li b, .map-box ul li span {
    display: block;
}
.chart-box ul {
    height: 500px;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.chart-box ul li {
    padding: 14px 60px 14px 16px;
    list-style: none;
    border-bottom: 1px solid #bbbbbf;
}
.chart-box ul li span {
    margin-left: 8px;
    vertical-align: top;
}
.chart-box p {
    margin-left: 40px;
}
@media screen and (max-width: 1200px) {
    .area-condition {
        display: block;
    }
    .area-condition .col-md-8 {
        max-width: 750px;
        margin: 30px auto;
    }
}
@media screen and (max-width: 991px) {
    .gold-big-number{
        font-size: 42px;
    }
    .chart-box ul li {
        padding: 14px 30px 14px 10px;
    }
    .chart-box li span {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 768px) {
    .approval-condition .col-md-4 {
        margin-top: 10px;
    }
    .corp-logo .col-md-4 {
        margin-top: 10px;
    }
    .approval-condition .col-md-4 p{
        margin-bottom: 30px;
    }
    .approval-condition .col-md-8 .sub-top-box {
        text-align: left;
    }
    .corp-logo .col-md-8 .s-slide-filter {
        text-align: left;
    }
    .approval-condition .col-md-8 .sub-top-box select, .approval-condition .col-md-8 .sub-top-box .btn-outline-secondary, .corp-logo .col-md-8 .s-slide-filter select {
        width: 49%;
    }
    .approval-condition .col-md-8 .sub-top-box select {
        margin-right: 2px;
    }
    .approval-condition .col-md-8 .s-number-box .row .col-3 {
        width: 50% !important;
        max-width: 50%;
        flex: 0 0 50%;
        border-top: 1px solid #dcdcde;
    }
    .approval-condition .col-md-8 .s-number-box .row .col-3 p {
        margin-bottom: 20px;
    }
    .s-number-box .row {
        border-top: none;
    }
    .area-condition .col-md-8 {
        display: block;
        width: 100%;
        border-top: none;
    }
    .map-box {
        display: none;
    }
    .chart-box ul {
        padding: 0;
    }
    .chart-box ul li {
        width: 50%;
        padding: 14px 60px 14px 20px;
    }
    .chart-box ul li:first-child {/*서울*/
        border-top: 2px solid #000;
    }
    .chart-box ul li:first-child + li + li + li + li + li + li + li + li + li {/*강원*/
        border-top: 2px solid #000;
    }    
    .chart-box li b {
        font-size: 14px;
        line-height: 1.7;
    }
    .chart-box li span {
        font-size: 22px;
        line-height: 1.1;
    }
    .chart-box p {
        margin-left: 0;
    }
    .renew-modal .modal-body .s-submit-btn-group{
        display: block;
    }
    .renew-modal .modal-body .s-submit-btn-group button{
        width: 100%;
        font-size: 16px !important;
        margin-bottom: 16px;
    }
    .s-section-title-with-select {
        display: block;
    }
    .s-section-title-with-select .sm-select{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 376px) {
    .chart-box ul li {
        padding: 14px 30px 14px 10px;
    }
}

.past-score-box{
padding: 1rem;
}

.mypage-warning-text{
    margin-top: 1rem;
    color: #d35400;
}

.slide-gradiation{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: rgb(6, 16, 43);
    background: -moz-linear-gradient(0deg, rgba(6, 16, 43, 1) 25%, rgba(6, 16, 43, 0.604079131652661) 58%, rgba(6, 16, 43, 0.500437675070028) 65%, rgba(253, 187, 45, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(6, 16, 43, 1) 25%, rgba(6, 16, 43, 0.604079131652661) 58%, rgba(6, 16, 43, 0.500437675070028) 65%, rgba(253, 187, 45, 0) 100%);
    background: linear-gradient(0deg, rgba(6, 16, 43, 1) 25%, rgba(6, 16, 43, 0.604079131652661) 58%, rgba(6, 16, 43, 0.500437675070028) 65%, rgba(253, 187, 45, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06102b", endColorstr="#fdbb2d", GradientType=1);
}
.dot-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: url("../images/dot-circle-xs-circle.png");
}

.stock-section{
    /*border-top: 2px solid #555;*/
    /*border-bottom: 2px solid #222;*/
    position: relative;
    overflow: hidden;
}

.stock-slide {
    color: #fff;
    background: rgb(6, 16, 43);
    /*background: #111;*/
}
.stock-card{
    padding: 20px 0;
}
.stock-text{
    text-shadow: gold 1px 0 5px;
    text-shadow:1px 1px 2px black, 0 0 16px rgba(255, 215, 0, .6);
    font-weight: bold;
}
.stock-lg-text{
    font-size: 70px;
}

/*@keyframes glow {*/
/*    from {*/
/*        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6, 0 0 25px #0073e6, 0 0 30px #0073e6, 0 0 35px #0073e6;*/
/*    }*/
/*    to {*/
/*        text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 28px #0073e6, 0 0 23px #0073e6, 0 0 30px #0073e6, 0 0 33px #0073e6, 0 0 40px #0073e6;*/
/*    }*/
/*}*/
.stock-md-text{
    font-size: 55px;
    color: #F7E38D;
}
.stock-sm-text {
    font-size: 50px;
    color: lightskyblue;
}
@media screen and (max-width: 768px) {
    .stock-lg-text{
        font-size: 30px;
    }
    .stock-md-text{
        font-size: 25px;
    }
    .stock-sm-text{
        font-size: 20px;
    }
}
.stock-text{
    display: flex;
    align-items: center;
    /*width: max-content;*/
}

.stock-text span{
    display: inline-block;
    margin: 0 1rem;
    word-break: keep-all;
}
.stock-slide.swiper-container {
    position: static;
}

.stock-slide .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.stock-slide .swiper-wrapper .slide {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
}

.tax-bill-box{
    margin-top: 16px;
    padding-top: 10px;
    border-top: thin solid #ddd;
}

.slide-top-bg-filter{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/slide-filter-bg.png');
}
.slider-text-box{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.nav-transparent{
    background-color: transparent;
    transition: all 0.5s ease-out;
}

.nav-gray{
    background-color: rgba(6, 16, 43, 1);
    transition: all 0.5s ease-out;
}

.org-detail-like-btn{
    padding: 10px;
    text-align: center;
}
.stock-slide .swiper-slide{
    width: auto;
}

@media screen and (max-width: 768px) {
    .org-detail-like-btn{
       display: none;
    }
}

.left-space-span{
    display: inline-block;
    width: 15px;
}
.payment-radio-inline-group .custom-control-inline.custom-radio{
    margin-top: 0;
}
