@charset "UTF-8";
/*****************************************************************

		Copyright C 다온테마 All rights reserved. 
		daontheme@daum.net
		본 페이지는 유료컨텐츠 다온테마용 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다. 
		라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
body,
td,
h1,
h2,
h3,
h4,
h5,
div,
p,
li,
ul,
ol,
dd,
dt,
section,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6em;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
img {
  border: 0px;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 500;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lview {
}
.sview {
  display: none;
}
.mview {
  display: none;
}

/* 중간기기~작은기기 모바일 상단 */
#mobile_header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 999999;
  display: none;
}
#mobile_header .inner {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #fff;
}
#mobile_header h1 {
  width: 220px;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
}
#mobile_header h1 img {
  width: 90%;
  overflow: hidden;
}
#mobile_header .m_gnb li {
  list-style: none;
}
#mobile_header .m_gnb li a {
  display: block;
  top: 0;
  width: 100%;
  text-align: center;
  color: transparent;
}
#mobile_header .m_gnb li.category a i {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 15px;
  top: 20px;
  font-size: 20px;
  color: #333;
}
#mobile_header .m_gnb li.home a i {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 20px;
  font-size: 20px;
  color: #333;
}
#back_cover {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999998;
}
#sideMenu {
  display: inline;
  position: fixed;
  top: 0;
  left: -250px;
  width: 249px;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
}
#sideMenu .side_title {
  height: 60px;
  line-height: 60px;
  background-color: #111111;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
#sideMenu .navi_bg {
  width: 100%;
}
#sideMenu .nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  list-style: none;
  box-sizing: border-box;
  overflow: auto;
  height: auto;
}
#sideMenu .nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#sideMenu .navi_set {
  display: inline;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: center;
}
#sideMenu .navi_set > div {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  background-color: #fff;
  color: #333;
  text-indent: 10px;
  cursor: pointer;
}
#sideMenu .navi_set > div > a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#sideMenu .navi_set ul {
  display: none;
}
#sideMenu .navi_set ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
#sideMenu .navi_set ul li a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 0.9em;
  color: #333;
  cursor: pointer;
  text-indent: 20px;
  background-color: #fff;
}
#sideMenu .navi_set ul li a:hover {
  color: #fff;
  background-color: #aaa;
}
#gnba {
  background: #666;
  text-align: center;
}
#gnba a {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 0.85em;
  line-height: 16px;
  padding: 0;
  margin: 0;
  background: #666;
}
#gnba a:nth-child(1):after {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 99;
}
#gnba a i {
  color: #fff;
  font-size: 1.5em;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
#gnba a:hover {
  background: #fff;
  color: #000;
}
#gnba a:hover i {
  color: #000;
}
.jbmFixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.jbmFixed .inner {
  border-bottom: 1px solid #ddd !important;
}

/* 큰기기 PC 상단 */
#header_wrap {
  width: 100%;
  overflow-x: hidden;
}
.wrap_box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: none;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1001 !important;
  height: 80px;
  transition: 0.5s all ease;
}
#header h1 {
  position: absolute;
  display: block;
  line-height: 80px;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: none;
}
#header h1 a img {
  vertical-align: middle;
}
#header.header_on {
  height: 450px !important;
} /* 메뉴 배경의 높이를 입력합니다.*/
#lnb {
  position: relative;
  float: right;
  margin-right: 160px;
  line-height: 80px !important;
  background: none;
}
#header.header_on #lnb:hover .lnb_wrap {
  height: 430px;
} /*메뉴의 높이를 입력합니다.*/
#lnb .lnb_wrap {
  position: relative;
  overflow: hidden;
  height: 80px;
  min-height: 80px;
  transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul > li {
  float: left;
}
#lnb .lnb_wrap > ul > li > a {
  display: block;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  height: 80px;
  line-height: 80px;
}
#lnb .lnb_wrap > ul > li > a > span {
  display: block;
  background: #c53428;
  width: 0px;
  height: 2px;
  margin: 0 auto;
  transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul > li.current > a,
#lnb .lnb_wrap > ul > li.actived > a {
  color: #ec5043;
  font-weight: 500;
  border-bottom: 0px solid rgba(255, 255, 255, 1);
  transition: 0.5s all ease;
}
#lnb .lnb_wrap > ul > li.current > a > span,
#lnb .lnb_wrap > ul > li.actived > a > span {
  display: block;
  background: #c53428;
  width: 100%;
}
#lnb .lnb_sub {
  margin-top: 20px;
  text-align: center;
}
#lnb .lnb_sub li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 1em;
  letter-spacing: -0.5px;
}
#lnb .lnb_sub li a:hover {
  display: block;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}
#gnbb {
  position: absolute;
  right: 0;
}
#gnbb > ul > li {
  float: left;
  margin: 0 3px;
}
#gnbb > ul > li > a {
  color: #fff;
  text-align: center;
  font-size: 0.85em;
  line-height: 80px;
  padding: 5px 10px;
  background: #c53428;
  border-radius: 50px;
}
#gnbb > ul > li > a:hover {
  background: #000;
  color: #fff;
}
#gnbb > ul > li > a.btn2 {
  color: #000;
  text-align: center;
  font-size: 0.85em;
  line-height: 80px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 50px;
}
#gnbb > ul > li > a.btn2:hover {
  background: #000;
  color: #fff;
}
.jbFixed .header_in {
  position: fixed !important;
  top: 0px;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.5s all ease;
}
.jbFixed .header_in #lnb {
  margin-top: 0;
}
.jbFixed .header_in #lnb:hover .lnb_wrap {
  height: 430px;
} /*메뉴의 높이를 입력합니다.*/
.jbFixed .header_in #lnb .lnb_wrap {
  height: 60px;
  min-height: 60px;
}
.jbFixed .header_in #lnb .lnb_wrap > ul > li > a {
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.jbFixed .header_in #gnbb > ul > li > a {
  height: 60px;
  line-height: 60px !important;
}
.jbFixed .header_in h1 {
  height: 60px;
  line-height: 50px !important;
}
.jbFixed .header_in h1 img {
  width: 80%;
  transition: all 0.3s ease-in-out;
}

/* 인덱스 */
#container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: #fff;
  margin-top: 0px;
}

#main_visual {
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#main_visual:after {
  content: "";
  display: block;
  clear: both;
}
#main_visual .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
#main_visual .swiper-slide div.backgroundimg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main_visual .swiper-slide .backgroundimg .mobile_only {
  display: none;
}
#main_visual .swiper-slide .backgroundimg img {
  width: 100%;
  height: auto;
  display: block;
}

/* 배너 버튼 스타일 */
#main_visual .banner-buttons {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
#main_visual .banner-buttons a {
  display: inline-block;
  padding: 18px 50px;
  margin: 0 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.05em;
}
#main_visual .banner-buttons a:hover {
  background: #c53428;
  border-color: #c53428;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(197, 52, 40, 0.4);
}
#main_visual .banner-buttons a.btn-apply {
  background: rgba(197, 52, 40, 0.9);
}
#main_visual .banner-buttons a.btn-apply:hover {
  background: #c53428;
  box-shadow: 0 5px 20px rgba(197, 52, 40, 0.6);
}

#m_bnr {
  position: relative;
  top: -40px;
  width: 100%;
  height: auto;
  z-index: 99;
}
#m_bnr:after {
  content: "";
  display: block;
  clear: both;
}
#m_bnr > div {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  background: #222;
  overflow: hidden;
}
#m_bnr > div:after {
  content: "";
  display: block;
  clear: both;
}
#m_bnr .tit p {
  text-align: center;
  font-size: 2em;
  line-height: 80px;
  color: #000;
  font-weight: 500;
  padding: 0 10px;
  margin: 0 auto;
}
#m_bnr .tit span {
  display: block;
  text-align: center;
  font-size: 1.15em;
  color: #777;
  padding: 0 10px;
  margin: 10px 0 20px 0;
}
#m_bnr:after {
  content: "";
  display: block;
  clear: both;
}
#m_bnr li {
  float: left;
  width: 25%;
  height: 80px;
  padding: 0;
  cursor: pointer;
  border-right: 1px solid #4e4e4e;
  box-sizing: border-box;
  background: url("../image/bnr_arrow_off.png") no-repeat 95% 50%;
}
#m_bnr li:last-child {
  border-right: 0;
}
#m_bnr li div {
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
}
#m_bnr li div i {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 1.2em;
  color: #aaa;
  padding: 0 10px 0 20px;
}
#m_bnr li .txt_tit {
  height: 80px;
  line-height: 80px;
  color: #aaa;
  font-size: 1.2em;
}
#m_bnr li:hover {
  background: #c53428 url("../image/bnr_arrow_on.png") no-repeat 95% 50%;
  transition: 0.5s all ease;
}
#m_bnr li:hover i {
  color: #fff;
}
#m_bnr li:hover .txt_tit {
  color: #fff;
}

