::selection {
    background:#F4A3AC;
    color: #fff;
    text-shadow: none;
}

/*교제의 검색*/
.form-material.form-material-primary > .form-control:focus {
    box-shadow: 0 2px 0 #80acdd !important;
}
.form-material.form-material-primary > .form-control:focus + label {
    color: #80acdd !important;
}
.form-material.form-material-primary > .form-control:focus ~ .input-group-addon {
    color: #80acdd !important;
    box-shadow: 0 2px 0 #80acdd !important;
}

@font-face {
    font-family: 'SommangM';
    src: url('/assets/fonts/SommangM.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RotisSemSer';
    src: url('/assets/fonts/RotisSemSer.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 18px;
}
h4, .h4 {
    font-size: 15px;
}
h5, .h5 {
    font-size: 14px;
}

.btn-danger {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}
.btn-danger:hover {
    color: #fff;
    background-color: #DB2B01;
    border-color: #DB2B01;
}
.btn-danger:active {
    color: #fff;
    background-color: #C62700;
    border-color: #C62700;
}

.btn-warning {
    color: #fff;
    background-color: #F9A92F;
    border-color: #F9A92F;
}
.btn-warning:hover {
    color: #fff;
    background-color: #E19520;
    border-color: #E19520;
}
.btn-warning:active {
    color: #fff;
    background-color: #E19520;
    border-color: #E19520;
}

.none {
    display:block !important;
}

.bottombox {
    visibility:visible !important;
}

.remove-margin-b {
    margin-bottom: 0 !important;
}
.bg-primary-color .modal-title {
    color:#fff;
}
.block {
    padding:0;
}
.block .container-fluid {
    padding:0;
}
.block-header {
    padding: 15px 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.block-header:before,
.block-header:after {
    content: " ";
    display: table;
}
.block-header:after {
    clear: both;
}
.block-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}
.block-title.text-normal {
    text-transform: none;
}
.block-title small {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
.block-content {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.block-content p,
.block-content .push,
.block-content .block,
.block-content .items-push > div {
    margin-bottom: 0px;
}
.block-content .items-push-2x > div {
    margin-bottom: 40px;
}
.block-content .items-push-3x > div {
    margin-bottom: 60px;
}
.block-content.block-content-full {
}
.block-content.block-content-full .pull-b {
    margin-bottom: -20px;
}
.block-content .pull-t {
    margin-top: -20px;
}
.block-content .pull-r-l {
    margin-right: -20px;
    margin-left: -20px;
}
.block-content .pull-b {
    margin-bottom: -1px;
}
.block-content.block-content-mini {
    padding-top: 10px;
}
.block-content.block-content-mini.block-content-full.block-content-mini {
    padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
    .block-content.block-content-narrow {
        padding-left: 10%;
        padding-right: 10%;
    }
}
.block.block-full .block-content {
    padding-bottom: 20px;
}
.block.block-full .block-content.block-content-mini {
    padding-bottom: 10px;
}
.block-table {
    width: 100%;
}
.block-table td {
    padding: 10px;
    vertical-align: middle;
}
.block.block-bordered {
    border: 0.5px solid #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block.block-bordered .block-header {
    border-bottom: 0.5px solid #e9e9e9;
}
.block.block-rounded {
    border-radius: 4px;
}
.block.block-rounded .block-header {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.block.block-rounded .block-content:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.block.block-rounded .block-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.block.block-themed > .block-header {
    border-bottom: none;
}
.block.block-themed > .block-header .block-title {
    color: #fff;
}
.block.block-themed > .block-header .block-title small {
    color: rgba(255, 255, 255, 0.75);
}
.block.block-transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block.block-opt-refresh {
    position: relative;
}
.block.block-opt-refresh .block-header {
    opacity: .25;
}
.block.block-opt-refresh .block-content {
    opacity: .15;
}
.block.block-opt-refresh:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #646464;
    font-family: Simple-Line-Icons;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    content: "\e09a";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.ie9 .block.block-opt-refresh:after {
    content: "Loading..";
}
.block.block-opt-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    margin-bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.block.block-opt-hidden.block-bordered .block-header {
    border-bottom: none;
}
.block.block-opt-hidden .block-content {
    display: none;
}
a.block {
    display: block;
    color: #646464;
    font-weight: normal;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
a.block:hover {
    color: #646464;
    opacity: .9;
}
a.block.block-link-hover1:hover {
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
a.block.block-link-hover1:active {
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}
a.block.block-link-hover2:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
a.block.block-link-hover2:active {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
a.block.block-link-hover3:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
a.block.block-link-hover3:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.block > .nav-tabs {
    background-color: #f9f9f9;
    border-bottom: none;
}
.block > .nav-tabs.nav-tabs-right > li {
    float: right;
}
.block > .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
}
.block > .nav-tabs > li {
    margin-bottom: 0;
}
.block > .nav-tabs > li > a {
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #646464;
    font-weight: 600;
    border: 0.5px solid transparent;
    border-radius: 0;
}
.block > .nav-tabs > li > a:hover {
    color: #5c90d2;
    background-color: transparent;
    border-color: transparent;
}
.block > .nav-tabs > li.active > a,
.block > .nav-tabs > li.active > a:hover,
.block > .nav-tabs > li.active > a:focus {
    color: #646464;
    background-color: #fff;
    border-color: transparent;
}
.block > .nav-tabs.nav-tabs-alt {
    background-color: transparent;
    border-bottom: 0.5px solid #e9e9e9;
}
.block > .nav-tabs.nav-tabs-alt > li > a {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.block > .nav-tabs.nav-tabs-alt > li > a:hover {
    -webkit-box-shadow: 0 2px #5c90d2;
    box-shadow: 0 2px #5c90d2;
}
.block > .nav-tabs.nav-tabs-alt > li.active > a,
.block > .nav-tabs.nav-tabs-alt > li.active > a:hover,
.block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
    -webkit-box-shadow: 0 2px #5c90d2;
    box-shadow: 0 2px #5c90d2;
}
.block .block-content.tab-content {
    overflow: hidden;
}
.block-options {
    float: right;
    margin: -3px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
}
.block-options:before,
.block-options:after {
    content: " ";
    display: table;
}
.block-options:after {
    clear: both;
}
.block-options.block-options-left {
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.block-options.block-options-left + .block-title {
    float: right;
}
.block-options > li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.block-options > li > a,
.block-options > li > button {
    display: block;
    padding: 2px 3px;
    color: #999999;
    opacity: .6;
}
.block.block-themed > .block-header .block-options > li > a,
.block.block-themed > .block-header .block-options > li > button {
    color: #fff;
}
.block-options > li > a:hover,
.block-options > li > button:hover {
    text-decoration: none;
    opacity: 1;
}
.block-options > li > a:active,
.block-options > li > button:active {
    opacity: .6;
}
.block-options > li > span {
    display: block;
    padding: 2px 3px;
}
.block.block-themed > .block-header .block-options > li > span {
    color: #fff;
}
.block-options > li > a:focus {
    text-decoration: none;
    opacity: 1;
}
.block-options > li > button {
    background: none;
    border: none;
}
.block-options > li.active > a,
.block-options > li.open > button {
    text-decoration: none;
    opacity: 1;
}

#modal-moim .groups {
}

.sitegroupname {
    /*margin-top: 20px;*/
}
.line-bottom {
    margin-bottom: 10px;
}
.slist {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.slist [class^="col-"] {
    cursor:pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}

.selLang {
    list-style:none;
    display: flex;
    flex-flow: wrap;
    margin:0; padding:0;
}
.selLang li {
    flex: 1;
    min-width: 80px;
    line-height: 120%;
    padding:15px 5px;
    text-align: center;
    cursor:pointer;
    font-size: 16px;
}
.selLang li:hover {
    background: rgba(0,0,0,.1);
    color:#000;
}
.selLang li.active {
    background: rgba(163,169,167,.4);
    color:#000;
}

.pointer {
    cursor: pointer;
}

#logo {
    height: 70px;
    overflow: hidden;
}

.onlyPad {
    display:none;
}

.nonestyle {
    margin:0;
    padding:0;
    list-style:none;
}
.liststyle-left li {
    float:left;
}
ol.breadcrumb {
    margin: 0;
    background: none;
    padding: 10px 0 10px 0;
}
ol.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
}
ol.breadcrumb > .active {
}
ol.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.bold-600 {
    font-weight: 600;
}
.bold-300 {
    font-weight: 300;
}
.message {
    cursor:pointer;
}

.message:hover i {
    color:#80acdd
}
div.more:hover {
    color:#80acdd !important;
}

.time i {
    font-size: 15px;
}
.container {
    letter-spacing: -1px;
}
.container .section {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 0.5px solid rgba(0,0,0,.3);
}
.container .section:last-child {
    border-bottom: 0;
}

/*로고 */
.churchname {
    /*width:100%;*/
}
.logobox {
    display: flex;
}
.logobox div:nth-of-type(1) {
    width: 45px;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
}
.logobox div:nth-of-type(1) img{
    width: 100%;
}
.logobox div:nth-of-type(2) {
    flex: 1;
    font-size: 22px;
    line-height: 180%;
    align-items: center;
}
.logobox .simbol {
    float:left;
}
.logobox .bname {
    font-family: 'SommangM', sans-serif;
    text-align:left;
    color:#005197;
    font-weight: 300;
    text-transform: uppercase;
}
.logobox .bname_eng {
    font-family: 'RotisSemSer', sans-serif !Important;
    font-weight: 600;
    font-size: 24px !important;
    letter-spacing: 0;
}

/*연혁 */
.list-timeline {
    padding-top: 20px;
    position: relative;
}
.list-timeline:before {
    position: absolute;
    top: 0;
    left: 97px;
    bottom: 0;
    display: block;
    width: 0.5px;
    content: "";
    background-color: #e9e9e9;
    z-index: 1;
}
.history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-timeline > li {
    min-height: 40px;
    z-index: 2;
}
.list-timeline > li {
    margin-bottom: 10px;
}
.history-list > li {
    position: relative;
}

.block.guide {
    background-color:rgba(0,0,0,.03);
    padding: 10px 15px;
    margin-bottom: 20px;
}
.block .alert-dismissable h5, .block .alert-dismissable .h3 {
    margin: 0;
    color:rgba(255,255,255,.9)
}

.list-timeline .list-timeline-time {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 60px;
    text-align: left;
    color: #333;
    font-size: 18px;
    background-color: transparent;
    padding: 5px 0;
    min-height: 40px;
    color: #999;
    font-style: italic;
    border-radius: 2px;
}
.list-timeline .list-timeline-icon {
    top: 3px;
    left: 80px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    z-index: 2 !important;
    position: absolute;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

#history .icon_heart {
    background-color: #F4A3AC;
    color: #fff;
}
#history .icon_globe {
    background-color: #ff99cc;
    color: #fff;
}
#history .icon_house {
    background-color: #99bbff;
    color: #fff;
}
#history .icon_profile {
    background-color: #cb99ff;
    color: #fff;
}
#history .icon_group {
    background-color: #97d3b3;
    color: #fff;
}

.loginfamily li {
    cursor:pointer;
}
.loginfamily li:hover {
    color:#000 !important
}
.loginfamily li:hover i {
    color:#F09FA8 !important
}
.loginfamily li.profile {
    margin-top: 20px;
}
.loginfamily li.profile .img {
    width:27px;
    border-radius: 50%;
    overflow:hidden;
    margin-bottom: -8px;
}
.loginfamily li.profile img {
    width:100%
}

#groupmenu {
    background:#fff;
    margin-top: 20px;
    border-radius: 3px;
}
#groupmenu .categories ul.list {
    list-style:none;
}
#groupmenu .categories ul.list li {
    content: '';
}
#groupmenu .categories ul.list li:before {
    content: '';
}
#groupmenu .cafeTitle {
    display:flex;
    align-items: center;
}
#groupmenu .cafeTitle .img {
    flex-basis: 100px;
    padding: 15px 0 7px 15px;
}
#groupmenu .cafeTitle .img img {
    border-radius: 3px;
}
#groupmenu .cafeTitle .name {
    flex: 1;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 250%;
    color:#000;
}


