/*##############################################################
# Main Page
##############################################################*/


/*===========================================
# 메인 슬라이더
===========================================*/

#main-slider {
    background: #e93429;
}
#main-slider .sp-grab {
    cursor: default;
}
#main-slider .sp-grabbing {
    cursor: default;
}
#main-slider a.sp-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
}
#main-slider .sp-layer-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
#main-slider h3.sp-layer {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: -1px;
    color: #fff;
}
#main-slider h2.sp-layer {
    font-size: 3.25rem;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
}
#main-slider p.sp-layer {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: rgba(255,255,255,0.75);
}

/* Arrows */
#main-slider .sp-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    border: 1px solid;
    border-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.25);
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    outline: none;
    cursor: pointer;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
#main-slider .sp-arrow:hover {
    border-color: rgba(255,255,255,0.75);
    color: rgba(255,255,255,0.75);
}
#main-slider .sp-fade-arrows {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#main-slider .sp-slides-container:hover .sp-fade-arrows {
    opacity: 1;
}
#main-slider .sp-arrow.sp-previous-arrow {
    left: 100px;
    background: transparent;
}
#main-slider .sp-arrow.sp-previous-arrow::before {
    content: '\e5c4';
    font-family: 'Material Icons';
    font-size: 2rem;
    display: block;
    padding: 12px;
}
#main-slider .sp-arrow.sp-next-arrow {
    right: 100px;
    background: transparent;
}
#main-slider .sp-arrow.sp-next-arrow::before {
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 2rem;
    display: block;
    padding: 12px;
}

/* Buttons */
#main-slider .sp-buttons {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
#main-slider .sp-buttons .sp-button {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
    width: 12px;
    height: 12px;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
#main-slider .sp-buttons .sp-button.sp-selected-button {
    width: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
}


/*===========================================
# 메인 로그인 / 가이드
===========================================*/

.main-login {
    background: #222;
}
.main-login .login-wrap {
    position: relative;
    margin-top: -125px;
    height: 250px;
    padding: 0 90px;
    background: #fff;
    border-radius: 150px;
    z-index: 9;
}

/* 로그인 */
.main-login .login {
    padding-top: 40px;
    padding-right: 50px;
}
.main-login .login .login-title {
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.main-login .login .form-group {
    margin-bottom: 10px;
}
.main-login .login .form-control {
    border-color: #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.875rem;
    color: #222;
}
.main-login .login .form-control:focus {
    border-color: #222;
}
.main-login .login .form-control::placeholder {
    color: #999;
}
.main-login .login .col-auto {
    padding: 0;
}
.main-login .login .btn-login {
    padding: 27px 30px;
    font-weight: 700;
    color: #fff;
    background: #e93429;
    border-radius:0;
}
.main-login .login .btn-login:hover {
    background: #403a3a;
}
.main-login .login .btn-send {
    font-size: 0.875rem;
    padding: 3px 20px;
    font-weight: 700;
    color: #fff;
    background: #e93429;
    border-radius:0;
}
.main-login .login .btn-sebd:hover {
    background: #403a3a;
}
.main-login .login .btn-logout {
    font-size: 0.875rem;
    color: #555;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 3px 20px;
    text-decoration: none;
}
.main-login .login .login-link {
    margin-top: 10px;
    text-align: center;
}
.main-login .login .login-link a {
    display: inline-block;
    padding: 0 15px;
    border-right: solid 1px #ddd;
    font-size: 0.875rem;
    font-weight: 700;
}
.main-login .login .login-link a:last-child {
    border-right: none;
}


/* 가이드 */
.main-login .guide {
    padding-top: 30px;
    text-align: center;
}
.main-login .guide .col {
    border-left: dashed 1px #ddd;
}
.main-login .guide a {
    display: block;
}
.main-login .guide img {
    height: 60px;
}
.main-login .guide h4 {
    margin-top: 15px;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #222;
}
.main-login .guide p {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 10px;
}
.main-login .guide .btn-link {
    font-size: 0.875rem;
    color: #555;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 3px 20px;
    text-decoration: none;
}
.main-login .guide a:hover .btn-link {
    color: #222;
    border: solid 1px #222;
}


/*===========================================
# 메인 요금제
===========================================*/

.main-charge {
    padding: 60px 0 80px;
    background: #222;
    color: #fff;
}
.main-charge .heading {
    padding-right: 80px;
}
.main-charge .heading h3 {
    font-weight: 800;
    letter-spacing: -0.5;
    color: #f18c2c;
    margin-bottom: 15px;
}
.main-charge .heading p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
}
.main-charge .charge i {
    font-size: 4.5rem;
    color: #999;
}
.main-charge .charge .col {
    padding: 0;
}
.main-charge .charge h4 {
    margin-bottom: 10px;
}
.main-charge .charge h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.8;
    color: #ff0;
}