#m_bnr2 {
  position: relative;
  top: -20px;
  width: 100%;
  max-width: 1400px;
  margin: 50px auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#m_bnr2:after {
  content: "";
  display: block;
  clear: both;
}
#m_bnr2 .con_box {
  width: 100%;
  height: 260px;
}
#m_bnr2 .con_box:after {
  content: "";
  display: block;
  clear: both;
}
#m_bnr2 .con_box li {
  float: left;
  position: relative;
  text-align: center;
  width: 25%;
  height: 100%;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}
#m_bnr2 .con_box li:last-child {
  border-right: 1px solid #ddd;
}
#m_bnr2 .con_box li .hover_area i {
  display: inline;
  width: 30px;
  height: 30px;
  padding: 5px 0 5px 0;
  vertical-align: middle;
  font-size: 2.5em;
  color: #000;
  text-align: center;
  transition: 0.6s;
}
#m_bnr2 .con_box li .hover_area {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  border-radius: 30px;
  transition: 0.6s;
}
#m_bnr2 .con_box li .hover_area b {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 1.5em;
  font-weight: 400;
  color: #222;
}
#m_bnr2 .con_box li .hover_area p {
  padding: 0 10px;
  margin-top: 10px;
  font-size: 1em;
  line-height: 20px;
  color: #777;
  transition: 0.6s;
  letter-spacing: 0.05em;
}
#m_bnr2 .con_box li .hover_area span.btn_view {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  transition: 0.6s;
  background: url("../image/btn_view.png") no-repeat 50% 50%;
}
#m_bnr2 .con_box li .hover_area:hover i {
  color: #c53428;
}
#m_bnr2 .con_box li:hover {
  background: #f7f7f7;
  transition: 0.6s;
}
#m_bnr2 .con_box li:hover .hover_area span.btn_view {
  background: url("../image/btn_view_w.png") no-repeat 50% 50%;
  background-color: #c53428;
}

#main_about_100 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#main_about_100 .img_wrap {
  float: left;
  width: 50%;
  height: 450px;
  background: url("../image/main_about_img.jpg") center center no-repeat;
}
#main_about_100 .txt_wrap {
  float: right;
  width: 50%;
  vertical-align: top;
  background: #f7f7f7;
  box-sizing: border-box;
}
#main_about_100 .txt_wrap .txt_cont {
  width: 100%;
  height: 450px;
  padding: 50px;
}
#main_about_100 .txt_wrap .txt_cont h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
}
#main_about_100 .txt_wrap .tit {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}
#main_about_100 .txt_wrap .txt {
  font-size: 1em;
  line-height: 1.5em;
  display: inline-block;
  word-break: keep-all;
  color: #333;
  padding: 25px 0;
}
#main_about_100 .txt_wrap .txt:last-child {
  padding-top: 14px;
}
#main_about_100 .btn_more {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #222;
  text-align: center;
  color: #fff;
  transition: 0.6s;
}
#main_about_100 .btn_more:hover {
  background: #c53428;
}

#rolling_box {
  width: 100%;
  max-width: 1400px;
  margin: 100px auto 0;
}
#rolling_box .swiper-wrapper2 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#rolling_box .swiper-container2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#rolling_box .swiper-container2 .swiper-slide {
  position: relative;
  width: 285px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#rolling_box .swiper-container2 .swiper-slide a {
  width: 100%;
  display: block;
}
#rolling_box .swiper-container2 .swiper-slide img {
  width: 285px;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox {
  width: 100%;
  height: 200px;
  text-align: left;
  background: #f7f7f7;
  padding: 25px 20px;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 1.2em;
  color: #000;
  line-height: 30px;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit span.new_icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 23px;
  font-size: 0.6em !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 2px;
  font-weight: normal;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .txt {
  display: block;
  max-height: 63px;
  min-height: 50px;
  overflow: hidden;
  font-size: 1em;
  color: #555;
  line-height: 1.5em;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .date {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: block;
  font-size: 1em;
  color: #777;
}
#rolling_box .swiper-btn-wrap {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
  background: none;
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 {
  position: absolute;
  top: 50px;
  width: 100%;
  max-width: 1400px;
  height: 3px;
  margin: 0 auto;
  z-index: 0;
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar2 {
  width: 150px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 {
  position: absolute;
  top: 20px;
  width: 100%;
  max-width: 1400px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  z-index: 20;
  background: none;
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2 {
  background: url("../image/list_prev_on2.png");
  left: 0%;
  right: auto;
  cursor: pointer;
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2 {
  background: url("../image/list_next_on2.png");
  right: 0%;
  left: auto;
  cursor: pointer;
}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 40px;
  height: 40px;
}
#rolling_box
  .swiper-btn-wrap
  .swiper-scrollbar-wrap2
  .swiper-button-next2.swiper-button-disabled {
  opacity: 1;
  background: url("../image/list_next_off2.png");
}
#rolling_box
  .swiper-btn-wrap
  .swiper-scrollbar-wrap2
  .swiper-button-prev2.swiper-button-disabled {
  opacity: 1;
  background: url("../image/list_prev_off2.png");
}
#rolling_box .swiper-pagination2 {
  display: none;
}

#pro_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
#pro_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#pro_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#pro_area .pro_tit p {
  text-align: center;
  font-size: 2em;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin: 0 auto;
}
#pro_area .pro_tit span {
  display: block;
  text-align: center;
  font-size: 1.15em;
  color: #777;
  margin: 10px 0 20px 0;
}
#pro_tab {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 50px auto 0;
}
#pro_tab:after {
  content: "";
  display: block;
  clear: both;
}
#pro_tab .tab {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 auto;
}
#pro_tab .tab:after {
  content: "";
  display: block;
  clear: both;
}
#pro_tab .tab li {
  float: left;
  display: inline-block;
  width: 25%;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
#pro_tab .tab li a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #333;
}
#pro_tab .tab li:last-child {
  border-right: 0;
}
#pro_tab .tab li.all {
  width: 25%;
  background: #333;
  color: #fff;
}
#pro_tab .tab li.all a {
  background: #333;
  color: #fff;
}
#pro_tab .tab li.on a {
  background: #333;
  color: #fff;
}
#pro_tab li {
  position: relative;
}
#pro_tab li span.date {
  position: absolute;
  right: 0;
  text-align: right;
  font-size: 0.9em;
  color: #ddd;
}
#pro_tab div li a {
  display: inline-block;
  margin-right: 0px;
  font-size: 0.9em;
  color: #333;
}
#pro_tab > div {
  display: none;
  padding: 0;
}
#pro_tab .active {
  display: block;
  padding: 0px;
}
#pro_tab .pro_list {
  width: 100%;
  max-width: 1400px;
  margin: 40px auto 0;
  overflow: hidden;
}
#pro_tab .pro_list:after {
  content: "";
  display: block;
  clear: both;
}
#pro_tab .pro_list > ul {
  width: 100%;
  font-size: 0;
  list-style: none;
  margin-bottom: 0px;
  padding: 0;
  overflow: hidden;
}
#pro_tab .pro_list > ul > li {
  display: inline-block;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 30px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
#pro_tab .pro_list > ul > li > a {
  width: 100%;
}
#pro_tab .pro_list > ul > li > a > div > img {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#pro_tab .pro_list > ul > li > a > p {
  display: block;
  height: 30px;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#pro_tab .pro_list > ul > li > a > div.text {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #777;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#pro_tab .pro_list > ul > li > a > div.btn_view2 {
  width: 90%;
  margin: 0 auto;
}
#pro_tab .pro_list > ul > li > a > div.btn_view2 .view_text {
  width: 80px;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
  font-size: 1em;
  color: #777;
  overflow: hidden;
  transition: all ease-out 0.2s;
  white-space: nowrap;
}
#pro_tab .pro_list > ul > li > a > div.btn_view2 .view_text:after {
  content: "";
  width: 35px;
  height: 7px;
  display: block;
  position: absolute;
  vertical-align: middle;
  right: 0;
  background: url("../image/btn_view2.png") no-repeat right center;
}
#pro_tab .pro_list > ul > li > a > p > span.new_icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 23px;
  font-size: 0.6em !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 2px;
  font-weight: normal;
}
#pro_tab .pro_list > ul > li > a > p > span.hot_icon {
  display: inline-block;
  line-height: 1em;
  color: #c53629;
  background: none;
  padding: 1px 5px 1px 3px;
  font-size: 0.7em !important;
}

#online {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../image/online_back.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
#online:after {
  z-index: 0;
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#online .online_area {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#online .online_area p {
  font-size: 2em;
  color: #fff;
  font-weight: 700;
}
#online .online_area span {
  display: block;
  margin: 15px 0;
  font-size: 1.25em;
  color: #fff;
  line-height: 1.4;
}
#online .online_area a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.4;
  background: #c53528;
  border: 1px solid #c53528;
  margin: 20px auto 0;
  transition: 0.5s all ease;
}
#online .online_area a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

