a:hover {
  transition: 0.3s !important;
}

.showPc {
  display: block;
}

.showTa {
  display: block;
}

.showMo {
  display: none;
}

.showTaMo {
  display: none;
}

.family_left {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 15%;
  /* background: red; */
}

.family_right {
  width: 50%;
  float: left;
  text-align: right;
  padding: 0 15%;
  /* background: green; */
}

.family_site {
  height: 40px;
}

.hidden {
  background: none;
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
  line-height: 0;
  overflow: hidden;
  font-size: 0px;
  visibility: hidden;
  position: absolute;
}

red {
  color: red;
}

green {
  color: green;
}

yeloow {
  color: yellow;
}

blue {
  color: blue;
}

orang {
  color: orang;
}

pink {
  color: pink;
}

/* 수강신청 학습관 버튼 */
.learning_center_list {
  overflow: hidden;
  background: #EAEAEA;
  padding: 10px;
}

.learning_center {
  text-align: center;
  float: left;
  color: #ffffff;
  background: #2f76b6;
  padding: 10px 0;
  margin: 3px;
  width: 16.15%;
  border: 1px solid #ffffff;
}

.sel_learning_center {
  text-align: center;
  float: left;
  color: #ffffff;
  background: red;
  padding: 10px 0;
  margin: 3px;
  width: 16.15%;
  border: 1px solid #ffffff;
}

.select_text {
  width: 16.15%;
  height: 46px;
  margin-left: 2px;
  margin-top: 3px;
  color: #fff;
  background: green;
  border: 1px solid #fff;
}

.order_type {
  color: #fff;
  background-color: #2f76b6;
}

/* 수강신청 학습관 버튼 */

/* 수강신청 학습관 리스트 */
.mo_list_view {
  text-align: center;
  display: none;
}

/* 수강신청 학습관 리스트 */

/* 게시판 및 수강신청 검색 key */
.serch_key {
  width: 200px;
}

/* 게시판 및 수강신청 검색 key */


/* 로그인 팝업크기 */
.pop_login {
  width: 388px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 0px solid red;
}

/* 로그인 팝업크기 */
/* 수강신청 팝업크기 */
.pop_learning_registration {
  width: 800px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 0px solid red;
}

.pop_learning_registration_inside {
  padding: 10px;
  background-color: #ffffff;
  border: 0px solid red;
  text-align: center;
}

/* 수강신청 팝업크기 */

/* 팝업창 북 이미지 */
.book_img {
  width: 120px;
}

/* 팝업창 북 이미지 */
/* 수강신청 주의사항 */
.pop_learning_registration_notice {
  text-align: left;
  padding: 10px;
}

/* 수강신청 주의사항 */


/* 이용매뉴얼 */
.manual {
  text-align: center;
  color: #ffffff;
  background: #2f76b6;
  padding: 10px 5px;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  width: 20%;
}

.sel_manual {
  text-align: center;
  color: #ffffff;
  background: red;
  padding: 10px 5px;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  width: 20%;
}

/* 이용매뉴얼 */

/* 동아리방 */
.son {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px silver solid;
  display: inline-block;
  text-align: center;
  line-height: 150px;
  font-size: 16px;
}

.son_bg {
  color: #ffffff;
  font-size: 1.2rem;
  background-color: rgba(32, 75, 146, .9);
}

.arrow {
  width: 100px;
  height: 150px;
  display: inline-block;
  text-align: center;
  line-height: 150px;
}

.son1 {
  width: 125px;
  height: 120px;
  border-radius: 50%;
  border: 2px silver solid;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}


/* 동아리목록 */
.dong {
  background-color: darkgray;
  border: 2px solid rgba(32, 75, 146, .7);
  height: 160px;
  padding: 0;
  float: left;

  width: 23%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}

.dong_in {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
}

.dong_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 동아리목록 */

/* 동아리방 */


/* 2022 04 27 */
/* 휴 플레이 */
.huplay {
  width: 560px;
  height: 315px;
}

