
/*.bestboard_mobile{
  margin: 6px !important;
}*/

.commentButton{
  visibility: hidden;
}

.vodRanking{
  .th_rating{
    text-align: center;
  }
}

#vod_rank_tbody_id{
  .td_rating{
    text-align: center;
  }
}

#eventList, #previewList, .swiper-slide > ul{
  margin:0px !important;
  padding: 0px !important;
  list-style-type: none;
}


.bold{
	font-weight:bold;
}

#circle{
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999999;
  align-items: center;
  background-color: black;
  opacity: 0.5;
}

#circleTicketDetail{
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999999;
  align-items: center;
  background-color: black;
  opacity: 0.5;
}


#ticketBoardPostAnnounceDate{
  width: 45%;
}

#ticketBoardPostAnnounceTime{
  width: 50%;
}




.uploadImage{
  width: 77%;
  margin-left: 4px;
  display: flex;
  justify-content: space-between;
}

.google-ad{
  border: 1px solid #eee;
  height: 100px;
  margin: auto;
  text-align: center;
  width: 320px;
}


.ticketSearch{
	width:70%;
}

.ticketButton{
	width:25%;
}

#ticketBoardSearchText{
	width:100%;
}

.writeTicket{
	width:100%;
	font-size:12px;
}

.ticketPostStatus{
  background: cadetblue;
 	color: white;
  border-radius: 2px;
  margin: 1px;
	text-align:center;
}

.ticketPostTheater{
  background: darkorange;
  color: white;
  border-radius: 2px;
  margin: 1px;
	text-align:center;
}

.ticketPostWriterTime{
 	background: darkgray;
  color: white;
  border-radius: 2px;
  margin: 1px;
  text-align:center;
}

.ticketPostDiv1{
	font-size:12px;
}

.login{
	width:35%;
	display:flex;
	justify-content:center;
}

#kakao-login-btn > img{
  vertical-align: middle;
}

.loginNameText{
	display:flex;
  height: 80%;
  align-items: end;
  width:100%;
}

.loginText{
	font-size:12px;
	color:white;
	width:60%;
 overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align:left;

}

.loginName{
	font-size:12px;
	color:white;
 	overflow: hidden;
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
	text-align:right;
	/*display:block;*/
}

.ticketBoardInputList{
	display:flex;
	margin:4px;
}

.selectedStatus{
	background:#e05353 !important;
	font-weight:bold !important;
	color:white !important;
}

.status_btn_each{
	border-width:1px;
}

.ticketBoardPostInputArea{
	margin-left:4px;
	width:77%;
}

#ticketBoardPostContent{
	height:100px;
}

#image_container, #image_containerTicketDetail{
	height:100px;
	border:1px gray solid;
	width:100%;
	border-radius:2px;
	margin:0px;
	padding:0px;
  background-color: antiquewhite;
}

.imgPreview{
	width:100%;
	height:100%;
}

.imgPreviewDiv{
	margin-left:4px;
  width: 80%;
  
}

#exchangeTicketDetail{
  display: none;
}

#exchange{
  display: none;
}








/*TicketBoardPost CSS*/
.ticketPostDiv1{
	display:flex;
}

.ticketPostNo{
	width:10%;
	text-align:center;
	overflow:hidden;
	word-break:break-all;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding: 2px;
}

.ticketPostTheater{
	width:35%;
	text-align:center;
 	overflow:hidden;
  word-break:break-all;
  text-overflow:ellipsis;
  white-space:nowrap;
	padding: 2px;
}

.ticketPostTitle{
	width:100%;
 	text-align:left;
  overflow:hidden;
  word-break:break-all;
  text-overflow:ellipsis;
  white-space:nowrap;
	padding: 2px;
	padding-top:4px;
	font-weight:550;
}

.ticketPostDiv2{
  display:flex;
}

.ticketPostStatus{
  width:10%;
	text-align:center;
  overflow:hidden;
  word-break:break-all;
  text-overflow:ellipsis;
  white-space:nowrap;
	padding: 2px;
}