/*===========================================
# 메인 사용환경
===========================================*/

.main-usability {
    padding: 100px 0 120px;
    background: url('../images/main-usability-bg.jpg') no-repeat center;
    background-size: cover;
}
.main-usability h2 {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
}
.main-usability h2::after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    margin: 20px auto;
    background: #e93429;
}
.main-usability p {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    margin-bottom: 80px;
}
.main-usability .features {
	text-align: center;
}
.main-usability .features .circle {
    position: relative;
    display: inline-block;
    width: 360px;
	height: 360px;
	border-radius: 100%;
}
.main-usability .features .circle.item2,
.main-usability .features .circle.item3 {
   margin-left: -30px;
}
.main-usability .features .circle.item1 {
   border: solid 5px rgba(233,52,41,0.75);
}
.main-usability .features .circle.item2 {
    border: solid 5px rgba(233,52,41,0.75);
}
.main-usability .features .circle.item3 {
    border: solid 5px rgba(233,52,41,0.75);
}
.main-usability .features .circle .txt {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 80px;
	color: #fff;
}
.main-usability .features .circle h1 {
    font-size: 3rem;
	font-weight: 700;
	margin-bottom: 60px;
}
.main-usability .features .circle h1::after {
    content: '';
    position: absolute;
    display: block;
	left: calc(50% - 25px);
    height: 3px;
    width: 50px;
    margin-top: 25px;
    background: #fff;
}
.main-usability .features .circle p {
	margin: 0;
    font-size: 1rem;
    font-weight: 500;;
    color: rgba(255,255,255,0.5);
}


/*===========================================
# 메인 인포뱅크
===========================================*/