#mainmenulist {
    color:rgba(255,255,255,.8);
    font-size: 18px;
}
#mainmenulist .smenu {
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 10px 0;
    cursor:pointer
}
#mainmenulist div[class*="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

#mainmenulist .border-bottom {
    border-bottom: 0.5px solid rgba(255,255,255,.2) !important;
    padding-bottom: 15px;
}


.mainmenulist_mobile div[class*="col-"] {
    /*padding-left: 30px;*/
    font-size: 16px;
    opacity: 0.6;
    cursor:pointer;
}

.group_title {
    font-size: 18px;
    color:#628ECB;
}
.sub_group_title {
    color:#666;
    font-size: 16px;
}
.schedule-details {
    /*height: 120px;*/
    border-radius: 3px;
}
.schedule-details .flip {
    border-radius: 3px;
}
.schedule-details > a {
    max-height: 50px;
    display:block;
}
.schedule-details .icon_group
{
    color: #808080 !important;
    background-color: rgba(0,0,0,.0);
}

.list-timeline .list-timeline-content {
    color: #999;
    font-size: 15px;
    padding: 7px 0px 0.5px 140px;
}
.list-timeline .list-timeline-content .imgbox {
    margin-top: 20px !important;
}
.list-timeline .list-timeline-content .imgbox img {
    margin-bottom: 20px !important;
}
.img-responsive {
    width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border: 0;
}