.ticketPostWriterTime{
  width:55%;
 	text-align:left;
  overflow:hidden;
  word-break:break-all;
  text-overflow:ellipsis;
  white-space:nowrap;
	padding: 2px;

}

.ticketPostTime{
  width:30%;
 	text-align:center;
  overflow:hidden;
  word-break:break-all;
  text-overflow:ellipsis;
  white-space:nowrap;
	padding: 2px;
}



#actorImage{
	width:10%;
	border-radius:4px;
}

.imageAndDescDivPreview{
  display: flex;
}



/*tab css*/
.tab{float:left; width:100%; height:100%;}
/*.tabnav{font-size:0; width:600px; border:1px solid #ddd;}*/
.tabnav{
    padding:0 !important;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    /*background:#f8f8f8;*/
    background:#f5f5e5;
    display: flex;
    justify-content: space-between;
}
.tabnav li{display: inline-block;  height:40px; text-align:center; border-right:0px solid #ddd;/*width: 25%;*/}
.tabnav li a:before{content:""; position:absolute; left:0; bottom:0px; width:100%; height:3px; }
.tabnav li a.active:before{background:#a23d1e;}
.tabnav li a.active{border-bottom:1px solid #fff;}
.tabnav li a{ position:relative; display:block; /*background: #f8f8f8;*/ color: #000; padding:0 0px; line-height:40px; text-decoration:none; font-size:16px;font-weight: bold;}
.tabnav li a:hover,
.tabnav li a.active{background:#fff; color:#a23d1e; }
/*.tabcontent{padding: 20px; height:244px; border:1px solid #ddd; border-top:none;}*/
.tabcontent{
  font-size: 14px !important;
}

.tabcontent2{
  font-size: 14px !important;
}

/*schedule table css*/

.tab{
    border-bottom: 1px solid #ccc8be;
}

.tabnav2{
    padding:0 !important;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    display: flex !important;
    justify-content: space-around;
    /*background:#f8f8f8;*/
    background:#f5f5e5;

}
.tabnav2 li{display: inline-block;  height:40px; text-align:center; border-right:0px solid #ddd;width: 25%;}
.tabnav2 li a:before{content:""; position:absolute; left:0; bottom:0px; width:100%; height:3px; }
.tabnav2 li a.active:before{background:#a23d1e;}
.tabnav2 li a.active{border-bottom:1px solid #fff;}
.tabnav2 li a{ position:relative; display:block; color: #000; padding:0 0px; line-height:40px; text-decoration:none; font-size:16px;font-weight: bold;}
.tabnav2 li a:hover,
.tabnav2 li a.active{background:#fff; color:#a23d1e; }


#li2_tab01{
    width: 50%;
}

#li2_tab02{
    width:38%;
    /*visibility:hidden;*/
}

#li2_tab01 a{
	display:flex;
	justify-content: space-around;
}

#li2_tab02{
    position:relative;
}

#newIcon{
    position:absolute;
    top:0;
    right:0;
}

.very_important{
    color:red !important;
}


#li_tab01{
    width: 20%;
}

#li_tab02{
    width: 20%;
}

#li_tab03{
    width: 20%;
}

#li_tab04{
    width: 20%;
}


#li_tab05{
  width: 20%;
}


.title strong{
/*    display:inline-block;*/
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    word-break:break-all;
    text-overflow:ellipsis;
    width:100%;
}


.coffeeTitleText{
  width: 35%;
}

.coffeeEventA{
  display: flex !important;
  padding-top: 5px !important;
  padding-bottom:5px !important;00
}

.coffeeEventDiv1{
  align-self: center;
  width: 10%;
}

.coffeeEventDiv2{
  width: 90%;
}

.coffeeEventDiv2 .title{
  margin: 0px !important;
}

.coffeeSearch{
  align-self: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
}

#coffeeSearchText{
  width: 100%;
  margin-right: 10px;
  font-size:14px;
}

#kakaotalk-sharing-btn{
  width:12%;
}


