input[type=text], select {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  background: url("/infile/img/sub/select-bg.png") no-repeat 95% 45% #fff;
}


   .main-banner-mobile{
    display: none;
   }

.layerpopup-wrap {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 100px;
  top: 150px;

  visibility: hidden;
  z-index: 999999;
}
.layerpopup-wrap .notice-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  background: #222;
  color: #fff;
  font-size: 12px;
}
.layerpopup-wrap .notice-form .bottom-area {
  display: flex;
  align-items: center;
}
.layerpopup-wrap .notice-form .pop-close-btn {
  text-decoration: none;
}
.layerpopup-wrap .notice-form .pop-close-btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  background: black;
  border-radius: 3px;
  color: #fff;
}
 
 .sub-tab{
   display:block;
 }
 .sub-tab02{
   display:none;
 }










#header {

}










.site-wrap #header {

  width: 100%;
  margin: 0 auto;

}
.site-wrap #header .header_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.site-wrap #header .header_wrap .gnb-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-wrap #header .header_wrap .gnb-wrap ul.gnb {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: center;
  align-items: center;
}
.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1 {
  /*padding: clamp(calc(20px / 2), calc(20 / 1180 * 100vw), 40px);*/
  width: clamp(80px, 11.8644067797vw, 160px);
  text-align: center;
}

.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1 > a {
  font-family: 'NanumSquareBold';
  font-size: clamp(18.6666666667px, 1.6949152542vw, 20px);
  color: #464646;
  font-weight:500;
  text-shadow: 0px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  position: relative;
}

.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1 > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 3px;
	text-align:center;
    background-color: #0CBDB0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}

.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1 > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}		


.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1 > ul.ulDepth2 {
  position: absolute;
  display: none;
}
.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1:hover ul.ulDepth2 {
  display: block;
}
.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1:nth-child(5) {
  display: none;
}




.site-wrap #header .header_wrap .gnb-wrap ul.gnb > .menuDepth1.on a {
/*  color: #008080; */

}


.site-wrap #header .header_wrap h1.logo {
  width: clamp(305px, 16.9491525424vw, 305px);
}
.site-wrap #header .header_wrap .top-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 224px;
  height: 33px;
  margin-left: auto;
  background: #e7f2ff;
  border-radius: 3px;
}
.site-wrap #header .header_wrap .top-search input {
  height: 100%;
  padding-left: 10px;
  background: none;
  border: none;
  box-sizing: border-box;
  outline:none;
}
.site-wrap #header .header_wrap .top-search input::placeholder {
  color: #959595;
  font-size: 14px;
  letter-spacing: -1px;
}
.site-wrap #header .header_wrap .top-search span.search-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 10px;
  background: url(/infile/img/main/ic-search.png) center no-repeat;
  font-size: 0;
}
.site-wrap #header .header_wrap .top-search .search-keyword-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px;
  z-index: 8888;
  background: #fff url(/infile/img/main/keyword-bg.png) no-repeat 95% 40%;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-sizing: border-box;
}
.site-wrap #header .header_wrap .top-search .search-keyword-popup h3 {
  color: #1d1d1d;
  margin-bottom: 10px;
}
.site-wrap #header .header_wrap .top-search .search-keyword-popup .keyword-list {
  display: flex;
  flex-wrap: wrap;
}
.site-wrap #header .header_wrap .top-search .search-keyword-popup .keyword-list li {
  display: flex;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  background: #e7f2ff;
  border-radius: 20px;
  cursor: pointer;
}
.site-wrap #header .header_wrap .top-search .search-keyword-popup .keyword-list li a {
  text-decoration: none;
  color: #565656;
}
.site-wrap #header #m_gnb {
  display: none;
  width: 45px;
  height: 45px;
  /*background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 !important;*/
  text-align: center;
}
.site-wrap #header #m_gnb a {
  display: inline-block;
  width: 25px;
  padding-top: 8px;
}
.site-wrap #header #m_gnb a:before {
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #000;
}
.site-wrap #header #m_gnb a:after {
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #000;
}
.site-wrap #header #m_gnb a span {
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #000;
  font-size: 0;
}
.site-wrap #allmenu {
  display: none;
}
.site-wrap #allmenu .nav-close {
  display: none;
}
.site-wrap #allmenu .bottom-menu {
  display: none;
}
.site-wrap #allmenu {
  position: absolute;
  top: 120px;
  z-index: 7777;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #33B7AF;
  transition: height 0.5s ease; /* ½º¹«½ºÇÑ ÀüÈ¯ */
}
.site-wrap .allmenu-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.site-wrap .allmenu-wrap ul.allmenu {
  position: relative;
  display: flex;
  padding-left: 320px;

  /*background: url(/infile/main/gnb-sub01-bg.png) no-repeat bottom left;*/
}
.site-wrap .allmenu-wrap .allmenu-subtit {
  position: absolute;
  top: 30px;
}
.site-wrap .allmenu-wrap .allmenu-subtit:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e5effd;
}
.site-wrap .allmenu-wrap .allmenu-subtit li {
  position: relative;
  display: none;
  width: 200px;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 34px;
  color: #333333;
  z-index: 100000;
}
.site-wrap .allmenu-wrap .allmenu-subtit li.on {
  display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    z-index: 1000;
}
.site-wrap .allmenu-wrap .menuDepth1 {
  position: relative;
  padding: 0;
  width: clamp(80px, 11.8644067797vw, 160px);
  text-align: center;

}
.site-wrap .allmenu-wrap .menuDepth1:nth-child(5) {
  display: none;
}
.site-wrap .allmenu-wrap .menuDepth1.on {
  background: #E6F6F5;
    overflow: hidden;

}
.site-wrap .allmenu-wrap .menuDepth1.on:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: 0px auto;
}
.site-wrap .allmenu-wrap .menuDepth1 > a {
  display: none;
  font-size: 20px;
  color: #000;
  text-shadow: 0.5px 0;
  text-decoration: none;

}
.site-wrap .allmenu-wrap .menuDepth1 > ul.ulDepth2 {
  display: block;
  padding: 20px 0;
}
.site-wrap .allmenu-wrap .menuDepth1 > ul.ulDepth2 .menuDepth2 {
  margin-bottom: 13px;
}
.site-wrap .allmenu-wrap .menuDepth1 > ul.ulDepth2 .menuDepth2 a {
  color: #222;
  font-size: 14px;

}
.site-wrap .allmenu-wrap .menuDepth1 > ul.ulDepth2 .menuDepth2:hover a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: underline;

}
.site-wrap .allmenu-wrap .menuDepth1 > ul.ulDepth2 .menuDepth2:hover a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0a4d91;
  border-radius: 50%;
}

/*topmenu*/
.ko-topmenu {
  display: flex;
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #dddddd;

}
.ko-topmenu > .topmenu-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-end;
  background-color:#ffffff;
}
.ko-topmenu ul {
  height: 100%;
}
.ko-topmenu ul li {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}
.ko-topmenu ul li a {
  color: #555;
  font-size: clamp(12spx, 1.186440678vw, 14px);
  text-decoration: none;
}
.ko-topmenu ul li:hover a {
  color: #0d4d95;
  text-shadow: 0.5px 0;
}
.ko-topmenu .leftmenu {
  display: inline-flex;
  height: 70%;

  border-left: 1px solid #dddddd;
}
.ko-topmenu .leftmenu li.siteon {
  font-size:12px;
  text-align:center;
  position: relative;
  padding: clamp(5px, 0.8474576271vw, 10px);
  background-color:#0CBDB0;

  text-shadow: 0.2px 0;
  color:#fff;
  border-right: 1px solid #dddddd;
  border-top: 2px solid #0CBDC2;
}
.ko-topmenu .leftmenu li.siteon:hover{

}




.ko-topmenu .leftmenu li.siteno {
  color:#000;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size:12px;
  position: relative;
  padding: clamp(5px, 0.8474576271vw, 10px);
  background-color:#F3F3F3;
}
.ko-topmenu .leftmenu li.siteno:hover{
   background-color:#EBEBEB;
   color:#000;
   font-weight:600;
}






.ko-topmenu .leftmenu li.siteoff {
  width:10px;
  position: relative;
  font-size:12px;
  border-right: 1px solid #dddddd;
  border-top: 0px solid #dddddd;

}


.ko-topmenu .leftmenu li.siteon:hover:before {
  font-size:12px;
  font-weight:normal;
  color:#ddd;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #42D5D2;
}
.ko-topmenu .leftmenu .point {
  background: rgb(13, 78, 150);
  background: linear-gradient(90deg, rgb(13, 78, 150) 0%, rgb(12, 143, 198) 100%);
}
.ko-topmenu .leftmenu .point a {
  color: #fff;
}
.ko-topmenu .rightmenu {
  display: inline-flex;
  align-items: center;
}
.ko-topmenu .rightmenu img {
  display: inline-block;
  padding: 0 8px;
}
.ko-topmenu .rightmenu li {
  position: relative;
  padding: 0 12px;
}
.ko-topmenu .rightmenu li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.ko-topmenu .rightmenu li em {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.ko-topmenu .rightmenu li:last-child {
  padding-right: 0;
}
.ko-topmenu .rightmenu li:last-child::after {
  display: none;
}
.ko-topmenu .rightmenu li::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 4px;
  height: 15px;
  width: 1px;
  background: #ccc;
}
.ko-topmenu .rightmenu li.user em {
  color: #044f93;
}
.ko-topmenu .rightmenu li.user span {
  color: #000;
  font-size: 14px;
}

/*main visual*/
#mainVisual {
/*background: #f5f5f5;*/
}

#mainVisual .sliderLi a {
  display: flex;
  justify-content: center;
}
#mainVisual .bx-wrapper {
  position: relative;
}
#mainVisual .bx-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: flex;
  max-width: 1200px;
  height: 30px;
  margin: 0 auto;
  color: #fff;
}
#mainVisual .bx-controls .bx-default-pager {
  position: absolute;
  left: 30px;
  top: 0;
  width: 50px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#mainVisual .bx-controls .bx-controls-direction {
  position: relative;
  display: flex;
  width: 110px;
}
#mainVisual .bx-controls .bx-controls-direction a {
  display: block;
  font-size: 0;
  width: 30px;
  height: 30px;
}
#mainVisual .bx-controls .bx-controls-direction a.bx-prev {
  position: absolute;
  left: 0;
}
#mainVisual .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  width: 30px;
  height: 30px;
}
#mainVisual .bx-controls .bx-controls-direction a.bx-next {
  position: absolute;
  right: 0;
}
#mainVisual .bx-controls .bx-controls-direction a.bx-next:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

/*slick slide*/
.slick-slider {
  display: flex !important;
  align-items: center;
}
.slick-slider > button {

  position: absolute;
  width: 25px;
  height: 48px;
  font-size: 0;
  border: 0;
  cursor: pointer;
}
.slick-slider .slick-prev {

  left: -70px;
  background: center/45% no-repeat rgba(50, 71, 99, 0) url(/infile/img/main/ic-slide-left.png);
/*
  left: -70px;
  border-radius: 5px;
  background: center/50% no-repeat rgba(16, 64, 104, 0.2) url(/infile/img/main/ic-slide-left-w.png);
*/
}
.slick-slider .slick-next {

  right: -70px;

  background: center/45% no-repeat rgba(50, 71, 99, 0) url(/infile/img/main/ic-slide-right.png);
/*
  right: -70px;
  border-radius: 1px;
  background: center/50% no-repeat rgba(50, 71, 99, 1) url(/infile/img/main/ic-slide-right-w.png);
*/
}

/*class*/
.class-slide {
  margin-top: 30px;
}

.class-title {
  font-family: 'NanumSquareBold';
  font-size: clamp(36px, 3.0508474576vw, 36px);
  color: #000;
}

.company-cert-title {
  font-size: clamp(25px, 3.0508474576vw, 25px);
  color: #000;
}

.class-sub-title {
  font-size: clamp(16px, 1.0508474576vw, 16px);
  font-weight:normal;
  color: #5D5D5D;
}