.cmenu {
    top: 110px; width: 100%;
}

.cmenu li, .nav li {
    cursor:pointer;
}

.border-radius-5 {
    border-radius: 5px;
}

.categories {
    cursor: pointer;
}
.categories.hidePadMoim {
    display:block;
}

.categories .alram, .moimMenu_mobile_bar .alram {
}

.categories .alram i {
    font-size: 18px;
    padding: 0px 13px;
}
.moimMenu_mobile_bar .alram i {
    font-size: 18px;
    padding: 4px 2px 5px 10px;

}

.categories .alram i.ion-ios-bell-outline, .moimMenu_mobile_bar .alram i.ion-ios-bell-outline {
    text-decoration: line-through
}

fieldset {
    margin: 0px !important;
}


.group_card {
    /*box-shadow: 0px -2px 6px 0 rgba(0,0,0,.04), 0 5px 5px -4px rgba(0,0,0,.14), 0 2px 15px 0 rgba(0,0,0,.02);*/
    border:0.1px solid rgba(0,0,0,.2);
    margin-top: 5px;
    margin-bottom: 20px;
    cursor:pointer;
    overflow:hidden;
    border-radius: 10px;
    background:#fff;
}
.group_card:hover {
    box-shadow: initial;
    background-color:rgba(0,0,0,.1);
}

