@charset "utf-8";

/* 
 * content CSS Document
 * KOWEB
 */

.prepare {
  padding: 100px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prepare p {
  font-size: 20px;
  text-align: center;
}

/* sub visual */
.area_subVisual {
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 240rem;
  border-bottom: 1px solid #111;
}
.area_subVisual .subvisual-title {
  width: 100%;
  position: relative;
}
.area_subVisual .title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 90rem;
  box-sizing: border-box;
}
.area_subVisual .title h2 {
  font-size: 48rem;
  color: var(--color-black);
  font-weight: 600;
  text-align: center;
}
.area_subVisual.member {
  height: auto;
  border-bottom-width: 0;
}

.subvisual_lnb {
  width: 100%;
  z-index: 22;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}
.subvisual_lnb ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subvisual_lnb ul > li > a {
  display: block;
  padding: 14rem 0;
  margin: 0 26rem;
  color: var(--color-black);
  box-sizing: border-box;
  opacity: 0.5;
}
.subvisual_lnb ul > li.active a {
  opacity: 1;
  color: var(--color-black);
  border-bottom: 3px solid var(--color-line);
  font-weight: 600;
}
.subvisual_lnb .current {
  display: none;
}
.subvisual-title ul {
  display: flex;
  justify-content: center;
  margin-top: 20rem;
}
.subvisual-title ul li {
  position: relative;
  white-space: nowrap;
}
.subvisual-title ul li + li {
  margin-left: 35rem;
}
.subvisual-title ul li + li::before {
  content: "";
  width: 6rem;
  height: 6rem;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: -22rem;
  top: 9rem;
}
.subvisual-title ul a {
  font-size: 15rem;
  opacity: 0.7;
}
.subvisual-title ul li:nth-child(1) a {
  font-size: 14rem;
}
.subvisual-title ul li:last-child a {
  opacity: 1;
}
.area_subpage {
  padding: 100px 0 150px;
}
.area_subpage .tit {
  padding-bottom: 100px;
}
.area-subcontents {
  padding: var(--p120) 0;
  box-sizing: border-box;
}
.sub-tab ~ .area-subcontents {
  padding-top: 80rem;
}
.wrap {
  margin: 0 84rem;
}
.wrap.v2 {
  width: 100%;
  max-width: 1200rem;
  margin: 0 auto;
}
@media all and(max-width:1440px) {
  .wrap {
    margin: 0 44rem;
  }
}
@media all and (max-width: 1024px) {
  .wrap {
    margin: 0 34rem;
  }
  .wrap.v2 {
    padding: 0 34rem;
    box-sizing: border-box;
  }
}
@media (max-width: 860px) {
  .wrap {
    margin: 0 24rem;
  }
  .wrap.v2 {
    padding: 0 24rem;
  }
  .area_subVisual .title h2 {
    font-size: 38rem;
  }
}
@media (max-width: 540px) {
  .wrap {
    margin: 0 20rem;
  }
  .area_subVisual {
    height: 170rem;
  }
  .area_subVisual .title h2 {
    font-size: 28rem;
  }
  .sub-tab ~ .area-subcontents {
    padding-top: 50rem;
  }
  .subvisual-title ul a {
    font-size: 14rem;
  }
  .subvisual_lnb {
    width: 100%;
  }
  .subvisual_lnb ul {
    overflow-y: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .subvisual_lnb ul li {
    white-space: nowrap;
  }
  .subvisual-title ul {
    margin-top: 12rem;
  }
  .subvisual-title ul li + li {
    margin-left: 24rem;
  }
  .subvisual-title ul li + li::before {
    left: -17rem;
  }
}

/* sub common */
:root {
  --m100: 100rem;
  --m120: 120rem;

  --p120: 120rem;

  @media (max-width: 1024px) {
    --m100: 80rem;
    --m120: 100rem;
    --p120: 100rem;
  }
  @media (max-width: 860px) {
    --m100: 65rem;
    --m120: 90rem;
    --p120: 90rem;
  }
  @media (max-width: 540px) {
    --m100: 50rem;
    --m120: 70rem;
    --p120: 70rem;
  }
}
section + section {
  margin-top: var(--m120);
}
/* sub title */
h2.subTit01 {
  position: relative;
  margin-bottom: 40rem;
  padding-left: 49rem;
  font-size: var(--fs30);
  line-height: 1.4;
  color: var(--color-point);
}
h2.subTit01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 39rem;
  aspect-ratio: 1/1;
  background: url("/images/content/subTit01.svg") no-repeat center/contain;
}
h3.subTit02 {
  position: relative;
  margin-bottom: 12rem;
  padding-left: 26rem;
  font-size: var(--fs22);
  color: #111;
}
h3.subTit02:before {
  content: "▣";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--fs20);
}
/* txt list */
ul.txtList01,
ul.txtList02 {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
ul.txtList01 > li {
  position: relative;
  padding-left: 10rem;
  font-size: var(--fs17);
  line-height: 1.5;
  color: #555;
}
ul.txtList01 > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9rem;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #888;
}
ul.txtList01 ul.txtList02 {
  margin-top: 7rem;
}
ul.txtList02 > li {
  position: relative;
  padding-left: 12rem;
  font-size: var(--fs17);
  line-height: 1.5;
  color: #555;
}
ul.txtList02 > li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  h2.subTit01 {
    margin-bottom: 30rem;
    padding-left: 46rem;
  }
  h2.subTit01:before {
    width: 36rem;
  }
  h3.subTit02 {
    padding-left: 24rem;
  }
}
@media (max-width: 860px) {
  h3.subTit02:before {
    top: 1rem;
  }
}
@media (max-width: 540px) {
  h2.subTit01 {
    margin-bottom: 25rem;
    padding-left: 32rem;
    font-size: var(--fs28);
  }
  h2.subTit01:before {
    top: 3rem;
    width: 25rem;
  }
  h3.subTit02 {
    margin-bottom: 10rem;
    padding-left: 22rem;
  }
}