#kakaotalk-sharing-btn>img{
    vertical-align: middle;
    height: 1.8rem;
    width: 1.8rem;
	align-self:center;
    margin:auto;
}

#kakaotalk-sharing-btn{
	display:flex;
}


textarea{
font-family: 'Malgun gothic', sans-serif;
}

body{
	margin:auto;
  width: 100%;
}


.infoSection{
    display: flex;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    background: #3e4055;
    color: white;
    height: 4em;
}

.infoOnBottom{
	align-self:center;
	width:100%;
}

.title{
    align-self: center;
}


.filterButton{
	align-self:center;
}

/*.selected{

  background: #3e4055 !important;
	font-weight:bold !important;
	color:white !important;
}*/


.titleImage{
    width: 100%;
    border-radius: 0.5rem;
    vertical-align: middle;
}


.titleImagePreview{
    width: 100%;
    border-radius: 0.5rem;
    vertical-align: middle;
}



.topTitle{
  background:#f5f5e5;
	/*background:#e5e5e5;*/
	padding:0.2em;
	border-bottom: 1px solid #ccc8be;
	/*line-height: 1.8;*/
	padding-left: 0.5em;
	display: flex;
  justify-content: space-between;
}

.postBoards{
  line-height: 100% !important;
  font-size: 16px !important;
}

.postBoards > h2{
  font-size: 16px !important;
}



h1{
    margin:0;
}

.titleOnTop{
	line-height:1.8;
	display: flex;
  justify-content: space-around;
}

.subTitle{
	color:white;
	font-size:0.3em;
	/*display: contents;*/
  vertical-align: middle;
	align-self: end;
  padding-bottom: 0.8rem;
}

/*header{
  background:#3e4055;
}*/

h1>a{
  /*font-size: 32px;*/
  text-decoration: none;
  color: #f7c753;
  font-family: 'Bungee', 'Monomaniac One',sans-serif;
  font-weight: bold;
  margin: 0;
  margin-left:0.3em;
  align-self:center;
}

.titleImageDiv{
  width: 30%;
  height:5rem;
  display: flex;
  margin-top:2px;
  margin-bottom: 2px;
}


.titleImageDivPreview{
  width: 30%;
  height:4rem;
  display: flex;
  margin-top:2px;
  margin-bottom: 2px;
  position:relative;
}



.descDiv{
    width: 70%;
    margin: auto;
    margin-left: 0.5rem !important;    
}

.descDivPreview{
    width: 70%;
    margin: auto;
    margin-left: 0.3rem !important;
}



.descHeader{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 0px 5px 2px 0px;
    /*font-size: 0.8rem;*/
}


.descHeaderPreview{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 0px 5px 2px 0px;
    /*font-size: 0.8rem;*/
}



.descBody{
    margin: 2px 5px 2px 0px;
    text-align:center;
    /*font-size: 1rem;*/
}

.descBodyPreview{
  margin: 2px 5px 2px 0px;
  text-align:center;
  display: flex;
}


.descFooter{
    display: flex;
    justify-content: space-between;
    margin: 2px 5px 0px 0px;
    color: white;
    /*font-size: 0.8rem;*/
}

.descFooter2{
  display: flex;
  justify-content: space-between;
  margin: 2px 5px 0px 0px;
  color: white;
  /*font-size: 0.8rem;*/
}

.descFooterPreview{
    display: flex;
    justify-content: space-between;
    margin: 2px 5px 0px 0px;
    color: white;
    /*font-size: 0.8rem;*/
}

.descFooter2Preview{
  display: flex;
  justify-content: space-between;
  margin: 2px 5px 0px 0px;
  color: white;
  /*font-size: 0.8rem;*/
}

.startTime{
    background-color: coral;
    border-radius:0.3em;
    width:100%;
    text-align:center;
    align-self: center;
    padding:0.1rem;
}

.period{
    background-color: indigo;
    width:58%;
    text-align:center;
    display:none;
}