.group_card .title {
    padding: 15px 20px !important;
    font-weight: 500;
    margin:0;
}
.group_card .image-box-thum {
    /*max-height: 170px;*/
    background: rgba(0,0,0,.07);
    overflow:hidden;
}
.group_card .image-box-thum img {
    width: 100%;
}
.group_card .image-box-details  {
    max-height: 300px;
    min-height: 150px;
    overflow:hidden;
}
.group_card .desc {
    font-size: 13px;
    font-weight: 400;
    color:#666;
    padding: 20px 20px;
}

.megamenu .post-thumb {
    width: 50px; height: 50px; background-color:rgba(0,0,0,.06);
}
.megamenu article:hover {
    background-color: #80acdd;
    transition: all 0.12s ease;
}
.megamenu article:hover .post-title a {
    color:#fff;
}

.moimMenu_mobile_menu, #moimMenuBar {
    display:none;
}
.list-border li:last-child {
    border-bottom: 0px;
}

.rotated {
    -webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(180deg);  /* IE 9 */
    -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
    transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
    transition: transform .3s ease-in-out;
}

.overhidden {
    overflow:hidden;
}
.italic {
    font-style: italic;
}
.icon-circled img {
    width: 100%;
}

.phone i {
    font-size: 13px;
    margin-right: 5px;
}
.mod i, .del i {
    font-size: 20px;
    margin-right: 10px;

}
.mod:hover i, .del:hover i {
    color:#F4A3AC
}

.small {
    /*font-size: 100% !important;*/
}

/*테마컬러*/
.alert-primary {
    background-color: #80acdd !important;
}

#bbs .year_month ul.menuyear li.year div.a:hover {
    text-decoration: none;
    background-color:#80acdd !important;
    color:#fff
}
#bbs .year_month ul.menuyear li.year ul.menumonth li:hover {
    background-color:#80acdd !important;
    color:#fff
}

#bbs #comment_area .write_com .input-desc {
    border: 0.5px solid #80acdd !important;
}

#bbs #comment_area .write_com .btnWriteComment {
    background-color: #80acdd !important;
}
#bbs .box_addfiles .zone:hover {
    background: rgba(0,0,0,.1);
    border-color: #80acdd !important;
}

.alert {
    border-radius: 2px;
}
.border-bottom-solid-primary {
    border-bottom: 0.5px solid #80acdd !important;
}
.text-point-color {
    color:#F4A3AC !important;
}
.text-red-color {
    color:#F4A3AC !important;
}
.text-gray {
    color:#999 !important;
}
.text-gray-6 {
    color:#666 !important;
}
.text-gray-9 {
    color:#999 !important;
}
.text-white {
    color:#fff !important;
}
.text-white a {
    color:#fff !important;
}
.text-white a:hover {
    color:#ffcc00 !important;
}
.text-primary-color {
    color:#80acdd !important;
}
.bg-primary-color {
    color:#fff !important;
    background-color:#80acdd !important;
}
.bg-primary-color td {
    color:#fff !important;
    background-color: #80acdd !important;
}
.bg-point-color {
    color:#fff;
    background-color:#F09FA8 !important;
}
.bg-primary-dark {
    color:#fff;
    background-color:#80acdd !important;
}
.bg-primary-color {
    color:#fff;
    background-color:#80acdd !important;
}
.bg-black-color {
    color:#fff;
    background-color:#333 !important;
}
.bg-gray-color {
    color:#fff;
    background-color:#A3A9A7 !important;
}
.bg-white-color {
    color:#444;
    background-color:#f3f3f3 !important;
    border: 0.5px solid rgba(0,0,0,.1);
}
.bg-white-color:hover {
    color:#222;
    background-color:rgba(163,169,167,.2) !important;
}

.badge.badge-primary {
    background-color: #80acdd !important;
}
.badge.badge-point {
    background-color: #F4A3AC !important;
}
.badge.badge-border {
    border: 0.5px solid rgba(0,0,0,.1) !important;
    background-color: rgba(0,0,0,.05) !important;
    color: rgba(0,0,0,.6);
    font-weight: 200;
}
.label-border {
    display:inline-block;
    border: 0.5px solid #ccc !important;
    background-color: #fff !important;
    color: #ff3300;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    padding: 2px 5px;
    border-radius: 2px;
}
.label-default {
    background-color: #999 !important;
}
.label-primary {
    background-color: #80acdd !important;
}
.label-point {
    background-color: #F4A3AC !important;
}

