@charset "UTF-8";
/******************************************
메인시작
*******************************************/
@font-face {
    font-family: 'NanumSquareOTFR';
    src: url('/assets/fonts/NanumSquareOTFR.ttf') format('truetype');
  }
.main_container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.mc02 {
  padding: clamp(70px, 6.7708vw, 130px) 0;
  background: #f9f9f9;
}
.mc02_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 2.5521vw, 49px);
}
@media (max-width: 991px) {
  .mc02_text {
    gap: clamp(30px, 4.04vw, 40px);
  }
}
.mc02_top {
  position: relative;
}
@media (max-width: 991px) {
  .mc02_top {
    width: 100%;
  }
}
.mc02_top::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -15.5%;
  width: 60px;
  height: 52px;
  background: url(/img/mc02_01.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc02_top::before {
    background: url(/img/mmc02_01.png) no-repeat center center/cover;
    width: 30px;
    height: 26px;
    left: 0;
    top: 0;
  }
}
.mc02_top::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -15.5%;
  width: 60px;
  height: 52px;
  background: url(/img/mc02_02.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc02_top::after {
    background: url(/img/mmc02_02.png) no-repeat center center/cover;
    width: 30px;
    height: 26px;
    top: unset;
    bottom: 0;
    right: 0;
  }
}
.mc02_main_t {
  font-size: clamp(40px, 2.8646vw, 55px);
  font-weight: 800;
  color: #222222;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .mc02_main_t {
    font-size: clamp(30px, 4.04vw, 40px);
    text-align: center;
    line-height: 1.33;
  }
}
.mc02_main_t .hu_point {
  color: #c52725;
}
.mc02_bot .mc02_sub {
  font-size: clamp(17px, 1.0417vw, 20px);
  color: #666666;
}
@media (max-width: 991px) {
  .mc02_bot .mc02_sub {
    font-size: clamp(15px, 1.72vw, 17px);
    text-align: center;
    line-height: 1.45;
  }
}

.mc04 {


}

.mc05 .mc05_container {
  max-width: none;
}

/******************************************
서브시작
*******************************************/
.at-wrapper.no_index_wrapper {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .at-wrapper.no_index_wrapper {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .at-wrapper.no_index_wrapper {
    margin-top: 50px;
  }
}

.sub_banner {
  position: relative;
}
.sub_banner .sub_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
.sub_banner .sub_title .title {
  font-size: clamp(33px, 2.8646vw, 55px);
  font-weight: 800;
  color: #222;
}
@media (max-width: 991px) {
  .sub_banner .sub_title .title {
    padding-left: 10px;
	color: #222222;
  }
}

.sub_menu_box {
  border-bottom: 1px solid #e1e1e1;
}
.sub_menu_box .sub_menu-box {
  display: flex;
  gap: 0 40px;
  padding: 26px 0;
}
.sub_menu_box .sub_cate a {
  font-size: 18px;
  color: #888888;
}
.sub_menu_box .sub_cate.on a {
  font-weight: 700;
  color: #ed1c24;
}

.m_sub_menu {
  width: 100%;
}

.m_sub_menu .dropdown > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #ed1c24;
  font-weight: 500;
}
.m_sub_menu .dropdown > a:focus {
    outline: none;
    box-shadow: none;
}
.m_sub_menu .dropdown > a span.arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  width: 10px; /* 사이즈 */
  height: 10px; /* 사이즈 */
  border-top: 1px solid #ed1c24; /* 선 두께 */
  border-right: 1px solid #ed1c24; /* 선 두께 */
  transform: rotate(135deg); /* 각도 */
  transition: all 0.3s;
}
.m_sub_menu .dropdown > a:hover, .m_sub_menu .dropdown > a:focus {
  background: transparent;
  color: #ed1c24;
}
.m_sub_menu .dropdown > a:active {
  box-shadow: none;
}
.m_sub_menu .dropdown .dropdown-menu {
  width: calc(100% + 30px);
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border-radius: 0;
  left: -15px;
  border: none;
}
.m_sub_menu .dropdown .dropdown-menu li {
  margin-bottom: 13px;
}
.m_sub_menu .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.m_sub_menu .dropdown .dropdown-menu li a {
  padding: 0;
  color: #999;
}
.m_sub_menu .dropdown .dropdown-menu li a:hover, .m_sub_menu .dropdown .dropdown-menu li a:focus {
  background: transparent;
}
.m_sub_menu .dropdown .dropdown-menu li.on a {
  color: #ed1c24;
}
.m_sub_menu .dropdown.open > a span.arrow {
  right: 15px;
  top: 22px;
  border-top: 1px solid #ed1c24; /* 선 두께 */
  border-right: 1px solid #ed1c24; /* 선 두께 */
  transform: rotate(315deg);
}

