@import url('base.css');

/* 공통 */
/* 리스트 */
.list_p1 .bundle {
}
.list_p1 .bundle a {
  padding-bottom: 33px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.list_p1 .bundle a .thum {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 54.69%;
}
.list_p1 .bundle a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.list_p1 .bundle a .cont {
  margin-top: 11px;
  padding: 0 15px;
  display: block;
}
.list_p1 .bundle a .cont .tit {
  display: block;
  max-height: 46px;
  overflow: hidden;
  font-size: 18px;
  line-height: 23px;
}
.list_p1 .bundle a .cont .subtit {
  margin-top: 6px;
  display: block;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  color: #4c4c4c;
}
.list_p1 .bundle a .cont .txt {
  margin-top: 8px;
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  line-height: 15px;
  color: #737373;
}
.list_p1 .bundle a .cont .cate {
  margin-top: 3px;
  display: block;
  font-size: 13px;
  color: #4073d9;
}

.list_p2 {
  margin-left: -10px;
  position: relative;
}
.list_p2 .bundle {
  margin: 0 0 13px 10px;
  float: left;
}
.list_p2 .bundle a {
  display: block;
}
.list_p2 .bundle a .thum {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 57.7%;
}
.list_p2 .bundle a .thum:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_p2 .bundle a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.list_p2 .bundle a .cont {
  margin-top: 10px;
  display: block;
}
.list_p2 .bundle a .cont .tit {
  display: block;
  max-height: 34px;
  overflow: hidden;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
}
.list_p2 .bundle a .cont .cate {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  color: #4073d9;
}

.list_p3 .bundle {
  padding: 13px 0 11px;
  overflow: hidden;
  border-top: 1px solid #efefef;
} /* 수정 170307 윤선 */
.list_p3 .bundle:first-child {
  padding-top: 0;
  border-top: none;
}
.list_p3 .bundle a {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
}
.list_p3 .bundle a .thum {
  position: relative;
  display: table-cell;
  overflow: hidden;
  width: 29.5%;
  height: auto;
  padding-bottom: 17.5%;
}
.list_p3 .bundle a .thum:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_p3 .bundle a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.list_p3 .bundle a .cont {
  display: table-cell;
  vertical-align: middle;
}
.list_p3 .bundle a .thum + .cont {
  padding-top: 4px;
  padding-left: 10px;
}
.list_p3 .bundle a .cont .tit {
  max-height: 34px;
  display: block;
  overflow: hidden;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
}
.list_p3 .bundle a .cont .cate {
  margin-top: 4px;
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #4073d9;
} /* 수정 170307 윤선 */

.list_p4 .bundle {
  padding-top: 13px;
  border-top: 1px solid #efefef;
}
.list_p4 .bundle:first-child {
  padding-top: 0;
  border-top: none;
}
.list_p4 .bundle a {
  display: block;
  width: 100%;
}
.list_p4 .bundle a .cont {
  display: block;
}
.list_p4 .bundle a .cont .cate {
  display: inline-block;
  font-size: 12px;
  color: #4073d9;
}
.list_p4 .bundle a .cont .tit {
  display: block;
  max-height: 34px;
  overflow: hidden;
  font-weight: normal;
  font-size: 15px;
  line-height: 17px;
}
.list_p4 .bundle a .cont .txt {
  margin-top: 6px;
  display: block;
  max-height: 60px;
  overflow: hidden;
  font-size: 13px;
  line-height: 15px;
  color: #737373;
}

.list_p5 {
  overflow: hidden;
  margin-top: -10px;
}
.list_p5 .bundle {
  margin-top: 10px;
  float: left;
  width: 50%;
}
.list_p5 .bundle a {
  display: block;
  position: relative;
}
.list_p5 .bundle:nth-child(odd) a {
  margin-right: 5px;
}
.list_p5 .bundle:nth-child(even) a {
  margin-left: 5px;
}
.list_p5 .bundle a .thum {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.43%;
}
.list_p5 .bundle a .thum:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 9;
}
.list_p5 .bundle a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.list_p5 .bundle a .txt_box {
  padding: 8px 10px;
  display: block;
  height: 61px;
  overflow: hidden;
  background: #f3f3f3;
}
.list_p5 .bundle a .txt_box:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 9px;
  width: 25px;
  height: 11px;
  background: #f3f3f3 url(https://menu.mt.co.kr/vip_mt/mobile/images/bg_pdf.png) no-repeat 0 0;
  background-size: 100%;
}
.list_p5 .bundle a .txt_box .tit {
  display: block;
  max-height: 34px;
  overflow: hidden;
  font-size: 15px;
  line-height: 17px;
  color: #000;
}
.list_p5 .bundle a .txt_box .date {
  font-size: 11px;
  color: #808080;
}

