@charset "utf-8";
@import url("font.css");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap&subset=korean");
@import url("//fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@import url("base.css");
* {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.5px;
  word-break: keep-all;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus-visible {
  outline-color: #ff00ff !important;
}
a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
button {
  background: none;
  border: none;
}
button {
  border: none;
  cursor: pointer;
}
body,
html {
  width: 100%;
  height: 100%;
  background: #fff;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  vertical-align: middle;
}
span {
  vertical-align: baseline;
}
b,
.b {
  font-weight: 700 !important;
}
br {
  font-family: none !important;
}
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* 20241127_je*/
.thin {
  font-weight: 300 !important;
}
.n {
  font-weight: 400 !important;
}
.black {
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.blue {
  color: #006cd0 !important;
}
.red {
  color: #ff0000 !important;
}
.cherry {
  color: #ff482a !important;
}
.ivory {
  color: #fff3b9 !important;
}
.yellow {
  color: #fdff5c !important;
}
.orange {
  color: #ee3800 !important;
}
.green {
  color: #61c644 !important;
}
.mint {
  color: #00a1a7 !important;
}
.purple {
  color: #9aa9fe !important;
}
.gray333 {
  color: #333;
}
.gray666 {
  color: #666;
}
.gray999 {
  color: #999;
}
.gray4d {
  color: #4d4d4d;
}
.grayf2 {
  color: #f2f2f2;
}
.line {
  text-decoration: line-through;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.middle {
  vertical-align: middle !important;
  display: table-cell !important;
}
.bothSides {
  display: flex;
  justify-content: space-between;
}
.relative {
  position: relative;
}
.padding0 {
  padding: 0px !important;
}
.margin0 {
  margin: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb100 {
  padding: 0 0 100px 0 !important;
}
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.flex {
  display: flex;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.wdauto {
  width: auto !important;
}
.wd100 {
  width: 100% !important;
}
.none {
  display: none;
}
.btnone {
  border-top: 0 !important;
}
.blnone {
  border-left: 0 !important;
}
.brnone {
  border-right: 0 !important;
}
.bbnone {
  border-bottom: 0 !important;
}
h1,
h1 * {
  font-size: 54px;
  letter-spacing: -5px;
  font-weight: 500;
  margin: 0;
}
h1,
h1 * {
  font-size: 54px;
  letter-spacing: -5px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
h2,
h2 * {
  font-size: 50px;
  letter-spacing: -4px;
  font-weight: 500;
  margin: 0;
}
h3,
h3 * {
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: 600;
  margin: 0;
}
h4,
h4 * {
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 500;
  margin: 0;
}
h5,
h5 * {
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0;
}
.wrap .ex {
  font-size: 24px;
  border: 1px solid #1d2b3a;
  border-right: none;
  border-left: none;
  width: 650px;
  margin: 30px auto 50px;
  padding: 20px 0;
}
.pc {
  display: block !important;
}
tr.pc {
  display: table-row !important;
}
td.pc {
  display: table-cell !important;
}
.pc-inblock {
  display: inline-block !important;
}
.mobile,
.mobile-inblock {
  display: none !important;
}
.pad {
  display: none !important;
}
.all {
  width: 100%;
  margin: 0;
  padding-top: 180px;
  position: relative;
} /* 240621 > 띠배너 때문에 padding-top:80;수정 */
.wrap {
  max-width: 1200px;
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.wrap_No {
  padding: 50px 0 !important;
}
.all .wrap .new_brand {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 10px 0;
  padding-right: 80px;
  background: url(../images/new/common/award_2018.png) no-repeat right center;
  background-size: contain;
  margin: 0;
  width: auto;
}
.all .wrap .new_brand * {
  font-family: "GmarketSans";
  font-size: 20px;
  line-height: initial;
  display: block;
}
.all .wrap .new_brand dd {
  font-weight: 300;
  font-size: 13px;
  border: none;
  padding: 0;
}
.all .whiteBrand .new_brand * {
  color: #fff;
}
.black:before,
.black:after {
  color: #000;
}
.end {
  color: #fff !important;
  background: #989898 !important;
  cursor: default;
}
.end * {
  color: #fff !important;
}
.hp_fsSCDream {
  font-family: "SCDream" !important;
}
.hp_fsGmarket {
  font-family: "GmarketSans" !important;
}
.hp_fsTwaysky {
  font-family: "twaysky" !important;
}
.hp_fsEulyoo {
  font-family: "Eulyoo1945" !important;
}
.hp_TTTtangs {
  font-family: "TTTtangsbudaejjigaeB" !important;
}
.ly_flex {
  display: flex !important;
}
.ly_flexWrap {
  flex-wrap: wrap;
}
.ly_alignStart {
  align-items: start;
}
.ly_alignC {
  align-items: center;
}
.ly_alignEnd {
  align-items: end;
}
.ly_spaceBetween {
  display: flex;
  justify-content: space-between;
}
.ly_spaceAround {
  display: flex;
  justify-content: space-around;
}
.ly_flexCenter {
  display: flex;
  justify-content: center;
}
.ly_flexAC {
  display: flex;
  align-items: center;
}
.ly_flex5vs5 {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.ly_flex5vs5 > * {
  flex: 1 1 50%;
}

/* 웹 접근성(WA) Web Accessibility */
.WA {
  display: inline-block;
  overflow: hidden;
  border: 0;
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  top: 0;
  left: 0;
}
/* list-style */
.circle > li,
.numbering > li,
.square > li,
.dash > li,
.circle2 > li,
.bl_listNumRing > li {
  text-align: left;
  line-height: normal;
  margin-bottom: 5px;
}
.circle > li {
  list-style: disc;
  margin-left: 33px;
}
.circle2 > li {
  margin-left: 17px;
}
.circle2 > li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 3px solid #db4a4a;
  border-radius: 50%;
  margin: 0 5px 0 -17px;
  vertical-align: middle;
}
.numbering > li {
  list-style: decimal;
  margin-left: 18px;
}
.square > li,
.dash > li {
  margin-left: 14px;
}
.square > li:before,
.dash > li:before {
  content: "";
  display: inline-block;
  background: #000;
  vertical-align: 23%;
}
.square > li:before {
  width: 4px;
  height: 4px;
  margin: 0 5px 0 -9px;
}
.dash > li:before {
  width: 9px;
  height: 2px;
  margin: 0 5px 0 -14px;
}
.mark-caution {
  text-align: left;
  margin-left: 18px;
}
.mark-caution:before {
  content: "※";
  display: inline-block;
  margin: 0 5px 0 -18px;
}
.mark-check li {
  text-align: left;
  margin-left: 39px;
}
.mark-check li:before {
  content: "";
  display: inline-block;
  background: url("/landing/images/new/common/icon_checklist.png") no-repeat center;
  width: 24px;
  height: 24px;
  margin: 0 15px 0 -39px;
  vertical-align: middle;
}
.bl_listNumRing {
  padding-left: 21px;
}
.bl_listNumRing > li:before {
  display: inline-block;
  margin: 0 5px 0 -18px;
}
.bl_listNumRing > li:nth-of-type(1):before {
  content: "①";
}
.bl_listNumRing > li:nth-of-type(2):before {
  content: "②";
}
.bl_listNumRing > li:nth-of-type(3):before {
  content: "③";
}
.bl_listNumRing > li:nth-of-type(4):before {
  content: "④";
}
.bl_listNumRing > li:nth-of-type(5):before {
  content: "⑤";
}
.bl_listNumRing > li:nth-of-type(6):before {
  content: "⑥";
}
.bl_listNumRing > li:nth-of-type(7):before {
  content: "⑦";
}
.bl_listNumRing > li:nth-of-type(8):before {
  content: "⑧";
}
.bl_listNumRing > li:nth-of-type(9):before {
  content: "⑨";
}
.bl_listNumRing > li:nth-of-type(10):before {
  content: "⑩";
}
.hangul > li {
  text-align: left;
  line-height: normal;
  margin: 0 0 5px 20px;
}
.hangul > li:before {
  content: "가.";
  display: inline-block;
  margin: 0 5px 0 -20px;
}
.hangul > li:nth-of-type(2):before {
  content: "나.";
}
.hangul > li:nth-of-type(3):before {
  content: "다.";
}
.hangul > li:nth-of-type(4):before {
  content: "라.";
}
.hangul > li:nth-of-type(5):before {
  content: "마.";
}
.hangul > li:nth-of-type(6):before {
  content: "바.";
}
.hangul > li:nth-of-type(7):before {
  content: "사.";
}
.hangul > li:nth-of-type(8):before {
  content: "아.";
}
.hangul > li:nth-of-type(9):before {
  content: "자.";
}
/* 라디오박스 */
.bl_radioBx {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}
.bl_radioBx__radioInput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bl_radioBx__txt {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #006cd0;
  text-align: center;
  color: #006cd0;
  vertical-align: middle;
  display: inline-block;
}
.bl_radioBx__radioInput:checked ~ .bl_radioBx__txt {
  background-color: #006cd0;
  color: #fff;
}
.bl_radioCircle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}
.bl_radioCircle__radioInput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bl_radioCircle__checkmark {
  border: 2px solid #d1d1d1;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle; /*margin:0 4px 0 -24px;*/
}
.bl_radioCircle__checkmark:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bl_radioCircle__radioInput:checked ~ .bl_radioCircle__checkmark {
  border-color: #006cd0;
}
.bl_radioCircle__radioInput:checked ~ .bl_radioCircle__checkmark:after {
  background: #006cd0;
}
/* 체크박스 */
.bl_checkBx {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bl_checkBx__checkInput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bl_checkBx__checkmark {
  display: inline-block;
  height: 25px;
  width: 25px;
  border: solid #d1d1d1;
  position: relative;
  vertical-align: middle;
  border-radius: 3px;
}
.bl_checkBx input:checked ~ .bl_checkBx__checkmark {
  background: #006cd0;
  border-color: #006cd0;
}
.bl_checkBx input:checked ~ .bl_checkBx__checkmark:after {
  border-color: #fff;
}
.bl_checkBx__checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #d1d1d1;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-45%, -62%) rotate(45deg);
  -ms-transform: translate(-45%, -62%) rotate(45deg);
  transform: translate(-45%, -62%) rotate(45deg);
}
.bl_checkBx input:checked ~ .bl_checkBx__checkmark:after {
  display: block;
}
/* 영상재생 */
.video {
  width: 95%;
  height: 52vw;
  max-height: 636px;
  background: no-repeat center;
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
}
.video iframe {
  width: 100%;
  height: 100%;
  display: none;
}
/* 화살표 */
.arrow {
  position: relative;
}
.arrow::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.arrow::after {
  content: "";
  display: inline-block;
  border: 4px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-73%);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 7%;
}
/* 탭 */
.tab {
  display: flex;
}
.tab li,
.tab button {
  width: 100%;
}
.tab li a {
  display: inline-block;
  transition: 0.3s;
}
.tabcontent {
  display: none;
}
.tabcontent.current {
  display: block;
}
.js_tab {
  position: relative;
}
.js_tab__btn {
  position: absolute;
  top: 0;
  left: 0;
}
.js_tab__cont {
  display: none;
}
.js_tab__wrap.hp_active .js_tab__cont {
  display: block;
}
.ld_none {
  display: none;
}

/*
 * 웹접근성 심사 용 header
.header_new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.header_new .loginWrap {
  display: none;
}
.header_new .header_row2th {
  border: none;
}
.header_new + .all {
  padding-top: 88px;
}
 */

/* header 시작 */
.header_new .header_row2th {
  border: none;
}
.header_new .header_row2th .ldFor {
  display: inline-block;
}
.header_new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.header_new + .all {
  padding-top: 188px;
}
.header_row1th h2,
.header_new .header_row1th .infoZip li,
.header_row1th .grayBtn,
.header_row1th .blueBtn,
.header_row1th .loginBefore {
  display: none;
}
.header_new .header_row1th {
  height: 0;
  border: none;
  padding: 0;
}
.header_new .header_row2th a.linkCont {
  display: none;
}
.header_new .el_headertn__join:after {
  display: none;
}
.header_new .ldFor a {
  font-size: 15px;
  margin-right: 15px;
}
.header_new .ldFor .applybtn {
  border: 1px solid;
  padding: 4px 5px 2px;
  font-size: 14px;
}
.header_new .header_row1th * {
  font-family: "GmarketSans";
  font-weight: 400 !important;
}
.header_new .header_row1th .infoZip li:nth-of-type(1),
.header_new .header_row1th .infoZip li:nth-of-type(2),
.header_row1th .el_cpBtn {
  display: block;
  position: absolute;
  right: 0;
  top: 31px;
  z-index: 10;
}
.header_new .header_row1th .infoZip li:nth-of-type(1) {
  margin-right: 290px;
}
.header_new .header_row1th .infoZip li:nth-of-type(2) {
  margin-right: 220px;
}
.header_new .header_row1th .infoZip * {
  font-size: 17px;
}
.header_row1th .el_cpBtn {
  margin-right: 210px;
  border-color: #000 !important;
  color: #000 !important;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}
.header_row1th .el_cpBtn:hover {
  border-color: #006cd0 !important;
}
.header_row1th .el_cpNum {
  width: 17px;
  height: 17px;
  line-height: 1.5;
}
.all .header_new .ldFor .applybtn {
  display: none;
}
.all .header_row1th .el_cpBtn {
  margin-right: 110px;
}
.all .header_new .header_row1th .infoZip li:nth-of-type(1) {
  margin-right: 200px;
}
.all .header_new .header_row1th .infoZip li:nth-of-type(2) {
  margin-right: 130px;
}
/* header 마침 */

.el_arrow:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 7px;
  height: 7px;
  border: 3px solid #fff;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}
.hp_blueColor.el_arrow:after {
  border-color: #6cd7ff;
}
.hp_mintColor.el_arrow:after {
  border-color: #00ffe4;
}
.el_beforeIcon__caution {
  padding-left: 11px;
}
.el_beforeIcon.el_beforeIcon__caution:before {
  content: "※";
  margin: 0 5px 0 -11px;
  display: inline-block;
  vertical-align: inherit;
  width: auto;
  height: auto;
}
.bl_allinOne {
  background: #e6e7ec;
}
.bl_allinOne * {
  font-family: "Pretendard";
}
.bl_allinOne .bl_AO__ttl {
  font-family: "GmarketSans";
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  padding-top: 100px;
  clear: both;
  margin: 0;
}
.bl_allinOne .bl_AO__ttl:nth-of-type(1) {
  padding-top: 0;
}
.bl_allinOne .bl_AO__txt {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
}
.bl_AO__ttl + .bl_AObox,
.bl_AO__txt + .bl_AObox {
  margin-top: 25px;
}
.bl_AObox {
  border: 1px solid #c8c8c8;
  background: #fff;
  margin-top: 10px;
}
.bl_AObox__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
}
.bl_AObox__row {
  display: flex;
}
.bl_AObox__area {
  width: 215px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.bl_AObox__area,
.bl_AObox__area * {
  font-size: 20px;
}
.bl_AObox__cont {
  padding: 15px 30px;
}
.bl_AObox__btn {
  position: relative;
  background: #1d2b3a;
  border: 1px solid #1d2b3a;
  width: 285px;
  padding: 18px 0;
  color: #fff;
  font-weight: 300;
  margin: 5px 2px;
}
.bl_AObox__btn,
.bl_AObox__btn * {
  font-size: 17px;
}
.bl_AObox__btn .hp_blueColor {
  color: #6cd7ff !important;
}
.bl_AObox__btn .hp_mintColor {
  color: #00ffe4 !important;
}
.bl_AObox__btn.hp_end {
  background: #e8e8e8;
  border-color: #ccc;
  color: #000;
  cursor: default;
}
.bl_AObox__btn.hp_end b {
  color: #747474 !important;
}
.hp_end .el_arrow:after {
  display: none;
}
.bl_AObox__board {
  text-align: left;
  margin-top: 15px;
}
.bl_AObox__board,
.bl_AObox__board * {
  font-size: 15px;
  line-height: 1.5;
}
.bl_AObox__support {
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}
.bl_AObox__support:before {
  background: url("/landing/images/new/common/icon_phone.png") no-repeat center left/contain;
  vertical-align: -6px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  margin-right: 5px;
}
/* 배움 하나로 패키지 bl_AOpack */
.bl_AOpack__ttl {
  margin-bottom: 5px;
  display: inline-block;
}
.bl_AOpack__ttl,
.bl_AOpack__ttl * {
  font-family: "GmarketSans";
  font-size: 38px;
  letter-spacing: -2px;
}
.bl_AOpack__label {
  font-size: 18px;
  margin-right: 5px;
  color: #fff;
  background: #555b6f;
  padding: 5px 15px;
  border-radius: 999px;
  display: inline-block;
  vertical-align: 6px;
  letter-spacing: -1px;
}
.bl_AOpack__is_first {
  position: absolute;
  font-size: 0;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: 99.5%;
  height: 42px;
  background: url("/landing/images/new/lifelongedu/lifelong_balloon_2507.png") no-repeat right;
  z-index: 9;
}
.bl_AOpack .bl_AObox__row {
  justify-content: space-between;
  align-items: center;
}
.bl_AOpack__PCper {
  display: inline-block;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.5;
}
.bl_AOpack__sale {
  display: inline-block;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.5;
}
.bl_AOpack__ttl + .bl_AOpack__PCper {
  margin-left: 5px;
}
.bl_AOpackPT__PC {
  display: flex;
  padding-right: 5px;
}
.bl_AOpack__PCcost {
  display: inline-block;
  font-size: 22px;
  color: #9b9b9b;
  font-weight: 300;
  text-decoration: line-through;
}
.bl_AOpack__PCcost:after {
  content: "→";
  display: inline-block;
  margin-left: 5px;
}
.bl_AOpack__PCdc,
.bl_AOpack__PCdc * {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
}
.bl_AOpackPT__row {
  background: url("/landing/images/new/common/dotBack.png") center;
  background-repeat: repeat-x;
}
.bl_AOpackPT__row .bl_AObox__btn {
  margin: 3px;
  width: 235px;
}
.bl_AOpackPT__wd {
  min-width: 90px;
  margin-right: 10px;
}
.bl_AOpack__notice {
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.5;
}
.bl_AOpack__bundle {
  display: inline-block;
  vertical-align: -10px;
}
.bl_AOboxMeet__sect {
  width: 285px;
  display: flex;
  flex-wrap: wrap;
}
.bl_AObox .bl_AOboxMeet__sect .bl_AObox__btn {
  flex: 0 0 32%;
  margin: 0.6%;
}
.bl_AOboxMeet__label,
.bl_AOboxMeet__label * {
  font-size: 18px;
}
.bl_AOboxMeet__label {
  background: #eee;
  padding: 10px 0;
  text-align: center;
  margin: 25px 0 5px;
  flex: 0 0 100%;
}
.bl_AOboxMeet__label:first-child {
  margin-top: 0;
}
/* 즉시할인 이벤트 bl_AOevent */
.bl_AOevent .bl_AObox__row {
  margin-top: 10px;
}
.bl_AOevent .bl_AObox__row:first-child {
  margin-top: 0;
}
.bl_AOevent .bl_AObox__cont * {
  font-size: 22px;
  line-height: 1.5;
}
/* 배움 실습과목 bl_AOpractice */
.bl_AOpt__balloon {
  display: inline-block;
  background: #006cd0;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  vertical-align: text-bottom;
  margin-right: 10px;
  border-radius: 999px;
  border-bottom-right-radius: 0;
}
.bl_AOpt__ttl {
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
}
.bl_AOpt__txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
/* 패키지 할인쿠폰 bl_packCP */
.bl_packCP {
  background: #0e3284;
  margin-top: 25px;
  width: 100%;
}
.bl_packCP__wrap {
  max-width: 900px;
  width: 95%;
  margin: 45px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.bl_packCP__ttl2 {
  font-family: "GmarketSans";
  font-size: 38px;
  letter-spacing: -3px;
  color: #4fe03b;
}
.bl_packCP__ttl {
  font-family: "GmarketSans";
  font-size: 50px;
  letter-spacing: -4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bl_packCP__notes * {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
}
.bl_packCP__notes li:before {
  background: #fff;
}
.bl_packCP__img {
  background: url("/landing/images/new/common/packCP_back.png") no-repeat center/contain;
  width: 167px;
  height: 212px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_packCP__imgTxt {
  font-family: "GmarketSans";
  color: #323232;
}
.bl_packCP__imgPercent {
  font-family: "GmarketSans";
  font-size: 40px;
  color: #39ac29;
  font-weight: 700;
  line-height: 1.1;
}
/* 무이자혜택 */
.bl_AObox__nointerest {
  height: 130px;
  background-color: #c4c6d8;
  background-image: url(/landing/images/new/common/nointerest.png);
  background-position: 5% 52%;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  align-items: center;
  margin-top: 10px;
  padding-top: 6px;
}
.bl_AObox__nointerest__ttlbox {
  text-align: left;
  margin-left: 98px;
  line-height: 1.6;
}
.bl_AObox__nointerest__txtbox {
  text-align: right;
}
.bl_AObox__nointerest__txtbox {
  margin-left: 90px;
  line-height: 1.4;
}
.bl_AObox__nointerest__ttl1 {
  font-family: "GmarketSans";
  font-size: 28px;
  letter-spacing: -2px;
  color: #1f2c5c;
}
.bl_AObox__nointerest__ttl2 {
  font-size: 20px;
  letter-spacing: -1.3px;
}
.bl_AObox__nointerest__notice {
  padding-left: 14px;
  color: #3a3f51;
}
.bl_AObox__nointerest__notice::before {
  content: "※";
  position: absolute;
  margin-left: -12px;
}
.bl_AObox__nointerest__txt {
  font-size: 18px;
  color: #3a3f51;
}
/* 셀프 학습설계 할인 */
.bl_self {
  background: #f8f8f8;
}
.bl_self * {
  font-family: "GmarketSans";
}
.bl_self__define {
  border: 1px solid #c8c8c8;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-top: 40px;
  background: #fff;
}
.bl_self__define * {
  text-align: left;
}
.bl_self__defineTtl {
  margin: 0 70px;
}
.bl_self__defineTtl,
.bl_self__defineTtl * {
  font-size: 22px;
}
.bl_self__defineTxt,
.bl_self__defineTxt * {
  font-size: 19px;
}
.bl_self__head {
  background: #2e343f;
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.bl_self__head * {
  color: #fff;
}
.bl_self__headTtl:before,
.bl_self__headTtl:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 0 15px;
  vertical-align: middle;
}
.bl_self__headTtl,
.bl_self__headTtl * {
  font-size: 28px;
}
.bl_self__headTxt {
  font-weight: 300;
}
.bl_self__headTxt,
.bl_self__headTxt * {
  font-size: 40px;
}
.bl_self__subject {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #d6d6d6;
}
.bl_self__subject li {
  flex: 0 0 25%;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-left: 0;
  background: #fff;
}
.bl_self__subject .bl_self__subTH {
  background: #e1e1e1;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_self__subject .bl_checkBx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  padding: 0 20px;
}
.bl_self__subject .bl_checkBx__txt {
  font-size: 20px;
  color: #1d1c1c;
  text-align: left;
  padding-top: 3px;
  word-break: break-all;
}
.bl_self__subject .bl_checkBx__checkmark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.bl_self__subject .bl_checkBx__checkmark:after {
  width: 7px;
  height: 14px;
  border-width: 0 4px 4px 0;
}
.bl_self__subject .bl_checkBx__checkInput:checked ~ .bl_checkBx__checkmark {
  background: #ff4e00;
  border-color: #ff4e00;
}
.el_self__applyBtn {
  background: #ff4e00;
  color: #fff;
  font-size: 23px;
  padding: 25px 0;
  width: 400px;
  margin: 30px auto 0;
  letter-spacing: 0;
}
.el_self__applyBtn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.bl_self__info {
  padding: 40px 150px;
  display: flex;
  margin-top: 50px;
  background: #ececec;
}
.bl_self__info * {
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
}
.bl_self .bl_self__infoTtl {
  margin: 0;
  margin-right: 70px;
  letter-spacing: -1px;
}
.bl_self__infoNote * {
  font-weight: 300;
}
/* 실습 bl_practice */
.bl_practice .wrap {
  width: 98%;
}
.bl_ptMain__bg {
  background: no-repeat center/2000px;
}
.bl_practice .bl_ptMain {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 950px;
  padding: 0;
}
.bl_ptMain__ttl,
.bl_ptMain__ttl * {
  font-family: "GmarketSans";
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
}
.bl_ptMain__pointWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 60px;
}
.bl_ptMain__point {
  margin: 0 25px;
  width: 310px;
  height: 100px;
  transform: skewY(-4deg);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_ptMain__point03 {
  text-align: left;
  padding-left: 33px;
}
.bl_ptMain__point:before {
  content: "";
  display: block;
  width: 78px;
  height: 126px;
  background: url("/landing/images/new/practice/practice_icons.png") no-repeat 0px 0px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) skewY(4deg);
}
.bl_ptMain__point01:before {
  background-position-x: 17px;
}
.bl_ptMain__point02:before {
  background-position-x: -73px;
}
.bl_ptMain__point03:before {
  background-position-x: -173px;
}
.bl_ptMain__point04:before {
  background-position-x: -270px;
}
.bl_ptMain__pointCont {
  transform: skewY(4deg);
  color: #fff;
  font-size: 27px;
}
.bl_ptMain__pointNote {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.bl_ptMain__location {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_ptMain__location * {
  font-family: "GmarketSans";
  line-height: 1.2;
}
.bl_ptMain__locaTtl {
  font-size: 30px;
  border-bottom: 4px solid;
}
.bl_ptMain__locaTtl:before {
  content: "";
  display: inline-block;
  background: url("/landing/images/new/practice/practice_icons.png") no-repeat -369px -13px;
  width: 40px;
  height: 49px;
  vertical-align: bottom;
  margin-left: -20px;
}
.bl_ptMain__locaCont {
  text-align: left;
  margin: 0 30px;
}
.bl_ptMain__locaTxt {
  font-size: 25px;
}
.bl_ptMain__locaAddress {
  font-size: 20px;
  font-weight: 300;
}
.bl_ptMain__locaBtn {
  background: #000;
  color: #fff;
  font-size: 22px;
  width: 160px;
  padding: 14px 0 8px 20px;
  text-align: left;
}
.bl_ptMain__locaBtn:before {
  display: none;
}
.bl_ptMain__locaBtn:after {
  border-color: #fff;
}
.bl_ptMain__notice {
  background: #fff;
  display: flex;
  align-items: center;
  width: 1100px;
  margin-top: 30px;
  padding: 30px;
}
.bl_ptMain__notiTtl {
  flex: 0 1 20%;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.bl_ptMain__notiTtl:before {
  content: "";
  display: inline-block;
  background: url("/landing/images/new/practice/practice_icons.png") no-repeat -370px -75px;
  width: 35px;
  height: 42px;
  vertical-align: -11px;
  margin-right: 5px;
}
.bl_ptMain__notiTtl:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bl_ptMain__notiCont {
  flex: 0 1 1;
  padding: 0 40px;
  text-align: left;
  line-height: 1.2;
}
.bl_ptLabel,
.bl_ptTtl {
  font-family: "GmarketSans";
  display: inline-block;
}
.bl_ptLabel {
  border-bottom: 4px solid;
  margin-right: 10px;
  font-weight: 300;
  vertical-align: text-bottom;
}
.bl_ptTtl {
  color: #ff531e;
}
.bl_ptTB1 {
  margin: 50px 0 30px;
}
.bl_ptTB1 * {
  font-size: 18px;
  font-weight: 500;
}
.bl_ptTB1 tr {
  border-top: 1px solid #d0dbe8;
}
.bl_ptTB1 tr:first-child {
  border: none;
}
.bl_ptTB1 th {
  background: #e7f0fc;
  width: 20%;
}
.bl_ptTB1 td {
  background: #f1f6fd;
  text-align: left;
  padding: 20px 30px;
}
.bl_ptTB1__label {
  display: inline-block;
  border: 1px solid;
  width: 90px;
  text-align: center;
  margin: 2px 0;
  margin-right: 5px;
}
.bl_ptTB1__btn {
  border: 1px solid #006cd0;
  color: #006cd0;
  font-size: 15px;
  padding: 2px 8px;
  display: inline-block;
  width: 95px;
  text-align: left;
  margin-left: 5px;
}
.bl_ptTB1__btn:before {
  display: none;
}
.bl_ptTB1__btn:after {
  width: 7px;
  height: 7px;
  border-width: 3px;
  top: 54%;
}
.bl_ptTB2 {
  border-top: 2px solid;
}
.bl_ptTB2 * {
  font-size: 18px;
}
.bl_ptTB2 th,
.bl_ptTB2 td {
  border: 1px solid #ddd;
  border-top: none;
  border-right: none;
}
.bl_ptTB2 th:first-child {
  border-left: none;
  width: 20%;
}
.bl_ptTB2 th {
  background: #f5f5f5;
  padding: 10px 0;
}
.bl_ptTB2 td {
  padding: 25px 0;
  width: calc(80% / 3);
}
.bl_ptTB2__5cols th:nth-of-type(1),
.bl_ptTB2__5cols td:nth-of-type(1) {
  width: 10%;
}
.bl_ptTB2__note {
  font-size: 14px;
  line-height: 1.2;
}
.bl_ptBtn {
  background: #1b2f62;
  color: #fff;
  width: 540px;
  padding: 35px 0;
  font-size: 34px;
  margin: 50px auto 0;
  position: relative;
}
.bl_ptBtn:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url("/landing/images/new/common/icon_arrow_0.2.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.bl_ptBtn:after {
  content: "수강신청";
  color: #ff531e;
  margin-left: 10px;
  font-weight: 500;
}
.end.bl_ptBtn:after {
  content: "신청마감";
  color: #000;
}
.bl_ptNote {
  padding: 50px 0;
  text-align: left;
}
/* 실습안내 추가 bl_ptInfo */
.bl_ptInfo {
  display: flex;
  justify-content: center;
  padding: 70px 0;
}
.bl_ptInfo__cont {
  border: 1px solid #4148c9;
  flex: 0 1 45%;
  margin: 0 10px;
  padding: 0 10px;
}
.bl_ptInfo__ttl,
.bl_ptInfo__ttl * {
  font-size: 22px;
}
.bl_ptInfo__ttl {
  background: #4148c9;
  border-radius: 10px;
  padding: 7px 0;
  color: #fff;
  width: 330px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.bl_ptInfo__notice {
  margin: 25px auto 20px;
  display: inline-block;
}
.bl_ptInfo__ttl + .bl_ptInfo__notice {
  margin-top: 0;
}
.bl_ptInfo__label {
  color: #4b54ef;
}
/* 테마 bl_blackBord - 경영학, CPA, IT */
.bl_blackBord__head {
  font-size: 28px;
  font-weight: 700;
  height: 60px;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_blackBord__TB {
  border: 2px solid #000;
  border-right: none;
  border-left: none;
}
.bl_blackBord__TB tr {
  border-top: 1px solid #bbb;
}
.bl_blackBord__TB tr:first-child {
  border-top: none;
}
.bl_blackBord__TB th {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
}
.bl_blackBord__TB td {
  font-size: 18px;
  background: #fff;
  text-align: left;
  padding-left: 20px;
}
/* why? 학점은행제로 - 경영학, CPA, IT */
.bl_why__pointColor {
  color: #f35827;
}
.bl_why__navyColor {
  color: #07123f;
}
.bl_why__wrap {
  display: flex;
}
.bl_why__cont {
  width: 100%;
  background: #f6f6f6;
  padding: 50px 20px;
  margin: 0 10px;
}
.bl_why__txt:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background: url("/landing/images/new/business/pc2_2306.png") no-repeat 0px 0px;
  margin: 15px auto;
}
.bl_why__cont02 .bl_why__txt:before {
  background-position-x: -130px;
}
.bl_why__cont03 .bl_why__txt:before {
  background-position-x: -260px;
}
.bl_why__txt {
  font-size: 15px;
  margin-bottom: 3px;
}
.bl_why__note {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .pad {
    display: block !important;
  }
}
@media (max-width: 768px) {
  * {
    font-size: 3.5vw;
    letter-spacing: -0.2vw;
  }
  .mobile,
  .pad {
    display: block !important;
  }
  .landing_header div.landing_nav,
  .landingBar,
  #multi h5 + div.pc,
  .pc,
  .pc-inblock,
  td.pc {
    display: none !important;
  }
  .mobile-inblock {
    display: inline-block !important;
  }
  .landing_header div.landing_nav,
  .landingBar,
  #multi h5 + div.pc,
  .pc,
  .pc-inblock,
  td.pc {
    display: none !important;
  }
  .landing_header div.Logo a {
    float: inherit !important;
    margin: 20px auto 0;
  }
  h1,
  h1 span,
  #consult h1 span {
    font-size: 10vw;
    letter-spacing: -1vw;
  }
  h2 {
    font-size: 9vw;
    letter-spacing: -0.7vw;
  }
  h3 {
    font-size: 7vw;
    letter-spacing: -0.5vw;
  }
  h4 {
    font-size: 6vw;
    letter-spacing: -0.3vw;
  }
  h5 {
    font-size: 4.5vw;
    letter-spacing: -0.3vw;
  }
  img {
    margin: 0 auto;
  }
  .mobile.wid100 {
    width: 100%;
  }
  .mt3 {
    margin-top: 0.6 !important;
  }
  .mt5 {
    margin-top: 1vw !important;
  }
  .mt10 {
    margin-top: 2vw !important;
  }
  .mt15 {
    margin-top: 3vw !important;
  }
  .mt20 {
    margin-top: 4vw !important;
  }
  .mt30 {
    margin-top: 6vw !important;
  }
  .mt40 {
    margin-top: 8vw !important;
  }
  .mt50 {
    margin-top: 10vw !important;
  }
  .mt70 {
    margin-top: 14px !important;
  }
  .mt80 {
    margin-top: 16px !important;
  }
  .mt100 {
    margin-top: 20vw !important;
  }
  .mb3 {
    margin-bottom: 0.6 !important;
  }
  .mb5 {
    margin-bottom: 1vw !important;
  }
  .mb10 {
    margin-bottom: 2vw !important;
  }
  .mb20 {
    margin-bottom: 4vw !important;
  }
  .mb30 {
    margin-bottom: 6vw !important;
  }
  .mb40 {
    margin-bottom: 8vw !important;
  }
  .mb50 {
    margin-bottom: 10vw !important;
  }
  .mb70 {
    margin-bottom: 14px !important;
  }
  .mb80 {
    margin-bottom: 16px !important;
  }
  .mb100 {
    margin-bottom: 20vw !important;
  }
  .mr5 {
    margin-right: 1vw !important;
  }
  .mr10 {
    margin-right: 2vw !important;
  }
  .mr15 {
    margin-right: 3vw !important;
  }
  .mr20 {
    margin-right: 4vw !important;
  }
  .ml5 {
    margin-left: 1vw !important;
  }
  .ml10 {
    margin-left: 2vw !important;
  }
  .ml15 {
    margin-left: 3vw !important;
  }
  .pt50 {
    padding-top: 10vw !important;
  }
  .pt100 {
    padding-top: 20vw !important;
  }
  .pb50 {
    padding-bottom: 10vw !important;
  }
  .pb100 {
    padding: 0 0 15vw 0 !important;
  }
  .all {
    padding-top: 0;
    margin-top: 60px;
  }
  #ch-plugin > div > div {
    bottom: 70px !important;
  }
  .all .wrap .ex {
    font-size: 4vw;
    padding: 2vw 0;
    width: 75vw;
    margin: 5vw auto 15vw;
  }
  .wrap {
    padding: 15vw 0;
  }
  .wrap_No {
    padding: 7vw 0 !important;
  }
  .all .wrap .new_brand {
    top: 4vw;
    right: 50%;
    padding: 2vw 0;
    padding-right: 16vw;
    transform: translateX(50%);
    width: 93vw;
  }
  .all .wrap .new_brand * {
    font-size: 3.8vw;
    letter-spacing: -0.3vw;
  }
  .all .wrap .new_brand dd {
    font-size: 2.8vw;
    letter-spacing: -0.2vw;
  }
  .wrap .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw !important;
  }
  .padding0 {
    padding-bottom: 0px !important;
  }

  /* list-style */
  .circle > li,
  .numbering > li,
  .square > li,
  .dash > li,
  .circle2 > li {
    margin-bottom: 2vw;
    margin-left: 8vw;
  }
  .circle2 > li {
    margin-left: 5vw;
  }
  .circle2 > li::before {
    border-width: 0.7vw;
    width: 1vw;
    height: 1vw;
    margin: 0 1vw 0 -3.5vw;
  }
  .square li:before {
    width: 1vw;
    height: 1vw;
    margin: 0 1.2vw 0 -2vw;
    vertical-align: 1vw;
  }
  .hangul > li {
    margin-left: 6vw;
    margin-bottom: 2vw;
  }
  .mark-caution {
    margin-left: 4.3vw;
  }
  .mark-caution:before {
    margin: 0 1vw 0 -4.3vw;
  }
  /* 라디오박스 */
  .bl_radioBx__txt {
    height: 9vw;
    line-height: 9vw;
    border-width: 0.5vw;
  }
  .bl_radioCircle__checkmark {
    border-width: 0.7vw;
    width: 5vw;
    height: 5vw;
  }
  .bl_radioCircle__checkmark:after {
    width: 2.5vw;
    height: 2.5vw;
  }
  /* 체크박스 */
  .bl_checkBx__checkmark {
    height: 5vw;
    width: 5vw;
    border-radius: 0.5vw;
  }
  .bl_checkBx__checkmark:after {
    width: 1vw;
    height: 2vw;
    border-width: 0 0.5vw 0.5vw 0;
  }
  /* 화살표 */
  .arrow::before {
    width: 6vw;
    height: 6vw;
  }
  .arrow::after {
    border-width: 0.7vw;
    width: 2vw;
    height: 2vw;
  }
  /* header_new */
  .header_new + .all {
    padding-top: 0;
  }
  .header_new div.section {
    width: 100%;
  }
  .header_new .header_row3th {
    display: none;
  }
  .header_new .header_row2th .section {
    height: 60px;
    width: 100%;
  }
  .header_row2th .absolute_left {
    width: 100%;
    text-align: center;
  }
  .header_new .baeoom_logo {
    width: 180px;
  }
  .header_new .baeoom_emblem {
    width: 35px;
    margin-left: 3px;
  }
  .header_new .btn-join,
  .header_new .btn-login,
  .header_new .header_row1th .infoZip li:nth-of-type(1),
  .header_new .header_row1th .infoZip li:nth-of-type(2),
  .header_row1th .el_cpBtn,
  .header_new .ldFor .applybtn,
  .header_row2th .dropbtn {
    display: none;
  }
  .header_new .ldFor a {
    font-family: "NanumBarunGothic";
    font-size: 11px;
    letter-spacing: -1px;
    padding-top: 26px;
  }
  .header_new .ldFor .mobile {
    display: inline-block !important;
  }
  .header_new .ldFor .btn-join {
    background: url("https://m.baeoom.com/resources/images/mobile/common/icon_join.png") no-repeat center top/35px;
    margin-right: 0;
  }
  .header_new .ldFor .btn-login {
    background: url("https://m.baeoom.com/resources/images/mobile/common/icon_login.png") no-repeat center top/24px;
  }
  .header_new .ldFor .btn-class {
    background: url("https://m.baeoom.com/resources/images/mobile/common/icon_lecture.png") no-repeat center top/24px;
  }
  /* bl_allinOne */
  .hp_ml5 {
    margin-left: 1vw !important;
  }
  .hp_mt15 {
    margin-top: 3vw !important;
  }
  .el_arrow:after {
    margin-left: 1.8vw;
    width: 1.8vw;
    height: 1.8vw;
    border-width: 1vw;
    vertical-align: 0.2vw;
  }
  .all .bl_allinOne .wrap {
    width: 95%;
  }
  .bl_allinOne .bl_AO__ttl {
    font-size: 10vw;
    letter-spacing: -0.5vw;
    padding-top: 15vw;
  }
  .bl_AO__txt {
    display: none;
  }
  .bl_AO__ttl + .bl_AObox,
  .bl_AO__txt + .bl_AObox {
    margin-top: 5vw;
  }
  .bl_AObox {
    border-width: 0.2;
    margin-top: 2vw;
  }
  .bl_AObox__wrap {
    display: block;
    width: 90%;
    padding: 6vw 0;
  }
  .bl_AObox__sect {
    position: relative;
    margin-top: 5vw;
  }
  .bl_AObox__row {
    display: block;
  }
  .bl_AObox__area {
    width: 100%;
    display: block;
    padding: 3vw 0;
  }
  .bl_AObox__area,
  .bl_AObox__area * {
    font-size: 4.5vw;
  }
  .bl_AObox__cont {
    padding: 3vw 0;
    text-align: center;
  }
  .bl_AObox .bl_AObox__btn {
    border-width: 0.2vw;
    width: 100%;
    padding: 4vw 0;
    margin: 2vw 0 0;
    border-radius: 1.5vw;
  }
  .bl_AObox__btn:first-child {
    margin: 0;
  }
  .bl_AObox__btn,
  .bl_AObox__btn * {
    font-size: 5vw;
  }
  .bl_AObox__board {
    margin-top: 3vw;
  }
  .bl_AObox__board,
  .bl_AObox__board * {
    font-size: 3.7vw;
  }
  .bl_AObox__support {
    text-align: center;
    margin-top: 2vw;
  }
  .bl_AObox__support:before {
    vertical-align: -1.5vw;
    width: 5vw;
    height: 6vw;
    margin-right: 1vw;
  }
  /* 배움 하나로 패키지 bl_AOpack */
  .bl_AOpack .bl_AObox__sect:nth-of-type(1) {
    margin-top: 0;
  }
  .bl_AOpack__ttl {
    margin-bottom: 0;
    display: block;
  }
  .bl_AOpack__ttl,
  .bl_AOpack__ttl * {
    font-size: 7vw;
    letter-spacing: -0.4vw;
    margin-top: 1vw;
  }
  .bl_AOpack__label {
    font-size: 4vw;
    margin: 0;
    padding: 1.5vw 3.5vw;
  }
  .bl_AOpack__is_first {
    top: 42vw;
    width: 25vw;
    height: 20.5vw;
    right: 0%;
    left: auto;
    transform: none;
    background: url("/landing/images/new/lifelongedu/mobilelifelong_balloon_2507.png") no-repeat right/contain;
    z-index: 9;
  }
  .bl_AOpack__PCper {
    font-size: 4.5vw;
    letter-spacing: -0.2vw;
    position: absolute;
    top: 1vw;
    left: 0;
    margin-left: 2vw;
  }
  .bl_AOpack__sale {
    display: inline-block;
    font-size: 4.2vw;
  }
  .bl_AOpack__sale {
    display: inline-block;
    font-size: 4.2vw;
  }
  .bl_AOpack__PCcost {
    font-size: 5vw;
  }
  .bl_AOpack__PCcost:after {
    margin-left: 1vw;
  }
  .bl_AOpack__PCdc,
  .bl_AOpack__PCdc * {
    font-size: 6vw;
  }
  .bl_AOpackPT__PC {
    padding: 0;
    margin: 5.5vw 0 1.5vw;
    justify-content: space-between;
    align-items: center;
  }
  .bl_AOpackPT__wd {
    min-width: inherit;
    margin-right: 0;
  }
  .bl_AOpack__notice {
    font-size: 3.7vw;
    margin-top: 2vw;
  }
  .bl_AOboxMeet__sect {
    width: 100%;
  }
  .bl_AOboxMeet__label,
  .bl_AOboxMeet__label * {
    font-size: 5vw;
  }
  .bl_AOboxMeet__label {
    padding: 2vw 0;
    margin: 5vw 0 1vw;
  }
  /* 즉시할인 이벤트 bl_AOevent */
  .bl_AOevent .bl_AObox__row {
    margin-top: 0;
  }
  .bl_AOevent .bl_AObox__cont * {
    font-size: 5vw;
  }
  /* 배움 실습과목 bl_AOpractice */
  .bl_AOpt__balloon {
    font-size: 4.5vw;
    padding: 2.5vw 4.5vw 2vw;
    margin: 0 0 1.5vw;
  }
  .bl_AOpt__ttl {
    display: block;
    font-size: 12vw;
  }
  .bl_AOpt__txt {
    display: block;
    font-size: 4vw;
    font-weight: 400;
  }
  /* 패키지 할인쿠폰 bl_packCP */
  .bl_packCP {
    margin-top: 5vw;
  }
  .bl_packCP__wrap {
    width: 90%;
    margin: 6vw auto;
    display: block;
  }
  .bl_packCP__ttl2 {
    font-size: 6vw;
    letter-spacing: -0.3vw;
  }
  .bl_packCP__ttl {
    font-size: 9.3vw;
    letter-spacing: -0.7vw;
    margin: 1vw 0 4vw;
  }
  .bl_packCP__notes * {
    font-size: 3.5vw;
  }
  .bl_packCP__notes li {
    margin-left: 5vw;
  }
  .bl_packCP__img {
    display: none;
  }
  .bl_packCP__wrap:after {
    margin-top: 6vw;
    padding: 3vw 0;
    font-size: 5.5vw;
    text-align: center;
    content: "쿠폰 다운로드";
    display: block;
    background: url("/landing/images/new/common/icon_down.png") no-repeat 90% center #151515;
    background-size: 6vw;
    border-radius: 1vw;
    color: #fff;
  }
  /* 무이자혜택 */
  .bl_AObox__nointerest {
    height: 85vw;
    display: block;
    background-position: 97% 17%;
    padding-top: 9vw;
    padding-bottom: 7vw;
  }
  .bl_AObox__nointerest__ttlbox {
    margin-left: 5vw;
  }
  .bl_AObox__nointerest__txtbox {
    margin-left: 5vw;
    text-align: left;
  }
  .bl_AObox__nointerest__ttl1 {
    padding-top: 5vw;
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -0.5vw;
  }
  .bl_AObox__nointerest__ttl2 {
    line-height: 7vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .bl_AObox__nointerest__notice {
    font-weight: 600;
  }
  .bl_AObox__nointerest__txt {
    margin-top: 3vw;
    font-weight: 700;
    font-size: 4vw;
  }
  /* 셀프 학습설계 할인 */
  .bl_self {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .bl_self__define {
    border-width: 0.2vw;
    padding: 2vw 0;
    display: block;
    margin-top: 8vw;
  }
  .bl_self__define * {
    text-align: center;
  }
  .bl_self__defineTtl {
    margin: 0 0 1vw;
  }
  .bl_self__defineTtl,
  .bl_self__defineTtl * {
    font-size: 4.2vw;
  }
  .bl_self__defineTxt,
  .bl_self__defineTxt * {
    font-size: 3.5vw;
    font-weight: 400 !important;
  }
  .bl_self__head {
    padding: 5vw 0;
    display: block;
    margin-top: 5vw;
  }
  .bl_self__headTtl:before,
  .bl_self__headTtl:after {
    width: 1.5vw;
    height: 1.5vw;
    background: #fff;
    margin: 0 3vw;
  }
  .bl_self__headTtl,
  .bl_self__headTtl * {
    font-size: 5vw;
  }
  .bl_self__headTxt,
  .bl_self__headTxt * {
    font-size: 7.5vw;
  }
  .bl_self__subject {
    border: none;
  }
  .bl_self__subject li {
    flex: 0 0 100%;
    border: none;
  }
  .bl_self__subject .bl_self__subTH {
    font-size: 5vw;
    padding: 3vw 0;
    border: 0.2vw solid #d6d6d6;
  }
  .bl_self__subject .bl_checkBx {
    height: auto;
    padding: 3vw 6vw;
    border: 0.2vw solid #d6d6d6;
    border-top: none;
  }
  .bl_self__subject .bl_checkBx__txt {
    font-size: 5vw;
    padding-top: 1vw;
  }
  .bl_self__subject .bl_checkBx__checkmark {
    width: 6vw;
    height: 6vw;
    flex: 0 0 6vw;
  }
  .bl_self__subject .bl_checkBx__checkmark:after {
    width: 1.5vw;
    height: 2.5vw;
    border-width: 0 0.8vw 0.8vw 0;
  }
  .el_self__applyBtn {
    font-size: 5.5vw;
    padding: 5vw 0;
    width: 100%;
    margin-top: 5vw;
  }
  .el_self__applyBtn:after {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.7vw;
    margin-left: 2vw;
  }
  .bl_self__info {
    background: none !important;
    display: block;
    margin: 10vw 0 0;
    padding: 0;
  }
  .bl_self__info * {
    font-size: 3.5vw;
  }
  .bl_self__infoTtl {
    font-size: 4.5vw;
    text-align: left;
    margin: 0 0 3vw 4vw;
    font-weight: 700;
  }
  /* 실습 bl_practice */
  .bl_practice .wrap {
    width: 95%;
  }
  .bl_ptMain__bg {
    background-size: 100%;
  }
  .bl_practice .bl_ptMain {
    min-height: 207vw;
  }
  .bl_ptMain__ttl,
  .bl_ptMain__ttl * {
    font-size: 15vw;
  }
  .bl_ptMain__ttl {
    margin-top: 8vw;
  }
  .bl_ptMain__pointWrap {
    flex-wrap: wrap;
    margin: 7vw 0;
  }
  .bl_ptMain__point {
    margin: 1vw 0;
    width: 60%;
    height: 17vw;
  }
  .bl_ptMain__point03 {
    padding-left: 3vw;
  }
  .bl_ptMain__point:before {
    background-size: 67vw;
    width: 15vw;
    height: 21vw;
  }
  .bl_ptMain__point01:before {
    background-position-x: 4vw;
  }
  .bl_ptMain__point02:before {
    background-position-x: -10vw;
  }
  .bl_ptMain__point03:before {
    background-position-x: -27vw;
  }
  .bl_ptMain__point04:before {
    background-position-x: -43vw;
  }
  .bl_ptMain__pointCont {
    font-size: 5vw;
  }
  .bl_ptMain__pointNote {
    font-size: 3vw;
  }
  .bl_ptMain__location {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
  }
  .bl_ptMain__locaTtl {
    font-size: 5.5vw;
    border-bottom-width: 1vw;
    margin: 0 0 2vw 3vw;
  }
  .bl_ptMain__locaTtl:before {
    background-size: 72vw;
    background-position: -65vw -2vw;
    width: 7vw;
    height: 9vw;
    margin-left: -4vw;
  }
  .bl_ptMain__locaCont {
    margin: 0;
  }
  .bl_ptMain__locaTxt {
    font-size: 4.5vw;
  }
  .bl_ptMain__locaAddress {
    font-size: 4vw;
  }
  .bl_ptMain__locaBtn {
    font-size: 4vw;
    width: 25vw;
    padding: 3vw 0 2vw 3vw;
  }
  .bl_ptMain__notice {
    display: block;
    width: 85%;
    margin: 3vw auto 0;
    padding: 2vw;
  }
  .bl_ptMain__notiTtl {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 1vw;
  }
  .bl_ptMain__notiTtl:before {
    background-size: 60vw;
    background-position: -54vw -11vw;
    width: 6vw;
    height: 6vw;
    vertical-align: -1.5vw;
    margin-right: 0;
  }
  .bl_ptMain__notiTtl:after {
    display: none;
  }
  .bl_ptMain__notiCont {
    padding: 0;
  }
  .bl_ptLabel {
    border-bottom-width: 0.8vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .bl_ptTtl {
    display: block;
  }
  .bl_ptTB1 {
    margin: 6vw 0 3vw;
  }
  .bl_ptTB1 * {
    font-size: 3.7vw;
  }
  .bl_ptTB1 tr {
    border-top-width: 0.2vw;
  }
  .bl_ptTB1 th {
    width: 20%;
  }
  .bl_ptTB1 td {
    padding: 3vw;
  }
  .bl_ptTB1 .circle li {
    margin: 0 0 0 5vw;
  }
  .bl_ptTB1__label {
    border-width: 0.2vw;
    width: 17vw;
    margin: 0.5vw 0;
    margin-right: 1vw;
  }
  .bl_ptTB1__btn {
    border-width: 0.2vw;
    font-size: 3.3vw;
    padding: 0.2vw 2vw;
    width: 20vw;
    margin-left: 1vw;
  }
  .bl_ptTB1__btn:after {
    width: 1.2vw;
    height: 1.2vw;
    border-width: 0.7vw;
  }
  .bl_ptTB2 {
    border-top-width: 0.5vw;
  }
  .bl_ptTB2 * {
    font-size: 3.5vw;
  }
  .bl_ptTB2 th,
  .bl_ptTB2 td {
    border-width: 0.2vw;
  }
  .bl_ptTB2 th:first-child {
    width: 20%;
  }
  .bl_ptTB2 th {
    padding: 1vw 0;
  }
  .bl_ptTB2 td {
    padding: 3vw 0;
    width: calc(80% / 3);
  }
  .bl_ptTB2__5cols th:nth-of-type(1) {
    width: 8%;
  }
  .bl_ptTB2__5cols td:nth-of-type(1) {
    width: 15%;
  }
  .bl_ptTB2__note {
    font-size: 3vw;
  }
  .bl_ptBtn {
    width: 100%;
    padding: 6vw 0;
    font-size: 6vw;
    margin-top: 10vw;
  }
  .bl_ptBtn:before {
    width: 6vw;
    height: 6vw;
  }
  .bl_ptBtn:after {
    margin-left: 2vw;
  }
  .bl_ptNote {
    padding: 10vw 0;
  }
  /* 실습안내 추가 bl_ptInfo */
  .bl_ptInfo {
    flex-wrap: wrap;
    padding: 12vw 0;
  }
  .bl_ptInfo__cont {
    border-width: 0.2vw;
    flex: 0 1 95%;
    margin: 8vw 0 0;
    padding: 0;
  }
  .bl_ptInfo__ttl,
  .bl_ptInfo__ttl * {
    font-size: 5vw;
  }
  .bl_ptInfo__ttl {
    border-radius: 2vw;
    padding: 1.5vw 0;
    width: 70vw;
  }
  .bl_ptInfo__notice {
    margin: 5vw auto 2vw;
  }
  /* 테마 bl_blackBord - 경영학, CPA, IT */
  .bl_blackBord {
    width: 95%;
    margin: 0 auto;
  }
  .bl_blackBord__head {
    font-size: 4.5vw;
    height: 15vw;
    border-top-width: 0.7vw;
  }
  .bl_blackBord__TB {
    border-width: 0.7vw;
  }
  .bl_blackBord__TB tr {
    border-top-width: 0.3vw;
  }
  .bl_blackBord__TB th {
    font-size: 4.5vw;
    padding: 2vw 0;
  }
  .bl_blackBord__TB td {
    font-size: 4vw;
    padding: 3vw;
  }
  /* why? 학점은행제로 - 경영학, CPA, IT */
  .bl_why__wrap {
    flex-wrap: wrap;
  }
  .bl_why__cont {
    width: 95%;
    padding: 5vw 0;
    padding-left: 27vw;
    margin: 2vw auto;
    position: relative;
    text-align: left;
  }
  .bl_why__txt:before {
    width: 20vw;
    height: 20vw;
    background-size: 60vw;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 3.5vw;
    transform: translateY(-50%);
  }
  .bl_why__cont02 .bl_why__txt:before {
    background-position-x: -20vw;
  }
  .bl_why__cont03 .bl_why__txt:before {
    background-position-x: -40vw;
  }
  .bl_why__txt {
    font-size: 3.5vw;
    margin: 2vw 0 1vw;
  }
  .bl_why__note {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}