/* 아카데미소개 공통 */
[data-sub="about"] * {
  box-sizing: border-box;
  word-break: keep-all;
}

/* 아카데미소개 > 인사말 */
.about1 {
  overflow-x: unset !important;
}
/*.about1 .area-subcontents{padding-top:0 !important;}*/
.about1 #fixed {
  position: relative;
  height: 400rem;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #111;
}
.about1 .fixedImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url("/images/content/about1_img.jpg") no-repeat center/cover;
}
.about1 .cnt .inr {
  display: flex;
}
.about1 .cnt .profile {
  position: sticky;
  left: 0;
  top: 80rem;
  width: 340rem;
  height: 480rem;
}
.about1 .cnt .profileImg {
  display: block;
  margin: 0 auto 30rem;
  width: 100%;
  overflow: hidden;
}
.about1 .cnt .profileImg img {
  display: block;
  margin: auto;
  max-width: 290rem;
  width: 100%;
}
.about1 .cnt .profile em {
  display: block;
  font-size: var(--fs16);
  font-weight: 600;
  color: #aaa;
  text-align: center;
}
.about1 .cnt .profile i {
  font-size: var(--fs18);
  font-weight: bold;
  color: #090909;
}
.about1 .cnt .txt {
  padding-left: 150rem;
  width: calc(100% - 340rem);
}
.about1 .cnt .txt h3 {
  margin-bottom: 30rem;
  font-size: var(--fs25);
  line-height: 1.6;
  color: #111;
}
.about1 .cnt .txt h3 em {
  color: #888;
}
.about1 .cnt .txt p {
  font-size: var(--fs18);
  line-height: 1.7;
  color: #555;
}
.about1 .cnt .txt p + p {
  margin-top: 25rem;
}
.about1 .history .inr {
  display: flex;
}
.about1 .history {
  padding-top: var(--p120);
  border-top: 1px solid #111;
}
.about1 .history h2 {
  position: sticky;
  left: 0;
  top: 80rem;
  height: 100rem;
  font-size: var(--fs40);
  font-family: var(--lang-en);
  line-height: 1;
  color: var(--color-point);
  font-weight: 800;
  font-family: var(--lang-en);
  width: 340rem;
}
.about1 .history h2 i {
  font-size: var(--fs20);
  font-weight: 600;
  color: #aaa;
}
.about1 .hisList {
  padding-left: 150rem;
  width: calc(100% - 340rem);
}
.about1 .hisList_box + .hisList_box {
  margin-top: 80rem;
}
.about1 .hisList_box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150rem;
  height: 50rem;
  border-radius: 25rem;
  font-size: var(--fs30);
  color: #fff;
  background: var(--color-point);
}
.about1 .hisList_box ul {
  margin-top: 30rem;
  padding-left: 50rem;
  font-size: var(--fs18);
  line-height: 1.6;
  color: #555;
  border-left: 1px solid #ddd;
}
.about1 .hisList_box ul li {
  display: flex;
}
.about1 .hisList_box ul li + li {
  margin-top: 8rem;
}
.about1 .hisList_box ul li.mt30 {
  margin-top: 30rem !important;
}
.about1 .hisList_box ul em {
  display: block;
  font-weight: bold;
  color: #222;
  width: 80rem;
}
.about1 .hisList_box ul p {
  width: calc(100% - 80rem);
}
@media (max-width: 1024px) {
  .about1 #fixed {
    height: 320rem;
  }
  .about1 .cnt .profile {
    width: 240rem;
  }
  .about1 .cnt .profileImg {
    margin-bottom: 20rem;
  }
  .about1 .cnt .txt {
    padding-left: 80rem;
    width: calc(100% - 240rem);
  }
  .about1 .cnt .txt p > br.hide_mo {
    display: none;
  }
  .about1 .history h2 {
    width: 240rem;
  }
  .about1 .hisList {
    padding-left: 80rem;
    width: calc(100% - 240rem);
  }
}
@media (max-width: 860px) {
  .about1 #fixed {
    height: 260rem;
  }
  .about1 .cnt .inr {
    display: block;
  }
  .about1 .cnt .profile {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
  }
  .about1 .cnt .profileImg {
    width: 300rem;
  }
  .about1 .cnt .txt {
    margin-top: 50rem;
    padding-left: 0;
    width: 100%;
  }
  .about1 .cnt .txt h3 {
    margin-bottom: 20rem;
  }
  .about1 .cnt .txt p + p {
    margin-top: 20rem;
  }
  .about1 .history .inr {
    display: block;
  }
  .about1 .history h2 {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
  }
  .about1 .hisList {
    margin-top: 50rem;
    padding-left: 0;
    width: 100%;
  }
  .about1 .hisList_box + .hisList_box {
    margin-top: 50rem;
  }
  .about1 .hisList_box h3 {
    width: 130rem;
    height: 45rem;
  }
  .about1 .hisList_box ul {
    margin-top: 20rem;
  }
}
@media (max-width: 540px) {
  .about1 #fixed {
    height: 200rem;
  }
  .about1 .cnt .profileImg {
    width: 70%;
  }
  .about1 .cnt .txt {
    margin-top: 35rem;
  }
  .about1 .history h2 {
    font-size: 35rem;
  }
  .about1 .hisList {
    margin-top: 35rem;
  }
  .about1 .hisList_box + .hisList_box {
    margin-top: 35rem;
  }
  .about1 .hisList_box h3 {
    width: 120rem;
    height: 40rem;
  }
  .about1 .hisList_box ul {
    padding-left: 25rem;
  }
  .about1 .hisList_box ul li.mt30 {
    margin-top: 25rem !important;
  }
  .about1 .hisList_box ul li + li {
    margin-top: 6rem;
  }
  .about1 .hisList_box ul em {
    width: 50rem;
  }
  .about1 .hisList_box ul p {
    width: calc(100% - 50rem);
  }
}

