@charset "utf-8";
/*Common*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
html {
  scroll-behavior: smooth !important;
}
body {
  touch-action: pan-y;
  background-color: #fff;
  /* *word-break: break-all; */
  -ms-word-break: break-all;
}

body > iframe {
  display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
textarea,
select,
option,
a,
b,
p {
  color: #666666;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
img,
fieldset,
iframe {
  border: 0 none;
}
ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}
img,
input,
select,
textarea {
  vertical-align: middle;
}
a {
  color: #7d7d7d;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #333;
  text-decoration: none;
}
button,
label {
  cursor: pointer;
  _cursor/**/: hand;
}
button * {
  position: relative;
}
button img {
  left: -3px;
  /* *left: auto; */
}
button:focus {
  outline: none;
  outline: 0;
}
textarea {
  overflow: auto;
}
/*html:first-child select{height:20px;padding-right:6px}*/
option {
  padding-right: 6px;
}
.input_text,
textarea {
  /* *margin: -1px 0; */
  padding-right: 1px;
}
.input_check,
.input_radio {
  width: 13px;
  height: 13px;
}
.blind,
legend,
caption {
  text-indent: -9999px;
  font-size: 0;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  width: 0 !important;
}
hr {
  display: none;
}
legend {
  /* *width: 0; */
}
:root legend {
  margin-top: -1px;
  font-size: 0;
  line-height: 0;
}
caption {
  /* *line-height: 0; */
}

/* ///////////////////////////// common  ///////////////////////////// */

.lineThou {
  text-decoration: line-through !important;
}
/* 정렬 설정 */
.clear:after {
  content: "";
  clear: both;
  display: block;
}
.ov {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left !important;
}
.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.tj {
  text-align: justify !important;
}

/*font-weight*/
.f_w1 {
  font-weight: 100 !important;
}
.f_w3 {
  font-weight: 300 !important;
} /* light */
.f_wn {
  font-weight: normal !important;
} /* regular */
.f_w5 {
  font-weight: 500 !important;
} /* demi */
.f_wb {
  font-weight: bold !important;
} /* bold */
.f_w9 {
  font-weight: 900 !important;
} /* black */

.bold {
  font-weight: 700 !important;
}
.Ebold {
  font-weight: 800;
}

/* font-size: */
.fs0 {
  font-size: 0px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs19 {
  font-size: 19px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs21 {
  font-size: 21px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs34 {
  font-size: 34px !important;
}
.fs38 {
  font-size: 38px !important;
}
.fs42 {
  font-size: 42px !important;
}

/* color */
.c000 {
  color: #000 !important;
}
.c111 {
  color: #111 !important;
}
.c222 {
  color: #222 !important;
}
.c333 {
  color: #333 !important;
}
.c444 {
  color: #444 !important;
}
.c555 {
  color: #555 !important;
}
.c666 {
  color: #666 !important;
}
.c777 {
  color: #777 !important;
}
.c888 {
  color: #888 !important;
}
.c999 {
  color: #999 !important;
}
.cfff {
  color: #fff !important;
}
.c20 {
  color: #202020 !important;
}
.c21 {
  color: #212121 !important;
}
.c65 {
  color: #656565 !important;
}
.c_blue {
  color: #085885 !important;
}
.c_red {
  color: #de1818 !important;
}
.c_purple {
  color: #e83a95 !important;
}
.bg_blue {
  background: #085885 !important;
}
.c_pink {
  color: #ee4848 !important;
}
.c_yellow {
  color: #ffd164 !important;
}
.bg_darkGray {
  background: #212121 !important;
}
.bg_fff {
  background: #ffffff !important;
}
/* line-height */
.lh1 {
  line-height: 1em !important;
}
.lh11 {
  line-height: 1.1em !important;
}
.lh12 {
  line-height: 1.2em !important;
}
.lh13 {
  line-height: 1.3em !important;
}
.lh14 {
  line-height: 1.4em !important;
}
.lh15 {
  line-height: 1.5em !important;
}
.lh16 {
  line-height: 1.6em !important;
}
.lh17 {
  line-height: 1.7em !important;
}
.lh18 {
  line-height: 1.8em !important;
}
.lh19 {
  line-height: 1.9em !important;
}
.lh40 {
  line-height: 40px;
}

/*margin-top*/
.mt5_ {
  margin-top: -5px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}

/*margin-bottom*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb250 {
  margin-bottom: 250px !important;
}

/*margin-left*/
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml26 {
  margin-left: 26px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml52 {
  margin-left: 52px !important;
}
.ml112 {
  margin-left: 112px !important;
}

/*margin-right*/
.mr0 {
  margin-right: 0px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr18 {
  margin-right: 18px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr112 {
  margin-right: 112px !important;
}
.mr331 {
  margin-right: 331px !important;
}

/*paddding-top*/
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}

/*padding-bottom*/
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb29 {
  padding-bottom: 29px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl60 {
  padding-left: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}

.p0 {
  padding: 0 !important;
}
.p10 {
  padding: 10px !important;
}
.plr10 {
  padding: 0 10px !important;
}

.w10 {
  width: 10px !important;
}
.w20 {
  width: 20px !important;
}
.w30 {
  width: 30px !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w52 {
  width: 52px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
}
.w75 {
  width: 75px !important;
}
.w80 {
  width: 80px !important;
}
.w81 {
  width: 81px !important;
}
.w85 {
  width: 85px !important;
}
.w88 {
  width: 88px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w170 {
  width: 170px !important;
}
.w180 {
  width: 180px !important;
}
.w190 {
  width: 190px !important;
}
.w200 {
  width: 200px !important;
}
.w220 {
  width: 220px !important;
}
.w230 {
  width: 230px !important;
}
.w270 {
  width: 270px !important;
}
.w280 {
  width: 280px !important;
}
.w295 {
  width: 295px !important;
}
.w300 {
  width: 300px !important;
}
.w310 {
  width: 310px !important;
}
.w345 {
  width: 345px !important;
}
.w350 {
  width: 350px !important;
}
.w360 {
  width: 360px !important;
}
.w370 {
  width: 370px !important;
}
.w384 {
  width: 384px !important;
}
.w390 {
  width: 390px !important;
}
.w410 {
  width: 410px !important;
}
.w500 {
  width: 500px !important;
}
.w530 {
  width: 530px !important;
}
.w552 {
  width: 552px !important;
}
.w590 {
  width: 590px !important;
}
.w660 {
  width: 660px !important;
}
.w860 {
  width: 860px !important;
}
.w996 {
  width: 996px !important;
}

.w10p {
  width: 10% !important;
}
.w20p {
  width: 20% !important;
}
.w30p {
  width: 30% !important;
}
.w40p {
  width: 40% !important;
}
.w50p {
  width: 50% !important;
}
.w60p {
  width: 60% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}

.borderN {
  border: none !important;
}
.blN {
  border-left: none !important;
}
.b1_e3e3e3 {
  border: 1px solid #e3e3e3;
}
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
.p_f {
  position: fixed;
}

.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}

.dp_in {
  display: inline;
}
.dp_b {
  display: block;
}
.dp_n {
  display: none;
}
.dinb {
  display: inline-block;
}
.dp_inb1 {
  display: inline-block;
  zoom: 1;
  /* *display: inline; */
  /* _display: inline; */
  vertical-align: top;
}
.dp_b {
  display: block !important;
}

.before:before,
.after:after {
  content: "";
  display: block;
}

.upper {
  text-transform: uppercase;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis.multiline {
  white-space: normal;
}

/* input */

.checkbox {
  position: relative;
}
.checkbox input[type="checkbox"] {
  display: none;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input[type="checkbox"] + label:before {
  content: " ";
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/sub/checkbox.png") no-repeat center center;
}
.checkbox input[type="checkbox"] + label:active:before,
.checkbox input[type="checkbox"]:checked + label:active:before {
  background: url("../img/sub/checkbox.png") no-repeat center center;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background: url("../img/sub/checkbox_on.png") no-repeat center center;
  background-size: 100%;
}

/*라디오버튼*/
.radio {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.radio.first {
  margin-left: 0;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + label {
  font-size: 20px;
  color: #666666;
}

.radio input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-image: url("../img/sub/radio.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.radio input[type="radio"]:checked + label:before {
  background-image: url("../img/sub/radio_on.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.input {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #666666;
  border: 1px solid #ededed;
  background: #ffffff;
  padding: 0 20px;

  border-radius: 4px;
}
.input.error {
  border: 1px solid #f56969 !important;
}
input::placeholder {
  color: #c9c9c9;
}
.textarea {
  padding: 10px;
  width: 100%;
  height: 83px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  resize: vertical;
  min-height: 180px;
}

.textarea.error {
  border: 1px solid #f56969 !important;
}

.select {
  border: none;
  width: 186px;
  height: 37.5px;
  background: url("../img/service/select_arrow.png") no-repeat 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: solid 0.5px #707070;
  border-radius: 0px;
  padding-left: 9.5px;
}
.select::-ms-expand {
  /* for IE 11 */
  display: none;
}
#bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 100000;
}

#bg2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: 102;
}

/* ///////////////////////////// header  ///////////////////////////// */
/* #contents {
	margin-top: 110px;
} */
#contents {
  margin-top: 65px;
}
.p_ver {
  display: block !important;
}
.p_in_ver {
  display: inline-block !important;
}
.t_ver {
  display: none !important;
}
.m_ver,
.m_ver2 {
  display: none !important;
}
.pt_ver {
  display: block !important;
}
.tm_ver {
  display: none !important;
}

#wrap {
  width: 100%;
  position: relative;
  min-width: 1260px;
  margin: 0 auto;
}

/* #container{padding-top: 170px;} */

/* header */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 102;
}

/* 2022-07-27 높이값추가 */
.head_top {
  background: #000000;
  border-bottom: 1px solid #242424;
  height: 65px;
}
/* 2022-07-29 1depth 메뉴 높이 수정 */
.head_top ul {
  font-size: 0;
  text-align: right;
  width: 1260px;
  height: 100%;
  margin: 0 auto;
}
/* 2022-07-29 1depth 메뉴 높이 수정 */
.head_top ul > li {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* 2022-07-27 라인헤이트 수정 bold효과 컬러추가 */
.head_top ul > li > a {
  line-height: 1em;
  font-size: 14px;
  letter-spacing: -0.45px;
  padding: 0 20px 0 20px;
  display: block;
  font-weight: bold;
  color: #e0e0e0;
  height: 100%;
  line-height: 65px;
}
/* 2022-07-27 라인헤이트 수정 */
.head_top ul > li.slogo > a {
  padding: 0px 0 0 21px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 65px;
  letter-spacing: -0.35px;
  text-align: right;
  color: #e0e0e0;
}

.allMenu_m .allMenu_top .var a {
  font-family: NotoSansCJKkr;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 3px 8px;
  border-radius: 15px;
  border: 1px solid #000;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
  left: -1px;
}

.head_top ul > li:hover > a {
  color: #f17700;
}
.head_top ul > li.head_mypage {
  position: relative;
}
.head_top ul > li.head_mypage a {
  color: #f17700;
}

.head_top ul > li.head_mypage .userinfo_pop {
  position: relative;
  position: absolute;
  right: 0;
  top: 100%;
  width: 315px;
  height: 154px;
  background: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  z-index: 100;
  text-align: left;
  padding: 27px 35px;
  display: none;
}
.head_top ul > li.head_mypage .userinfo_pop a.my_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.head_top ul > li.head_mypage .userinfo_pop .userinfo {
}
.head_top ul > li.head_mypage .userinfo_pop .userinfo > div {
  display: inline-block;
  vertical-align: top;
}
.head_top ul > li.head_mypage .userinfo_pop .userinfo > div.img {
  width: 50px;
}
.head_top ul > li.head_mypage .userinfo_pop .userinfo > div img {
  width: 100%;
}
.head_top ul > li.head_mypage .userinfo_pop .userinfo > div.text {
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  color: #666;
  height: 50px;
  margin-left: 10px;
}
.head_top ul > li.head_mypage .userinfo_pop .userinfo > div.text span {
  font-weight: bold;
  color: #000;
}
.head_top ul > li.head_mypage .userinfo_pop .btn_wrap {
  margin-top: 19px;
}
.head_top ul > li.head_mypage .userinfo_pop .btn_wrap a {
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000000;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  margin-left: 17px;
  border-radius: 16px;
  padding: 0 14px;
}
.head_top ul > li.head_mypage .userinfo_pop .btn_wrap a:first-child {
  margin-left: 0;
}
/* 2022-07-27 margin-top수정 */
.head_top ul > li:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #4d4d4d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.head_top ul > li:first-child:before {
  display: none;
}
.head_top ul > li:last-child a {
  padding-right: 0;
}
/* 2022-07-27 top 수정*/
.head {
  position: absolute;
  top: 64px;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.86);
  height: 70px;
  border-bottom: solid 1px #4d4d4d;
  z-index: 1;
  /* 2020-11-20 박현정 z-index 추가 */
}

.head_inner {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}
.head h1 {
  position: absolute;
  left: 0;
  margin: 0;
  /* top: 20px;
  width: 166px; */
  top: -50px;
  /* 2022-08-04 수정 */
  /* width: 120px; */
  line-height: 1.5;
}
.head_inner .home_button .home_link {
  display: flex;
  align-items: end;
  height: 24px;
}

.head h1 a img {
  width: 135px;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  transform: translateZ(0);
  /* backface-visibility: hidden; */
}

.head h2 {
  position: absolute;
  left: 144px;
  margin: 0;
  top: -66px;
}

.head h2 a {
  height: 65px;
  display: flex;
  align-items: center;
}

/* 2022-07-29 로고 높이 조정 */
.head h2 a img {
  width: 151px;
  height: 80%;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  transform: translateZ(0);
}

.head > .head_inner > ul {
  font-size: 0;
  /* text-align: center; */
}
.head > .head_inner > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.head > .head_inner > ul > li > a {
  line-height: 69px;
  padding: 0 41px;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}
.head > .head_inner > ul > li.on,
.head > .head_inner > ul > li:hover {
  background: rgba(0, 0, 0, 0.9);
}

.head > .head_inner > ul > li.on > a,
.head > .head_inner > ul > li.on > ul > li > a,
/* .head > .head_inner > ul > li > ul > li.on > a, */
.head > .head_inner > ul > li:hover > a,
.head > .head_inner > ul > li > ul > li:hover > a {
  color: #f17700;
}

/* 2022-07-29 header 2depth hover 색상 변경 */
.head > .head_inner > ul > li.on > ul > li > a,
.head > .head_inner > ul > li > ul > li > a {
  color: #ddd;
}
.head > .head_inner > ul > li.on > ul > li > a:hover,
.head > .head_inner > ul > li > ul > li > a:hover {
  color: #f17700;
}
/*********************************************/

.head > .head_inner > ul > li:hover > ul
/*,.head > .head_inner > ul > li.on > ul*/ {
  display: block;
}
.head > .head_inner > ul > li > ul {
  padding: 20px 0 30px;
  display: none;
  text-align: center;
}
.head > .head_inner > ul > li > ul > li {
  margin-top: 30px;
}
.head > .head_inner > ul > li > ul > li:first-child {
  margin-top: 0;
}
.head > .head_inner > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: -0.5px;
  text-align: center;
  color: #dddddd;
}

.head > .head_inner > ol {
  position: absolute;
  right: 0;
  top: 14px;
}
.head > .head_inner > ol > li {
  display: inline-block;
  vertical-align: top;
}

.head > .head_inner > ol > li.free,
.head > .head_inner > ol > li.free2 {
  margin-top: 3px;
  padding: 5px 0;
  width: 110px;
  height: 38px;
  text-align: center;
  border-radius: 50px;
}
.head > .head_inner > ol > li.free {
  background-color: #f17700;
}
.head > .head_inner > ol > li.free2 {
  margin-left: 8px;
  border: solid 1px #f17700;
  background-color: #fff;
}

.head > .head_inner > ol > li.free a,
.head > .head_inner > ol > li.free2 a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
}

.head > .head_inner > ol > li.free a {
  color: #fff;
}
.head > .head_inner > ol > li.free2 a {
  color: #ff6c00;
}

/* 2022-12-14 대치탑 뉴아이콘 추가*/
.gnb-dctop {
  position: relative;
}
.gnb-dctop img {
  width: 40px;
  height: 34px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
/* 2022-12-14 대치탑 뉴아이콘 추가*/

.menu_li {
  width: 24px;
  height: fit-content;
  position: relative;
  margin-left: 20px;
}

.menu {
  position: relative;
  width: 24px;
  height: 42px;
  cursor: pointer;
}
.menu span {
  background: #fff;
  width: 26px;
  height: 2px;
  display: block;
  position: absolute;
  /* left:50%;
	margin-left: -13px; */
  right: 0;
}
.menu span.n1 {
  top: 12px;
}
.menu span.n2 {
  top: 20px;
}
.menu span.n3 {
  top: 28px;
}

.allMenu {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 25, 20, 0.99);
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.allMenu .close {
  position: absolute;
  right: 103px;
  top: 40px;
  display: block;
  z-index: 100;
}
.allMenu .allInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 78px;
  width: 882px;
  height: 100%;
  overflow-y: scroll;
  padding: 50px 0;
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}
.allMenu .allInner::-webkit-scrollbar {
  display: none;
}

.allMenu .allInner .all_ul {
  display: inline-block;
  vertical-align: top;
}
/* 2022-07-28 m-t값수정 */
.allMenu .allInner .all_ul > li {
  margin-top: 50px;
}
.allMenu .allInner .all_ul > li:first-child {
  margin-top: 0;
}
/* 2022-07-28 line-heighyt값수정 */
.allMenu .allInner .all_ul > li > a {
  background: url(/assets/img/common/check.png) no-repeat;
  /* width: 30px; */
  font-size: 30px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.85px;
  text-align: left;
  color: #ffffff;
  padding-left: 42px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.allMenu .allInner .all_ul > li > a.span {
  background-image: url(/check.png) no-repeat;
  width: 30px;
  display: block;
}

/* .allMenu .allInner .all_ul > li > a > .num {
	background-image: url(./check.png) no-repeat;
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.5px;
	text-align: left;
	color: #f17700;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
} */

.allMenu .allInner .all_ul_01 {
  margin-right: 180px;
}
.allMenu .allInner .all_ul_02 {
}

/* 2022-07-28 m-t값 수정 */
.allMenu .allInner .all_ul > li > ul {
  margin-top: 13px;
  padding-left: 42px;
}
.allMenu .allInner .all_ul > li > ul > li {
  margin-top: 10px;
}
.allMenu .allInner .all_ul > li > ul > li:first-child {
  margin-top: 0;
}
/* 2022-07-28 color 변경 */
.allMenu .allInner .all_ul > li > ul > li a {
  font-size: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  color: white;
  /* color: rgba(221, 221, 221, 0.8); */
  line-height: 29px;
}
.allMenu .allInner .all_ul > li > ul.type2 {
  display: inline-block;
  vertical-align: top;
}
.allMenu .allInner .all_ul > li > ul.type2 li {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  letter-spacing: -0.5px;
  text-align: left;
  color: rgba(221, 221, 221, 0.8);
  line-height: 29px;
  margin-top: 0;
}
.allMenu .allInner .all_ul > li > ul.type2 li.bar {
  margin: 0 10px;
}

.foot {
  background: #0b0b0b;
}
.foot .foot_top {
  border-bottom: solid 1px #212121;
  width: 1260px;
  margin: 0 auto;
  position: relative;
}
.foot .foot_top > ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.foot .foot_top > ul > li {
  padding: 18px 0;
  display: inline-block;
  vertical-align: top;
}
.foot .foot_top > ul > li a {
  /* 2020-11-27 */
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #666666;
  font-size: 14px;
  padding: 0 5px;
}
/* 7/18 개인정보처리방침 볼드 처리 수정 */
.foot .foot_top > ul > li a.check {
  font-weight: bold;
  color: #ff9800;
}

.foot .foot_top > ol {
  position: absolute;
  right: 0;
  top: 14px;
}
.foot .foot_top > ol > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.foot .foot_top > ol > li:last-child {
  margin-left: 30px;
}
.foot .foot_top > ol > li a {
}
.foot .foot_top > ol > li.sns {
  width: 26px;
  margin-left: 10px;
}
.foot .foot_top > ol > li.sns a {
  padding-top: 4px;
  display: block;
}
.foot .foot_top > ol > li.sns a img {
  width: 100%;
}
.foot .foot_top > ol > li .family {
  z-index: 100;
}
.foot .foot_top > ol > li .family h3 {
  width: 130px;
  height: 36px;
  border-radius: 5px;
  border: solid 1px #4d4d4d;
  background: #1a1a1a url("../img/common/footer_arrow.png") no-repeat 92% center;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #a3a3a3;
  padding: 0 30px 0 12px;
  cursor: pointer;
}
.foot .foot_top > ol > li .family ul {
  display: block;
  width: 100%;
  border: solid 1px #4d4d4d;
  background-color: #1a1a1a;
  margin-top: -3px;
  display: none;
}
.foot .foot_top > ol > li .family ul li {
}
.foot .foot_top > ol > li .family ul li a {
  padding: 2px 20px;
  display: block;
}
.foot .foot_top > ol > li .family ul li:hover {
  background: #000;
  color: #fff;
}
.foot .foot_top > ol > li .family ul li:hover a {
  color: #fff;
}
.foot .foot_bottom {
  padding: 48px 0;
  width: 1260px;
  margin: 0 auto;
}
.foot .foot_bottom > * {
  display: inline-block;
  vertical-align: top;
}
.foot .foot_bottom h2 img {
  width: 167px;
  /* margin-top: 17.5px; */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  transform: translateZ(0);
  /* backface-visibility: hidden; */
}
.foot .foot_bottom p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.45px;
  text-align: left;
  color: #666666;
  margin-left: 160px;
}
.foot .foot_bottom > ol {
  display: none;
}

.allMenu_m {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
  /* height: 100vh;
	height: calc(var(--vh, 1vh) * 100); */
  padding: 0 0 0px;
  background: #fff;
  display: none;
  z-index: 100;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* 
@media (max-device-aspect-ratio: 3/4) {
	.allMenu_m {
		height: calc(100vw * 1.333 - 9%);
	}
}
@media (max-device-aspect-ratio: 2/3) {
	.allMenu_m {
		height: calc(100vw * 1.5 - 9%);
	}
}
@media (max-device-aspect-ratio: 10/16) {
	.allMenu_m {
		height: calc(100vw * 1.6 - 9%);
	}
}
@media (max-device-aspect-ratio: 9/16) {
	.allMenu_m {
		height: calc(100vw * 1.778 - 9%);
	}
} */

.allMenu_m .allMenu_top {
  padding: 24px 24px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.allMenu_m .allMenu_top h2 {
  /* margin-right: 0px; */ /*20201214 수정*/
}
.allMenu_m .allMenu_top ul {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 0;
}
.allMenu_m .allMenu_top ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.allMenu_m .allMenu_top ul li a {
  display: block;
}
.allMenu_m .allMenu_top ul li.close {
  width: 19px;
  height: 23px;
  position: relative;
}
.allMenu_m .allMenu_top ul li.close a {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}
.allMenu_m .allMenu_top ul li.close a img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  margin-top: 2px;
}

.allMenu_m .user_info {
  margin-top: 6px;
  padding: 0 24px;
}
.allMenu_m .user_info > div {
  display: inline-block;
  vertical-align: top;
}
.allMenu_m .user_info > div.img {
}
.allMenu_m .user_info > div.img a {
}
.allMenu_m .user_info > div.img a img {
}
.allMenu_m .user_info > div.text {
  padding-left: 8px;
  width: 100%;
}
.allMenu_m .user_info > div.text:after {
  content: "";
  clear: both;
  display: block;
}
.allMenu_m .user_info > div.text h3 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  margin: 0; /*20201214 수정*/
}
.allMenu_m .user_info > div.text h3 span {
  font-weight: bold;
}
.allMenu_m .user_info > div.text .option {
  float: right;
  margin-top: 4px;
  padding: 2px 0;
  width: 80px;
  text-align: center;
  border-radius: 35px;
  border: solid 1px #000000;
  background-color: #fdfeff;
}
.logout {
  margin: 20.5px auto 0;
  width: 80px;
  height: 30px;
  text-align: center;
  border-radius: 35px;
  border: solid 1px #000000;
  background-color: #fdfeff;
}

/* 20201211 수정 시작 */
.logout a,
.allMenu_m .user_info > div.text .option a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.35px;
  text-align: center;
  color: #000000;
}
/* 20201211 수정 끝 */

/* 20220728 수정시작 */
.allMenu_m .menu_list {
  border-top: 2px solid #f78222;
  /* padding: 0 24px 150px; */
  margin-top: 33px;
  /* 20220811 메뉴 스크롤 수정 */
  height: calc(100vh - 220px);
  height: calc(var(--vh, 1vh) * 100 - 220px);
  overflow-y: auto;
  padding-bottom: 50px;
}
.allMenu_m .menu_list dl {
  float: left;
  width: 50%;
  border-right: 1px solid #e2e2e2;
}

.allMenu_m .menu_list dl dt {
  border-bottom: 1px solid #e2e2e2;
}
.allMenu_m .menu_list dl dt a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #050505;
  padding: 20px 25px; /* 2022-07-28 수정*/
  display: block;
  line-height: normal; /*20201214 수정*/
}
/* 2022-12-14 대치탑 뉴아이콘 추가*/
.n-dctops {
  position: relative;
}
.n-dctops img {
  width: 47px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
/* 2022-12-14 대치탑 뉴아이콘 추가*/
.allMenu_m .menu_list dl dt a span {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #f68221;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
.allMenu_m .menu_list dl dd {
  border-bottom: 1px solid #e2e2e2;
  background: #fafafa;
  margin-bottom: 0; /* 2021-02-05 */
}
.allMenu_m .menu_list dl dd p {
  margin-bottom: 0; /* 2021-02-05 */
}

/* .allMenu_m .menu_list dl dd .noti_pic {
    border-left: 1px solid #e2e2e2;
} */
.allMenu_m .menu_list dl dd p a {
  display: block;
  padding: 10px 31px;
  font-size: 16px; /* 2022-07-28 */
  letter-spacing: -0.02em;
  line-height: 22px;
  text-align: left;
  color: #888;
}

/* 2022-06-03 수정 시작 */
.allMenu_m .free {
  position: absolute;
  left: 0;
  top: 80vh;
  top: calc(var(--vh, 1vh) * 100);
  transform: translate3d(0, -100%, 0);
  width: 100%;
  background: #f17700;
  text-align: center;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
}
.allMenu_m .free li {
  opacity: 1;
}
/* .allMenu_m .free a {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
} */
/* 2022-06-03 수정 끝 */

.smart_header .right-tab select:focus,
.smart_header .right-tab select:visited {
  outline: 0;
  box-shadow: 0;
}

/*얼럿창 팝업css*/
.popup_wrap {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  padding: 5% 0 5%;
  width: 100%;
  height: 100%;
  z-index: 100;
  /*	display: flex;
	position: relative;
	top: 0;
	bottom: 0;
	padding: 342px 10%;
	min-width: 1280px;
	width: 100%;
	min-height: 802px;
	height: calc(100vh - 342px);
	max-height: 100%;
	justify-content: center;
	*/
}
.popup_wrap::before {
  content: "";
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #222222;
}
.popup_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 620px;
  margin: 0 auto;
  padding: 50px 75px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #999999;
  border-radius: 5px;
}
.faq_icon {
  text-align: center;
  margin-bottom: 20px;
}
.popup_form h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
.start,
.end {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.start {
  color: #888888;
}
.end {
  color: #f68221;
}

/* 버튼 css */
.popup-btn-g button {
  display: block;
  width: 470px;
  height: 56px;
  margin: 40px 0 0;
  padding: 16px 0;
  border-radius: 5px;
  background-color: #888888;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border: 0;
}
.popup-btn-g button:hover {
  background-color: #333333;
}
.popup-btn-g button:actve {
  background-color: #333333;
}

.popup_form2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  max-width: 620px;
  margin: 0 auto;
  padding: 50px 75px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  color: #999999;
  border-radius: 5px;
}
.popup_form2 h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin: 0 0 50px 0;
}
.popup-btn-g-two button {
  display: block;
  padding: 16px 0;
  border-radius: 5px;
  background-color: #888888;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border: 0;
  width: 229px;
  height: 56px;
  padding: 16px 0;
  float: left;
  margin-right: 10px;
}
.popup-btn-g-two button:last-child {
  margin-right: 0;
  background-color: #333333;
}
.popup-btn-g-two button:hover {
  background-color: #333333;
}
.popup-btn-g-two button:actve {
  background-color: #333333;
}

/* 2020-11-27 */
.pc-img {
  display: block;
}
.mobile-img {
  display: none;
}
/*  */

/*탑버튼*/
.return-top {
  position: fixed;
  right: 45px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  font-size: 0;
  background-image: url(../img/common/top_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
  z-index: 10000;
}

.smartAll {
  vertical-align: -3px;
  width: 5.3vw;
}
.foot_top ul > li.bar:after {
  content: "";
  display: inline-block;
  margin: 0 10px -3px;
  width: 1px;
  height: 14px;
  background: #4d4d4d;
}

/* 2026-04-02 수강권 구매하기 배너 깨짐 해결 */
.floatBtnBox {
  position: relative;
  width: 100%;
  height: 80px;
}
@media (max-width: 896px) {
  .floatBtnBox {
    height: 50px;
  }
}
.floatBtnBar {
  width: 100%;
  overflow: hidden;
  height: 80px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  top: unset !important;
}
.floatBtnBar.on {
  position: absolute;
}
.floatBtnBar.action {
  bottom: 219px;
}
.floatBtnBar li {
  width: 50%;
  float: left;
  height: 100%;
  opacity: 0.95;
  position: relative;
  cursor: pointer;
}
.floatBtnBar li a {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.9;
  letter-spacing: -0.3px;
  color: #fff;
  display: inline-block;
  background: url(../img/purchase/icon_path_w.png) no-repeat;
}
.floatBtnBar li.goPurchase {
  background-color: #203289;
  text-align: right;
  padding-right: 85px;
}
.floatBtnBar li.goPurchase a {
  padding: 0 23px 0 10px;
  background-position: 100% 53%;
  background-size: 4% 21%;
}
.floatBtnBar li.goPurchase a::before {
  content: "";
  background: url(../img/purchase/icon_click.png) no-repeat;
  background-size: cover;
  width: 33px;
  height: 35px;
  display: inline-block;
  margin: 0 8px -4px 0px;
}

.floatBtnBar li.goApply {
  text-align: left;
  background-color: #f68221;
  padding-left: 85px;
}
.floatBtnBar li.goApply a {
  padding: 0 23px 0 10px;
  background-position: 100% 53%;
  background-size: 4% 21%;
}
.floatBtnBar li.goApply a:before {
  content: "";
  background: url(../img/purchase/icon_headset.png) no-repeat;
  background-size: cover;
  width: 33px;
  height: 35px;
  display: inline-block;
  margin: 0px 8px -4px 0px;
}
/* 2021-11-15 수강권 구매하기 배너 끝 */

/* 2021-11-16 시작 */
.loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background: #222;
  z-index: 99;
  text-align: center;
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 160px;
  animation: loading_rotate_image 1s linear infinite;
}
@keyframes loading_rotate_image {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* 2021-11-16 끝 */

/* 2023-10-26 카카오채널 추가 */
.kakao-channel {
  position: fixed;
  right: 50px;
  bottom: 110px;
  width: 44px;
  height: 44px;
  z-index: 10000;
  cursor: pointer;
}
.kakao-channel img {
  width: 100%;
}
/*// 2023-10-26 카카오채널 추가 */

/* 20201229 추가 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.u_pw_wrap {
  position: relative;
}
.u_pw_wrap i.icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 27px;
  color: rgb(59, 59, 59);
  z-index: 10;
}

.template_content img {
  width: 100% !important;
}

.dis-area {
  background: #c7c7c7;
  color: #999;
}

.head > .head_inner > ul > li:hover .head > .head_inner > ul > li > ul {
  display: block !important;
}

.head > .head_inner > ul > li > ul {
  display: none;
}

/* 2024-05-31 수정시작*/

.menuSmarttext.myOn {
  display: none;
}

.menuSmarttext {
  display: none;
}

/* 반응형 */
@media (max-width: 897px) {
  .head h1 .menuSmartImg {
    position: absolute;
    left: 22px !important;
    top: 19px !important;
    width: 139px !important;
    z-index: 999;
  }

  .head.new .menuSmartImg a,
  .head.new .menuSmartImg a img {
    width: 100%;
  }

  .menuSmarttext {
    margin: 0 auto;
    width: 90% !important;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: none;
  }

  .menuSmarttext.myOn {
    display: block;
    width: 90% !important;
    line-height: 30px;
  }

  .menuSmartImg,
  .years4Img {
    display: none;
  }

  .head.new .menuSmartImg.myOn,
  .head.new .years4Img.myOn {
    display: block;
  }

  .new.head h2.myOn img {
    display: block;
  }

  .head.new .years4Img {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 173px !important;
    top: 5px !important;
    width: 135px !important;
    margin: 0 auto;
    display: none;
  }

  .new.head h2.myOn img {
    position: relative;
    top: -2px;
  }

  .p_ver {
    display: none !important;
  }
  .p_in_ver {
    display: none !important;
  }
  .m_ver {
    display: block !important;
  }
  .m_ver2 {
    display: inline-block !important;
  }
  /* html,body {-webkit-overflow-scrolling : touch !important;} */

  /* 2022-07-28 */
  .head h2 a {
  }
  /* html, body{width: 100%; height: 100%; overflow: hidden;} */
  #wrap {
    /* max-width:1920px; */
    width: 100%;
    position: relative;
    min-width: auto;
    margin: 0 auto;

    /* position:fixed;
    width:100%;height:100%;
    overflow:auto;
    -webkit-overflow-scrolling: touch;  */
  }

  /* #container{padding-top: 170px;} */

  /* header */

  .head_top {
    display: none;
  }
  .head {
    top: 0px;
    height: 70px;
    /* 2022-0728 높이수정 */
    background-color: #000000;
  }

  .head_inner {
    min-width: auto;
    width: 100%;
  }

  /* 
  header 틀어짐 수정 2022-01-04 
  new 클래스가 붙는곳
  */
  .head h1 {
    position: absolute;
    left: 22px !important;
    top: 19px !important;
    width: 139px !important;
    z-index: 999;
  }
  .head h1 a img {
    width: 115px;
  }

  .head h2 {
    position: absolute;
    left: 142px !important;
    /* 2022-0728 left+top 수정 */
    top: 0px !important;
    width: 139px !important;
  }
  .head h2 a img {
    width: 140px;
  }

  .head > .head_inner > ul {
    display: none !important;
  }

  .head > .head_inner > ol {
    position: absolute;
    right: 27px;
    top: 16px;
  }
  .head > .head_inner > ol > li.free {
    width: 100px;
    height: 32px;
    border-radius: 30px;
  }
  .head > .head_inner > ol > li.free a {
    font-size: 12px;
    line-height: 32px;
  }
  .head > .head_inner > h1 a img {
    left: 3px !important;
  }

  .menu_li {
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 5px;
    margin-right: -16px;
  }

  .menu {
    width: 50px;
    height: 50px;
    margin-top: -4px;
    /* 2022-0728 mt수정 */
    z-index: 999;
  }
  .menu span {
    background: #fff;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    right: 10px;
  }
  .menu span.n1 {
    top: 15px;
  }
  .menu span.n2 {
    top: 21px;
  }
  .menu span.n3 {
    top: 27px;
  }

  .allMenu .close {
    right: 20px;
    top: 20px;
    width: 20px;
    z-index: 20;
  }
  .allMenu .close img {
    width: 100%;
  }
  .allMenu .allInner {
    position: absolute;
    left: 0%;
    top: 20px;
    transform: translate(0, 0);
    margin-left: 140px;
    width: 100%;
    display: flex;
    height: 100%;
    overflow-y: scroll;
    padding: 30px 0;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .allMenu .allInner .all_ul > li:nth-of-type(1) {
    margin-top: 0px;
  }
  .allMenu .allInner .all_ul > li {
    margin-top: 25px;
  }
  .allMenu .allInner .all_ul > li > a {
    font-size: 18px;
    /* 2022-07-28 line-h , p-l 수정 */
    line-height: 28px;
    padding-left: 33px;
  }
  .allMenu .allInner .all_ul > li > a > .num {
    font-size: 10px;
    line-height: 20px;
  }
  .allMenu .allInner .all_ul_01 {
    margin-right: 0;
    height: fit-content;
  }
  .allMenu .allInner .all_ul_02 {
    margin-top: 0px;
    margin-left: 80px;
    display: block;
    height: fit-content;
  }

  .allMenu .allInner .all_ul > li > ul {
    margin-top: 11px;
    padding-left: 35px;
    /* 2022-07-28 수정 */
  }
  .allMenu .allInner .all_ul > li > ul > li {
    margin-top: 5px;
  }
  .allMenu .allInner .all_ul > li > ul > li:first-child {
    margin-top: 0;
  }

  .allMenu .allInner .all_ul > li > ul > li a {
    font-size: 14px;
    line-height: 20px;
  }
  .allMenu .allInner .all_ul > li > ul.type2 {
    display: block;
  }
  .allMenu .allInner .all_ul > li > ul.type2 li {
    font-size: 10px;
    line-height: 20px;
    display: block;
  }
  .allMenu .allInner .all_ul > li > ul.type2 li.bar {
    display: none;
  }

  .foot {
    padding: 0 24px;
  }
  .foot .foot_top {
    height: fit-content;
    width: 100%;
  }
  .foot .foot_top > ul {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 60px;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 18px 0px;
  }
  .foot .foot_top > ul > li {
    margin-right: 0px;
    display: flex;
    vertical-align: top;
    width: auto;
    white-space: nowrap;
    padding: 6px 0px;
  }
  .foot .foot_top > ul > li a {
  } /* 2020-11-27 */
  .foot .foot_top > ol {
    display: none;
  }

  .foot .foot_bottom {
    padding: 20px 0 24px;
    width: 100%;
    position: relative;
  }
  .foot .foot_bottom > * {
    display: block;
  }
  .foot .foot_bottom h2 {
    display: none;
  }

  .foot .foot_bottom p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.45px;
    text-align: left;
    color: #666666;
    margin-left: 0;
  }

  .foot .foot_bottom > ol {
    display: block;
    margin-top: 20px;
  }
  .foot .foot_bottom > ol > li {
    display: inline-block;
    vertical-align: top;
  }
  .foot .foot_bottom > ol > li:last-child {
    margin-left: 0; /* margin-left: 30px; */
  }
  .foot .foot_bottom > ol > li a {
  }
  .foot .foot_bottom > ol > li.sns {
    width: 30px;
    margin-left: 10px;
    position: absolute;
    right: 0;
  }
  .foot .foot_bottom > ol > li.sns1 {
    right: 45px;
  }
  .foot .foot_bottom > ol > li.sns a {
    padding-top: 2px;
    display: block;
  }
  .foot .foot_bottom > ol > li.sns a img {
    width: 100%;
  }
  .foot .foot_bottom > ol > li .family {
    position: relative;
    z-index: 100;
  }
  .foot .foot_bottom > ol > li .family h3 {
    width: 130px;
    height: 36px;
    border-radius: 5px;
    border: solid 1px #4d4d4d;
    background: #1a1a1a url("../img/common/footer_arrow.png") no-repeat 92% center;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #a3a3a3;
    padding: 0 30px 0 12px;
    cursor: pointer;
  }
  .foot .foot_bottom > ol > li .family ul {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    border: solid 1px #4d4d4d;
    background-color: #1a1a1a;
    margin-top: -3px;
    display: none;
  }
  .foot .foot_bottom > ol > li .family ul li {
  }
  .foot .foot_bottom > ol > li .family ul li a {
    padding: 10px 20px;
    display: block;
  }

  /*얼럿창 팝업css*/
  .popup_form {
    width: 327px;
    padding: 50px 29px;
  }
  .faq_icon img {
    width: 60px;
  }
  .popup_form h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
  }
  .start,
  .end {
    font-size: 13px;
    line-height: 1.46;
  }
  .start {
    color: #888888;
  }
  .end {
    color: #f68221;
  }

  /* 버튼 css */
  .popup-btn-g button {
    width: 267px;
    height: 50px;
    padding: 13px 0;
  }

  .popup_form2 {
    width: 327px;
    padding: 50px 29px;
  }
  .popup_form2 h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
  }
  .popup-btn-g-two button {
    float: left;
    width: 128px;
    height: 50px;
    padding: 13px 0;
  }

  /* 2020-11-27 new header css*/
  .new.head h1 {
    width: auto;
  }
  .new.head h1 img {
    width: auto;
  }

  .new.head h2 {
    width: auto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
  }

  .pc-img {
    display: none !important;
  }

  .mobile-img {
    display: block !important;
  }
  #contents {
    margin-top: 0 !important;
  }

  .allMenu_top:after {
    content: "";
    clear: both;
    display: block;
  }
  .allMenu_top h2 {
    float: left;
  }
  .allMenu_top h2 > a > img.first-child {
    width: 98px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    transform: translateZ(0);
  }
  .allMenu_top h2 > a > img.last-child {
    width: 20.935vw;
  }
  .allMenu_top h2.var:before {
    content: "";
    display: inline-block;
    margin: 0 14.5px -2px;
    width: 1px;
    height: 10px;
    background-color: #a2a2a2;
  }

  /*탑버튼*/
  .return-top {
    width: 46px;
    height: 46px;
    background-size: cover;
    right: 20px;
    background-image: url(../img/common/top_btn3x.png);
  }

  #goApplyBtn {
    position: fixed;
    left: 50%; /*2020-12-28 13:10:43 추기 가운데 정렬*/
    bottom: -3px;
    transform: translateX(-50%); /*2020-12-28 13:10:39 추가 가운데 정렬*/
    padding: 11px 0 0 0;
    width: 200px;
    height: 50px;
    /*
    background-image: url('../img/common/link_btn.png');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 0;
	*/
    z-index: 101;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.45px;
    text-align: center;
    color: #ffffff;
    border-top: solid 1px #d5670c;
    border-left: solid 1px #d5670c;
    border-right: solid 1px #d5670c;
    border-radius: 10px 10px 0 0;
    background-color: #f68221;
  }
  #goApplyBtn::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 7px;
    width: 8px;
    height: 13px;
    background-image: url("../img/common/goApplyBtn.png");
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
  }

  .foot_top ul > li.bar:after {
    content: "";
    display: inline-block;
    margin: 0 8px -3px;
    width: 1px;
    height: 14px;
    background: #4d4d4d;
  }

  .foot .foot_top > ul > li a {
    font-size: 12px;
    padding: 0 2px;
  }

  /* 2021-11-15 수강권 구매 배너 시작 */
  .floatBtnBar {
    height: 50px;
  }
  .floatBtnBar li.goPurchase a::before,
  .floatBtnBar li.goApply a:before {
    content: none;
  }
  .floatBtnBar li a {
    font-size: 16px;
    line-height: 3.15;
  }
  .floatBtnBar li.goPurchase {
    padding-right: 0;
  }
  .floatBtnBar li.goPurchase a {
    padding: 0 35px 0 0;
    background-position: 90% 54%;
    background-size: 6% 29%;
  }

  .floatBtnBar li.goApply {
    padding-left: 0;
  }
  .floatBtnBar li.goApply a {
    padding: 0 35px 0 24px;
    background-position: 90% 54%;
    background-size: 6% 29%;
  }
  /* 2021-11-15 수강권 구매 배너 끝 */

  .loader img {
    width: 100px;
  }

  /* 2023-10-26 카카오채널 추가 */
  .kakao-channel {
    right: 20px;
    bottom: 100px;
  }
  /* //2023-10-26 카카오채널 추가 */
}

@media only screen and (min-width: 769px) {
  #goApplyBtn {
    display: none !important;
  }
}

@media all and (max-width: 769px) {
  .floatBtnBar.action {
    bottom: 244px;
  }
  .m_head_inner h1 img {
    display: none;
  }

  .new.head h2 {
    /* display: none;
        position: absolute;
        2023-05-15 제목 떨어짐 수정
        left: 90px !important;
        top: 5px !important;
        width: 200px !important;
        2023-05-15 제목 떨어짐 수정 */

    position: absolute;
    left: 0px !important;
    top: 5px !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .new.head h2 img {
    display: none;
  }
  .m_head_inner h2 img {
    display: none;
  }
  .allMenu_m {
    /* display: block; */
  }
}