.main-infobank {
    padding-top: 100px;
    background: #e5e5e5;
}
.main-infobank h2 {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #222;
    text-align: center;
}
.main-infobank h2::after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    margin: 20px auto;
    background: #e93429;
}
.main-infobank p {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #555;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    /*slider*/
    #main-slider h3.sp-layer {
        font-size: 1.5rem;
    }
    #main-slider h2.sp-layer {
        font-size: 2.25rem;
    }
    #main-slider p.sp-layer {
        font-size: 1rem;
        top: 45% !important;
    }

    #main-slider img.sp-layer {
        width: 45%;
    }
    #main-slider .sp-slide:nth-child(1) img.sp-layer {
        top: 10% !important;
    }
    #main-slider .sp-slide:nth-child(2) img.sp-layer {
        width: 35%;
    }

    #main-slider .sp-arrow.sp-previous-arrow {
        left: 10px;
    }
    #main-slider .sp-arrow.sp-next-arrow {
        right: 10px;
    }

    /*메인 로그인 / 가이드*/
    .main-login .guide h4 {
        font-size: 1rem;
    }
    .main-login .guide p {
        font-size: 0.75rem;
    }

    /*메인 요금제*/
    .main-charge .charge h4 {
        font-size: 1.25rem;
    }
    .main-charge .charge h2 {
        font-size: 2.625rem;
    }

    /*메인 사용환경*/
    .main-usability h2 {
        font-size: 2rem;
    }
    .main-usability .features .circle {
        width: 310px;
        height: 310px;
    }
    .main-usability .features .circle h1 {
        font-size: 2.5rem;
    }
    
    /*메인 인포뱅크*/
    .main-infobank h2 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    /*slider*/
    #main-slider .sp-grab {
        height: 420px !important;
    }
    #main-slider .sp-grabbing {
        height: 420px !important;
    }

    #main-slider h3.sp-layer {
        font-size: 1.125rem;
    }
    #main-slider h2.sp-layer {
        font-size: 2rem;
        top: 29% !important;
    }
    #main-slider p.sp-layer {
        font-size: 0.875rem;
        top: 40% !important;
    }

    #main-slider img.sp-layer {
        width: 40%;
    }
    #main-slider .sp-slide:nth-child(1) img.sp-layer {
        top: 20% !important;
        width: 42%;
    }
    #main-slider .sp-slide:nth-child(2) img.sp-layer {
        top: 10% !important;
        width: 30%;
    }

    /*메인 로그인 / 가이드*/
    .main-login {
        background-color: #fff;
    }
    .main-login .login-wrap {
        position: relative;
        margin-top: 0;
        height: auto;
        padding: 0 30px;
        background: unset;
        border-radius: 0;
        z-index: 0;
    }
    .main-login .login {
        width: 100%;
        margin: 40px 0;
        padding: 30px;
    }

    .main-login .guide {
        padding: 70px 0;
        border-top: 1px solid #ddd;
    }
    .main-login .guide .col:first-child {
        border: none;
    }
    .main-login .guide img {
        height: 75px;
    }
    .main-login .guide h4 {
        margin-top: 20px;
    }

    /*메인 요금제*/
    .main-charge .heading {
        padding-right: 15px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    /*메인 사용환경*/
    .main-usability h2 {
        font-size: 2rem;
    }

    .main-usability .features .circle {
        width: 235px;
        height: 235px;
    }

    .main-usability .features .circle .txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        color: #fff;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .main-usability .features .circle h1 {
        font-size: 2.25rem;
        margin: 0;
    }
    .main-usability .features .circle h1::after {
        display: none;
    }
    .main-usability .features .circle p {
        font-size: 0;
    }
}