/* 아카데미 소개 > 교육관 */
.about2 h2 {
  margin-bottom: 20rem;
  font-size: var(--fs35);
  line-height: 1.4;
  color: #111;
}
.about2 h2 > br {
  display: none;
}
.about2 h2 em {
  color: var(--color-point);
}
.about2 p {
  font-size: var(--fs18);
  line-height: 1.6;
  color: #555;
}
.about2 ul {
  display: grid;
  gap: 40rem;
  margin-top: 40rem;
}
.about2 ul li {
  padding: 40rem 30rem;
  border: 1px solid #ddd;
}
.about2 ul li img {
  display: block;
  margin-left: auto;
  height: 50rem;
}
.about2 ul li em {
  display: block;
  margin: -20rem 0 15rem;
  font-size: var(--fs22);
  font-weight: bold;
  color: #111;
}
.about2 ul li p {
  font-size: var(--fs17);
  line-height: 1.5;
}
.about2 .sec1 .list {
  grid-template-columns: repeat(2, 1fr);
}
.about2 .sec2 .list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .about2 ul {
    gap: 20rem;
  }
  .about2 ul li {
    padding: 30rem 20rem;
  }
  .about2 ul li p > br {
    display: none;
  }
}
@media (max-width: 860px) {
  .about2 h2 > br {
    display: block;
  }
  .about2 p > br {
    display: none;
  }
  .about2 ul li img {
    height: 45rem;
  }
  .about2 ul li em {
    margin: 20rem 0 15rem;
  }
}
@media (max-width: 540px) {
  .about2 h2 {
    font-size: var(--fs28);
  }
  .about2 ul {
    display: block;
    margin-top: 30rem;
  }
  .about2 ul li {
    padding: 25rem 15rem;
  }
  .about2 ul li + li {
    margin-top: 15rem;
  }
  .about2 ul li em {
    margin: -20rem 0 15rem;
  }
}