.sel {
  background-color: darkgray;
  border: 3px solid rgba(32, 75, 146, .7);
  height: 160px;
  padding: 0;
  float: left;
  width: 23%;
  margin-bottom: 70px;
  margin-left: 1%;
  margin-right: 1%;

  overflow: hidden;
}

.sel_image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sel_title {
  position: absolute;
  width: 23%;
  margin: 5px 0;
}

/* 휴 플레이 */



@media screen and (max-width: 1024px) {
  .showPc {
    display: none;
  }

  .showTa {
    display: block;
  }

  .showMo {
    display: none;
  }

  .showTaMo {
    display: block;
  }

  .family_left,
  .family_right {
    padding: 0 10%;
  }
}

@media screen and (max-width: 640px) {
  .pcArea {
    display: none;
  }

  .showPc {
    display: none;
  }

  .showTa {
    display: none;
  }

  .showMo {
    display: block;
  }

  .showTaMo {
    display: block;
  }

  .family_left,
  .family_right {
    padding: 0;
  }
}

#wrap {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 320px;
}

div {
  /* -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  -khtml-user-select: none; */
}

.headerFixed {
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.headerFixed #popup {
  background: #000000;
  width: 100%;
  height: 92px;
  display: block;
  position: relative;
}

.headerFixed #header {
  display: block;
  position: relative;
}

.headerFixed #popup .popup_con {
  margin: 0px auto;
  padding: 10px 90px 10px 0px;
  overflow: hidden;
  position: relative;
  max-width: 1190px;
}

.headerFixed #popup .popup_con dt {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
}

.headerFixed #popup .popup_con dd {
  color: rgb(168, 168, 168);
  font-size: 17px;
  font-weight: 500;
}

/***********
.headerFixed #popup .popup_con .pagenavi {
	top: 20px; right: 0px; position: absolute;
}
.headerFixed #popup .popup_con .pagenavi li {
	margin-right: 3px; display: inline-block;
}
.headerFixed #popup .popup_con .pagenavi li a {
	border-radius: 8px; border: 2px solid rgb(168, 168, 168); border-image: none; width: 16px; height: 16px; display: block;
}
.headerFixed #popup .popup_con .pagenavi li.on a {
	background: #2290cd; border: 2px solid #2290cd; border-image: none;
}
*****************/

.headerFixed #popup .popup_con .popup_today {
  margin: 0px auto;
  text-align: right;
  right: 0px;
  bottom: 10px;
  position: absolute;
}

.headerFixed #popup .popup_con .popup_today label {
  padding-right: 12px;
}

/***************Äü¸Þ´º ÀÚ¸®
#header {
	background: rgba(255, 255, 255, 0.6); margin: 0px; padding: 0px 90px 0px 0px; width: 100%; height: 82px; position: fixed; z-index: 90; min-width: 320px;
}
****************/
#header {
  background: rgba(222, 151, 1, 1);
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 104px;
  position: fixed;
  z-index: 90;
  min-width: 320px;
  border-bottom: 1px solid rgba(210, 210, 210, 1);
  /*overflow: auto;*/
  white-space: nowrap;
}

#header .topMenu {
  background: #FAFAFA;
  display: block;
  height: 22px;
}

#header .topMenu .topMenu_Group {
  width: 1270px;
  text-align: right;
  margin: 0 auto;
}

#header .topMenu .topMenu_Group .topMenu_Item {
  display: inline-block;
  padding: 0 20px;
  color: #000;
  background: rgba(0, 51, 102, 0);
  font-weight: 500;
}

#header .header_con {
  margin: 0;
  width: 100%;
  position: relative;
  /*overflow: auto;*/
  white-space: nowrap;
}

#header h1 {
  left: 0px;
  top: 16px;
  position: absolute;
}

#header .nav {
  margin: 0px auto;
  width: 1270px;
  position: relative;
  z-index: 80;
  border: 0px solid red;
  /* overflow: auto; */
  white-space: nowrap;
  text-align: right;
}

#header .nav .logo {
  float: left;
  text-align: left;
  /* background-color: red; */
  width: 430px;
  height: 82px;
  line-height: 82px;
}