#comm_wrap {
  width: 100%;
  padding: 100px 0;
}
#comm_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#comm_wrap .board_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#comm_wrap .board_area .dleft {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
}
#comm_wrap .board_area .dcenter {
  position: relative;
  float: left;
  width: 30%;
}
#comm_wrap .board_area .dright {
  position: relative;
  float: right;
  width: 30%;
}
#comm_wrap .board_area div.board_box {
  width: 100%;
  padding: 0;
}
#comm_wrap .notice_area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#comm_wrap .notice_area .tab {
  height: 50px;
  margin-bottom: 10px;
  list-style: none;
}
#comm_wrap .notice_area .tab li {
  float: left;
  max-width: 80%;
}
#comm_wrap .notice_area .tab li:before {
  display: none;
}
#comm_wrap .notice_area .tab li a {
  display: block;
  width: 100%;
  max-width: none;
  height: 50px;
  line-height: 50px;
  font-size: 1.5em;
}
#comm_wrap .notice_area .tab li.on a {
  max-width: 100% !important;
  border-bottom: 0 none;
  color: #000;
}
#comm_wrap .notice_area .more {
  position: absolute;
  top: 10px;
  right: 0px;
  transition: 0.5s all ease;
}
#comm_wrap .notice_area .active {
  display: block;
  padding: 0;
}
#comm_wrap .notice_area li {
  position: relative;
  line-height: 30px;
  width: 100%;
}
#comm_wrap .notice_area li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #e2dccc;
}
#comm_wrap .notice_area li a {
  display: inline-block;
  width: auto;
  max-width: 60%;
  font-size: 1em;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#comm_wrap .notice_area li span.date {
  position: absolute;
  right: 0;
  font-size: 1em;
  color: #888;
}
#comm_wrap .notice_area > div {
  display: none;
  padding: 0;
}

#copy_bnr {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
#copy_bnr:after {
  content: "";
  display: block;
  clear: both;
}
#copy_bnr .copy_bnr_left {
  float: left;
  width: 50%;
  height: 200px;
  background: #2d3238 url("../image/copy_bnr_back.jpg") no-repeat;
  background-position: right center;
}
#copy_bnr .copy_bnr_left .cs_area {
  float: right;
  width: 700px;
  text-align: left;
  padding: 30px;
  padding-left: 0;
}
#copy_bnr .copy_bnr_left .cs_area a {
  display: block;
}
#copy_bnr .copy_bnr_left .cs_area p.cs_tit {
  display: block;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.25em;
}
#copy_bnr .copy_bnr_left .cs_area p.cs_tel {
  display: block;
  font-size: 2em;
  color: #fff;
  margin: 10px 0;
}
#copy_bnr .copy_bnr_left .cs_area span.cs_txt {
  display: block;
  font-size: 1em;
  color: #aaa;
  line-height: 1.5em;
}
#copy_bnr .copy_bnr_right {
  float: right;
  width: 50%;
  height: 200px;
  background: #c53528;
}
#copy_bnr .copy_bnr_right .g_map {
  float: left;
  position: relative;
  width: 100%;
  height: 200px;
  background: #eee;
  z-index: 0;
  overflow: hidden;
}
#copy_bnr .copy_bnr_right .g_map_go {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -80px;
  padding: 10px 40px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 99;
  transition: 0.5s all ease;
}
#copy_bnr .copy_bnr_right .g_map_go:hover {
  display: block;
  color: #000;
  background: #fff;
}

/* 하단 */
#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 60px 0 40px 0;
  background: #1a1a1a;
  color: #fff;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}

/* 상단 링크 영역 */
#footer .footer-top {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 40px;
  text-align: center;
}
#footer .footer-links {
  display: inline-block;
}
#footer .footer-links a {
  color: #aaa;
  font-size: 0.95em;
  margin: 0 20px;
  transition: color 0.3s;
}
#footer .footer-links a:hover {
  color: #fff;
}

/* 메인 타이틀 영역 */
#footer .footer-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
  text-align: center;
}
#footer .footer-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  letter-spacing: 0.05em;
}
#footer .footer-subtitle {
  font-size: 1.1em;
  color: #888;
  letter-spacing: 0.1em;
}

/* 정보 영역 */
#footer .footer-info {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
  text-align: center;
}
#footer .footer-info-content {
  display: inline-block;
  text-align: left;
}
#footer .info-row {
  margin: 10px 0;
  font-size: 0.95em;
  color: #aaa;
  line-height: 1.6;
}
#footer .info-row .divider {
  margin: 0 15px;
  color: #555;
}

/* 하단 카피라이트 */
#footer .footer-bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #333;
}
#footer .footer-bottom p {
  font-size: 0.9em;
  color: #666;
  margin: 0;
}

/* PC용 퀵메뉴 */
#backtotop {
  position: fixed;
  bottom: 35%;
  right: 10px;
  z-index: 1000;
  display: none;
}
.q-menu nav div {
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 1.5em;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px 0;
  border-radius: 100px;
  transition: 0.5s all ease;
}
.q-menu nav div:hover {
  background: #c53528;
}
.q-menu nav div i {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 0.85em;
}
.q-menu nav div a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.q-menu nav div a span {
  font-size: 0.6em;
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 70px;
  opacity: 0;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 3px 3px;
  background: #c53528;
  color: #fff;
  margin-top: -2px;
  line-height: 1em;
  transition: all 300ms;
}
.q-menu nav a span:before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #c53528;
}
.q-menu nav a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -5px;
  margin-top: -10px;
  top: 50%;
  left: 50%;
}
.q-menu nav a:hover {
  opacity: 1;
}
.q-menu nav a:hover span {
  right: 50px;
  opacity: 1;
}
.q-menu nav a.active {
  color: #333;
  opacity: 1;
}

/* ===== 등록상담 퀵버튼 & 사이드 패널 ===== */
#quick-consult-btn {
  position: fixed;
  right: 0;
  bottom: calc(35% + 280px);
  z-index: 1001;
  background: #fff;
  border: 2px solid #c53428;
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 12px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15);
  transition:
    background 0.2s,
    color 0.2s;
}
#quick-consult-btn i {
  font-size: 1.3em;
  color: #c53428;
}
#quick-consult-btn span {
  font-size: 0.65em;
  font-weight: 700;
  color: #c53428;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
#quick-consult-btn:hover {
  background: #c53428;
}
#quick-consult-btn:hover i,
#quick-consult-btn:hover span {
  color: #fff;
}

/* 오버레이 */
#quick-consult-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1099;
}
#quick-consult-overlay.open {
  display: block;
}

/* 사이드 패널 */
#quick-consult-panel {
  position: fixed;
  top: 0;
  right: -360px;
  width: 340px;
  height: 100%;
  background: #fff;
  z-index: 1100;
  overflow-y: auto;
  transition: right 0.3s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
#quick-consult-panel.open {
  right: 0;
}

/* 패널 헤더 */
.qcp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #c53428;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}
.qcp-header i {
  margin-right: 6px;
}
#quick-consult-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

/* 연락처 영역 */
.qcp-contact {
  padding: 20px;
  background: #fdf4f4;
  border-bottom: 1px solid #f0dada;
}
.qcp-tel {
  font-size: 1.6em;
  font-weight: 800;
  color: #c53428;
  margin: 0 0 6px;
}
.qcp-hours {
  font-size: 0.78em;
  color: #777;
  margin: 0;
  line-height: 1.6;
}

/* 폼 영역 */
.qcp-form-wrap {
  padding: 20px;
  flex: 1;
}
.qcp-form-title {
  font-size: 0.95em;
  font-weight: 700;
  color: #333;
  margin: 0 0 14px;
}
.qcp-form-title i {
  color: #c53428;
  margin-right: 5px;
}
.qcp-field {
  margin-bottom: 10px;
}
.qcp-field input,
.qcp-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.88em;
  box-sizing: border-box;
  transition: border-color 0.2s;
  font-family: inherit;
}
.qcp-field input:focus,
.qcp-field textarea:focus {
  border-color: #c53428;
  outline: none;
}
.qcp-field textarea {
  height: 100px;
  resize: vertical;
}
.qcp-submit-btn {
  width: 100%;
  padding: 13px;
  background: #c53428;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.95em;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 6px;
  font-family: inherit;
}
.qcp-submit-btn:hover {
  background: #a82a20;
}

/* 모바일에서 패널 전체 너비 */
@media (max-width: 480px) {
  #quick-consult-panel {
    width: 100%;
    right: -100%;
  }
  #quick-consult-btn {
    bottom: 70px;
  }
}

/* 서브 */
#sub_visual {
  width: 100%;
  height: 450px;
  text-align: center;
  background: #e8e9eb;
}
#sub_visual .backgroundimg {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  z-index: 0;
}
#sub_visual .visual_area {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover !important;
}
#sub_visual .visual_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#sub_wrapper {
  width: 100%;
  margin: 0 auto;
}
#sub_wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#sub_menu {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
#sub_menu .sub_tab {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  margin: 0 auto;
}

