body {
    background-color: #F5F5F5;
    overflow-x: hidden;
    transition: background-color .5s;
}
.row {
  margin-left: 0%;
  margin-right: 0%;
}
.carousel slide{
    padding: 0%;
    margin: 0%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #DEDEDE;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .sidenav a {
    padding: 8px 0px 0px 32px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    transition: 0.3s;
  }
  .sidNavTitle{
    font-size: large;
    font-weight: 700;
    padding-left: 10px;
  }
  #topSedeNav{
    padding-top: 30px;
  }
  .nav-links{
    font-size: small;
    padding-left: 10px;
    font-weight: 500;
  }
  
  .sidenav a:hover {
    color:  white;
  
  }
  .nav-link{
    color:white;
    padding-bottom: 10px;
   
    
  }
  

  #strongId > b {
    background-color: #610101;
    color:white;
    margin-right: 5px;
    padding: 2px;
}
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .nav{
   
    background-color: #1A6F96;
  }
  #main {
    transition: margin-left .5s;
    padding-top: 6px;

  
  }

  
#promotion-bar-div{
    padding-top:8px;
    padding-bottom:30px;
    background-color:#DEDEDE;
    height: 70px;
}
#promotion-bar{
    padding-top: 12px;
    padding-bottom: 17px;
    background-color: #1A6F96;
    color: white;
    font-weight: 600;
    text-align: center;
    font-size:medium;
}
.tickers-title{
    padding-bottom: 10px;
    font-size: large;
    font-weight: 400;
    padding-left: 10px;
}
.tickers-button{
    padding: 6px;
    background-color:#176C98 ;
    color: white;
    font-weight: bold;
    font-size: x-small;
    text-decoration: none;
}
.carousel-caption{
   margin-top: 500px;
}
.offer-text{
   padding-left: 28px;
 
}
.offer{
    padding-left: 2px;
    padding-right: 6px;
    color:  #680101;
    font-weight: bold;
    font-size: small;
 }
 
 .offer-timer{
    padding-left: 10px;
    font-size: smaller;
    color: #680101;
 }
.ofeer-text-detail{
    font-size: smaller;
    padding-left: 30px;
    
}

.carousel-control-prev{
   color: #DEDEDE;
}
.carousel-control-next{
    color: #DEDEDE;
}

.carousel-tickers{
    background-color: #DEDEDE;
}

.d-block{
   
    display: block;
  margin-left: auto;
  margin-right: auto;
    
}
.carousel-item{
    justify-content: center;
}
#ticker-section{
    padding: 10px;
    background-color: #F5F5F5;
}
.ticker-row{
    padding-top: 26px;
    padding-right:6px;
    padding-left:6px;
}
.banner-div{
    text-align: center;
    justify-content: center;
    background-color: #DEDEDE;
}
.img-thumbnail{
 
    background-color: #DEDEDE;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
    font-weight: bold;
}
.banner-title{
    padding-top: 20px;
    font-weight: bold;
    font-size: larger;
   text-align: left;
   padding-left: 20px;
   font-family: Verdana;
   padding-bottom: 0%;
}
.banner-text{
    padding-top: 10px;
   
}
#banner-a{
    text-decoration: none;
    color: #00334E;
}
.banner-row{
    padding-right:6px;
    padding-left:6px;
    padding-top: 20px;
}
.banner-image{
  height: 330px;
  width: 330px;
    padding-right:2px;
    padding-left:2px;
    padding-top: 0%;
}
a:hover{
/*color: yellow;*/

}

.d-inline{
  font-weight: bold;
}

#hrTicker{
  display: none;
}

#tickerImageSize{
  width: 300px;
  height:280px;
}


.one-post {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.one-member {
    display:flex; 
    margin-bottom:20px;
}

.one-member-thumbnail {
    width: 50px;
    height:50px;
    border-radius: 50px;
    margin-right: 20px;
}

.one-member-name {
    font-weight:bold;
}

.one-created-date {
    color:darkgray;
}

.main-content {
    color: #626262
}

.content li a h5{
    color:#565656;
    cursor:pointer;
    font-size: 1em;
    font-weight: bold;

}

.content li a{
    color:#565656;
    font-size:0.9em;
    cursor:pointer;
}

.content li {
    color:#565656;
    margin-bottom:10px;
}

.sidebar-heading {
    margin-bottom:10px;
}

.sidebar-heading h2 {
    padding-bottom:10px !important;
    margin-bottom:20px !important;
    margin-top:20px;
}

.home-category-title {
    font-size: 1.2em;
    font-weight: bold;
}

.sidebar-item {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 20px;
    padding-bottom: 10px;
}

.div-read-more {
    font-size: 0.9em;
    color: #9d9d9d;
    cursor:pointer;
}

.div-replies {
    border-top: 1px solid #eee;
    margin-top:10px;
}

.one-reply {
    margin-left:2em;
    margin-top:15px;
}

.one-reply-member {
    display:flex;
    align-items: center;
}

.one-reply-member-thumbnail {
    width: 35px;
    height:35px;
    border-radius: 50px;
    margin-right: 10px;
}

.one-reply-member-name {
    font-weight:bold;
    margin-right: ;
}

.one-reply-created-date {
    color:darkgray;
    font-size:0.8em;

}

.one-reply-content {
    color: #959595;
    font-size: 0.9em;
    padding-top:10px;
    width:95%;
}

.link-write-reply {
    
    color: gray;
    cursor:pointer;
    font-weight:bold;
    
}

.link-write-reply:hover {
    text-decoration: underline;
    font-weight: bold;
    color:#f48840 ;

}

.div-write-reply {
    margin-top:20px;
    display:flex;
}

.div-member-thumbnail {
    margin-right:10px;
}

.image-reply-thumbnail {
    width: 32px;
    height:32px;
    border-radius: 50px;
}

.div-reply-plus {
    font-size:2em;
    margin-right:10px;
    display:flex;
    color: #adadad;
}

.div-reply-textarea {
    flex-grow:2;
    margin-right:10px;
}

.reply-text {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    height:32px;
    width:100%;
    padding-right: 10px;
    padding-left: 10px;

}

#modal-new-post {
    display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    z-index: 300;
}