.class-more {
  position: absolute;
  right: 0;
  top: 17px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.class-more img {
  display: inline-block;
  padding: 0 10px;
}
.class-more:hover {
  text-decoration: none;
}

.new-class {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 35px auto;
}
.new-class .new-class-info {
  padding: 14px 15px;
}
.new-class img.class-thumb {
  display: inline-block;
  width: 100%;
  height: 170px;
  background: #e5e5e5;
}
.new-class .summary {
  padding: 0;
  background: none;
  color: inherit;
  border: none;
  box-sizing: border-box;
}
.new-class .summary label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 15px;
  line-height: 24px;
  background: #585858;
  color: #fff;
  border-radius: 10px;
}
.new-class .summary span.txt {
  display: inline-block;
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
}
.new-class span.title {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(14px, 1.5254237288vw, 18px);
  color: #000;
}
.new-class .slick-initialized .slick-slide {
  width: 280px;
  height: 270px;
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.new-class .slick-initialized .slick-slide img {
  scale: 1;
  transition: all 0.2s;
}
.new-class .slick-initialized .slick-slide:hover {
  border-color: #969696;
}
.new-class .slick-initialized .slick-slide:hover img {
  scale: 1.1;
}




.new-company-cert {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
}
.new-company-cert .new-class-info {
  padding: 14px 15px;
}
.new-company-cert img.class-thumb {
  display: inline-block;
  width: 100%;
  height: 400px;
  background: #e5e5e5;
}
.new-company-cert .summary {
  padding: 0;
  background: none;
  color: inherit;
  border: none;
  box-sizing: border-box;
}
.new-company-cert .summary label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top:10px;
  padding: 0 15px;
  line-height: 24px;
  background: #0a4d91;
  color: #fff;
  border-radius: 20px;
}
.new-company-cert .summary span.txt {
  display: inline-block;
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
}
.new-company-cert span.title {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(14px, 1.5254237288vw, 18px);
  color: #000;
}
.new-company-cert .slick-initialized .slick-slide {
  width: 280px;
  height: 500px;
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.new-company-cert .slick-initialized .slick-slide img {
  scale: 1;
  transition: all 0.2s;
}
.new-company-cert .slick-initialized .slick-slide:hover {
  border-color: #0b4e95;
}
.new-company-cert .slick-initialized .slick-slide:hover img {
  scale: 1.1;
}




.best-class {
  width: 100%;
  height: 400px;
  margin: 75px auto;
  background: url(/infile/img/main/best-class-bg.gif) center no-repeat;
  background-size: cover;
}
.best-class .class-title {
  padding-top: 20px;
}
.best-class .best-class-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.best-class img.class-thumb {
  display: inline-block;
  width: 100%;
  height: 220px;
  background: #e5e5e5;
}
.best-class .best-class-con {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;

}
.best-class .best-class-con .best-class-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: all 0.2s;
}
.best-class .best-class-con .best-class-info span.title {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.best-class .best-class-con:hover .best-class-info {
  display: block;
  transition: all 0.2s;
}
.best-class .slick-initialized .slick-slide {
  width: 280px;
  height: 220px;
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.best-class .slick-initialized .slick-slide img {
  scale: 1;
  transition: all 0.2s;
}
.best-class .slick-initialized .slick-slide:hover img {
  scale: 1.1;
}

.company-class {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 75px auto;
}
.company-class .com-class-info {
  padding: 14px 15px;
}
.company-class .com-class-con:hover span.title {
  color: #0d4d95;
}
.company-class img.class-thumb {
  display: inline-block;
  width: 100%;
  height: 180px;
  background: #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.company-class span.title {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(14px, 1.5254237288vw, 18px);
  color: #000;
  text-align: center;
}
.company-class .slick-initialized .slick-slide {
  width: 280px;
  height: 270px;
  margin: 0 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.company-class .slick-initialized .slick-slide img {
  scale: 1;
  transition: all 0.2s;
}
.company-class .slick-initialized .slick-slide:hover img {
  scale: 1.1;
}

/*board*/
.board {
  width: 100%;
  padding: 75px 0;
  background: #f7f7f7;
}
.board .board-wrap {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.board .board-wrap .notice-con {
  margin-top: 20px;
}
.board .board-wrap .notice-wrap {
  position: relative;
  width: 570px;

}
.board .board-wrap .notice-wrap div.fixed {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.board .board-wrap .notice-wrap div.fixed img {
  display: inline-block;
  margin-right: 20px;
}
.board .board-wrap .notice-wrap div.fixed .text-wrap span.title {
  display: block;
  color: #000;
  font-size: 18px;
  
}
.board .board-wrap .notice-wrap div.fixed .text-wrap span.title a{
  color: #000;
  width:260px;
  text-decoration:none;
  white-space: nowrap; /* ÅØ½ºÆ®¸¦ ÇÑ ÁÙ·Î À¯Áö */
  overflow: hidden;    /* ³ÑÄ¡´Â ÅØ½ºÆ®¸¦ ¼û±è */
  text-overflow: ellipsis; /* ¸»ÁÙÀÓ Ç¥½Ã(...) */
}

.board .board-wrap .notice-wrap div.fixed .text-wrap span.title a:hover{
  color: #0d4d95;
  font-weight:normal;

}
.board .board-wrap .notice-wrap div.fixed .text-wrap span.date {
  color: #999;
  font-size: 14px;
}
.board .board-wrap .notice-wrap div.fixed:hover {
  cursor: pointer;
}
.board .board-wrap .notice-wrap div.fixed:hover .text-wrap .title {
  color: #0d4d95;
  text-shadow: 0.5px 0;
}
.board .board-wrap .notice-wrap .notice-list {
  margin-top: 10px;
}
.board .board-wrap .notice-wrap .notice-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.board .board-wrap .notice-wrap .notice-list li .title {
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  color: #000;
}
.board .board-wrap .notice-wrap .notice-list li .date {
  color: #999;
  font-size: 14px;
}
.board .board-wrap .notice-wrap .notice-list li:hover .title {
  color: #0d4d95;
  text-shadow: 0.5px 0;
}
.board .board-wrap .review-wrap {
  position: relative;
  width: calc(100% - 410px);
}
.board .board-wrap .review-wrap .slick-initialized .slick-slide {
  width: 250px;
  height: 250px;
  margin: 0 9px !important;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
}
.board .board-wrap .review-wrap .slick-initialized .slick-slide:hover .title {
  color: #044f93;
  text-shadow: 0.5px 0;
}
.board .board-wrap .review-wrap .slick-initialized .slick-slide:hover .content {
  color: #236a94;
}
.board .board-wrap .review-wrap .slick-list {
  padding-bottom: 10px;
}
.board .board-wrap .review-wrap .slick-slider {
  display: flex !important;
  align-items: center;
  padding-top: 20px;
}
.board .board-wrap .review-wrap .slick-slider > button {
  position: absolute;
  width: 25px;
  height: 20px;
  margin: 0 6px;
  font-size: 0;
  border: 0;
  cursor: pointer;
}
.board .board-wrap .review-wrap .slick-slider .slick-prev {
  top: -40px;
  right: 50px;
  left: inherit;
  background: url(/infile/img/main/ic-board-left.png);
}
.board .board-wrap .review-wrap .slick-slider .slick-next {
  top: -40px;
  right: 0px;
  background: url(/infile/img/main/ic-board-right.png);
}
.board .board-wrap .review-wrap .class-review-con {
  padding: 30px 22px;
  box-sizing: border-box;
}
.board .board-wrap .review-wrap .class-review-con .user-info {
  display: flex;
  align-items: center;
}
.board .board-wrap .review-wrap .class-review-con .user-info img {
  display: inline-block;
  margin-right: 15px;
}
.board .board-wrap .review-wrap .class-review-con .user-info .star {
  margin-left: auto;
}
.board .board-wrap .review-wrap .class-review-con .title {
  display: -webkit-box;
  width: 100%;
  margin-top: 22px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;


  font-size: 16px;
  color: #000;
}
.board .board-wrap .review-wrap .class-review-con .content {
  display: -webkit-box;
  width: 100%;
  margin-top: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
.board .board-wrap .board-more {
  position: absolute;
  right: 0;
  top: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(/infile/img/main/ic-board-more.png) center no-repeat;
  font-size: 0;
  border-radius: 3px;
}

/*customer*/
.customer-bg {
  background-color:#FBFBFB;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px #f7f7f7 dotted;
}
.customer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.customer > div {
  width: 33.3%;
  padding: 0 35px;
  border-left: 1px solid #ddd;
}
.customer > div:last-child {
  border-right: 1px solid #ddd;
}
.customer .class-title {
  margin-bottom: 10px !important;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px #ddd dotted;
}
.customer .eduinfo-wrap .edu-list {
  padding-top: 10px;
}
.customer .eduinfo-wrap .edu-list li {
  height: 50px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.customer .eduinfo-wrap .edu-list li a {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
}
.customer .eduinfo-wrap .edu-list li:hover {
  background: #0c91c9;
}
.customer .eduinfo-wrap .edu-list li:hover a {
  color: #fff;
  text-decoration: none;
}
.customer .eduinfo-wrap .edu-list li:nth-child(1) {
  background: url(/infile/img/main/ic-info-down02.png) 92% 13px no-repeat #e8f2fe;
}
.customer .eduinfo-wrap .edu-list li:nth-child(1):hover {
  background: url(/infile/img/main/ic-info-down01.png) 92% 13px no-repeat #0c91c9;
}
.customer .eduinfo-wrap .edu-list li:nth-child(2) {
  background: url(/infile/img/main/ic-info-down02.png) 92% 13px no-repeat #e8f2fe;
}
.customer .eduinfo-wrap .edu-list li:nth-child(2):hover {
  background: url(/infile/img/main/ic-info-down01.png) 92% 13px no-repeat #0c91c9;
}
.customer .eduinfo-wrap .edu-list li:nth-child(3) {
  background: url(/infile/img/main/ic-info-write.png) 92% 13px no-repeat #e8f2fe;
}
.customer .eduinfo-wrap .edu-list li:nth-child(3):hover {
  background: url(/infile/img/main/ic-info-write02.png) 92% 13px no-repeat #0c91c9;
}
.customer .bank-wrap .bank-con {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: 1px solid #fff3db;
  background: #fffbf2 url(/infile/img/main/bank-bg.png) no-repeat right bottom;
  padding: 35px 20px;
  box-sizing: border-box;
}
.customer .bank-wrap .bank-con img {
  display: block;
  margin: 0 auto;
}
.customer .bank-wrap .bank-con .bank-number {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.customer .bank-wrap .bank-con .bank-name {
  display: block;
  color: #000;
  text-align: center;
}
.customer .call-wrap .call-number {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #0d4d97;
}
.customer .call-wrap .call-info {
  color: #333;
}
.customer .call-wrap .call-info li {
  margin-bottom: 10px;
}
.customer .call-wrap .call-info li:last-child {
  margin-bottom: 0;
}
.customer .call-wrap .call-info .title {
  display: inline-block;
  width: 100px;
  height: 27px;
  padding: 3px 0;
  margin-right: 20px;
  box-sizing: border-box;
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  text-align: center;
}

/*footer*/
#footer {
  background: #393B44;
  color: #fff;
  padding-bottom: 35px;
}
#footer .footer-menu-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .footer-menu-wrap .footer_menu-box {
  display: flex;
  align-items: center;
/*  border-bottom: 1px solid #fff; */
}
#footer .footer-menu-wrap .footer_menu-box ul.footer_menu {
  display: inline-flex;
  width: 100%;
  margin: 35px 0 25px 0;
}
#footer .footer-menu-wrap .footer_menu-box ul.footer_menu li {
  padding: 0 15px;
}
#footer .footer-menu-wrap .footer_menu-box ul.footer_menu li a {
  color: #F6F6F6;
  font-size: 0.8rem;
  text-decoration: none;
}
#footer .footer-menu-wrap .footer_menu-box ul.footer_menu li.privon a {
  color: #70B8B8;
  text-decoration: none;
}
#footer .footer-menu-wrap .footer_menu-box ul.footer_menu li:first-child {
  padding-left: 0;
}
#footer .footer-menu-wrap .footer_menu-box ul.footer_menu li:hover a {
  text-shadow: 0.5px 0;
}
#footer .footer-menu-wrap .footer_menu-box select.family-site-wrap {
  width: 180px;
  height: 35px;
  padding: 0 10px;
  background: #646668;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.footer_info_pc{
