@charset "utf-8";

/****************************	Write****************************/
.btn_confirm {
	text-align:center;
	padding:40px 0;
}
.bo_w_flie {
	margin-top: 5px;
}

.full_input { width:80%; }
/****************************	Viewer****************************/
#bo_v .title {
	font-weight:800;
	text-align:center;
	padding:20px 0;
	font-size:25px;
}
#bo_v .review {
	margin:10px 0;
}
#bo_v .log {
	padding:15px;
	background:rgba(255,255,255,.6);
	border:1px solid rgba(0,0,0,.2);
	margin-top:10px;
}
#bo_v_info {
	text-align:center;
}
#bo_v_info strong {
	display:inline-block;
	font-weight:400;
}
#bo_v_info strong+strong:before {
	content:"/ ";
}
@media print {
	#h_header,.copyright,.btn_confirm {
		display: none !important;
	}
}

/*지비님 타이틀 코드*/

/* 전역 설정 */
:root {
  --effect-text: #000;
  --effect-text2: #fff;
  --effect-point: #d9b6b6;
  --effect-point2: #B40404;
  --effect-point3: #ffdd93;
  --card-background-color: rgba(25, 27, 42);
}


/* 서식들 */
.textggu--title1 {
  display: inline-block;
    font-size: 40px;
    line-height: 1em;
    margin-top: 0.2em;
  text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
  text-stroke-color: var(--effect-text);
    -webkit-text-stroke-color: var(--effect-text);
    text-shadow: 2px 2px var(--effect-point);
}

.textggu--title2 {
      font-size: 38px;
    line-height: 38px;
    color: var(--effect-text2);
    text-shadow: -1px 0px 0px var(--effect-point), 1px 0px 0px var(--effect-point),0px 1px 0px var(--effect-point), 0px -1px 0px var(--effect-point), 0px 0px 4px rgba(0,0,0,0.7);
  font-weight:bold;
}
.textggu--title3 {
  background-image: url(https://images.unsplash.com/photo-1621799754526-a0d52c49fad5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 35px;
  animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: background--flow;
    background-size: 200%;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,.3));
}
@keyframes background--flow {
  0% {
    background-position-y: 0%;
}
100% {
    background-position-y: 100%;
}
}
.textggu--title4 {
    color: white;
    font-size: 35px;
    line-height: 35px;
    background-size: 100%;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
    animation: neon-text infinite 5s;
}
@keyframes neon-text {
  0% {
    color: white;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
  }
  50% {
    color: white;
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.6));
  }
  69% {
    color: white;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.4));
  }
  70% {
    color: rgba(230, 230, 230);
    filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
  }
  75% {
    color: rgba(230, 230, 230);
    filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
  }
  80% {
    color: white;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.6));
  }
  81% {
    color: rgba(230, 230, 230);
    filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
  }
  100% {
    color: white;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
  }
}