#modal-one-post {
    display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    z-index: 200;
    overflow-y: auto;
}

#div-modal-inner {

    padding: 20px;
    background-color:white;
    width:70%;
    min-height:500px;
    margin-left:auto;
    margin-right:auto;
    border-radius: 10px;
/*    top:100px;*/
    overflow-y:auto;
    position:relative;
}

#div-modal-inner-one-post {
    padding: 20px;
/*    background-color:white;*/
    width:70%;
    min-height:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:30px;
/*    overflow-y: auto;*/
    border-radius: 10px;
    position:relative;
    overflow-y:auto;
}

#postcontents {
    height:500px;
}

.close-btn {
    display:none;
    position: absolute;
    right: 5px;
    top: -7px;
    font-size: 2em;
    color: red;
    cursor:pointer;
}

#form-overlay {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index: 299;
    background-color: rgba(0,0,0,0.5);
    top:0px;
}


.close-btn-one-post {
    display:none;
    position: absolute;
    right: 5px;
    top: -7px;
    font-size: 2em;
    color: red;
    cursor:pointer;
}

#form-overlay-one-post {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    z-index: 199;
    background-color: rgba(0,0,0,0.5);
    top:0px;
}


.member-list-thumb {
    width:50px;
}

#div-action-panel {
    border:1px solid #ccc;
    display:none;
    width: 350px;
    min-height: 100px;
/*    border: 1px solid #ccc;*/
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 10px;
        padding: 10px 10px 0px 10px;
    filter: drop-shadow(0px 0px 6px #00000033);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

}

#div-action-panel button {
    margin-bottom:10px;
}

#div-action-panel:after {
   content: "";
   position: absolute;
   top: -40px;
   left: 40px;
   border-top: 20px solid transparent;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent; 
   border-bottom: 20px solid white;
}

.div-post-button {
    text-align: right;
    margin-top:10px;
}

.link-edit-post {
    cursor:pointer;
    font-weight: bold;
}

.link-delete-post {
    cursor:pointer;
    font-weight: bold
}

.link-delete-reply {
    cursor: pointer;
    color: black;
    font-weight:bold;
}

.span-view-more-reply {
    cursor:pointer;
}

.span-view-more-reply:hover {
    text-decoration: underline;
}

.div-preview {
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
}

.one-preview {
    position:relative;
    margin-top:20px;
}

.one-preview-image {
    width:150px;
    margin-left:10px;
}

.x-preview {
    position: absolute;
    left: 140px;
    top: -25px;
    font-size: 1.5em;
    color: #F44336;
}

.one-image-name {
    padding-left:10px;
    font-size:0.8em;
    width:150px;
}

.reply-image {
    width:60%;
    margin-top:10px;
}

.div-reply-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
}

.overlay-close {
    position: fixed;
    top: 10px;
    right: 40px;
    font-size: 1.6em;
    color: white;
}

.overlay-close-one-post {
    position: fixed;
    top: 10px;
    right: 40px;
    font-size: 1.6em;
    color: white;
}


.div-btn-new-post {
    margin-bottom:20px;
    text-align:right;
}

#btn-new-post {
    width:100%;
}

.tox-dialog__body-content .tox-form div.tox-form__group {
    display:none;
}

.tox-dialog__body-content .tox-form div.tox-form__group:first-child {
    display:block;
}

.tox-dialog__body-content .tox-form div.tox-form__group .tox-tbtn__icon-wrap:after {
    content: "업로드";
}

.tox-dialog__body-nav {
    display:none !important;
}


/*sm : phone landscape*/
@media (min-width: 576px){
    #btn-new-post {
        width:100px;
    }
}

/*md : tablet*/
@media (min-width: 768px){
    

}


/*lg : pc*/
@media (min-width: 992px){

    
}



/*xl : large pc*/
@media (min-width: 1200px){


}

@media (min-width: 1400px){

}