/* 아카데미 소개 > 직원소개 */
.about3 {
  background: #f5f5f5;
}
.about3 .profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40rem;
}
.about3 .profile > li {
  position: relative;
  padding: 30rem 30rem 90rem;
  background: #fff;
  overflow: hidden;
}
.about3 .profileImg {
  float: left;
  display: block;
  width: 30%;
}
.about3 .profileImg img {
  display: block;
  width: 100%;
}
.about3 .profileInfo {
  float: right;
  padding: 30rem 0 0 40rem;
  width: 70%;
}
.about3 .profileInfo em {
  display: flex;
  align-items: flex-end;
  gap: 20rem;
  margin-bottom: 30rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #111;
  line-height: 1;
}
.about3 .profileInfo em i {
  display: block;
  margin-bottom: 3rem;
  font-size: var(--fs17);
  font-family: var(--lang-en);
  font-weight: 600;
  color: #aaa;
}
.about3 .profileInfo p {
  position: relative;
  padding-left: 15rem;
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-point);
}
.about3 .profileInfo p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11rem;
  transform: rotate(45deg);
  width: 6rem;
  aspect-ratio: 1/1;
  background: var(--color-point);
}
.about3 .profileInfo p + p {
  margin-top: 6rem;
}
.about3 .profileWork {
  float: left;
  margin-top: 30rem;
  padding-top: 30rem;
  width: 100%;
  border-top: 1px dashed #ddd;
}
.about3 .profileContact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60rem;
  background: #222;
}
.about3 .profileContact li {
  display: flex;
  gap: 10rem;
  align-items: center;
}
.about3 .profileContact span {
  display: block;
  width: 18rem;
  aspect-ratio: 1/1;
}
.about3 .profileContact span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about3 .profileContact a {
  font-size: var(--fs18);
  line-height: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .about3 .profile {
    gap: 20rem;
  }
  .about3 .profile > li {
    padding: 30rem 20rem 90rem;
  }
  .about3 .profileImg {
    width: 28%;
  }
  .about3 .profileInfo {
    padding: 15rem 0 0 25rem;
    width: 72%;
  }
  .about3 .profileInfo em {
    margin-bottom: 20rem;
  }
  .about3 .profileContact {
    gap: 30rem;
  }
}
@media (max-width: 860px) {
  .about3 .profile > li {
    padding: 30rem 20rem 110rem;
  }
  .about3 .profile > li > * {
    float: none !important;
  }
  .about3 .profileImg {
    margin: auto;
    width: 50%;
  }
  .about3 .profileInfo {
    padding: 30rem 0 0 0;
    width: 100%;
  }
  .about3 .profileInfo em {
    display: block;
    margin-bottom: 20rem;
    padding-bottom: 30rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .about3 .profileInfo em i {
    margin-top: 10rem;
  }
  .about3 .profileWork {
    margin-top: 20rem;
  }
  .about3 .profileContact {
    flex-direction: column;
    gap: 10rem;
    padding: 0 20rem;
    height: 80rem;
  }
}
@media (max-width: 540px) {
  .about3 .profile {
    display: block;
  }
  .about3 .profile > li {
    padding: 25rem 0 0;
  }
  .about3 .profile > li + li {
    margin-top: 25rem;
  }
  .about3 .profileImg {
    width: 45%;
  }
  .about3 .profileInfo {
    padding: 25rem 15rem 0;
  }
  .about3 .profileInfo em {
    margin-bottom: 15rem;
    padding-bottom: 20rem;
  }
  .about3 .profileInfo p {
    padding-left: 13rem;
  }
  .about3 .profileInfo p:before {
    top: 7rem;
  }
  .about3 .profileWork {
    margin: 15rem auto 25rem;
    padding: 15rem 0 0;
    width: calc(100% - 30rem);
  }
  .about3 .profileContact {
    position: relative;
    padding: 15rem;
    height: auto;
  }
}

/* 아카데미 소개 > 오시는 길 */
.about4 .inr {
  display: flex;
}
.about4 .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100rem;
  width: 40%;
}
.about4 .infoTop img {
  display: block;
  width: 75rem;
}
.about4 .infoTop p {
  margin-top: 30rem;
  font-size: var(--fs22);
  font-weight: 600;
  color: #111;
}
.about4 .infoTop p > br {
  display: none;
}
.about4 .infoBot {
    margin-top:80rem;
  border-top: 1px solid #111;
}
.about4 .infoBot li {
  display: flex;
  align-items: center;
  gap: 15rem;
  padding: 20rem 10rem;
  font-size: var(--fs18);
  color: #555;
  border-bottom: 1px dashed #ddd;
}
.about4 .infoBot li img {
  display: block;
  width: 18rem;
  height: 18rem;
  object-fit: contain;
}
.about4 .root_daum_roughmap {
  width: 60% !important;
  height: 500rem;
}
.about4 .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100% !important;
}
.about4 .root_daum_roughmap .map_border,
.about4 .root_daum_roughmap .wrap_controllers,
.about4 .root_daum_roughmap .cont {
  display: none !important;
}
@media (max-width: 1024px) {
  .about4 .info {
    padding-right: 50rem;
  }
  .about4 .infoTop p > br {
    display: block;
  }
  .about4 .root_daum_roughmap {
    height: 430rem;
  }
}
@media (max-width: 860px) {
  .about4 .inr {
    display: block;
  }
  .about4 .info {
    padding-right: 0;
    width: 100%;
  }
  .about4 .infoTop {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-bottom: 30rem;
  }
  .about4 .infoTop img {
    width: 70rem;
  }
  .about4 .infoTop p {
    margin-top: 0;
  }
  .about4 .infoTop p > br {
    display: none;
  }
  .about4 .infoBot li {
    padding: 15rem 10rem;
  }
  .about4 .root_daum_roughmap {
    margin-top: 40rem;
    width: 100% !important;
    height: 400rem;
  }
}
@media (max-width: 540px) {
  .about4 .infoTop {
    gap: 15rem;
  }
  .about4 .infoTop img {
    width: 60rem;
  }
  .about4 .infoTop p > br {
    display: block;
  }
}

