@charset "utf-8";
body {
    line-height: normal;
    word-break: keep-all;
}
p {
    margin-bottom: 0;
    word-break: keep-all;
}
p, li {
    line-height: 1.3;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
a,
a:link {
    color: inherit;
}
select.input-sm {
    line-height: normal;
}
td {
    word-break: break-all;
}
/* 카테고리 */
.list-category { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* 목록 */
.list-item .label-tack { padding-left:10px; }
.list-item strong { display:block; line-height:20px; margin:10px 5px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }

/* Responsive */
/* @media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
} */

/* 아이콘 */
.list-wrap .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-wrap .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.list-wrap .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.list-wrap .wr-hot { width:12px; height:12px; background-image: url('./img/icon_hot.gif'); }

/* 목록 공통 */
.list-notice .wr-notice { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; width:37px; height:19px; background-image: url('./img/icon_notice.gif'); }
.list-wrap { width:100%; }
.list-btn-box {
    margin-top: 30px;
}
.list-btn-box a span { margin-left: 4px; }
.list-btn-box .sort a { color:crimson !important; font-weight:bold !important; }
.list-btn-box .dropdown-menu { font-size: 12px; }
.list-none { margin:0px 0px 15px; padding:80px 0px; }
.list-page {
    margin-top: 0
}
.list-page .pagination {
    margin: 0;
}

/* 내용 공통 */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap h1 { font-size: 22px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color: rgb(59, 62, 67); letter-spacing:-1px; }
.view-wrap h1 .photo { border-radius: 50%; width: 50px; height: 50px; margin-bottom:10px; margin-right:10px; }
.view-wrap .no-attach { border-bottom:0px; }

.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content { padding:0px 15px 20px }
.view-mobile .view-content { padding:0px 0px 20px; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:22px; }
.view-good-box {
    text-align: center;
    clear: both;
    
}
.view-good-box span {
    margin: 15px 6px;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.view-good-box a {
    background: rgb(245, 245, 245);
    padding-top: 14px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
}
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-comment {
    clear: both;
    color: rgb(51, 51, 51);
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

#bo_v_sns {margin:4px 0 15px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 댓글 */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content {	margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('./img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('./img/cmt_nogood.gif') no-repeat left center; color:#888; }

#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 0 0 20px; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

/* 쓰기 공통 */
.write-wrap { width:100%; overflow:hidden; }
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn {
    margin: 40px 0 0;
    padding-top: 30px;
    border-top: 1px solid #DDDDDD;
    text-align: center;
}
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

/* 반응형 공통 */
/* @media all and (max-width:460px) {
	.responsive .list-btn { text-align:center; margin:0px auto; }
	.responsive .pull-right.list-btn { float:none !important; margin-bottom:14px; }
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 24px; font-size: 18px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
	.responsive .view-btn i { margin-right:0px; }
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .comment-btn { text-align:center; }
	.responsive .comment-btn .pull-right { float:none !important; }
} */

/* 리스트 */
.information .page-title {
    position: relative;
    z-index: 9;
}
.information .mTit50.keyword-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}
.information .keyword {
    width: 365px;
    margin: 0 30px;
}
.dropdown2 {
    width: 100%;
    position: relative;
}
.dropdown2 .select {
    cursor: pointer;
    transition: 0.3s;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 68px;
    border-radius: 100000000000px;
    position: relative;
    box-shadow: 0 3px 15px rgba(0,0,0,0.16) ;
}
.dropdown2 .select .selected {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333A5E;
    font-size: 40px;
}
.dropdown2 .select .selected.placeholder {
    color: #FFFFFF;
}
.dropdown2 .select .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F6F6;
    border-radius: 100000000000px;
    /* border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white; */
    transition: 0.3s;
}
/* .dropdown2 .select:hover {
    background-color: #1e2235;
} */
.dropdown2 .keyword-menu {
    visibility: hidden;
    padding: 0 25px;
    background-color: rgba(255, 255, 255,0.94);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 120%;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 9;
    color: #313131;
    box-shadow: 0 3px 15px rgba(0,0,0,0);
}
.dropdown2 .keyword-menu li {
    cursor: pointer;
    padding: 10px 0;
    font-size: 25px;
    transition: all 0.3s;
}
.dropdown2 .keyword-menu li:not(:last-child) {
    border-bottom: 1px dashed #C5C5C5
}
.dropdown2 .keyword-menu li:hover {
    color: #F93F3F;
}
.dropdown2 .menu-open {
    visibility: visible;
    box-shadow: 0 3px 15px rgba(0,0,0,0.16) ;
    opacity: 1;
}
.dropdown2 .active {
    color: #F93F3F;
}
.information .titleArea {
    text-align: center;
    margin-bottom: 30px
}
.information .titleArea strong {
    font-size: inherit;
    font-weight: inherit;
    color: #F93F3F;
    position: relative;
}
.information .titleArea strong::after {
    content: "";
    position: absolute;
    left:0;
    bottom: -7px;
    width: 100%;
    height:5px ;
    display: block;
    background-color: #F93F3F;
}
.informationList {
    margin-bottom: 150px
}
.informationList .swiper-wrapper {
    padding: 20px 0
}
.informationList .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.informationList .swiper-slide img {
    object-fit: cover;
    width: 100%;
}
.informationList .swiper-pagination {
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    position: relative;
    margin-top: 40px
}
.informationList .swiper-pagination-bullet  {
    width: 7px;
    height: 12px;
    border-radius: 10000000000px;
    transition: all 0.3s;
    background: #C1C1C1;
    opacity: 1;
}
.informationList .swiper-pagination-bullet-active {
    width: 36px;
    background-color: #F93F3F;
}
    /* 미디어쿼리 */
    @media all and (max-width:1199px) {
        .information .keyword {
            width: 300px;
            margin: 0 20px;
        }
        .dropdown2 .select {
            height: 60px;
        }
        .dropdown2 .select .selected {
            font-size:30px;
        }
        .dropdown2 .select .icon {
            width: 50px;
            height: 50px
        }
        .dropdown2 .keyword-menu li {
            font-size: 22px;
        }
        .information .titleArea {
            margin-bottom: 20px
        }
        .information .titleArea strong::after {
            bottom: -5px;
            height:4px;
        }
        .informationList {
            margin-bottom: 120px;
        }
        .informationList .swiper-pagination {
            margin-top: 20px;
        }
    }
    @media all and (max-width:1023px) {
        .information .keyword{
            width: 250px;
            margin: 0 15px;
        }
        .dropdown2 .select {
            height: 50px;
        }
        .dropdown2 .select .selected {
            font-size: 25px;
        }
        .dropdown2 .keyword-menu li {
            font-size: 20px;
            padding: 7px 0;
        }
        .dropdown2 .select .icon {
            width: 40px;
            height: 40px
        }
        .dropdown2 .select .icon img {
            width: 15px;
        }
        .dropdown2 .menu-open,
        .informationList .swiper-slide a {
            box-shadow: 0 2px 10px rgba(0,0,0,0.10) ;
        }
        .informationList {
            margin-bottom: 90px;
        }
        .informationList .swiper-wrapper {
            padding: 15px 0
        }
        .informationList .swiper-pagination {
            margin-top: 10px;
        }
    }
    @media all and (max-width:767px) {
        .information .page-title {
            margin-bottom: 60px
        }
        .information .page-title .page-sub-title {
            font-size: 18px;
        }
        .information .mTit50 {
            font-size: 24px;
        }
        .information .page-top {
            margin-bottom: 40px
        }
        .information .keyword {
            width: 150px;
            margin: 0 10px;
        }
        .dropdown2 .select {
            height: 36px;
        }
        .dropdown2 .select .selected {
            font-size: 20px;
        }
        .dropdown2 .keyword-menu {
            padding: 0 15px;
        }
        .dropdown2 .keyword-menu li {
            font-size: 16px;
            padding: 5px 0;
        }
        .dropdown2 .select .icon {
            width:25px;
            height: 25px
        }
        .dropdown2 .select .icon img {
            width: 10px;
        }
        .dropdown2 .menu-open {
            box-shadow: 0 2px 7px rgba(0,0,0,0.8) ;
        }
        .information .titleArea {
            margin-bottom: 20px;
        }
        .information .mTit40 {
            font-size: 23px;
        }
        .information .titleArea strong::after {
            height: 3px;
            bottom: -3px;
        }
        .informationList {
            margin-bottom: 70px;
        }
        .informationList .swiper-wrapper {
            padding: 10px 0;
        }
        .information .swiper-slide {
            width: 80%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .information .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
    }

/* 보기 */
.view-commen-wrap {
    width: 100%;;
    clear: both;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
}
.print-hide {
    width: 100%;
    clear: both;
    margin-top: 40px
}
.blog-write h3 {
    margin-bottom: 20px
}
.form-horizontal .control-label {
    text-align: left;
    font-size: 15px;
}