.textggu--title5 {
    font-weight:bold;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 7px 16px;
    background: var(--effect-text2);
    border: 1px solid var(--effect-text);
    position:relative;
    display: inline-block;
    filter:drop-shadow(8px 5px 0px var(--effect-text));
    margin: 16px 10px 19px 0px;
    transition-duration: .5s;
  }
  .textggu--title5:hover {
    translate: 6px 3px;
    filter:drop-shadow(2px 2px 0px var(--effect-text));
  }
  .textggu--title5:before {
    content: '- X';
    font-size: 12px;
    width: calc(100% + 2px);
    height: 20px;
    line-height:9px;
    color: var(--effect-text);
    text-align:right;
    padding: 2px;
    box-sizing:border-box;
    background: var(--effect-text2);
    border: 1px solid var(--effect-text);
    position: absolute;
    top: -18px;
    left: -1px;
    transition-duration: .5s;
  }
  .textggu--title5:hover:before {
    background: var(--effect-text);
    color: var(--effect-text2);
  }
  .textggu--title5:after {
    content:'';
    position:absolute;
    background: url(https://cdn.pixabay.com/photo/2012/04/01/12/38/cursor-23229_960_720.png) 100%; 
      width: 16px;
      height: 30px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      right: -10px;
      top: 29px;
  }

.textggu--title6 {
  display: inline-block;
  position:relative;
  color: var(--effect-text2);
  font-size: 40px;
  line-height: 1em;
  margin-top: 0.2em;
  letter-spacing:-3px;
  margin-bottom: 0.2em;
}
.textggu--title6:after {
  content:attr(data-text);
  font-size: 25px;
  color: var(--effect-point2);
  position:absolute;
  left:0;
  width: max-content;
  bottom: -10px;
}
.textggu--title7 {
  font-size: 24px;
  line-height:24px;
  height:24px;
  display:inline-block;
  color:var(--effect-point3);
  background: var(--effect-point);
  translate: 15px 0px;
  margin: 3px 44px 3px 8px;
  padding: 7px 20px;
  border-top: 2px solid var(--effect-point3);
  border-bottom: 2px solid var(--effect-point3);
  position:relative;
  filter: drop-shadow(3px 0px 0px var(--effect-point))
    drop-shadow(0px 3px 0px var(--effect-point))
     drop-shadow(-3px 0px 0px var(--effect-point))
     drop-shadow(0px -3px 0px var(--effect-point));
  letter-spacing:-5px;
}
.textggu--title7:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 0px solid var(--effect-point);
  border-bottom: 19px solid var(--effect-point);
  border-left: 20px solid transparent;
  border-top: 19px solid var(--effect-point);
  filter: drop-shadow(0px 2px 0px var(--effect-point3))
    drop-shadow(0px -2px 0px var(--effect-point3));
}
.textggu--title7:after {
  z-index:1;
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 19px solid var(--effect-point);
  border-left: 0px solid (--effect-point);
  border-top: 19px solid var(--effect-point);
  filter: drop-shadow(0px 2px 0px var(--effect-point3))
    drop-shadow(0px -2px 0px var(--effect-point3));
}
.textggu--sub1 {
  display:inline-block;
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:100%;
	overflow:hidden;
	margin: 3px 0px -4px 0px;
	padding: 0px 10px 0px 0px;
}
.textggu--sub1:before {
	display:inline-block;
	content:'';
	background: var(--effect-point2);
	width: 10px;
	height: 20px;
	vertical-align:middle;
	margin:0px 3px 0px 0px;
  translate:0px -2px;
}