.bg-white-color .bg-icon {
    color:rgba(0,0,0,.3);
    transform: rotate(0deg);
}

.btn-primary {
    color: #fff;
    background-color: #80acdd !important;
    border-color: rgba(0,0,0,.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6E98D7 !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #6E98D7 !important;
    border-color: rgba(0,0,0,.1);
}
.btn-primary .badge {
    color: #80acdd !important;
    background-color: #fff;
}
.form-control.active {
    color: #6E98D7;
    background-color: #E7F7F7;
    border: 0.5px solid #80acdd !important;
}
#bbs .titlebox {
    border-bottom: 4px solid #80acdd !important;
}
#bbs .btnMoreView:hover {
    color: #80acdd !important;
    border-bottom: 0.5px dashed #80acdd !important;
}

/*앨범 */
.headAlbumin:hover, .headAlbumin.new:hover {
    border: 0.5px solid #80acdd !important;
}
.headAlbumin.new:hover i{
    color:#80acdd
}
.headname input:focus {
    border-color:#80acdd !important;
}

/* 오늘날짜 하일라이트*/
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff;
    background-color: #80acdd !important;
    border-color: rgba(0,0,0,.1);
}
.alert-primary {
    color: #80acdd;
}



.loginfamily {
    list-style:none;
    text-align:right;
}
.loginfamily li {
    display:inline-block;
    margin-top: 25px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
}

.text-white {
    color:#fff !important;
}

.alert-danger, .alert-default, .alert-warning, .alert-primary, .alert-success, .alert-info {
    border-color: rgba(0,0,0,.1);
}
.alert-default {
    color: #555;
    background-color: #fff;
}
.alert-gray {
    color: #555;
    background-color: #f9f9f9;
}
.alert-dashed {
    border: 2px dashed rgba(0,0,0,.1);
}
.alert-rounded {
    border-radius: 10px;
}

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

.prev_sche {
    display:none;
}

#listSche .sche:hover {
    background-color:rgba(0,0,0,.05);
    cursor:pointer;
}
#listSche .sche ul {
    margin-top: 5px;
}
.catmonth {
    margin:0 !important;
}
.catmonth .col-xs-1 {
    padding:0 !important;
}
.catmonth .mon {
    font-weight: 600;
    cursor:pointer;
    overflow:hidden;
    border-radius: 2px;
    padding:10px 0;
    color:#555;
}
.catmonth .mon.active {
    background-color:#80acdd;
    color:#fff;
}
.catmonth .mon:hover {
    background-color:rgba(0,0,0,.05);
    color:#555;
}
#listSche.schedule .btn {
    margin-bottom: 5px;
}

.catweek {
    margin:0 !important;
}
.catweek .week {
    font-weight: 600;
    cursor:pointer;
    overflow:hidden;
    border-radius: 2px;
    padding:10px 0;
    color:#555;
}
.catmonth .col-xs-2 {
    padding:0 !important;
}
.catweek .week.active {
    background-color:#80acdd;
    color:#fff;
}
.catweek .week:hover {
    background-color:rgba(0,0,0,.05);
    color:#555;
}

.groupbox {
    cursor:pointer;
    /*border-top: 0.5px solid rgba(0,0,0,.08);*/
}
.groupbox .title {
    color:#000
}

.schedule-details ul {
    list-style:none;
    margin:0; padding:0;
}

.mobileMenubar {
    width: 40px;
    padding: 10px 0px;
    margin: 5px 0px;
}
.mobileMenubar i {
    font-size: 25px;
}
.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0,0,0,.2);
}
.uk-offcanvas.uk-active {
    display: block;
}
.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*메뉴*/
.menuzord-menu ul.dropdown li a.active {
    background-color:rgba(0,0,0,.07)
}


/*좌측메뉴*/
.categories .list-border li {
    margin:0 !important;
    padding: 10px 12px;
    font-size: 15px;
}
.categories .list-border li:hover {
    background-color:rgba(0,0,0,.05);
}
.categories .list-border li.open {
    background-color: rgba(0,0,0,.05);
    padding-left: 15px;
    border-bottom:0;
    border-radius: 3px;
    border-left:3px solid #80acdd;
}
.categories .list-border li .title {
    color: #666;
    font-weight: 600;
}
.categories .list-border li.open .title {
    color: #000;
    font-weight: 600;
}
.categories .list-border li.open .sub-menu > li:hover {
    background-color:rgba(0,0,0,.05);
}
.categories .list-border li.open .sub-menu > li:hover span {
    background-color:#80acdd;
    color:#fff;
}
.categories .list-border li.open .sub-menu > li:hover span.text-gray {
    background-color:rgba(0,0,0,.0);
    color:#fff;
}