#header .nav .logo a img {
  height: 80px;
}

#header .nav ul {
  /* float: right; */
}

#header .nav>ul>li {
  width: 140px;
  height: 82px;
  float: left;
  border: solid 0px red;
}

#header .nav>ul>li a:hover {
  color: #2290cd;
}

#header .nav>ul>li a {
  text-align: center;
  color: rgb(0, 0, 0);
  line-height: 82px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

#header .nav>ul>li.on a {
  color: #2290cd;
}

#header .nav>ul>li.es {}

#header .nav>ul>li.es>a {
  background: #2290cd;
  color: rgb(255, 255, 255);
}

#header .nav>ul>li.es>a:hover {
  background: inherit;
  color: #2290cd;
}

#header .nav>ul>li.over>a {}

#header .nav>ul>li.over>a {
  background: inherit;
  color: #2290cd;
}

#header .nav>ul>li>.sm {
  text-align: center;
  padding: 20px 0px;
  height: 180px;
  border-left-color: rgba(255, 255, 255, .0);
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: rgba(255, 255, 255, .0);
  border-right-width: 1px;
  border-right-style: solid;
  display: none;
}

#header .nav>ul>li:last-child>.sm {
  /* border-right-color: rgba(255, 255, 255, .5); */
  border-right-width: 1px;
  border-right-style: solid;
}

#header .nav>ul>li>.sm>ul>li a {
  color: rgba(255, 255, 255, .8);
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
}

#header .nav>ul>li.es>.sm>ul>li a {
  color: rgb(210, 36, 37);
}

#header .nav>ul>li>.sm>ul>li a:hover {
  background: #2290cd;
  color: rgb(255, 255, 255);
}

#header .smBg {
  /* background: rgba(0, 51, 102, 1); */
  background: rgba(222, 151, 1, 1);
  left: 0px;
  top: 104px;
  width: 100%;
  height: 180px;
  /* border-bottom-color: rgb(0, 51, 102); */
  /* border-bottom-color: rgba(255, 255, 255, .5); */
  /* border-bottom-width: 1px; */
  /* border-bottom-style: solid; */
  display: none;
  position: absolute;
  z-index: 70;
}

#header .site_link {
  top: 25px;
  right: 0px;
  position: absolute;
}

#header .site_link .language {
  background: url("../image/lang_ico.png") no-repeat 95px 12px;
  border-radius: 5px;
  border: 1px solid rgba(13, 29, 51, 0.3);
  border-image: none;
  width: 96px;
  height: 30px;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 99;
}

#header .site_link .language li {
  color: rgb(23, 27, 40);
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
}

#header .site_link .language li a {
  padding: 0px 20px;
  width: 100%;
  height: 100%;
  display: block;
}

#header .site_link .member {
  background: url("../image/lang_ico.png") no-repeat 95px 12px;
  border-radius: 5px;
  border: 1px solid rgba(13, 29, 51, 0.3);
  border-image: none;
  width: 102px;
  height: 30px;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 99;
}

#header .site_link .member li {
  color: rgb(23, 27, 40);
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
}

#header .site_link .member li a {
  padding: 0px 20px;
  width: 100%;
  height: 100%;
  display: block;
}

#header .site_link .login {
  margin-right: 5px;
  float: left;
}

#header .site_link .login a {
  border-radius: 15px;
  color: #fff;
  border: 0px solid rgba(13, 29, 51, 0.3);
  border-image: none;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  display: block;
}

@media screen and (max-width: 1440px) {
  #header {
    height: 100px;
  }

  #header .header_con {
    margin: 0px;
    width: 100%;
    position: relative;
  }

  #header h1 {
    left: 2.5%;
    top: 4px;
    position: absolute;
  }

  #header h1 img {
    height: 40px;
  }

  #header .site_link {
    top: 12px;
    right: 2.5%;
    position: absolute;
  }

  #header .nav {
    top: 58px;
    width: 100%;
    border-top-color: rgba(255, 255, 255, 0.4);
    border-top-width: 1px;
    border-top-style: solid;
  }

  #header .nav>ul>li {
    width: 20%;
    height: 42px;
  }

  #header .nav>ul>li a {
    line-height: 42px;
    font-size: 16px;
  }

  #header .smBg {
    top: 100px;
  }

  .headerFixed #popup .popup_con {
    margin: 0px 5%;
    width: 90% !important;
  }

  /************
.headerFixed #popup .popup_con .pagenavi {
	right: 100px; position: absolute;
}
*************/
  .headerFixed #popup .popup_con .popup_today {
    right: 100px;
    position: absolute;
  }

  .family_left,
  .family_right {
    padding: 0 5px;
  }
}

.menu_wrap {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 910;
}

.menu_wrap>div {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  position: relative;
  -ms-overflow-x: hidden;
  min-width: 320px;
}

.gnb_bg {
  background: rgb(0, 0, 0);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 901;
  opacity: 0.7;
}

.menu_wrap .menu_area {
  top: 0px;
  width: 80%;
  right: -80%;
  position: absolute;
  z-index: 510;
}

.menu_wrap .menu_area>.height_finder {
  width: 100%;
  height: 0px;
}

.menu_area .top_area {
  background: rgb(54, 56, 59);
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.menu_area .top_area .gnb_tit {
  color: rgb(255, 255, 255);
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
  float: left;
}

.menu_area .top_area .close_bn {
  padding: 15px;
  float: right;
}

.menu_area .top_area .close_bn img {
  width: 30px;
}

.menu_area .top_area .gnb_tit img {
  width: 24px;
}

.menu_wrap .menu_area .row_01 {
  width: 100%;
}

.menu_wrap .menu_area .row_01>li {
  background: url("../image/gnb_arrow.png") no-repeat 95% 20px / 20px rgb(255, 255, 255);
  width: 100%;
  overflow: hidden;
  border-bottom-color: rgb(23, 27, 40);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.menu_wrap .menu_area .row_01>li.selected {
  background: url("../image/gnb_arrow_on.png") no-repeat 95% 20px / 20px rgb(29, 53, 87);
  color: rgb(255, 255, 255);
  border-bottom-color: rgb(23, 27, 40);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.menu_wrap .menu_area .row_01>li.selected>a {
  color: rgb(255, 255, 255);
}

.menu_wrap .menu_area .row_01>li>a {
  width: 100%;
  height: 50px;
  color: rgb(51, 51, 51);
  line-height: 50px;
  text-indent: 20px;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.menu_wrap .menu_area .row_01>li.es {
  background: url("../image/gnb_arrow_on.png") no-repeat 95% 20px / 20px #2290cd;
  color: rgb(255, 255, 255);
}

.menu_wrap .menu_area .row_01>li.es>a {
  color: rgb(255, 255, 255);
}

.menu_wrap .menu_area .row_01>li>ul {
  background: rgb(23, 27, 40);
  width: 100%;
}

.menu_wrap .menu_area .row_01>li>ul>li {
  background: url("../image/gnb_2depth.png") no-repeat 30px / 4px rgb(23, 27, 40);
  width: 100%;
  padding-left: 10px;
  border-bottom-color: rgb(29, 53, 87);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.menu_wrap .menu_area .row_01>li>ul>li>a {
  width: 100%;
  height: 40px;
  color: rgb(255, 255, 255);
  line-height: 40px;
  text-indent: 30px;
  font-size: 15px;
  display: block;
}

.menu_area .bottom_area {
  background: rgb(43, 47, 62);
  padding: 20px 0px;
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
}

.menu_area .bottom_area>ul {
  margin: 0px 5%;
  text-align: center;
}

.menu_area .bottom_area li {
  margin: 0px 1%;
  width: 28%;
  display: inline-block;
}

.menu_area .bottom_area li a {
  /* border-radius: 15px;
  border: 1px solid rgb(255, 255, 255); */
  border-image: none;
  height: 30px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.right_wrap {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 500;
}

.right_wrap>div {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  position: relative;
  -ms-overflow-x: hidden;
  min-width: 320px;
}

.right_wrap .bg {
  background: rgb(0, 0, 0);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 501;
  opacity: 0.7;
}

.right_wrap .right_area {
  top: 0px;
  width: 80%;
  right: -80%;
  position: absolute;
  z-index: 510;
}

.right_wrap .top_area .gnb_tit {
  color: #2290cd;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
  float: left;
}

.right_wrap .right_area>.height_finder {
  width: 100%;
  height: 0px;
}

.right_area .top_area {
  background: rgb(23, 27, 40);
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.right_area .top_area .close_bn {
  padding: 15px;
  float: right;
}

.right_area .top_area .close_bn img {
  width: 30px;
}

.right_area .metros {
  width: 100%;
  overflow: hidden;
}

.right_area .metros>div {
  width: 50%;
  float: left;
}

.right_area .metros>div a {
  display: block;
}

.right_area .metros>div a img {
  width: 100%;
}

.right_area .network_tel>ul>li {
  background: url("../image/gnb_arrow.png") no-repeat 90% 20px / 20px rgb(255, 255, 255);
  width: 100%;
  color: rgb(23, 27, 40);
  line-height: 50px;
  text-indent: 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom-color: rgb(23, 27, 40);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.right_area .network_tel>ul>li>ul>li {
  background: url("../image/gnb_2depth.png") no-repeat 30px / 4px rgb(23, 27, 40);
  width: 100%;
  padding-left: 10px;
  border-bottom-color: rgb(29, 53, 87);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.right_area .network_tel>ul>li>ul>li>a {
  background: url("../image/m_network_tel.png") no-repeat 90% / 22px;
  width: 100%;
  height: 50px;
  color: rgb(255, 255, 255);
  line-height: 50px;
  text-indent: 30px;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.sub_lnb_wrap {
  left: 0px;
  top: 60px;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 200;
}

.sub_lnb {
  margin: 0px auto;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 100;
  min-width: 320px;
}

.sub_lnb>div {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

.sub_lnb>div.depths_01 {
  background: rgba(255, 255, 255, 0.8);
  color: rgb(23, 27, 40);
  border-right-color: rgb(23, 27, 40);
  border-bottom-color: rgb(23, 27, 40);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
}

.sub_lnb>div.depths_02 {
  background: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgb(23, 27, 40);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sub_lnb>div.selected {
  background: rgb(255, 255, 255);
}

.sub_lnb>div p.title {
  width: 100%;
  height: 100%;
}

.sub_lnb>div p.title>.txt {
  color: rgb(23, 27, 40);
  line-height: 50px;
  text-indent: 20px;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 800;
  float: left;
  display: block;
}

.sub_lnb>div p.title>.arrow {
  margin-right: 20px;
  float: right;
  display: block;
}

.sub_lnb>div p.title>.arrow img {
  width: 15px;
  padding-top: 20px;
}

.sub_lnb>ul {
  top: 50px;
  width: 50%;
  height: 0px;
  position: absolute;
  -ms-overflow-x: hidden;
  -ms-overflow-y: auto;
}

.sub_lnb>ul.lnb_ul li {
  background: rgb(23, 27, 40);
  width: 100%;
  border-bottom-color: rgb(47, 50, 62);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sub_lnb>ul.lnb_ul li>a {
  width: 100%;
  height: 45px;
  color: rgb(255, 255, 255);
  line-height: 45px;
  text-indent: 20px;
  letter-spacing: -1px;
  font-size: 15px;
  display: block;
}

.sub_lnb>ul.lnb_ul li.on {
  background: #2290cd;
  color: rgb(255, 255, 255);
}

.sub_lnb>ul.lnb_ul li.on>a {}

.sub_lnb>ul.lnb_ul li>a:active {
  background: #2290cd;
  color: rgb(255, 255, 255);
}

.sub_lnb>ul.ul_01 {
  left: 0px;
}

.sub_lnb>ul.ul_02 {
  right: 0px;
}

.sub_lnb>ul.ul_02>li {
  left: 100%;
  top: 0px;
  width: 100%;
  position: absolute;
}

.sub_lnb>ul.ul_02>li.li_01 {
  left: 0px;
}

/************ Äü¸Þ´º
#container {
	margin: 0px auto; padding-right: 90px; clear: both; position: relative; min-width: 320px;
}
**************/
#container {
  margin: 0px auto;
  padding-right: 0px;
  clear: both;
  position: relative;
  min-width: 320px;
}

.contents {
  width: 100%;
  clear: both;
  position: relative;
}

.contents>div {
  margin: 60px auto;
  max-width: 1280px;
}

.sub .contents {
  min-height: 600px;
}

.sub .footer {
  /* background: rgb(245, 245, 245);
  padding: 40px 0px;
  width: 100%;
  clear: both;
  margin-top: 80px;
  position: relative; */
}

.footer {
  background: rgb(245, 245, 245);
  width: 100%;
  clear: both;
  position: relative;
  padding: 30px;
  margin: auto;
  text-align: center;
}

.footer div {
  /* width: 100%;
  text-align: center; */
}

.footer ul {
  /* margin: 20px auto 10px;
  width: 308px;
  overflow: hidden; */
}

.footer ul li {
  /* margin: 0px 2px;
  width: 140px;
  float: left; */
}

.footer ul li a {
  /* padding: 5px 0px;
  border: 1px solid rgb(189, 191, 193);
  border-image: none;
  text-align: center;
  display: block; */
}

.footer p {
  /* text-align: center;
  color: rgb(23, 27, 40);
  font-size: 16px; */
}

.footer p br {
  /* display: none; */
}

#quick {
  /* background: rgb(23, 27, 40);
  top: 0px;
  width: 90px;
  height: 100%;
  right: 0px;
  position: fixed;
  z-index: 100; */
}

#quick>p {
  /* padding: 17px 0px 0px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 140%;
  font-size: 16px;
  font-weight: bold; */
}

#quick>dl>dt {
  /* text-align: center;
  color: #2290cd;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 800;
  margin-top: 20px;
  border-top-color: rgb(47, 50, 62);
  border-top-width: 1px;
  border-top-style: solid; */
}

#quick>dl>dd {
  /* margin-top: 10px; */
}

#quick>dl>dd a {
  /* width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 120%;
  padding-top: 48px;
  font-size: 12px;
  display: block;
  opacity: 0.6; */
}

#quick>dl>dd a:hover {
  /* opacity: 1; */
}

#quick .quick01 a {
  /* background: url("../image/quick01.png") no-repeat top; */
}

#quick .quick02 a {
  /* background: url("../image/quick02.png") no-repeat top; */
}

#quick .quick03 a {
  background: url("../image/quick03.png") no-repeat top;
}

#quick .quick04 a {
  /* background: url("../image/quick04.png") no-repeat top; */
}

#quick .quick05 a {
  /* background: url("../image/quick05.png") no-repeat top; */
}

#quick .quick06 a {
  /* background: url("../image/quick06.png") no-repeat top; */
}