.periodPreview{
  background-color: coral;
  border-radius:0.3em;
  width:100%;
  text-align:center;
  align-self: center;
  padding:0.1rem;
  font-size:0.8rem;
  /*display:none;*/
}

.placesPreview{
  background-color: #00b129;
  border-radius:0.3em;
  width:100%;
  text-align:center;
  align-self: center;
  padding:0.1rem;
  font-size:0.8rem;
  /*display:none;*/
}



.theater{
    background: #4d73a5;
    border-radius: 0.3rem;
    width: 30%;
    margin: 0px 5px 0px 0px;
    color: white;
    padding: 0.1rem;
    align-self: center;
}


.theaterPreview{
    /*background: #4d73a5;*/
    border-radius: 0.3rem;
    width: 30%;
    margin: 0px 5px 0px 0px;
    color: white;
    padding: 0.1rem;
    align-self: center;
    position: absolute;
    top: 0;
}


.type{
    background: #ffd700;
    border-radius: 0.3rem;
    width: 40%;
    margin: 0px 5px 0px 0px;
    color: black;
    padding: 0.1rem;
    align-self: center;
}

.announceDatePreview{
  background: #ffd700;
  border-radius: 0.3rem;
  width: 100%;
  /*margin: 0px 5px 0px 0px;*/
  color: black;
  padding: 0.1rem;
  align-self: center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:0.8rem;
}



.status{
    background: #DF6464;
    border-radius: 0.3rem;
    width: 30%;
    color:white;
    padding: 0.1rem;
    align-self: center;
}

.elt{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    /*font-size: 1rem;*/
}

.elt a{
    text-decoration: none;
    color: #000000;
    display: flex;
}

.elt li a{
	margin:0.1em 0.2em 0.1em 0.2em;
}

.elt li{
	border-bottom: 1px solid #ccc8be;

}



.elt2{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  /*font-size: 1rem;*/
}

.elt2 a{
  text-decoration: none;
  color: #000000;
  /*display: flex;*/
}

.elt2 li a{
  margin:0.1em 0.2em 0.1em 0.2em;
  display: block;
}

.elt2 li{
  border-bottom: 1px solid #ccc8be;
}

#eventList li a{
	display:flex;
}

.red{
	background:#df6464;
}

.yellow{
	background:#f7c753;
}


.green{
	background:#60bc4d;
}


.gray{
background:#767676;
}


#chat{
	padding:8px;
margin:4px;
background:#f7c753;
border-radius:4px;
}

#chatInput{
	display:flex;;
	justify-content:space-around;
	margin-top:8px;
 	background:#ffd674;
  border-radius:6px;
  padding:4px;
}

#myName{
	width:15%;
	text-align:center;
	font-weight:bold;
	align-self:center;
}

#myChat{
	width:55%;
  font-size: 1rem;
  border-radius:8px;
}


#send{
	width:13%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  border-radius:8px;
}

.questionIcon{
  height: 1.6rem;
  align-self: center;
}

.custom-fraction{
  align-self: center;
}

.allEvent{
	background: white;
  color:black;
	margin:0;
	padding:0 2px 0 2px;
	border-radius:4px;
	border:solid 1px black !important;
}


.ingEvent{
  background: white;
  color:black;
	margin:0;
	padding:0 2px 0 2px;	
	border-radius:4px;	
	border:solid 1px black !important;
}

.commentInfo{
  align-items: center;
  width:68%;
  margin-left: 0;
  padding: 0;
}


.commentInfoBottom{
  font-size: 12px;
  padding-left:10px;
  background: antiquewhite;
}



/*layer popup*/

.pop-layer .pop-container {
    padding: 15px 20px;
}
  
.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}
  
.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}
  
.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  /*height: 90%;*/
  background-color: #fff;
  border: 5px solid #3571B5;
  z-index: 10;
}