.sub-text {
  margin: 120px 0 100px;
  text-align: center;
}
.sub-text.sub_tl {
  text-align: left;
}
@media (max-width: 991px) {
  .sub-text {
    margin: clamp(65px, 12.11vw, 120px) 0 clamp(50px, 10.09vw, 100px);
  }
}
.sub-text h2 {
  font-weight: 800;
  font-size: 50px;
  color: #222222;
}
@media (max-width: 991px) {
  .sub-text h2 {
    margin-bottom: clamp(30px, 5.05vw, 50px);
    font-size: clamp(30px, 5.05vw, 50px);
  }
}
.sub-text .sub_text_content {
  font-size: 20px;
  line-height: 1.6;
  color: #5d5d5d;
}
@media (max-width: 991px) {
  .sub-text .sub_text_content {
    font-size: clamp(15px, 2.02vw, 20px);
  }
}

.sc-gray {
  background: #f6f6f6;
}

.sc02 img {
  width: 100%;
}

.sc02 .sc02_container {
  margin-top: clamp(75px, 6.7708vw, 130px);
}

.sc03_01 {
     background-color: #DCDCDC33;
     padding: 144px 0;
}

.sc03_01 .sc03_01_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sc03_01 .sc03_01_container img {
    width: auto;
}
.sc03_01 .sc03_01_container .gif_display {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 77px;
}


.sc03_01 .sc03_01_container .gif_display .gif_box {
    width: 18%; 
    text-align: center;
}

.sc03_01 .sc03_01_container .gif_display .gif_box .sc03_img_box {
    width: 100%;
    height: 280px; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
}
.sc03_01 .sc03_01_container .gif_display .gif_box .sc03_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sc03_01 .sc03_01_container .gif_display .gif_box .sc03_text_box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.sc03_01 .sc03_01_container .gif_display .gif_box .sc03_text_box h3 {
    font-size: 26px;
    color: #222222;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 25px;
}


.sc03_01 .sc03_01_container .gif_display .gif_box .sc03_text_box p {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    font-weight: 500;

}
@media (max-width: 991px) {

	.sc03_01 {
		 padding: 65px 0;
	}
    .sc03_01 .sc03_01_container img {
        width: 100%;
    }
    .sc03_01 .sc03_01_container .gif_display {
        justify-content: space-between;
        gap: 15px;

    }
    .sc03_01 .sc03_01_container .gif_display .gif_box {
        width: 47%;
        margin-bottom: 18px;

    }
    .sc03_01 .sc03_01_container .gif_display .gif_box .sc03_img_box {
        height: 170px; 
  
    }
    .sc03_01 .sc03_01_container .gif_display .gif_box .sc03_text_box {
        margin-top: 21px;
        gap: 15px;
    }
    
    .sc03_01 .sc03_01_container .gif_display .gif_box .sc03_text_box h3 {
        font-size: 18px;
        color: #222222;
        font-weight: 800;
        letter-spacing: -1px;
    }
    
    
    .sc03_01 .sc03_01_container .gif_display .gif_box .sc03_text_box p {
        font-size: 14px;
        color: #666666;
        line-height: 21px;
        font-weight: 400;
    
    }
}

.sc04 img {
  width: 100%;
}

.sc05 .sc05_map iframe {
  width: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .sc05 .sc05_map iframe {
    min-height: unset;
    aspect-ratio: 1/1;
  }
}
.sc05_02 {
  margin-top: clamp(65px, 6.25vw, 120px);
}
@media (max-width: 991px) {
  .sc05_02 {
    margin-top: 0;
  }
}
.sc05 .sc05_info {
  position: relative;
}
@media (max-width: 991px) {
  .sc05 .sc05_info {
    transform: translateY(-65px);
  }
  .sc05 .sc05_info2 {
    margin-bottom: -65px;
  }
}
.sc05 .sc05_info::before {
  content: "";
  position: absolute;
  top: -55%;
  left: 6.5%;
  width: 366px;
  height: 366px;
}
@media (max-width: 991px) {
  .sc05 .sc05_info::before {
    display: none;
  }
}
.sc05 .sc05_info1::before {
  background: url(/img/sc05_03.png) no-repeat center center/cover;
}
.sc05 .sc05_info2::before {
  background: url(/img/sc05_04.png) no-repeat center center/cover;
}

.sc06 img {
    width: 100%;
  }

.sc07 img {
  width: 100%;
}

.sc08 img {
  width: 100%;
}

.sc09 img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */

