@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "aggro";
  font-weight: 300;
  src: url(/html/fonts/SB-Aggro-L.woff2) format("woff2");
  src: url(/html/fonts/SB-Aggro-L.woff) format("woff");
  src: url(/html/fonts/SB-Aggro-L.ttf) format("truetype");
}
@font-face {
  font-family: "aggro";
  font-weight: 500;
  src: url(/html/fonts/SB-Aggro-M.woff2) format("woff2");
  src: url(/html/fonts/SB-Aggro-M.woff) format("woff");
  src: url(/html/fonts/SB-Aggro-M.ttf) format("truetype");
}
@font-face {
  font-family: "aggro";
  font-weight: 700;
  src: url(/html/fonts/SB-Aggro-B.woff2) format("woff2");
  src: url(/html/fonts/SB-Aggro-B.woff) format("woff");
  src: url(/html/fonts/SB-Aggro-B.ttf) format("truetype");
}

 
body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background: #fff;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.03em;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.aggro{
  font-family: 'aggro', sans-serif !important;
}
.inner{
  max-width: 1482px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{
  width: 90%;
}
.gnb_nav .ham_open .bar{background-color: #0CC291;}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: #0CC291;}
.all_gnb_nav p.depth1_a::after{background-color: #0CC291;}
.all_gnb_nav .depth2 a:hover {color: #0CC291;}
/* 헤더컬러 */

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;background-color: #fff;
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 9999; transition: 0.3s;}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);
  background: rgba(0,0,0,0.5);}
.header .inner {max-width: unset;height: 100%;width: 100%;display: flex; justify-content: space-between; align-items: center;padding: 0 50px 0 70px;}
.header .logo img {display: block; max-width: 330px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}

.header .left{display: flex;align-items: center;gap: 100px;}
.header .right{display: flex;align-items: center;gap: 40px;}
.header .right .login_btn{font-size: 16px;font-weight: 400;color: #191919;line-height: 1;}
.header .right .login_btn:hover{text-decoration: underline;}

.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 80px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 20px; position: relative; white-space: nowrap; top : 2px;color: #191919;font-weight: 700;}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0CC291;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 23px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}
.all_menu_wrap .all_menu_top .login_btn{display: none;}

@media screen and (max-width: 1600px){
  .header .left{gap: 60px;}
  .header .right{gap: 30px;}

  .gnb_nav .gnb {gap: 40px;}
}
@media screen and (max-width: 1400px){
  .header .inner{padding: 0 20px;}
  .header .logo img{width: 280px;}
  .header .left{gap: 40px;}
  .header .right{gap: 20px;}

  .gnb_nav .gnb {gap: 30px;}
}
@media screen and (max-width: 1200px){
  .gnb_nav .gnb .depth1_a{font-size: 16px;}
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
  .header .right{
    gap: 8px;
  }
  .header .right .login_btn{}
  .header .right .login_btn.mypage_btn
  {
    display: block;
  }
  
  .all_menu_wrap .all_menu_top .login_btn{display: inline-block;font-size: 15px;font-weight: 400;color: #191919;margin-left: 20px;
  padding: 4px 10px;
  background: rgb(36, 107, 235);
  color: #fff;
  text-align: center;
  }
  .all_menu_wrap .all_menu_top .logo{
    display: none;
  }
  .all_menu_wrap .all_menu_top .login_btn{
    margin-left: 0;
  }
  .all_menu_wrap .all_menu_top .login_btn.adm_btn,
  .all_menu_wrap .all_menu_top .login_btn.mypage_btn
  {
    margin-right: 8px;
  }
	.header {height: 80px;}
	.header .logo img {width: 200px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
  width: 25px;
  height: 25px;
  }
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
	.header {height: 60px;}
	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;
    background: transparent;
    border-right: none;
  }
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
}
@media screen and (max-width: 360px){
  .header .logo img{width: 160px;}
}


/* Footer */
.foot_wrap{padding: 50px 0 40px;background-color: #F0F0F0;}
.foot_wrap .info_wrap{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.foot_wrap .info_wrap p{font-size: 18px;font-weight: 400;color: #333;}
.foot_wrap .info_wrap h3{font-size: 18px;font-weight: 700;color: #1D1D1D;}
.foot_wrap .info_wrap .left .tel_list{margin-top: 10px;}
.foot_wrap .info_wrap .left .tel_list > li{display: flex;gap: 20px;flex-wrap: wrap;}
.foot_wrap .info_wrap .left .tel_list > li h3{width: 120px;}

.foot_wrap .info_wrap .right{padding-right: 180px;}
.foot_wrap .info_wrap .right .email{display: flex;gap: 20px;}
.foot_wrap .info_wrap .right .link_list{margin-top: 26px;}
.foot_wrap .info_wrap .right .link_list > li{font-size: 17px;font-weight: 700;color: #1D1D1D;}
.foot_wrap .info_wrap .right .link_list > li:nth-child(n + 2){margin-top: 20px;}
.foot_wrap .info_wrap .right .link_list > li a:hover{text-decoration: underline;}
.foot_wrap .info_wrap .right .sns_list{display: flex;gap: 8px;margin-top: 20px;}

.foot_wrap .copyright{margin-top: 50px;padding-top: 16px;border-top: #D8D8D8 solid 1px;}
.foot_wrap .copyright p{font-size: 15px;font-weight: 400;color: #555;}

@media screen and (max-width:1024px) {
  .foot_wrap{padding: 50px 0 40px;}
  .foot_wrap .foot_logo{width: 280px;max-width: 100%;}
  .foot_wrap .info_wrap{gap: 30px;}
  .foot_wrap .info_wrap p{font-size: 16px;}
  .foot_wrap .info_wrap h3{font-size: 16px;}
  .foot_wrap .info_wrap .left,
  .foot_wrap .info_wrap .right{width: 100%;}
  .foot_wrap .info_wrap .left .tel_list{margin-top: 20px;}
  .foot_wrap .info_wrap .left .tel_list > li{gap: 0;}
  .foot_wrap .info_wrap .left .tel_list > li:nth-child(n + 2){margin-top: 12px;}
  .foot_wrap .info_wrap .left .tel_list > li h3{width: 100%;}
  .foot_wrap .info_wrap .left .tel_list > li p{width: 100%;}
  
  .foot_wrap .info_wrap .right{padding-right: 0;}
  .foot_wrap .info_wrap .right .email{gap: 5px;}
  .foot_wrap .info_wrap .right .link_list{margin-top: 30px;}
  .foot_wrap .info_wrap .right .link_list > li{font-size: 16px;}
  .foot_wrap .info_wrap .right .link_list > li:nth-child(n + 2){margin-top: 10px;}
  .foot_wrap .info_wrap .right .sns_list{margin-top: 10px;}
  
  .foot_wrap .copyright{margin-top: 30px;}
  .foot_wrap .copyright p{font-size: 14px;}  
}

.ft_sponsor{padding: 60px 0;}
.ft_sponsor .sponsor{width: 100%;}
.ft_sponsor .sponsor .swiper-slide{width: 12.5%;text-align: center;}
.ft_sponsor .sponsor .swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

@media screen and (max-width:768px) {
  .ft_sponsor{padding: 40px 0;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  /* margin-top: 100px; */
}
.sub_visual {
  position: relative;
  height: 600px;
  background: url(/html/img/sub_bg.png) no-repeat center/cover;
}
.sub_visual::before{content: '';display: none;position: absolute;left: 0;bottom: 0;width: 100%;aspect-ratio: 3840 / 507;background: url(/html/img/sub_frame.png) no-repeat center/cover;}
.sub_visual .subtop-txtbox{height: 100%;}
.sub_visual .inner{height: 100%;}
/* .sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
} */
.sub_visual .sub_tit {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 65px;
  font-weight: 500;
  color: #000;
  transform: translateY(-50%);
}
.sub_visual .sub_tit span{
  font-size: 24px;
  font-weight: 500;
  color: #191919;
}
.sub_visual .charactor{position: absolute;left: 50%;bottom: 0;width: 50%;max-width: 680px;}

@media screen and (max-width:3700px) {
  .sub_visual::before{display: block;}
}
@media screen and (max-width:1024px) {
  .sub_visual {
    height: 360px;
  }
  .sub_visual .sub_tit {
    font-size: 36px;
  }
  .sub_visual .sub_tit span{
    font-size: 20px;
  }
  .sub_visual .charactor{width: 40%;}
}
@media screen and (max-width:768px) {
  .sub_visual {
    height: 240px;
  }
  .sub_visual .sub_tit {
    width: 60%;
    font-size: 32px;
  }
  .sub_visual .sub_tit span{
    font-size: 18px;
  }
  .sub_visual .charactor{left: unset;right: 10px; width: 40%;}
}


.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  .sub_nav_ul {
    font-size: 16px;
  }
  .sub_nav_ul .home{
    display: none;
  }
  .sub_nav_ul .home.nostr{
    display: flex;
  }
  .sub_nav_ul .home a{
    width: 50px;
  }
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li
  {
    width: 50%;
  }
  .sub_nav_ul .depth_p {
    padding: 15px 10px;
  }
  .sub_visual .subtop-txtbox p{
    letter-spacing: 0.5px;
    padding-bottom: 6px;
  }
  .sub_nav_ul .depth_p::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}

/* subtop */



.tab-line {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 120px;
}

.tab-line button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: rgb(51, 51, 51);
  text-align: center;

  padding: 10px;
  outline: none;
  border: none;
  width: 25%;
  transition: all 0.3s ease-in-out;
}
.tab-line button.active,
.tab-line button:hover
{
  border: solid 1px rgb(36, 107, 235);
  background-color: rgb(238, 248, 253);
  color: rgb(36, 107, 235);
  border-radius: 8px;
}
.tabcontent {
  display: none;
  padding-top: 56px;
}
.tabcontent.first{
  display: block;
}

@media(max-width:1024px){
  .tab-line {
    margin-top: 60px;
    border-radius: 6px;
  }
  
  .tab-line button {
    font-size: 16px;
    padding: 6px 10px;
    width: 50%;
  }
  .tab-line button.active,
  .tab-line button:hover
  {
    border-radius: 6px;
  }
  .tabcontent {
    padding-top: 30px;
  }
}

/* 시설예약 */

.calendar-wrap {
  position: relative;
}
.top-wrap {
  position: relative;
}
.calendar-wrap .cal-tit {
  font-size: 28px;
  font-weight: 500;
}
.calendar-wrap .btn-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-wrap .btn-month .cal-btn-wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 20px;
  color: #555;
  font-weight: 600;
}
.calendar-wrap .btn-month .cal-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  transition: 0.1s;
  border: 1px solid #ebebeb;
}

.calendar-wrap .btn-month .cal-btn.on,
.calendar-wrap .btn-month .cal-btn:hover {
  background: #fafafa;
  color: #fff;
}
.calendar-wrap .btn-today {
  padding: 0 13px;
  font-size: 18px;
  line-height: 43px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}
.calendar-wrap .today {
  background: #fafafa;
}

.cal-tb {
  width: 100%;
  margin-top: 25px;
  font-size: 18px;
  border-collapse: collapse;
  background: #fff;
}
.cal-tb th,
.cal-tb td {
  width: calc(100% / 7);
  border: 1px solid #d9d9d9;
  padding: 8px;
}
.cal-tb th:first-child,
.cal-tb td:first-child {
  border-left: 0;
}
.cal-tb th:last-child,
.cal-tb td:last-child {
  border-right: 0;
}
.cal-tb th {
  font-weight: 500;
  text-align: left;
  line-height: 50px;
  background: #fafafa;
}
.cal-tb .sun ,
.cal-tb .sun p.date{
  color: #ff3b3b;
}
.cal-tb .sat,
.cal-tb .sat p.date
{
  color: #00a2ed;
}

.cal-tb td {
  height: 190px;
  vertical-align: top;
}

.calendar-wrap .disabled {
  background: #e8e8e8 !important;
  color: #999 !important;
  cursor: no-drop;
}
.calendar-wrap .disabled p.date{
   color: #999 !important;
}
.calendar-wrap .disabled a{
    cursor: no-drop;
}

.cal-tb .not_this_month {
  opacity: 0.5;
}
.cal-tb .date {
  margin-bottom: 20px;
  padding-right: 3px;
  line-height: 1;
}
.cal-tb .box {
  padding: 3px 5px;
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  background-color: #00a1ed;
  border-radius: 3px;
  z-index: 9;
}
.cal-tb .box ~ .box {
  margin-top: 2px;
}
.cal-tb .box.red {
  background: #ff2b3e;
}

.res-cal-wrap {
  width: 100%;
  margin: 0 auto;
}
.res-cal-wrap .cal-tit {
  font-weight: 700;
  font-size: 24px;
  color: #191919;
}
.res-cal-wrap .btn-month .cal-btn {
  width: 50px;
  height: 50px;
}
.res-cal-wrap .cal-tb {
  margin-top: 20px;
}
.res-cal-wrap .cal-tb .date {
  margin: 0;
  font-size: 14px;
}
.res-cal-wrap .cal-tb th {
  font-size: 16px;
  line-height: 30px;
}
.res-cal-wrap .cal-tb td {
  height: auto;
  height: 162px;
  text-align: left;
  position: relative;
}
.rsv-status-calendar-wrap{
  margin-top: 80px;
}
.rsv-status-calendar-wrap.res-cal-wrap .cal-tb td{
  height: 162px;
}
.res-cal-wrap .cal-tb td a {
  display: block;
  width: 100%;
  height: 100%;
}
.rsv-status-calendar-wrap .cal-tb{
  table-layout:fixed;
}
.rsv-status-calendar-wrap .res-cal-wrap .cal-tb td a{
  cursor: default;
}
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td:not(.disable):hover,
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td.select-days
{
  background: #00a2ed;
  color: #fff;
}
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td:not(.disable):hover p.date,
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td.select-days p.date{
  color: #fff;
}
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td:not(.disable):hover p {
  color: #fff;
}
.calendar-wrap.rsv-status-calendar-wrap .btn-month{
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  padding: 26px 0;
  border-radius: 16px;
  border: solid 1px rgb(209, 209, 209);
}

.rsv-status-calendar-wrap{
  overflow-x: auto;
}
.rsv-status-calendar-wrap .cal-tb{
  /* min-width: 1000px; */
}
.res-cal-wrap .today {
  background: rgba(0, 162, 237, 0.1) !important;
}
.res-cal-wrap .today  p.date{
  color: rgb(25,25,25) !important;
}
.res-cal-wrap .datepick {
  background: #00a2ed;
  color: #fff;
}
.res-cal-wrap .datepick p {
  color: #fff;
}
.res-cal-wrap .disable {
  background: #e8e8e8;
  color: #999;
}
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td:not(.disable):hover,
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td.select-days
{
  background: #00a2ed;
  color: #fff;
}
.res-cal-wrap:not(.rsv-status-calendar-wrap) .cal-tb td:not(.disable):hover p {
  color: #fff;
}
.tb-details-listbox{
  margin-top: 10px;
}
.tb-details-listbox p,
.rsv-details-more-box .view-list p
{
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 7px 3px;
  text-align: left;
  border-radius: 4px;
  background-color: rgb(0, 162, 237);
}
.tb-details-listbox p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-details-listbox .details-moreBtn{
  padding: 7px 0;
  text-align: center;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: rgb(85, 85, 85);
  background-color: rgb(246, 246, 246);
  border-radius: 4px;

}
.tb-details-listbox .details-moreBtn:hover{
  text-decoration: underline;
}
.rsv-details-more-box{
  position: absolute;
  left: 50%;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%,-50%);
  width: calc(100% + 45px);
  border-radius: 16px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  padding: 15px 22px;
  max-height: calc(100% + 100px);
  overflow-y: auto;
  z-index: 2;
  display: none;
}
.rsv-details-more-box .rsv-details-closebtn{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  cursor: pointer;
}
.rsv-details-more-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.rsv-details-more-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
.rsv-details-more-box .view-date{
  text-align: center;
}
.rsv-details-more-box .view-date p{
  font-size: 14px;
  font-weight: 500;
  color: rgb(25, 25, 25);
  margin-bottom: 4px;
}
.rsv-details-more-box .view-date h3{
  font-size: 21px;
  font-weight: 500;
  color: rgb(25, 25, 25);
  margin-bottom: 16px;
}

.cal-top-txt{
  text-align: center;
  padding: 20px 0;
  border-radius: 8px;
  background-color: rgb(246, 246, 246);
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cal-top-txt > span.txt-span{
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(25, 25, 25);
}
.cal-top-txt span.txt-span img{
  display: block;
  width: 24px;
  position: absolute;
  top: 3px;
  left: 0;
}
.mobile{
  display: none !important;
}

.golink-box{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.golink-btn1{
  max-width: 200px;
  width: 100%; 
  background: #246BEB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  display: block;
  border-radius: 6px;
}
.golink-btn1:hover{
  text-decoration: underline;
}

@media(max-width:1024px){
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
   .calendar-wrap .btn-month .cal-btn-wrap {
    font-size: 0;
  }
  .calendar-wrap .cal-tit {
    font-size: 18px;
  }
  .calendar-wrap .btn-month .cal-btn-wrap {
    gap: 0 6px;
    font-size: 15px;
  }
  .calendar-wrap .btn-month .cal-btn {
    width: 32px;
    height: 32px;
  }
  .calendar-wrap .btn-today {
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .cal-tb {
    margin-top: 20px;
    font-size: 15px;
  }
  .cal-tb th,
  .cal-tb td { 
    padding: 6px 3px;
  }
  .cal-tb th {
    line-height: 40px; 
  }
  .cal-tb td {
    height: 150px;
  }
  .cal-tb .date {
    margin-bottom: 16px;
  }
  .cal-tb .box {
    font-size: 15px;
  }

  .tb-details-listbox{
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
  }
  .tb-details-listbox p,
  .rsv-details-more-box .view-list p
  {
    margin-bottom: 4px;
    font-size: 13px;
    padding: 5px 3px;
  }

  .tb-details-listbox p{
    border-radius: 100%;
    background: rgb(0, 162, 237);
    font-size: 0;
    text-indent: -9999em;

    width: 2.4vw;
    height: 2.4vw;
    padding: 0;
  }
  .rsv-status-calendar-wrap.res-cal-wrap .cal-tb td{
    height: 50px;
  }

  .tb-details-listbox .details-moreBtn{
    padding: 5px 0;
    font-size: 12px;
  }
  .rsv-details-more-box{
    position: fixed;
    width: calc(100% - 15px);
    top: calc(50% - 16px);
    /* width: calc(100% + 20px); */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    max-height: calc(100% + 80px);
  }
  .rsv-details-more-box::-webkit-scrollbar {
    width: 3px;
  }
  .rsv-details-more-box .view-date p{
    margin-bottom: 3px;
  }
  .rsv-details-more-box .view-date h3{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .calendar-wrap .btn-month .cal-btn-wrap p{
    display: none;
  }
  .rsv-status-calendar-wrap{
    margin-top: 30px;
  }

  .calendar-wrap.rsv-status-calendar-wrap .btn-month{
    gap: 20px;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 12px;
    border: none;
  }

  .cal-top-txt{
    padding: 10px;
    margin-bottom: 30px;
  }
  .cal-top-txt > span.txt-span{
    padding-left: 20px;
    font-size: 16px;
  }
  .cal-top-txt span.txt-span img{
    top: 0px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .golink-box{
    margin-top: 10px;
  }
  .golink-btn1{
    max-width: 160px;
    font-size: 18px;
    padding: 8px 0;
  }
}

@media(max-width:350px){
  .tb-details-listbox .details-moreBtn{
    font-size: 10px;
  }
}

/* 시설예약 */

.sub02-2 .sct01,
.sub02-2 .sct02
{
  padding-bottom: 150px;
}

.sub02-2 .sct02 .tit_box{
  margin-bottom: 80px;
}
.route-tit{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  text-align: center;
  margin-bottom: 44px;
}
.route-line{
  display: flex;
  justify-content: center;
  gap: 100px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.route-line > li{
  flex: 1;
  position: relative;
}
.route-line > li .iconbox::after{
  content: "";
  display: block;
  width: 18px;
  height: 36px;
  background: url(/html/img/right-arrowicon.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  right: -59px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.route-line > li:last-child .iconbox::after{
  display: none;
}
.route-line > li .iconbox{
  margin-bottom: 28px;
  position: relative;
}
.route-line > li p{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .sub02-2 .sct01,
  .sub02-2 .sct02
  {
    padding-bottom: 60px;
  }

  .sub02-2 .sct02 .tit_box{
    margin-bottom: 30px;
  }
  .route-tit{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .route-line{
    gap: 50px;
  }
  .route-line > li .iconbox::after{
    right: -34px;
  }
  .route-line > li .iconbox{
    margin-bottom: 14px;
  }
  .route-line > li p{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .route-line{
    gap: 24px;
    flex-wrap: wrap;
  }
  .route-line > li{
    width: calc(33.33% - (48px / 3));
    flex: none;
  }
  .route-line > li:nth-child(3n) .iconbox::after{
    display: none;
  }
  .route-line > li .iconbox::after{
    right: -16.5px;
    width: 9px;
    height: 18px;
  }
  .route-line > li .iconbox{
    margin-bottom: 10px;
  }
  .route-line > li p{
    font-size: 14px;
  }
}

/* sub02-2 */

.sub02-3 .sct01 .tit_box{
  margin-bottom: 20px;
}
.sub02-3 .sct01 .cal-top-txt{
  margin-bottom: 17px;
}
.faclist-swiper{
  overflow: hidden;
}
.faclist-swiper .swiper-slide{
  position: relative;
}
.faclist-swiper .swiper-slide input{
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.faclist-swiper .swiper-slide label{
  cursor: pointer;
}
.faclist-swiper .swiper-slide label .fac-labelbox{
  padding: 17px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}
.faclist-swiper .swiper-slide label .fac-imgbox{
  margin-bottom: 20px;
}
.faclist-swiper .swiper-slide label .fac-txtbox h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.faclist-swiper .swiper-slide label .fac-txtbox .sub-txtbox{
  margin-bottom: 16px; 
}
.faclist-swiper .swiper-slide label .fac-txtbox .sub-txtbox p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.faclist-swiper .swiper-slide label .fac-txtbox .sub-txtbox p:last-child{
  margin-bottom: 0;
}
.faclist-swiper .swiper-slide label .fac-txtbox .sel-btn{
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: rgb(71, 71, 71);
  padding: 12px 5px;
  border: solid 1px rgb(224, 224, 224);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.faclist-swiper .swiper-slide label:hover .fac-txtbox .sel-btn,
.faclist-swiper .swiper-slide input:checked + label .fac-txtbox .sel-btn
{
  background: rgb(52,123,255);
  color: #fff;
  border: 1px solid rgb(52,123,255);
}
.faclist-swiper .swiper-slide input:checked + label .fac-labelbox{
  border: solid 2px rgb(52, 123, 255);
}
.fac-paging-area{
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.fac-paging-area > div{
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fac-paging-area > div.swiper-button-disabled{
  opacity: 0.5;
  cursor: no-drop;
}
.fac-paging-area > div img{
  display: block;
  width: 80px;
}
.fac-paging-area > div p{
  font-size: 18px;
  font-weight: 400;
}


@media(max-width:1024px){
  .sub02-3 .sct01 .cal-top-txt{
    margin-bottom: 15px;
  }
  .faclist-swiper .swiper-slide label .fac-labelbox{
    padding: 15px;
    border-radius: 12px;
  }
  .faclist-swiper .swiper-slide label .fac-txtbox h3{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .faclist-swiper .swiper-slide label .fac-txtbox .sub-txtbox{
    margin-bottom: 12px; 
  }
  .faclist-swiper .swiper-slide label .fac-txtbox .sub-txtbox p{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .faclist-swiper .swiper-slide label .fac-txtbox .sel-btn{
    padding: 10px 5px;
    border-radius: 6px;
  }
  .faclist-swiper .swiper-slide input:checked + label .fac-labelbox{
    border: solid 1px rgb(52, 123, 255);
  }
  .fac-paging-area{
    gap: 6px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .fac-paging-area > div img{
    width: 40px;
  }
  .fac-paging-area > div p{
    font-size: 15px;
    display: none;
  }
}

/* sub02-3 */

.reservation01-wrap .res-sec02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservation01-wrap .res-sec02 .left {
  width: 48%;
}
.reservation01-wrap .res-sec02 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price-result-line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.box-txt {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 31px;
  border-bottom: 1px solid #d9d9d9;
}
.line-box {
  padding: 40px;
  border: 1px solid #d9d9d9;
  border-top: 3px solid #191919;
}
.line-box.b-date-result-wrap{
}
.line-box02 {
  position: relative;
  padding: 20px 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0;
  border-top: 3px solid #191919;
}
.time-section{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.time-button {
  width: calc(25% - (18px / 4));
  padding: 0.85rem;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
}
.time-button.selected {
  background-color: #00a2ed;
  color: #fff;
}
.time-button.disabled {
  background-color: #d9d9d9;
  color: #888;
  cursor: not-allowed;
}
.selected-time {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ss-title{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(25, 25, 25);
  margin-bottom: 24px;
}
.ss-title .ss-subtxt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.368px;
}
.ss-title .ss-subtxt::before{
  content: "*";
  color: #FF3434;
}

.reservation01-wrap .res-sec02 .left .calendar-wrap{
  margin-top: 0;
}
.reservation01-wrap .res-sec02 .left .calendar-wrap .btn-month{
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.reservation01-wrap .res-sec02 .left .calendar-wrap .btn-month{
  justify-content: space-between;
  padding: 0 50px;
}
.reservation01-wrap .res-sec02 .left .calendar-wrap .cal-tb td{
  height: 80px;
}

.caption {
  width: 100%;
}
.caption p,
.caption span {
  font-size: 14px;
}
.caption i {
  display: inline-block;
  background: #222;
  width: 16px;
  height: 16px;
  border: 1px solid #d2d2d2;
  vertical-align: -15%;
  margin-right: 5px;
}
.caption i.gray {
  background: #e8e8e8;
}
.caption i.skyblue {
  background: #00a2ed;
}
.caption.color {
  margin-top: 20px;
}
.caption.color span {
  display: inline-block;
  margin-right: 10px;
}
.line-box .bottom-btnbox{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.line-box .bottom-btnbox button{
  border: none;
  outline: none;
  border-radius: 8px;
  background: #246BEB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  width: 100%;
}
.line-box .bottom-btnbox button:hover{
  text-decoration: underline;
}
.reservation01-wrap .sct05{
  padding: 60px 0;
}
.rsv-frmbox{
  border-top: 2px solid rgb(25, 25, 25);
}
.rsv-frmbox .con-line{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 6px;
  border-bottom: 1px solid #D9D9D9;
}
.rsv-frmbox .con-line > .tit{
  width: 170px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.46px;
}
.rsv-frmbox .con-line > .iptbox{
  width: calc(100% - 190px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.rsv-frmbox .con-line > .iptbox .bottom-txtbox{
  margin-top: 8px;
}
.rsv-frmbox .con-line > .iptbox .filebox{
  margin-bottom: 6px;
}
.rsv-frmbox .con-line > .iptbox .filebox:last-child{
  margin-bottom: 0;
}
.rsv-frmbox .con-line > .tit .req{
  color: #FF3434;
}
.rsv-frmbox .con-line .p-num-iptbox input{
  max-width: 120px;
  width: 100%;
  margin-right: 4px;
  text-align: center;
}

.rsv-frmbox .con-line > .iptbox .post-ipt-line{
  display: flex;
  gap: 10px;
}
.rsv-frmbox .con-line > .iptbox .post-ipt-line .n-ipt2:first-child{
  max-width: 150px;
}
.rsv-frmbox .con-line > .iptbox .post-ipt-line .join-btn2{
  width: 150px;
}
.rsv-frmbox .con-line > .iptbox .post-ipt-line .n-ipt2:last-child{
  max-width: 330px;
}
.rsv-frmbox .con-line > .iptbox .bottom-post-line{
  margin-top: 10px;
}
.rsv-frmbox .con-line > .iptbox .bottom-post-line .n-ipt2{
  width: 100%;
  max-width: 650px;
}

.rsv-radio-line{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.rsv-radio-line > li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rsv-radio-line > li input{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.rsv-radio-line > li label{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  color: rgb(66, 66, 66);
  cursor: pointer;
  position: relative;
  top: 1px;
}

.mb-search-wrap .topbox{
  margin-bottom: 24px;
}
.mb-search-wrap .topbox .searchline{
  display: flex;
  gap: 8px;
  max-width: 620px;
  width: 100%;
}
.mb-search-wrap .topbox .searchline input{
  width: calc(100% - 128px);
}
.mb-search-wrap .topbox .searchline button{
  width: 120px;
}
.n-ipt2{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px;
  border-radius: 4px;
  background: #F5F6FA;
  border: none !important;
  outline: none !important;
}
.searchbtn{
  width: 100%;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 16px 5px;
  background: rgba(52, 123, 255, 1);
  border-radius: 8px;
}
.n-ipt{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #E6E6E6 !important;
  padding: 12px 15px;
  background: #fff;
  outline: none !important;
}

select.n-ipt{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(/html/img/selDown.svg) no-repeat right 15px center;
}
.mb-search-wrap .topbox .txtbox{
  margin-top: 10px;
}
.mb-search-wrap .topbox .txtbox p{
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.mb-search-wrap .topbox .txtbox p::before{
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.mb-search-wrap .bottom-box{
}
.mb-search-wrap .bottom-box .search-result-line{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mb-search-wrap .bottom-box .search-result-line > li{
  width: calc(25% - (30px / 4 ));
  position: relative;
  border-radius: 12px;
  border: 1px solid #EAECF0;
}
.mb-search-wrap .bottom-box .search-result-line > li .closebtn{
  position: absolute; 
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  cursor: pointer;
}
.mb-search-wrap .bottom-box .search-result-line .txtbox{
  padding: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;

  font-size: 16px;
  font-weight: 400;
}
.mb-search-wrap .bottom-box .search-result-line .txtbox p{
}
.mb-search-wrap .bottom-box .search-result-line .txtbox span{
  color: #07F;
}

.sub02-3 .sct03{
  padding-top: 40px;
  padding-bottom: 60px;  
}
.rsv-sel-list-wrap{
  max-height: 440px;
  overflow-y: auto;
}
.rsv-sel-list-wrap::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.rsv-sel-list-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
.rsv-sel-list-wrap .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rsv-sel-list-wrap .con-line > li{
  width: calc(50% - 10px);
  position: relative;
  padding: 20px;
  border-radius: 9px;
  background: #F8F8F8;
}
.rsv-sel-list-wrap .con-line > li .closebtn{
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line{
  display: flex;
  align-items: center;
  gap: 12px;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line > .tit,
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .tit
{
  font-size: 18px;
  font-weight: 400;
  width: 70px;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line > .txt,
.rsv-sel-list-wrap .con-line > li .listbox .list-line > .small-linebox
{
  width: calc(100% - 82px);
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line > .txt
{
  font-size: 18px;
  font-weight: 700;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2{
  margin-top: 12px;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1{
  display: flex;
  align-items: center;
  gap: 12px;  
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1 .sel-time-line{
  display: flex;
  gap: 8px;
  align-items: center;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1 .sel-time-line span{
  font-size: 13px;
  font-weight: 300;
}
.list-starttime,
.list-endtime{
  padding: 9px 12px;
  border-radius: 9px;
  border: 1.128px solid #E0E0E0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(/html/img/selDown.svg) no-repeat right 6px center;
  width: 88px;
  cursor: pointer;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1 .sel-time-line .total-time{
  font-size: 18px;
  font-weight: 400;
  color: #0070C2;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2{
  display: flex;
  align-items: center;
  gap: 4px;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line{
  display: flex;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line > .minus-btn,
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line > .plusbtn
{
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line > .minus-btn{
  border-right: none;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line > .plusbtn{
  border-left: none;
}
.rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line > .numIpt{
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #E0E0E0;
  text-align: center;
}
.caution-wrap{
  padding: 60px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.caution-wrap > h3{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 24px;
}
.caution-wrap .sub-txtbox p{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px;
}
.caution-wrap .sub-txtbox p::before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.caution-wrap .sub-txtbox p:last-child{
  margin-bottom: 0;
}


.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: none;
}
.search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.search-popup-wrap .popup-box{
  max-width: 520px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  padding: 30px 24px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid rgb(125, 125, 125);
  overflow-y: auto;
  max-height: 90vh;
}
.search-popup-wrap .popup-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.search-popup-wrap .popup-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
.search-popup-wrap .popup-box .conbox > .tit{
  margin-bottom: 10px;
}
.search-popup-wrap .popup-box .conbox > .tit h3{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 2px;
}
.search-popup-wrap .popup-box .conbox > .tit p{
  font-size: 16px;
  font-weight: 400;
  color: #535862;
  margin-bottom: 20px;
}
.search-popup-wrap .popup-box .conbox > .tit h5{
  font-size: 16px;
  font-weight: 500;
}
.pop-category-line{
  display: flex;
  gap: 6px;
}
.pop-category-line > li{
  flex: 1;
}
.pop-category-line > li button{
  width: 100%;
  height: auto;
  outline: none;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  transition: all 0.3s ease-in-out;

  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  padding: 8px 0;
}
.pop-category-line > li button:hover,
.pop-category-line > li button.active{
  background: #434343;
  color: #fff;
}
.tabcontent.first{
  display: block;
}
.tabcontent {
  display: none;
}
.search-frmline > h3,
.p-result-list-wrap > h3
{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
.p-list-wrap{
  margin-bottom: 40px;
}
.p-list-wrap .con-line{
  margin-bottom: 20px;
}
.p-list-wrap .con-line li{
  margin-bottom: 10px;
}
.p-list-wrap .con-line li:last-child{
  margin-bottom: 0;
}
.p-list-wrap .con-line li .p-databox{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.p-list-wrap .con-line li .p-databox .txtbox{
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.p-list-wrap .con-line li .p-databox .txtbox span{
  color: #07F;
}
.cm-checkbox{
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.cm-checkbox span{
  border-radius: 6px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(247, 250, 255);
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.cm-checkbox span img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 75%;
}
.cm-checkbox span img.active,
.p-list-wrap .con-line li input:checked + label .cm-checkbox span img.normal,
.cm-checkbox2 span img.active,
.cm-checkbox2 input:checked + label span img.normal
{
  opacity: 0;
}
.cm-checkbox2 label{
  cursor: pointer;
}
.p-list-wrap .con-line li input:checked .p-databox .txtbox p b{
  color: #07F;
}
.p-list-wrap .con-line li input{
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.p-list-wrap .con-line li.cdinfo input{
  position: relative;
  opacity: 1;
}

.p-list-wrap .con-line li label,
.p-result-list-wrap .p-list-wrap .con-line li
{
  cursor: pointer;
  border-radius: 12px;
  border: solid 1px rgb(234, 236, 240);
  padding: 12px 16px;
  display: block;
}
.p-list-wrap .con-line li input:checked + label{
  border: solid 2px rgb(0, 119, 255);
}
.p-list-wrap .con-line li input:checked + label .cm-checkbox span,
.cm-checkbox2 input:checked + label span
{
  border: solid 1px rgb(0, 112, 255);
  background-color: rgb(0, 112, 255);
}
.p-list-wrap .con-line li input:checked + label .cm-checkbox span img.active,
.cm-checkbox span img.normal,
.cm-checkbox2 span img.normal,
.cm-checkbox2 input:checked + label span img.active
{
  opacity: 1;
}
.cm-checkbox2{
  width: 100% !important;
  height: auto !important;
}
.cm-checkbox2  input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cm-checkbox2 label{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: rgb(25, 25, 25);
}
.cm-checkbox2 label p b{
  color: rgb(255, 52, 52);
  font-weight: 600;
  margin-right: 3px;
  display: inline-block;
}

.p-submitbtn{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 8px 0;
  border-radius: 8px;
  background: rgb(0,112,255);
  outline: none;
  border: none;
  width: 100%;
  margin-top: 16px;
} 
.p-submitbtn:hover{ 
  text-decoration: underline;
}
.search-pop-tabcontent{
  padding-top: 25px;
}
.p-result-list-wrap .p-list-wrap .con-line li{
  position: relative;
}
.p-result-list-wrap .p-list-wrap .con-line li .p-search-result-closebtn{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}


.popup-end-line{
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.popup-end-line button{
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(65, 70, 81);
  text-align: center;
  padding: 8px 0;
  border-radius: 8px;
  border: solid 1px rgb(213, 215, 218);
  background-color: rgb(255, 255, 255);
}
.popup-end-line button.active{
  background: rgb(0,112,255);
  color: #fff;
  border: 1px solid rgb(0,112,255);
}
.popup-end-line button:hover{
  text-decoration: underline;
}
.p-result-list-wrap .p-list-wrap .con-line
{
  margin-bottom: 0 !important;
}
.p-result-list-wrap .p-list-wrap{
  margin-bottom: 20px !important;
}
.pg_wrap{float: none;display: block;text-align: center;}
.pg_current{min-width: 32px;height: 32px;background: #0070C2;border: #E5E5E5 solid 1px;font-size: 14px;font-weight: 700;line-height: 32px;border-radius: 4px;}
.pg_page{min-width: 32px;height: 32px;background: #fff;border: #DFE3E8 solid 1px;font-size: 14px;font-weight: 700;line-height: 32px;color: #212B36;}
.pg_end {background: url(../../../img/btn_end2.png) no-repeat 50% 50% #fff;}
.pg_start {background: url(../../../img/btn_first2.png) no-repeat 50% 50% #fff;}

.id-search-frmbox{
  margin-bottom: 20px;
}
.id-search-frmbox .id-search-iptbox{
  display: flex;
  gap: 6px;
}
.id-search-frmbox .id-search-iptbox input{
  width: calc(100% - 86px);
}
.id-search-frmbox .id-search-iptbox button{
  width: 80px;
  border: none;
  outline: none;
  background: rgb(0, 112, 255);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  border-radius: 8px;
}

.rsv-total{
  text-align: center;
  padding: 12px 0;
  background: #F2F8FF;
  border-bottom: 1px solid #d9d9d9;
}
.rsv-total p{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18px;
  margin-bottom: 3px;
}
.rsv-total h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
}
.rsv-total h3 .blue{
  color: rgb(0, 119, 255);
}
.rsv-total h3 .blue.danger{
  color: red;
}
.rsv-total h3 .blue.danger::after{
  content: "(최대 수용 인원을 초과 하였습니다.)";
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.rsv-total h3 .txt{
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: rgb(105, 105, 105);
}

@media(max-width:1024px){
  .box-txt {
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
  }
  .line-box {
    padding: 2rem;
  }
  .line-box02 {
    padding: 2rem 0;
  }


  .reservation01-wrap .res-sec02 .inner{
    gap: 30px;
  }
  .reservation01-wrap .res-sec02 .left {
    width: 100%;
  }
  .reservation01-wrap .res-sec02 .right {
    width: 100%;
  }
  .price-result-line > h3{
    font-size: 16px;
  }
  .price-result-line > h2{
    font-size: 18px;
  }
  .box-txt {
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .line-box {
    padding: 20px;
    border-top: 2px solid #191919;
  }
  .line-box02 {
    padding: 15px 0;
    border-top: 2px solid #191919;
  }
  .time-section{
    gap: 4px;
  }
  .time-button {
    width: calc(25% - (12px / 4));
    font-size: 14px;
    border-radius: 6px;
  }
  .selected-time {
    font-size: 16px;
    margin-top: 20px;
  }
  .ss-title{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .reservation01-wrap .res-sec02 .left .calendar-wrap .btn-month{
    margin-bottom: 16px;
  }
  .reservation01-wrap .res-sec02 .left .calendar-wrap .btn-month{
    padding: 0px;
  }
  .reservation01-wrap .res-sec02 .left .calendar-wrap .cal-tb td{
    height: 50px;
  }

  .line-box .bottom-btnbox{
    margin-top: 16px;
    padding-top: 16px;
  }
  .line-box .bottom-btnbox button{
    border-radius: 6px;
    font-size: 16px;
    padding: 8px 0;
  }


  .line-box .bottom-btnbox{
    margin-top: 20px;
    padding-top: 20px;
  }
  .line-box .bottom-btnbox button{
    border-radius: 6px;
    font-size: 16px;
    padding: 8px 0;
  }
  .reservation01-wrap .sct05{
    padding: 30px 0;
  }
  .rsv-frmbox{
    border-top: 1px solid rgb(25, 25, 25);
  }
  .rsv-frmbox .con-line{
    gap: 10px;
    flex-wrap: wrap;
    padding: 12px 3px;
  }
  .rsv-frmbox .con-line > .tit{
    width: 100%;
    font-size: 16px;
  }
  .rsv-frmbox .con-line > .iptbox{
    width: 100%;
  }
  .rsv-frmbox .con-line .p-num-iptbox input{
    max-width: 100px;
    margin-right: 3px;
  }

  .rsv-radio-line{
    gap: 8px 12px;
  }
  .rsv-radio-line > li{
    gap: 4px;
  }
  .rsv-radio-line > li input{
    width: 16px;
    height: 16px;
  }
  .rsv-radio-line > li label{
    top: 0px;
  }

  .mb-search-wrap .topbox{
    margin-bottom: 16px;
  }
  .mb-search-wrap .topbox .searchline{
    gap: 6px;
  }
  .mb-search-wrap .topbox .searchline input{
    width: calc(100% - 96px);
  }
  .mb-search-wrap .topbox .searchline button{
    width: 90px;
  }
  .n-ipt2{
    padding: 8px 10px;
  }
  .searchbtn{
    font-size: 15px;
    padding: 8px 5px;
  }
  .n-ipt{
    padding: 8px 10px;
  }
  .mb-search-wrap .topbox .txtbox{
    margin-top: 8px;
  }
  .mb-search-wrap .bottom-box .search-result-line{
    gap: 8px 6px;
  }
  .mb-search-wrap .bottom-box .search-result-line > li{
    width: calc(50% - 3px);
    border-radius: 6px;
  }
  .mb-search-wrap .bottom-box .search-result-line > li .closebtn{
    right: 12px;
    width: 16px;
  }
  .mb-search-wrap .bottom-box .search-result-line .txtbox{
    padding: 12px;
    padding-right: 20px;
    gap: 6px 12px;
  }
  .mb-search-wrap .topbox .txtbox p{
    margin-bottom: 5px;
  }
  .mb-search-wrap .topbox .txtbox p:last-child{
    margin-bottom: 0;
  }

    .sub02-3 .sct03{
    padding-top: 20px;
    padding-bottom: 30px;  
  }
  .rsv-sel-list-wrap{
    max-height: 640px;
  }
  .rsv-sel-list-wrap .con-line{
    gap: 10px;
  }
  .rsv-sel-list-wrap .con-line > li{
    width: 100%;
    padding: 20px 10px;
    border-radius: 6px;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line{
    gap: 6px;
    flex-wrap: wrap;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line > .tit,
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .tit
  {
    font-size: 16px;
    width: 100%;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line > .txt,
  .rsv-sel-list-wrap .con-line > li .listbox .list-line > .small-linebox
  {
    width: 100%;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line > .txt
  {
    font-size: 16px;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox{
    gap: 12px 20px;
    flex-wrap: wrap;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1{
    width: 100%;
    gap: 6px;  
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1 .sel-time-line{
    gap: 4px;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1 .sel-time-line span{
    font-size: 12px;
  }
  .list-starttime,
  .list-endtime{
    padding: 6px 12px;
    font-size: 16px;
    width: 100px;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line1 .sel-time-line .total-time{
    font-size: 16px;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2{
    width: 100%;
    flex-wrap: wrap;
  }
  .rsv-sel-list-wrap .con-line > li .listbox .list-line2 .small-linebox .small-line2 .sel-num-line{
    width: 100%;
  }


  .caution-wrap{
    padding: 30px 0;
  }
  .caution-wrap > h3{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .caution-wrap .sub-txtbox p{
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 4px;
  }
  .caution-wrap .sub-txtbox p::before{
    width: 3px;
    height: 3px;
    top: 7px;
  }

  .search-popup-wrap .popup-box{
    width: calc(100% - 20px);
    border-radius: 16px;
  }
  .search-popup-wrap .popup-box .conbox > .tit{
    margin-bottom: 5px;
  }
  .search-popup-wrap .popup-box .conbox > .tit h3{
    font-size: 18px;
  }
  .search-popup-wrap .popup-box .conbox > .tit p{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .search-popup-wrap .popup-box .conbox > .tit h5{
    font-size: 15px;
  }
  .pop-category-line > li button{
    padding: 5px 0;
  }
  .search-frmline > h3,
  .p-result-list-wrap > h3
  {
    margin-bottom: 12px;
  }
  .p-list-wrap{
    margin-bottom: 20px;
  }
  .p-list-wrap .con-line{
    margin-bottom: 16px;
  }
  .p-list-wrap .con-line li{
    margin-bottom: 4px;
  }
  .p-list-wrap .con-line li .p-databox .txtbox{
    font-size: 15px;
  }
  .p-list-wrap .con-line li label,
  .p-result-list-wrap .p-list-wrap .con-line li
  {
    border-radius: 8px;
    padding: 10px 8px;
  }
  .p-list-wrap .con-line li input:checked + label{
    border: solid 1px rgb(0, 119, 255);
  }
  .p-submitbtn{
    padding: 6px 0;
  } 
  .search-pop-tabcontent{
    padding-top: 20px;
  }

  .p-result-list-wrap .p-list-wrap .con-line li .p-search-result-closebtn{
    right: 12px;
  }
  .popup-end-line{
    gap: 8px;
    margin-top: 16px;
  }
  .popup-end-line button{
    font-size: 15px;
    padding: 6px 0;
  }
  .p-result-list-wrap .p-list-wrap{
    margin-bottom: 16px !important;
  }
  .id-search-frmbox{
    margin-bottom: 16px;
  }
  .id-search-frmbox .id-search-iptbox{
    gap: 4px;
  }
  .id-search-frmbox .id-search-iptbox input{
    width: calc(100% - 64px);
  }
  .id-search-frmbox .id-search-iptbox button{
    width: 60px;
    font-size: 15px;
    padding: 5px 0;
  }

  .rsv-total p{
    font-size: 14px;
  }
  .rsv-total h3{
    font-size: 20px;
  }
  .rsv-total h3 .txt{
    font-size: 16px;
  }

  .cm-checkbox2 label{
    gap: 5px;
    font-size: 16px;
  }

  select.n-ipt{
  background: #fff url(/html/img/selDown.svg) no-repeat right 10px center;
  }
}

/* 시설예약 ~ sct05 */

.reservation01-wrap .sct06 .tit-line{
  display: flex;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.reservation01-wrap .sct06 .rsv-frmbox{
  margin-bottom: 60px;
}
.reservation01-wrap .sct06 .tit-line > h3{
  margin-bottom: 0;
}
.reservation01-wrap .sct06 .tit-line a{
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  border-radius: 8px;
  background: #434343;
  color: #fff;
}
.chk-cm-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chk-cm-line > li{
  min-width: 136px;
  position: relative;
}
.chk-cm-line > li input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.chk-cm-line > li label{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  padding: 12px 10px;
  display: block;
  cursor: pointer;

  border-radius: 8px;
  border: solid 1px rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
}
.chk-cm-line > li input:checked + label{
  color: #fff;
  background: rgb(0, 112, 255);
}
.rsv-frmbox .con-line > .iptbox textarea{
  resize: none;
  height: 90px;
  overflow-y: auto;
  width: 100% !important;
  max-width: 100% !important;
}

.reservation01-wrap .sct06 .bottom-conbox{
  padding-bottom: 60px;
}
.reservation01-wrap .sct06 .bottom-conbox .tit-line p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.18px;
  color: rgb(51, 51, 51);
}
.reservation01-wrap .sct06 .bottom-conbox .tit-line p span{
  color: rgb(52, 123, 255);
}
.cm-txtbox01{
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  border-top: 2px solid rgb(25, 25, 25);
  padding: 30px 28px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.cm-txtbox01 .bt-txt-line{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  width: calc(100% - 144px);
}
.cm-txtbox01 .blue{
  font-weight: 600;
  color: rgb(52, 123, 255);
}
.cm-txtbox01 .subject{
  font-size: 20px;
  width: 120px;
}
.cm-txtbox01 .bt-txt-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(33.33% - calc(40px / 3));
}
.cm-txtbox01 .bt-txt-list > p{
  position: relative;
}
.cm-txtbox01 .bt-txt-list > p::after{
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: rgb(25,25,25);
  position: absolute;
  top: 50%;
  right: -10.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cm-txtbox01 .bt-txt-list > p:last-child::after{
  display: none;
}





.reservation01-wrap .sct08{
  padding: 60px 0 150px;
}
.rsv-frm-chkbox{
  margin-bottom: 60px;
}
.rsv-frm-chkbox.last{
  margin-bottom: 0;
}
.agr-txtbox{
  margin-top: 12px;
  padding: 20px 32px;
  border-radius: 16px;
  border: solid 1px rgb(209, 209, 209);
}
.agr-txtbox p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(51, 51, 51);
}
.mk-mus{
  position: relative;
  padding-left: 24px;
  display: block;
}
.mk-mus::before{
  content: "-";
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
}
.agr-stat{
  width: 100%;
  margin-top: 24px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-right: none;
  border-spacing: 0;
}
.agr-stat.join-agr-stat{
  margin-bottom: 24px;
}
.agr-stat tr th,
.agr-stat tr td{
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 11px 0;
  text-align: center;
  font-size: 15.4px;
  font-weight: 500;
  letter-spacing: -0.31px;
  color: rgb(25, 25, 25);
}
.agr-stat tr th{
  width: 33.33%;
  background-color: rgb(245, 246, 250);
}
.rsv-frm-submit-line{
  display: flex;
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.rsv-frm-submit-line button{
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: rgb(193, 193, 193);

  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  width: 295px;
  padding: 20px 0;
}
.rsv-frm-submit-line button.rsv-submit-btn{
  background-color: rgb(36, 107, 235);
}



@media(max-width:1024px){
  .reservation01-wrap .sct06 .tit-line{
    gap: 10px;
    margin-bottom: 16px;
  }
  .chk-cm-line{
    gap: 6px;
  }
  .chk-cm-line > li{
    min-width: 100px;
  }
  .chk-cm-line > li label{
    font-size: 15px;
    padding: 8px 10px;
  }
  .rsv-frmbox .con-line > .iptbox textarea{
    height: 120px;
  }
  .reservation01-wrap .sct06 .rsv-frmbox{
    margin-bottom: 20px;
  }

  
  .reservation01-wrap .sct06 .bottom-conbox{
    padding-bottom: 20px;
  }
  .reservation01-wrap .sct06 .bottom-conbox .tit-line p{
    font-size: 16px;
  }
  .cm-txtbox01{
    border-top: 1px solid rgb(25, 25, 25);
    padding: 20px 15px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .cm-txtbox01 .subject{
    width: 100%;
    margin-bottom: 6px;
  }
  .cm-txtbox01 .bt-txt-line{
    width: 100%;
    font-size: 16px;
    gap: 0px;
  }
  .cm-txtbox01 .bt-txt-list{
    gap: 2px 16px;
    width:100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  .cm-txtbox01 .bt-txt-list:last-child{
    border: none;
  }
  .cm-txtbox01 .bt-txt-list > p{
    width: 100%;
  }
  .cm-txtbox01 .bt-txt-list > p::after{
    display: none;
  }


  .reservation01-wrap .sct08{
    padding: 30px 0 100px;
  }
  .rsv-frm-chkbox{
    margin-bottom: 20px;
  }
  .agr-txtbox{
    padding: 20px 15px;
  }
  .agr-txtbox p{
    font-size: 15px;
  }
  .mk-mus{
    padding-left: 20px;
  }
  .mk-mus::before{
    left: 10px;
  }
  .agr-stat{
    margin-top: 20px;
  }
  .agr-stat.join-agr-stat{
    margin-bottom: 20px;
  }
  .agr-stat tr th,
  .agr-stat tr td{
    padding: 8px 2px;
    font-size: 11px;
  }
  .rsv-frm-submit-line{
    gap: 10px;
  }
  .rsv-frm-submit-line button{
    font-size: 16px;
    width: calc(50% - 5px);
    padding: 10px 0;
  }
}

@media(max-width:350px){
  .rsv-frm-submit-line button{
    width: 100%;
  }
}
/* 시설예약 sct06~ */



@media(max-width:768px){
  .pg_current, .pg_page{min-width: 30px;height: 30px;font-size: 15px;line-height: 30px;}
}

/* sub02-3 */


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: rgb(84, 181, 0) !important;
}
.swal2-no-animation {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}
.swal2-popup {
    animation: none !important;
    transform: none !important;
    transition: none !important;
}
.swal2-show {
    animation: none !important;
    transform: none !important;
}
.swal2-hide {
    animation: none !important;
    transform: none !important;
}

/* sweetalert */

.join-step-top-wrap .top-txtbox{
  padding: 20px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: rgb(246, 246, 246);
  margin-bottom: 88px;
  margin-top: 40px;
}
.join-step-top-wrap .top-txtbox p{
  display: flex;
  align-items: flex-start;
  gap: 6px;

  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(25, 25, 25);
}
.join-step-top-wrap .top-txtbox img{
  display: block;
  width: 20px;
  position: relative;
  top: 3px;
}
.bottom-step-con-wrap{
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.bottom-step-con-wrap .con-line{
  display: flex;
  gap: 80px;
}
.bottom-step-con-wrap .con-line > li{
  width: 100px;
  position: relative;
}
.bottom-step-con-wrap .con-line > li::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 49.5px;
  right: 0;
  background: #ccc;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.bottom-step-con-wrap .con-line > li:first-child::after{
  display: none;
}
.bottom-step-con-wrap .con-line > li .conbox .numbox{
  width: 100%;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(204, 204, 204);
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.bottom-step-con-wrap .con-line > li .conbox .numbox p{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.36px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.bottom-step-con-wrap .con-line > li .conbox .text{
  text-align: center;

  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(25, 25, 25);
}
.bottom-step-con-wrap .con-line > li.active .conbox .numbox{
  background-color: rgb(25, 25, 25);
}
.join-step-top-wrap .join-sectit{
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  color: rgb(25, 25, 25);
}

@media(max-width:1024px){
  .join-step-top-wrap .top-txtbox{
    padding: 16px 10px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .join-step-top-wrap .top-txtbox p{
    font-size: 16px;
  }
  .bottom-step-con-wrap{
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .bottom-step-con-wrap .con-line{
    gap: 20px;
  }
  .bottom-step-con-wrap .con-line > li{
    width: 80px;
  }
  .bottom-step-con-wrap .con-line > li::after{
    top: 39.5px;
  }
  .bottom-step-con-wrap .con-line > li .conbox .numbox{
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
  .bottom-step-con-wrap .con-line > li .conbox .numbox p{
    font-size: 20px;
  }
  .bottom-step-con-wrap .con-line > li .conbox .text{
    font-size: 16px;
  }
  .join-step-top-wrap .join-sectit{
    margin-bottom: 60px;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .join-step-top-wrap .top-txtbox img{
    top: 1px;
  }
}


@media(max-width:350px){
  .bottom-step-con-wrap .con-line > li{
    width: 60px;
  }
  .bottom-step-con-wrap .con-line > li::after{
    top: 29.5px;
  }
  .bottom-step-con-wrap .con-line > li .conbox .numbox{
    height: 60px;
  }
}

/* 회원가입 상단 공통 */

.step01-agr-wrap .top-all-agrbox{
  margin-bottom: 40px;
}
.step01-agr-wrap .cm-agr-line1{
  margin-bottom: 20px;
}
.cm-agr-line1{
  position: relative;
  width: 100%;
}
.cm-agr-line1.cm-agr-line2{
  margin-bottom: 0;
  width: auto;
}
.cm-agr-line1 input{
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cm-chk-label{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cm-chk-label .box{
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: solid 1px #ccc;
  background-color: #fff;
  position: relative;
  display: block;
}
.cm-agr-line1 input:checked + label .box{
  background: rgb(0,112,255);
   border: solid 1px rgb(0, 112, 255);
}
.cm-chk-label .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 60%;
}
.cm-agr-line1 label .box img.active,
.cm-agr-line1 input:checked + label .box img.normal
{
  opacity: 0;
}
.cm-agr-line1 label .box img.normal,
.cm-agr-line1 input:checked + label .box img.active
{
  opacity: 1;
}
.cm-agr-line1 label p{
  font-size: 22px;
  font-weight: bold;
  color: rgb(25, 25, 25);
}
.cm-agr-line2 label p{
  font-size: 16px;
  width: calc(100% - 26px);
}
.cm-agr-line1 label p .red{
  color: rgb(255, 52, 52);
}
.cm-agr-bottom-txt{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.32px;
  color: rgb(0, 0, 0); 
}

.join-sec-titbox2{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.join-sec-titbox2 p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  color: rgb(51, 51, 51);
}
.join-sec-titbox2 p .red{
  color: rgb(255, 52, 52);
}
.join-sec-titbox2 .join-sec-tit2{
  font-size: 22px;
  font-weight: bold;
  color: rgb(25, 25, 25);
}
.join-sec-titbox2 .join-subtxt{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.join-agr-txtarea{
  padding: 40px;
  border-radius: 8px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  height: 250px;
  overflow-y: auto;
}
.join-agr-txtarea::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.join-agr-txtarea::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
.join-agr-txtarea h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.41px;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}
.join-agr-txtarea p{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.32px;
  color: rgb(0, 0, 0);
}
.join-agr-txtarea p b{
  font-weight: bold;
}
.join-agr-txtarea p b.big{
  font-size: 18px;
}
.fx-js-end{
  display: flex;
  justify-content: flex-end;
}
.join-agr-box .join-agr-txtarea{
  margin-bottom: 20px;
}
.join-agr-box2{
  margin-top: 40px;
}
.join-sb-wrap{
  margin-top: 88px;
  display: flex;
  justify-content: center;
}
.join-sb-wrap .con-line{
  display: flex;
  gap: 24px;
}
.join-sb-wrap .con-line > li{
  flex: 1;
}
.join-sb-wrap .con-line > li a,
.join-sb-wrap .con-line > li button
{
  display: block;
  width: 295px;
  border-radius: 8px;
  background-color: rgb(193, 193, 193);
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
.join-sb-wrap .con-line > li a.next ,
.join-sb-wrap .con-line > li button.next{
  background-color: rgb(36, 107, 235);
}
.join-sb-wrap .con-line > li a:hover{
  text-decoration: underline;
}
.join-sb-wrap .con-line > li button{
  border: none;
  outline: none;
  background-color: rgb(36, 107, 235);
}



@media(max-width:1024px){
  .step01-agr-wrap .top-all-agrbox{
    margin-bottom: 30px;
  }
  .step01-agr-wrap .cm-agr-line1{
    margin-bottom: 10px;
  }
  .cm-chk-label{
    gap: 8px;
  }
  .cm-chk-label .box{
    width: 16px;
    height: 16px;
  }
  .cm-chk-label .box img{
    width: 80%;
  }
  .cm-agr-line1 label p{
    font-size: 18px;
  }
  .cm-agr-line2 label p{
    font-size: 15px;
    width: calc(100% - 24px);
  }
  .cm-agr-bottom-txt{
    font-size: 15px;
  }
  .join-sec-titbox2{
    margin-bottom: 16px;
    gap: 6px 10px;
  }
  .join-sec-titbox2 p{
    font-size: 15px;
  }
  .join-sec-titbox2 .join-sec-tit2{
    font-size: 18px;
  }
  .join-sec-titbox2 .join-subtxt{
    font-size: 14px;
  }
  .join-agr-txtarea{
    padding: 20px;
    height: 200px;
  }
  .join-agr-txtarea h4{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .join-agr-txtarea p{
    font-size: 14px;
  }
  .join-agr-txtarea p b.big{
    font-size: 15px;
  }
  .join-agr-box .join-agr-txtarea{
    margin-bottom: 12px;
  }
  .join-agr-box2{
    margin-top: 30px;
  }
  .join-sb-wrap{
    margin-top: 50px;
  }
  .join-sb-wrap .con-line{
    gap: 10px;
    width: 100%;
  }
  .join-sb-wrap .con-line > li{
    width: calc(50% - 5px);
  }
  .join-sb-wrap .con-line > li a{
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
}
 
/* join-step1 동의 */

.join-frmbox .con-line .nohp{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.join-frmbox .con-line .nohp input{
  width: 18px;
  height: 18px;
}
.join-frmbox .con-line .nohp label{
  width: calc(100% - 24px);
  cursor: pointer;
}

.join-frmbox{
  margin-bottom: 80px;
}
.join-frmbox .con-line .n-ipt2{
  max-width: 650px;
}
.join-frmbox .tel-line .n-ipt2{
  max-width: 280px;
}
.join-frmbox .con-line-id .n-ipt2,
.join-frmbox .con-line-ps .n-ipt2{
  max-width: 250px;
}
.join-frmbox .con-line .iptbox .txtbox{
  margin-top: 10px;
}
.join-frmbox .con-line .iptbox .txtbox p{
  color: #878787;
  font-size: 16px;
}
.join-frmbox .con-line .iptbox.bt-line{
  display: flex;
  gap: 6px;
}
.join-btn{
  border-radius: 8px;
  background-color: rgb(80, 80, 80);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 12px 18px;
  cursor: pointer;
  outline: none;
  border: none;
}
.join-btn2{
  border-radius: 8px;
  background-color: rgb(52, 123, 255);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 12px 18px;
  cursor: pointer;
  outline: none;
  border: none;
}

.email-line{
  display: flex;
  align-items: center;
  max-width: 650px;
  width: 100%;
}
.email-line .n-ipt2:first-child{
  width: 160px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-line .n-ipt2:last-child{
  width: calc(100% - 170px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.email-line span{
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
  background-color: rgb(245, 246, 250);
  border-radius: 0;
}
.join-frmbox .post-line1 .iptbox .post-ipt-line{
  display: flex;
  gap: 10px;
  max-width: 650px;
  width: 100%;
}
.join-frmbox .post-line1 .iptbox .post-ipt-line .n-ipt2:first-child{
  max-width: 150px;
}
.join-frmbox .post-line1 .iptbox .post-ipt-line .join-btn2{
  width: 150px;
}
.join-frmbox .post-line1 .iptbox .post-ipt-line .n-ipt2:last-child{
  max-width: 330px;
}

.join-cd-area .cd-list{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.join-cd-area .cd-list .cd-box{
  width: 100px;
  position: relative;
}
.join-cd-area .cd-list .cd-box .cd-deletebtn{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 12px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.join-cd-area .cd-plusbtn{
  border: none;
  outline: none;
  background: transparent;
  display: block;
  width: 24px;
  cursor: pointer;
}
.ageAgr-iptbox{
  padding: 35px 30px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
}

@media(max-width:1024px){
  .join-frmbox{
    margin-bottom: 30px;
  }
  .join-frmbox .con-line .n-ipt2{
    max-width: 100%;
  }
  .join-frmbox .tel-line .n-ipt2{
    max-width: 100%;
  }
  .join-frmbox .con-line-id .n-ipt2,
  .join-frmbox .con-line-ps .n-ipt2{
    max-width: 100%;
  }
  .join-frmbox .con-line .iptbox .txtbox{
    margin-top: 8px;
  }
  .join-frmbox .con-line .iptbox .txtbox p{
    font-size: 15px;
  }
  .join-btn{
    padding: 8px 10px;
  }
  .join-btn2{
    padding: 8px 10px;
  }
  .email-line{
    max-width: 100%;
  }
  .email-line .n-ipt2:first-child{
    width: 120px;
  }
  .email-line .n-ipt2:last-child{
    width: calc(100% - 130px);
  }
  .email-line span{
    padding: 8px 0;
  }
  .join-frmbox .post-line1 .iptbox .post-ipt-line{
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
  }
  .join-frmbox .post-line1 .iptbox .post-ipt-line .n-ipt2:first-child{
    max-width: 100%;
    width: 120px;
  }
  .join-frmbox .post-line1 .iptbox .post-ipt-line .join-btn2{
    width: calc(100% - 128px);
  }
  .join-frmbox .post-line1 .iptbox .post-ipt-line .n-ipt2:last-child{
    max-width: 100%;
  }

  .join-cd-area .cd-list{
    gap: 8px;
  }
  .join-cd-area .cd-plusbtn{
    width: 20px;
  }
  .ageAgr-iptbox{
    padding: 20px 12px;
  }

  .bt-line .iptbox{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .bt-line .iptbox > button
  {
    width: 91px;
  }
  .join-frmbox .con-line .iptbox.bt-line > button{
   width: 120px;
  }
  .join-frmbox .con-line .iptbox.bt-line .n-ipt2{
   width: calc(100% - 124px);
  }
  .bt-line .iptbox > .n-ipt2
  {
    width: calc(100% - 95px);
  }
}

@media(max-width:350px){
  .bt-line .iptbox,
  .join-frmbox .con-line .iptbox.bt-line
  {
    flex-wrap: wrap;
    gap: 4px;
  }
  .bt-line .iptbox > button
  {
    width: 100%;
  }
  .join-frmbox .con-line .iptbox.bt-line > button{
   width: 100%;
  }
  .join-frmbox .con-line .iptbox.bt-line .n-ipt2{
   width: 100%;
  }
  .bt-line .iptbox > .n-ipt2
  {
    width: 100%;
  }
}

/* join-step2 입력 */

.join-step3 .sec02 .imgbox{
  text-align: center;
}
.join-step3 .sec02 .txtbox{
  text-align: center;
  margin-top: 80px;
}
.join-step3 .sec02 .txtbox h3{
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  color: rgb(25, 25, 25);
  margin-bottom: 12px;
}
.join-step3 .sec02 .txtbox p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: rgb(25, 25, 25);
}

@media(max-width:1024px){
  .join-step3 .sec02 .imgbox{
    width: 80%;
    margin: 0 auto;
  }
  .join-step3 .sec02 .txtbox{
    margin-top: 30px;
  }
  .join-step3 .sec02 .txtbox h3{
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .join-step3 .sec02 .txtbox p{
    font-size: 16px;
  }
}

/* join-step3 회원가입 완료 */

/* 회원가입 */

.ui-datepicker {
  font-size: 15px;   /* 글자 크기 확대 */
  padding: 1em;    /* 전체 패딩 증가 */
}


/* 년/월 select 크기 조절 */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-size: 15px;
  height: auto;
}

.ui-datepicker .ui-datepicker-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month{
  order: 1;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year{
  order: 0;
}

/* datepicker */

.mypage-sec01-wrap{
  padding: 50px 40px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
}
.mypage-sec01-wrap .mypage-sec01-top-wrap{
  padding-bottom: 41px;
  margin-bottom: 39px;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line{
  display: flex;
  gap: 30px 48px;
  flex-wrap: wrap;
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li.profile .profile-line{
  display: flex;
  align-items: center;
  gap: 20px;
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li.profile .profile-line .profile-img{
  width: 90px;
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li.profile .profile-line .top-txt{
  width: calc(100% - 110px);
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li .top-txt p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(0, 0, 0);
  margin-bottom: 8px;
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li .top-txt h3{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: rgb(0, 0, 0);
}
.mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li .top-txt h3 span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: rgb(220, 220, 220);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-align: center;
  color: rgb(85, 85, 85);
}
.blue{
  color: rgb(36, 107, 235);
}
.red{
   color: rgb(255, 86, 86);
}
/*  */
.situ-txt{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  min-width: 78px;
  border-radius: 8px;
  background: rgb(25,25,25);
  border: none;
  outline: none;
}
.situ01{
  background-color: rgb(52, 123, 255);
}
.situ02{
  background-color: rgb(12, 194, 145);
}
.situ03{
  background-color: rgb(121, 118, 118);
}
.situ04
{
  color: rgba(121, 118, 118, 1);
  border: 1px solid rgb(121,118,118);
  background: #fff;
}
.noApp-alertbtn{
  cursor: pointer;
}
.noApp-alertbtn:hover{
  background: #fff;
  border: 1px solid rgb(121,118,118);
  color: rgb(121,118,118);
}

.mypage-sec01-bottom-wrap .con-line{
  display: flex;
  gap: 32px;
}
.mypage-sec01-bottom-wrap .con-line > .li1,
.mypage-sec01-bottom-wrap .con-line > .li2
{
  width: calc(30% - (64px / 3));
}
.mypage-sec01-bottom-wrap .con-line > .li3{
  width: calc(40% - (64px / 3));
}
.mypage-sec01-bottom-wrap .con-line > li .conbox{
  padding: 0 30px;
  border-radius: 8px;
  padding-bottom: 30px;
}
.mypage-sec01-bottom-wrap .con-line > li .conbox:hover{
  background-color: rgb(246, 246, 246);
}
.mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line{
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 12px;
}
.mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line > p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(51, 51, 51);
}
.mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line > .tit{
  width: 68px;
}
.mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line > .txt{
  width: calc(100% - 70px);
}
.mypage-sec01-bottom-wrap .con-line > li .contit{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.55px;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 30px;
}
.li1-bottom-txt{
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  padding: 8px 20px;
  margin-top: 20px;
}
.li1-bottom-txt p{
  display: flex;
  align-items: center;
  gap: 6px;
  
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: rgb(255, 55, 55);
}
.li1-bottom-txt p img{
  display: block;
  width: 20px;
}

.mp-board-list-wrap .mp-board-smallbox{
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8.5px;
}
.mp-board-list-wrap a.mp-board-smallbox:hover > .subject{
  text-decoration: underline;
}
.mp-board-list-wrap.li2 .mp-board-smallbox{
  margin-bottom: 16px;
}
.mp-board-list-wrap .mp-board-smallbox:last-child{
  margin-bottom: 0;
}
.mp-board-list-wrap .mp-board-smallbox > .subject{
  width: calc(100% - 84px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: rgb(51, 51, 51);
}
.mp-board-list-wrap .mp-board-smallbox > .subject.full{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.mp-board-list-wrap .mp-board-smallbox > .subject.full .board-txt2{
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-board-list-wrap .mp-board-smallbox > .subject.full .blue{
  width: 30px;
  text-decoration: initial !important;
}
.mp-board-list-wrap .mp-board-smallbox .situ-txt{
  width: 78px;
}

.sub-mypage .tit_box{
  margin-bottom: 80px;
}
.mb-editbtn{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.mb-editbtn > a{
  padding: 15px 8px;
  border-radius: 8px;
  border: solid 1px rgb(85, 85, 85);

  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: rgb(85, 85, 85);
  transition: all 0.3s ease-in-out;
  display: block;
  width: 360px;
}
.mb-editbtn > a:hover{
  color: #fff;
  background: rgb(0, 112, 255);
  border: 1px solid rgb(0,112,255);
}

@media(max-width:1024px){
  .sub-mypage .tit_box{
    margin-bottom: 30px;
  }
  .mypage-sec01-wrap{
    padding: 30px 15px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap{
    padding-bottom: 16px;
    margin-bottom: 15px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line{
    gap: 20px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li.profile .profile-line{
    gap: 16px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li.profile .profile-line .profile-img{
    width: 60px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li.profile .profile-line .top-txt{
    width: calc(100% - 76px);
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li .top-txt p{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li .top-txt h3{
    font-size: 22px;
  }
  .mypage-sec01-wrap .mypage-sec01-top-wrap .con-line > li .top-txt h3 span{
    margin-left: 6px;
    padding: 4px 6px;
    font-size: 15px;
  }
  /*  */

  .situ-txt{
    font-size: 15px;
    padding: 3px 6px;
    min-width: 70px;
    border-radius: 6px;
  }
  .mypage-sec01-bottom-wrap .con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .mypage-sec01-bottom-wrap .con-line > .li1,
  .mypage-sec01-bottom-wrap .con-line > .li2
  {
    width: 100%;
  }
  .mypage-sec01-bottom-wrap .con-line > .li3{
    width: 100%;
  }
  .mypage-sec01-bottom-wrap .con-line > li .conbox{
    padding: 20px;
    background-color: rgb(246, 246, 246);
  }
  .mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line{
    margin-bottom: 6px;
  }
  .mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line > p{
    font-size: 16px;
  }
  .mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line > .tit{
    width: 60px;
  }
  .mypage-sec01-bottom-wrap .con-line > .li1 .conbox .li1-con-line > .txt{
    width: calc(100% - 62px);
  }
  .mypage-sec01-bottom-wrap .con-line > li .contit{
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 0px;
  }
  .li1-bottom-txt{
    padding: 6px 10px;
    margin-top: 16px;
  }
  .li1-bottom-txt p{
    gap: 4px;
    flex-wrap: wrap;
  }
  .li1-bottom-txt p img{
    display: block;
    margin: 0 auto;
  }
  .li1-bottom-txt p span{
    display: block;
    width: 100%;
    text-align: center;
  }

  .mp-board-list-wrap .mp-board-smallbox{
    gap: 5px;
    margin-bottom: 5px;
  }
  .mp-board-list-wrap.li2 .mp-board-smallbox{
    margin-bottom: 5px;
  }
  .mp-board-list-wrap .mp-board-smallbox > .subject{
    width: calc(100% - 83px);
    font-size: 16px;
  }
  .mp-board-list-wrap .mp-board-smallbox > .subject.full{
    gap: 2px;
  }
  .mp-board-list-wrap .mp-board-smallbox > .subject.full .board-txt2{
    width: calc(100% - 30px);
  }
  .mp-board-list-wrap .mp-board-smallbox > .subject.full .blue{
    width: 26px;
  }
  .mp-board-list-wrap .mp-board-smallbox .situ-txt{
    width: 78px;
  }

  .mp-board-list-wrap.li3 .mp-board-smallbox{
    flex-wrap: wrap;
  }
  .mp-board-list-wrap.li3 .mp-board-smallbox > .subject{
    width: 100%;
  }
  .mp-board-list-wrap.li3 .mp-board-smallbox{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(105, 105, 105,0.5);
  }
  .mp-board-list-wrap.li3 .mp-board-smallbox > .subject span{
    display: block;
  }
  .mp-board-list-wrap.li3 .mp-board-smallbox .situ-txt{
    width: 100%;
  }

  .mb-editbtn{
    margin-top: 20px;
  }
  .mb-editbtn > a{
    padding: 8px 6px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 360px;

    color: #fff;
    background: rgb(0, 112, 255);
    border: 1px solid rgb(0,112,255);
  }
}
/* 상단 */

.mp-sec02-contit{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.74px;
  color: rgb(25, 25, 25);
  margin-bottom: 40px;
}
.mp-sec02-stat-wrap .total{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.mp-sec02-stat-wrap .total span{
  font-weight: bold;
}
.mp-sec02-stat-wrap table{
  width: 100%;
  border-top: 4px solid rgb(25, 25, 25);
  /* border-bottom: 1px solid rgb(209, 209, 209); */
  border-spacing: 0;
  margin-bottom: 88px;
}
.mp-sec02-stat-wrap table tr th{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(73, 73, 73);
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgb(209, 209, 209);
}
.mp-sec02-stat-wrap table tr .subject{
  text-align: left;
}
.mp-sec02-stat-wrap table tr td{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(209, 209, 209);
  padding: 24px 0;
}
.mp-sec02-stat-wrap1 table tr td.td02{
  text-align: left;
}
.mp-sec02-stat-wrap table tr td a.subject{
  font-weight: bold;
}
.mp-sec02-stat-wrap table tr td a.subject:hover{
  text-decoration: underline;
}
.mp-sec02-stat-wrap1 table tr td.td01{
  width: 150px;
}
.mp-sec02-stat-wrap1 table tr td.td02{

}
.mp-sec02-stat-wrap1 table tr td:not(.td02){
  width: 180px; 
}
.refund-btn{
  display: block;
  padding: 6px 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  width: 96px;
  margin: 0 auto;
}
.refund-btn:hover{
  background: #999;
  border: 1px solid #999;
  color: #fff;
}

@media(max-width:1024px){
  .mp-sec02-contit{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mp-sec02-stat-wrap .total{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .mp-sec02-stat-wrap table{
    border-top: none;
    margin-bottom: 30px;
  }
  .mp-sec02-stat-wrap table tr th{
    font-size: 16px;
    padding: 15px 0;
  }
  .mp-sec02-stat-wrap table tr.first{
    display: none;
  }
  .mp-sec02-stat-wrap table tr:last-child{
    border-bottom: none;
  }
  .mp-sec02-stat-wrap table tr{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(209,209,209);
    border-top: 2px solid rgb(25, 25, 25);
  }
  .mp-sec02-stat-wrap table tr td::before{
    content: attr(data-name);
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 4px;
  }
  .mp-sec02-stat-wrap1 table tr td.td02::before{
    display: none;
  }
  .mp-sec02-stat-wrap1 table tr td.td02{
    font-size: 17px;
  }
  .mp-sec02-stat-wrap table tr td{
    font-size: 16px;
    padding: 10px 0;
    text-align: left;
  }
  .mp-sec02-stat-wrap table tr td{
    width: 100% !important; 
  }
  .mp-sec02-stat-wrap1 table tr td.td01,
  .mp-sec02-stat-wrap1 table tr td.td05,
  .mp-sec02-stat-wrap1 table tr td.td03,
  .mp-sec02-stat-wrap1 table tr td.td04,
  .mp-sec02-stat-wrap1 table tr td.td06,
  .mp-sec02-stat-wrap1 table tr td.td07
  {
    width: 50% !important;
  }
  .mp-sec02-stat-wrap1 table tr td.td01{
    order: 1;
  }
  .mp-sec02-stat-wrap1 table tr td.td02{
    order: 0;
  }
  .mp-sec02-stat-wrap1 table tr td.td03{
    order: 3;
  }
  .mp-sec02-stat-wrap1 table tr td.td04{
    order: 4;
  }
  .mp-sec02-stat-wrap1 table tr td.td05{
    order: 2;
  }
  .mp-sec02-stat-wrap1 table tr td.td06{
    order: 5;
  }
  .mp-sec02-stat-wrap1 table tr td.td07{
    order: 6;
  }
  .refund-btn{
    padding: 3px 0;
    width: 100px;
    margin: 0;
  }
}

/* 하단 */

.mp-sec02-con-txtbox-wrap{
  margin-top: 20px;
  border-radius: 8px;
  background: #F6F6F6;
  padding: 10px;
}
.mp-sec02-con-txtbox-wrap .mp-sec02-con-txtbox{
  margin-bottom: 10px;
  padding: 8px 10px;
}
.mp-sec02-con-txtbox-wrap .mp-sec02-con-txtbox:last-child{
  margin-bottom: 0;
}
.mp-sec02-con-txtbox{
  padding: 16px 20px;
  border-radius: 8px;
  background: #F6F6F6;

  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 48px;
}
.mp-sec02-con-txtbox > img{
  width: 20px;
  display: block;
  position: relative;
  top: 6px;
}
.mp-sec02-con-txtbox p{
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.mp-sec02-stat-wrap table tr.chair-moreview-tr,
.mp-sec02-stat-wrap table tr.chair-moreview-tr td::before
{
  display: none;
}
.mp-sec02-stat-wrap table tr.chair-moreview-tr.on{
  display: table-row;
  padding-bottom: 0;
  border-top: none;
}
.mp-sec02-stat-wrap table tr.chair-tr{
  padding-bottom: 0;
}
.chair-moreview-tr td{
  width: 100%;
  padding: 0 !important;
}
.chair-moreview-btn{
  border: none;
  outline: none;
  cursor: pointer;
  width: 20px;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.mp-sec02-stat-wrap2 table tr td.td01{
  width: 150px; 
}
.mp-sec02-stat-wrap2 table tr td.td02{
  width: 100px; 
}
.mp-sec02-stat-wrap2 table tr .subject{
  padding-left: 40px;
}
.mp-sec02-stat-wrap2 table tr td.td04{
  width: 200px; 
}
.mp-sec02-stat-wrap2 table tr td.td05{
  width: 200px; 
}
.mp-sec02-stat-wrap2 table tr td.td06{
  width: 150px; 
}
.mp-sec02-stat-wrap2 table tr td.td07{
  width: 150px; 
}
.mp-sec02-stat-wrap2 table tr td.td08{
  width: 80px;
}
.chair-moreview-wrap{
  padding: 12px 30px;
  background: #F6F6F6;
}
.chair-moreview-wrap .moreview-line{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.chair-moreview-wrap .moreview-line > .moreview-smallbox{
  display: flex;
  gap: 4px;
}
.chair-moreview-wrap .moreview-line > .moreview-smallbox > p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .mp-sec02-con-txtbox{
    padding: 8px 10px;
    gap: 8px;
    margin-bottom: 30px;
  } 
  .mp-sec02-con-txtbox > img{
    display: none;
  }
  .mp-sec02-con-txtbox p{
    width: 100%;
    gap: 6px;
    font-size: 16px;
  }
  .mp-sec02-con-txtbox-wrap{
    margin-top: 12px;
    padding: 6px;
  }
  .mp-sec02-con-txtbox-wrap .mp-sec02-con-txtbox{
    margin-bottom: 4px;
    padding: 6px 7px;
  }
  .mp-sec02-con-txtbox-wrap .mp-sec02-con-txtbox:last-child{
    margin-bottom: 0;
  }
  .chair-moreview-btn{
    width: 16px;
    top: -1px;
  }

  .mp-sec02-stat-wrap2 table tr td.td01
  {
    width: 50% !important; 
    order: 3;
  }
  .mp-sec02-stat-wrap2 table tr td.td02{
    width: 50% !important;
    order: 2;
  }
  .mp-sec02-stat-wrap2 table tr .subject{
    padding-left: 0px;
    order: 0;
  }
  .mp-sec02-stat-wrap2 table tr td.td04{
    width: 50% !important;
    order: 1;
  }
  .mp-sec02-stat-wrap2 table tr td.td08{
    order: 6;
    width: 50% !important;
  }
  .mp-sec02-stat-wrap2 table tr td.td05{
    width: 50% !important;  
    order: 4;
  }
  .mp-sec02-stat-wrap2 table tr td.td06{
    width: 50% !important; 
    order: 5;
  }
  .mp-sec02-stat-wrap2 table tr td.td07{
    width: 100%; 
    order: 6;
  }
  .chair-moreview-wrap{
    padding: 12px 15px;
  }
  .chair-moreview-wrap .moreview-line{
    gap: 10px 12px;
  }
  .chair-moreview-wrap .moreview-line > .moreview-smallbox{
    width: 100%;
  }
  .chair-moreview-wrap .moreview-line > .moreview-smallbox > p{
    font-size: 15px;
  }
  .mp-sec02-stat-wrap table tr.chair-moreview-tr.on{
    display: flex;
  }

}

/* 나의강좌 */

.mp-sec02-stat-wrap3 tr td.td01{
  width: 100px;
}
.mp-sec02-stat-wrap3 tr > .subject{
  padding-left: 40px;
}
.mp-sec02-stat-wrap3 tr td.td03{
  width: 150px;
}

@media(max-width:1024px){
  .mp-sec02-stat-wrap3 tr{

  }
  .mp-sec02-stat-wrap3 tr td.td01{
    display: none;
  }
  .mp-sec02-stat-wrap3 tr > .subject{
    padding-left: 0px;
    order: 0;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .mp-sec02-stat-wrap3 tr td.td03::before{
    display: none;
  }
  .mp-sec02-stat-wrap3 tr td.td03{
    width: 100%;
    padding-top: 4px;
  }

}

/* 나의 게시물 */

.mp-sec02-stat-wrap4 table tr td.td01{
  width: 150px; 
}
.mp-sec02-stat-wrap4 table tr td.td02{
  width: 80px; 
}
.mp-sec02-stat-wrap4 table tr .subject{
  padding-left: 40px;
}
.mp-sec02-stat-wrap4 table tr td.td04{
  width: 250px; 
}
.mp-sec02-stat-wrap4 table tr td.td05{
  width: 180px; 
}
.mp-sec02-stat-wrap4 table tr td.td06{
  width: 150px; 
}
.mp-sec02-stat-wrap4 table tr td.td07{
  width: 130px; 
}
.mp-sec02-stat-wrap4 table tr td.td04 .time{
  display: block;
  margin-top: 1px;
  color: rgba(129, 129, 129, 1);
  font-size: 16px;
}
.mp-sec02-stat-wrap4 table tr .subject .refund-btn{
  display: inline-block;
  margin-left: 2px;
}

.club-list-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.club-list-line > li{
  width: calc(33.33% - (20px / 3));
}
.club-list-line > li .conbox{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(85,85,85,0.7);
  padding: 20px;
}
.club-list-line > li .conbox h3{
  font-size: 20px;
  font-weight: bold;
}
.club-list-line > li .conbox h3 span{
  font-weight: 400;
  font-size: 16px;
}
.club-list-line > li .conbox .con-id{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
.club-list-line > li .conbox .date{
  color: rgb(85,85,85);
  font-size: 15px;
}

@media(max-width:1024px){
  .mp-sec02-stat-wrap4 table tr td.td01{
    width: 50% !important; 
    order: 1;
  }
  .mp-sec02-stat-wrap4 table tr td.td02{
    width: 50% !important;
    order: 2; 
  }
  .mp-sec02-stat-wrap4 table tr .subject{
    padding-left: 0px;
    width: 100% !important;
    order: 0;
  }
  .mp-sec02-stat-wrap4 table tr td.td04{
    width: 100% !important;
    order: 3; 
  }
  .mp-sec02-stat-wrap4 table tr td.td05{
    width: 50% !important;
    order: 4; 
  }
  .mp-sec02-stat-wrap4 table tr td.td06{
    width: 50% !important; 
    order: 5;
  }
  .mp-sec02-stat-wrap4 table tr td.td07{
    width: 100% !important;
    order: 6; 
  }
  .mp-sec02-stat-wrap4 table tr td.td04 .time{
    display: block;
    margin-top: 1px;
    color: rgba(129, 129, 129, 1);
    font-size: 16px;
  }
  .mp-sec02-stat-wrap4 table tr .subject .refund-btn{
    display: inline-block;
    margin-left: 2px;
  }


  .club-list-line > li{
    width: calc(50% - 5px);
  }
  .club-list-line > li .conbox{
    padding: 20px 12px;
  }
  .club-list-line > li .conbox h3{
    font-size: 16px;
  }
  .club-list-line > li .conbox h3 span{
    font-size: 15px;
  }
  .club-list-line > li .conbox .con-id{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .club-list-line > li .conbox .date{
    font-size: 14px;
  }
}

/* 나의 결제내역 */

/* mypage */

.rsv-frmbox.refund-frmbox .con-line.refund-qu > .iptbox .n-ipt,
.rsv-frmbox.refund-frmbox .con-line.refund-qu > .iptbox .n-ipt2,
.rsv-frmbox.refund-frmbox .con-line.refund-name > .iptbox .n-ipt2
{
  max-width: 550px;
  width: 100%;
}
.rsv-frmbox.refund-frmbox .con-line.refund-qu > .iptbox .refund-ipt-txtbox{
  margin-top: 5px;
  display: none;
}
.refund-bank-line{
  max-width: 550px;
  width: 100%;
}
.refund-bank-line{ 
  display: flex;
  gap: 10px;
  align-items: center;
}
.refund-bank-line > select{
  width: 220px;
}
.refund-bank-line > .n-ipt2{
  width: calc(100% - 230px);
}
.refund-frmbox.refund-frmbox1{
  margin-bottom: 88px;
}
.rsv-frmbox.refund-frmbox .con-line > .iptbox{
  font-size: 18px;
}

@media(max-width:1024px){
  .rsv-frmbox.refund-frmbox .con-line.refund-qu > .iptbox .refund-ipt-txtbox{
    margin-top: 4px;
  }
  .refund-bank-line{ 
    gap: 6px;
    flex-wrap: wrap;
  }
  .refund-bank-line > select{
    width: 100%;
  }
  .refund-bank-line > .n-ipt2{
    width: 100%;
  }
  .refund-frmbox.refund-frmbox1{
    margin-bottom: 30px;
  }
  .rsv-frmbox.refund-frmbox .con-line > .iptbox{
    font-size: 16px;
  }
}

/* 환불신청 */

.nt-txtbox{
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 23px  20px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: rgb(246, 246, 246);
}
.nt-txtbox p{
  display: flex;
  gap: 6px;
  align-items: center;
}
.nt-txtbox p img{
  display: block;
  width: 20px;
}
.nt-txtbox p span{
  width: calc(100% - 26px);
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.18px;
  color: rgb(25, 25, 25);
}
.cate-tab-wrap{
  margin-bottom: 48px;
}
.cate-tab-wrap2{
  margin-top: 30px;
}
.club_sub_tab{
  margin-bottom: 60px;
}
.cate-tab-wrap .con-line{
  display: flex;
  background: #f6f6f6;
}
.cate-tab-wrap .con-line > li{
  flex: 1;
}
.cate-tab-wrap .con-line > li a{
  display: block;
  width: 100%;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: rgb(51, 51, 51);
  text-align: center;
  padding: 20px 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f6f6f6;
}
.cate-tab-wrap .con-line > li.active a,
.cate-tab-wrap .con-line > li a:hover
{
  border: solid 1px rgb(36, 107, 235);
  background-color: rgb(238, 248, 253);
  color: rgb(36, 107, 235);
  border-radius: 8px;
}

.list-top-wrap .con-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.list-count-p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(25, 25, 25);
}
.list-count-p .total{
   color: rgb(36, 107, 235);
}
.st-sel-ipt{
  outline: none;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(25, 25, 25);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/html/img/bu_select1.svg) no-repeat center right 12px / 20px;
  cursor: pointer;
  min-width: 140px;
}
.act_list_wrap{
  padding-top: 40px;
  margin-top: 20px;
  border-top: 4px solid rgb(25, 25, 25);
}
.act_list_wrap .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin-bottom: 84px;
}
.act_list_wrap .con-line > li{
  width: calc(25% - (126px / 4));
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 16px;
  border: solid 1px rgb(232, 232, 232);
  background-color: rgb(255, 255, 255);
}
.act_list_wrap .con-line > li .conbox{
  padding-left: 20px;
  padding-right: 20px;
}
.act_list_wrap .con-line > li .conbox .imgbox{
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.act_list_wrap .con-line > li .conbox .imgbox img{
  width: 100%;
  display: block;
}
.act_list_wrap .con-line > li .conbox .txtbox .subject{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: rgb(25, 25, 25);
  margin-bottom: 8px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.act_list_wrap .con-line > li .conbox .txtbox .date-line{
  display: flex;
  gap: 6px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.act_list_wrap .con-line > li .conbox .txtbox .date-line > p{
  font-size: 18px;
  font-weight: normal;
  color: rgb(85, 85, 85);
}
.act_list_wrap .con-line > li .conbox .txtbox .date-line > .tit{
  width: 65px;
}
.act_list_wrap .con-line > li .conbox .txtbox .date-line > .date-txt{
  width: calc(100% - 71px);
  text-align: right;
}
.act_list_wrap .con-line > li .conbox .txtbox .tag-wrap{
  margin-bottom: 24px;
}
.act_list_wrap .con-line > li .conbox .txtbox .tag-wrap p{
  font-size: 18px;
  font-weight: normal;
  color: rgb(69, 117, 245);
  display: flex;
  gap: 4px 6px;
  flex-wrap: wrap;
}
.act_list_wrap .con-line > li .conbox .txtbox .tag-wrap p span{
  display: block;
}
.act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line{
  display: flex;
  gap: 6px;
  align-items: center; 
}
.act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line .iconbox{
  width: 16px;
}
.act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(128, 128, 128);
}
.act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line p .now{
  color: rgb(69, 117, 245);
  font-weight: bold;
}
.act_list_wrap .con-line > li .conbox .txtbox .link-box a{
  display: block;
  border-radius: 8px;
  background: rgb(69, 117, 245);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px 0;
}
.act_list_wrap .con-line > li .conbox .txtbox .link-box.disabled a{
  background: rgb(218, 218, 218);
  color: rgb(153, 153, 153);
  cursor: no-drop;
}

.sub03_list_sec03{
  padding: 150px 0;
}
.sub03_list_sec03 .con-wrap{
  border: solid 1px rgb(209, 209, 209);
  border-top: 4px solid rgb(25,25,25);
}
.sub03_list_sec03 .con-wrap .con-line{
  display: flex;
}
.sub03_list_sec03 .con-wrap .con-line > li{
  flex: 1;
}
.sub03_list_sec03 .con-wrap .con-line > li.right{
  display: flex;
  align-items: center;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox{
  padding: 40px 20px 40px 40px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > h3{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .telbox{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -1px;
  color: rgb(36, 107, 235);
  margin-bottom: 36px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .telbox img{
  width: 64px;
  display: block;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox{
  margin-bottom: 36px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox:last-child{
  margin-bottom: 0;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > h4{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: rgb(25, 25, 25);
  margin-bottom: 18px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline:last-child{
  margin-bottom: 0;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline > .tit{
  width: 150px;
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline > .txt{
  width: calc(100% - 150px);
}
.sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
}


@media(max-width:1024px){
  .nt-txtbox{
    margin-top: 12px;
    margin-bottom: 30px;
    padding: 16px 10px;
  }
  .nt-txtbox p{
    gap: 4px;
  }
  .nt-txtbox p img{
    width: 18px;
  }
  .nt-txtbox p span{
    width: calc(100% - 22px);
    font-size: 16px;
  }
  .cate-tab-wrap{
    margin-bottom: 30px;
  }
  .cate-tab-wrap .con-line{
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    gap: 4px;
  }
  .cate-tab-wrap .con-line > li{
    flex: none;
    width: calc(50% - 2px);
    background: #f6f6f6;
  }
  .cate-tab-wrap .con-line > li a{
    font-size: 16px;
    padding: 10px 2px;
  }

  .list-top-wrap .con-line{
    gap: 8px;
  }
  .list-count-p{
    font-size: 16px;
  }
  .st-sel-ipt{
    padding: 10px 15px;
    font-size: 16px;
  }
  .act_list_wrap{
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid rgb(25, 25, 25);
  }
  .act_list_wrap .con-line{
    gap: 30px 10px;
    margin-bottom: 30px;
  }
  .act_list_wrap .con-line > li{
    width: calc(50% - 5px);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
  }
  .act_list_wrap .con-line > li .conbox{
    padding-left: 10px;
    padding-right: 10px;
  }
  .act_list_wrap .con-line > li .conbox .imgbox{
    margin-bottom: 12px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .subject{
    font-size: 18px;
    margin-bottom: 10px;
    height: 47px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .date-line{
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .date-line > p{
    font-size: 15px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .date-line > .tit{
    width: 100%;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .date-line > .date-txt{
    width: 100%;
    text-align: left;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .tag-wrap{
    margin-bottom: 12px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .tag-wrap p{
    font-size: 15px;
    gap: 3px 5px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap{
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line{
    gap: 4px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line .iconbox{
    width: 14px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .ps-situ-wrap .ps-situ-line p{
    font-size: 15px;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .link-box a{
    padding: 6px 0;
  }

  .sub03_list_sec03{
    padding: 60px 0;
  }
  .sub03_list_sec03 .con-wrap{
    border-top: 1px solid rgb(25,25,25);
  }
  .sub03_list_sec03 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 0px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox{
    padding: 30px 15px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > h3{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .telbox{
    gap: 8px;
    font-size: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .telbox img{
    width: 32px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox{
    margin-bottom: 16px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline{
    margin-bottom: 6px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline > .tit{
    width: 100px;
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline > .txt{
    width: calc(100% - 100px);
  }
  .sub03_list_sec03 .con-wrap .con-line > li.right .txtbox > .infobox > .info-subline p{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .act_list_wrap .con-line > li{
    width: 100%;
  }
  .act_list_wrap .con-line > li .conbox .txtbox .subject{
    height: auto;
  }
}

@media(max-width:330px){
  .nt-txtbox{
    padding: 10px 5px;
  }
  .nt-txtbox p {
    flex-wrap: wrap;
    gap: 4px;
  }
  .nt-txtbox p img{
    margin: 0 auto;
  }
  .nt-txtbox p span{
    width: 100%;
    text-align: center;
  }
}

/* list */

.sub03_view_sec01 .tit_box{
  margin-bottom: 64px;
}
.atpd-top-wrap{
  padding-bottom: 120px;
  margin-bottom: 54px;
  border-bottom: 2px solid rgb(25,25,25);
}
.atpd-top-wrap .con-line{
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.atpd-top-wrap .con-line > .left{
  width: 40%;
}
.atpd-top-wrap .con-line > .right{
  width: calc(60% - 50px);
}
.atpd-top-wrap .con-line > .left img{
  width: 100%;
}
.atpd-top-wrap .con-line > .right .tit-line{
  padding-bottom: 20px;
  margin-bottom: 21px;
  border-bottom: 1px solid rgb(25,25,25);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.atpd-top-wrap .con-line > .right .tit-line > .subject{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: rgb(25, 25, 25);

  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.atpd-top-wrap .con-line > .right .tit-line > .subject .share-btn{
  position: relative;
  top: 3px;
}
.share-btn{
  padding: 8px;
  border-radius: 8px;
  border: solid 1px rgb(225, 225, 225);
  cursor: pointer;
  outline: none;
  background: #fff;
}
.share-btn img{
  display: block;
  width: 24px;
}
.go-list a{
  display: flex;
  gap: 4px;
  padding: 10px 16px;
  border-radius: 8px;
  border: solid 1px rgb(225, 225, 225);

  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: rgb(51, 51, 51);
  position: relative;
  top: 4px;
}
.go-list a img{
  width: 20px;
}
.atpd-top-wrap .con-line > .right .info-wrap{
  margin-bottom: 52px;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line{
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line:last-child{
  margin-bottom: 0;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > div > p,
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt
{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .tit p{
  font-weight: bold;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .tit{
  width: 100px;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt{
  width: calc(100% - 100px);
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt .info-subline{
  display: flex;
  gap: 5px;
  align-items: center;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt .info-subline > .tit{
  width: 95px;
}
.atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt .info-subline > .txt{
  width: calc(100% - 100px);
}



.blue,
.blue *
{
  color: rgb(36, 107, 235);
}
.submit-box > a{
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  background-color: rgb(36, 107, 235);
  padding: 18px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: center;
}
.submit-box > a:hover{
  text-decoration: underline;
}

.sub03_view{
  padding-bottom: 240px;
}
.atpd-bottom-wrap .conbox1{
  margin-bottom: 72px;
}
.atpd-bottom-wrap .conbox1 > h3,
.baw-titline
{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(25, 25, 25);
  margin-bottom: 24px;
}
.atpd-bottom-wrap .conbox1 > h3 img,
.baw-titline img
{
  display: block;
  width: 24px;
}
.atpd-bottom-wrap .conbox1 p{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: rgb(51, 51, 51);
}
.atpd-bottom-wrap .conbox2 h3{
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(209,209,209);

  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
}
.atpd-bottom-wrap .conbox2 .content_box img{
  margin-bottom: 16px;
}
.atpd-bottom-wrap .conbox2 .content_box{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(51, 51, 51);
}


.sub03_view_sec01 .more_link{display: flex;justify-content: center;gap: 26px;margin-top: 80px;}
.sub03_view_sec01 .more_link a{display: flex;justify-content: center;align-items: center;gap: 10px;width: 80%;max-width: 365px;font-size: 20px;font-weight: 600;color: #191919;line-height: 1;text-align: center;padding: 15px;border: #555555 solid 1px;border-radius: 8px;transition: background-color 0.3s, color 0.3s;}
.sub03_view_sec01 .more_link a img{transition: filter 0.3s;}
.sub03_view_sec01 .more_link a:hover{background-color: #191919;color: #fff;}
.sub03_view_sec01 .more_link a:hover img{filter: invert(1) brightness(1);}

@media(max-width:1024px){
  .sub03_view_sec01 .tit_box{
    margin-bottom: 20px;
  }
  .atpd-top-wrap{
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(25,25,25);
  }
  .atpd-top-wrap .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .atpd-top-wrap .con-line > .left{
    width: 100%;
  }
  .atpd-top-wrap .con-line > .right{
    width: 100%;
  }
  .atpd-top-wrap .con-line > .right .tit-line{
    padding-bottom: 12px;
    margin-bottom: 13px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .atpd-top-wrap .con-line > .right .tit-line > .subject{
    font-size: 20px;
    width: 100%;
    order: 1;
  }
  .atpd-top-wrap .con-line > .right .tit-line > .go-list{
    order: 0;
  }
  .share-btn{
    padding: 6px 4px;
  }
  .share-btn img{
    width: 18px;
  }
  .go-list a{
    padding: 7px 8px;
    font-size: 16px;
    top: 2px;
  }
  .go-list a img{
    width: 18px;
  }
  .atpd-top-wrap .con-line > .right .info-wrap{
    margin-bottom: 30px;
  }
  .atpd-top-wrap .con-line > .right .info-wrap .info-line{
    flex-wrap: wrap;
    gap: 4px;
  }
  .atpd-top-wrap .con-line > .right .info-wrap .info-line > div > p,
  .atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt
  {
    font-size: 16px;
  }
  .atpd-top-wrap .con-line > .right .info-wrap .info-line > .tit{
    width: 100%;
  }
  .atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt{
    width: 100%;
  }
  .submit-box > a{
    padding: 12px 0;
    font-size: 16px;
  }

  .atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt .info-subline > .tit{
    width: 80px;
  }
  .atpd-top-wrap .con-line > .right .info-wrap .info-line > .txt .info-subline > .txt{
    width: calc(100% - 85px);
  }

  .atpd-top-wrap .con-line > .right .submit-box > a{
    max-width: 100%;
  }

  .sub03_view{
    padding-bottom: 80px;
  }
  .atpd-bottom-wrap .conbox1{
    margin-bottom: 30px;
  }
  .atpd-bottom-wrap .conbox1 > h3,
  .baw-titline
  {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .atpd-bottom-wrap .conbox1 > h3 img,
  .baw-titline img
  {
    width: 18px;
  }
  .atpd-bottom-wrap .conbox1 p{
    font-size: 16px;
  }
  .atpd-bottom-wrap .conbox2 h3{
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .atpd-bottom-wrap .conbox2 .content_box img{
    margin-bottom: 8px;
  }
  .atpd-bottom-wrap .conbox2 .content_box{
    font-size: 15px;
  }

  .sub03_view_sec01 .more_link{margin-top: 60px;}
  .sub03_view_sec01 .more_link a{gap: 8px;font-size: 18px;padding: 12px;}
}

@media(max-width:768px){
  .sub03_view_sec01 .more_link{align-items: center;gap: 6px;margin-top: 40px; flex-wrap: wrap;}
  .sub03_view_sec01 .more_link a{gap: 8px;font-size: 16px;padding: 6px 10px;
  width: 100%;
  max-width: 100%;
  }
}

/* view */

.sub03_write_txtarea{
  max-width: 590px;
  width: 100%;
  height: 150px;
}
.sub03_write .rsv-frm-chkbox{
  margin-top: 40px;
  padding: 30px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
}
@media(max-width:1024px){
  .sub03_write_txtarea{
    height: 120px;
  }
  .sub03_write .rsv-frm-chkbox{
    margin-top: 30px;
    padding: 20px 10px;
  }
}

/* write */


.sub03_club_create1_sct1{
  padding-bottom: 150px;
}
.sub03_club_create1_sct1 .txtbox{
  text-align: center;
  margin-bottom: 36px; 
  margin-top: 72px;
}
.sub03_club_create1_sct1 .txtbox h3{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.64px;
  color: rgb(25, 25, 25);
}
.sub03_club_create1_sct1 .txtbox p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
}
.sub03_club_create1_sct1 .link-line{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 120px; 
}
.sub03_club_create1_sct1 .link-line a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 4px;
  border-radius: 8px;
  border: solid 1px rgb(85, 85, 85);
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
  width: 240px;
}
.sub03_club_create1_sct1 .link-line a:hover{
  text-decoration: underline;
}
.sub03_club_create1_sct1 .link-line a img{
  display: block;
  width: 22px;
}
.sub03_club_create1_sct1 .bottom-con-wrap{
  position: relative;
  width: 100%;
  background-color: rgb(241, 248, 255);
  padding: 100px 60px;
  padding-bottom: 30px;
}
.sub03_club_create1_sct1 .bottom-con-wrap > h3{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 610px;
  width: 100%;
  text-align: center;
  padding: 22px 15px;
  border-radius: 20px;
  background-color: rgb(52, 123, 255);
}
.sub03_club_create1_sct1 .bottom-con-wrap > h3 span{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line{
  display: flex;
  gap: 60px;
  margin-bottom: 28px;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li{
  flex: 1;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li::after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: url(/html/img/create-img05.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%,-50%);
  -webkit-transform: translate(100%,-50%);
  z-index: -0;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li:last-child::after{
  display: none;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox{
  padding: 68px 30px 34px 30px;
  position: relative;
  z-index: 2;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox .iconbox{
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox .con-txtbox{
  text-align: center;
}
.sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox .con-txtbox p{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
}
.sub03_club_create1_sct1 .bottom-con-wrap .bt-txt{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .sub03_club_create1_sct1{
    padding-bottom: 100px;
  }
  .sub03_club_create1_sct1 .txtbox{
    margin-bottom: 18px; 
    margin-top: 36px;
  }
  .sub03_club_create1_sct1 .txtbox h3{
    font-size: 20px;
  }
  .sub03_club_create1_sct1 .txtbox p{
    font-size: 16px;
  }
  .sub03_club_create1_sct1 .link-line{
    gap: 8px;
    margin-bottom: 80px; 
    flex-wrap: wrap;
  }
  .sub03_club_create1_sct1 .link-line a{
    padding: 10px 4px;
    font-size: 16px;
    width: 100%;
  }
  .sub03_club_create1_sct1 .link-line a img{
    width: 20px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap{
    padding: 40px 12px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap > h3{
    max-width: 100%;
    width: 80%;
    padding: 12px 10px;
    border-radius: 12px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap > h3 span{
    font-size: 20px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line{
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 16px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line > li::after{
    width: 10px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line > li:nth-child(2)::after{
    display: none;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox{
    padding: 30px 15px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox .iconbox{
    margin-bottom: 16px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .con-line > li .conbox .con-txtbox p{
    font-size: 16px;
  }
  .sub03_club_create1_sct1 .bottom-con-wrap .bt-txt{
    font-size: 15px;
  }
}

/* 동아리 신청 스텝1 */

/* 청소년활동 */


.sub05-2-sec01 .tit_box{
  margin-bottom: 90px;
}

.program-cat-sel-wrap{
  padding: 28px;
  border-radius: 20px;
  background-color: rgb(246, 246, 246);
  margin-bottom: 44px;
}
.program-cat-sel-wrap .cat-line-wrap .con-line{
  display: flex;
  gap: 20px;
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li{
  flex: 1;
  border-radius: 8px;
  border: solid 1px rgb(225, 225, 225);
  background: #fff;
  overflow: hidden;
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li .contit{
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: rgb(25, 25, 25);
  border-bottom: solid 1px rgb(225, 225, 225);
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div{
  height: 267px;
  overflow-y: auto;
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div > a{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(102, 112, 133);
  display: block;
  padding: 15px 24px;
}
.program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div > a:hover,
.program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div > a.active{
  color: rgb(52, 123, 255);
  background-color: rgb(238, 248, 253);
}

.program-filter-wrap{
  border-radius: 20px;
  background-color: rgb(246, 246, 246);
  padding: 40px 32px;
}
.program-filter-wrap .con-line1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.program-filter-wrap .pg-filter-line{
  display: flex;
  align-items: center;
}
.program-filter-wrap .pg-filter-line .filter-tit{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(29, 29, 29);
  width: 42px;
}
.program-filter-wrap .pg-filter-line.fourwords .filter-tit{
  width: 77px;
}
.program-filter-wrap .pg-filter-line .filter-selbox{
  width: 400px;
}
.program-filter-wrap .pg-filter-line .filter-databox .chk-line{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: #e6e6e6;
  background: #fff;
}
.program-filter-wrap .pg-filter-line .filter-databox .chk-line > div{
  position: relative;
}
.program-filter-wrap .pg-filter-line .filter-databox .chk-line > div input{
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.program-filter-wrap .pg-filter-line .filter-databox .chk-line > div label{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  text-align: center;
  color: rgb(102, 112, 133);
  /* width: 48px; */
  width: auto;
  padding: 0 10px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.program-filter-wrap .pg-filter-line .filter-databox .chk-line > div input:checked + label,
.program-filter-wrap .pg-filter-line .filter-databox .chk-line > div label:hover
{
  background-color: rgb(29, 29, 29);
  color: #fff;
}
.program-filter-wrap .con-line1 > .right{
  display: flex;
  gap: 30px;
}
.program-filter-wrap .con-line2{
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.program-filter-wrap .con-line2 > .left{
  width: 209px;
}
.program-filter-wrap .con-line2 > .right{
  width: calc(100% - 239px);
}
.filter-search-chk .radio-box{
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-search-chk .radio-box > div{
  display: flex;
  align-items: center;
  gap: 4px;
}
.filter-search-chk .radio-box label{
  font-size: 18px;
  font-weight: normal;
  color: rgb(66, 66, 66);
  cursor: pointer;
}
.www-filter-line .iptbox{
  width: calc(100% - 306px);
}
.www-filter-line .iptbox .n-ipt{
  width: calc(100% - 10px);
}
.www-filter-line .submitbtn{
  width: 264px;
}
.www-filter-line .submitbtn button{
  display: block;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: rgb(36, 107, 235);
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
.www-filter-line .submitbtn button:hover{
  text-decoration: underline;
}


.sub05-2-stat01{
  margin-top: 60px;
}
.sub05-2-stat01 .list-top-wrap{
  margin-bottom: 15px;
}
.sub05-2-stat01 tr .subject{
  text-align: left;
}
.sub05-2-stat01 tr .td01{
  width: 45%;
}
.sub05-2-stat01 tr .td02{
  width: 15%;
}
.sub05-2-stat01 tr .td03{
  width: 15%;
}
.sub05-2-stat01 tr .td04{
  width: 15%;
}
.sub05-2-stat01 tr .td05{
  width: 10%;
}
.sub05-2-stat01 tr th.subject{
  padding-left: 200px;
}

.sub05-2-stat01 tr td.td01 .subject-line{
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub05-2-stat01 tr td.td01 .subject-line.notyet{
  cursor: default;
}
.sub05-2-stat01 tr td.td01 a.subject-line:not(.notyet):hover .txtbox h3{
  text-decoration: underline;
}
.sub05-2-stat01 tr td.td01 .subject-line img{
  display: block;
  width: 180px;
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox{
  width: calc(100% - 200px);
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .top-txtbox{
  margin-bottom: 4px;
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .top-txtbox span{
  display: inline-block;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: rgb(125, 125, 125);
  border-radius: 8px;
  background-color: rgb(246, 246, 246);
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox h3{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
  margin-bottom: 4px;
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox p,
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .bottom-txtbox p
{
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: rgb(51, 51, 51);
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox p::after{
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: rgb(217,217,217);
  position: absolute;
  top: 50%;
  right: -8.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox p:last-child::after{
  display: none;
}
.sub05-2-stat01 tr td .situ02,
.sub05-2-stat01 tr td .situ01{
  cursor: pointer;
}
.sub05-2-stat01 tr td .situ02:hover,
.sub05-2-stat01 tr td .situ01:hover{
  text-decoration: underline;
}
.sub05-2-stat01 tr td .situ03{
  cursor: no-drop;
}

.sub05-2-floating{
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  z-index: 99;

  display: none !important;
}
.sub05-2-floating button{
  display: block;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
  border-radius: 100%;
}

@media(max-width:1500px){
  .program-filter-wrap .pg-filter-line .filter-selbox{
    width: 350px;
  }
  .program-filter-wrap .con-line1 > .right{
    gap: 10px;
  }
  .program-filter-wrap{
    padding: 40px 20px;
  }
}

@media(max-width:1350px){
  .program-filter-wrap .pg-filter-line .filter-selbox{
    width: 250px;
  }
}

@media(max-width:1024px){
  .sub05-2-sec01 .tit_box{
    margin-bottom: 30px;
  }

  .program-cat-sel-wrap{
    padding: 20px 15px;
    border-radius: 16px;
    margin-bottom: 30px;
  }
  .program-cat-sel-wrap .cat-line-wrap .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .program-cat-sel-wrap .cat-line-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .program-cat-sel-wrap .cat-line-wrap .con-line > li .contit{
    padding: 10px 20px;
    font-size: 16px;
  }
  .program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div{
    height: 200px;
  }
  .program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div > a{
    font-size: 16px;
    padding: 6px 20px;
  }
  .sub05-2-sec01 .cate-tab-wrap .con-line > li{
    width: calc(50% - 2px);
  }


  .program-filter-wrap{
    border-radius: 16px;
    padding: 20px 15px;
  }
  .program-filter-wrap .con-line1{
    justify-content: flex-start;
    gap: 10px;
  }
  .program-filter-wrap .con-line1 > .left,
  .program-filter-wrap .con-line1 > .right{
    width: 100%;
  }
  .program-filter-wrap .pg-filter-line .filter-tit{
    font-size: 16px;
    width: 70px;
  }
  .program-filter-wrap .pg-filter-line.fourwords .filter-tit{
    width: 70px;
  }
  .program-filter-wrap .pg-filter-line .filter-selbox{
    width: calc(100% - 70px);
  }
  .program-filter-wrap .pg-filter-line .filter-databox .chk-line > div label{
    font-size: 16px;
    /* width: 36px; */
    padding: 0 8px;
    height: 36px;
  }
  .program-filter-wrap .con-line1 > .right{
    gap: 10px;
    flex-wrap: wrap;
  }
  .program-filter-wrap .con-line1 > .right .pg-filter-line{
    width: 100%;
  }
  .program-filter-wrap .con-line2{
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .program-filter-wrap .con-line2 > .left{
    width: 100%;
  }
  .program-filter-wrap .con-line2 > .right{
    width: 100%;
    flex-wrap: wrap;
  }
  .filter-search-chk .radio-box{
    gap: 8px;
    flex-wrap: wrap;
  }
  .filter-search-chk .radio-box label{
    font-size: 16px;
  }
  .www-filter-line{
    flex-wrap: wrap;
  }
  .www-filter-line .iptbox{
    width: calc(100% - 70px);
  }
  .www-filter-line .iptbox .n-ipt{
    width: 100%;
  }
  .www-filter-line .submitbtn{
    width: 100%;
    margin-top: 30px;
  }
  .www-filter-line .submitbtn button{
    padding: 6px 10px;
    font-size: 16px;
  }



  .sub05-2-stat01{
    margin-top: 30px;
  }
  .sub05-2-stat01 .list-top-wrap{
    margin-bottom: 10px;
  }
  .sub05-2-stat01 tr .td01{
    width: 100%;
  }
  .sub05-2-stat01 tr .td02{
    width: 100%;
  }
  .sub05-2-stat01 tr .td03{
    width: 100%;
  }
  .sub05-2-stat01 tr .td04{
    width: 100%;
  }
  .sub05-2-stat01 tr .td05{
    width: 100%;
  }
  .sub05-2-stat01 tr th.subject{
    padding-left: 0px;
  }

  .sub05-2-stat01 tr td.td01 .subject-line{
    gap: 10px;
    flex-wrap: wrap
  }
  .sub05-2-stat01 tr td.td01 .subject-line img{
    width: 100%;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox{
    width: 100%;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox .top-txtbox{
    margin-bottom: 3px;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox .top-txtbox span{
    padding: 4px 12px;
    font-size: 16px;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox h3{
    font-size: 16px;
    margin-bottom: 3px;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox{
    gap: 6px;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox p,
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox .bottom-txtbox p
  {
    font-size: 15px;
  }
  .sub05-2-stat01 tr td.td01 .subject-line .txtbox .sub-txtbox p::after{
    position: relative;
    right: 0;
    top: 0;
    transform: initial;
    -webkit-transform: initial;
    content: ",";
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
  }
  .sub05-2-stat01 table tr td::before{
    font-weight: bold !important;
  }

  .sub05-2-floating{
    bottom: 20px;
    right: 20px;
    width: 60px;
  }
}

@media(max-width:767px){
  .program-cat-sel-wrap .cat-line-wrap .con-line > li{
    width: 100%;
  }
  .program-cat-sel-wrap .cat-line-wrap .con-line > li .sel-div{
    max-height: 200px;
    height: auto;
  }
}

@media(max-width:400px){
  .program-filter-wrap .pg-filter-line{
    flex-wrap: wrap;
    gap: 4px;
  }
  .program-filter-wrap .pg-filter-line .filter-tit,
  .program-filter-wrap .pg-filter-line > div
  {
    width: 100% !important;
  }
}

@media(max-width:350px){
  .program-filter-wrap .pg-filter-line .filter-databox .chk-line > div label{
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

/* 수강신청 */


.cm-popup-wrap01{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.cm-popup-wrap01::before{ 
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
}
.cm-popup-wrap01 .cmpop01-box{
  padding: 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  z-index: 2;
  bottom: 140px;
  right: 30px;
  position: absolute;
  max-width: 600px;
  width: 100%;
}
.cm-popup-wrap01 .cmpop01-box .cmpop01-cat{
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(46, 46, 46);
  margin-bottom: 20px;
}
.cm-popup-wrap01 .cmpop01-box .midium-box{
  margin-bottom: 24px;
}
.cm-popup-wrap01 .cmpop01-box .midium-box:last-child{
  margin-bottom: 0;
}
.cm-popup-wrap01 .cmpop01-box .midium-tit{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(24, 29, 39);
  position: relative;
  padding-left: 11px;
  margin-bottom: 16px;
}
.cm-popup-wrap01 .cmpop01-box .midium-tit::before{
  content: "";
  width: 3px;
  height: 80%;
  background-color: rgb(0, 119, 255);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cm-popup-wrap01 .cmpop01-box .cmpop01-stat01{
  width: 100%;
  border-spacing: 0;
  border: 1px solid rgb(209, 209, 209);
  border-bottom: none;
  border-right: none;
}
.cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr th,
.cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr td{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-align: center;
  color: rgb(25, 25, 25);
  padding: 12px 5px;
  border-bottom: 1px solid rgb(209, 209, 209);
  border-right: 1px solid rgb(209, 209, 209);
}
.cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr th{
  background-color: rgb(245, 246, 250);
}
.cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr td{
  color: rgb(102, 112, 133);
  padding-top: 7px;
  padding-bottom: 7px;
}
.cm-popup-wrap01 .cmpop01-box .midium-txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  margin-bottom: 4px;
}
.cm-popup-wrap01 .cmpop01-box .midium-txtbox p:last-child{
  margin-bottom: 0;
}



.cmpop01-smalltxt{
  margin-top: 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  color: rgb(102, 112, 133);
}
.pgpop-paging{
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, .05);
}
.pgpop-paging > .pgpop-prev,
.pgpop-paging > .pgpop-next{
  width: 26px;
  cursor: pointer;
  display: block;
}
.pgpop-paging .pgpop-paging-numbox{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: rgb(65, 70, 81);
  max-width: 65px;
}
.cmpop01-closebtn{
  padding: 14px 24px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  text-align: center;
  color: rgb(85, 85, 85);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cmpop01-closebtn:hover{
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.pgpop-swiper{
  overflow: hidden;
}
.cmpop01-ovc-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.cmpop01-ovc-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


.fac-selpopup-wrap.cm-popup-wrap01 .cmpop01-box{
  max-width: 1024px;
  bottom: initial;
  right: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.fac-selpopup-wrap2.cm-popup-wrap01 .cmpop01-box{
  max-width: 600px;
  bottom: initial;
  right: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.fac-selpopup-wrap.cm-popup-wrap01 .res-cal-wrap .cal-tb td{
  height: 60px !important;
}
.fac-selpopup-wrap.cm-popup-wrap01 .rsv-frm-submit-line,
.fac-selpopup-wrap2.cm-popup-wrap01 .rsv-frm-submit-line
{
  margin-top: 30px;
}
.fac-selpopup-wrap.cm-popup-wrap01 .rsv-frm-submit-line button,
.fac-selpopup-wrap2.cm-popup-wrap01 .rsv-frm-submit-line button
{
  padding: 12px 0;
  width: 180px;
}




@media(max-width:1024px){
  .cm-popup-wrap01 .cmpop01-box .cmpop01-cat{
    padding: 10px 15px;
    font-size: 18px;
  }
  .cm-popup-wrap01 .cmpop01-box .midium-box{
    margin-bottom: 12px;
  }
  .cm-popup-wrap01 .cmpop01-box .midium-tit{
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 6px;
  }
  .cm-popup-wrap01 .cmpop01-box .midium-tit::before{
    width: 2px;
  }
  .cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr th,
  .cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr td{
    font-size: 13px;
    padding: 7px 3px;
  }
  .cm-popup-wrap01 .cmpop01-box .cmpop01-stat01 tr td{
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .cm-popup-wrap01 .cmpop01-box .midium-txtbox p{
    font-size: 13px;
    margin-bottom: 3px;
  }
  .cmpop01-smalltxt{
    margin-top: 9px;
    font-size: 13px;
  }
  .pgpop-paging{
    gap: 6px;
    margin-bottom: 15px;
  }
  .pgpop-paging > .pgpop-prev,
  .pgpop-paging > .pgpop-next{
    width: 24px;
  }
  .pgpop-paging .pgpop-paging-numbox{
    font-size: 15px;
    max-width: 60px;
  }
  .cmpop01-closebtn{
    padding: 10px 15px;
  }


  .fac-selpopup-wrap.cm-popup-wrap01 .res-cal-wrap .cal-tb td{
    height: 40px !important;
  }
  .fac-selpopup-wrap.cm-popup-wrap01 .rsv-frm-submit-line,
  .fac-selpopup-wrap2.cm-popup-wrap01 .rsv-frm-submit-line
  {
    margin-top: 20px;
  }
  .fac-selpopup-wrap.cm-popup-wrap01 .rsv-frm-submit-line button,
  .fac-selpopup-wrap2.cm-popup-wrap01 .rsv-frm-submit-line button
  {
    padding: 8px 0;
    width: calc(50% - 5px);
  }
  .fac-selpopup-wrap2 .cmpop01-ovc-box{
    min-height: 100px;
  }
}


.cm-popup-wrap02{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.cm-popup-wrap02 .bg{ 
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
}
.cm-popup-wrap02 .cmpop01-box{
  padding: 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  position: absolute;
  max-width: 800px;
  width: 100%;
}
.cm-popup-wrap02 .cmpop01-box .cmpop01-cat{
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(52, 123, 255);
  margin-bottom: 20px;
}
.cm-popup-wrap02 .cmpop01-box .midium-box{
  margin-bottom: 24px;
}
.cm-popup-wrap02 .cmpop01-box .midium-box:last-child{
  margin-bottom: 0;
}
.cm-popup-wrap02 .cmpop01-box .midium-tit{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(24, 29, 39);
  position: relative;
  padding-left: 11px;
  margin-bottom: 16px;
}
.cm-popup-wrap02 .cmpop01-box .midium-tit::before{
  content: "";
  width: 3px;
  height: 80%;
  background-color: rgb(0, 119, 255);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cm-popup-wrap02 .cmpop01-box .midium-txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  margin-bottom: 4px;
}
.cm-popup-wrap02 .cmpop01-box .midium-txtbox p:last-child{
  margin-bottom: 0;
}
.cm-popup-wrap02 .cmpop01-box .midium-txtbox p .p-tit{
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.cm-popup-wrap02 .cmpop01-box .midium-txtbox p .p-dsc{
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.cm-popup-wrap02 .cmpop01-box .midium-txtbox p .p-dsc:last-child{
  margin-bottom: 0;
}
.popup-bottom-subtxt{
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px;
  border: 1px solid rgb(219,219,219);
  border-radius: 8px;
}
.popup-bottom-subtxt span:not(.bg-gray){
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding-left: 12px;
}
.popup-bottom-subtxt span.bg-gray{
  display: block;
  position: relative;
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px;
  margin-top: 10px;
  width: calc(100% + 12px);
  left: -12px;
}
.popup-bottom-subtxt span:not(.bg-gray)::before{
  content: "·";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-bottom-subtxt span:not(.bg-gray):last-child{
  margin-bottom: 0;
}
.popup-bottom-subtxt span .mb8{
  display: block;
  margin-bottom: 8px;
}
.popup-bottom-subtxt span .blue{
  color: #0070C2;
}
.cm-popup-wrap02-closebtn{
  padding: 14px 24px;
  border-radius: 8px;
  background: #000;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 30px;
}
.cm-popup-wrap02-closebtn:hover{
  text-decoration: underline;
}


@media(max-width:1024px){
  .cm-popup-wrap02 .cmpop01-box{
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    max-width: 600px;
    width: calc(100% - 30px);
  }
  .cm-popup-wrap02 .cmpop01-box .cmpop01-cat{
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .cm-popup-wrap02 .cmpop01-box .midium-box{
    margin-bottom: 10px;
  }
  .cm-popup-wrap02 .cmpop01-box .midium-tit{
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 6px;
  }
  .cm-popup-wrap02 .cmpop01-box .midium-tit::before{
    width: 2px;
  }

  .cm-popup-wrap02 .cmpop01-box .midium-txtbox p{
    font-size: 15px;
    margin-bottom: 3px;
  }
  .popup-bottom-subtxt{
    font-size: 15px;
    padding: 8px;
  }
  .cm-popup-wrap02-closebtn{
    padding: 8px 15px;
    margin-top: 16px;
  }
}

/* 사용자페이지 팝업박스 */

.atpd-top-wrap .con-line > .left .frm-date{
  margin-top: 20px;
  width: 100%;
  text-align: center;
  background-color: rgb(25, 25, 25);
  padding: 7px 5px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
}

.atpd-bottom-wrap .submit-box{
  margin-top: 60px;
}
.atpd-bottom-wrap .submit-box a{
  margin: 0 auto;
}

@media(max-width:1024px){
  .atpd-top-wrap .con-line > .left .frm-date{
    margin-top: 10px;
    font-size: 16px;
    padding: 5px;
  }
  .atpd-top-wrap .con-line > .left .frm-date b{
    display: block;
  }
  .atpd-bottom-wrap .submit-box{
    margin-top: 30px;
  }
  .atpd-bottom-wrap .submit-box a{
    max-width: 100%;
  }
}


/* 강좌 신청상세 */

.sub05-2-2{
  padding-bottom: 150px;
}
.rsv-frm-midium-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 32px 0;
  border-bottom: solid 1px rgb(221, 221, 221);
}
.rsv-frm-midium-line > .left{
  width: calc(100% -320px);
}
.rsv-frm-midium-line > .right{
  width: 300px;
  text-align: right;
}

.rsv-frm-midium-line > .left .con-line2{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.rsv-frm-midium-line > .left .con-line2 > li .txtbox{
  display: flex;
  align-items: center;
  gap: 8px;
}
.rsv-frm-midium-line > .left .con-line2 > li .txtbox .tit{
  font-size: 13.3px;
  font-weight: bold;
  letter-spacing: normal;
  color: rgb(46, 46, 46);
  padding: 11px 20px;
  min-width: 90px;
  border-radius: 6px;
  background-color: rgb(237, 237, 237);
  text-align: center;
}
.rsv-frm-midium-line > .left .con-line2 > li .txtbox .dsc{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(51, 51, 51);
}
.rsv-frm-midium-line > .right .price-txtbox{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.18px;
  color: rgb(25,25,25);
}
.rsv-frm-midium-line > .right .price-txtbox span.price{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: right;
  color: rgb(0, 112, 194);
}
.rsv-frm-midium-line > .right .price-txtbox span.bar{
  color: rgb(221, 221, 221);
}

@media(max-width:1024px){
  .sub05-2-2{
    padding-bottom: 100px;
  }

  .rsv-frm-midium-line{
    gap: 10px 20px;
    padding: 20px 0;
  }
  .rsv-frm-midium-line > .left{
    width: 100%;
  }
  .rsv-frm-midium-line > .right{
    width: 100%;
    text-align: left;
  }
  .rsv-frm-midium-line > .left .con-line2{
    gap: 12px 20px;
    flex-wrap: wrap;
  }
  .rsv-frm-midium-line > .left .con-line2 > li{
    width: 100%;
  }
  .rsv-frm-midium-line > .left .con-line2 > li .txtbox{
    gap: 6px;
  }
  .rsv-frm-midium-line > .left .con-line2 > li .txtbox .tit{
    font-size: 13px;
    padding: 8px 10px;
    min-width: 70px;
  }
  .rsv-frm-midium-line > .left .con-line2 > li .txtbox .dsc{
    font-size: 16px;
  }
  .rsv-frm-midium-line > .right .price-txtbox{
    font-size: 16px;
  }
  .rsv-frm-midium-line > .right .price-txtbox span.price{
    font-size: 20px;
    text-align: left;
  }
}

/*  */


.sub05-2-3-sec01{
  padding-bottom: 150px;
}
.sub05-2-3-sec01 .tit_box{
  margin-bottom: 88px;
}
.sub05-2-3 .sub05-2-3-sec01 .cate-tab-wrap{
  margin-bottom: 20px;
}
.cate-tab-wrap2{
  margin-bottom: 20px;
}
.cate-tab-wrap2 .con-line{
  display: flex;
}
.cate-tab-wrap2 .con-line > li{
  flex: 1;
}
.cate-tab-wrap2 .con-line > li a{
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: rgb(51, 51, 51);
  border-bottom: solid 1px rgb(209, 209, 209);
}
.cate-tab-wrap2 .con-line > li a:hover,
.cate-tab-wrap2 .con-line > li.active a
{
  color: rgb(36, 107, 235);
  font-weight: bold;
  border-bottom: solid 4px rgb(36, 107, 235);
}
.sub05-2-3 .sub05-2-3-sec01 .program-filter-wrap .con-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.sub05-2-3 .sub05-2-3-sec01 .program-filter-wrap .con-line > .left .baw-titline{
  margin-bottom: 0;
}
.sub05-2-3 .sub05-2-3-sec01 .program-filter-wrap .con-line > .right{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}

.sch-wrap{
  margin-top: 40px;
}
.sch-wrap .sch-stat{
  width: 100%;
  border-top: 1px solid rgb(209,209,209);
  border-left: 1px solid rgb(209,209,209);
  border-spacing: 0;
}
.sch-wrap .sch-stat tr th,
.sch-wrap .sch-stat tr td
{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: rgb(25, 25, 25);
  border-right: solid 1px rgb(209, 209, 209);
  border-bottom: solid 1px rgb(209, 209, 209);
}
.sch-wrap .sch-stat tr th{
  text-align: center;
  padding: 32px 0;
  background-color: rgb(238, 248, 253);
}
.sch-wrap .sch-stat tr .time{
  background-color: rgb(245, 246, 250);
  text-align: center;
  font-weight: 400;
  width: 10%;
}
.sch-wrap .sch-stat tr td{
  font-weight: bold;
  padding: 23px 24px;
  width: 18%;
}
.sch-wrap .sch-stat tr td span{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(102, 112, 133);
}
.sch-mobile-timebtn-wrap{
  display: none;
  margin-top: 10px;
}
.sch-mobile-timebtn-wrap .con-line{
  display: flex;
  flex-wrap: wrap;
}
.sch-mobile-timebtn-wrap .con-line li{
  width: 33.33%;
}
.sch-mobile-timebtn-wrap .con-line li button{
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  background: #f6f6f6;
  padding: 5px 0;
  border: 1px solid #f6f6f6;
}
.sch-mobile-timebtn-wrap .con-line li.active button{
  border: solid 1px rgb(36, 107, 235);
  color: rgb(36, 107, 235);
  border-radius: 8px;
}

@media(max-width:1024px){
  .sub05-2-3-sec01{
    padding-bottom: 100px;
  }
  .sub05-2-3 .sub05-2-3-sec01 .program-filter-wrap .pg-filter-line .filter-tit{
    width: 40px;
  }
  .sub05-2-3-sec01 .tit_box{
    margin-bottom: 30px;
  }
  .sub05-2-3 .sub05-2-3-sec01 .cate-tab-wrap{
    margin-bottom: 12px;
  }
  .cate-tab-wrap2{
    margin-bottom: 12px;
  }
  .cate-tab-wrap2 .con-line > li a{
    padding: 12px 0;
    font-size: 15px;
  }
  .cate-tab-wrap2 .con-line > li.active a
  {
    border-bottom: solid 1px rgb(36, 107, 235);
  }
  .sub05-2-3 .sub05-2-3-sec01 .program-filter-wrap .con-line{
    gap: 10px;
  }
  .sub05-2-3 .sub05-2-3-sec01 .program-filter-wrap .con-line > .right{
    gap: 10px;
  }

  .sch-wrap{
    margin-top: 30px;
  }
  .sch-wrap .sch-stat tr th,
  .sch-wrap .sch-stat tr td
  {
    font-size: 16px;
  }
  .sch-wrap .sch-stat tr th{
    padding: 20px 0;
  }
  .sch-wrap .sch-stat tr td{
    padding: 10px 12px;
  }
  .sch-wrap .sch-stat tr td span{
    margin-top: 6px;
    font-size: 13px;
  }
}

@media(max-width:767px){
  .sch-mobile-timebtn-wrap{
    display: block;
  }
  .sch-wrap .sch-stat {
    border-left: none;
    border-top: none;
  }
  .sch-wrap .sch-stat thead{
    display: none;
  }
  .sch-wrap .sch-stat tr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-left: 1px solid rgb(209,209,209);
    border-top: 1px solid rgb(209,209,209);
  }
  .sch-wrap .sch-stat tr td.time::before{
    display: none;
  }
  .sch-wrap .sch-stat tr td::before{
    content: attr(data-tit);
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    font-weight: bold;
    background: #000;
    color: #fff;
    margin-bottom: 6px;
    border-radius: 6px;
    text-align: center;
  }
  .sch-wrap .sch-stat tr td
  {
    font-weight: 500;
    font-size: 16px;
  }
  .sch-wrap .sch-stat tr .time{
    width: 100% !important;
  }
  .sch-wrap .sch-stat tr td{
    width: 50% !important;
    padding: 15px 20px;
  }
  .sch-wrap .sch-stat tr td span{
    margin-top: 0px;
    font-size: 14px;
  }
  .sch-wrap .sch-stat tr{
    display: none;
  }
  .sch-wrap .sch-stat tbody tr:first-child{
    display: flex;
  }
}

@media(max-width:320px){
  .sch-wrap .sch-stat tr td{
    width: 100% !important;
  }
}

/* 수강신청 > 요일별스케줄 */


.lecture-notice-wrap{
  overflow: hidden;
}
.lecture-notice-wrap .cmpop01-box{
  z-index: 2;
  width: 100%;
}
.lecture-notice-wrap .cmpop01-box .cmpop01-cat{
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(46, 46, 46);
  margin-bottom: 20px;
}
.lecture-notice-wrap .cmpop01-box .midium-box{
  margin-bottom: 24px;
}
.lecture-notice-wrap .cmpop01-box .midium-box:last-child{
  margin-bottom: 0;
}
.lecture-notice-wrap .cmpop01-box .midium-tit{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: rgb(24, 29, 39);
  position: relative;
  padding-left: 11px;
  margin-bottom: 16px;
}
.lecture-notice-wrap .cmpop01-box .midium-tit::before{
  content: "";
  width: 3px;
  height: 80%;
  background-color: rgb(0, 119, 255);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lecture-notice-wrap .cmpop01-box .cmpop01-stat01{
  width: 100%;
  border-spacing: 0;
  border: 1px solid rgb(209, 209, 209);
  border-bottom: none;
  border-right: none;
}
.lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr th,
.lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-align: center;
  color: rgb(25, 25, 25);
  padding: 12px 5px;
  border-bottom: 1px solid rgb(209, 209, 209);
  border-right: 1px solid rgb(209, 209, 209);
}
.lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr th{
  background-color: rgb(245, 246, 250);
}
.lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td{
  color: rgb(102, 112, 133);
  padding-top: 7px;
  padding-bottom: 7px;
}
.lecture-notice-wrap .cmpop01-box .midium-txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  margin-bottom: 4px;
}
.lecture-notice-wrap .cmpop01-box .midium-txtbox p:last-child{
  margin-bottom: 0;
}
.cmpop01-smalltxt{
  margin-top: 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  color: rgb(102, 112, 133);
}
.pgpop-paging{
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, .05);
}
.pgpop-paging > .pgpop-prev,
.pgpop-paging > .pgpop-next{
  width: 36px;
  cursor: pointer;
  display: block;
}
.pgpop-paging > .pgpop-prev img,
.pgpop-paging > .pgpop-next img{
  width: 100%;
}
.pgpop-paging .pgpop-paging-numbox{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: rgb(65, 70, 81);
  max-width: 65px;
}
.cmpop01-closebtn{
  padding: 14px 24px;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  text-align: center;
  color: rgb(85, 85, 85);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cmpop01-closebtn:hover{
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.pgpop-swiper{
  overflow: hidden;
}
.cmpop01-ovc-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.cmpop01-ovc-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}

@media(max-width:1024px){
  .lecture-notice-wrap .cmpop01-box .cmpop01-cat{
    padding: 10px 15px;
    font-size: 18px;
  }
  .lecture-notice-wrap .cmpop01-box .midium-box{
    margin-bottom: 12px;
  }
  .lecture-notice-wrap .cmpop01-box .midium-tit{
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 6px;
  }
  .lecture-notice-wrap .cmpop01-box .midium-tit::before{
    width: 2px;
  }
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr th,
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td{
    font-size: 13px;
    padding: 7px 3px;
  }
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td{
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lecture-notice-wrap .cmpop01-box .midium-txtbox p{
    font-size: 13px;
    margin-bottom: 3px;
  }
  .cmpop01-smalltxt{
    margin-top: 9px;
    font-size: 13px;
  }
  .pgpop-paging{
    gap: 6px;
    margin-bottom: 15px;
  }
  .pgpop-paging > .pgpop-prev,
  .pgpop-paging > .pgpop-next{
    width: 24px;
  }
  .pgpop-paging .pgpop-paging-numbox{
    font-size: 15px;
    max-width: 60px;
  }
  .cmpop01-closebtn{
    padding: 10px 15px;
  }
}

@media(max-width:767px){
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 thead{
    display: none;
  }
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr{
    display: flex;
    flex-wrap: wrap;
  }
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td::before{
    content: attr(data-tit) ": ";
    font-weight: bold;
  }
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td{
    display: block;
    width: 50%;
    color: #000;
  }
  .lecture-notice-wrap .cmpop01-box .cmpop01-stat01 tr td:first-child{
    width: 100%;
    background: rgb(238, 248, 253);
    color: rgb(36, 107, 235);
  }
}

/* 수강신청 상단 슬라이드(공지) */

.b-form-submit-line{
  margin-top: 30px;
}
.b-form-submitbtn{
  background: rgb(36,107,235);
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(255,255,255);
  width: 295px;
  padding: 14px 0;
}
.excel-check-line .date-search{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.excel-check-line .date-search .subject{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.excel-check-line .date-search .n-ipt{
  max-width: 200px;
  width: calc(50% - (20px / 2));
}

@media(max-width:1024px){
  .b-form-submit-line{
    margin-top: 24px;
  }
  .b-form-submitbtn{
    border-radius: 6px;
    font-size: 16px;
    max-width: 250px;
    width: 100%;
    padding: 10px 0;
  }
  .excel-check-line .date-search .subject{
    font-size: 15px;
    margin-bottom: 4px;
  }
  .excel-check-line .date-search .n-ipt{
    max-width: initial;
    width: calc(50% - (20px / 2));
  }
}

/* 강사 증명서 출력 */


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 스켈레톤 UI */

.skeleton-ui{
  position: relative;
}
.skeleton-ui::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(229,229,229,1);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;

  animation: skeletonLoading 1.2s linear infinite;

  background: linear-gradient(
    90deg,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-size: 200% 100%; /* 가로 2배 크기 → 자연스러운 이동 */

}

@keyframes skeletonLoading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}


/* 버튼 */

.cm-small-btn{
  outline: none;
  border: none;
  background: rgb(52,123,255);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  color: rgb(255,255,255);
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 6px;
}
.cm-small-btn:hover{
  text-decoration: underline;
}

.cm-plusbtn{
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

/* 추후 show */

/* 마이페이지 */
.mypage-sec01-wrap .mypage-sec01-top-wrap{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.mypage-sec01-bottom-wrap{
  display: none;
}
/* 나의 게시물 에러 수정필요함. */

/* 메인 > 강좌 */
.program-sec{
  display: none !important;
}
.main_wrap .sct04{
  display: none !important;
}
/* show 이후 포토갤러리 제일하단으로 재배치 필요 */

/* 강좌 */
.chair_none{
  display: none !important;
}

/* 청소년활동 */
.youth_acti_none{
  display: none !important;
}

/* 대관 */
.coronation_none{
  display: none !important;
}


/* 플로팅 */

.rb-floating-wrap{
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 167px;
  z-index: 998;
}
.rb-floating-wrap .floating-listbox{
  width: 100%;
}
.rb-floating-wrap .floating-listbox li{
  margin-bottom: 1px;
}
.rb-floating-wrap .floating-listbox li:last-child{
  margin-bottom: 0;
}
.rb-floating-wrap .floating-listbox li a{
  display: block;
}
.rb-floating-wrap .floating-listbox li a img{
  max-width: 100%;
  width: 100%;
}


@media(max-width:1024px){
  .rb-floating-wrap{
    bottom: 20px;
    right: 20px;
    width: 150px;
  }
}