/* 페이징 */
#paging {
  overflow: hidden;
  height: 25px;
  text-align: center;
}
#paging button {
  display: inline-block;
  height: 25px;
  vertical-align: top;
}
#paging button span {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
#paging .first {
  width: 24px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_pagingFir.png) no-repeat 0 0;
  background-size: 100%;
}
#paging .prev {
  width: 25px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_pagingPrev.png) no-repeat 0 0;
  background-size: 100%;
}
#paging .next {
  width: 25px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_pagingNext.png) no-repeat 0 0;
  background-size: 100%;
}
#paging .end {
  width: 24px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_pagingEnd.png) no-repeat 0 0;
  background-size: 100%;
}
#paging .num {
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
  border-top: 1px solid #a69c9b;
  border-bottom: 1px solid #a69c9b;
  border-right: 1px solid #a69c9b;
}
#paging .num a {
  float: left;
  width: 25px;
  height: 23px;
  line-height: 24px;
  font-size: 13px;
  border-left: 1px solid #a69c9b;
  color: #a69c9b;
}
#paging .num a.on,
#paging .num a:focus,
#paging .num a strong {
  display: block;
  font-weight: normal;
  text-decoration: none;
  background: #a69c9b;
  color: #fff;
}

/* 상단 버튼 */ /* 수정 200603 세종 */
.btn_top {
  position: fixed;
  right: 15px;
  bottom: 85px;
  width: 36px;
  height: 36px;
  text-indent: -99999px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_top.png) no-repeat 0 0;
  background-size: 100%;
  z-index: 99;
}

/* 레이아웃 */
#wrap {
  min-width: 320px;
  height: 100%;
  background: #f2f2f2;
}
#popup {
  min-width: 320px;
  background: #fff;
}
.content {
  padding-top: 85px;
}
.content.bg1 {
  background: #fff;
}
.bxcn {
  background: #fff;
}
.bxcn2 {
  padding: 0 15px;
  background: #fff;
}

/* header */
#header {
  position: relative;
  width: 100%;
  height: 85px;
}
#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
#header .top_header {
  height: 50px;
  background: #343434;
}
#header .top_header a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#header .fix_header {
  height: 50px;
  background: #343434;
}
#header .fix_header a {
  color: #fff;
}
#header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#header .logo a img {
  width: 133px;
  height: auto;
}

#header .btn_home {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
#header .btn_home .icon {
  width: 19px;
  height: 16px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_home.png) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
}
#header .btn_login {
  position: absolute;
  top: 0;
  right: 42px;
  width: 26px;
  height: 50px;
}
#header .btn_login .icon {
  width: 18px;
  height: 18px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_login.png) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
}
#header .btn_sch {
  position: absolute;
  top: 0;
  right: 10px;
  width: 26px;
  height: 50px;
}
#header .btn_sch .icon {
  width: 17px;
  height: 16px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_sch.png) no-repeat left 0;
  background-size: 100%;
  text-indent: -9999px;
}

/* 메인 메뉴 */
/* #header .main_menu {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 35px;
  background: #fff;
}
#header .main_menu .tab_menu {
  padding: 0 4px 0 14px;
  overflow: hidden;
  height: 100%;
}
#header .main_menu .tab_menu .bundle {
  float: left;
  width: 25%;
  line-height: 38px;
}
#header .main_menu .tab_menu .bundle a {
  position: relative;
  display: block;
  letter-spacing: -0.03em;
  text-align: center;
}
#header .main_menu .tab_menu .bundle a.on {
  color: #d5211f;
}
#header .main_menu .tab_menu .bundle a .icon_menu {
  position: absolute;
  top: 11px;
  left: 0;
  width: 19.5px;
  height: 14px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_menu.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: top;
  text-indent: -9999px;
}
#header .main_menu .tab_menu .bundle:first-child a {
  padding-left: 18px;
} */
#header .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 38px;
  background: #fff;
}
#header .main_menu .icon_menu {
  width: calc(19.5px + 28px);
  height: 38px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_menu.png) no-repeat center center;
  background-size: 19.5px 14px;
  vertical-align: top;
  text-indent: -9999px;
}
#header .main_menu .tab_menu {
  display: flex;
  flex: 1;
  overflow: hidden;
  height: 100%;
}
#header .main_menu .tab_menu .bundle {
  flex: 1;
  line-height: 38px;
}
#header .main_menu .tab_menu .bundle a {
  position: relative;
  display: block;
  letter-spacing: -0.03em;
  text-align: center;
}
#header .main_menu .tab_menu .bundle a.on {
  color: #d5211f;
}

/* 좌측 메뉴 */
#header .side_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -260px;
  width: 260px;
  padding: 0 20px 10px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/bg_png96.png) repeat 0 0;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}
/* 좌측 메뉴 활성화 되었을 때 */
#header .side_menu.on {
  left: 0;
}
#header .side_menu .loginbox {
  height: 44px;
  display: block;
  border-bottom: 1px solid #636260;
}
#header .side_menu .loginbox .user {
  margin-top: 15px;
  display: block;
  height: 17px;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #fff;
} /* 수정 170307 윤선 */
#header .side_menu .loginbox .date {
  margin-top: 4px;
  display: block;
  height: 13px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: -0.04em;
  color: #808080;
} /* 수정 170307 윤선 */
#header .side_menu .loginbox .txt {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 44px;
  letter-spacing: -0.04em;
  color: #fff;
} /* 수정 170307 윤선 */
#header .side_menu .subject {
  margin-top: 16px;
  padding-top: 6px;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #b2b2b2;
}
#header .side_menu .subject:before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  width: 4px;
  height: 4px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/bg_circle1.png) no-repeat 0 0;
  background-size: 100%;
}
#header .side_menu .gnb_list {
}
#header .side_menu .gnb_list .bundle {
  margin-top: 16px;
  height: 18px;
  line-height: 18px;
} /* 수정 170307 윤선 */
#header .side_menu .gnb_list .bundleLfirst-child {
  margin-top: 0;
}
#header .side_menu .gnb_list .bundle a {
  padding: 3px 0 1px;
  letter-spacing: -0.04em;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #fff;
} /* 수정 170307 윤선 */
#header .side_menu .gnb_list .bundle a.on,
#header .side_menu .gnb_list .bundle a:focus {
  border-top: 1px solid #dd0c0a;
  border-bottom: 1px solid #dd0c0a;
  color: #dd0c0a;
}
#header .side_menu .btn_close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_close1.png) no-repeat 0 0;
  background-size: 100%;
  text-indent: -9999px;
}

#header .side_menu .info_list {
  margin-top: 22px;
  overflow: hidden;
}
#header .side_menu .info_list .bundle {
  float: left;
  height: 18px;
  line-height: 18px;
}
#header .side_menu .info_list .bundle:before {
  content: '';
  margin: 0 7px;
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #999;
}
#header .side_menu .info_list .bundle.fir:before {
  display: none;
}
#header .side_menu .info_list .bundle a {
  font-size: 13px;
  letter-spacing: -0.04em;
  color: #999;
}

.dmm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
} /* gnb 활성화되었을 때, 검정 배경 */

/* 초판 서비스 배너 */ /* 수정 200603 세종 */
.content .banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: #d5211f;
  z-index: 99999;
}
.content .banner a {
  display: block;
  height: 100%;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_epaper_f_edition_m.png) no-repeat
    center center;
  background-size: auto 100%;
  font-size: 0;
  line-height: 0;
}
.content .banner .banner_txt {
  display: block;
  text-align: center;
}
.content .banner .banner_txt .txt {
  margin-top: 9px;
  display: inline-block;
  font-size: 11px;
}
.content .banner .banner_txt .date {
  margin-right: 5px;
  font-size: 14px;
  font-style: italic;
}
.content .banner .btn_app {
  margin: 9px 0 0 8px;
  display: inline-block;
  width: 95px;
  height: 18px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_app.png) no-repeat right 0;
  background-size: 100%;
  text-indent: -9999px;
}
.content .banner .btn_app.disable {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
} /* 초판뷰어 버튼 비활성화 */

/* 메인 - 분류 */
.content .subject {
  padding: 12px 0 6px;
  display: inline-block;
  font-size: 15px;
}
.content .subject a:after {
  content: '';
  margin-left: 7px;
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/bl_arrow1.png) no-repeat right 0;
  background-size: 100%;
}

/* 서브 - 타이틀 영역 */
.page_tit {
  position: relative;
  height: 36px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  color: #000;
}
.page_tit .tit {
  height: 36px;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
} /* 수정 170307 윤선 */
.page_tit .tit a {
  display: inline-block;
  position: relative;
}
.page_tit .tit a .btn_cate {
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 10px;
  height: 5px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_open.png) no-repeat right center;
  background-size: 100%;
  background-position: 0 0;
  text-indent: -9999px;
} /* 수정 170307 윤선 */
.page_tit.on .tit a .btn_cate {
  background-position: 0 100%;
}
.page_tit .cate_list {
  display: none;
  padding: 11px 0;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/bg_png96.png) repeat 0 0;
  background-size: 100%;
  z-index: 9;
} /* 수정 170307 윤선 */
.page_tit.on .cate_list {
  display: block;
}
.page_tit .cate_list .bundle {
  margin-top: 7px;
  position: relative;
  height: 27px;
  line-height: 27px;
} /* 수정 170307 윤선 */
.page_tit .cate_list .bundle:first-child {
  margin-top: 0;
}
.page_tit .cate_list .bundle a {
  color: #fff;
} /* 수정 170307 윤선 */
.page_tit .cate_list .bundle a.on,
.page_tit .cate_list .bundle a:focus {
  color: #dd0c0a;
} /* 수정 170228 윤선 */
.page_tit .btn_prev {
  position: absolute;
  top: 0;
  left: 7px;
  width: 35px;
  height: 35px;
}
.page_tit .btn_prev .icon {
  margin-top: 9px;
  display: inline-block;
  width: 18.5px;
  height: 15px;
  background: url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_prev1.png) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
}

/* 리스트 - 카테고리 소개 영역 */
.content .intro {
  padding: 3px 10px 0;
  height: 47px;
  display: table-cell;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.05em;
  vertical-align: middle;
  background: #b69761;
  color: #fff;
} /* 수정 170307 윤선 */
.content .intro em {
  display: block;
  font-size: 13px;
}

/* 검색 페이지 */
.content .schbox {
  margin: 0 15px;
  position: relative;
}
.content .schbox .input_box {
  padding-right: 30px;
  position: relative;
  height: 30px;
  overflow: hidden;
  border: 1px solid #343434;
}
.content .schbox .input_box .input_sch {
  padding: 0 13px;
  width: 100%;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.content .schbox .btn_sch {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.content .schbox .btn_sch .icon {
  margin: 0 auto;
  display: block;
  width: 17px;
  height: 16px;
  background: transparent url(https://menu.mt.co.kr/vip_mt/mobile/images/btn_sch2.png) no-repeat
    center;
  background-size: 100%;
  text-indent: -9999px;
}

/* 기사 본문 */
#article {
  padding-top: 15px;
}
#article .cate {
  padding-top: 6px;
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #4073d9;
}
#article .cate:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 2px;
  background: #d31d1a;
}

#article .tit {
  margin-top: 2px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
}
#article .subtit {
  margin-top: 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #4c4c4c;
}
#article .article_info {
  margin-top: 11px;
  font-size: 11px;
  letter-spacing: -0.05em;
  color: #999;
}
#article .article_info .bar {
  margin: 0 8px;
}
#article .editor {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: justify;
  color: #4c4c4c;
}

#article .textBody {
  margin-top: 30px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: justify;
  color: #333;
}
#article .textBody .photobox {
  margin: 15px auto 0;
  max-width: 560px; /* display:table; */
}
#article .textBody .photobox img {
  /* display:table-cell; */
  width: 100%;
}
#article .textBody .photobox .txt {
  /*margin-top:5px; display:table-caption; */
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #808080;
}
/* 추가 210625 세종 / 관련기사 */
#article .article_relbox {
  margin-top: 40px;
  padding-bottom: 23px;
}
#article .article_relbox .tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
}
#article .article_relbox .list {
  margin-top: 14px;
}
#article .article_relbox .list .bundle {
  overflow: hidden;
  padding-left: 14px;
  background: url(../images/bl_rel1.gif) no-repeat 0 7px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article .article_relbox .list .bundle a {
  color: #666;
}

