@charset "utf-8";

#banner{display: none;}

.sub_container{
	display: flex;
    padding-top: 90px;
    min-height: 100vh;
    padding-bottom: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.sub_container > *{
	    font-size: 15px;
    color: #666;
}
.sub-board-container {
	padding-top: 100px;
}
.container {
    max-width: 1520px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;
}
[class^=icon-] {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    vertical-align: middle;
    text-indent: -1000em;
    outline: 0 !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    width: 35px;
    height: 35px;
}
[class^=icon-func-] {
    width: 41px;
    height: 41px;
}
/*
.bt {
    border: 0;
    display: inline-block;
    padding: 14px 40px;
    background-color: #222;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1;
    height: 50px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 1rem;
    cursor: pointer;
}
*/
.bt:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19);
}
body:has(.bg-theme1) .theme-btn {
    background-color: #2885C8 !important;
}

.board-btns .bt {
    text-align: center;
    color: #fff !important;
}
.board-btns a {
    display: inline-block;
    vertical-align: top;
}

.container{
	margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.gnb-mo .container{
	display: block;
	
}
/*
.container{
	margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    width: 100%;
    height: 100%;
}
*/
.sub-top{
 	margin-bottom: 50px;
}
.sub .sub-board-container .sub_top .top-content {
  text-align: center;
  padding: 60px 0;
}
.board-detail-header{
	padding: 35px !important;
}

.board-detail-header .h3 {
    font-size: 30px !important;
    font-weight: 700;
}
.board-detail-header .function {
   	display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: center;
    flex-direction: row;
    -ms-flex-pack: center;
}
.board-detail-header .function .badge {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    -ms-flex-pack: flex-start;
    border: 0;
}

.icon-view-datetime {
  background-image: url("../images/sub/ico-clock-type1.png");
  width: 20px;
}
.icon-view-read {
  background-image: url("../images/sub/ico-bbs-view-read.png");
  width: 21px;
}
.icon-func-share{
  background-image: url("../images/sub/ico-func-share.png");
}
.board-detail-header .function .func-link {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    -ms-flex-pack: flex-start;
    margin-left: 1.25rem;
}

.board .board-detail .detail-head, .board-detail .board .detail-head {
    border-color: #CACACA;
}
.sub-top:not(.scrolling) .board-detail-header .subject .h3 {
        display: -webkit-box !important;
        overflow: hidden;
        max-height: 2.6em;
        line-height: 1.3 !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        white-space: normal !important;
        height: auto;
}

.box {
    border: 1px solid #CACACA;
}
.board .box {
    padding: 0.75rem;
}
.box-radius {
    border-radius: 0.5rem;
    overflow: hidden;
}
.board-row{
	display: flex;
	flex-wrap: wrap;
}
.board-row:not(.no-gutters) {
    margin-left: -10px;
    margin-right: -10px;
}

.board .board-detail .detail-head dl, .board-detail .board .detail-head dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.board .board-detail .detail-head dl dt, .board-detail .board .detail-head dl dt {
    width: 120px;
    background-color: #F0F0F0;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 700;
}

.board .board-detail .detail-head dl dd, .board-detail .board .detail-head dl dd {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 9px 1rem;
}
@media (max-width: 1279.98px){
	.sub_container{padding-top: 0;}
}

@media (min-width: 1024px) {
  .sub-top[class*=bg-] {
    overflow: hidden;
  }

  .sub-top[class*=bg-].bg-theme1 {
    background-color: #93C2E3;
  }
  .sub-top[class*=bg-].bg-theme1 ~ * .choice-group:not([class*=badge-st]) label input[type=checkbox]:checked + span {
    color: #F659A7 !important;
  }
  .sub-top[class*=bg-].bg-theme1 ~ * .choice-group:not([class*=badge-st]).choice-group-btn label input[type=checkbox]:checked + span {
    background-color: #F659A7 !important;
    color: #fff !important;
    border-color: #F659A7;
  }
  .sub-top[class*=bg-].bg-theme1::before {
    background-color: rgba(255, 55, 223, 0.15);
  }
  .sub-top[class*=bg-].bg-theme1::after {
    background-color: rgba(224, 0, 0, 0.1);
  }
 
  .sub-top {
    width: 100%;
    z-index: 500;
    position: relative;
  }
  .sub-top.scrolling:not(.cms), .sub-top.scrolling:not(.index) {
    position: sticky;
    min-height: 84px;
  }
  .sub-top.scrolling:not(.cms) .location, .sub-top.scrolling:not(.index) .location {
    opacity: 0;
    pointer-events: none;
  }
  .sub-top.scrolling:not(.cms) .top-content, .sub-top.scrolling:not(.index) .top-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: row;
        -ms-flex-pack: space-between;
        padding: 22px 0 !important;
        height: 100%;
  }
  
  .sub-top.scrolling:not(.cms) .board-detail-header, .sub-top.scrolling:not(.index) .board-detail-header {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: row;
        -ms-flex-pack: space-between;
   }
   .sub-top.scrolling:not(.cms) .board-detail-header .function > *:not(.func-link), .sub-top.scrolling:not(.index) .board-detail-header .function > *:not(.func-link) {
        display: none;
    }
  .sub-top .location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    -ms-flex-pack: flex-start;
    position: absolute;
    font-size: 16px;
    top: 25px;
  }
  .sub-top .location a {
    position: relative;
  }
  .sub-top .location a:not(:last-child) {
    padding-right: 0.83rem;
    margin-right: 0.83rem;
  }
  .sub-top .location a:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 10px;
    background: url(/imgs/common/arr-gray.svg) no-repeat center center/contain;
    transform: translate(50%, -50%);
  }
  .sub-top .top-content {
    text-align: center;
    padding: 60px 0;
  }
  .sub-top .top-content .h1 {
    line-height: 1;
    color: #000 !important;
    font-weight: 700;
  }
  .sub-top .top-content:has(.nav-category) {
    padding: 44px 0 42px;
  }
  .board-detail-header .function .badge [class^=icon-] {
        height: 21px;
        margin-right: 0.5rem;
        background-size: contain;
  }
  .board-detail-header .function {
        justify-content: center;
        margin-top: 30px;
    }
    
  .board-detail-header .function .badge {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 2em;
        background-color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
   }
   
  .board-detail-header .function span + span {
        margin-left: 10px;
  }
  .board .board-detail .detail-head, .board-detail .board .detail-head {
        margin-bottom: 40px;
  }
}