.sub_location {
  position: relative;
  top: -30px;
  width: 100%;
  max-width: 1400px;
  height: 60px;
  font-size: 0;
  background: #222;
  margin: 0 auto;
}
.sub_location > div {
  font-size: 0;
}
.sub_location > div .cen {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
.sub_location > div .cen:first-child {
  border-left: 0;
}
.sub_location > div .cen i {
  color: #fff;
  font-size: 1em;
}
.sub_location ul {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 239px;
  border-right: 1px solid #555;
  vertical-align: top;
  box-sizing: border-box;
}
.sub_location ul:first-child {
  border-left: 0px solid #555;
}
.sub_location ul li {
  position: relative;
  width: 100%;
}
.sub_location ul li span {
  display: block;
  padding: 0 15px;
  line-height: 60px;
  font-size: 1.2em;
  color: #fff;
  background: url("../image/icnLocaArr_x.png") 95% center no-repeat;
  cursor: pointer;
}
.sub_location ul.on li span {
  background: url("../image/icnLocaArr1_x.png") 95% center no-repeat;
}
.sub_location ul li a {
  width: 100%;
  display: block;
  padding: 8px 15px;
  color: #000;
}
.sub_location ul li a:hover {
  color: #fff;
  background: #c53528;
  box-sizing: border-box;
}
.sub_location ul ul {
  display: none;
  position: absolute;
  top: 60px;
  left: -1px;
  padding: 0px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 999998;
  width: calc(100% + 2px) !important;
}
.sub_location ul.on li ul {
  display: block;
}
.sub_location ul.dep2 li span {
  color: #fff;
  font-weight: 400;
}
.sub_location ul.dep2 ul {
  width: 240px;
}

#sub_tit {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  top: 220px;
  left: 50%;
  margin-left: -700px;
  z-index: 2;
}
#sub_tit .path {
  position: absolute;
  top: 220px;
  right: 5px;
}
#sub_tit .path li {
  float: left;
  text-align: center;
  font-size: 0.9em;
  padding: 0 12px 0 12px;
  margin: 0;
  color: #fff;
  background: url("../image/ico_path.png") no-repeat left center;
}
#sub_tit .path li a span.ic-home {
  padding: 0;
  cursor: pointer;
}
#sub_tit .path li a span.ic-home i {
  background: url("../image/icon_home_over.png") no-repeat left top;
  display: inline-block;
  width: 11px;
  height: 12px;
}
#sub_tit .path li:first-child {
  background: none;
}
#sub_tit .path li:last-child {
  color: #fff;
}
#sub_tit .title {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  font-size: 2.4em;
  color: #fff;
  text-transform: uppercase;
}
#sub_tit .title:after {
  display: none;
  content: "";
  width: 50px;
  height: 1px;
  margin: 10px auto;
  background: #fff;
}
#sub_tit .normal_txt {
  display: none;
  margin: 0;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  word-break: keep-all;
}
#sub_tit .normal_txt .color1 {
  color: #fd7701;
}

.scontents {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0 100px 0;
  transform: unset !important;
}
.scontents:after {
  content: "";
  display: block;
  clear: both;
}
.scontents .bg_vline {
  display: block;
  width: 1px;
  height: 40px;
  background: url("../image/bg_vline.gif") no-repeat center;
  margin: 0 auto;
}
.scontents .eng {
  display: block;
  text-align: center;
  font-size: 2.5em;
  font-weight: 500;
  margin: 10px 0;
}
.scontents .eng em {
  color: #c53528;
  font-style: normal;
}
.scontents .stitle {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  color: #333;
  margin: 10px 0 50px 0;
}

.tbl {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
}
.tbl th {
  width: 30%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.tbl td {
  width: 70%;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  text-indent: 10px;
  font-size: 0.9em;
}

.tba {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
  background-color: #fff;
}
.tba th {
  width: 35%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.tba td {
  width: 65%;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  text-indent: 10px;
  font-size: 0.9em;
}

.policy_box {
  border: 1px solid #ddd;
  padding: 10px;
  height: 160px;
  overflow: auto;
}

/* 반응형 중간기기 1400px 사이즈 이하*/
@media all and (max-width: 1400px) {
  #rolling_box {
    padding: 0 4%;
  }

  #pro_wrap {
    padding: 50px 4% 100px 4%;
  }

  #comm_wrap {
    padding: 100px 4%;
  }

  #copy_bnr .copy_bnr_left .cs_area {
    width: 95%;
  }

  #sub_tit {
    left: 0;
    margin-left: 0;
  }
}

/* 반응형 중간기기 1300px 사이즈 이하*/
@media all and (max-width: 1300px) {
  #main_visual .sliderkit-text {
    padding: 0 4%;
  }
  #main_visual .sliderkit-text div.lviewa {
    font-size: 3em;
  }
  #main_visual .sliderkit-text div.sviewa {
    font-size: 1.2em;
  }
  #main_visual .sliderkit-text div span h2 {
    font-size: 1em;
  }

  #comm_wrap .notice_area li a {
    max-width: 70%;
  }
  #comm_wrap .notice_area li span.date {
    display: block;
    position: relative;
  }
}

/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width: 1200px) {
  .wrap_box {
    width: 98%;
  }
  #lnb .lnb_wrap > ul > li > a {
    padding: 0 20px;
  }
  .scontents {
    width: 96%;
  }

  #backtotop {
    display: none !important;
  }

  #container {
    margin-top: 0px;
  }

  #pro_tab .pro_list > ul > li > a > p {
    font-size: 1.3em;
  }
}

/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width: 1100px) {
  #mobile_header {
    display: block;
    min-width: 320px;
  }
  #header_wrap {
    display: none;
  }

  .lview {
    display: none;
  }
  .sview {
    display: block;
  }

  #main_visual .swiper-slide {
    height: auto;
  }
  #main_visual .swiper-slide div.backgroundimg {
    height: auto;
  }

  #m_bnr {
    position: relative;
    top: 0px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
  }
  #m_bnr li {
    width: 50%;
    border-bottom: 0px solid #4e4e4e;
  }
  #m_bnr li:nth-child(1),
  #m_bnr li:nth-child(2) {
    border-bottom: 1px solid #4e4e4e;
  }

  #m_bnr2 {
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
  }
  #m_bnr2 .con_box li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  #m_bnr2 .con_box li:last-child {
    border-right: none;
  }

  #main_about_100 .img_wrap {
    width: 100%;
  }
  #main_about_100 .txt_wrap {
    width: 100%;
  }
  #main_about_100 .txt_wrap .txt_cont {
    position: relative;
    top: -50px;
    width: 90%;
    height: auto;
    padding: 25px;
    background: #fff;
    margin: 0 auto;
  }
  #main_about_100 .txt_wrap .txt_cont h2 {
    font-size: 2em;
  }
  #main_about_100 .txt_wrap .tit {
    font-size: 1.3em;
  }

  #footer {
    min-width: 320px;
    padding: 40px 20px 30px;
  }
  #footer .footer-links a {
    font-size: 0.85em;
    margin: 0 10px;
  }
  #footer .footer-title {
    font-size: 1.5em;
  }
  #footer .footer-subtitle {
    font-size: 1em;
  }
  #footer .info-row {
    font-size: 0.85em;
  }
  #footer .footer-bottom p {
    font-size: 0.8em;
  }

  #backtotop {
    right: 15px;
  }

  #sub_visual {
    height: 300px;
  }

  .sub_location {
    top: 0;
  }
  .sub_location > div .cen {
    display: none;
  }
  .sub_location ul {
    width: 50%;
  }
  .sub_location ul:first-child {
    border-left: 0px;
  }
  .sub_location ul.dep2 {
    border-right: 0px;
  }

  #sub_tit {
    top: 180px;
  }
  #sub_tit .path {
    display: none;
  }
}