/* 교육과정 공통 */
[data-sub="curri"] * {
  box-sizing: border-box;
  word-break: keep-all;
}
[data-sub="curri"] p {
  font-size: var(--fs17);
  color: #555;
}
[data-sub="curri"] p b {
  font-weight: 500;
  color: var(--color-point);
}
[data-sub="curri"] .part + .part {
  margin-top: 80rem;
}
[data-sub="curri"] .partIntro {
  display: flex;
  padding: 60rem;
  box-shadow: 10rem 15rem 50rem rgba(0, 0, 0, 0.15);
}
[data-sub="curri"] .partIntro_img {
  width: 40%;
  aspect-ratio: 40/25;
  background: #ddd;
  overflow: hidden;
}
[data-sub="curri"] .partIntro_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-sub="curri"] .partIntro_txt {
  padding-left: 80rem;
  width: 60%;
}
[data-sub="curri"] .partIntro_txt h2 {
  margin-bottom: 30rem;
  line-height: 1.4;
  color: var(--color-point);
  font-size: var(--fs28);
}
[data-sub="curri"] .partIntro_txt > ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #111;
}
[data-sub="curri"] .partIntro_txt > ul > li {
  display: flex;
  padding: 20rem 0;
  border-bottom: 1px dashed #ddd;
}
[data-sub="curri"] .partIntro_txt > ul > li > em {
  display: block;
  width: 90rem;
  font-size: var(--fs17);
  font-weight: bold;
  color: #111;
}
[data-sub="curri"] .partIntro_txt > ul > li > p {
  width: calc(100% - 90rem);
}
[data-sub="curri"] .partIntro_txt > ul > li > p > br {
  display: none;
}
[data-sub="curri"] .partIntro_txt > ul ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: calc(100% - 90rem);
}
[data-sub="curri"] .partIntro_txt > ul ul > li {
  display: flex;
}
[data-sub="curri"] .partIntro_txt > ul ul > li > em {
  white-space: nowrap;
  font-size: var(--fs17);
  font-weight: 500;
  color: #222;
}
[data-sub="curri"] .partCurri > em {
  display: block;
  margin-bottom: 10rem;
  font-size: var(--fs20);
  font-weight: bold;
  color: var(--color-point);
}
[data-sub="curri"] .partCurri table.table + em,
[data-sub="curri"] .partCurri i + em {
  margin-top: 35rem;
}
[data-sub="curri"] .partCurri i {
  display: block;
  margin-top: 10rem;
  font-size: var(--fs16);
  color: #777;
}
[data-sub="curri"] .txtBox {
  padding: 20rem;
  background: #f8f8f8;
}
@media (max-width: 1024px) {
  [data-sub="curri"] .part + .part {
    margin-top: 60rem;
  }
  [data-sub="curri"] .partIntro {
    padding: 50rem;
  }
  [data-sub="curri"] .partIntro_txt {
    padding-left: 50rem;
  }
  [data-sub="curri"] .partIntro_txt > ul > li {
    padding: 15rem 0;
  }
}
@media (max-width: 860px) {
  [data-sub="curri"] .partIntro {
    flex-direction: column;
    gap: 30rem;
    padding: 40rem 30rem;
  }
  [data-sub="curri"] .partIntro_img {
    width: 100%;
    aspect-ratio: 40/22;
  }
  [data-sub="curri"] .partIntro_txt h2 {
    text-align: center;
  }
  [data-sub="curri"] .partIntro_txt {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 540px) {
  [data-sub="curri"] .part + .part {
    margin-top: 40rem;
  }
  [data-sub="curri"] .partIntro {
    gap: 22rem;
    padding: 20rem;
    box-shadow: 8rem 12rem 30rem rgba(0, 0, 0, 0.15);
  }
  [data-sub="curri"] .partIntro_img {
    aspect-ratio: 40/25;
  }
  [data-sub="curri"] .partIntro_txt h2 {
    margin-bottom: 20rem;
    font-size: var(--fs24);
  }
  [data-sub="curri"] .partIntro_txt > ul > li > em {
    width: 75rem;
  }
  [data-sub="curri"] .partIntro_txt > ul > li > p,
  [data-sub="curri"] .partIntro_txt > ul ul {
    width: calc(100% - 75rem);
  }
  [data-sub="curri"] .partIntro_txt > ul > li > p > br {
    display: block;
  }
  [data-sub="curri"] .partCurri table.table + em,
  [data-sub="curri"] .partCurri i + em {
    margin-top: 25rem;
  }
  [data-sub="curri"] .txtBox {
    padding: 15rem;
  }
}

/* 취업준비형 교육 */
.curri2 .sub-tab li {
  width: 400rem;
}
.curri2 .sub-tab li span > br {
  display: none;
}
@media (max-width: 1024px) {
}
@media (max-width: 860px) {
  .curri2 .sub-tab li {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .curri2 .sub-tab li span > br {
    display: block;
  }
}

/*  */
@media (max-width: 1024px) {
}
@media (max-width: 860px) {
}
@media (max-width: 540px) {
}

/*********************************************************************/
.apply-wrap {
  max-width: 540rem;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .apply-wrap {
    max-width: 80%;
  }
}
@media (max-width: 540px) {
  .apply-wrap {
    max-width: 100%;
    padding: 0 20rem;
  }
}

/* 게시판 */
.ko_board_list[data-type] > li {
  border-color: var(--color-line);
}
.ko_board_list[data-type="A"] [data-board="con"] {
  color: #666;
}
.ko_board_list[data-type="A"][data-gallery] [data-board="img"] {
  border: 1px solid var(--color-line);
}
.bbsNew_container.v2 .bbsPager .inr_pager .pager_list,
.bbsNew_container.v2 .admPager_btn li a {
  border: 1px solid var(--color-line);
  border-radius: 0;
}
.bbsNew_container.v2 .area_button {
  justify-content: center;
}
.bbsNew_container.v2 .area_button .btn + .btn {
  margin-left: 8rem;
}
.bbsAnswer {
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 22px 35px;
  display: flex;
  flex-direction: column;
  justify-content: right;
}
.bbsAnswer textarea {
  width: 100%;
  height: 120rem;
  border: 1px solid #ddd;
}
.bbsAnswer + .bbsFile {
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.bbsAnswer .check_box {
  margin-bottom: 8rem;
}
.bbsAnswer-btn {
  width: 100rem;
  height: 48rem;
  margin-left: auto;
  margin-top: 14rem;
  background-color: var(--color-black);
  border-radius: 4rem;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbsPassword {
  margin-top: 14rem;
  text-align: right;
}
.bbsPassword input[type="text"] {
  height: 48rem;
}
.bbsPassword input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 14rem;
}
.bbsPassword p {
  color: var(--color-point);
  font-size: 14rem;
}

/* select custom */
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff;
  font-size: 14rem;
  border: 1px solid var(--color-line);
  width: 100%;
  min-width: 120rem;
  border-radius: 0;
  height: 52rem;
  box-sizing: border-box;
  line-height: 52rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.select-selected:after {
  content: "";
  position: absolute;
  right: 17rem;
  width: 10rem;
  height: 6rem;
  margin-left: 18rem;
  background: url(../images/content/icon_arrow_select.svg);
  background-repeat: no-repeat;
  border: none;
  top: 23rem;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #434343 transparent;
  transform: rotate(180deg);
}
.select-items div,
.select-selected {
  font-size: 14rem;
  padding: 10rem 45rem 10rem 15rem;
  cursor: pointer;
  user-select: none;
  font-weight: 300;
  position: relative;
}
.select-items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  border: 1px solid var(--color-line);
  border-top: 0;
  padding: 5rem 0rem;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: #f8f8f8;
}
.select-selected:hover {
  background: #f8f8f8;
}

/* 체크 */
.check_box {
  display: flex;
}
.check_box label {
  padding-left: 26rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.check_box label + label {
  margin-left: 12rem;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + .checkmark,
[type="checkbox"]:checked + .checkmark {
  position: absolute;
  cursor: pointer;
  border: 1px solid var(--color-line);
  width: 18rem;
  height: 18rem;
  left: 0;
  top: 1px;
  background: transparent;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
[type="checkbox"]:not(:checked) + .checkmark:after,
[type="checkbox"]:checked + .checkmark:after {
  content: "";
  width: 6rem;
  height: 11rem;
  box-sizing: border-box;
  border-bottom: 2rem solid var(--color-point);
  border-right: 2rem solid var(--color-point);
  position: absolute;
  top: 2rem;
  left: 6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + .checkmark:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}
[type="checkbox"]:checked + .checkmark:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(37deg);
  transform: scale(1) rotate(37deg);
}
[type="checkbox"]:disabled:not(:checked) + .checkmark:before,
[type="checkbox"]:disabled:checked + .checkmark:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
[type="checkbox"]:disabled:checked + .checkmark:after {
  color: #777;
}
[type="checkbox"]:disabled + .checkmark {
  color: #aaa;
}

/* 라디오박스 */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="radio"]:not(:checked) + .checkmark,
[type="radio"]:checked + .checkmark {
  position: absolute;
  cursor: pointer;
  width: 18rem;
  height: 18rem;
  border-radius: 80rem;
  border: 1px solid var(--color-line);
  left: 0;
  top: 1px;
  background: transparent;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
[type="radio"]:not(:checked) + .checkmark:after,
[type="radio"]:checked + .checkmark:after {
  content: "";
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: var(--color-point);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
[type="radio"]:not(:checked) + .checkmark:after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
[type="radio"]:checked + .checkmark:after {
  opacity: 1;
  transform: translate(-49%, -50%) scale(1);
}
[type="radio"]:checked + .checkmark + em {
  color: var(--color-point);
  font-weight: 600;
}
[type="radio"]:disabled:not(:checked) + .checkmark:before,
[type="radio"]:disabled:checked + .checkmark:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
[type="radio"]:disabled:checked + .checkmark:after {
  color: #777;
}
[type="radio"]:disabled + .checkmark {
  color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1rem 3rem rgba(0, 0, 0, 0.1),
    0 0 0 6px rgba(100, 164, 247, 0.2);
}

/* 회원가입 */
.mem-join .area_button {
  justify-content: center;
  margin-top: 32rem;
}
.mem-join .marking:after {
  color: var(--color-point);
}
.mem-join .data_call select {
  width: 100%;
  height: 52px;
  border-color: var(--color-line);
}
.mem-join .select-hidden {
  height: 52px;
  border-color: var(--color-line);
}
.data-spam .form-inn {
  display: flex;
  align-items: stretch;
  line-height: 52px;
}
.bbsForm input[type="text"],
.bbsForm input[type="email"],
.bbsForm input[type="tel"],
.bbsForm input[type="number"] {
  border-color: #ddd;
}
@media all and (max-width: 480px) {
  .mem-join .data_call select,
  .mem-join .select-hidden {
    height: 44px;
  }
}

/* 마이페이지 */
.join_area .btn_area {
  justify-content: center;
}
.sub-mypage {
  margin-top: 62rem;
}
@media (max-width: 540px) {
  .sub-mypage {
    margin-top: 42rem;
  }
}

/* Apply page */
.training-app {
}
.training-app .training-app-list {
}
.training-app .training-app-list .item {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 80rem;
  padding: 60rem;
  border-bottom: 1rem solid #ddd;
}
.training-app .training-app-list .item img {
  width: 100%;
}
.training-app .training-app-list .item .info {
  display: flex;
  flex-direction: column;
}
.training-app .training-app-list .item .info .badge {
  padding: 8rem 20rem;
  background: #ddd;
  width: fit-content;
}
.training-app .training-app-list .item .info .badge.active {
  background: var(--color-point);
  color: #fff;
}
.training-app .training-app-list .item .info h2 {
  margin: 30rem 0;
  line-height: 1.4;
  color: var(--color-point);
  font-size: var(--fs28);
}
.training-app .training-app-list .item .info .date {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #111;
}
.training-app .training-app-list .item .info .date li {
  display: flex;
  padding: 20rem 0;
  border-bottom: 1px dashed #ddd;
}
.training-app .training-app-list .item .info .date li em {
  display: block;
  width: 90rem;
  font-size: var(--fs17);
  font-weight: bold;
  color: #111;
}
.training-app .training-app-list .item .info .date li p {
  font-size: var(--fs17);
  color: #555;
}
.training-app .training-app-list .item .info .button {
  width: fit-content;
  margin-top: 50rem;
  margin-left: auto;
}
.training-app.view-page .training-app-list .item {
  box-shadow: 10rem 15rem 50rem rgba(0, 0, 0, 0.15);
}
.training-app.view-page .training-app-details {
  margin-top: 80rem;
}
.training-app.view-page .training-app-details .details-area {
  margin-top: 30rem;
  border: 1rem solid #eee;
  padding: 30rem;
}
.training-app.view-page .training-app-details .details-area .template {
  text-align: center;
}
.training-app.view-page .btn-group {
  display: flex;
  gap: 10rem;
  margin-top: 50rem;
  justify-content: center;
}
.training-app.view-page .btn-group .button.back-to-list {
  background: transparent;
  color: #41464e !important;
}
.training-app .apply-page .apply-list {
  margin-bottom: 60rem;
}
.training-app .apply-page .apply-list h3.subTit02 {
  margin-bottom: 30rem;
}
.training-app .apply-page .apply-list h3.subTit02 i{
    font-size:var(--fs15); color:#777; line-height:1.4; margin-top:5rem; font-weight:300;
}
.training-app .apply-page .apply-list .form-sparate {
}
.training-app .apply-page .apply-list .form-sparate li {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.training-app .apply-page .apply-list .form-sparate li span {
  width: 45rem;
}
.training-app .apply-page .apply-list .form-sparate li:first-child {
  padding-bottom: 10rem;
}
.training-app .apply-page .apply-list .designFile {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.area-subcontents .ui-datepicker-trigger {
  margin-left: 10rem;
  aspect-ratio: 1;
}
.area-subcontents .dPicker {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .training-app .training-app-list .item {
    padding: 30rem;
    gap: 40rem;
  }
}
@media (max-width: 768px) {
  #content .training-app .scrollTable {
    overflow: auto;
  }
  .training-app .training-app-list .item {
    grid-template-columns: 1fr;
    margin-bottom: 40rem;
    padding: 30rem 0;
  }
  .training-app.view-page .training-app-list .item {
    padding: 20rem;
  }
  .training-app .apply-page .apply-list {
    margin-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .training-app .apply-page .apply-list .table {
    width: 100% !important;
    margin: 0;
  }
  .training-app .apply-page .apply-list .table input,
  .training-app .apply-page .apply-list .table select {
    width: 100% !important;
  }
  .training-app .apply-page .apply-list .scrollTable .table input,
  .training-app .apply-page .apply-list .scrollTable .table select {
    width: auto !important;
  }
  .training-app .scrollTable::after {
    content: "※ 표의 이어지는 내용을 보려면 옆으로 스크롤해주세요.";
    margin-top: 15rem;
    display: block;
    font-size: 13rem;
    color: #555;
  }
}

/* Successed Apply page */
.successed-applied {
  padding: 60rem 120rem;
  box-shadow: 10rem 15rem 50rem rgba(0, 0, 0, 0.15);
}
.successed-applied h3.tits {
  margin-bottom: 40rem;
  line-height: 1.4;
  color: var(--color-point);
  font-size: var(--fs28);
  text-align: center;
}
.successed-applied .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 40rem;
}

@media (max-width: 767px) {
  .successed-applied {
    padding: 30rem 20rem;
  }
  .successed-applied h3.tits {
    font-size: var(--fs20);
    margin-bottom: 20rem;
  }
  .successed-applied .btn-group {
    margin-top: 30rem;
  }
  #content .successed-applied .scrollTable .table {
    width: 100%;
    margin: 0;
  }
  .successed-applied .scrollTable .table select,
  .successed-applied .scrollTable .table input {
    width: 100% !important;
  }
}
