@charset "UTF-8";
/* 공통 */
.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

#container {
  margin-top: var(--headerHeight);
}
.sub-page:not(.openclass01, .onlineclass01_view) {
  padding-top: var(--headerHeight);
}

.header.fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
}

.header-menu {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ededed;
}

.header-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.header-menu .inner .header-menu_left a {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  margin-right: 30px;
}

.header-menu .inner .header-menu_left a:first-child {
  color: #222222;
}

.header-menu .inner .header-menu_left a:nth-child(4) {
  color: #E32C2C;
  font-weight: 600;
}

.header-menu .inner .header-menu_right a {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  margin-left: 20px;
}

.header-menu .inner .header-menu_right a:nth-child(1), .header-menu .inner .header-menu_right a:nth-child(2) {
  color: #000;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22.5px 0;
}

.header-main .sidebar_btn,
.header-main .search_btn {
  display: none;
}

.header-main form {
  width: 42.3%;
}
.header-main .header-main_search > div {
  background-color: #f1f1f1;
  border: 1px solid #b8b8b8;
  border-radius: 30px;
  padding: 14.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-main .header-main_search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-main .header-main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .header-main_link a {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  text-align: center;
  margin-left: 40px;
}

.header-main .header-main_link a img {
  margin: auto;
  margin-bottom: 5px;
}

.header-gnb {
  background-color: #e32c2c;
  border-top: 1px solid #e32c2c;
  border-bottom: 1px solid #e32c2c;
}

.header-gnb .inner {
  display: flex;
}

.header-gnb .inner a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-gnb .inner a:hover {
  color: #e32c2c;
  background-color: #fff;
}

.header-gnb .inner a img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.quickMenu {
  position: fixed;
  top: 4.3%;
  right: 0;
  width: 95px;
  text-align: center;
  border: 1px solid #ededed;
  z-index: 99;
  margin-right: -95px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.quickMenu.on {
  margin-right: 0px;
}

.quickMenu .quick_btn {
  position: absolute;
  right: 101%;
  top: 59px;
  cursor: pointer;
  background: url(../__image/common/quick_btn.png);
  width: 24px;
  height: 80px;
  background-repeat: no-repeat;
}
.quickMenu.on .quick_btn {
  background: url(../__image/common/quick_btn2.png);
}

.quickMenu a {
  display: block;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  color: #444;
  padding: 15px 0;
}

.quickMenu a div {
  position: relative;
  height: 40px;
}

.quickMenu a div img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quickMenu a:hover {
  color: #e32c2c;
}

.quickMenu a div img.hover {
  opacity: 0;
}

.quickMenu a:hover img.hover {
  opacity: 1;
}

.quickMenu a:hover img.normal {
  opacity: 0;
}

.quickMenu .quickMenu_tit {
  background-color: #fff;
  color: #e32c2c;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 0;
}

.quickMenu .quickMenu_history {
  background-color: #4d5cbc;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
}

.footer {
  background-color: #333333;
}

.footer .footer-top {
  border-bottom: 1px solid #444;
}

.footer .footer-top .inner {
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer .footer-top .inner nav a {
  color: #eee;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}

.footer .footer-top .inner .gotop {
  position: fixed;
  right: 7px;
  bottom: 30px;
  z-index: 9;
}
.footer .footer-top .inner .quickLink img,
.footer .footer-top .inner .gotop img {
  width: 100%;
}

.footer .footer-bottom .inner {
  color: #eee;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-bottom .inner > div ol {
  margin-top: 25px;
}

.footer .footer-bottom .inner > div ol li {
  font-size: 14px;
  margin-bottom: 7px;
}

.footer .footer-bottom .inner > div ol li span {
  margin-right: 15px;
}

.footer .footer-bottom .inner > div ol li.copy {
  margin-top: 25px;
  font-size: 13px;
}

.footer .footer-bottom .selectBox .list_header {
  padding: 10px 18px;
  font-size: 14px;
  width: 185px;
  color: #eee;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
  line-height: 1.5em;
}

.footer .footer-bottom .selectBox .list_header.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.footer .footer-bottom .selectBox .list_header::before {
  content: "";
  background-image: url(../__image/common/selectDown_arrow.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
}

.footer .footer-bottom .selectBox .list_data {
  background-color: #222222;
  display: none;
}
.footer .footer-bottom .selectBox .list_data a {
  font-size: 14px;
  color: #777;
  line-height: 1.5em;
  display: block;
  padding: 15px 20px 0;
}
.footer .footer-bottom .selectBox .list_data a:last-child {
  padding-bottom: 15px;
}
.footer .footer-bottom .selectBox .list_data a:hover {
  color: #eee;
}


#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: scroll;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.3s;
  width: 90%;
}
#sidebar.active {
  transform: translateX(0%);
}
.sidebar-dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
  display: none;
}

.sidebar-top {
  background-color: #d62727;
  padding: 25px 30px;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
}
.sidebar-top > a {
  margin-left: auto;
  color: #fff;
  margin-right: 30px;
}
.sidebar-top > img {
  cursor: pointer;
}

.sidebar-quick {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.sidebar-quick > a {
  width: 16.6%;
  text-align: center;
  margin-bottom: 45px;
  font-size: 20px;
  color: #222;
}
.sidebar-quick > a > img {
  width: 45px;
  height: 47px;
  margin: auto;
  margin-bottom: 10px;
}

.sidebar-lnb {
  display: flex;
}
.sidebar-lnb .left {
  width: 255px;
}
.sidebar-lnb .left > ol {
  padding: 30px;
  padding-right: 0;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-lnb .left > ol > li {
  font-size: 22px;
  color: #5e5e5e;
  padding: 15px;
}
.sidebar-lnb .left > ol > li.on {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #ed4741;
  border-radius: 30px;
}
.sidebar-lnb .left > a {
  display: block;
  font-size: 20px;
  color: #777;
  margin-left: 46px;
  margin-top: 30px;
}

.sidebar-lnb .right {
  flex: 1;
  position: relative;
  margin-left: -10px;
  height: 100vh;
  background: #eee;
}
.sidebar-lnb .right > ol {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.sidebar-lnb .right > ol.active {
  display: block;
}
.sidebar-lnb .right > ol > li,
.sidebar-lnb .right .lsnb > li {
  position: relative;
}
.sidebar-lnb .right > ol > li > a {
  font-size: 22px;
  color: #444;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  padding: 30px;
  font-weight: 500;
  display: block;
}
.sidebar-lnb .right > ol > li.on > a,
.sidebar-lnb .right .lsnb > li.on2 > a {
  color: #ed4741;
}
.sidebar-lnb .right > ol > li > .has_lsnb,
.sidebar-lnb .right .lsnb > li > .has_lsnb {
  background-image: url(../__image/sub/lnb_plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 33px;
  cursor: pointer;
}
.sidebar-lnb .right > ol > li.on > .has_lsnb,
.sidebar-lnb .right .lsnb > li.on2 > .has_lsnb {
  background-image: url(../__image/sub/lnb_minus.png);
}

.sidebar-lnb .right .lsnb {
  background-color: #f1f1f1;
  display: none;
}
.sidebar-lnb .right > ol > li.on .lsnb {
  display: block;
}
.sidebar-lnb .right .lsnb > li > a {
  font-size: 21px;
  color: #444;
  display: block;
  padding-left: 40px;
  padding-top: 35px;
  font-weight: 500;
}
.sidebar-lnb .right .lsnb > li:last-child > a {
  padding-bottom: 35px;
}
.sidebar-lnb .right .lsnb-2 {
  background-color: #dddddd;
  margin-top: 35px;
  display: none;
}
.sidebar-lnb .right .lsnb > li.on2 .lsnb-2 {
  display: block;
}
.sidebar-lnb .right .lsnb-2 > li > a {
  font-size: 19px;
  color: #444;
  display: block;
  padding-left: 60px;
  padding-top: 35px;
}
.sidebar-lnb .right .lsnb-2 > li:last-child > a {
  padding-bottom: 35px;
}


[id*=popup_] {
  position: fixed !important;
}
[id*=popup_] img{
  width: 100% !important;
  height: auto !important;
}

/* 태블릿 */
@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }
  .hide-1024 {
    display: none !important;
  }

  .header-main {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .header-main_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-main .sidebar_btn,
  .header-main .search_btn {
    display: block;
    cursor: pointer;
  }
  .header-main .search_btn {
    background: url(../__image/common/h_search_b.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
  }
  .header-main .search_btn.on {
    background: url(../__image/common/h_search_close.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
  }
  .header-main .header-main_search {
    position: absolute;
    background: #fff;
    top: 100%;
    width: 110%;
    left: -5%;
    padding: 30px 0;
    z-index: 1;
    box-shadow: 0 8px 8px rgba(0,0,0,0.1);
    display: none;
  }
  .header-main .header-main_search > div {
    width: 80%;
    margin: auto;
  }

}

/* 태블릿 ~ 모바일 가로 */
@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }
  .hide-768 {
    display: none !important;
  }


  .header-main .sidebar_btn {
    width: 34px;
	margin-right: 10px;
  }
  .header-main .search_btn {
    width: 35px;
    height: 35px;
  }
  .header-main .search_btn.on {
    width: 27px;
    height: 27px;
  }
  .header-gnb .inner a {
    font-size: calc(12px + 0.5vw);
  }

  .sidebar-top {
    font-size: 20px;
  }
  .sidebar-top > img {
    width: 23px;
  }
  .sidebar-quick > a {
    width: 25%;
    font-size: calc(12px + 0.9vw);
  }
  .sidebar-lnb .left > ol {
    padding: 20px;
  }
  .sidebar-lnb .left > a {
    margin-left: 36px;
  }
  .sidebar-lnb .right {
    margin-left: -30px;
  }
  .sidebar-lnb .left > ol > li,
  .sidebar-lnb .left > a,
  .sidebar-lnb .right > ol > li > a {
    font-size: calc(12px + 0.8vw);
  }
  .sidebar-lnb .right .lsnb > li > a {
    font-size: calc(10px + 1vw);
  }


  .footer .footer-bottom .inner {
    flex-direction: column;
  }
  .footer .footer-bottom .info {
    order: 2;
    margin-top: 30px;
  }
  .footer .footer-bottom .selectBox,
  .footer .footer-bottom .selectBox .list_header {
    width: 100%;
  }

}


@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }
  .hide-640 {
    display: none !important;
  }

  [id*=popup_] {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
  }
  [id*=popup_] table,
  [id*=popup_] img {
    width: 100% !important;
    height: auto !important;
  }
}


/* 모바일 세로 */
@media all and (max-width: 480px) {
  .show-568 {
    display: block !important;
  }
  .hide-568 {
    display: none !important;
  }


  .header-main {
    padding: 17.5px 0;
  }
  .header-main_logo {
    width: 43vw;
  }
  .header-main_logo img {
    width: 100%;
  }
  .header-main .sidebar_btn {
    width: 24px;
  }
  .header-main .search_btn {
    width: 25px;
    height: 24px;
  }
  .header-main .search_btn.on {
    width: 20px;
    height: 20px;
  }
  .header-gnb .inner a {
    height: 50px;
    line-height: 50px;
  }

  .sidebar-top {
    font-size: 16px;
    padding: 20px 20px;
  }
  .sidebar-top > a {
    margin-right: 20px;
  }
  .sidebar-top > img {
    width: 18px;
  }
  .sidebar-quick {
    padding-top: 25px;
  }
  .sidebar-quick > a {
    width: 33.3333%;
    margin-bottom: 25px;
  }
  .sidebar-quick > a > img {
    width: 32px;
    height: 35px;
    margin-bottom: 5px;
  }
  .sidebar-lnb .left {
    width: 190px;
  }
  .sidebar-lnb .left > ol {
    padding: 10px;
  }
  .sidebar-lnb .left > ol > li {
    padding: 10px 15px;
  }
  .sidebar-lnb .left > a {
    margin-left: 26px;
    margin-top: 20px;
  }
  .sidebar-lnb .right {
    margin-left: -20px;
  }
  .sidebar-lnb .right > ol > li > a {
    padding: 20px;
  }
  .sidebar-lnb .right > ol > li > .has_lsnb,
  .sidebar-lnb .right .lsnb > li > .has_lsnb {
    top: 23px;
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .sidebar-lnb .right .lsnb > li > a {
    padding-left: 25px;
    padding-top: 20px;
  }
  .sidebar-lnb .right .lsnb > li:last-child > a,
  .sidebar-lnb .right .lsnb-2 > li:last-child > a {
    padding-bottom: 20px;
  }
  .sidebar-lnb .right .lsnb-2 {
    margin-top: 20px;
  }
  .sidebar-lnb .right .lsnb-2 > li > a {
    font-size: 12px;
    padding-left: 35px;
    padding-top: 20px;
}

.footer .footer-top .inner .quickLink {
  width: 57px;
  bottom: 90px;
}

}