/* 반응형 중간기기 768px 사이즈 이하 */
@media screen and (max-width: 768px) {
  .mview {
    display: block;
  }

  #main_visual .swiper-slide {
    height: auto;
  }
  #main_visual .swiper-slide .backgroundimg .mobile_only {
    display: block;
  }
  #main_visual .swiper-slide .backgroundimg .pc_only {
    display: none;
  }
  #main_visual .swiper-button-next,
  #main_visual .swiper-button-prev {
    display: none !important;
  }

  /* 모바일 배너 버튼 */
  #main_visual .banner-buttons {
    bottom: 40px;
  }
  #main_visual .banner-buttons a {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 10px auto;
    padding: 15px 30px;
    font-size: 1.1em;
  }

  #m_bnr li {
    width: 25%;
    height: 100%;
    background-image: none;
    border-bottom: 0px;
  }
  #m_bnr li:nth-child(1),
  #m_bnr li:nth-child(2) {
    border-bottom: 0px;
  }
  #m_bnr li div {
    display: block;
    width: 100%;
    height: 30px;
  }
  #m_bnr li div i {
    width: 100%;
    padding: 0;
  }
  #m_bnr li .txt_tit {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.95em;
  }
  #m_bnr li:hover {
    background-image: none;
  }

  #m_bnr2 .con_box {
    height: 200px;
  }
  #m_bnr2 .con_box li .hover_area p {
    display: none;
  }

  #main_about_100 .btn_more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }

  #rolling_box {
    margin-top: 50px;
  }

  #pro_wrap {
    padding: 50px 4%;
  }
  #pro_area .pro_tit span {
    font-size: 1em;
    color: #777;
  }
  #pro_tab {
    margin: 0;
  }
  #pro_tab .pro_list > ul > li {
    width: 90%;
    margin: 5%;
  }
  #pro_tab .tab {
    width: 100%;
  }
  #pro_tab .tab li {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    height: 40px;
    line-height: 40px;
  }
  #pro_tab .tab li a {
    height: 40px;
    line-height: 40px;
  }
  #pro_tab .tab li:nth-child(1),
  #pro_tab .tab li:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }
  #pro_tab .tab li:nth-child(2n) {
    border-right: 0px;
  }
  #pro_tab .tab li:last-child {
    margin-left: 0%;
    margin-right: 0%;
  }
  #pro_tab .tab li.all {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
  }
  #pro_tab .pro_list {
    margin: 20px auto 0;
  }
  #pro_tab .pro_list > ul > li {
    width: 48%;
    margin: 1%;
    padding-bottom: 0px;
  }

  #online {
    height: 240px;
  }
  #online .online_area p {
    font-size: 1.85em;
  }
  #online .online_area span {
    margin: 10px 0;
    font-size: 1.15em;
  }
  #online .online_area a {
    margin-top: 10px;
    font-size: 1em;
  }

  #comm_wrap {
    padding: 50px 4%;
  }
  #comm_wrap .board_area {
    min-width: 320px;
    height: 100%;
  }
  #comm_wrap .board_area .dleft {
    width: 100%;
    margin-right: 0px;
  }
  #comm_wrap .board_area .dcenter {
    width: 100%;
  }
  #comm_wrap .board_area .dright {
    width: 100%;
  }
  #comm_wrap .notice_area {
    width: 100%;
    margin-top: 20px;
  }
  #comm_wrap:first-child .notice_area {
    margin-top: 0;
  }
  #comm_wrap .notice_area li a {
    max-width: 60%;
  }
  #comm_wrap .notice_area li span.date {
    display: inline-block;
    position: absolute;
  }

  #copy_bnr {
    height: auto;
  }
  #copy_bnr .copy_bnr_left {
    width: 100%;
    height: auto;
  }
  #copy_bnr .copy_bnr_right {
    width: 100%;
    height: auto;
  }

  #sub_visual {
    height: 200px;
  }

  #sub_tit {
    top: 140px;
  }
  #sub_tit .title {
    font-size: 2em;
  }
  #sub_tit .normal_txt {
    font-size: 1em;
  }

  .scontents {
    padding: 30px 0px 50px 0px;
  }
  .scontents .eng {
    font-size: 2em;
  }
  .scontents .stitle {
    font-size: 1em;
    margin-bottom: 30px;
  }
}

/* 반응형 작은기기 480px 사이즈 이하 */
@media screen and (max-width: 480px) {
  body,
  td,
  h1,
  h2,
  h3,
  h4,
  h5,
  div,
  p,
  li,
  ul,
  ol,
  dd,
  dt,
  section,
  input,
  textarea,
  select,
  button {
    font-size: 13px;
  }

  #footer .copyright p {
    font-size: 0.9em;
  }

  .q-menu {
    display: none;
  }
}

/* 반응형 작은기기 360px 사이즈 이하 */
@media screen and (max-width: 360px) {
}

/* ==================== 포트폴리오 섹션 ==================== */
#main_portfolio {
  width: 100%;
  background: #fff;
  padding: 60px 0 80px;
  overflow: hidden;
}

#main_portfolio .portfolio-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

#main_portfolio .portfolio-header {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
}

#main_portfolio .portfolio-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px;
  padding-left: 16px;
  position: relative;
}

#main_portfolio .portfolio-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 4px;
  background: #c53428;
  border-radius: 2px;
}

#main_portfolio .portfolio-subtitle {
  font-size: 0.95em;
  color: #888;
  margin: 0;
}

/* 슬라이더 + 화살표 outer 래퍼 */
#main_portfolio .portfolio-swiper-outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Swiper 슬라이더 */
#main_portfolio .portfolio-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

#main_portfolio .swiper-slide {
  height: auto;
}

/* 카드 래퍼 */
#main_portfolio .portfolio-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}

#main_portfolio .portfolio-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
}

/* 링크 없는 슬라이드 */
#main_portfolio .portfolio-slide-inner {
  cursor: default;
}

#main_portfolio .portfolio-slide-inner:hover {
  transform: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

#main_portfolio .portfolio-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 비율 */
  overflow: hidden;
  background: #f0f0f0;
}

#main_portfolio .portfolio-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

#main_portfolio .portfolio-card:hover .portfolio-img-wrap img {
  transform: scale(1.05);
}

/* 오버레이 (hover 시 dim 효과) */
#main_portfolio .portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
}

#main_portfolio .portfolio-card:hover .portfolio-overlay {
  background: rgba(0, 0, 0, 0.15);
}

/* 이미지 하단 제목 (항상 표시) */
#main_portfolio .portfolio-caption {
  padding: 11px 10px 12px;
  font-size: 0.88em;
  font-weight: 600;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
}

/* 네비게이션 화살표 — flex item으로 배치 */
#main_portfolio .portfolio-nav-prev,
#main_portfolio .portfolio-nav-next {
  position: static !important;
  margin: 0 !important;
  top: auto !important;
  transform: none !important;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}

#main_portfolio .portfolio-nav-prev:after,
#main_portfolio .portfolio-nav-next:after {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}

#main_portfolio .portfolio-nav-prev:hover,
#main_portfolio .portfolio-nav-next:hover {
  background: #c53428;
}

#main_portfolio .portfolio-nav-prev:hover:after,
#main_portfolio .portfolio-nav-next:hover:after {
  color: #fff;
}

#main_portfolio .portfolio-nav-prev.swiper-button-disabled,
#main_portfolio .portfolio-nav-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* 이미지 없을 때 */
#main_portfolio .portfolio-no-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  color: #bbb;
  font-size: 2.5em;
}

/* 빈 상태 */
#main_portfolio .portfolio-empty {
  text-align: center;
  padding: 60px 20px;
  color: #bbb;
}

#main_portfolio .portfolio-empty i {
  font-size: 3em;
  display: block;
  margin-bottom: 14px;
}

#main_portfolio .portfolio-empty p {
  font-size: 0.95em;
  margin: 0;
}

/* 컨베이어벨트 부드럽게 */
#main_portfolio .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 반응형 */
@media screen and (max-width: 768px) {
  #main_portfolio .portfolio-swiper-outer {
    padding: 0 10px;
    gap: 8px;
  }
  #main_portfolio .portfolio-nav-prev,
  #main_portfolio .portfolio-nav-next {
    width: 34px;
    height: 34px;
  }
  #main_portfolio .portfolio-nav-prev:after,
  #main_portfolio .portfolio-nav-next:after {
    font-size: 12px;
  }
}

/* 반응형 */
@media screen and (max-width: 768px) {
  #main_portfolio {
    padding: 40px 0 60px;
  }

  #main_portfolio .portfolio-title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  #main_portfolio {
    padding: 35px 0 50px;
  }

  #main_portfolio .portfolio-title {
    font-size: 1.4em;
  }

  #main_portfolio .portfolio-overlay {
    opacity: 1;
  }
}

/* ==================== 공지사항 섹션 ==================== */
#main_notice {
  width: 100%;
  padding: 50px 0 60px;
  background: #f9f9f9;
}

#main_notice .notice-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 좌: 공지사항 영역 */
#main_notice .notice-left {
  flex: 1;
  min-width: 0;
}

/* 우: 광고 · 제휴 문의 박스 (진한 블루 그라데이션, 임팩트 강화) */
#main_notice .notice-contact-box {
  flex-shrink: 0;
  width: 300px;
  background: linear-gradient(160deg, #2691e8 0%, #0d4f8c 100%);
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-shadow: 0 8px 24px rgba(13, 79, 140, 0.28);
}

#main_notice .ncb-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #fff;
  color: #1668b0;
  font-size: 0.84em;
  font-weight: 800;
  border-radius: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#main_notice .ncb-badge i {
  font-size: 0.95em;
  color: #1668b0;
}

#main_notice .ncb-headline {
  font-size: 1.4em;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  word-break: keep-all;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

#main_notice .ncb-sub {
  font-size: 0.95em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

#main_notice .ncb-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 0 18px;
}

#main_notice .ncb-contact {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  word-break: break-all;
  text-decoration: none;
  transition: color 0.15s;
}

#main_notice .ncb-contact:hover {
  color: #ffd84a;
  text-decoration: underline;
}

#main_notice .ncb-contact i {
  margin-right: 6px;
  font-size: 0.92em;
}

#main_notice .ncb-contact + .ncb-contact {
  margin-top: 2px;
}