#quick .quick07 a {
  /* background: url("../image/quick07.png") no-repeat top; */
}

/* footer */
.footer .footer_addr {
  position: relative;
  display: inline-block;
  max-width: 1280px;
  /* border: 1px solid #fff; */
}

.footer .footer_customer {
  position: absolute;
  /* float: right; */
  width: 200px;

  right: 0px;
  top: 5px;
  /* text-align: right; */
}

.popup_schedule {
  left: 100px;
  top: 100px;
  width: 550px;
  height: 300px;
  position: absolute;
  z-index: 99;
}

/* 팝업 3개까지 설정 */
.popup_notice {
  width: 550px;
  height: 300px;
  position: absolute;
  z-index: 99;
}

.popup_notice1 {
  left: 100px;
  top: 300px;
}

.popup_notice2 {
  left: 200px;
  top: 350px;
}

.popup_notice3 {
  left: 300px;
  top: 400px;
}

@media screen and (max-width: 1440px) {
  .contents>div {
    margin: 60px 5%;
    width: 90%;
  }

  .family_left,
  .family_right {
    padding: 0 5%;
  }
}

/* 이후부터는 모바일 메뉴 적용 */
@media screen and (max-width: 1024px) {
  #header {
    background: rgba(23, 27, 40, 0.6);
    height: 60px;
    padding-right: 0px;
  }

  #header h1 {
    left: 0px;
    top: 5px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  h1 img {
    height: 30px;
  }

  .moMenu {
    left: 0px;
    top: 10px;
    position: absolute;
  }

  .moMenu img {
    width: 40px;
  }

  .moTel img {
    width: 40px;
  }

  .moTel {
    top: 10px;
    right: 0px;
    position: absolute;
  }

  #container {
    padding-right: 0px;
  }

  .contents>div {
    margin: 30px 5%;
    width: 90%;
  }

  /***************
.headerFixed #popup .popup_con .pagenavi {
	right: 0px; position: absolute;
}
**************/
  .headerFixed #popup .popup_con .popup_today {
    right: 0px;
    position: absolute;
  }

  .family_left,
  .family_right {
    padding: 0 5%;
  }

  .footer .footer_customer {
    display: none;
  }

  /* 팝업 위치 지정 */
  .popup_schedule {
    top: 100px;
    left: 0px;
    width: 360px;
    letter-spacing: -1.5px;
  }

  .popup_notice {
    left: 0px;
    width: 360px;
    letter-spacing: -1.5px;
  }

  .popup_notice1 {
    top: 300px;
  }

  .popup_notice2 {
    top: 350px;
  }

  .popup_notice3 {
    top: 400px;
  }

  /* 모바일웹 2022 04 18 */
  /* 수강신청 학습관 버튼 */
  .learning_center,
  .sel_learning_center {
    width: 32%;
    font-size: 1rem;
    padding: 5px 0;
  }

  .select_text {
    width: 32%;
    height: 36px;
  }

  .order_type {
    display: none;
  }

  /* 수강신청 학습관 버튼 */


  /* 휴 플레이 */
  .sel {
    height: 90px;
    width: 23%;
  }

  .sel_title {
    font-size: 0.9rem;
  }

  /* 휴 플레이 */

  /* 동아리방 */
  /* 동아리목록 */
  .dong {
    width: 48%;
  }

  /* 동아리목록 */
  /* 동아리방 */

}

