/* BASIC css start */
#ftWrap { position: relative; margin-bottom:30px;}
#ftWrap #footer { position: relative; width: 1124px; height: 40px; margin-left: auto; margin-right: auto; }
#ftWrap .ft-info,
#ftWrap .ft-link,
#ftWrap .ft-escrow { text-align: center; padding-top: 20px; }
#ftWrap .ft-info { font-size: 11px; }
#ftWrap .ft-info p { margin-bottom: 5px; }
#ftWrap .ft-link a { padding: 0 10px; font-size: 12px; font-weight: bold; background: url(/images/d3/hot_issue/common/bg_w1_h5_dotted.gif) no-repeat 100% 30%; }
#ftWrap .ft-link a:hover { color: #ec2626; }
#ftWrap .ft-link a.nbg { background: none; }


#FOOTarea {width:100%; margin-top:50px; border-top:1px solid #ccc; border-bottom:1px solid #e1e1e1; font-weight:normal;}
#FOOTarea td {width:25%; padding-top:40px;padding-bottom:40px;vertical-align:top}
#FOOTarea dl {width:70%; margin:0 auto;}
#FOOTarea dt {font-size:20px; font-weight:bold; color:#333; padding-bottom:10px;}
#FOOTarea dt span {font-size:11px; color:#999999;}
#FOOTarea dd {line-height:22px;}
.FTrborder {border-right:1px solid #e1e1e1;}

.FTtel {font-weight:bold; font-size:2.5em; color:#000; margin-left:-5px; padding-bottom:15px;}


.FTG {width:100%; height:55px; line-height:55px; text-align:center; color:#fff; background:#333;}

.INSTAgram {width:1400px; margin:0 auto; margin-top:80px;}
.INSTAgram dl {width:100%; text-align:Center;}
.INSTAgram dt {font-size:2.4em; font-weight:bold; color:#000; font-family:Arial;}
.INSTAgram .instatext {padding-bottom:35px; color:#969696;}




.youtube-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.youtube-item iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
}

.youtube-title a {
  color: #000;
  font-size: 25px;
  text-decoration: none;
}

.youtube-title a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .youtube-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* BASIC css end */

