@charset "utf-8";

/* 내용관리 */
#ctt {margin:0;padding:0px;background:#fff}
.ctt_admin {text-align: right;top: 100px;position: absolute;right: 0; display: inline-block;border: 1px solid #ccc;background: #fff;padding: 0 13px;font-weight: 500; text-decoration: none; vertical-align: middle;}
.ctt_admin a { font-size:12px; color:#333}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.memberWrap {max-width:1240px;margin:0 auto;text-align:left;padding:150px 10px 50px 10px;color:#666; letter-spacing:-0.8px;line-height:24px;word-break:keep-all}
.memberWrap h3{font-size:18px;font-weight:500;color:#333;margin-bottom:10px;margin-top:50px; font-weight:bold;}
.memberWrap h3:first-child{margin-top:0}
.memberWrap p{margin-top:15px; line-height:1.6;word-break:keep-all; font-size:15px}
.memberWrap .law{margin-top:15px;padding:20px;border:solid 1px #ebebeb;background:#fafafa; font-size:14px}
.memberWrap .law ul li{line-height:22px;margin-top:3px; padding:0; line-height:1.6;}
.memberWrap .law ul li:first-child{margin-top:0}


#wrap #header_wrap { border-bottom:1px solid #ddd}
#wrap #header .gnb > li > a { color:#333}
.scrolled #wrap #header_wrap { border-bottom:0}
.scrolled #wrap #header .gnb > li > a  { color:#ddd}

    .location-content-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
    }
    
    .location-section {
      margin-bottom: 80px;
    }
    
    .location-section:last-child {
      margin-bottom: 0;
    }
    
    .location-header {
      text-align: center;
      margin-bottom: 40px;
    }
    
    .location-header h2 {
      font-size: 32px;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }
    
    .location-header .subtitle {
      font-size: 18px;
      color: #666;
      margin-bottom: 20px;
    }
    
    .location-address {
      font-size: 16px;
      color: #444;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 30px;
    }
    
    .location-address strong {
      color: #2c5aa0;
      font-weight: bold;
    }
    
    .location-content {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-bottom: 30px;
    }
    
    .location-images {
      width: 100%;
    }
    
    .location-images img {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      display: block;
    }
    
    .location-map {
      width: 100%;
      min-height: 400px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .location-map iframe {
      width: 100%;
      height: 100%;
      min-height: 400px;
      border: 0;
    }
    
    /* 반응형 디자인 */
    @media (max-width: 768px) {
      .location-content-wrapper {
        padding: 20px 15px;
      }
      
      .location-section {
        margin-bottom: 60px;
      }
      
      .location-header h2 {
        font-size: 24px;
      }
      
      .location-header .subtitle {
        font-size: 16px;
      }
      
      .location-address {
        font-size: 14px;
      }
      
      .location-content {
        gap: 20px;
      }
      
      .location-images {
        width: 100%;
      }
      
      .location-images img {
        width: 100%;
      }
      
      .location-map {
        min-height: 300px;
        width: 100%;
      }
      
      .location-map iframe {
        min-height: 300px;
      }
    }
    
    @media (max-width: 480px) {
      .location-header h2 {
        font-size: 20px;
      }
      
      .location-map {
        min-height: 250px;
      }
      
      .location-map iframe {
        min-height: 250px;
      }
    }