@media (max-width: 767px) {
    /*slider*/
    #main-slider .sp-grab {
        height: 380px !important;
    }
    #main-slider .sp-grabbing {
        height: 380px !important;
    }

    #main-slider h3.sp-layer {
        font-size: 0.875rem;
    }
    #main-slider h2.sp-layer {
        font-size: 1.5rem;
        top: 28% !important;
    }
    #main-slider p.sp-layer {
        font-size: 0.75rem;
        top: 38% !important;
    }

    #main-slider .sp-buttons {
        top: 315px;
    }

    /*메인 요금제*/
    .main-charge .heading h3 {
        font-size: 1.5rem;
    }
    .main-charge .charge i {
        font-size: 3.75rem;
    }
    .main-charge .charge h4 {
        font-size: 0.875rem;
    }
    .main-charge .charge h2 {
        font-size: 2.375rem;
    }

    /*메인 사용환경*/
    .main-usability h2 {
        font-size: 1.75rem;
    }
    .main-usability p {
        margin-bottom: 60px;
    }
    .main-usability .features .circle {
        width: 180px;
        height: 180px;
    }
    .main-usability .features .circle h1 {
        font-size: 1.625rem;
    }

    /*메인 인포뱅크*/
    .main-infobank h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    /*slider*/
    #main-slider p.sp-layer {
        font-size: 0.75rem;
        width: 35%;
    }

    #main-slider .sp-slide:nth-child(1) img.sp-layer {
        right: 5% !important;
    }
    #main-slider .sp-slide:nth-child(2) img.sp-layer {
        top: 15% !important;
    }
    #main-slider .sp-slide:nth-child(3) img.sp-layer {
        top: 15% !important;
        right: 5% !important;
    }

    /*메인 로그인 / 가이드*/
    .main-login .login {
        width: 100%;
        margin: 30px 0;
        padding: 20px;
    }

    .main-login .guide {
        padding: 50px 0;
        border-top: 1px solid #ddd;
    }
    .main-login .guide img {
        height: 55px;
    }
    .main-login .guide h4 {
        margin-top: 20px;
    }
    .main-login .guide p {
        font-size: 0.625rem;
    }
    .main-login .guide .btn-link {
        font-size: 0.75rem;
    }

    /*메인 요금제*/
    .main-charge .charge .sm-show:first-child {
        margin-left: 20px;
    }
    .main-charge .charge h2 {
        font-size: 1.75rem;
    }
    .main-charge .charge i {
        font-size: 2.625rem;
    }

    /*메인 사용환경*/
    .main-usability {
        padding: 70px 0 100px;
    }
    .main-usability h2 {
        font-size: 1.5rem;
    }
    .main-usability p {
        font-size: 1rem;
        margin-bottom: 45px;
    }
    .main-usability .features .circle {
        width: 150px;
        height: 150px;
    }
    .main-usability .features .circle h1 {
        font-size: 1.25rem;
    }

    /*메인 인포뱅크*/
    .main-infobank {
        padding-top: 70px;
    }
    .main-infobank h2 {
        font-size: 1.5rem;
    }
    .main-infobank p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    /*slider*/
    #main-slider h2.sp-layer {
        font-size: 1.25rem;
        top: 28% !important;
    }
    #main-slider p.sp-layer {
        top: 36% !important;
    }

    /*메인 요금제*/
    .main-charge .charge {
        margin: 0 15px;
    }

    .main-charge .charge .sm-show {
        border-left: dashed 1px #999;
        text-align: center;
    }
    .main-charge .charge .sm-show:first-child {
        border: none;
        margin: 0;
    }
    .main-charge .charge .sm-show .col-auto {
        width: 100%;
        margin-bottom: 15px;
    }
    .main-charge .charge .sm-show .col {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 430px) {
    /*slider*/
    #main-slider h3.sp-layer {
        font-size: 0.75rem;
    }
    #main-slider h2.sp-layer {
        font-size: 1rem;
        top: 27% !important;
    }
    #main-slider p.sp-layer {
        width: 40%;
        top: 35% !important;
        font-size: 0.625rem;
    }

    #main-slider .sp-slide:nth-child(2) img.sp-layer {
        top: 18% !important;
    }
    #main-slider .sp-slide:nth-child(3) img.sp-layer {
        top: 18% !important;
    }

    /*메인 로그인 / 가이드*/
    .main-login .login .login-title {
        font-size: 1rem;
    }
    .main-login .guide h4 {
        font-size: 0.875rem;
    }

    /*메인 요금제*/
    .main-charge .heading h3 {
        font-size: 1.375rem;
    }
    .main-charge .heading p {
        font-size: 0.75rem;
    }

    /*메인 사용환경*/
    .main-usability p {
        font-size: 0.875rem;
    }

    .main-usability .features .circle {
        border: solid 5px rgba(233,52,41,0.75) !important;
        width: 100px;
        height: 100px;
    }
    .main-usability .features .circle.item2, .main-usability .features .circle.item3 {
        margin-left: -20px;
    }
    .main-usability .features .circle h1 {
        font-size: 1rem;
    }

    /*메인 인포뱅크*/
    .main-infobank p {
        font-size: 0.875rem;
    }
}

@media (max-width: 360px) {
    /*slider*/
    #main-slider .sp-grab {
        height: 360px !important;
    }
    #main-slider .sp-grabbing {
        height: 360px !important;
    }

    #main-slider .sp-slide:nth-child(1) img.sp-layer {
        top: 25% !important;
    }

    #main-slider .sp-buttons {
        top: 300px;
    }

    /*메인 로그인 / 가이드*/
    .main-login .guide .btn-link {
        font-size: 0.75rem;
        padding: 3px 0;
        width: 100%;
    }
}



/*##############################################################
# Sub Pages
##############################################################*/


/*===========================================
# Sub Common
===========================================*/

/* Layout */
.sub-contents {
    margin: 50px 0 80px;
    overflow: hidden;
}
.sub-contents .heading {
    font-size: 1.875rem;
    font-weight: 700;
    color:#000;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 50px;
}
.sub-contents .heading::after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    margin: 20px auto;
    background: #e93429;
}