#article .copyright {
  margin-top: 17px;
  font-size: 12px;
  letter-spacing: -0.05em;
  color: #808080;
}
#article + .btn_list {
  margin-top: 25px;
  height: 35px;
  display: block;
  line-height: 33px;
  text-align: center;
  border: 1px solid #a69c9b;
  color: #4c4c4c;
}

/* 서비스 안내 , 상품 및 결제안내 */
.content .tab_menu1 {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.content .tab_menu1 .bundle {
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
}
.content .tab_menu1 .bundle.fir:after {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
  height: 12px;
  text-align: center;
  background: #676767;
}
.content .tab_menu1 .bundle a {
  padding: 9px 0;
  display: block;
  font-size: 13px;
}
.content .tab_menu1 .bundle a.on {
  color: #658ade;
}

.info_page {
  margin: 0 15px;
  padding: 19px 0 27px;
  border-top: 1px solid #e3e3e3;
}
.info_tit1 {
  font-size: 16px;
  color: #333;
}
.info_tit2 {
  font-weight: normal;
  color: #d31d1a;
}
.info_txt1 {
  font-weight: normal;
  font-size: 17px;
  color: #4c4c4c;
}
.info_txt2 {
  font-size: 13px;
  color: #808080;
}
.info_txt3 {
  font-size: 12px;
  color: #666;
}
.info_txt4 {
  margin-top: 10px;
  position: relative;
  display: block;
  font-size: 12px;
  color: #666;
}
.bl_icon1 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.bl_num {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.service_list {
  margin-top: 18px;
  overflow: hidden;
}
.service_list .bundle {
  float: left;
  width: 33.333%;
  font-size: 11px;
  text-align: center;
  color: #333;
}
.service_list .bundle:before {
  content: '';
  margin: 0 auto 6px;
  display: block;
  height: 26px;
  background-image: url(https://menu.mt.co.kr/vip_mt/mobile/images/bg_vipService.png);
  text-indent: -9999px;
}
.service_list .bundle:nth-child(1):before {
  width: 35px;
  background-size: 106px 26px;
  background-position: 0 0;
}
.service_list .bundle:nth-child(2):before {
  width: 26px;
  background-size: 106px 26px;
  background-position: -35px 0;
}
.service_list .bundle:nth-child(3):before {
  width: 45px;
  background-size: 106px 26px;
  background-position: -60px 0;
}
.service_list .bundle a.btn_more1 {
  margin: 4px auto 0;
  display: block;
  width: 69px;
  height: 20px;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  background: #353737;
  border-radius: 10px;
  color: #fff;
}

.info_tit_list {
  padding: 12px 0 13px 15px;
  background: #a49996;
}
.info_tit_list .tit {
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #fff;
}
.info_tit_list .bundle {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #362e2c;
}
.info_tit_list .bundle:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
}
.info_tit_list .bundle.fir:before {
  content: '';
  background: #b3110e;
}

.info_list1 {
}
.info_list1 dt {
  margin-top: 17px;
  font-size: 15px;
  letter-spacing: -0.05em;
  color: #d31d1a;
}
.info_list1 dt:first-child {
  margin-top: 0;
}
.info_list1 dd {
  font-size: 13px;
  color: #666;
}

.info_list2 {
  margin-top: 10px;
  padding: 14px 0 13px 14px;
  height: 103px;
  position: relative;
  background: #e6e6e6;
}
.info_list2 dt {
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #2f2928;
}
.info_list2 dd {
  margin-top: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #2f2928;
}
.info_list2 dd.type1 {
  font-weight: normal;
  font-size: 12px;
  color: #575150;
}
.info_list2 dd.type2 {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
}
.info_list2 dd.type2:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b3b3b3;
}
.info_list2 .btn_apply1 {
  position: absolute;
  top: 37px;
  right: 20px;
  width: 73px;
  height: 30px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  background: #353737;
  border-radius: 15px;
  color: #fff;
}
.info_list2 .btn_apply2 {
  position: absolute;
  top: 37px;
  right: 20px;
  width: 71px;
  height: 21px;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: center;
  background: #353737;
  border-radius: 15px;
  color: #fff;
}

.info_list3 {
}
.info_list3 .bundle {
  margin-top: 6px;
  position: relative;
  font-size: 13px;
  letter-spacing: -0.03em;
  color: #4c4c4c;
}
.info_list3 .bundle:first-child {
  margin-top: 11px;
}
ul.info_list3 .bundle {
  padding-left: 10px;
}
ol.info_list3 .bundle {
  padding-left: 12px;
}
ul.info_list3 .bundle:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #b3b3b3;
}