.categories .list-border li.open .sub-menu > li.active {
    color: #000;
    font-weight: 600;
}

.categories ul.list-border > li > a > .arrow {
    float: right;
    margin-right: 10px;
}
.categories ul.list-border > li > a > .arrow:before {
    float: right;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
}
.categories ul.list-border > li > a > .arrow.open:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.categories ul.list-border > li > .sub-menu li {
    border-bottom: 0px;
    font-size: 14px;
}
.categories ul.list-border > li > .sub-menu {
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
.categories ul.list-border > li > .sub-menu > li .icon-thumbnail {
    display:block;
    float:right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    margin-top: -4px;
    background-color: rgba(0,0,0,.1);
    font-size: 14px;
    text-align:center;
}
.categories ul.list-border > li > .sub-menu > li.active .icon-thumbnail {
    background-color: #80acdd;
    color: #ffffff;
}

.groups article .post-thumb {
    width:100%;
    background:rgba(0,0,0,.07);
}
.groups article .post-title {
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
}
.mymoimZone .groups article .post-title {
    padding: 0px;
    font-size: 15px;
}
.groups article .post-title .badge-point {
    margin-top: 4px;
}
.groups article .post-footer {
    padding: 10px 15px;
    font-size: 14px;
}

.mygroup .post-title .badge, .group .post-title .badge {
    margin-top: 3px;
}

article.chattype .post-thumb {
    width:65px; height:65px;
    overflow:hidden;
    background-color:rgba(0,0,0,.06);
    border-radius: 2px;
}
article.chattype {
    padding: 10px 15px;
    border-bottom: 0.5px solid rgba(0,0,0,.1);
}
article.chattype p.desc {
    height: 30px; overflow:hidden;
    line-height: 120%;
}


#bottomModal {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff;
    padding: 20px 20px 10px 20px;
    z-index: 1101;
    display:none;
}
#bottomModal ul {
    list-style:none;
    margin:0; padding:0;
}
#bottomModal ul li {
    font-size: 18px;
    line-height: 120%;
    height: 55px;
    clear:both;
}
#bottomModal ul li div {
    float:left;
    color: rgba(0,0,0,.8);
    padding-top: 13px;
}
#bottomModal ul li div.icon {
    margin-right: 20px;
    width: 30px;
}
#bottomModal ul li div.icon {
}
#bottomModal ul li div.icon div.img {
    border-radius: 50%;
    width: 25px; height: 25px; overflow:hidden; padding:0;
}
#bottomModal ul li div.icon i {
    font-size: 24px;
    color: rgba(0,0,0,.4)
}
.backshadow {
    display:none;
    position:fixed;
    z-index: 1100;
    background-color:rgba(0,0,0,.4);
    top:0;
    bottom:0;
    left:0;
    right:0;
    transition: transform .3s ease-in-out;
}

.form-switcher input[type="checkbox"]:checked + .switcher {
    border-color: #80acdd !important;
    box-shadow: 0px 0px 0px 12.5px #80acdd inset !important;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    animation-duration: .3s;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
    animation-duration: .3s;
}

/*탭메뉴 */
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    cursor:pointer;
    border-bottom: 0.5px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
    cursor:pointer;
}



.subtitle {
    margin-top: 30px;
}

.modal-content {
    border-radius: 2px;
}
.btn {
    border-radius: 2px;
}

/*자동완성*/
.easy-autocomplete-container {
    margin-top: 44px;
}


#loading, #sending, #processing, #searching {
    width:100%;
    position: fixed;
    left:0;
    top:45%;
    background: rgba(255,255,255,.8); text-align: center; padding:40px 0;
    display: none;
    font-size: 15px; font-weight: 800; color:#000; z-index: 99999;
}
#loading i, #sending i, #processing i, #searching i {
    font-size:30px
}

.table-mem td {
    padding-top: 15px !important; padding-bottom: 15px !important;
}
.table-mem .memProfile div {
    width: 40px; height: 40px;
    border-radius: 50%;
    overflow:hidden;
}
.table-mem .memProfile div img {
    width: 100%;
}

.pagination > li > a, .pagination > li > span {
    color:#6E98D7;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color:#6E98D7;
}

.bg-lighter2 {
    background-color: rgba(255,255,255,.8) !important;
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
    /*backdrop-filter: saturate(180%) blur(20px);*/
}


.introduce {
    padding: 20px 0px;
}

