.tch_itv_head{display:flex; width:100%; position:Relative; padding:20px 0;align-items: center; justify-content: space-between;}
.tch_itv_head_left{position:relative;}
.tch_itv_head_left div{position:absolute; top:-20px; left:0px; width:90%; display:flex;}
.tch_itv_head_left div p{width:45px; height:8px; display:block; }
.tch_itv_head_left div p.bgcolor-bk {background:#282828;}
.tch_itv_head_left div p.bgcolor-og {background:#08cee8;}
.tch_itv_head_left h5{font-size:22px; font-weight:normal;}

.tch_itv_top01_prfl{position:relative; width:100%; display:block;}
.tch_itv_top01_cont{display:flex; position:relative; height:350px; background:#282828; width:100%;justify-content: space-between; flex-direction: row-reverse;}
.tch_itv_profile {width:auto; height:auto; float:right; overflow:hidden;}
.tch_itv_profile img{width:100%; padding:0;}
.tch_itv_profile_txt{position:relative; width:auto; top:0px; left:0px; display:block; padding:40px;background:#282828; height:auto; color:#fff;flex-direction: column;}
.tch_itv_profile_txt h2{font-size:16px; display:inline-block; padding:6px 8px; border-top:1px solid #fff; border-bottom:1px solid #fff;}
.tch_itv_profile_txt h3{display:block; margin-top:20px; font-size:45px; line-height:1.3}
.tch_itv_profile_txt h3 span{font-size:23px; font-weight:normal}
.tch_itv_profile_txt p {position:relative; opacity:0.5; padding-top:50px;}

.tch_itv_focus{padding:0px 20px; position:relative; margin:80px 0px; display:flex; width:100%;align-items: center; width:100%; flex-direction: column;}
.tch_itv_focus_rec{padding:8px 40px 8px 40px; color:#08cee8; border:2px solid #08cee8; font-size:17px; font-weight:500; position:relative; margin-bottom:10px;}

.tch_itv_focus_tit{position:relative; top:0px; left:0px; text-align:center; width:100%; height:100%; display:flex;align-items: center; justify-content: center;}
.tch_itv_focus_tit h3{color:#464646; font-size:27px; font-weight:normal; background:#fff; padding:10px 0; position:relative;}
.tch_itv_focus_tit h3:before {content:'';position:absolute; top:8px; left:-30px; display:inline-block;width:20px; height:20px; background: url('/2022/img/icon/tch-deco-left.png') left top no-repeat; background-size:20px auto;}
.tch_itv_focus_tit h3:after {content:'';position:absolute; bottom:8px; right:-30px; display:inline-block;width:20px; height:20px; background: url('/2022/img/icon/tch-deco-right.png') left top no-repeat; background-size:20px auto;}

.tch_itv_good{padding:0 20px; width:100%; position:relative; margin-bottom:25px; display:block;}
.tch_itv_good_cont{padding:44px; border:10px solid #f6f6f6; }
.tch_itv_good_cont h3{font-size:21px; padding:0 0 20px 48px; line-height:48px; background: url('/2022/img/icon/tch-like.png') left top no-repeat; background-size:36px auto; margin-bottom:20px; border-bottom:1px solid #ddd}
.tch_itv_good_txt, .tch_itv_qna dl dd p, .tch_itv_review_txt{font-size:17px; line-height:1.6;}

.tch_itv_qna, .tch_itv_review{padding:20px; width:100%; display:block; text-align:left;}
.tch_itv_qna dl dt, .tch_itv_review_cont h3{font-size:17px; margin-bottom:12px; color:#08cee8; font-weight:bold;text-decoration:underline}
.tch_itv_qna dl dd h3{font-size:21px;display:block; width:100%; margin-bottom:4px;}

.tch_itv_review_img{width:100%; padding:20px;}
.tch_itv_review{margin-top:60px;}
.tch_itv_review + .tch_itv_review{margin-top:20px;}
.tch_itv_review_cont{position:relative; width:100%; padding:44px; background:#fffcfa; border-radius:24px; box-shadow: 3px 0px 8px rgba(0,0,0,0.13)}
.tch_itv_review_cont:before{width:40px; height:52px; position:absolute; top:0px; margin-top:-26px; left:50%; margin-left:-20px;display:block;content:"";background: url('/2022/img/icon/tch-review.png') left top no-repeat;}

.tch_itv_review_info{display:flex; margin-bottom:12px; font-size:17px;}
.tch_itv_review_info dl{display:flex; margin-right:12px; position:relative; padding-right:12px;}
.tch_itv_review_info dl:after{content:""; width:1px; height:10px; background:#ddd; display:block; position:absolute; top:50%; right:0px; margin-top:-5px;}
.tch_itv_review_info dl:last-child:after{display:none;}
.tch_itv_review_info dl dt{padding-right:6px;font-weight:bold;}