/* 이용약관 */
#popup .content_wrap {
  padding: 23px 0 17px;
  font-size: 13px;
  line-height: 18px;
  color: #4c4c4c;
}
#popup .content_wrap h4 {
  margin: 20px 0 5px;
}
#popup .content_wrap .bundle {
  margin-top: 4px;
  position: relative;
}
#popup .content_wrap .bundle .bl {
  position: absolute;
  top: 0;
  left: 0;
}
#popup .content_wrap .bl_list1 {
}
#popup .content_wrap .bl_list1 .bundle {
  padding-left: 19px;
}
#popup .content_wrap .bl_list2 .bundle {
  padding-left: 10px;
}
#popup .content_wrap .bl_list3 .bundle {
  padding-left: 15px;
}
#popup .content_wrap .table1 {
  overflow: hidden;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-right: none;
}
#popup .content_wrap .table1 dl {
  float: left;
  width: 50%;
  border-top: 1px solid #bfbfbf;
}
#popup .content_wrap .table1 dt {
  padding: 5px 0;
  display: block;
  background: #e8e8e8;
  text-align: center;
  border-right: 1px solid #bfbfbf;
}
#popup .content_wrap .table1 dd {
  padding: 4px 0;
  display: block;
  text-align: center;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  color: #d31d1a;
}
#popup .content_wrap .table1 dd.dd_type1 {
  padding-left: 10px;
  text-align: left;
  border-top: none;
  color: #4c4c4c;
}

/* footer */
#footer {
  padding-top: 17px;
  height: 71px;
  text-align: center;
  background: #6c6361;
}
/* #footer .footlist {
  display: inline-block;
}
#footer .footlist .bundle {
  display: inline-block;
}
#footer .footlist .bundle:before {
  content: '';
  margin: -1px 6px 0 3px;
  display: inline-block;
  width: 1px;
  height: 10px;
  vertical-align: middle;
  background: #8e8482;
} */
#footer .footlist {
  display: flex;
  justify-content: center;
  gap: 6px;
}
#footer .footlist .bundle {
  position: relative;
  padding-right: 6px;
}
#footer .footlist .bundle:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #8e8482;
}
#footer .footlist .bundle:last-child {
  padding-right: 0;
}
#footer .footlist .bundle:last-child:before {
  display: none;
}
#footer .footlist .bundle a {
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #bfafab;
}
#footer .copyright {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: -0.07em;
  color: #b2a5a2;
}

/* 레이어 팝업 */
.layer_type1 {
  padding: 29px 20px 20px !important;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  font-size: 14px;
  letter-spacing: -0.05em;
  background: #fff;
  color: #333;
  z-index: 999999;
}
.layer_type1 .tit {
  font-weight: normal;
  font-size: 20px;
}
.layer_type1 .subtit {
  margin-top: 16px;
  font-size: 16px;
}
.layer_type1 .txt {
  margin-top: 24px;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 19px;
}
.layer_type1 .info {
  margin-top: 16px;
  display: block;
  font-size: 14px;
  text-align: center;
}
.layer_type1 .bl {
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 4px;
}
.layer_type1 .bundle {
  margin-top: 5px;
  padding-left: 12px;
  position: relative;
}
.layer_type1 .bundle:first-child {
  margin-top: 15px;
}
.layer_type1 .bundle.type1 {
}
.layer_type1 .bundle.type1:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #b3b3b3;
  vertical-align: middle;
}
.layer_type1 .btnarea {
  margin-top: 29px;
}
.layer_type1 .btnarea a,
.layer_type1 .btnarea button {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  background: #3c3c3c;
  text-align: center;
  color: #fff;
}
.layer_type1 .btn_close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(https://menu.mt.co.kr/vip_mt/images/btn_close3.png) no-repeat 0 0;
  color: transparent;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  filter: alpha(opacity=55);
  opacity: 0.55;
}

@media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
  .layer_type1 {
    margin-top: 15px !important;
    top: 0;
    height: 100%;
    overflow-y: scroll;
  }
}