/*모달 */
.modal-content {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    border: 0px !important;
}
.modal-header {
    padding: 20px 30px;
}
.modal-title {
    font-size: 18px;
    font-weight: 500;
}
.modal-footer .btn-default {
    border:0;
    background-color:transparent !important;
    border-bottom: 2px solid transparent;
    transition: .2s;
}
.modal-footer .btn-default:hover {
    border:0;
    border-bottom: 2px solid #999;
}
.modal-footer .btn-primary {
    border:0;
    color:#333 !important;
    background-color:transparent !important;
    border-bottom: 2px solid transparent;
    transition: .2s;
}
.modal-footer .btn-primary:hover {
    border:0;
    color:#80acdd !important;
    border-bottom: 2px solid #80acdd !important;
}
.modal-footer .btn-danger {
    border:0;
    color:#333 !important;
    background-color:transparent !important;
    border-bottom: 2px solid transparent;
    transition: .2s;
}
.modal-footer .btn-danger:hover {
    border:0;
    color:#d43f3a !important;
    border-bottom: 2px solid #d43f3a !important;
}


.w30 {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.intro-left p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 180%;
}
.intro-info .fname {
    font-size: 15px;
}
.intro-info .fname.line-bottom {
    margin-bottom:10px;
}
.intro-info .fvalue {
    font-size: 18px;
    margin-bottom: 40px;
}

/*일정관련*/
.schedule-details.bg-lighter:hover {
    cursor:pointer;
    background-color:rgba(0,0,0,.07);
}

.modal-body label.fieldname {
    width: 120px;
    font-size: 90%;
    color:#rgba(0,0,0,.8);
}
#viewSche label i {
    margin-right: 10px;
}
#viewSche div.row {
    font-size: 16px;
}
.bootstrap-datetimepicker-widget td {
    text-align:center;
}
.bootstrap-datetimepicker-widget .separator {
    text-align: start;
}

/*자기교회로 가기 홈버튼*/
.gomyhome {
    position: fixed;
    left: -4px;
    top: 100px;
    width: 35px;
    height: 30px;
    text-align:right;
    border: 0.5px solid rgba(0,0,0,.15);
    border-radius: 3px;
    cursor:pointer;
    background-color:#fff;
    color:#666;
    z-index:1001;
    transition: .3s;
}
.gomyhome i {
    font-size: 16px;
    padding: 7px 10px;
}
.gomyhome:hover {
    border:#80acdd;
    background-color:#80acdd;
    color:#fff;
}

/*작은 사이즈는 카드간의 간격을 줄여준다*/
@media (max-width: 480px) {
    .uk-grid-width-small-1-2 .row {
        padding-bottom: 0 !important;
    }
}

.badge-gray {
    background:rgba(0,0,0,.15);
    color:rgba(0,0,0,.5);
}


/*index*/

/*모바일 좌측메뉴 상단 컬러 */
#sidemobileMenu .bars {
    background-color:#25272E;
}

.uk-offcanvas-bar {
    background-color:#25272E !important;
}


/*인덱스페이지에 교회대표 교제글*/
.post-list .desc {
    overflow:hidden;
    height: 20px;
    line-height: 120%;
}
.post-list .userprofile {
    width: 50px; height:50px; overflow:hidden;
    border-radius: 50%;
}
.post:hover {
    background-color:rgba(0,0,0,.05);
    cursor: pointer;
}

/*모달 */
.modal-header {
    border: 0;
}
.modal-body.groups {
    padding: 30px;
}

/*알림목록 */
#noti-list {
}
#noti-list-table {
    width:100%;
}
#noti-list-table tr {
}
#noti-list-table .pic {
    vertical-align:top;
    margin:0; padding-top:15px;
    width: 65px;
}
#noti-list-table .pic .img {
    width: 50px; height: 50px; overflow:hidden;
    border-radius: 50%;
}
#noti-list-table .summary  {
    border-bottom: 0.5px solid #E6E7E9;
    vertical-align:top;
    padding-top: 15px;
    padding-bottom: 15px;
}
#noti-list-table tr:last-child .summary {
    border-bottom: 0;
}
#noti-list-table .summary .ntitle  {
    font-size: 16px; line-height: 120%;
}
#noti-list-table .summary .ptitle  {
    font-size: 14px; color:#666;
}
#noti-list-table .summary .date  {
    font-size: 13px; color:#aaa;
}

.noti-count {
    position:absolute;
    top: 15px; right: 33px;
    border: 0.5px solid #ef6467;
    border-radius:20px;
    font-size: 14px;
    font-weight: 200;
    color:#ef6467;
    padding: 3px 6px;
    line-height: 100%;
}

.taskbar {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
    height: 50px;
    background: rgba(0,0,0,.7);
    color:#fff;
    font-size: 18px;
}
.taskbar .cols {
    flex:1
}
.taskbar a {
    padding: 12px 15px;
    line-height: 270%;
    color:#fff !important;
}
#sidemobileMenu .taskbar {
    padding: 0 12px;
    background: rgba(0,0,0,.7);
    color:#fff;
}