@media (max-width: 767px) {
    .sub-contents {
        margin: 40px 0 70px;
    }
    .sub-contents .heading {
        font-size: 1.75rem;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .sub-contents .heading {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .sub-contents {
        margin: 30px 0 60px;
    }
}


/*===========================================
# 문자메시지
===========================================*/

.sub-header.sms {
    background: #6e3897;
    text-align: center;
}
.sub-header.sms .info {
    padding: 80px 0;
    background: #f5f5f5;
    text-align: left;
}
.sub-header.sms .info .row {
    margin-bottom: 80px;
}
.sub-header.sms .info h4 {
    font-weight: 700;
    color: #222;
}
.sub-header.sms .info h4::after {
    content: '';
    height: 3px;
    width: 90%;
    display: block;
    margin-top: 15px;
    background: #222;
}
.sub-header.sms .info ul {
    list-style-type: disc;
    padding-left: 30px;
}
.sub-header.sms .info li {
    font-weight: 700;
    padding-top: 7px;
}

/*.sub-header.sms .info li::before {
    content: "ㆍ";
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px 6px 0px;
}*/

@media (max-width: 991px) {
    .sub-header.sms .info h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .sub-header.sms .info {
        padding: 50px 0;
    }
    .sub-header.sms .info .row {
        margin-bottom: 50px;
    }
    .sub-header.sms .info h4 {
        font-size: 1.25rem;
        padding-bottom: 20px;
    }
    .sub-header.sms .info h4::after {
        width: 100%;
    }
    .sub-header.sms .info li {
        font-size: 0.875rem;
    }
}

@media (max-width: 575px) {
    .sub-header.sms .info h4 {
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .sub-header.sms .info li {
        font-size: 0.75rem;
    }
}


/*===========================================
# 대량전송
===========================================*/

.sub-header.mass {
    background: #4e3897;
    text-align: center;
}
.sub-header.mass .info {
    padding: 80px 0;
    background: #f5f5f5;
    text-align: left;
}
.sub-header.mass .info .row {
    margin-bottom: 80px;
}
.sub-header.mass .info h4 {
    font-weight: 700;
    color: #222;
}
.sub-header.mass .info h4::after {
    content: '';
    height: 3px;
    width: 90%;
    display: block;
    margin-top: 15px;
    background: #222;
}
.sub-header.mass .info li {
    font-weight: 700;
}
.sub-header.mass .info ul {
    list-style-type: disc;
    padding-left: 30px;
}
.sub-header.mass .info li {
    font-weight: 700;
    padding-top: 7px;
}

/*.sub-header.mass .info li::before {
    content: "ㆍ";
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px 6px 0px;
}*/

@media (max-width: 991px) {
    .sub-header.mass .info h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .sub-header.mass .info h4 {
        font-size: 1.25rem;
        padding-bottom: 20px;
    }
    .sub-header.mass .info h4::after {
        width: 100%;
    }
    .sub-header.mass .info li {
        font-size: 0.875rem;
    }
}

@media (max-width: 575px) {
    .sub-header.mass .info h4 {
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .sub-header.mass .info li {
        font-size: 0.75rem;
    }
}


/*===========================================
# 선거문자
===========================================*/

.sub-header.election {
    background: #419738;
    text-align: center;
}
.sub-header.election .info {
    padding: 80px 0;
    background: #f5f5f5;
    text-align: left;
}
.sub-header.election .info .row {
    margin-bottom: 80px;
}
.sub-header.election .info h4 {
    font-weight: 700;
    color: #222;
}
.sub-header.election .info h4::after {
    content: '';
    height: 3px;
    width: 90%;
    display: block;
    margin-top: 15px;
    background: #222;
}
.sub-header.election .info li {
    font-weight: 700;
}
.sub-header.election .info ul {
    list-style-type: disc;
    padding-left: 30px;
}
.sub-header.election .info li {
    font-weight: 700;
    padding-top: 7px;
}

/*.sub-header.election .info li::before {
    content: "ㆍ";
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px 6px 0px;
}*/

@media (max-width: 991px) {
    .sub-header.election .info h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .sub-header.election .info h4 {
        font-size: 1.25rem;
        padding-bottom: 20px;
    }
    .sub-header.election .info h4::after {
        width: 100%;
    }
    .sub-header.election .info li {
        font-size: 0.875rem;
    }
}

@media (max-width: 575px) {
    .sub-header.election .info h4 {
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .sub-header.election .info li {
        font-size: 0.75rem;
    }
}


/*===========================================
# 포토문자
===========================================*/

.sub-header.mms {
    background: #e95429;
    text-align: center;
}
.sub-header.mms .info {
    padding: 80px 0;
    background: #f5f5f5;
    text-align: left;
}
.sub-header.mms .info .row {
    margin-bottom: 80px;
}
.sub-header.mms .info h4 {
    font-weight: 700;
    color: #222;
}
.sub-header.mms .info h4::after {
    content: '';
    height: 3px;
    width: 90%;
    display: block;
    margin-top: 15px;
    background: #222;
}
.sub-header.mms .info li {
    font-weight: 700;
}
.sub-header.mms .info ul {
    list-style-type: disc;
    padding-left: 30px;
}
.sub-header.mms .info li {
    font-weight: 700;
    padding-top: 7px;
}

/*.sub-header.mms .info li::before {
    content: "ㆍ";
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px 6px 0px;
}*/

@media (max-width: 991px) {
    .sub-header.mms .info h4 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .sub-header.mms .info h4 {
        font-size: 1.25rem;
        padding-bottom: 20px;
    }
    .sub-header.mms .info h4::after {
        width: 100%;
    }
    .sub-header.mms .info li {
        font-size: 0.875rem;
    }
}

@media (max-width: 575px) {
    .sub-header.mms .info h4 {
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .sub-header.mms .info li {
        font-size: 0.75rem;
    }
}


/*===========================================
# 게시판 - 목록
===========================================*/

/* Search Bar */
.board-list .search-bar {
    margin-bottom: 20px;
    text-align: right;
}
.board-list .search-bar .form-inline {
    border: 1px solid #ddd;
    position: relative;
    display: inline-flex;
    padding: 0 10px;
}
.board-list .search-bar .form-control {
    font-size: 0.875rem;
    border: none;
    box-shadow: none !important;
}
.board-list .search-bar .form-control::placeholder {
    color: #999;
}

/* table */
.board-list .table {
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}
.board-list .table thead th {
    border-top: solid 2px #333;
    border-bottom: solid 1px #333;
}
.board-list tbody tr:hover td,
.board-list tbody tr:hover th {
    background-color: #f5f5f5;
}
.board-list .col-title {
    text-align: left;
}
.board-list .col-title a {
    display: block;
}
.board-list .col-title a:hover {
    text-decoration: underline;
}

/* Pagination */
.board-list .pagination {
    font-size: 0.875rem;
    margin-bottom: 10px;
}
.board-list .pagination .material-icons {
    font-size: 1rem;
}
.board-list .pagination li {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background: #fff;
    border: 1px solid #ddd;
}
.board-list .pagination li.active {
    border-bottom: 2px solid #e93429;
}
.board-list .pagination li a {
    display: block;
    padding: 8px 14px;
    color: #999;
}
.board-list .pagination li a:hover {
    color: #222;
}
.board-list .pagination li.active a {
    color: #222;
}

/* Button */
.board-list .board-action {
    margin-top: 15px;
    text-align: right;
}
.board-list .board-action .btn {
    color: #fff;
    padding: 5px 30px;
    margin: 0 3px;
    border-radius: 30px;
}
.board-list .board-action .btn-list {
    background-color: #777;
}
.board-list .board-action .btn-write {
    background-color: #e93429;
}


/*===========================================
# 게시판 - 보기
===========================================*/

/* content */
.board-view .title {
    padding: 20px 30px;
    border-top: solid 2px #222;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
}
.board-view .title h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #222;
    float: left;
    margin: 0;
}
.board-view .title span {
    display: block;
    font-family: 'NanumSquare';
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2;
    color: #222;
    float: right;
}
.board-view .content {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ddd;
}
.board-view .content p {
    line-height: 1.6;
}

/* Button */
.board-view .board-action {
    text-align: right;
}
.board-view .board-action .btn {
    color: #fff;
    padding: 5px 30px;
    margin: 0 3px;
    border-radius: 30px;
}
.board-view .board-action .btn-list {
    background-color: #777;
}
.board-view .board-action .btn-edit {
    background-color: #777;
}
.board-view .board-action .btn-write {
    background-color: #e93429;
}

/* Prev/Next Articles */
.board-view .board-prev-next {
    margin-top: 50px;
    border-top: solid 1px #222;
}
.board-view .board-prev-next table {
    border-bottom: solid 1px #222;
    font-size: 0.875rem;
}
.board-view .board-prev-next th {
    padding-left: 30px;
    width: 10%;
}
.board-view .board-prev-next .col-title {
    font-weight: 700;
}
.board-view .board-prev-next .col-title a:hover {
    text-decoration: underline;
}
.board-view .board-prev-next .col-date {
    width: 15%;
}

@media (max-width: 991px) {
    /* content */
    .board-view .title h3 {
        font-size: 1.25rem;
    }

    /* Prev/Next Articles */
    .board-view .board-prev-next th {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    /* table */
    .table td, .table th {
        vertical-align: middle;
    }
    .table thead tr th:last-child,
    .table tbody tr td:last-child {
        display: none;
    }

    /* content */
    .board-view .title h3 {
        font-size: 1.125rem;
        width: 100%;
    }
    .board-view .title span {
        width: 100%;
        margin-top: 10px;
        font-size: 0.8125rem;
    }
    .board-view .content p {
        font-size: 0.875rem;
    }

    /* Pagination */
    .board-list .pagination li a {
        padding: 6px 12px;
    }

    /* Button */
    .board-list .board-action .btn,
    .board-view .board-action .btn {
        font-size: 0.875rem;
    }

    /* Prev/Next Articles */
    .board-view .board-prev-next th {
        padding: 0;
        vertical-align: middle;
    }
    .board-view .board-prev-next .col-title {
        vertical-align: middle;
    }
}


@media (max-width: 575px) {
    /* Search Bar */
    .board-list .search-bar .form-group {
        margin-bottom: 0;
    }
    
    /* table */
    .board-list .table thead th {
        vertical-align: middle;
    }
    .table thead tr th:first-child,
    .table tbody tr td:first-child {
        display: none;
    }

    /* Pagination */
    .board-list .pagination li a {
        padding: 4px 10px;
    }

    /* Button */
    .board-view .board-action {
        text-align: center;
    }
    .board-list .board-action .btn,
    .board-view .board-action .btn {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    /* table */
    .table td, .table th {
        font-size: 0.75rem;
    }

    /* Search Bar */
    .board-view .board-prev-next .col-title {
        width: 60%;
    }
}


@media (max-width: 360px) {
    /* Search Bar */
    .board-view .board-prev-next .col-title {
        width: 50%;
    }
}



.toast-bs-container {
    position: fixed;
    z-index: 1040;
    bottom: 1.5rem;
    right: 0;
}
.toast-bs-container .toast-position {
    position: relative;
    right: 0;
    bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.toast-bs-container .toast-position .toast.show {
    z-index: 1030;
    opacity: 1;
}
.toast {
    display: none;
}
.icon-shadow, .toast {
    background-color: #fff;
}

html body .la {
    font-size: 1em;
}

.toast {
  /*-ms-flex-preferred-size: 350px;*/
  /*flex-basis: 350px;*/
  max-width: 350px;
  width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
  font-size: 1em;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {    
    padding: 1rem;
}

.toast_icon {margin: 6px;}
.toast_icon i:before {font-size: 30px;}
.toast.bg-danger .toast-body.toast_text, 
.toast.bg-success .toast-body.toast_text {color:#fff;}
.toast .close {font-size: 1.3em;}

@media (max-width: 767px) {
    .toast-bs-container {bottom: 0;}
    .toast {margin: 0; width: 200px; max-width: 200px; font-size: .875rem !important;}
}