.main {
    min-width: 1000px !important;
    max-width: 1000px;
    margin-top: 0px;
}

.banner-top img {
    width: 100%;
}

.banner-top div {
    padding: 0px;
}

.banner-right {
    background-color: #1e8d62;
    margin-left: 10px;
    border-radius: 0.6rem !important;
    border: 0px solid #ffffff;
    background-clip: border-box;
}

.banner-bottom {
    margin-top: 14px;
}

body {
    background-color: #e1e7e5;
}


/* .container { background-color: #e1e7e5; } */

.logo {
    text-align: center;
    padding: 20px;
}

.content {
    margin-top: 14px;
}

.content .card {
    min-height: 512px;
}


/*오른쪽 초록*/

.notice {
    background-color: #ffffff;
}

.notice .title {
    font-size: 20px;
    padding: 8px;
    padding-top: 18px;
    padding-left: 10px;
    font-weight: bold;
    display: inline-block;
    width: 150px;
}

.notice .title img {
    margin: 2px;
}

.notice .view {
    display: inline-block;
    font-size: 18px;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.menu-container {
    box-shadow: 6px 0 2px -2px #eeeeee;
    width: 100%;
    min-height: 500px;
    padding: 0px;
    z-index: 100;
    padding-top: 40px;
}

.menu {
    width: 100%;
    height: 60px;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 0px;
    border-left: 5px solid #ffffff;
    cursor: pointer;
}

.menu .title {
    font-size: 17.5px;
    margin-left: 15px;
    padding-top: 19px;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 600;
}


/*메뉴*/

.menu.active {
    border-left: 5px solid #1e8d62;
    background-color: #d2e7de;
    color: #1e8d62;
}

.menu:hover {
    border-left: 5px solid #1e8d62;
    background-color: #d2e7de;
    color: #1e8d62;
    transition: all .7s;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
}

.menu img {
    float: left;
    margin-right: 15px;
    margin-top: 21.2px;
    width: 22px;
    height: 22px;
}

.main-content {
    width: 100%;
    min-height: 512px;
    background-color: #f3f6fb;
    border-radius: 0 0.6rem 0.6rem 0 !important;
    border: 1px solid #f3f6fb;
}

.faq-title {
    padding-top: 55px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 30px;
    color: #333;
    font-family: 'NanumSquare', sans-serif;
    font-weight: bold;
}


/*FAQ 게시판*/

.faq-name {
    /*height:50px;*/
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
}

.faq-name i {
    float: right;
    margin-top: 5px;
}

.faq-content {
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #000000;
    background-color: #eeeeee;
}

.faq ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ddd;
}

.notice1-title {
    padding-top: 55px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 30px;
    color: #333;
    font-family: 'NanumSquare', sans-serif;
    font-weight: bold;
}


/*공지사항 게시판*/

.notice1 ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ddd;
}

.notice1-name {
    height: 50px;
    color: #858796;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
}

.notice1-date {
    font-size: 13px;
    color: #999;
    float: right;
}

.notice1 a {
    color: #858796;
}

#notice_date {
    font-size: 14px;
    color: #858796;
    float: right;
    margin-top: 15px;
}

.address-title {
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'NanumSquare', sans-serif;
    color: #505050;
    font-weight: 600;
}


/*광역시도 선택*/

.address1 {
    text-align: center;
}

.sido {
    width: 88px;
    height: 88px;
    background-size: contain;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border: 1px solid gainsboro;
    background: white;
}


/*광역시도 지도표시*/

.sido-blank {
    width: 83px;
    height: 99px;
    display: inline-block;
    margin: 5px;
}

.sido-blank img {
    width: 50px;
    height: 50px;
    margin-top: 12px;
    visibility: hidden;
}

.sido:hover {
    box-shadow: 0.1rem 0.1rem 2rem #cecece;
    transform: scale(1.02);
    transition: transform 0.2s;
    cursor: pointer;
}

.sido img {
    width: 100%;
}


/*광역시도 아이콘*/

.sidobox {
    width: 536px;
    display: inline-block;
    margin-bottom: 5px;
}


/*광역시도 화살표*/

.arrow img {
    width: 36px;
    position: relative;
    top: 175px;
}

.text-left {
    left: 23px;
}

.text-right {
    right: 23px;
}

.arrow2 img {
    width: 36px;
    position: relative;
    top: 150px;
}


/*시군구 화살표*/

.arrow2 a {
    display: none;
}

.sido-logo {
    width: 75px;
    height: 75px;
    padding-top: 5px;
    background-image: url("<?=IMAGE_URL?>/sido_bg.png") !important;
    display: inline-block;
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*지역아이콘 흰바탕*/

.address-title2 {
    padding-top: px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'NanumSquare', sans-serif;
    color: #505050;
    font-weight: 600;
}

.gugunbox {
    width: 536px;
    display: inline-block;
    vertical-align: top;
}

.gugun {
    width: 88px;
    height: 88px;
    background-size: contain;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border: 1px solid gainsboro;
    background: white;
}

.gugun:hover {
    box-shadow: 0.1rem 0.1rem 2rem #cecece;
    transform: scale(1.02);
    transition: transform 0.2s;
    cursor: pointer;
}

.gugun-blank {
    width: 88px;
    height: 88px;
    display: inline-block;
    margin: 5px;
}

.gugun .title {
    margin-top: 32px;
    color: #4b4b4b;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 17px;
}


/*시군구 선택*/

#gugun_sido {
    width: 30px height: 30px;
}