#main_notice .ncb-hours {
  font-size: 0.85em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin: 10px 0 20px;
  letter-spacing: -0.01em;
}

#main_notice .ncb-cta-btn {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  background: #fff;
  color: #0d4f8c;
  border-radius: 10px;
  font-size: 1.02em;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

#main_notice .ncb-cta-btn:hover {
  background: #ffd84a;
  color: #0d4f8c;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

#main_notice .ncb-cta-btn i {
  margin-right: 6px;
  color: #0d4f8c;
}

#main_notice .notice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #333;
}

#main_notice .notice-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding-left: 18px;
  position: relative;
}

#main_notice .notice-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 5px;
  background: #c53428;
  border-radius: 3px;
}

#main_notice .notice-more {
  font-size: 0.95em;
  color: #666;
  transition: color 0.2s;
}

#main_notice .notice-more:hover {
  color: #c53428;
}

#main_notice .notice-more i {
  margin-left: 3px;
}

#main_notice .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_notice .notice-list li {
  border-bottom: 1px solid #e8e8e8;
}

#main_notice .notice-list li:first-child {
  border-top: none;
}

#main_notice .notice-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  transition: background 0.15s;
}

#main_notice .notice-list li a:hover .notice-subject {
  color: #c53428;
}

/* NEW 배지 */
#main_notice .notice-new {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 5px;
  background: #c53428;
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  font-style: normal;
  border-radius: 3px;
  vertical-align: middle;
}

#main_notice .notice-subject {
  flex: 1;
  font-size: 1em;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  transition: color 0.2s;
}

#main_notice .notice-date {
  flex-shrink: 0;
  font-size: 0.9em;
  color: #999;
}

#main_notice .notice-empty {
  padding: 30px 0;
  text-align: center;
  color: #aaa;
  font-size: 0.95em;
}

/* 반응형 */
@media screen and (max-width: 900px) {
  #main_notice .notice-container {
    flex-direction: column;
    gap: 30px;
  }

  #main_notice .notice-contact-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main_notice {
    padding: 35px 0 45px;
  }

  #main_notice .notice-title {
    font-size: 1.5em;
  }

  #main_notice .notice-list li a {
    padding: 13px 4px;
  }

  #main_notice .notice-subject {
    font-size: 0.95em;
  }

  #main_notice .ncb-tel {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 480px) {
  #main_notice .notice-subject {
    font-size: 0.9em;
  }

  #main_notice .notice-date {
    font-size: 0.82em;
  }
}

/* ==================== 대회 목록 섹션 (베이직) ==================== */
#event_basic {
  width: 100%;
  padding: 60px 0 80px;
  background: #fff;
}

#event_basic .event-basic-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 헤더 (타이틀 + 더보기) */
#event_basic .event-basic-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
}

#event_basic .event-basic-title {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding-left: 16px;
  position: relative;
}

#event_basic .event-basic-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 4px;
  background: #c53428;
  border-radius: 2px;
}

#event_basic .event-basic-more {
  font-size: 0.95em;
  color: #666;
  transition: color 0.2s;
}

#event_basic .event-basic-more:hover {
  color: #c53428;
}

#event_basic .event-basic-more i {
  margin-left: 3px;
}

/* 하단 더보기 버튼 */
#event_basic .event-basic-bottom {
  text-align: center;
  margin-top: 36px;
}

#event_basic .event-basic-btn-more {
  display: inline-block;
  padding: 14px 56px;
  background: #222;
  color: #fff;
  font-size: 0.97em;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 4px;
  transition:
    background 0.22s,
    transform 0.18s;
}

#event_basic .event-basic-btn-more i {
  margin-left: 6px;
  font-size: 0.92em;
}

#event_basic .event-basic-btn-more:hover {
  background: #c53428;
  transform: translateY(-2px);
}

/* 카드 리스트 */
#event_basic .rec-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#event_basic .rec-card-item {
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}

#event_basic .rec-card-item:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

#event_basic .rec-card-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  text-decoration: none;
}

#event_basic .rec-card-thumb {
  flex-shrink: 0;
  width: 96px;
  height: 68px;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f0f0;
}

#event_basic .rec-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#event_basic .rec-card-item:hover .rec-card-thumb img {
  transform: scale(1.06);
}

#event_basic .rec-card-no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 1.5em;
}

#event_basic .rec-card-body {
  flex: 1;
  min-width: 0;
}

#event_basic .rec-card-title {
  font-size: 1em;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

#event_basic .rec-card-item:hover .rec-card-title {
  color: #c53428;
}

#event_basic .rec-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

#event_basic .rec-card-meta span {
  font-size: 0.85em;
  color: #777;
}

#event_basic .rec-card-meta i {
  margin-right: 3px;
  color: #c53428;
  font-size: 0.85em;
}

#event_basic .rec-card-right {
  flex-shrink: 0;
}

/* 접수상태 배지 */
#event_basic .status-open {
  display: inline-block;
  padding: 4px 12px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 600;
}

#event_basic .status-closed {
  display: inline-block;
  padding: 4px 12px;
  background: #f5f5f5;
  color: #999;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 600;
}

/* 반응형 */
@media screen and (max-width: 768px) {
  #event_basic {
    padding: 40px 0 60px;
  }

  #event_basic .event-basic-title {
    font-size: 1.5em;
  }

  #event_basic .rec-card-link {
    padding: 12px 14px;
    gap: 12px;
  }

  #event_basic .rec-card-thumb {
    width: 76px;
    height: 54px;
  }

  #event_basic .rec-card-meta span:last-child {
    display: none; /* 코스 숨김 */
  }
}

@media screen and (max-width: 480px) {
  #event_basic .rec-card-link {
    padding: 10px 12px;
    gap: 10px;
  }

  #event_basic .rec-card-thumb {
    width: 64px;
    height: 46px;
  }

  #event_basic .rec-card-title {
    font-size: 0.92em;
  }

  #event_basic .rec-card-right {
    display: none; /* 상태 배지 숨김, 카드 타이틀 위에 표시되므로 */
  }
}

/* ==================== TOP 10 추천 대회 섹션 (프리미엄) ==================== */
#event_ongoing {
  width: 100%;
  padding: 80px 0;
  background: #f8f9fa;

  /* 다른 디자인 대안:
     1. 화이트 배경: background: #ffffff;
     2. 밝은 그레이: background: #f5f5f5;
     3. 그라데이션 패턴: background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  */
}

#event_ongoing .event-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 섹션 타이틀 */
#event_ongoing .section-title {
  text-align: left;
  margin-bottom: 50px;
}

#event_ongoing .section-title h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  padding-left: 18px;
  position: relative;
}

#event_ongoing .section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 5px;
  background: #c53428;
  border-radius: 3px;
}

#event_ongoing .section-subtitle {
  font-size: 1.1em;
  color: #666;
  margin: 0;
}

/* 대회 리스트 */
#event_ongoing .event-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* 대회 아이템 */
#event_ongoing .event-item {
  width: calc(20% - 16px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: #fff;
}

#event_ongoing .event-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

/* 하단 대회명 바 */
#event_ongoing .event-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
}

#event_ongoing .event-title-text {
  flex: 1;
  font-size: 0.85em;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#event_ongoing .event-title-status {
  flex-shrink: 0;
  font-size: 0.75em;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
}

#event_ongoing .event-title-status.status-open {
  background: #e8f5e9;
  color: #2e7d32;
}
#event_ongoing .event-title-status.status-upcoming {
  background: #fff3e0;
  color: #e65100;
}
#event_ongoing .event-title-status.status-closed {
  background: #f5f5f5;
  color: #999;
}

/* 대회 이미지 */
#event_ongoing .event-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 각 대회별 배경색 */
#event_ongoing .event-bg-1 {
  background: linear-gradient(135deg, #c53428 0%, #e74c3c 100%);
}

#event_ongoing .event-bg-2 {
  background: linear-gradient(135deg, #2d5aa0 0%, #3498db 100%);
}

#event_ongoing .event-bg-3 {
  background: linear-gradient(135deg, #28a745 0%, #2ecc71 100%);
}

#event_ongoing .event-bg-4 {
  background: linear-gradient(135deg, #fd7e14 0%, #f39c12 100%);
}

#event_ongoing .event-bg-5 {
  background: linear-gradient(135deg, #6610f2 0%, #9b59b6 100%);
}

/* 프리미엄 배지 */
#event_ongoing .premium-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 15px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #333;
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 20px;
  z-index: 2;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);

  /* 다른 디자인 대안:
     1. 왕관 아이콘만: content: '\f521'; (FontAwesome 코드)
     2. 별 모양: border-radius를 조정하여 별 모양으로
     3. 상단 중앙 배치: left: 50%; transform: translateX(-50%);
  */
}

#event_ongoing .premium-badge i {
  margin-right: 5px;
  color: #333;
}