@media screen and (max-width: 768px) {
  .footer p {
    text-align: center;
    color: rgb(23, 27, 40);
    font-size: 12px;
  }

  .footer p strong {
    font-size: 14px;
    display: block;
  }

  .footer p br {
    display: block;
  }

  .footer p .copy {
    padding: 5px 0px 10px;
    color: rgb(175, 175, 176);
    /* font-size: 11px; */
    display: block;
  }

  .family_left,
  .family_right {
    padding: 0 5%;
  }

  .footer .footer_logo img {
    width: 260px;
  }

  .footer div {
    font-size: 12px;
  }


  /* 수강신청 팝업크기 */
  .pop_learning_registration {
    width: 100%;
  }

  .pop_learning_registration_inside {
    padding: 0;
  }

  .content_box {
    padding: 0;
  }

  /* 수강신청 팝업크기 */

}

@media screen and (max-width: 480px) {
  .sub_lnb>div p.title>.txt {
    color: rgb(23, 27, 40);
    line-height: 50px;
    text-indent: 10px;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: 800;
    float: left;
    display: block;
  }

  .sub_lnb>div p.title>.arrow {
    margin-right: 10px;
    float: right;
    display: block;
  }

  .family_left,
  .family_right {
    padding: 0;
  }



  /* 모바일웹 2022 04 18 */
  /* 수강신청 학습관 버튼 */
  .learning_center_list {
    padding: 5px;
  }

  .learning_center,
  .sel_learning_center {
    width: 48%;
    font-size: 0.8rem;
    padding: 5px 0;
  }

  .select_text {
    width: 48%;
    height: 34px;
  }

  /* 수강신청 학습관 버튼 */

  /* 수강신청 학습관 리스트 */
  .mo_list_view {
    display: block;
    text-align: center;
  }

  .pc_list_view {
    display: none;
  }

  /* 수강신청 학습관 리스트 */

  /* 게시판 및 수강신청 검색 key */
  .serch_key {
    width: 120px;
  }

  /* 게시판 및 수강신청 검색 key */


  /* 로그인 팝업크기 */
  .pop_login {
    width: 300px;
  }

  /* 로그인 팝업크기 */

  /* 팝업창 북 이미지 */
  .book_img {
    width: 100%;
  }

  /* 팝업창 북 이미지 */

  /* 팝업창 테이블 글자크기지정 */
  table.popup_table th,
  table.popup_table td {
    font-size: 0.9rem;
  }

  /* 팝업창 테이블 글자크기지정 */

  /* 수강신청 주의사항 */
  .pop_learning_registration_notice {
    font-size: 0.8rem;
  }

  /* 수강신청 주의사항 */

  /* 이용매뉴얼 */
  .manual,
  .sel_manual {
    font-size: 1rem;
    font-weight: 400;
  }

  /* 이용매뉴얼 */


  /* 동아리방 */
  .son {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 0.8rem;
  }

  .son_bg {
    font-size: 0.8rem;
  }

  .arrow {
    width: 100px;
    height: 150px;
    line-height: 150px;
  }

  .son1 {
    width: 75px;
    height: 75px;
    font-size: 0.8rem;
    padding-top: 20px;
  }

  /* 동아리목록 */
  .dong {
    width: 98%;
  }

  /* 동아리목록 */
  /* 동아리방 */


  /* 휴 플레이 */
  .huplay {
    width: 100%;
    height: 170px;
  }

  .sel {
    height: 100px;
    width: 48%;
  }

  .sel_title {
    width: 48%;
    font-size: 0.8rem;
  }

  /* 휴 플레이 */
}