.login-form {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.login-form input {
    border-radius: 0;
    font-size: 16px;
    padding: 20px;
    width: 95%;
}

.login-form .title {
    font-size: 22px;
    display: inline-block;
    color: black;
}

.btn-login {
    width: 95%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #025dd2;
    border-radius: 0;
}

#popup_text textarea {
    font-size: 12px;
}

.agreement {
    position: absolute;
    clear: left;
    width: 300px;
    height: 40px;
    left: 20px;
    bottom: 0px;
    font-size: 13px;
    color: #777777;
}

.home {
    color: white;
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 80px;
}

.home .title {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 38px;
    line-height: 40px;
    margin-top: 9px;
    font-family: 'NanumSquare', sans-serif;
}


/*전자통지서 지원센터*/

.home-line {
    width: 70px;
    height: 5px;
    background-color: white;
    margin-bottom: 38px;
}

.col-md-6 .title {
    font-size: 19px;
    color: #543700;
    margin-top: 3px;
}


/*공지사항*/

.arrow2 {
    height: 36px;
}

.banner-bottom-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    /* 전자통지서 태블릿 환경 최적화 */
    .main,
    .container {
        min-width: unset !important;
        max-width: unset !important;
        max-height: unset !important;
        width: 100%;
    }
    .login-form {
        padding-top: 40px !important;
    }
    .menu:hover {
        border-left: none !important;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
        align-items: center;
    }
    .row .banner-top {
        display: flex !important;
        flex-direction: row !important;
    }
    .menu-container {
        display: flex !important;
        box-shadow: unset;
        padding-top: 0px;
        min-height: unset;
        width: 100%;
    }
    .col-md-3 {
        max-width: none !important;
        flex: unset !important;
    }
    .menu {
        border-left: none;
    }
    .col-md-9 {
        border-radius: 0.6rem 0.6rem 0 0 !important;
        max-width: unset;
    }
    .agreement {
        width: auto;
        height: 40px !important;
        left: 19px !important;
        top: 77px !important;
    }
    .main-content {
        width: 100%;
        border-radius: 0 0 0.6rem 0.6rem !important;
        max-height: unset !important;
        min-height: unset !important;
        background-color: #f3f6fb;
        border-radius: unset !important;
        border: 1px solid #f3f6fb;
        padding: 32px;
    }
    .address1 {
        margin: 0 auto;
    }
    .arrow img {
        width: 38px;
        right: 0;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
    }
    .arrow .text-left img {
        left: 0;
        transform: translate(50%, -50%);
    }
    .arrow .text-right img {
        right: 0;
    }
    .col-md-6 {
        position: unset !important;
    }
    .content .card {
        margin-left: 0;
        min-height: unset;
    }
    .banner-right {
        border-radius: 0 0 0.6rem 0.6rem !important;
    }
    .home {
        color: white !important;
        font-size: 20px !important;
        display: flex !important;
        justify-content: space-evenly !important;
        align-items: center !important;
        padding: 40px 0 !important;
    }
    .home-line {
        margin-bottom: 20px !important;
    }
    .home .title {
        font-size: 25px !important;
        font-weight: bold !important;
        margin-bottom: 0 !important;
        line-height: 0 !important;
        margin-top: 0 !important;
        font-family: 'NanumSquare', sans-serif !important;
    }
    .home br {
        display: none !important;
    }
    .row .banner-bottom {
        display: none !important;
    }
    .banner-bottom-mobile {
        margin: 0.75rem 0 2.5rem;
        display: block !important;
        filter: drop-shadow(0.5rem 0.5rem 0.5rem #adadad);
    }
    .banner-bottom-mobile>div:nth-child(1) {
        background-color: yellow;
        padding: 20px;
        margin: 0 -0.75rem;
        border-radius: 0.6rem 0.6rem 0 0;
    }
    .banner-bottom-mobile>div:nth-child(2) {
        background-color: white;
        padding: 20px;
        margin: 0 -0.75rem;
        border-radius: 0 0 0.6rem 0.6rem;
    }
    .notice1,
    .faq {
        width: 100% !important;
        height: auto !important;
    }
    .notice1-title,
    .faq-title {
        padding-top: 0.5rem;
    }
    .icon_img {
        width: 7vmin !important;
    }
    .menu-top-title {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 768px) {
    .main .col-md-4 .menu-top-bg-img {
        height: 4.8rem;
    }
    .main .col-md-4:nth-child(1) .menu-top-bg-img {
        border-radius: 0.6rem 0.6rem 0 0 !important;
        -webkit-border-radius: 0.6rem 0.6rem 0 0 !important;
        -moz-border-radius: 0.6rem 0.6rem 0 0 !important;
        -ms-border-radius: 0.6rem 0.6rem 0 0 !important;
        -o-border-radius: 0.6rem 0.6rem 0 0 !important;
    }
    .main .col-md-4:nth-child(3) .menu-top-bg-img {
        border-radius: 0 0 0.6rem 0.6rem !important;
    }
}

@media screen and (max-width: 650px) {
    .menu .title {
        font-size: 13px !important;
        padding-top: 23px !important;
    }
    .gugunbox br,
    .sidobox br {
        display: none !important;
    }
    .home {
        color: white !important;
        font-size: 20px !important;
        display: flex !important;
        justify-content: space-around;
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px 0 20px !important;
        height: 250px;
    }
}

@media screen and (max-width: 600px) {
    .menu-container .menu .title {
        font-size: 13px !important;
    }
}

.notice1-name a {
    width: calc(100% - 100px);
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#faq table td:first-child {
    width: 100%;
    /* display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.swiper-wrapper>li>a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 185px);
}