/* 배경 대회명 텍스트 */
#event_ongoing .event-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.1em;
  z-index: 1;
  text-align: center;
  pointer-events: none;

  /* 다른 디자인 대안:
     1. 더 큰 텍스트: font-size: 3em;
     2. 세로 배치: writing-mode: vertical-rl;
     3. 아웃라인 효과: -webkit-text-stroke: 2px rgba(255,255,255,0.3);
  */
}

/* 대회 등록하기 버튼 */
#event_ongoing .event-add-container {
  background: #fff;
  border: 3px dashed #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#event_ongoing .event-add-container:hover {
  border-color: #c53428;
  background: #f8f9fa;
}

#event_ongoing .event-add-content {
  text-align: center;
  color: #999;
  transition: all 0.3s ease;
}

#event_ongoing .event-add-container:hover .event-add-content {
  color: #c53428;
  transform: scale(1.1);
}

#event_ongoing .event-add-content i {
  font-size: 3em;
  margin-bottom: 10px;
  display: block;
}

#event_ongoing .event-add-content p {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}

/* 오버레이 */
#event_ongoing .event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#event_ongoing .event-item:hover .event-overlay {
  opacity: 1;
}

/* 대회 정보 */
#event_ongoing .event-info {
  color: #fff;
  text-align: center;
  padding: 20px;
}

#event_ongoing .event-info h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fff;
}

#event_ongoing .event-info p {
  font-size: 0.95em;
  margin: 10px 0;
  color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#event_ongoing .event-info p i {
  color: #c53428;
}

/* 접수하기 버튼 */
#event_ongoing .event-apply-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  background: #fff;
  color: #333;
  font-size: 1em;
  font-weight: 700;
  border-radius: 25px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

#event_ongoing .event-apply-btn:hover {
  background: #c53428;
  color: #fff;
  border-color: #c53428;
  transform: scale(1.05);
}

/* 반응형 - 태블릿 */
@media screen and (max-width: 1024px) {
  #event_ongoing .event-item {
    width: calc(33.333% - 14px);
  }
}

/* 반응형 - 모바일 */
@media screen and (max-width: 768px) {
  #event_ongoing {
    padding: 50px 0;
  }

  #event_ongoing .section-title h2 {
    font-size: 2em;
  }

  #event_ongoing .event-item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  #event_ongoing .event-item {
    width: calc(50% - 10px);
  }

  #event_ongoing .section-title h2 {
    font-size: 1.6em;
  }

  #event_ongoing .section-subtitle {
    font-size: 0.95em;
  }

  #event_ongoing .event-info h3 {
    font-size: 1.1em;
  }

  #event_ongoing .event-info p {
    font-size: 0.85em;
  }

  #event_ongoing .event-bg-text {
    font-size: 1.5em;
  }

  #event_ongoing .premium-badge {
    font-size: 0.65em;
    padding: 6px 10px;
    top: 10px;
    right: 10px;
  }

  #event_ongoing .event-add-content i {
    font-size: 2em;
  }

  #event_ongoing .event-add-content p {
    font-size: 1em;
  }
}

/* ============================================================
   추가 스타일 - 요금제 실데이터 대응
   ============================================================ */

/* event-image 실 썸네일 (img 태그) */
#event_ongoing .event-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* 이미지 없을 때 색상 배경 */
#event_ongoing .event-no-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TOP 5 빈 상태 */
#event_ongoing .event-empty {
  text-align: center;
  padding: 80px 20px;
  color: #aaa;
}
#event_ongoing .event-empty i {
  font-size: 3em;
  display: block;
  margin-bottom: 15px;
}
#event_ongoing .event-empty p {
  font-size: 1.1em;
}

/* 추천대회 서브타이틀 */
#event_basic .event-basic-header {
  flex-direction: column;
  align-items: flex-start;
}
#event_basic .event-basic-subtitle {
  font-size: 0.95em;
  color: #888;
  margin: 5px 0 0 0;
}

/* 추천대회 접수예정 배지 */
#event_basic .status-upcoming {
  display: inline-block;
  padding: 4px 12px;
  background: #fff3e0;
  color: #e65100;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 600;
}

/* 추천대회 빈 상태 */
#event_basic .event-basic-empty {
  text-align: center;
  padding: 40px;
  color: #aaa;
  font-size: 0.95em;
}

/* 공지사항 타이틀 래퍼 & 서브타이틀 */
#main_notice .notice-title-wrap {
  display: flex;
  flex-direction: column;
}
#main_notice .notice-subtitle {
  font-size: 0.9em;
  color: #888;
  margin: 5px 0 0 0;
}

/* ===== 사이트 현황 바 (관리자 전용) ===== */
#site_stats {
  background: none;
  padding: 14px 20px;
}
#site_stats .sbar-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
#site_stats .sbar-stats {
  display: flex;
  align-items: center;
  padding: 0 4px;
  flex-shrink: 0;
}
#site_stats .sbar-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
}
#site_stats .sbar-stat-item > .fas {
  font-size: 1.3rem;
  color: #4a78c8;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
#site_stats .sbar-stat-label {
  display: block;
  font-size: 0.68rem;
  color: #999;
  line-height: 1.3;
  white-space: nowrap;
}
#site_stats .sbar-stat-num {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
#site_stats .sbar-vline {
  width: 1px;
  background: #eee;
  align-self: stretch;
  margin: 12px 0;
}
#site_stats .sbar-sep {
  width: 1px;
  background: #e2e8f0;
  flex-shrink: 0;
}
#site_stats .sbar-qna {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  overflow: hidden;
  min-width: 0;
}
#site_stats .sbar-qna-badge {
  background: #eef2ff;
  color: #4a78c8;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
#site_stats .sbar-qna-track {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 22px;
}
#site_stats .sbar-qna-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
  color: #444;
  line-height: 22px;
}
#site_stats .sbar-qna-slide.active {
  opacity: 1;
}
#site_stats .sbar-qna-slide a {
  color: #333;
  text-decoration: none;
}
#site_stats .sbar-qna-slide a:hover {
  color: #4a78c8;
}
#site_stats .sbar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
#site_stats .sbar-contact > .fas {
  color: #29b5a0;
  font-size: 0.95rem;
}
#site_stats .sbar-contact span {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: 0.3px;
}
#site_stats .sbar-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
#site_stats .sbar-contact-link:hover span {
  color: #29b5a0;
}
#site_stats .sbar-contact-link:hover .fas {
  color: #1a9e8e;
}
/* 모바일 반응형 */
@media (max-width: 800px) {
  #site_stats {
    padding: 10px 14px;
  }
  #site_stats .sbar-wrap {
    flex-direction: column;
  }
  /* 통계 3개 한 줄 유지 */
  #site_stats .sbar-stats {
    flex-wrap: nowrap;
    padding: 4px 0;
    width: 100%;
    justify-content: space-between;
  }
  #site_stats .sbar-stat-item {
    padding: 12px 8px;
    gap: 6px;
    flex: 1;
  }
  #site_stats .sbar-stat-item > .fas {
    font-size: 1rem;
    width: 18px;
  }
  #site_stats .sbar-stat-label {
    font-size: 0.6rem;
  }
  #site_stats .sbar-stat-num {
    font-size: 1.05rem;
  }
  #site_stats .sbar-vline {
    margin: 10px 0;
  }
  #site_stats .sbar-sep {
    width: auto;
    height: 1px;
  }
  #site_stats .sbar-qna {
    padding: 12px 16px;
  }
  #site_stats .sbar-contact {
    padding: 12px 16px;
  }
}

/* ==================== main_visual 7:3 레이아웃 (좌: 배너 / 우: 탭 리스트) ==================== */
/* align-items: flex-start 로 좌우 아이템이 자동 stretch 되지 않도록 함.
   좌측은 전체 높이(580px), 우측은 margin-top 80px + height 500px 로
   이미지는 헤더 아래로 깔리고(원래 디자인) 우측 패널만 헤더 밑에서 시작. */
#main_visual .mv-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  height: 580px;
}
#main_visual .mv-left {
  width: 70%;
  height: 580px;
  position: relative;
  overflow: hidden;
}
#main_visual .mv-left .swiper-container,
#main_visual .mv-left .swiper-wrapper,
#main_visual .mv-left .swiper-slide {
  width: 100%;
  height: 100%;
}
#main_visual .mv-left .backgroundimg,
#main_visual .mv-left .backgroundimg .pc_only {
  width: 100%;
  height: 100%;
}
#main_visual .mv-left .backgroundimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 우측 패널 — 헤더(80px) 아래부터 시작, 연한 회색 배경 */
#main_visual .mv-right {
  width: 30%;
  height: 500px;
  margin-top: 80px;
  background: #f7f8fa;
  color: #333;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 4px 0 0 4px;
  text-align: left; /* #main_visual 의 text-align:center 오버라이드 */
}
#main_visual .mv-tab-nav {
  display: flex;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
#main_visual .mv-tab-btn {
  flex: 1;
  padding: 18px 10px;
  background: transparent;
  border: 0;
  color: #999;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: color 0.25s ease;
  letter-spacing: -0.02em;
}
#main_visual .mv-tab-btn::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -1px;
  height: 3px;
  background: #c53428;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