display: block;
font-size:14px;
  line-height:27px;
}
.footer_info_pc em{
   color:#F0FCFA; 
  font-style: normal;
  font-weight:bold;

}
.footer_info_m{
display: none;
}

#footer .footer-menu-wrap .footer_menu-box select.family-site-wrap option {
  margin: 3px 0;
}
#footer .footer-menu-wrap .footer_address {
  margin-top: 10px;
  color: #9E9E9E;
}
#footer .footer-menu-wrap .footer_address br {
 /*  display: none; */
}
#footer .footer-menu-wrap .footer_sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
#footer .footer-menu-wrap .footer_sns .txt {
  color: #dddddd;
  font-size:0.7rem
}
#footer .footer-menu-wrap .footer_sns ul.sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li {
  display: inline-block;
  padding: 0 7px;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li a {

  width: 100%;
  height: 100%;
  color: #dddddd;
  font-size: 0;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li:nth-child(1) {
  width: 15px;
  height: 14px;
  background: url(/infile/img/main/ic-sns-naver.png) no-repeat;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li:nth-child(2) {
  width: 15px;
  height: 14px;
  background: url(/infile/img/main/ic-sns-youtube.png) no-repeat;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li:nth-child(3) {
  width: 8px;
  height: 17px;
  background: url(/infile/img/main/ic-sns-facebook.png) no-repeat;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li:nth-child(4) {
  width: 17px;
  height: 17px;
  background: url(/infile/img/main/ic-sns-insta.png) no-repeat;
}
#footer .footer-menu-wrap .footer_sns ul.sns-list li:nth-child(5) {
  width: 18px;
  height: 17px;
  background: url(/infile/img/main/ic-sns-kakao.png) no-repeat;
}

/*star*/
.rating-wrap {
  display: flex;
  padding: 10px;
}
.rating-wrap .rating {
  position: relative;
  display: flex;
  align-items: center;
}
.rating-wrap .star {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.rating-wrap .starcolor {
/*  fill: #ffdb6e; */
   fill: #FF8000;
}
.rating-wrap .star:last-of-type {
  margin-right: 0;
}
.rating-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@supports (mix-blend-mode: color) {
  .overlay {
    mix-blend-mode: color;
    opacity: unset;
  }
}
/*quick*/
.quick-menu-aside {
  position: fixed;
  right: 1em;
  z-index: 10;
}
.quick-menu-aside:before {
  position: absolute;
  top: -10px;
  left: -1px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background: rgb(13, 78, 150);
  background: linear-gradient(90deg, rgb(13, 78, 150) 0%, rgb(12, 143, 198) 100%);
  border: 1px solid #999;
}
.quick-menu-aside .quick-title {
  border: 1px solid #999;
  border-bottom: none;
  background: #fff;
}
.quick-menu-aside .quick-title span.txt {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2a5082;
  border-bottom: 1px solid #000;
  line-height: 24px;
}
.quick-menu-aside .quick-menu-lists {
  position: relative;
  border: 1px solid #999;
  border-top: none;
  background: #fff;
}
.quick-menu-aside .quick-menu-lists .quick-menu {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.quick-menu-aside .quick-menu-lists .quick-menu a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #797979;
  text-align: center;
}
.quick-menu-aside .quick-menu-lists .quick-menu a:hover {
  text-decoration: none;
}
.quick-menu-aside .quick-menu-lists .quick-menu .icon-text {
  display: block;
  font-size: 14px;
  color: #000;
  letter-spacing: -1px;
}
.quick-menu-aside .quick-menu-lists:after {
  position: absolute;
  bottom: -10px;
  left: -1px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background: rgb(13, 78, 150);
  background: linear-gradient(90deg, rgb(13, 78, 150) 0%, rgb(12, 143, 198) 100%);
  border: 1px solid #999;
}
.quick-menu-aside .top-btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-top: 14px;
  background: linear-gradient(90deg, rgb(13, 78, 150) 0%, rgb(12, 143, 198) 100%);
}
.quick-menu-aside .top-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-shadow: 0.5px 0;
}

/*sub*/
.sub_visu {
  position: relative;
  height: 250px;
  background: #e5e5e5;
}
.sub_visu .sub_visu_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sub_visu .sub_visu_wrap .sub_txt {
  display: inline-block;
  font-size: 56px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.sub_visu .sub-bg {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.sub_visu .subcon_wrap {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
}
.sub_visu .subcon_wrap .navi_wrap {
  display: none;
}

/*lnb*/
.lnb {
  margin-right: 60px;

}

.lnb02 {
}

.lnb > .ulDepth1 > li > a {
  width: 250px;
  height: 60px;
  padding: 20px 15px;
  box-sizing: border-box;
  background: url(/infile/img/main/lnb-bg.png) no-repeat right bottom, linear-gradient(90deg, rgb(12, 143, 198) 0%, rgb(13, 78, 150) 100%);
  font-size: 22px;
  color: #fff;
  text-decoration: none;

}
.lnb .ulDepth2 {
  margin-top: 30px;
}
.lnb .ulDepth2 > li {
  position: relative;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.lnb .ulDepth2 > li > a {
  display: inline-block;
  width: 75%;
  padding: 0 10px;

  font-family: 'NanumSquareBold';
  font-size: clamp(16.6666666667px, 1.2949152542vw, 16px);
  color: #464646;

  text-shadow: 0px 0;

  color: #333;
  text-decoration: none;
}
.lnb .ulDepth2 > li > a:hover {
color:#00006B
}
.lnb .ulDepth2 > li.on > a {
  padding-top:5px;
  padding-bottom:5px;
  background: #0D6DAD;
  color: #fff;
}
.lnb .ulDepth2 > li.on > a:hover {
   color:#fff
}
.lnb .ulDepth2 > li.on:after {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
}
.lnb .ulDepth2 > li.on:before {
  display: none;
}
.lnb .ulDepth2 > li:after {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  width: 19px;
  height: 1px;
  background: #000;
}
.lnb .ulDepth2 > li:before {
  position: absolute;
  top: 6px;
  right: 9px;
  content: "";
  width: 1px;
  height: 18px;
  background: #000;
}
.lnb .ulDepth3 { /*display: none;*/
  padding-left: 25px;
  margin: 20px 0;
}
.lnb .ulDepth3.on {
  display: block;
}
.lnb .ulDepth3 li.menuDepth3 {
  margin-bottom: 10px;
}
.lnb .ulDepth3 li.menuDepth3 a {
  position: relative;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
  text-decoration: none;
}

.lnb .ulDepth3 li.menuDepth3 a span {
   color:#9E9E9E;
   font-size:12px;
}

.lnb .ulDepth3 li.menuDepth3 a:hover {
    font-weight:bold;
}
.lnb .ulDepth3 li.menuDepth3 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #333;
}
.lnb .ulDepth3 li.menuDepth3.on a {
  color: #0d4d95;
  text-shadow: 0.5px 0;
}

/*subcontent*/
.subcon_wrap {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.subcon_wrap .sub-content {
  width: calc(100% - 250px);
}
.subcon_wrap .sub-content .top {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.subcon_wrap .sub-content .top h2.title {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #000;
  font-weight: normal;
}
.subcon_wrap .sub-content .top h2.title:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffc000;
  right: -14px;
  bottom: 11px;
  border-radius: 50%;
}








.subcon_wrap .sub02-content {
  width: calc(100%);
}
.subcon_wrap .sub02-content .top {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.subcon_wrap .sub02-content .top h2.title {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #000;
  font-weight: normal;
}
.subcon_wrap .sub02-content .top h2.title:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffc000;
  right: -14px;
  bottom: 11px;
  border-radius: 50%;
}







.ko-sub-content {
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 15px;
  min-width:100%;
  color: #333;
}

.ko-sub-content2 {
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 15px;
  min-width:1200px;
  color: #333;
}

/*sub class*/
.search-box {
  width: 100%;
}
.search-box .search-list {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.search-box .search-list > li {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.search-box .search-list > li span.title {
  display: inline-block;
  width: 180px;
  padding-left: 25px;
  margin-right: 40px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background: url(/infile/img/sub/search-box-dot.png) no-repeat left center;
}
.search-box .search-list > li ul.options {
  display: flex;
  width: 100%;
}
.search-box .search-list > li ul.options li a {
  display: inline-flex;
  justify-content: center;
  width: 80px;
  height: 25px;
  margin-left: 10px;
  background: white;
  color: #999;
  font-size: 15px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 30px;
}
.search-box .search-list > li ul.options li.on a {
  color: #fff;
  background: #0d4d95;
  border-color: #0d4d95;
}
.search-box .search-list > li:last-child {
  margin-bottom: 0;
}
.search-box .search-input {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  border: 1px solid #ddd; 

  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;

}
.search-box .search-input > div {
  display: flex;
  width: 510px;
  border-bottom: 2px solid #000;
}
.search-box .search-input > div input {
  width: calc(100% - 50px);
  height: 50px;
  border: none;
  background: none;
  font-family: inherit;
}
.search-box .search-input > div input::placeholder {
  font-size: 16px;
  color: #666666;
}
.search-box .search-input > div span.search-box-search-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: url(/infile/img/sub/search-box-search-btn.png) center no-repeat;
  font-size: 0;
  cursor: pointer;
}

.search-list-caption {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 40px 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.search-list-caption em {
  display: inline-block;
  padding: 0 3px;
  color: #ff0000;
  font-style: normal;
}
.search-list-caption select {
  padding: 5px 25px;
  border-color: #ddd;
  border-radius: 30px;
  color: #333;
}

.search-list-box {
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
}
.search-list-box img.class-img {
  width: 240px;
  height: 195px;
  margin-right: 30px;
  border-radius: 10px;
}
.search-list-box .class-infobox {
  width: calc(100% - 270px);
}
.search-list-box .title {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.search-list-box .title a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.search-list-box .title a:hover {
  text-shadow: 0.5px 0;
}
.search-list-box .info > ul {
  display: flex;
}
.search-list-box .info > ul li {
  font-weight: bold;
  color: #000;
  margin-right: 25px;
  padding-left: 25px;
}
.search-list-box .info > ul li img:first-child {
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
}
.search-list-box .info > ul li.rating {
  background: url(/infile/img/sub/search-list-rating.png) no-repeat left center;
}
.search-list-box .info > ul li.time {
  background: url(/infile/img/sub/search-list-time.png) no-repeat left center;
}
.search-list-box .info > ul li.course {
  background: url(/infile/img/sub/search-list-class.png) no-repeat left center;
}
.search-list-box .info > ul li.standard {
  position: relative;
  background: url(/infile/img/sub/search-list-pin.png) left center no-repeat;
}
.search-list-box .info > ul li.standard .tooltip:hover + .standard-info {
  display: block;
}
.search-list-box .info > ul li.standard .standard-info {
  position: absolute;
  top: 100%;
  left: 10px;
  font-weight: normal;
  display: none;
  width: 200px;
  background: #f4f9ff;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}
.search-list-box .info > ul li.standard .standard-info .tit {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #0d4d95;
}
.search-list-box .info > ul li.standard .standard-info .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #555;
  width: 2px;
  height: 2px;
}
.search-list-box .info > ul li.standard .standard-info .con {
  color: #555;
  padding-left: 10px;
  letter-spacing: -1px;
}
.search-list-box .info > ul li.standard .tooltip {
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}
.search-list-box .tag {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.search-list-box .tag > ul {
  display: flex;
  margin-top: 5px;
}
.search-list-box .tag > ul > li {
  margin-right: 10px;
  border-radius: 20px;
}
.search-list-box .tag > ul > li > span {
  display: inline-flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  height: 22px;
  color: #999;
  font-size: 13px;
  background: #f0f0f0;
  border-radius: 15px;
}
.search-list-box .bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.search-list-box .bottom .price {
  padding-left: 30px;
  font-size: 20px;
  color: #ff3300;
  background: url(/infile/img/sub/search-list-pay.png) left center no-repeat;
}
.search-list-box .bottom .price em {
  font-style: normal;
}
.search-list-box .bottom .btn-wrap {
  display: flex;
}
.search-list-box .bottom .btn-wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  background: #646668;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}
.search-list-box .bottom .btn-wrap a img {
  display: inline-block;
  margin-right: 8px;
}
.search-list-box .bottom .btn-wrap a.main {
  color: #fff;
  background: #0d4d95;
}
.badge-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.badge-top .badge > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0px 10px;
  background: #e5e5e5;
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
}
.badge-top .badge > span.refund {
  background: #5D5D5D;
}
.badge-top .badge > span.non-refund {
  background: #646668;
}
.badge-top .badge > span.pc {
  background: #39b54a;
}
.badge-top .badge > span.mobile {
  background: #1889c3;
}
.badge-top .location {
  display: flex;
}
.badge-top .location li {
  padding: 0 8px;
  position: relative;
}
.badge-top .location li::after {
  content: ">";
  position: absolute;
  top: 0;
  right: -5px;
}
.badge-top .location li:last-child::after {
  display: none;
}

.class-detail-top > div {
  display: flex;
  justify-content: space-between;
}





.class-detail-top .class-detail-img {
  width: 320px;
  height: 207px;
  margin-right: 45px auto;
  background: #e5e5e5;
  border-radius: 10px;
  border: 1px solid #ddd;

  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-align:center;
}





.class-detail-top .class-detail-topcon {
  width: calc(100% - 365px);
}

.class-detail-btngroup {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.class-detail-btngroup .left-wrap .class-print {
 background: #5D5D5D;
}


.class-detail-btngroup > div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 35px;
  background: #000;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}




.class-detail-btngroup > div a img {
  display: inline-block;
  margin-right: 8px;
}
.class-detail-btngroup .left-wrap {
  display: flex;
}
.class-detail-btngroup .right-wrap {
  display: flex;
}
.class-detail-btngroup .right-wrap .class-apply {
  background: #2a5082;
}

.class-detail-btngroup .right-wrap .class-sample > a:hover {
  background: #ff0000;

}

.ko-sub-tit {
  font-family: 'NanumSquareBold';
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 30px;
  background: url(/infile/img/sub/ko-sub-tit-bg.png) left center no-repeat;
  font-size: 20px;
  color: #000;
}

.ko-sub-tit00 {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(/infile/img/sub/ko-sub-tit-bg.png) left center no-repeat;
  font-size: 20px;
  font-weight:normal;
  color: #000;
}

.ko-sub-tit02 {
  display: block;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 5px;
  color: #2a5082;
}

.ko-sub-tit03 {
  position: relative;
  display: block;
  padding-left: 11px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #444;
  font-weight: bold;
}
.ko-sub-tit03:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  top: 5px;
  left: 0;
  background: #4b83cc;
}

.ko-sub-tit04 {
  font-family: 'NanumSquareBold';
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 20px;
  color: #000;
}
.ko-sub-tit04:before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  top: 5px;
  left: 0;
  background: #4b83cc;
}


.sub-tit04 {
  position: relative;
  display: block;
  margin-top: 100px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: #252e37;
  font-size: 24px;
  margin-bottom: 30px;
}
.sub-tit04:before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #0a91c8;
}
.sub-tit04:first-child {
  margin-top: 50px;
}

.class-detail-top-tbl {
  width: 100%;
  margin-top: 13px;
  border-top: 2px solid #000;
  font-family: inherit;
}
.class-detail-top-tbl th, .class-detail-top-tbl td {
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-weight:normal;
  font-size:14px
}
.class-detail-top-tbl th {

  color: #2490BF;
}
.class-detail-top-tbl td {
  color: #333;
  padding-left: 15px;
  text-align: left;
}

.class-detail-main-tbl {
  width: 100%;
  border-top: 2px solid #000;
  font-family: inherit;
}
.class-detail-main-tbl th, .class-detail-main-tbl td {
  height: 45px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.class-detail-main-tbl th {
  background: #EFEFEF;
  color: #000;
  font-size: 15px;
}
.class-detail-main-tbl td {
  color: #000;
  font-size: 15px;
  border-right: 1px solid #ddd;
}

.class-detail-main-tbl td.money {
  color:#BF0000;
  background-color:#FFFEF8;
  text-shadow: 0.2px 0px
}
.class-detail-main-tbl td:last-child {
  border-right: none;
}
.class-detail-main-tbl td.left {
  text-align: left;
  padding-left: 10px;
}
.class-detail-main-tbl td.center {
  text-align: center;
}
.class-detail-main-tbl td span.apply {
  color: #044f93;
}
.class-detail-main-tbl td span.cancle {
  color: #ce1717;
}
.class-detail-main-tbl td span.date {
  display: block;
  font-size: 12px;
  color: #ccc;
}
.class-detail-main-tbl td select {
  min-width: 200px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 40px;
}

.class-detail-main-tbl02 {
  margin: 5px 0;
  font-size: 14px;
  border-top: 2px solid #000;
  font-family: inherit;
  border-bottom: 1px solid #ddd;
}

.class-detail-main-tbl02 td span {

margin-top:10px;
}


.line_bottom {
  border-bottom: 1px solid #E7E7E7;
}


.class-detail-main-tbl01 {
  margin: 15px 0;
  font-size: 14px;
  width: 100%;
  border-top: 2px solid #000;
  font-family: inherit;
}
.class-detail-main-tbl01 th, .class-detail-main-tbl01 td {
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.class-detail-main-tbl01 th {
  background: #f5f5f5;
  color: #000;
  font-size: 16px;
}
.class-detail-main-tbl01 td {
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  border-right: 1px solid #ddd;
  text-align: left;
}
.class-detail-main-tbl01 td:last-child {
  border-right: none;
}
.class-detail-main-tbl01 td.center {
  text-align: center;
}
.class-detail-main-tbl01 td.left {
  text-align: left;
}
.class-detail-main-tbl01 td.left a {
  text-align: left;
}
.class-detail-main-tbl01 td span.apply {
  color: #044f93;
}
.class-detail-main-tbl01 td span.cancle {
  color: #ce1717;
}
.class-detail-main-tbl01 td span.date {
  display: block;
  font-size: 11px;
  color: #747474;
  letter-spacing: -1px;
}
.class-detail-main-tbl01 td select {
  min-width: 300px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 40px;
}
.class-detail-main-tbl01 td a.certify-phone {
  display: inline-block;
  width: 110px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: rgb(255, 94, 0);
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
.class-detail-main-tbl01 td a.certify-ipin {
  display: inline-block;
  width: 110px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: rgb(0, 149, 168);
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
.class-detail-main-tbl01 td .modi-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  margin-left: 10px;
  background: #555;
  color: #fff;
  font-size: 14px;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.class-detail-main-tbl01 td .modi-btn:hover {
  background: #3c3c3c;
}
.class-detail-main-tbl01 td input[type=text] {
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}
.class-detail-main-tbl01 td .radio-wrap {
  display: flex;
  align-items: center;
}
.class-detail-main-tbl01 td .radio-wrap label {
  margin-left: 5px;
}
.class-detail-main-tbl01.class-room th {
  background: #fff;
  font-weight: 14px;
  border-right: 1px solid #ddd;
}
.class-detail-main-tbl01.class-room thead th {
  background: #f8f8f8;
  font-size: 15px;
}
.class-detail-main-tbl01.class-room tbody th {
  font-size: 14px;
  background: #f8f8f8;
}
.class-detail-main-tbl01.class-room tbody td {
  font-size: 13px;
}
.class-detail-main-tbl01.class-room span.certify {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  padding: 0 10px;
  background: rgb(236, 28, 28);
  cursor: pointer;
}
.class-detail-main-tbl01.class-room span.certify:hover {
  background: #c51010;
}
.class-detail-main-tbl01.class-room span.enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  padding: 0 10px;
  background: #044f93;
  cursor: pointer;
}
.class-detail-main-tbl01.class-room span.enter:hover {
  background: #033461;
}
.class-detail-main-tbl01.class-room span.certify-success {
  color: #044f93;
}
.class-detail-main-tbl01.layer tbody th {
  background: #f8f8f8;
  font-size: 14px;
}
.class-detail-main-tbl01.class-result thead th {
  background: #f8f8f8;
  font-size: 13px;
  letter-spacing: -1;
}
.class-detail-main-tbl01.class-result tbody td {
  padding: 3px;
  font-size: 13px;
  letter-spacing: -1;
  text-align: center;
}
.class-detail-main-tbl01.class-result a.review {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  padding: 0 10px;
  background: rgb(14, 129, 158);
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.class-detail-main-tbl01.class-result a.review:hover {
  background: #0a5b6f;
}
.class-detail-main-tbl01.class-result a.research {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  padding: 0 10px;
  background: rgb(247, 109, 17);
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.class-detail-main-tbl01.class-result a.research:hover {
  background: #ce5707;
}
.class-detail-main-tbl01.class-result a.link {
  text-shadow: 0.5px 0;
  color: #484f55;
  text-decoration: underline;
}
.class-detail-main-tbl01.ml-tbl th {
  background: #e5e5e5;
}
.class-detail-main-tbl01.ml-tbl th, .class-detail-main-tbl01.ml-tbl td {
  border-color: #c6c6c6;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  height: 30px;
}
.class-detail-main-tbl01.ml-tbl th .red-t, .class-detail-main-tbl01.ml-tbl td .red-t {
  color: red;
  font-weight: bold;
}
.class-detail-main-tbl01.ml-tbl th .blue-t, .class-detail-main-tbl01.ml-tbl td .blue-t {
  color: #0c69aa;
  font-weight: bold;
}
.class-detail-main-tbl01.ml-tbl th.point, .class-detail-main-tbl01.ml-tbl td.point {
  background: #f0f8ff;
}
.class-detail-main-tbl01.ml-tbl tbody td {
  background: #fff;
}
.class-detail-main-tbl01.ml-tbl tbody td.left {
  text-align: left;
  padding-left: 15px;
}

.class-detail-tab {
  margin-top: 60px;
}
.class-detail-tab .class-detail-tab-title {
  height: 50px;
  border-top: 2px solid #3C3C3C;
  border-bottom: 1px solid #ddd;

}
.class-detail-tab .class-detail-tab-title ul {
  display: flex;
  height: 100%;
}
.class-detail-tab .class-detail-tab-title ul li {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-right: 1px solid #ddd;
}
.class-detail-tab .class-detail-tab-title ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.class-detail-tab .class-detail-tab-title ul li:last-child {
  border-right: none;
}
.class-detail-tab .class-detail-tab-title ul li.on {
  background: linear-gradient(90deg, rgb(13, 78, 150) 0%, rgb(12, 143, 198) 100%);
}
.class-detail-tab .class-detail-tab-title ul li.on span {
  color: #fff;
}
.class-detail-tab .class-detail-tab-title ul li:hover {
  background: linear-gradient(90deg, rgb(13, 78, 150) 0%, rgb(12, 143, 198) 100%);
}
.class-detail-tab .class-detail-tab-title ul li:hover span {
  color: #fff;
}
.class-detail-tab .class-detail-tabcontent {
  margin-top: 40px;
}
.class-detail-tab .class-detail-tabcontent .tabcon {
  display: none;
}
.class-detail-tab .class-detail-tabcontent .tabcon.on {
  display: block;
}


.class-detail-tab .class-detail-tabcontent .class-list li {
  display: flex;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}




.class-detail-tab .class-detail-tabcontent .class-list-subject li {
  display: flex;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  padding-right: 5px;

  text-align:center;
  border-top: 1px solid #18609C;
  border-bottom: 1px dotted #ccc;
  background-color:#f7f7f7;
}
.class-detail-tab .class-detail-tabcontent .class-list-subject li span:nth-child(1) {
  display: inline-block;
  margin: 0 5px;
  color: #000;
  text-shadow: 0.5px 0;
  text-align:center
}
.class-detail-tab .class-detail-tabcontent .class-list-subject li span:nth-child(2) {
  color: #000;

}
.class-detail-tab .class-detail-tabcontent .class-list-subject li span:nth-child(3) {
  color: #000;
  margin-left: auto;
}



.class-detail-tab .class-detail-tabcontent .class-list li span:nth-child(1) {
  display: inline-block;
  margin: 0 5px;
  color: #044f93;
  text-shadow: 0.5px 0;
}
.class-detail-tab .class-detail-tabcontent .class-list li span:nth-child(2) {
  color: #333;

}
.class-detail-tab .class-detail-tabcontent .class-list li span:nth-child(3) {
  color: #999;
  margin-left: auto;
}

.summary {
  padding: 10px;
  background: #f3f9ff;
  color: #30415f;
  border: 1px solid #d2e4f8;
  box-sizing: border-box;
}

.summary02 {
  padding: 10px;
  margin: 5px 0;
  background: #f8f8f8;
  color: #555;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.text-wrap {
  color: #444;
  padding-left: 20px;
}

.img-wrap {
  width: 100%; /*border:1px solid #e5e5e5;*/
}

.ul-st01 {
  padding-left: 20px;
}
.ul-st01 > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #444;
}
.ul-st01 > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2c72bd;
}
.ul-st01 > li > ul {
  background: #f5f5f5;
  padding: 15px 20px;
  margin: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ul-st01 > li span.red {
  display: inline-block;
  color: red;
}
.ul-st01 > li span.blue {
  display: inline-block;
  color: #195494;
}
.ul-st01.margin > li {
  margin-bottom: 25px;
}
.ul-st01.left-none {
  padding-left: 5px;
}
.ul-st01.left-none li {
  padding-left: 15px;
}
.ul-st01.dot-none li:before {
  display: none;
}
.ul-st01 div.sub-con {
  margin: 10px 0;
  background: #f8f8f8;
  padding: 15px;
  box-sizing: border-box;
}
.ul-st01 div.sub-con .title {
  display: inline-block;
  font-weight: bold;
  color: #044f93;
  margin-top: 20px;
}
.ul-st01 div.sub-con .title:first-child {
  margin-top: 0;
}
.ul-st01 div.sub-con ul {
  padding-left: 10px;
}
.ul-st01 div.sub-con ul li {
  color: #333333;
}

.ul-st02 {
  margin-top: 100px;
}
.ul-st02 h4.tit {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.ul-st02 span.step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0b4e95;
  margin: 15px auto;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.ul-st02 div.con {
  margin: 10px 0;
  text-align: center;
}
.ul-st02 a.down-btn {
  margin: 0 auto;
  width: 250px;
}
.ul-st02 li {
  position: relative;
  margin-bottom: 100px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.ul-st02 li:last-child {
  margin-bottom: 0;
}
.ul-st02 li:last-child:after {
  display: none;
}
.ul-st02 li:nth-child(2n) span.step {
  color: #0b4e95;
  background: #fff;
  border: 4px solid #8dbaea;
  box-sizing: border-box;
}
.ul-st02.step {
  position: relative;
}
.ul-st02.step:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1px;
  width: 30px;
  height: 100%;
  background: #f5f5f5;
  border-radius: 50px;
}

.ul-st03 {
  margin: 5px 0;
}
.ul-st03 > li {
  position: relative;
  padding-left: 10px;
  color: #444;
  list-style: none;
  font-size: 14px;
}
.ul-st03 > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.ul-st03 > li > ul {
  background: #f5f5f5;
  padding: 15px 20px;
  margin: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ul-st03.margin > li {
  margin-bottom: 25px;
}

.ul-st05 {
  margin: 5px 0;
}
.ul-st05 > li {
  position: relative;
  padding-left: 10px;
  color: #444;
  list-style: none;
  font-size: 14px;
}
.ul-st05 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.ul-st05 > li > ul {
  background: #f5f5f5;
  padding: 15px 20px;
  margin: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ul-st05.margin > li {
  margin-bottom: 25px;
}

.ul-st04 {
  margin: 20px 0;
}
.ul-st04 > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
  color: #444;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px dotted #e5e5e5;
}
.ul-st04 > li > ul {
  background: #f5f5f5;
  padding: 15px 20px;
  margin: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ul-st04.margin > li {
  margin-bottom: 25px;
}

.ul-step {
  display: flex;
  justify-content: space-between;
}
.ul-step .con {
  width: 30%;
  height: 300px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f8f8f8;
}
.ul-step .con .tit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 50px;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.ul-step .con:nth-child(1) .tit {
  border: #0c91c9 2px solid;
  background: #fff;
  color: #0c91c9;
}
.ul-step .con:nth-child(2) .tit {
  border: #0c6ac9 2px solid;
  background: #fff;
  color: #0c6ac9;
}
.ul-step .con:nth-child(3) .tit {
  border: #214497 2px solid;
  background: #fff;
  color: #214497;
}

.caption {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
}

.sub-tit01 {
  color: #2c72bd;
  font-size: 16px;
  font-weight: bold;
}

span.point {
  color: #0b4e95;
  font-weight: bold;
}
span.point.summary-top {
  display: block;
  color: #24476c;
  font-weight: normal;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #f7f7f9;
  border: 2px solid #d2d6e8;
  line-height: 25px;
}

span.red {
  display: block;
  color: red;
  font-weight: bold;
}

a.tbl-link {
  display: inline-flex;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #0b4e95;
  font-size: 14px;
  width: auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}

a.down-btn {
  display: flex;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #0b4e95;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

/*company*/
.greeting {
  display: flex;
  position: relative;
}
.greeting span.br {
  display: inline-block;
}
.greeting .txt-wrap {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 99;
  width: 600px;
  padding: 50px 50px 120px 50px;
  background: url(/infile/img/sub/greeting-logobg.png) no-repeat right bottom #fff;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.greeting .txt-wrap span.br {
  margin-bottom: 3px;
  font-size: 17px;
  color: #000;
}
.greeting .txt-wrap hr {
  border: none;
}
.greeting .txt-wrap .gp {
  font-size: 22px;
  color: #0d4d95;
  font-weight: bold;
}
.greeting .txt-wrap .gh {
  font-weight: bold;
  background: #ffdf7f;
}

/*tab*/
.sub-page-tit {
  font-size: 22px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}

.sub-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-tab li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  margin: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
}
.sub-tab li.on {
  background: #0b417e;
  color: #fff;
}
.sub-tab li:hover {
  background: #0d4d95;
  color: #fff;
}

.sub-tab-content {
  margin-top: 50px;
}
.sub-tab-content > div {
  display: none;
}
.sub-tab-content > div.on {
  display: block;
}

.relation-law {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin: 15px 0;
}
.relation-law .tit {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  background: #f8f8f8;
}
.relation-law .tit02 {
  display: block;
  margin-top: 30px;
  padding: 5px 0;
  font-size: 14px;
  color: #0b4e95;
  font-weight: bold;
  border-bottom: 1px solid #d5d8ee;
}
.relation-law .tit02.top-none {
  margin-top: 0;
  padding-top: 0;
}
.relation-law .tit02.mt0 {
  margin-top: 0;
}
.relation-law > .law-con {
  padding: 20px;
  box-sizing: border-box;
  color: #000;
}
.relation-law > .law-con.top-none {
  margin-top: 0;
  padding-top: 0;
}
.relation-law > .law-con .law-tit {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  padding: 0;
  margin-top: 30px;
}
.relation-law > .law-con .law-tit:first-child {
  margin-top: 10px;
}
.relation-law > .law-con > ul {
  margin-top: 10px;
}
.relation-law > .law-con > ul > li > ul {
  box-sizing: border-box;
  background: #f8f8f8;
  margin: 5px 0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #888;
}
.relation-law span.date {
  color: #999;
}

ul .relation-law {
  margin: 5px 0;
}

.law-tit {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #222;
  font-weight: bold;
}

.law-con {
  color: #333;
  margin-top: 20px;
}
.law-con.mt0 {
  margin-top: 0;
}

/*calendar */
.ko-cal-tbl-top {
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.ko-cal-tbl-top .cal-paging {
  display: flex;
  align-items: center;
}
.ko-cal-tbl-top .cal-paging .month-tit {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.ko-cal-tbl-top .cal-paging a.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-size: 0;
}
.ko-cal-tbl-top .cal-paging a.btn.prev:before {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  margin: 0 auto;
  padding-top: 3px;
  content: "<";
}
.ko-cal-tbl-top .cal-paging a.btn.next:before {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  margin: 0 auto;
  padding-top: 3px;
  content: ">";
}
.ko-cal-tbl-top .today {
  position: absolute;
  right: 0;
  top: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  color: #555;
  font-size: 12px;
  text-decoration: none;
}

.ko-cal-tbl {
  font-size: 14px;
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 15px;
}
.ko-cal-tbl thead th {
  height: 40px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  color: #000;
}
.ko-cal-tbl thead th:last-child {
  border-right: 0;
}
.ko-cal-tbl thead th:first-child {
  background: #ffefef;
}
.ko-cal-tbl thead th:last-child {
  background: #eff1ff;
}
.ko-cal-tbl thead td {
  border-right: 1px solid #e5e5e5;
}
.ko-cal-tbl thead td:last-child {
  border-right: 0;
}
.ko-cal-tbl tbody td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.ko-cal-tbl tbody td:last-child {
  border-right: 0;
}
.ko-cal-tbl tbody td div.day .tit {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 25px;
  background: #f7f7f7;
}
.ko-cal-tbl tbody td div.day .tit .today {
  color: red;
  font-size: 13px;
  display: inline-block;
  padding: 0 5px;
}
.ko-cal-tbl tbody td div.day .con {
  min-height: 90px;
  background: #fff;
}

.mission-wrap .text-wrap {
  display: block;
  padding-left: 0;
  text-align: center;
  color: #222;
  font-size: 17px;
  line-height: 26px;
  padding: 30px 0;
}
.mission-wrap span.point {
  display: block;
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #0c91c8;
  margin-bottom: 10px;
}
.mission-wrap .vision-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 80px 0;
}
.mission-wrap .vision-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #265070;
  border-radius: 50%;
}
.mission-wrap .vision-list li span {
  color: #fff;
  font-size: 20px;
}
.mission-wrap .vision-list li:nth-child(2n) {
  background: #ddeaf5;
}
.mission-wrap .vision-list li:nth-child(2n) span {
  color: #265070;
}

.history-wrap > img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.history-wrap .main-his {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.history-wrap .main-his::after {
  z-index: -2;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  background: #eaeaea;
}
.history-wrap .main-his span.yea {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #bad3f2;
  box-sizing: border-box;
  color: #245693;
  background: #fff;
  font-weight: bold;
  line-height: 27px;
}
.history-wrap .main-his > li {
  margin-bottom: 50px;
}
.history-wrap .sub-his {
  padding: 20px 0;
}
.history-wrap .sub-his li {
  padding-right: 40px;
  position: relative;
  width: 50%;
  text-align: right;
  box-sizing: border-box;
  font-size: 18px;
  color: #000;
  border-bottom: 1px dotted #98bce1;
  margin-top: 50px;
}
.history-wrap .sub-his li:nth-child(2n) {
  padding-left: 40px;
  text-align: left;
  margin-left: 50%;
  margin-top: 50px;
}
.history-wrap .sub-his li:nth-child(2n):before {
  position: absolute;
  left: -10px;
  width: 20px;
  top: 18px;
  height: 20px;
  background: #abcff5;
  border-radius: 50%;
  content: "";
}
.history-wrap .sub-his li:nth-child(2n) .month {
  display: inline-block;
  color: #0a4d91;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}
.history-wrap .sub-his li:before {
  position: absolute;
  right: -10px;
  width: 20px;
  top: 18px;
  height: 20px;
  background: #044f93;
  border-radius: 50%;
  content: "";
}
.history-wrap .sub-his li .month {
  display: inline-block;
  color: #0a4d91;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  float: right;
}

.address-info {
  margin-top: 30px;
  border-top: 2px solid #5da0cc;
}
.address-info li {
  display: flex;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.address-info li .tit {
  font-size: 16px;
  color: #2885c2;
  font-weight: normal;
  width: 100px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.address-info li .con {
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  color: #000;
}

.trans-wrap {
  margin-top: 30px;
  background: #f2f5f7;
  border-radius: 10px;
  padding: 20px;
}
.trans-wrap h3 {
  margin-bottom: 15px;
  color: #2e6e99;
  font-size: 18px;
}
.trans-wrap .trans li {
  margin-bottom: 5px;
  margin-top: 10px;
  border-bottom: 1px dotted #a6b6c2;
  padding-bottom: 10px;
}
.trans-wrap .trans li > div {
  display: flex;
  align-items: center;
}
.trans-wrap .trans li > div > span {
  font-size: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #dae5ec;
  margin-right: 20px;
  border-radius: 50%;
}
.trans-wrap .trans li > div > span.bus-icon {
  background: url(/infile/img/sub/bus-icon.png) #dae5ec no-repeat center;
}
.trans-wrap .trans li > div > span.metro-icon {
  background: url(/infile/img/sub/metro-icon.png) #dae5ec no-repeat center;
}
.trans-wrap .trans li > div > div .tit {
  display: block;
  width: 100px;
  font-weight: bold;
  color: #333;
}
.trans-wrap .trans li > div > div .con {
  display: inline-block;
  font-weight: lighter;
  color: #555;
  margin-top: 5px;
}

.general ul > li {
  padding-left: 10px;
}
.general ul > li > ul {
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
}

.privacy-notice .ko-sub-tit {
  display: block;
  border-bottom: 1px dotted #8a8a8a;
  margin-bottom: 10px;
}
.privacy-notice .title05 {
  display: block;
  color: #333;
  margin: 20px 0 5px 0;
  font-weight: bold;
}
.privacy-notice .ul-st01 {
  padding-left: 0;
}

.stu-attention .list-box {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 20px;
  box-sizing: border-box;
}
.stu-attention .title {
  color: rgb(13, 78, 150);
  text-align: center;
  padding: 40px 0 10px 0;
  font-weight: bold;
}
.stu-attention .title02 {
  color: rgb(13, 78, 150);
  text-align: left;
  padding: 40px 0 10px 0;
  font-weight: bold;
}
.stu-attention .ul-st05 li {
  margin-bottom: 5px;
}
.stu-attention .ul-st01 {
  padding-left: 0;
}
.stu-attention .sub-ul {
  padding-left: 15px;
  font-size: 13px;
}

.login-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.login-con-wrap {
  margin: 1px auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.login-tit {
  position: relative;
  padding: 50px 0 20px 0;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.login-tit-sub {
  position: relative;
  padding: 30px 0 0px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  color: #5D5D5D;
  text-align: center;
}

.login-tit span {
  color: #0e63b3;
}
.login-tit:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 4px;
  background: #0e63b3;
  bottom: -10px;
}

.login-box {
  max-width: 500px;
  width: 100%;
  height: 340px;
  margin: 50px auto 0;
  border: 1px solid #d6d6d6;
  padding: 50px;
  box-sizing: border-box;
}
.login-box input {
  height: 40px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-family: inherit;
}

.login-box02 {
  max-width: 560px;
  width: 100%;
  height: 340px;
  margin: 50px auto 0;

  padding: 5px;
  box-sizing: border-box;
}
.login-box02 input {
            width: 100%;
            height: 65px;
            border: 1px solid #DBDBDB;
            border-radius: 10px; /* µÕ±Ù Å×µÎ¸® */
            background-color: #ffffff; /* Èò»ö ¹è°æ */
            padding: 10px;
            font-size: 16px;
            box-sizing: border-box; /* ÆÐµù Æ÷ÇÔ Å©±â Á¶Á¤ */
}

#save_id {
   border-radius: 10px; /* µÕ±Ù Å×µÎ¸® */
   background-color: #ffffff; /* Èò»ö ¹è   */
}

a.login-btn {
  width: 100%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  background: #044f93;
  transition: all 0.2s;
  border-radius: 5px;
}
a.login-btn:hover {
  background: #033461;
  transition: all 0.2s;
}

a.login-btn02 {
  width: 100%;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'NanumSquareBold';
  font-size: clamp(20px, 1.6949152542vw, 20px);
  font-weight:500;
  color: #fff;
  text-decoration: none;
  background: #044f93;
  transition: all 0.2s;
  border-radius: 5px;
}
a.login-btn02:hover {
  background: #033461;
  transition: all 0.2s;
}

.login-list li {
  margin-bottom: 10px;
}

.login-list li input{
  font-family: 'NanumBarunGothic';
  font-size: clamp(16px, 1.6949152542vw, 16px);
  font-weight:300;
}


.login-bottom {
  display: flex;
  justify-content: space-between;
}
.login-bottom .save-chk {
  display: flex;
  align-items: center;
  font-family: 'NanumBarunGothic';
  font-size: clamp(12px, 1.6949152542vw, 12px);
  color: #3C3C3C;
  font-weight:300;
  margin-top:-15px
}
.login-bottom .save-chk input {
  width: 16px;
  height: 16px;
}
.login-bottom .login-bottom-menu {
  display: inline-flex;
  margin-top:20px;
}
.login-bottom .login-bottom-menu li {
  margin: 0 10px;
  position: relative;
  font-family: 'NanumBarunGothic';
  font-size: clamp(16px, 1.6949152542vw, 16px);
}
.login-bottom .login-bottom-menu li.join a {
  color: #044f93;
  font-family: 'NanumBarunGothic';
  font-size: clamp(16px, 1.6949152542vw, 16px);
}
.login-bottom .login-bottom-menu li.join:after {
  display: none;
}
.login-bottom .login-bottom-menu li:last-child {
  padding-right: 0;
}
.login-bottom .login-bottom-menu li:first-child:after {
  display: none;
}
.login-bottom .login-bottom-menu li:after {
  position: absolute;
  top: 4px;
  left: -11px;
  content: "";
  height: 15px;
  width: 1px;
  background: #d4d4d4;
}
.login-bottom.first {
  justify-content: flex-end;
  padding: 15px 0 35px 0;
}

.join-tit {
  position: relative;
  padding: 50px 0 20px 0;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.join-tit span {
  color: #0e63b3;
}
.join-tit:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 4px;
  background: #0e63b3;
  bottom: -10px;
}

.join-con-wrap .summary {
  background: #fff;
  border-color: transparent;
  text-align: center;
}
.join-con-wrap .mt50 {
  margin-top: 50px;
}

.join-con-wrap .buga_line {
   border-top: 1px solid #ebebeb;
}

.join-con-wrap .certi-list {
  display: flex;
}
.join-con-wrap .certi-list li {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
}
.join-con-wrap .certi-list li div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transition: all 0.2s;
  cursor: pointer;
}
.join-con-wrap .certi-list li div.phone {
  background: url(/infile/img/sub/phone.png) #f2faff center 68px no-repeat;
}
.join-con-wrap .certi-list li div.cert {
  background: url(/infile/img/sub/cert.png) #f2faff center 68px no-repeat;
}
.join-con-wrap .certi-list li div.pin {
  background: url(/infile/img/sub/ipin.png) #f2faff center 78px no-repeat;
}
.join-con-wrap .certi-list li div.success {
  background: url(/infile/img/sub/success.png) #f2faff center 78px no-repeat;
}
.join-con-wrap .certi-list li div span.title {
  padding-top: 130px;
  font-size: 20px;
  color: #044f93;
  text-align: center;
  text-shadow: 1px 0;
}
.join-con-wrap .certi-list li div em {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  font-size: 13px;
  font-style: normal;
  color: #777;
}
.join-con-wrap .certi-list li div:hover {
  background-color: #d9f0ff;
  transition: all 0.2s;
}
.join-con-wrap .warning {
  display: block;
  color: rgb(214, 59, 59);
}
.join-con-wrap .bottom-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.join-con-wrap .bottom-btn-wrap .join-cancle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #044f93;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
}
.join-con-wrap .bottom-btn-wrap .join-cancle:hover {
  background: #033461;
  transition: all 0.2s;
}
.join-con-wrap .bottom-btn-wrap .join-ok {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #044f93;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
}
.join-con-wrap .bottom-btn-wrap .join-ok:hover {
  background: #033461;
  transition: all 0.2s;
}
.join-con-wrap .bottom-btn-wrap .enter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #044f93;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
}
.join-con-wrap .bottom-btn-wrap .enter:hover {
  background: #033461;
  transition: all 0.2s;
}
.join-con-wrap .bottom-btn-wrap .join-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #044f93;
  margin: 0 5px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
}
.join-con-wrap .bottom-btn-wrap .join-next:hover {
  background: #033461;
  transition: all 0.2s;
}
.join-con-wrap .bottom-btn-wrap .join-prev {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #f5f5f5;
  margin: 0 5px;
  text-decoration: none;
  font-size: 18px;
  color: #333;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
}
.join-con-wrap .bottom-btn-wrap .join-prev:hover {
  background: gainsboro;
  transition: all 0.2s;
}
.join-con-wrap .info-box {
  margin: 30px 0;
  padding: 20px 30px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.join-con-wrap .join-step {
  display: flex;
  width: 100%;
  margin: 80px 0 40px 0;
}
.join-con-wrap .join-step li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60px;
  margin: 0 5px;
  background: #f5f5f5;
}
.join-con-wrap .join-step li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #777;
  font-size: 18px;
  text-decoration: none;
  text-shadow: 0.5px 0;
}
.join-con-wrap .join-step li.active {
  background: #293e52;
}
.join-con-wrap .join-step li.active a {
  color: #fff;
  text-shadow: 1px 0;
  text-shadow: none;
}
.join-con-wrap .agree-form {
  margin: 20px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.join-con-wrap .agree-form ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.join-con-wrap .agree-form ul li span.form-title {
  display: flex;
  justify-content: space-between;
}
.join-con-wrap .agree-form ul li span.form-title .top {
  display: flex;
  align-items: center;
  border-bottom : 1px solid #DADADA;
}
.join-con-wrap .agree-form ul li span.form-title .top label {
  display: inline-block;
  margin: 0 10px;
  color: #333;
  text-shadow: 0.1px 0;
  font-size: 16px;

}
.join-con-wrap .agree-form ul li span.form-title .top label em {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
  font-weight: normal;
  text-shadow: none;
  font-size:14px;
  color: red;
}
.join-con-wrap .agree-form ul li span.form-title .top label em.normal {
  font-weight: normal;
  color: #044f93;
}
.join-con-wrap .agree-form ul li span.form-title span.plus {
  cursor: pointer;
}
.join-con-wrap .agree-form ul li span.form-title span.plus::before {
  content: "+";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #8d8d8d;
  font-size: 25px;
}
.join-con-wrap .agree-form ul li div.form-content {
  margin: 20px 0;
  height: 300px;
  overflow-y: scroll;
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
  font-size: 13px;
  color: #555;
}
.join-con-wrap .agree-form ul li:last-child {
  border-bottom: none;
}
.join-con-wrap .all-chk-agree {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 16px;
  border-top: 1px dotted #555;
}
.join-con-wrap .all-chk-agree > div {
  display: flex;
}
.join-con-wrap .all-chk-agree > div label {
  text-shadow: 0.5px 0;
  color: #044f93;
  display: inline-block;
  margin: 0 10px;
}
.join-con-wrap .all-chk-agree span {
  color: #000000;
}

.join-form {
  margin-top: 20px;
  border-top: 2px solid #333;
}
.join-form ul li {
  display: flex;
  height: 50px;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
}
.join-form ul li.h-auto {
  height: auto !important;
}
.join-form ul li.content > div {
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.join-form ul li.content > div textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  border: 1px solid #e5e5e5;
}

.join-form ul li.content_reply > div {
  padding: 10px 20px;
  box-sizing: border-box;
}
.join-form ul li.content_reply > div textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  border: 1px solid #e5e5e5;
  background-color:#ff0000;
}

.join-form ul li > span {
  display: inline-flex;
  width: 200px;
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  background: #f8f8f8;
}

.join-form ul li.content_reply > span {

  background: #EFEFEF;
}

.join-form ul li > span em {
  color: red;
}
.join-form ul li > div {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  color: #222;
  font-size: 14px;
  padding-left: 20px;
}
.join-form ul li > div em {
  display: inline-block;
  margin: 0 15px;
  font-size: 13px;
  color: #a5a5a5;
}


.join-form ul li > div input[type=text], .join-form ul li > div select {
  height: 40px;
  margin-right: 10px;
  border-color: #e5e5e5;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-family: inherit;
}
.join-form ul li > div select {
  padding: 0 56px 0 10px;
}

.join-form ul li > div input[type=password] {
  height: 40px;
  margin-right: 10px;
  border-color: #e5e5e5;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-family: inherit;
}



.join-form ul li > div .phone-wrap input[type=text] {
  width: 80px;
  height: 40px;
  border-color: #e5e5e5;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-family: inherit;
}
.join-form .join-confirm {
  height: 40px;
  background: #555;
  color: #fff;
  font-size: 14px;
  border: 0;
  margin-left: 10px;
  width: 90px;
  font-family: inherit;
  cursor: pointer;
}
.join-form .join-confirm:hover {
  background: #3c3c3c;
}


.join-form .join-confirm02 {
  height: 30px;
  background: #555;
  color: #fff;
  font-size: 14px;
  border: 0;
  margin-left: 10px;
  width: 90px;
  font-family: inherit;
  cursor: pointer;
  text-align:center;
  line-height:30px;
}
.join-form .join-confirm02:hover {
 
  background: #3c3c3c;
}



.join-form .chk-wrap {
  display: flex;
  align-items: center;
}
.join-form .chk-wrap input {
  margin: 0;
}
.join-form .chk-wrap label {
  display: inline-block;
  margin: 0 5px;
  color: #333;
  font-size: 14px;
}
.join-form .radio-all-wrap {
  display: flex;
  align-items: center;
}
.join-form .radio-wrap {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.join-form .radio-wrap input {
  margin: 0;
}
.join-form .radio-wrap label {
  display: inline-block;
  margin: 0 5px;
  color: #333;
  font-size: 14px;
}

.join-success {
  text-align: center;
  margin: 30px 0 60px 0;
}
.join-success span {
  display: block;
  font-size: 25px;
  text-shadow: 1px 0;
  text-align: center;
  color: #333;
}
.join-success em {
  display: block;
  margin: 10px 0;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}

.tbl-caption {
  text-align: left;
}
.tbl-caption span {
  color: #044f93;
  text-shadow: 0.5px 0;
}

.ko-board-list {
  width: 100%;
  margin-top: 10px;
  border-top: 2px solid #000;
  font-family: inherit;
}
.ko-board-list thead th {
  height: 50px;
  background: #f8f8f8;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.ko-board-list thead th.title {
  font-size: 16px;
  background: #fff;
}
.ko-board-list thead th.title input {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-family: inherit;
  font-size: 16px;
}
.ko-board-list thead td {
  height: 50px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ko-board-list thead td input[type=text] {
  height: 40px;
  border: 1px solid #e5e5e5;
}
.ko-board-list thead td .status-btn.ready {
  display: inline-flex;
  width: auto;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #878787;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.ko-board-list thead td .status-btn.hold {
  display: inline-flex;
  width: auto;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #BF0000;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.ko-board-list thead td .status-btn.finished {
  display: inline-flex;
  width: auto;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #0b4e95;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.ko-board-list thead .board-view-head {
  height: 50px;
  font-size: 14px;
}
.ko-board-list thead .board-view-head ul {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
.ko-board-list tbody {
  border-top: 1px solid #ddd;
}
.ko-board-list tbody tr.vital-area {
  background: #f7fbff;
}
.ko-board-list tbody td {
  height: 50px;
  color: #555;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.ko-board-list tbody td a.staus-btn {
  display: inline-flex;
  width: auto;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #0b4e95;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.ko-board-list tbody td:last-child {
  border-right: none;
}
.ko-board-list tbody td.left {
  text-align: left;
}
.ko-board-list tbody td span.vital {
  color: #044f93;
  text-shadow: 0.5px 0;
}
.ko-board-list tbody td a {
  color: #000;
  overflow: hidden;
  width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ko-board-list tbody td .status-btn.ready {
  display: inline-flex;
  width: auto;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #878787;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.ko-board-list tbody td .status-btn.finished {
  display: inline-flex;
  width: auto;
  margin: 3px 0;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  background: #0b4e95;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.ko-board-list tbody .board-view-content {
  text-align: left;
  padding: 20px 0;
  box-sizing: border-box;
}

.ko-board-list tbody .board-view-content img{
 width:100%;
}

.ko-board-list tbody .board-view-content pre {
  font-family: inherit;
}
.ko-board-list tbody .board-view-content textarea {
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: 500px;
  max-height: 500px;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-family: inherit;
}

.paging {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.paging span {
  border: 1px solid #e5e5e5;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  font-size: 0;
  cursor: pointer;
}
.paging span.prev {
  position: relative;
}
.paging span.prev:after {
  content: "<";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  font-size: 15px;
  font-family: serif;
  font-weight: bold;
  color: #96a0a9;
}
.paging span.next {
  position: relative;
}
.paging span.next:after {
  content: ">";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  font-size: 15px;
  font-family: serif;
  font-weight: bold;
  color: #96a0a9;
}
.paging ul {
  display: inline-flex;
}
.paging ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  width: 30px;
  height: 30px;
  margin: 0 3px;
}
.paging ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  height: 19px;
}
.paging ul li.active {
  background: #044f93;
}
.paging ul li.active a {
  color: #fff;
  text-shadow: 0.3px 0;
}

.tbl-bottom-search {
  display: flex;
  justify-content: center;
}
.tbl-bottom-search .search-wrap {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 408px;
  border: 1px solid #e5e5e5;
}
.tbl-bottom-search .search-wrap select {
  height: 30px;
  width: 50px;
  border: none;
  margin-right: 10px;
  font-family: inherit;
}
.tbl-bottom-search .search-wrap input {
  height: 30px;
  border: none;
  width: 250px;
  font-family: inherit;
}
.tbl-bottom-search .search-wrap button {
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  background: #333;
  border: 0;
  color: #fff;
  font-family: inherit;
}
.tbl-bottom-search .search-wrap button:hover {
  background: #000;
}

.board-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 50px 0;
}
.board-btn-wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  margin: 0 3px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  height: 30px;
  padding: 0 10px;
}
.board-btn-wrap a.board-modify {
  background: #044f93;
  border-color: #044f93;
  color: #fff;
}

.board-btn-wrap a.board-delete {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
}

.board-btn-wrap a.enter-btn {
  background: #044f93;
  border-color: #044f93;
  color: #fff;
}

.layer-pop-certify {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #333;
  width: 500px;
  height: auto;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #555;
  box-sizing: border-box;
}
.layer-pop-certify .ul-st01 {
  padding-left: 0;
}
.layer-pop-certify .ul-st01 li {
  padding-left: 15px;
  font-size: 13px;
  letter-spacing: -1px;
  text-align: left;
}
.layer-pop-certify span.title {
  display: block;
  text-shadow: 1px 0;
  text-align: left;
  color: #044f93;
}
.layer-pop-certify .mobile-certify {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 40px;
  background: #434452;
  text-align: center;
  margin: 15px 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.layer-pop-certify .mobile-certify:hover {
  background: #2c2d36;
  transition: all 0.2s;
}

.bottom-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.bottom-btn-wrap .enter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #044f93;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
  margin: 0 10px;
}
.bottom-btn-wrap .enter:hover {
  background: #033461;
  transition: all 0.2s;
}
.bottom-btn-wrap .cancle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background: #ebebeb;
  text-decoration: none;
  font-size: 18px;
  color: #666;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
  margin: 0 10px;
}
.bottom-btn-wrap .cancle:hover {
  background: #d2d2d2;
  transition: all 0.2s;
}

.mt50 {
  margin-top: 50px;
}



.faq-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq-menu li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  margin: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
}
.faq-menu li.on {
  background: #0b417e;
  color: #fff;
}
.faq-menu li:hover {
  background: #0d4d95;
  color: #fff;
}

.faq-wrap .faq-list li .question-wrap {
  display: flex;
  align-items: center;
  height: 80px;

  font-size: 16px;
  text-shadow: 0px 0;
}
.faq-wrap .faq-list li .question-wrap .mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #044f93;
  margin: 0 20px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}
.faq-wrap .faq-list li .question-wrap .cate {
  width: 100px;
  text-align: center;
  color: #044f93;

}
.faq-wrap .faq-list li .question-wrap .arrow {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  color: #044f93;
  text-shadow: 1px 0;
}
.faq-wrap .faq-list li .question-wrap .arrow.bottom-arrow {
  transform: rotate(-90deg);
}
.faq-wrap .faq-list li .question-wrap .arrow.bottom-arrow::before {
  content: "<";
}
.faq-wrap .faq-list li .question-wrap .arrow.top-arrow {
  transform: rotate(90deg);
}
.faq-wrap .faq-list li .question-wrap .arrow.top-arrow::before {
  content: "<";
}
.faq-wrap .faq-list li .answer-wrap {
  position: relative;
  display: none;
  background: #f5f5f5;
  padding: 20px;
  padding-left: 100px;
  padding-right: 40px;
  box-sizing: border-box;
}
.faq-wrap .faq-list li .answer-wrap .mark {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: #696969;
  border-radius: 50%;
}
.faq-wrap .faq-list li .answer-wrap .con {
  padding: 0 40px;
  box-sizing: border-box;
}
.faq-wrap .faq-list li:last-child {
  border-bottom: 1px solid #d5d5d5;
}

.ml-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ml-wrap .ml-header {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, rgb(10, 59, 109) 0%, rgb(12, 143, 198) 100%);
  font-size: 20px;
  color: #fff;
}
.ml-wrap .right-menu {
  display: inline-flex;
}
.ml-wrap .right-menu li {
  position: relative;
  margin-right: 25px;
}
.ml-wrap .right-menu li::after {
  position: absolute;
  top: 7px;
  right: -13px;
  width: 1px;
  height: 10px;
  background: #fff;
  content: "";
}
.ml-wrap .right-menu li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.ml-wrap .right-menu li:last-child {
  margin-right: 0;
}
.ml-wrap .right-menu li:last-child:after {
  display: none;
}
.ml-wrap .ml-main {
  display: flex;
  background: #242f3d;
}
.ml-wrap .ml-left {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  background: #242f3d;
}
.ml-wrap .ml-left li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #39414b;
  border-left: 3px solid transparent;
}
.ml-wrap .ml-left li a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
}
.ml-wrap .ml-left li:hover {
  background: #1b232d;
  border-left: 5px solid #044f93;
  box-sizing: border-box;
}
.ml-wrap .ml-left li.active {
  background: #1b232d;
  border-left: 5px solid #044f93;
  box-sizing: border-box;
}
.ml-wrap .ml-main-content {
  flex-grow: 1;
  height: 100%;
  background: #f5f5f5;
  padding: 15px;
  box-sizing: border-box;
}
.ml-wrap .ml-main-content .user-study-info {
  background: #fff;
  border-top: 2px solid #000;

}
.ml-wrap .ml-main-content .user-study-info .user-info {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
.ml-wrap .ml-main-content .user-study-info .user-info > li {
  color: #000;
  font-size: 18px;
}
.ml-wrap .ml-main-content .user-study-info .user-info > li > span {
  color: #0c69aa;

}
.ml-wrap .ml-main-content .user-study-info .study-info {
  display: flex;
  flex-wrap: wrap;
}
.ml-wrap .ml-main-content .user-study-info .study-info > li {
  display: flex;
  align-items: center;
  width: 50%;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.ml-wrap .ml-main-content .user-study-info .study-info > li > span.label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  color: #000;
  font-weight: bold;
  background: #f8f8f8;
}
.ml-wrap .ml-main-content .user-study-info .study-info > li > span.con-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.ml-wrap .ml-main-content .user-study-info .study-info > li > span.con-wrap .red-t {
  color: red;
  font-weight: bold;
}
.ml-wrap .ml-main-content .user-study-info .study-info > li > span.con-wrap .blue-t {
  color: #0c69aa;

}
.ml-wrap .ml-main-content .user-study-info .ip-info {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  font-size: 12px;
}
.ml-wrap .ml-main-content .user-study-info .ip-info .label {
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
}
.ml-wrap .class-base-wrap {
  display: flex;
}
.ml-wrap .class-base-wrap .class-base {
  flex-grow: 1;
}
.ml-wrap .class-base-wrap .class-progress-bar {
  flex-grow: 0;
}
.ml-wrap .ml-caption {
  display: block;
  text-align: right;
  padding-top: 50px;
  font-size: 12px;
}
.ml-wrap footer {
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 12px;
}
.ml-wrap .ul-st01 {
  padding-left: 0;
}
.ml-wrap .class-progress-bar {
  margin: 15px 0;
  margin-left: 15px;
  width: 250px;
}
.ml-wrap .class-progress-bar > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  padding: 20px;
  margin-bottom: 20px;
  background: #ecf8f5;
  box-sizing: border-box;
  border: 1px solid #62c5b1;
}
.ml-wrap .class-progress-bar > div h3 {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.ml-wrap .class-progress-bar > div progress {
  width: 100%;
  height: 15px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  -webkit-appearance: none;
}
.ml-wrap .class-progress-bar > div ::-webkit-progress-bar {
  background-color: #f8f8f8;
}
.ml-wrap .class-progress-bar > div ::-webkit-progress-value {
  background-color: #62c5b1;
}
.ml-wrap .class-progress-bar > div .inner-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.ml-wrap .class-progress-bar > div span.per {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.ml-wrap .class-progress-bar > div:last-child {
  background: #fff8f1;
  border-color: #ff9f3f;
}
.ml-wrap .class-progress-bar > div:last-child ::-webkit-progress-value {
  background-color: #ff9f3f;
}
.ml-wrap a.tbl-link {
  font-size: 12px;
}
.ml-wrap .sub-txt {
  font-size: 12px;
  display: block;
  padding: 5px 0;
}
.ml-wrap .sub-txt label {
  font-weight: bold;
  color: #0b7ab0;
}

/* jy studyroom Start */
.my_txt_box03{display:block; text-align:left; font-size:18px; font-weight:normal; line-height:1.5em; letter-spacing:-0.75px; color:#666; margin-top:27px;}
.my_txt_box03 h3{vertical-align: middle; display:block; font-size:25px; color:#26336a; font-weight:normal;}
.my_txt_box03 em{display:inline-block; width:57px; height:1px; background:#000; margin:26px 0 21px;}
.my_txt_box03 b{display:block; font-size:24px; color:#2978b3; margin:28px 0 5px;}
.my_txt_box03 font{color:#2978b3;}
.my_txt_box03 span{color:#000;}
.my_txt_box03 table{border-collapse:collapse; border-spacing:0; border-top:2px solid #000; border-bottom:2px solid #000; width:100%;}
.my_txt_box03 th{width:204px; padding:15px 0; text-align:center; background:#f1f2f7; font-size:16px; border-bottom:1px solid #ddd; color:#000;}
.my_txt_box03 td{padding:15px 0 15px 24px; text-align:left; background:#fff; font-size:16px; border-bottom:1px solid #ddd;}

.pro_go_btn{display:block; overflow:hidden; padding:10px 0;}

.go_edit{float:right;}


.my_txt_box04_new{vertical-align: middle; display:block; text-align:left; font-size:15px; font-weight:normal; line-height:1.5em; letter-spacing:-0.75px; color:#666; margin-top:30px;}
.my_txt_box04_new h3{vertical-align: middle; display:block; font-size:25px; color:#26336a; font-weight:normal;}
.my_txt_box04_new table{vertical-align: middle;border-collapse:collapse; border-spacing:0; border-top:2px solid #000; width:100%;}
.my_txt_box04_new th{vertical-align: middle; padding:15px 0; text-align:center; background:#f1f2f7; font-size:15px; border-bottom:1px solid #ddd; color:#000;  border-right:1px solid #dddfe5;}
.my_txt_box04_new th:last-child{vertical-align: middle;border-right:0;}
.my_txt_box04_new td{vertical-align: middle; padding:13px 0; text-align:center; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #dddfe5; font-size:14px;}
.my_txt_box04_new td:last-child{vertical-align: middle; border-right:0;}

.my_txt_box04{vertical-align: middle; display:block; text-align:left; font-size:18px; font-weight:normal; line-height:1.5em; letter-spacing:-0.75px; color:#666; margin-top:87px;}
.my_txt_box04 h3{vertical-align: middle; display:block; font-size:25px; color:#26336a; font-weight:normal;}
.my_txt_box04 table{vertical-align: middle; border-collapse:collapse; border-spacing:0; border-top:2px solid #000; width:100%;}
.my_txt_box04 th{vertical-align: middle; width:204px; padding:15px 0; text-align:center; background:#f1f2f7; font-size:16px; border-bottom:1px solid #ddd; color:#000;  border-right:1px solid #dddfe5;}
.my_txt_box04 th:first-child{vertical-align: middle; width:450px;}
.my_txt_box04 th:last-child{vertical-align: middle; border-right:0;}
.my_txt_box04 td{vertical-align: middle; padding:13px 0; text-align:center; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #dddfe5; font-size:16px;}
.my_txt_box04 td:last-child{vertical-align: middle; border-right:0;}

.table_top_left01{
   vertical-align: middle;
   border-top-style:solid; 
   border-top-color:#dfdfdf ; 
   border-top-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#dfdfdf ; 
   border-bottom-width:1px ; 
   border-left-style:solid; 
   border-left-color:#dfdfdf ; 
   border-left-width:1px ; 
   border-right-style:solid; 
   border-right-color:#dfdfdf ; 
   border-right-width:1px ; 
   text-align:center;
   font-weight:bold;
   padding: 2px 0 2px 0;
   background-color:#f2f2f2;
}
.table_top_left02{
   vertical-align: middle;
   border-top-style:solid; 
   border-top-color:#dfdfdf ; 
   border-top-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#dfdfdf ; 
   border-bottom-width:1px ; 
   border-right-style:solid; 
   border-right-color:#dfdfdf ; 
   border-right-width:1px ; 
   text-align:center;
   font-weight:bold;
   padding: 2px 0 2px 0;
   background-color:#f2f2f2;
}

.table_top_right01{
   vertical-align: middle;
   border-top-style:solid; 
   border-top-color:#dfdfdf ; 
   border-top-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#dfdfdf ; 
   border-bottom-width:1px ; 
   border-right-style:solid; 
   border-right-color:#dfdfdf ; 
   border-right-width:1px ; 
   padding: 2px 2px 2px 2px;
   background-color:#fff;
}


.table_bottom_left01{
   vertical-align: middle;
   border-bottom-style:solid; 
   border-bottom-color:#dfdfdf ; 
   border-bottom-width:1px ; 
   border-left-style:solid; 
   border-left-color:#dfdfdf ; 
   border-left-width:1px ; 
   border-right-style:solid; 
   border-right-color:#dfdfdf ; 
   border-right-width:1px ; 
   padding: 2px 0 2px 0;
   background-color:#f2f2f2;
   font-weight:bold;
   text-align:center;
}

.table_bottom_left02{
   vertical-align: middle;
   border-bottom-style:solid; 
   border-bottom-color:#dfdfdf ; 
   border-bottom-width:1px ; 
   border-right-style:solid; 
   border-right-color:#dfdfdf ; 
   border-right-width:1px ; 
   padding: 2px 0 2px 0;
   background-color:#f2f2f2;
   font-weight:bold;
   text-align:center;
}

.table_bottom_right01{
   vertical-align: middle;
   border-bottom-style:solid; 
   border-bottom-color:#dfdfdf ; 
   border-bottom-width:1px ; 
   border-right-style:solid; 
   border-right-color:#dfdfdf ; 
   border-right-width:1px ; 
   padding: 2px 2px 2px 2px;
}

.mystudy_tl{
   vertical-align: middle;
   font-size:14px;
   background-color:#F1F2F7;
   color:#000000;
   font-weight:bold;
   border-top-style:solid; 
   border-top-color:#8A8889 ; 
   border-top-width:2px ; 
   border-left-style:solid; 
   border-left-color:#DBDBDB ; 
   border-left-width:1px ; 
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}
.mystudy_tr{
   vertical-align: middle;
   font-size:14px;
   background-color:#F1F2F7;
   color:#000000;
   font-weight:bold;
   border-top-style:solid; 
   border-top-color:#8A8889 ; 
   border-top-width:2px ; 
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}

.mystudy_bl{
   vertical-align: middle;
   color:#000000;
   font-size:11px;
   border-left-style:solid; 
   border-left-color:#DBDBDB ; 
   border-left-width:1px ; 
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}
.mystudy_br{
   vertical-align: middle;
   color:#000000;
   font-size:11px;
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}





.bbs_tl{
   vertical-align: middle;
   font-size:12px;
   background-color:#F5F5F5;
   color:#000000;
   border-top-style:solid; 
   border-top-color:#18609C ; 
   border-top-width:1px ; 
   border-left-style:solid; 
   border-left-color:#DBDBDB ; 
   border-left-width:1px ; 
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}
.bbs_tr{
   vertical-align: middle;
   font-size:12px;
   background-color:#F5F5F5;
   color:#000000;
   border-top-style:solid; 
   border-top-color:#18609C ; 
   border-top-width:1px ; 
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}

.bbs_bl{
   vertical-align: middle;
   color:#000000;
   font-size:12px;
   border-left-style:solid; 
   border-left-color:#DBDBDB ; 
   border-left-width:1px ; 
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}
.bbs_br{
   vertical-align: middle;
   color:#000000;
   font-size:12px;
   border-right-style:solid; 
   border-right-color:#DBDBDB ; 
   border-right-width:1px ; 
   border-bottom-style:solid; 
   border-bottom-color:#DBDBDB ; 
   border-bottom-width:1px ; 
}

.d_btn {
	border-width: 1px; border-style: solid; border-color: rgb(219, 219, 219) rgb(210, 210, 210) rgb(178, 178, 178) rgb(210, 210, 211); margin: 0.4em 0.15em; padding: 0.5em 1em; border-radius: 0.2em; color: rgb(70, 70, 70); line-height: 1.25em; font-size: 1em; vertical-align: middle; display: inline-block; cursor: pointer;
}
.d_btn:hover {
	color: rgb(70, 70, 70); text-decoration: none;
}
.d_btn:active {
	border-color: rgb(153, 153, 153);
}

.jybox {
 height:40px;
 padding-left:5px;
 padding-right:20px;
 border: 1px solid #DEDEDE;
}

.jybox02 {
 height:20px;
 padding-left:5px;
 padding-right:20px;
 border: 1px solid #DEDEDE;
}

.jytbox {
 border: 1px solid #DEDEDE;
 height:40px;
}

.jytbox02 {
 border: 1px solid #DEDEDE;
 height:20px;
}
.jytbox03 {
 border: 1px solid #DEDEDE;
}

.jybutton01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  color: #fff;
  padding: 0 10px;
  background: #0C304E;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}



.view_btn_warp_ex{display:block; text-align:center; clear:both; margin-top:20px; margin-bottom:20px;}
.view_btn_warp_ex a{display:inline-block; width:125px; text-align:center; padding:9px 0; border:1px solid #6699cc; color:#6699cc; background:#fff; font:800 16px/1em "NanumBarunGothic"; text-decoration:none;}


/* jy studyroom end */