.textggu--sub2 {
  position: relative;
  background-color: var(--effect-point);
  padding: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
	margin: 1px 8px;
}
.textggu--sub2::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 7px solid var(--effect-point);
  border-bottom: 25px solid transparent;
}
.textggu--sub2::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 7px solid var(--effect-point);
  border-top: 25px solid transparent;
}
.textggu--sub3 {
  display: inline-block;
  padding: 8px 8px 3px 8px;
  margin: 2px;
  font-size: 16px;
  position: relative;
}
.textggu--sub3::before,
.textggu--sub3::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transition: 0.35s;
  background: transparent;
  z-index: 1;
}
.textggu--sub3::before {
  top: 0;
  left: 0;
  border-left: 4px solid var(--effect-point);
  border-top: 4px solid var(--effect-point);
}
.textggu--sub3::after {
  bottom: 0;
  right: 0;
  border-right: 4px solid var(--effect-point);
  border-bottom: 4px solid var(--effect-point);
}
.textggu--sub4 {
  display: inline-block;
  padding: 8px 8px 3px 8px;
  margin: 2px;
  position: relative;
}
.textggu--sub4::before,
.textggu--sub4::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transition: 0.35s;
  background: transparent;
  z-index: 1;
}
.textggu--sub4::before {
  top: 2px;
  left: -2px;
  border-left: 6px double var(--effect-point);
  border-top: 6px double var(--effect-point);
}
.textggu--sub4::after {
  bottom: -3px;
  right: -3px;
  border-right: 6px double var(--effect-point);
  border-bottom: 6px double var(--effect-point);
}
.textggu--sub5 {
  display: inline-block;
  padding: 8px 0px 3px 0px;
  margin: 2px;
  line-height: 16px;
  position: relative;
  background: linear-gradient(to right,var(--effect-point), transparent);
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  font-weight:bold;
}
.textggu--sub6--circle {
  display: inline-flex;
  justify-content: center;
  padding:10px;
  width:15px;
  height:15px;
  background: var(--effect-point);
  position:relative;
  border-radius:100%;
  margin:3px 0px 3px -6px;
}
.textggu--sub7--text {
  rotate:-45deg;
}
.textggu--sub7--square {
  display: inline-flex;
  justify-content: center;
  padding:5px;
  width:15px;
  height:15px;
  background: var(--effect-point);
  position:relative;
  rotate:45deg;
  margin:10px 0px 10px 2px;
}
.textggu--etc1 {
  border-bottom: 3px double #ef535366;
  margin-bottom: -3px;
  display: inline-block;
  height: 16px;
}
.textggu--etc2 {
  background: linear-gradient(45deg, #ffd64973, #ffe14e57);
  border-left: 3px solid #fbdf5e;
  border-right: 3px solid #fbdf5e70;
  text-shadow: 0px 0px 1px var(--shadow);
}
.textggu--etc3 {
  display: inline-block;
    padding: 5px 7px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: var(--effect-point);
    background: var(--effect-text2);
    font-weight: bold;
    transition-duration: .2s;
}
.textggu--etc3:hover {
  translate: 0px -3px;
  box-shadow:0px 3px 0px rgba(0,0,0,.3);
}
.textggu--etc4 {
  font-weight: bold;
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 5px;
    line-height: 18px;
    border-radius: 5px;
    background: var(--effect-text2);
    color: var(--effect-point);
    border: 1px solid var(--effect-point);
    transition-duration: 0.2s;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.textggu--etc4:hover {
  background: var(--effect-point);
    color: var(--effect-text2);
    border: 1px solid var(--effect-text2);
    box-shadow: 1px 1px 0px transparent;
    transform: translateX(1px) translateY(1px);
}
.textggu--etc5 {
  color: white;
    background: linear-gradient(to right, var(--effect-point), rgba(0,0,0,0.3));
    display: inline-block;
    padding: 2px 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.textggu--etc5:hover {
      background-image: url(https://images.unsplash.com/photo-1621799754526-a0d52c49fad5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: background--flow;
    background-size: 200%;
    transform: translate(1px,1px);
    box-shadow: none;
}
.textggu--etc6 {
  font-size: 11px;
  text-shadow: -1px -1px 1px var(--effect-text2), 1px -1px 1px var(--effect-text2), -1px 1px 1px var(--effect-text2), 1px 1px 1px var(--effect-text2);
}
/****************************	List****************************/
#bo_sch {text-align:center;}
#bo_cate {
	text-align:center;
}
#bo_cate li {
	display:inline-block;
	vertical-align:middle;
	margin:0.2em;
}
#bo_cate li a {
	border-radius:9em;
}
.trpg-card-list {
	display:block;
	position:relative;
	text-align:center;
	padding:20px 0;
	overflow:hidden;
}
.trpg-card-list li {
	display:inline-block;
	position:relative;
	max-width: 100%;
	/*padding:5px;*/
    margin-top:-100px;
	box-sizing:border-box;
}
.trpg-card-list li:first-child { 
    margin-top: 0;
}
.trpg-card-list:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #aaa;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.trpg-card-list > li:first-child { padding-top:60px }
.trpg-card-list > li:nth-child(odd) {padding-right: 54%;}
.trpg-card-list > li:nth-child(odd):before {content:"";display:block;width: 50%;height:1px;position: absolute;left: 0;top: 50%;transform:translateY(-50%);background:#aaa}
.trpg-card-list > li:nth-child(odd):after {content:"";display:block;width: 10px;height:10px; border-radius:100%; position: absolute;right:calc(50% - 5px); top: 50%;transform:translateY(-50%);background:#693030}
.trpg-card-list > li:nth-child(odd) .trpg-info-box {}
.trpg-card-list > li:nth-child(odd) .trpg-info-box{
    text-align: right;
}
.trpg-card-list > li.empty_list:before,.trpg-card-list > li.empty_list:after { display: none; }

.trpg-card-list > li:nth-child(even) { padding-left:54% }
.trpg-card-list > li:nth-child(even):before {content:"";display:block;width: 50%;height:1px;position: absolute;right: 0;top: 50%;transform:translateY(-50%);background:#aaa}
.trpg-card-list > li:nth-child(even):after {content:"";display:block;width: 10px;height:10px; border-radius:100%; position: absolute;left:calc(50% - 5px); top: 50%;transform:translateY(-50%);background:#693030}
.trpg-card-list > li:nth-child(even) .trpg-info-box {}
.trpg-card-list > li:nth-child(even) .trpg-info-box{
    text-align: left;
}

.trpg-card-list li .box-header {font-size: 14px;color: #aaa;}
.trpg-card-list li .box-header .trpg-title {font-size: 19px;line-height: 1em;overflow: hidden;max-width: 100%;text-overflow: ellipsis;white-space: nowrap;color: #000;}

.trpg-card-list .cha_rivew .rivew_icon {width: 67px;}

.trpg-card-list .trpg-card-frame {display:block;position:relative;/* width:100%; */z-index:0;margin-bottom: 9px;}
.trpg-card-list .trpg-card-frame .trpg-date { position: absolute; top:-23px; z-index: 1; font-size: 12px; }
.textggu--title--card {
    font-weight:bold;
    font-size: 16px;
    /* height: 30px; */
    line-height: 30px;
    padding: 7px 16px;
    background: var(--effect-text2);
    border: 1px solid var(--effect-text);
    position:relative;
    display: inline-block;
    filter:drop-shadow(8px 5px 0px var(--effect-text));
    margin: 16px 10px 19px 0px;
    transition-duration: .5s;
  }
  .textggu--title--card:hover {
    translate: 6px 3px;
    filter:drop-shadow(2px 2px 0px var(--effect-text));
  }
  .textggu--title--card:before {
    content: '- X';
    font-size: 12px;
    width: calc(100% + 2px);
    height: 20px;
    line-height:9px;
    color: var(--effect-text);
    text-align:right;
    padding: 2px;
    box-sizing:border-box;
    background: var(--effect-text2);
    border: 1px solid var(--effect-text);
    position: absolute;
    top: -18px;
    left: -1px;
    transition-duration: .5s;
  }
  .textggu--title--card:hover:before {
    background: var(--effect-text);
    color: var(--effect-text2);
  }
  .textggu--title--card:hover .trpg-date {
    color: var(--effect-text2);
  }
  .textggu--title--card:after {
    content:'';
    position:absolute;
    background: url(https://cdn.pixabay.com/photo/2012/04/01/12/38/cursor-23229_960_720.png) 100%; 
      width: 16px;
      height: 30px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      right: -10px;
      top: 29px;
  }
.trpg-card-list .trpg-card-frame .pad {position:relative; z-index:-1;}
.trpg-card-list .trpg-card-frame a {
	display:block;
	overflow:hidden;
	/* -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3); */
	-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
	/* box-shadow:0 0 10px 0 rgba(0,0,0,0.3); */
}
/*.trpg-card-list .trpg-card-frame a {display:block; position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
}*/
.trpg-card-list .trpg-card-frame a > em {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%, -50%) scale(1.3);
	-webkit-transform:translate(-50%, -50%) scale(1.3);
	background:no-repeat 50% 50%;
	background-size:cover;
}
.trpg-card-list .trpg-card-frame a:hover > em {
	transform:translate(-50%, -50%) scale(1);
	-webkit-transform:translate(-50%, -50%) scale(1);
}
.trpg-card-list li a .cover {
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:.5em;
	font-size:16px;
	overflow:hidden;
}
.trpg-card-list li a .cover > * {display:block; position:relative;font-size:1em; margin:5px 0; max-width:80%; word-break:keep-all; line-height:1.2; padding:.7em 1.5em;}
.trpg-card-list li a .cover .subject {text-align:left; transform:translateX(-100%); -webkit-transform:translateX(-100%); border-radius:0 9em 9em 0;}
.trpg-card-list li a .cover .info {text-align:right; font-size:.9em; float:right; transform:translateX(100%); -webkit-transform:translateX(100%); border-radius:9em 0 0 9em;}
.trpg-card-list li a:hover .cover > * {transform:translate(0); -webkit-transform:translate(0);}

/*viewpage-가로형*/

.trpg_v_img { position:relative;}
.trpg_v_img .card:after {display:block;content:"";position:absolute;height: 100%;width: 100%;bottom:0;z-index: 79;left:0;background: linear-gradient(to top, var(--card-background-color) 9rem, transparent 34.25rem);}
.trpg_v_img .trpg-v-info { position: relative;}
.trpg_v_img .trpg-v-info:after {/* display: block; *//* content: ""; */clear: both;}
.trpg_v_img .trpg-v-info .card {width:100%;position: relative;padding-bottom: 10%;background-color:var(--card-background-color);}
.trpg_v_img .trpg-v-info .card img {width: 100%;height: auto;}
.trpg_v_img .trpg-v-info .v-info-txt {line-height: 1.4em;float: right;position: absolute;bottom: 20px;left: 60px;width: calc(100% - 120px);color: #fff;z-index: 99;text-align: left;font-size: 15px;}
.trpg_v_img .trpg-v-info .v-info-txt .txt-info { margin-bottom:20px  }
.trpg_v_img .trpg-v-info .v-info-txt .txt-info .cate { padding:5px 20px; background: var(--effect-point2); border-radius: 50px; }
.trpg_v_img .trpg-v-info .v-info-txt .subject {font-size: 33px;margin-bottom:20px;margin-top: 15px;}
.trpg_v_img .trpg-v-info .v-info-txt .synopsis {  }
.trpg_v_img .trpg-v-info .v-info-txt .synopsis .mini-tit { display: block; font-size:20px; margin: 15px 0 5px; padding: 0; }
.trpg_v_img .trpg-v-info .cha_rivew {position: absolute;right: 0;bottom: 0;}
.trpg_v_img .trpg-v-info .cha_rivew li { display: inline-block; }
.trpg_v_img .trpg-v-info .cha_rivew .rivew_icon { width: 90px; }

/*viewpage-세로형*/

.trpg_v_img02 { position:relative;}
.trpg_v_img02:after {display:block;content:"";position:absolute;height: 100%;width: 100%;bottom:0;left:0;background: linear-gradient(to top, var(--card-background-color) 0px, transparent 11.25rem), linear-gradient(to right, var(--card-background-color) 0px, transparent 15rem);}
.trpg_v_img02 .trpg-v-info { padding: 60px; position: relative;}
.trpg_v_img02 .trpg-v-info:after {display: block;content: "";clear: both;}
.trpg_v_img02 .trpg-v-info .card { position: relative;z-index: 99;display: inline-block;border-radius: 10px;overflow: hidden;max-width:370px;max-height: 610px;}
.trpg_v_img02 .trpg-v-info .card img { height: 100%; width: auto; }
.trpg_v_img02 .trpg-v-info .v-info-txt {line-height: 1.4em;float: right;position: absolute;bottom: 60px;right: 60px;color: #fff;z-index: 99;max-width: calc(100% - 550px);text-align: right;font-size: 15px;}
.trpg_v_img02 .trpg-v-info .v-info-txt .txt-info { margin-bottom:20px  }
.trpg_v_img02 .trpg-v-info .v-info-txt .txt-info .cate { padding:5px 20px; background: var(--effect-point2); border-radius: 50px; }
.trpg_v_img02 .trpg-v-info .v-info-txt .subject {font-size: 38px;margin-bottom:20px;margin-top: 15px;line-height: 1.2em;}
.trpg_v_img02 .trpg-v-info .v-info-txt .synopsis {word-break: keep-all;}
.trpg_v_img02 .trpg-v-info .v-info-txt .synopsis .mini-tit { display: block; font-size:20px; margin: 15px 0 5px; padding: 0; }
.trpg_v_img02 .trpg-v-info .cha_rivew {  }
.trpg_v_img02 .trpg-v-info .cha_rivew li { display: inline-block; }
.trpg_v_img02 .trpg-v-info .cha_rivew .rivew_icon { width: 90px; }


@media all and (max-width:740px) {
	.trpg-card-list li a .cover {font-size:15px;}
}
@media all and (max-width:540px) {
	.trpg-card-list li a .cover{font-size:14px;}
}
@media all and (max-width:430px) {
	.trpg-card-list li a .cover {font-size:13px;}
}


/* 게시판 댓글 */
.review_btn_box .none { display: none; transition: all .2s;}
.review_btn_box .none.on { display: inline-block; }
.review_btn_box { text-align: right; margin: 10px 0 20px 0}
.review_btn_box button {width: 30px;height: 30px; margin-right: 10px; transform: rotate(45deg);background: #000;color: #fff; font-family: 'Material Icons';}
.review_btn_box button#review_open::after { display: block; content: '\e560';line-height: 19px;
    text-indent: 0;text-align: center;font-size: 15px;transform: rotate(-45deg); }
.review_btn_box button#comment::after { display: block; content: '\e8af';line-height: 19px;
    text-indent: 0;text-align: center;font-size: 15px;transform: rotate(-45deg); }

.of_review { display: none;  transition: all .2s;}
.of_review_commen { width: 100%; display: flex; align-items: center;flex-wrap: nowrap;}
.of_review_commen .of_review_icon { }
.of_review_commen .of_review_icon img { width: 60px; }
.of_review_commen .review_txtbox {width: calc(100% - 60px);padding: 5px 0px 10px 30px;}
.of_review_commen .speech {background: #000;padding: 15px;border: 1px solid #ddd;border-radius: 8px;position: relative;color: #fff;}
.of_review_commen .speech::after { display: block; content: ""; top: 40%;left: -20px; border-radius: 0.5rem;position: absolute; border-top: 12px solid transparent;
    border-right: 12px solid #000;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;}
#bo_vc {/* margin:0 0 20px; *//* padding: 20px 0px 0px; */}
#bo_vc h2 {margin-bottom:10px}
#bo_vc article {/* padding:0 0 10px; */border-top:1px solid rgba(255, 255, 255, .4);}
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {text-align: right; opacity: .7;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color: #000;text-decoration:none}
#bo_vc p {line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act a		{ color: #fff; }
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8; display: none;  transition: all .2s;}
#bo_vc_w.on { display: block; }
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

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


@media all and (max-width:768px) {

    .trpg_v_img02 .trpg-v-info { padding: 45px; }
    .trpg_v_img02 .trpg-v-info .card { display: block; text-align: center; margin: 0 auto; }
    .trpg_v_img02 .trpg-v-info .v-info-txt { font-size:13px; margin-top:20px; float: unset; position: relative; bottom: unset; right: unset; max-width: 100%; text-align: left; }
    .trpg_v_img02 { background-size: cover !important; background-position: center !important;}
}

@media all and (max-width:600px) {
    .trpg-card-list .cha_rivew { text-align: center; }
    .trpg-card-list > li:nth-child(odd) { padding: 0; padding-bottom: 20px; }
    .trpg-card-list > li:nth-child(even) { padding: 0; padding-bottom: 20px;}
}