@charset "utf-8";
@import url("../css/main_new.css");
@import url("../css/sub_new.css");
@import url("../css/detail_new.css");


#wrap{position: relative; width: 100%; min-width: 1200px; margin:0 auto; overflow: hidden; }
#container {position:relative; width:100%; margin:0 auto;}
.contents{width: 1200px; margin:0 auto;}

.ellip {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
/* header */
header{position: relative; width: 100%; margin:0 auto;}
.headerWrap{width: 1200px; position: relative; margin:0 auto;}
.headerWrap .topHeader{position: relative; padding:8px 0; font-size: 0.9em;}
.headerWrap .topHeader >  ul{display: flex; flex-direction: row; justify-content: flex-end; gap: 20px;}

.headerWrap .gnb{position: relative; display: flex; justify-content: space-between; align-items: center;margin:15px 0 25px 0;}
.headerWrap .gnb .lnb{}
.headerWrap .gnb .lnb > ul{display: flex; justify-content: space-between; gap: 60px; align-items: center; font-size: 1.1em; font-weight: 500;}
/* .headerWrap .gnb .lnb > ul > li{ padding-bottom: 20px;} */
.headerWrap .gnb .lnb > ul > li > a{color: #5c5c5c; line-height: 32px;}
/* .headerWrap .gnb .lnb > ul > li > .on{color: #1f5dfa; border-bottom: 3px solid #1f5dfa; padding-bottom: 5px;} */
.headerWrap .gnb .lnb > ul > li a:hover{color: #1f5dfa;}
.headerWrap .gnb .lnb .lnb_sdori{position: relative;}
.headerWrap .gnb .lnb .lnb_sdori::before{content: ''; display: inline-flex; cursor: pointer; width: 23px; height: 23px; background: url(../images/tel.png) no-repeat 0 0; background-size: 100%; position: relative; align-items: center; bottom:7px; margin-right: 7px; }

/* .headerWrap .gnb .search_wrap .search_box {position: relative; }
.headerWrap .gnb .search_wrap .search_box::before{content: ''; display: inline-block; width: 16px; height: 16px; background: url(../images/header_ico_monthly.png) no-repeat 0 0; position: absolute; left:20px; bottom:10px}
.headerWrap .gnb .search_wrap .search_box input {width:280px;height:32px;font-family:'Noto Sans Korean';font-size:14px;line-height:32px;padding:0 18px 0 45px!important;border-radius:30px; border:1px solid #ddd; background:#fff;color:#333;}
.headerWrap .gnb .search_wrap .search_box input::placeholder{color:#333; opacity:0.3;font-size: unset!important;}
.headerWrap .gnb .search_wrap .search_box .btn_search{position: absolute;  right:20px; bottom:1px; width: 30px; height: 30px; box-sizing: border-box; border: none;}
.headerWrap .gnb .search_wrap .search_box .btn_search::before{content: ''; display: inline-block; cursor: pointer; width: 18px; height: 18px; background: url(../images/header_ico_search.png) no-repeat 0 0; } */

/* 날짜지정 시작 */
.headerWrap .date_search_wrap{
  position:relative;
  border-radius: 30px;
  width:340px;
  height: 42px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 18px;
  border: 1px solid #ddd;
}
.headerWrap .date_pick {
  width:16px;
  height: 16px;
  text-align: center;
  background: url("../images/header_new_ico_monthly.png") no-repeat center center / contain;
}
.headerWrap .date_pick font {
  display: inline-block;
  color: #1f5dfa;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  cursor: pointer;
}
.headerWrap .search_wrap {
  /*width: 284px;*/
  width: 100%;
  height: 32px;
}
.headerWrap .search_wrap form{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.headerWrap .search_wrap input[type="search"] {
  display: block;
  width: calc(100% - 40px);
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 5px;
  border: none;
  font-size: 14px;
}
.headerWrap .search_wrap input[type="search"]::-webkit-input-placeholder {
  /* color: #c0c0c0; */
  font-family: 'Noto Sans Korean';
  font-size: 13px;
  line-height: 100%;
}
.headerWrap .search_wrap .search_btn {
  width: 18px;
  height: 18px;
  background: url("../images/header_new_ico_search.png") no-repeat center center / contain;;
  font-size: 0;
  border:none;
}


.snb{display:none;width:100%; border-top:1px solid #1f5dfa;  box-shadow: 0 0 5px 0px rgb(0 0 0 / 8%); background:#fff; position:absolute; z-index: 99999;}
.snb .snbWrap{width:1200px; height:auto; margin:0 auto;}
.snb .snbWrap > ul{ padding:0; list-style:none; color:#5a5a5a; text-align:left; display: flex; justify-content: space-between;}
.snb .snbWrap .snbarea{line-height: 36px; width: 16%;}
.snb .snbWrap .snbarea a:hover{text-decoration: underline; color: #000;}
.snb .snbWrap .snbarea .submain{ border-bottom: 1px solid #333; padding-bottom: 10px; margin: 40px 0 20px;}
.snb .snbWrap .snbarea .submain > a{color: #000; font-weight: 500;}
.snb .snbWrap .snbarea .submain > a:hover{text-decoration: none;}
.snb .snbWrap .snbarea li:last-child{margin-bottom: 50px !important;}
.snb .snbWrap .bnr{padding-top: 50px;}

/* //header */

/*select box*/

.cont-select {
  position: relative;
  width: 250px;
}

.btn-select {
  border:none;
  width: 100%;
  padding: 15px 30px 13px 0;
  font-size: 1.0em;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  background: url(../images/ico_select_down.png)no-repeat right 50%;
  background-size: 10px 10px;

}
.timetype{
  padding: 0 30px 0 100px;
  line-height: 1.65em;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.list-member {
  display: none;
  position: absolute;
  width: 100%;
  top: 49px;
  left: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding:10px 5px;
  background-color: #fff;
  z-index: 9999;
}


.btn-select.on+.list-member {
  display: block;
}

.list-member li {
  height: 40px;
  padding: 5px 8px !important;
  border:none !important;
  box-sizing: border-box;
  margin:0 !important;
}

.list-member li button {
  width: 100%;
  font-size: 0.85em;
  padding: 7px;
  border: none;
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-member li button:hover,
.list-member li button:focus {
  background-color: #ececec;
}


/* footer */

.footer {
    margin: 0px 0px 40px;
  }
  .footer .above_company {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .footer .company_wrap {
    /* width: 900px; */
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  /*
  .footer .company_wrap li {
    float: left;
    margin-right: 90px;
  }

  .footer .company_wrap li:last-child {
    margin-right: 0;
  }
  */
  .footer .company_wrap li a {
    display: block;
  }

  .footer dl dt {
    font-weight: 700;
    margin-bottom: 4px;
  }

  .counsel_wrap{position: relative; margin-bottom: 50px;}
  .footer .counsel {
    width: 1200px;
    margin: 0 auto ;
    display: flex;
    justify-content: space-between;
  }
  .footer .counsel .footer_map {
    width: 126px;
    float: left;
    position: relative;
    margin-right: 30px;
  }
  .footer .counsel .customer {
    width: 160px;
    float: left;
    margin-right: 30px;

  }
  .footer .counsel .customer dt span {
    background: url(../images/tel.png) no-repeat left center;
    background-size: 16px auto;
    padding-left: 18px;
    display: inline-block;
  }
  .footer .counsel .call_wrap {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 30px;
  }
  .footer .counsel .call_etc dt span {
    background: url(../images/tel.png) no-repeat left center;
    background-size: 16px auto;
    padding-left: 18px;
    display: inline-block;
  }
  .footer .counsel .call_time dt {
    margin: 20px 0 0 0px;
  }
  .footer .counsel .call_time dt span {
    background: url(../images/headphone.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 21px;
    display: inline-block;
  }
  .footer .counsel .sns_wrap {
    float: left;
    position: relative;
    width: 500px;
    margin-top: 10px;
  }
  .footer .counsel .sns dt {
    margin: 0 0 10px 162px;
  }
  .footer .counsel .sns dt span {
    background: url(../images/speaker.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 21px;
    display: inline-block;
  }
  .footer .counsel .sns {
    margin-bottom: 20px;
    position:relative;
    width:500px;
    height:79px;
    margin-left:20px;
  }
  .footer .counsel .sns img {
    float:left;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
    margin-top: 5px;
    /* width: 40px;
    height: 40px; */
    line-height: 30px;
    /* text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px; */
  }
  /*.footer .counsel .sns .foot_talk {
    text-indent: -9999px;
    width: 40px;
    background: #ffe600 url(../images/footer_katalk.png) no-repeat;
    border: 1px solid #ffe600;
  } */
  /* .footer .counsel .sns div:last-child {
    margin-right: 0px;
  } */
  .footer .counsel .sns a {
    display: block;
  }
  /* .footer .sns dd img {
    display: block;
    width: 40px;
    height: auto;
  } */
  .footer .sns_wrap .kakaovx img{
    float:right;
    width: 300px;
    height: auto;
    margin-left: -40px;
    margin-top: -35px;
    /* width: 40px;
    height: 40px; */
    line-height: 30px;
  }
  /* .footer .counsel .company_dn {
  } */
  .footer .counsel .company_dn span {
    font-weight: 500;
    display: inline-block;
  }
  .footer .counsel .company_dn .pdf {
    display: inline-block;
    font-weight: 500;
    color: #1f5dfa;
    border: 2px solid #1f5dfa;
    border-radius: 3px;
    padding: 2px 5px;
    margin-left: 5px;
  }

  .company_info_wrap{position: relative; margin-bottom: 20px;}
  .footer .company_info {
    width: 1200px;
    margin: 0 auto;
  }
  .footer .company_info ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .company_info ul li {
    margin-right: 20px;
    line-height: 28px;
  }
  .footer .company_info ul li:last-child {
    margin-bottom: 40px;
  }
  .footer .company_info ul li span:first-child {
    font-weight: 500;
    color: #000;
  }
/* //footer */

/* 더보기, 페이징 */
.plus_show {
  text-align: center;
  display: none;
}
.plus_show span {
  background: url(../images/plus_show.png) no-repeat left center;
  background-size: 12px auto;
  padding-left: 15px;
}
.paging_show {
  text-align: center;
  font-size: 16px;
}
.paging_show span {
  display: inline-block;
  width: 26px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.paging_show .on {
  color: #ff6a17;
}
.paging_show .left_arrow {
  width: 10px;
  height: 20px;
  background: url(../images/arrow_rightopen.png) no-repeat left center;
  background-size: 9px auto;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.paging_show .right_arrow {
  width: 10px;
  height: 20px;
  background: url(../images/arrow_leftopen.png) no-repeat left center;
  background-size: 9px auto;
  position: relative;
  top: 4px;
  margin-left: 5px;
}

#pagination {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
#pagination ul {
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
#pagination ul li.empty {
}
#pagination ul li.empty span {
  background: url(../images/warning.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pagination ul li {
  display: inline;
}
#pagination ul li > a,
#pagination ul li > span {
  position: relative;
  float: left;
  padding: 8px 15px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#pagination ul li.empty > span {
  border: none !important;
}
#pagination ul li.on > a,
#pagination ul li.on > a:focus,
#pagination ul li.on > a:hover,
#pagination ul li.on > span,
#pagination ul li.on > span:focus,
#pagination ul li.on > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1f5dfa;
  border-color: #1f5dfa;
}

#pagination ul > li.active > a,
#pagination ul > li.active > a:focus,
#pagination ul > li.active > a:hover,
#pagination ul > li.active > span,
#pagination ul > li.active > span:focus,
#pagination ul > li.active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1f5dfa;
  border-color: #1f5dfa;
}
#pagination ul li:first-child > a,
#pagination ul li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pagination ul li:last-child > a,
#pagination ul li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}




.dis-none {
    display: none !important;
}


.mainWrap .swiper-button-prev{width:61px!important;height:61px!important;background: url(../images/arrow_lft.png) no-repeat center center / 100% 100%;left:-100px!important;}
.mainWrap .swiper-button-next{width:61px!important;height:61px!important;background: url(../images/arrow_rig.png) no-repeat center center / 100% 100%;right:-100px!important}
.mainWrap .swiper-button-prev:after, .mainWrap .swiper-container-rtl .swiper-button-next:after, .mainWrap .swiper-button-next:after, .mainWrap .swiper-container-rtl .swiper-button-prev:after{content:unset!important;}

.pic_wrap .btn_notice{
  display: block;
width: 45px;
height: 45px;
position: absolute;
right: 30px;
z-index: 9;
background: url(../images/icon_notice_off.png) no-repeat center center;
background-size: cover;
top: 340px;
cursor: pointer;
}
.pic_wrap .btn_notice:hover{background:url(../images/icon_notice_on.png) no-repeat center center;background-size:cover;}
.pic_wrap .btn_notice.on{background:url(../images/icon_notice_on.png) no-repeat center center;background-size:cover;}
.sel_cal{justify-content: space-between;display: flex;align-items: center;font-size: 16px;color: #999;padding: 1px 37px 1px 8px;}
.sel_cal img{width:10px;height:10px;}

.share_wrap {border:1px solid #ddd; border-radius:5px; position:absolute; top:50px; right:-10px; background:#fff; width:155px; padding:12px 12px 0px 12px; display:none; z-index:9999;}
.share_wrap a {display:block; width:35px; height:35px; float:left; margin-right:12px; margin-bottom:12px;}
.share_wrap .band {background:url(../images/icon_band.png) no-repeat; background-size:35px auto;}
.share_wrap .facebook {background:url(../images/icon_facebook.png) no-repeat; background-size:35px auto;}
.share_wrap .kastory {background:url(../images/icon_kakaostory.png) no-repeat; background-size:35px auto;margin-right:0px;}
.share_wrap .twitter {background:url(../images/icon_twitter.png) no-repeat; background-size:35px auto;}
.share_wrap .line {background:url(../images/icon_line.png) no-repeat; background-size:35px auto;}

/* 네이게이션 바 */
.float_right{
  position: fixed;
  right: 50px;
  top: 35%;
  z-index: 2;
  width:90px;
}

/* 맨위로 */
.go_top {
  width: 90px;
  height: 50px;
  z-index: 2;
}
.go_top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/banner_gotop.png) no-repeat center center / 118%;
  text-indent: -99999px;
}

/* 카톡상담 */
.kakao_btn2 {
  width: 100%;
  height: 80px;
  z-index: 2;
  background: #ffe102;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kakao_btn2 span {
  font-size: 14px;
  font-weight: bold;
}

/* 자이언트 코인(마일리지) */
.g_coin {
  width: 100%;
  height: 80px;
  z-index: 2;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top:1px solid #e1e1e1;
}
.g_coin span {
  font-size: 11px;
  font-weight: bold;
}

/* 취소티 알림 */
.cancel_alarm {
  width: 100%;
  height: 80px;
  z-index: 2;
  background: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border-top:1px solid #e1e1e1;
}
.cancel_alarm span {
  font-size: 14px;
  font-weight: bold;
}

/* 유튜브 */
.btn_youtube{
  width: 100%;
  height: 80px;
  z-index: 2;
  background:  url(../images/btn_bg_youtube_2.jpg) no-repeat center center / 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab{position: relative; clear: both; margin-bottom: 30px;}
.tab .tab_txt{font-size: 20px; font-weight: 500;}
.tab .tab_txt > span{color: #1f5dfa;}
.tab > ul{position: relative; display: flex; margin-top: 20px; border-bottom: 1px solid #ddd; gap: 30px;}
.tab > ul > li{position: relative; text-align: center; height: 48px; line-height: 48px; cursor: pointer; color: #666; padding-left: 10px; }
.tab > ul .on{ border-bottom: 2px solid #000; color: #000; font-weight: 500; bottom:-2px}