a.skip {
  top: -1px;
  width: 0px;
  height: 0px;
  text-align: center;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 999;
}

a.skip:active {
  background: rgb(255, 255, 255);
  padding: 5px;
  width: 100%;
  height: auto;
  z-index: 999;
}

a.skip:focus {
  background: rgb(255, 255, 255);
  padding: 5px;
  width: 100%;
  height: auto;
  z-index: 999;
}

input[type="button"] {
  cursor: pointer !important;
}

.cp {
  cursor: pointer !important;
}

.blind {
  top: -999999px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  position: absolute;
}

.clear {
  clear: both;
}


.radio_box label {
  color: rgb(102, 102, 102);
  font-size: 14px;
}

.radio_box label+label {
  margin: 0px 0px 0px 24px;
}

.check_box label {
  color: rgb(102, 102, 102);
  font-size: 14px;
}

.check_box label+label {
  margin: 0px 0px 0px 24px;
}

.fileBox {
  overflow: hidden;
}

.fileBox .inputBox {
  float: left;
}

.fileBox input[type="text"] {
  background: rgb(250, 250, 250);
  padding: 8px 10px;
  border: 1px solid rgb(209, 209, 209);
  border-image: none;
  height: 32px;
  color: rgb(153, 153, 153);
  line-height: 1;
  letter-spacing: -1px;
  overflow: hidden;
  font-size: 14px;
  float: left;
  box-sizing: border-box;
}

.fileBox .fileBtn {
  margin-left: 13px;
  float: left;
}

.fileBox .fileBtn label {
  background: rgb(153, 153, 153);
  width: 125px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 32px;
  letter-spacing: -1px;
  font-size: 14px;
  display: inline-block;
}

.fileBox .fileBtn input[type="file"] {
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
  visibility: hidden;
}

#popup .popup_con input[type="button"] {
  background: rgb(221, 221, 221);
  color: rgb(51, 51, 51);
}

@media all and (max-width: 480px) {
  #popup .popup_con {
    padding-right: 10px !important;
  }

  .headerFixed #popup .popup_con dt a {
    font-size: 14px;
  }

  #popup .popup_con .icheckbox_minimal {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  .family_left,
  .family_right {
    padding: 0;
  }

  .footer .footer_logo img {
    width: 200px;
  }

  .footer div {
    letter-spacing: -1.4px;
  }

}