.dim-layer1 {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
  
.dim-layer1 .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
  
.dim-layer1 .pop-layer {
  display: block;
}



.dim-layer2 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer2 .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
  
.dim-layer2 .pop-layer {
  display: block;
}



.dim-layer3 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer3 .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
  
.dim-layer3 .pop-layer {
  display: block;
}




.dim-layer4 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer4 .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer4 .pop-layer {
  display: block;
}
  

.dim-layer5 {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer5 .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer5 .pop-layer {
  display: block;
}
  

a.btn-layerClose, a.btn-layerClose-ticket {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover, a.btn-layerClose-ticket:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

a.btn-write, a.btn-write-ticket {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-write:hover, a.btn-write-ticket:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}


.commentInputList{
  display: flex;
  width: 100%;
  margin-bottom:4px;
}

.commentDesc{
  width: 30%;
  text-align: center;
}

.commentInputArea{
  width: 70%;
}



a.btn-modify {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #308a35;
  background-color: #3f9d4c;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-modify:hover {
  border: 1px solid #244009;
  background-color: #3b6a1f;
  color: #fff;
}
  

a.btn-apply {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #308a35;
  background-color: #3f9d4c;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-apply:hover {
  border: 1px solid #244009;
  background-color: #3b6a1f;
  color: #fff;
}




a.btn-delete {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #8a3030;
  background-color: #9d3f3f;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-delete:hover {
  border: 1px solid #400912;
  background-color: #6a1f1f;
  color: #fff;
}

a.btn-applyCancel {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #8a3030;
  background-color: #9d3f3f;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-applyCancel:hover {
  border: 1px solid #400912;
  background-color: #6a1f1f;
  color: #fff;
}

.commentTitleText{
    width: 30%;
}

.commentSearch{
    align-self: center;
    height: 100%;
    width: 80%;
    justify-content: center;
    display: flex;
}

#searchText{
  width: 100%;
  margin-right: 10px;
  font-size:14px;
}




/*ticket board layer css*/
.dim-layer-ticket-input {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer-ticket-input .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer-ticket-input .pop-layer {
    display: block;
}


.dim-layer-ticket-detail {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer-ticket-detail .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer-ticket-detail .pop-layer {
    display: block;
}


/*m.style.css 내용*/

#prev_page_btn{
    width: 10px;
    margin-right:15px;
    margin-left:15px;
}

#next_page_btn{
    width: 10px;
    margin-right:5px;
    margin-left:15px;
}

#page_num{
    font-size:1.4em;
}

#page_buttons{
    float: right;
    position: absolute;
    bottom: 6px;
    right: 20px;
}

#person_index_window{
    background-image: url('../images/bargauge.png');
    height: 35px;
    /* width: 100%; */
    background-size: 100% 100%;
    position: relative;
}

#person_index_text{
    display: none;
}

#person_index_img img{
    height: 100%;
    position: absolute;
}

#person_index_bar{
    opacity:1;
    transition: all ease 2s 0s;
}