@media only screen and (max-width: 1799px) {
    .hide-lg {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .zonelist .groupbox {
        min-height: inherit;
    }

    .index_noch .pull-right {
        float:initial !important;
    }

    .hide-md {
        display: none;
    }

    section .container {
        padding-top: 20px !important;
    }

    section .cmenu {
        padding-bottom: 0px;
    }

    .onlyPad {
        display:block;
    }

    .categories.hidePadMoim {
        display:none;
    }

    .onlyPad .btn .icon {
        transition: all 0.12s ease;
    }
    .onlyPad .btn div {
        display: inline-block;
        padding-right: 4px;
    }
    .onlyPad .btn.open .icon {
        transform: rotate(180deg);
    }

    .uk-grid-width-small-1-2 .row {
        padding-bottom: 0 !important;
    }

}


/* 모바일 모양으로 표현되는 영역 */
@media only screen and (max-width: 767px) {
    .hide-sm {
        display: none;
    }
    /*index 모임목록 */
    .mymoimZone .groups article .post-title {
        padding: 15px;
        font-size: 17px;
    }

    /*모달*/
    .modal-dialog {
        margin:0 !important;
    }
    .modal-body {
        padding: 10px !important;
    }
    .modal-dialog .groups {
        padding: 10px;
    }
    .modal-header {
        padding: 10px 10px;
    }
    #modal-moim .post-title, .groups article .post-title {
        padding: 10px 10px;
        font-size: 15px;
        font-weight: 500;
    }
    #modal-moim .post-footer, .groups article .post-footer {
        padding: 7px 10px;
        font-size: 12px;
    }

    /*그리드의 미세조정 */
    .col-xs-6:nth-child(odd) {
        padding-right: 5px
    }
    .col-xs-6:nth-child(even) {
        padding-left: 5px
    }


    .slist {
        border-bottom: 0.5px solid rgba(0,0,0,.2);
    }


    .sitegroupname {
        margin-top: 10px;
    }

    .container.groups_index {
        background-color:rgba(0,0,0,.03);
    }

    .grouplevel1 {
        margin-top: 20px;
    }
    .group_card {
        margin-bottom: 7px;
    }
    .group_card:hover {
        box-shadow: 0px -2px 6px 0 rgba(0,0,0,.04), 0 5px 2px -4px rgba(0,0,0,.14), 0 2px 10px 0 rgba(0,0,0,.02);
        background-color:rgba(0,0,0,.1);
    }

    .section-title {
        margin-top: 0px;
    }

    .section-title.listMoimbox {
        margin-top: 40px;
    }

    .gomyhome {
        position: fixed;
        top: 170px;
    }

    .onlyPc {
        display:none;
    }
    .onlyPad {
        display:none;
    }

    #header {
        position: fixed;
        top:0;
        left:0;
        right:0;
        width:100%;
        height:50px;
        color:#000;
        z-index: 99;
    }
    #header a {
        color:#000
    }

    #header .bg-lighter {
        border-bottom: 0.5px solid rgba(0,0,0,.1);
        background-color: rgba(255,255,255,.7);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }

    .main-content {
        margin-top: 50px;
    }

    .container .image-box-thum {
        /*height: 90px;*/
    }
    #logo {
        height: 50px;
    }

    .mobileMenubar {
        width: 40px;
        padding: 0px;
        margin: 5px 0px;
    }

    .moimMenu_mobile {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        height: 50px;
        z-index: 99;
    }

    .churchname {
        /*width:100%;*/
    }
    .logobox {
        display: flex;
    }
    .logobox div:nth-of-type(1) {
        width: 35px;
        padding-right: 5px;
        align-items: center;
        justify-content: center;
    }
    .logobox div:nth-of-type(1) img{
        width: 100%;
    }
    
    .logobox div:nth-of-type(2) {
        flex: 1;
        font-size: 18px;
        line-height: 200%;
        align-items: center;
    }
    .logobox .bname {
        text-align:left;
        color:#005197;
    }

    .menuzord-brand {
        margin: 7px 10px 0 0;
        float: left;
        color: #000;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        line-height: 155%;
        cursor: pointer;
        min-width: initial;
    }
    #sidemobileMenu .menuzord-brand {
        color: #fff;
    }

    .groupbox .title {
        margin-top: 0 !important;
        padding-top: 10px;
        border-top: 0.5px solid rgba(0,0,0,.1);
    }
    .uk-grid-width-small-1-2 div.row:first-child .title {
        border-top: 0;
    }
    .uk-grid-width-small-1-2 div.row:hover .title {
        background-color:opacity:0;
    }


}

@media only screen and (max-width: 479px) {
    .hide-xs {
        display: none;
    }

}