#main_visual .mv-tab-btn.active {
  color: #c53428;
}
#main_visual .mv-tab-btn.active::after {
  transform: scaleX(1);
}
#main_visual .mv-tab-btn:hover {
  color: #c53428;
}
#main_visual .mv-tab-body {
  position: relative;
  flex: 1;
  overflow: hidden;
}
#main_visual .mv-panel {
  position: absolute;
  inset: 0;
  padding: 10px 16px;
  list-style: none;
  margin: 0;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  overflow-y: auto;
}
#main_visual .mv-panel.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
#main_visual .mv-panel li {
  border-bottom: 1px solid #f0f0f0;
}
#main_visual .mv-panel li:last-child {
  border-bottom: 0;
}
#main_visual .mv-panel a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 6px;
  color: #333;
  transition: background 0.2s ease;
  border-radius: 4px;
}
#main_visual .mv-panel a:hover {
  background: #fafafa;
}
#main_visual .mv-thumb {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: #f0f0f0;
  overflow: hidden;
}
#main_visual .mv-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#main_visual .mv-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 1.2em;
}
#main_visual .mv-meta {
  flex: 1;
  min-width: 0;
}
#main_visual .mv-title {
  display: block;
  font-size: 0.93em;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
#main_visual .mv-panel a:hover .mv-title {
  color: #c53428;
}
#main_visual .mv-date {
  display: inline-block;
  font-size: 0.8em;
  color: #777;
  margin-right: 8px;
}
#main_visual .mv-date i,
#main_visual .mv-place i {
  color: #c53428;
  margin-right: 2px;
}
#main_visual .mv-place {
  display: inline-block;
  font-size: 0.78em;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  vertical-align: bottom;
}
#main_visual .mv-empty {
  padding: 40px 14px;
  text-align: center;
  color: #bbb;
  font-size: 0.88em;
}

/* 1024px 이하 — 세로 스택. height: auto 로 두면 .mv-panel(absolute) 이 붕괴하므로 고정 높이 부여 */
@media (max-width: 1024px) {
  #main_visual .mv-wrap {
    flex-direction: column;
    height: auto;
  }
  #main_visual .mv-left {
    width: 100%;
    height: 360px;
  }
  #main_visual .mv-right {
    width: 100%;
    height: 480px;
    margin-top: 0;
    border-radius: 0;
  }
}

/* ============================================================
   빠른 대회 등록 섹션 + 모달
   ============================================================ */

/* ===== 배너 ===== */
#quick_event {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.qe-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 40px;
  background: linear-gradient(135deg, #2c8d49 0%, #1f6e36 100%);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(44, 141, 73, 0.18);
}
.qe-wrap::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
.qe-wrap::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: -130px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
.qe-info {
  flex: 1;
  position: relative;
  z-index: 1;
}
.qe-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-size: 0.82em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.qe-badge i {
  color: #ffd84d;
  font-size: 0.9em;
}
.qe-title {
  margin: 0 0 8px 0;
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.qe-desc {
  margin: 0;
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.85);
}
.qe-action {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.qe-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.05em;
  font-weight: 700;
  color: #2c8d49;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  font-family: inherit;
}
.qe-open-btn i {
  color: #2c8d49;
  font-size: 0.95em;
}
.qe-open-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
  #quick_event {
    margin: 20px auto;
    padding: 0 10px;
  }
  .qe-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 20px;
  }
  .qe-badge {
    font-size: 0.74em;
    padding: 5px 11px;
    margin-bottom: 11px;
  }
  .qe-title {
    font-size: 1.05em;
    line-height: 1.4;
  }
  .qe-desc {
    font-size: 0.82em;
  }
  .qe-open-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    font-size: 0.95em;
  }
}
@media (max-width: 380px) {
  .qe-title {
    font-size: 0.98em;
  }
  .qe-desc {
    font-size: 0.78em;
  }
}

/* Datepicker — 모달(z-index:9999) 위에 노출 */
.ui-datepicker {
  z-index: 10001 !important;
}

/* ===== 모달 ===== */
.qem-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 15px;
  box-sizing: border-box;
}
.qem-overlay.is-open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.qem-box {
  width: 100%;
  max-width: 580px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  margin: auto;
  animation: qemFadeIn 0.25s ease;
}
@keyframes qemFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.qem-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 26px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.qem-head-text h3 {
  margin: 0 0 4px 0;
  font-size: 1.25em;
  font-weight: 700;
  color: #222;
}
.qem-head-text p {
  margin: 0;
  font-size: 0.85em;
  color: #888;
}
.qem-close {
  background: none;
  border: none;
  font-size: 1.6em;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  margin: -4px -8px;
}
.qem-close:hover {
  color: #222;
}

.qem-body {
  padding: 22px 26px;
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}
.qem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.qem-field {
  margin-bottom: 14px;
}
.qem-grid .qem-field {
  margin-bottom: 14px;
}
.qem-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.88em;
  font-weight: 600;
  color: #333;
}
.qem-req {
  color: #e74c3c;
  margin-left: 2px;
}
.qem-field input[type="text"],
.qem-field input[type="tel"],
.qem-field input[type="url"],
.qem-field select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.92em;
  box-sizing: border-box;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
  font-family: inherit;
  background: #fff;
  color: #333;
}
.qem-field input::placeholder {
  color: #bbb;
}
.qem-field input:focus,
.qem-field select:focus {
  outline: none;
  border-color: #2c8d49;
  box-shadow: 0 0 0 3px rgba(44, 141, 73, 0.12);
}
.qem-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E")
    no-repeat right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.qem-datetime {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
}

.qem-courses {
  margin-bottom: 8px;
}
.qem-course-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 38px;
  gap: 8px;
  margin-bottom: 6px;
}
.qem-course-del {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  color: #888;
  font-size: 1.1em;
  transition: all 0.15s;
  font-family: inherit;
}
.qem-course-del:hover {
  background: #fde8e8;
  border-color: #e74c3c;
  color: #e74c3c;
}
.qem-course-add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  background: #fff;
  border: 1px dashed #2c8d49;
  border-radius: 7px;
  font-size: 0.85em;
  color: #2c8d49;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
  transition: background 0.15s;
}
.qem-course-add:hover {
  background: #f0f9f3;
}

.qem-notice {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  background: #fff8ee;
  border-left: 3px solid #f5a623;
  border-radius: 6px;
  margin-top: 6px;
}
.qem-notice > i {
  font-size: 1.1em;
  color: #f5a623;
  margin-top: 3px;
  flex-shrink: 0;
}
.qem-notice-tit {
  margin: 0 0 6px 0;
  font-size: 0.88em;
  font-weight: 700;
  color: #8a5a00;
}
.qem-notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qem-notice ul li {
  font-size: 0.82em;
  color: #6b5a3e;
  line-height: 1.55;
  padding-left: 9px;
  position: relative;
  margin-bottom: 3px;
}
.qem-notice ul li:last-child {
  margin-bottom: 0;
}
.qem-notice ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #b8a060;
  font-weight: 700;
}
.qem-notice ul li a {
  color: #c53428;
  font-weight: 700;
  text-decoration: underline;
}

.qem-foot {
  display: flex;
  gap: 8px;
  padding: 16px 26px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.qem-btn {
  flex: 1;
  padding: 13px 18px;
  border-radius: 8px;
  font-size: 0.95em;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.15s;
  font-family: inherit;
}
.qem-btn-cancel {
  background: #fff;
  border: 1px solid #ddd;
  color: #555;
}
.qem-btn-cancel:hover {
  background: #f5f5f5;
}
.qem-btn-submit {
  background: #2c8d49;
  color: #fff;
  flex: 2;
}
.qem-btn-submit:hover {
  background: #226e38;
}

@media (max-width: 480px) {
  .qem-overlay {
    padding: 0;
  }
  .qem-box {
    border-radius: 0;
    min-height: 100vh;
    max-width: 100%;
  }
  .qem-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .qem-datetime {
    grid-template-columns: 1fr 1fr;
  }
  .qem-body {
    max-height: none;
  }
}

/* ===== 빠른 대회 등록 - 이미지 업로드 ===== */
.qem-img-row {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.qem-img-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.qem-img-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 22px 12px;
  background: #f8f9fa;
  border: 2px dashed #c8cfd8;
  border-radius: 8px;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  text-align: center;
  line-height: 1.4;
}
.qem-img-btn i {
  font-size: 22px;
  color: #6fa35e;
}
.qem-img-btn:hover {
  border-color: #6fa35e;
  background: #f0f7ee;
}
.qem-img-btn.has-file {
  border-color: #4a8a38;
  background: #e8f5e4;
}
.qem-img-name {
  font-size: 12px;
  color: #777;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qem-img-hint {
  font-size: 11px;
  color: #999;
  text-align: center;
  line-height: 1.6;
}
.qem-note-gray {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}
@media (max-width: 480px) {
  .qem-img-row {
    flex-direction: column;
  }
}