@media (min-width: 1280px) {
    .board-btns {
        margin-top: 50px;
    }
    
    
}

@media (min-width: 768px) {
    .board-btns {
        display: flex;
        flex-wrap: wrap;
        align-items: normal;
        justify-content: space-between;
        flex-direction: row;
        -ms-flex-pack: space-between;
    }
}

.boardView {
	
	    margin-top: 40px;
	flex-grow: 2;
	
}
#view_content img{
	width: 100%;
}
/* 
.diffSuggBoard{
	margin-right: 30px; 
    margin-left: 30px;
}
 */
.newBoardSkin {
   margin-top: 40px;
}

.layerPop {
	position:fixed;
	top:10% !important;
	left:50%;
	width:950px;
	max-height:80%;
    margin:0 0 0 -475px;
	z-index:9005;
	overflow:hidden;
    overflow-y:auto !important;
	background:#fff;
}
.layerPop > div {padding:50px 20px 20px;}
.layerPop .close {
	position:absolute;
	top:15px;
	right:15px;
	width:30px;
	height:30px;
	background:url('../images/btn/close.png') no-repeat 0 0;
	text-indent:-99999px;
}

@media screen and (max-width:1016px) {
	.layerPop {width:90%; margin-left:-45%; max-height:90%;}
}

.dimm, .dimmLayer {
    display: none;
    position: fixed !important;
    top: 174px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #000 !important;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


    .report_title{
    	font-size: 28px;  	
    	font-weight: 600;
    	border-bottom: 2.5px solid #4A8FF5;
    	margin-bottom: 30px;
    	padding-bottom: 5px;
    }
    
    .border_orange{
    	border-color:#EA771F;
    }
    
    .report_div{display: flex;    flex-direction: column}
    .report_img{width: 100%;}
    .reportContents{word-break: break-all; overflow-wrap: break-word;}
    @media screen and (max-width:716px) {
    	
    	 .report_title{
    	font-size: 22px;  	
    	font-weight: 600;
    	border-bottom: 2.5px solid #4A8FF5;
    	margin-bottom: 30px;
    	padding-bottom: 5px;
    }
    
    }
    