#rnd {width:100%; }
#rnd .flexR3 {display:flex; justify-content: space-between; margin:50px 10px; }
#rnd .flexR3 .item {width:362px; }
#rnd .flexR3 .item img {max-width:100%; vertical-align:top;}

#rnd .tit {text-align:center; margin-bottom:40px}
#rnd .tit span{
  text-align:center;
  font-size:40px;
  line-height:45px; 
  font-weight:600;
  padding-bottom:10px;
  position:relative;
  margin: 0 auto;
}
#rnd .tit span:before {
  content: "";
  width: 100%;
  height: 20px;
  background: rgba(220, 53, 60, 0.2);
  position: absolute;
  bottom: 10px;
}
#rnd .txt1 {font-size:18px; line-height:32px; }

/* 
#rnd .flexR2 {display:flex; justify-content:space-between;  }
#rnd .flexR2 .item {width:47%; display:flex; justify-content:space-between; }
#rnd .flexR2 .item .icon {width:124px; margin-right:2em; padding-top:2px; }
#rnd .flexR2 .item .txt p{padding-top:0.5em;}
*/

#rnd .cont2 {margin-top:80px;}
#rnd .floatL {width:35%; text-align:center; }
#rnd .floatR {width:65%; }

#rnd .floatR span {
  display:inline-block;
  padding:10px 0;
}

#rnd .floatR .tit3,
#rnd .floatR .txt3 {
  font-size:16px;
  border-bottom:1px solid #dfdfdf;
}

#rnd .floatR .tit3 {
  width:22%;
  margin-right:3%;
  padding-left:10px;
  color:#888;
}

#rnd .floatR .txt3 {
  color:#111;
  width:75%;
  font-weight:500;
  /* 중국어가 길어도 안 튀어나가게 */
  word-break: break-all;
  overflow-wrap: break-word;
}

#rnd .box {padding:55px 0;}
#rnd .line3 {border-top: 3px solid #111;  margin-top:20px;}
#rnd h3 {font-size: 30px; font-weight: 600;}

/* 🔥 중국어 줄바꿈 공통 처리 */
.lang-zh {
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
  #rnd .txt1 {font-size:14px; line-height:24px; }
  #rnd .flexR3 { margin:30px 0px; }
  #rnd .tit {text-align:center; margin-bottom:30px}
  #rnd .tit span{
    font-size:20px;
    line-height:25px;
    padding-bottom:10px;
  }
  #rnd .tit span:before {
    content: "";
    width: 100%;
    height: 10px;
    bottom: 10px;
  }

  #rnd .cont2 {margin-top:40px;}
  #rnd .floatL {width:100%; padding:0 50px; }
  #rnd .floatR {width:100%; padding-top:10px; }
  #rnd .floatR span {padding:5px 0;}
  #rnd .floatR .tit3,
  #rnd .floatR .txt3 {font-size:14px;  }
  #rnd .floatR .tit3 { padding-left:0px; }
  #rnd .box {padding:25px 0;}
  #rnd h3 {font-size: 18px;  }
  #rnd .line3 {border-top: 2px solid #111; margin-top:10px;}
} /* ← 이게 원래 빠져 있어서 전체가 깨졌던 거야 */

@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