.bn.white {
    border-color: #b5b5b5;
    background: -webkit-gradient(top, #fff, #f0f0f0 50%, #e4e4e4 50%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #fff, #f0f0f0 50%, #e4e4e4 50%, #f6f6f6 100%);
    background: -moz-linear-gradient(top, #fff, #f0f0f0 50%, #e4e4e4 50%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff, #f0f0f0 50%, #e4e4e4 50%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff, #f0f0f0 50%, #e4e4e4 50%, #f6f6f6 100%);
    background: linear-gradient(top, #fff, #f0f0f0 50%, #e4e4e4 50%, #f6f6f6 100%);
    background-color: #fff;
    color: #000;
}
.bn[href] {
    height: 26px;
}
.bn {
    display: inline-block;
    /*line-height: 26px !important;*/
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}


.custom-fraction{
    font-size: 1rem;
    float: right;
    margin-left:1em;
    margin-right:1em;
}


/*mcontent.css 내용*/

/* Mobile XE (/widgets/mcontent/skins/default/) */
/* Hx */
.hx{border-bottom:1px solid #ccc8be;padding:8px 10px;margin:0}
.hx:after{content:"";margin:10px -10px -10px -10px;top:10px;display:block;clear:both;height:1px;background:#fff}
.hx.h2{background:#e5e5e5}
.hx.h2 em{font-size:12px;color:#6352d2}
.hx.h3{background:#868686;color:#fff}
.hx.h3 em{font-size:12px}
.hx h2, .hx h3{margin:0 10px 0 0;display:inline}
.hx h2{font-size:16px;line-height:1.4}
.hx h3{font-size:14px}
/* List */
.lt{margin:0;padding:0;list-style:none;background:#f8f8f8;font-size:14px}
.lt li{border-bottom:1px solid #ccc8be}
.lt a{display:block;text-decoration:none;color:#000;padding:5px 10px 5px 10px;*zoom:1}
.lt a:after{content:"";display:block;clear:both}
.lt .th{float:left;margin:0 10px 5px 0;border:1px solid #ccc;background:#666;color:#fff;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px}
.lt .title{display:block;margin:0 0 5px 0;font-weight: normal;}
.lt .title strong{font-size:14px;/*font-weight:bold*/ font-weight: normal;}
.lt .title em{font-size:12px;color:#333;color:#6352d2}
.lt .text{display:block; color:#666;margin:0 0 5px 0}
.lt .auth{display:block;font-size:12px}
.lt .auth strong{font-weight: normal;}
.lt .auth .time{padding:0 5px;border-left:1px solid #bfbfbf}

.lt .brands{display:block;font-size:12px}
.lt .brands strong{font-weight: normal;}
.lt .brands .coffeePeriod{padding:0 5px;border-left:1px solid #bfbfbf}




.comment_icon{
	width: 1em;
	height: 1em;
	vertical-align: baseline;
}

.comment_count{
	color:gray;
}

.comment_count_text{
    margin-left:3px;
	font-size: 1em;
	vertical-align: baseline;
}

.title{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
	padding:0.1rem;
}


.titlePreview{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
	padding:0.1rem;
    font-size:0.8rem;
}


.auth{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.brands{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


/*commentList*/
.commentA{
    padding-top:5px !important;
    padding-bottom: 5px !important;
    width: 100%;
    white-space: nowrap;
    /*height: 100px;*/
}

.commentDivInfo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
}


.commentTitle{
    width: 35%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.commentTime{
  width: 20%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
}


.commentWriter{
    width: 20%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

.commentDivComment{
  display: flex;
  justify-content: space-between;
  width: 100%;
  white-space: nowrap;

}


.commentComment{
  text-align: left;
	white-space: nowrap;
  overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	width:100%;
}

.commentRating{
  width: 25%;
  /*text-align: center;*/
  white-space: nowrap;
  /*overflow: hidden;*/
	word-break: break-all;
	text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
  
}


.rate{background: url(https://moviefree.co.kr/images/stars_gray_small.png) no-repeat;width: 84px;height: 14px;position: relative;}
.rate span{position: absolute;background: url(https://moviefree.co.kr/images/stars_red_small.png);width: auto;height: 14px;}


.commentButton{
    display: flex;
    height: 100%;
    width: 20%;
    align-self: center;
    justify-content: center;
}

.writeComment{
    align-self: center;
    width: 100%;
}

.averageRatingArea{
  width: 35%;
}

#kakaoShareText{
  position: absolute;
  z-index: 99999;
  font-weight: bold;
  background-color: crimson;
  align-self: center;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 0.8rem;
  /*border: 2px solid black;
  border-radius: 2px;*/
  right: 40px;
  margin-bottom:40px;
  color:white;
  border-radius:4px;
	margin-top:-10px;
}

.tip:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: crimson;
  border-right: 0;
  border-bottom: 0;
  margin-top: -4px;
  margin-right: -8px;
}

.tip2:after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: crimson;
  border-left: 0;
  border-bottom: 0;
  margin-top: -4px;
  margin-left: -8px;
}

#averageRating{
  position: absolute;
  z-index:99999;
  font-weight: bold;
  background-color: skyblue;
  align-self: center;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size:0.8rem;
  border: 2px solid black;
  border-radius: 2px;
  right: 2%;
}

.none{
  display: none;
}
