@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Light.eot");
  src: url("../fonts/Pretendard/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Light.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Light.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Regular.eot");
  src: url("../fonts/Pretendard/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Regular.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Medium.eot");
  src: url("../fonts/Pretendard/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-SemiBold.eot");
  src: url("../fonts/Pretendard/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-SemiBold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Bold.eot");
  src: url("../fonts/Pretendard/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Bold.ttf") format("truetype");
  font-display: swap; }
  
  @font-face {
  font-family: 'KmaSweetWeather';
  font-style: normal;
  src: url("../fonts/KmaSweetWeather.ttf");
  font-display: swap; }

/*
  변수
*/
/*
  Icons
*/
.ico {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat; }

.ico-heart {
  width: 18px;
  height: 16px;
  background-image: url(../img/common/ico-heart.png); }

.on > .ico-heart {
  background-image: url(../img/common/ico-heart-on.png); }

.ico-share {
  width: 16px;
  height: 18px;
  background-image: url(../img/common/ico-share.png); }

.ico-heart-sm {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-heart-on.svg); }

.ico-view {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-view.svg); }

.ico-login {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-login.svg); }

.ico-logout {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-logout.svg); }

.ico-member {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-member.svg); }

.ico-play {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-play.svg); }

.ico-doc {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-doc.png); }

.ico-video {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-video.png); }

.ico-voice {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-voice.png); }

.ico-visual-prev {
  width: 6px;
  height: 10px;
  background-image: url(../img/main/ico-slider-nav-prev.png); }

.ico-visual-next {
  width: 6px;
  height: 10px;
  background-image: url(../img/main/ico-slider-nav-next.png); }

.ico-nav-prev {
  width: 6px;
  height: 11px;
  background-image: url(../img/main/ico-nav-prev.png); }

.ico-nav-next {
  width: 6px;
  height: 11px;
  background-image: url(../img/main/ico-nav-next.png); }

.ico-heart-lg {
  width: 14px;
  height: 12px;
  background-image: url(../img/main/ico-heart-on.svg); }

.ico-view {
  width: 16px;
  height: 10px;
  background-image: url(../img/common/ico-view.svg); }

.ico-stop {
  width: 20px;
  height: 20px;
  background-image: url(../img/main/ico-pause.svg); }

.ico-stop-main {
  width: 10px;
  height: 10px;
  background-image: url(../img/main/ico-pause.png); 
  background-size: contain;
  margin-left:3px;}

.ico-play {
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico-play.svg);
  }
  
.ico-play-main {
  width: 10px;
  height: 10px;
  background-image: url(../img/main/ico-play.png); 
  background-size: contain; 
  margin-left:4px;}

.ico-play-lg {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-play-lg.svg); }

.ico-pin {
  width: 12px;
  height: 16px;
  background-image: url(../img/common/ico-pin.svg); }

.ico-plus {
  width: 11px;
  height: 11px;
  background-image: url(../img/main/ico-plus.png); }

.ico-search {
  width: 20.5px;
  height: 21px;
  background-image: url(../img/sub/ico-search.png); }

.ico-paging-first {
  width: 12px;
  height: 13px;
  background-image: url(../img/common/ico-paging-first.png); }

.ico-paging-last {
  width: 12px;
  height: 13px;
  background-image: url(../img/common/ico-paging-last.png); }

.ico-paging-prev {
  width: 7px;
  height: 13px;
  background-image: url(../img/common/ico-paging-prev.png); }

.ico-paging-next {
  width: 7px;
  height: 13px;
  background-image: url(../img/common/ico-paging-next.png); }

.ico-popup-close {
  width: 12px;
  height: 12px;
  background-image: url(../img/common/ico-close.png); }

.ico-notice {
  width: 28px;
  height: 28px;
  background-image: url(../img/common/ico-notice.png); }

.ico-clip {
  width: 18px;
  height: 24px;
  background-image: url(../img/common/ico-clip.png); }

.ico-tit-deco {
  width: 12px;
  height: 16px;
  background-image: url(../img/sub/ico-deco.png); }

.ico-heart-sm {
  width: 14px;
  height: 12px;
  background-image: url(../img/common/ico-heart-sm.png); }

.ico-go-top {
  width: 19px;
  height: 11px;
  background-image: url(../img/common/ico-go-top.png); }

/* layout */
.wrap {
  position: relative;
  padding-top: 70px;
  min-height: calc(100vh - 290px); }

.container {
  padding-bottom: 80px; }

.inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }
  
.footer-content .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  }

@media (max-width: 1280px) {
  .wrap {
    padding-top: 60px;
    min-height: calc(100vh - 268px); }
  .inner {
    padding: 0 15px; } }

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  height: 70px;
  z-index: 5; }
.header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
.header .brand {
  width: 140px;
  height: 50px; }
.header .brand a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%; }
.header .brand a img {
  height: 100%;
  object-fit: cover; }
.header .menu {
  display: flex;
  gap: 80px;
  align-items: center; }
.header .menu .item a {
  font-size: 18px;
  letter-spacing: -0.9px;
  font-weight: 500;
  transition: .2s; }
.header .right {
  display: flex;
  align-items: center; }
.header .login-set {
  display: flex;
  align-items: center; }
.header .login-set .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: #666666; }
.header .login-set .link + .link {
  margin-left: 32px; }
.header .login-set .link + .link::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  left: -15px;
  top: 50%;
  transform: translateY(-50%); }
.header .btn-menu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #3149DD;
  margin-left: 40px; }
.header .btn-menu span {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  transition: all .2s;
  background-color: #fff;
  left: 12px; }
.header .btn-menu span:first-child {
  top: 13px; }
.header .btn-menu span:nth-child(2) {
  top: 19px; }
.header .btn-menu span:nth-child(3) {
  top: 25px;
  width: 12px; }
.header .btn-menu.on span {
  width: 18px; }
.header .btn-menu.on span:first-child {
  transform: translateY(8px) rotate(-45deg);
  top: 11px;
  left: 11px; }
.header .btn-menu.on span:nth-child(2) {
  opacity: 0; }
.header .btn-menu.on span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  top: 27px;
  left: 11px; }
.header .gnb {
  display: none;
  position: fixed;
  top: 70px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 64px 0 79px; }
.header .gnb.show {
  display: block; }
.header .gnb .inner {
  display: flex; }
.header .gnb .gnb-title {
  width: 272px;
  font-size: 24px;
  font-weight: bold; }
.header .gnb .nav {
  display: flex;
  width: calc(100% - 272px); }
.header .gnb .nav .nav-item {
  flex: 1; }
.header .gnb .nav .nav-item .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -.9px;
  margin-bottom: 30px; }
.header .gnb .nav .nav-item .list .item {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -.8px;
  transition: .3s; }
.header .gnb .nav .nav-item .list .item::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 4px;
  background-size: cover;
  margin-left: 5px;
  background-image: url(../img/common/ico-nav-on.png);
  transform: translateY(-4px);
  transition: .3s;
  opacity: 0; }
.header .gnb .nav .nav-item .list .item.on, .header .gnb .nav .nav-item .list .item:hover {
  color: #3149DD;
  font-weight: 600; }
.header .gnb .nav .nav-item .list .item.on::after, .header .gnb .nav .nav-item .list .item:hover::after {
  opacity: 1; }
.header .gnb .nav .nav-item .list .item + .item {
  margin-top: 14px; }

@media (max-width: 1280px) {
  .header {
    height: 60px; }
  .header .brand {
    width: 171px;
    height: 28px; }
  .header .menu {
    display: none; }
  .header .btn-menu {
    margin-left: 12px; }
  .header .login-set {
    display: none; }
  .header .gnb {
    top: 60px;
    padding: 30px 0 40px; }
  .header .gnb .gnb-title {
    display: none; }
  .header .gnb .nav {
    flex-direction: column;
    width: 100%; }
  .header .gnb .nav .nav-item {
    display: flex;
    flex: none;
    width: 100%; }
  .header .gnb .nav .nav-item + .nav-item {
    margin-top: 40px; }
  .header .gnb .nav .nav-item .title {
    width: 150px;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -.75px; }
  .header .gnb .nav .nav-item .list {
    width: calc(100% - 100px); }
  .header .gnb .nav .nav-item .list .item {
    font-size: 15px; }
  .header .gnb .inner {
    flex-direction: column; }
  .header .gnb .login-set {
    display: flex; } }

/* footer */
.footer {
  background-color: #222222; }
.footer .footer-content {
  padding: 30px 0 60px; 
  display:flex;}
.footer .footer-content .footer-logo {
  width: 245px;
  margin-bottom: 30px; }
.footer .footer-content .footer-logo img {
  height: 50px; }
.footer .footer-content .info {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.3); }
.footer .footer-content .footer-mark {
  width: 245px;
  margin-bottom: 30px; 
  display: flex;
  justify-content: flex-end;
  }
 .footer .footer-content .footer-mark img{
 	height: 40px;
 }

@media (max-width: 1280px) {
  .footer .footer-menu {
    height: auto;
    border-bottom: 0; }
  .footer .footer-menu .inner {
    flex-direction: column;
    align-items: flex-start; }
  .footer .footer-menu .menu {
    padding-top: 22px;
    margin-bottom: 20px; }
  .footer .footer-menu .menu .item a {
    line-height: 14px; }
  .footer .footer-menu .sel-dropdown {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 40px;
    line-height: 40px;
    border-radius: 5px; }
  .footer .footer-menu .sel-dropdown .caption {
    width: 100%;
    text-align: left; }
  .footer .footer-menu .sel-dropdown .caption::after {
    right: 10px; }
  .footer .footer-menu .sel-dropdown .list {
    max-height: 140px; }
  .footer .footer-content {
    padding-bottom: 20px; }
  .footer .footer-content .footer-logo {
    width: 174px;
    height: 28px;
    margin-bottom: 20px; }
  .footer .footer-content .info {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -.65px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Pretendard", sans-serif;
  color: #222222;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

em, i {
  font-style: normal; }

.color-red {
  color: #ff3b80 !important; }

.color-black {
  color: #222222 !important; }

.color-point {
  color: #3149DD !important; }

.font-weight-regular {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: bold !important; }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

body.scrOff {
  overflow: hidden; }

.tab-container .tabs {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center; }

.tab-container .tab-common {
  display: flex;
  align-items: flex-end; }
.tab-container .tab-common .item {
  position: relative;
  flex: 1;
  border-radius: 8px 8px 0 0;
  height: 36px;
  background-color: #E2E2EA; }
.tab-container .tab-common .item.on {
  border-bottom: 0;
  background-color: #fff;
  height: 42px;
  border-top: 1px solid #D6D6E2;
  border-left: 1px solid #D6D6E2;
  border-right: 1px solid #D6D6E2; }
.tab-container .tab-common .item.on a {
  color: #000000DD; }
.tab-container .tab-common .item + .item {
  margin-left: -1px; }
.tab-container .tab-common .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #00000089;
  font-weight: 500; }
.tab-container .tab-common .item.disabled {
  display: none; }

.tab-container .tab-content .tab-panel {
  display: none; }
.tab-container .tab-content .tab-panel.on {
  display: block; }

.w-100 {
  width: 100% !important; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.align-center {
  text-align: center !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px; }
.breadcrumb .item {
  position: relative;
  font-size: 14px;
  letter-spacing: -.7px;
  color: #666666; }
.breadcrumb .item + .item {
  margin-left: 28px; }
.breadcrumb .item + .item::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background-image: url(../img/common/ico-breadcrumb.png);
  background-size: cover; }
.breadcrumb .item.active {
  color: #3149DD; }

@media (max-width: 1280px) {
  .breadcrumb {
    justify-content: flex-start; } }

.page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 30px;
  font-weight: bold;
  background-color: #f9f9f9;
  margin-bottom: 20px; }

@media (max-width: 1280px) {
  .page-title {
    padding: 0 15px; } }

.mb-0 {
  margin-bottom: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.course-list .course-item {
  position: relative; }
.course-list .course-item:hover .img img {
  transform: scale(1.1); }
.course-list .course-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
.course-list .course-item .img {
  width: 300px;
  height: 168px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden; }
.course-list .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s; }
.course-list .course-item .img .clsf-wrap{
	position: relative;
    top: -102.5%;
    left: 0;
    width: 100px;
    line-height: 29px;
    border-radius: 15px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-list .course-item .img .clsf-wrap .clsf-txt{color:#ffffff;}
.course-list .course-item .info .category-list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  margin-bottom: 15px; }
.course-list .course-item .info .category-list .category {
  margin-right: 10px; }
.course-list .course-item .info .category-list .category .item {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #3149DD; }
.course-list .course-item .info .category-list .tag {
  display: block;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.course-list .course-item .info .category-list .tag .item {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  vertical-align: middle; }
.course-list .course-item .info .category-list .tag .item + .item {
  margin-left: 4px; }
.course-list .course-item .info .category-list .tag .item + .item::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin-right: 6px;
  width: 1px;
  height: 12px;
  background-color: #cccccc; }
.course-list .course-item .info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
.course-list .course-item .info .badge-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  min-height: 43px; }
.course-list .course-item .info .badge-wrap .badge {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #3149DD;
  line-height: 26px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #eee;
  background-color: #fff;
  padding: 0 10px; }
.course-list .course-item .info .detail {
  display: flex;
  align-items: center;
  gap: 20px; }
.course-list .course-item .info .detail .item {
  position: relative;
  display: flex;
  align-items: center; }
.course-list .course-item .info .detail .item + .item::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 10px;
  background-color: #dddddd; }
.course-list .course-item .info .detail .item .tit {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666666;
  margin-right: 9px; }
.course-list .course-item .info .detail .item .ico {
  margin-right: 4px; }
.course-list .course-item .info .detail .item .val {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.7px; }

@media (max-width: 1280px) {
  .course-list .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 168;
    margin-bottom: 15px; }
  .course-list .course-item .info .category {
    margin-bottom: 7px; }
  .course-list .course-item .info .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px; }
/*   .course-list .course-item .info .badge-wrap {
    display: none; } */
  .course-list .course-item .info .detail {
    margin-top: 7px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee; }
  .course-list .course-item .info .detail .item .tit {
    display: none; }
  .course-list .course-item .info .detail .item .val {
    font-size: 14px; } 
   .course-list .course-item .info .badge-wrap {
  border-bottom: none;}
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center; }
.pagination .page-item .page-link {
  display: block;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #666666;
  text-align: center;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: .2s;
  min-width: 30px; }
.pagination .page-item:hover .page-link {
  border: 1px solid #cccccc; }
.pagination .page-item + .page-item {
  margin-left: 6px; }
.pagination .page-item.active .page-link {
  font-size: 18px;
  background-color: #3149DD;
  border: 1px solid #3149DD;
  color: #fff; }
.pagination .page-item.disabled .page-link {
  background-color: #f7f7f7;
  cursor: default; }
.pagination .page-item.disabled .ico {
  opacity: .3; }
.pagination .page-item.prev, .pagination .page-item.first, .pagination .page-item.last, .pagination .page-item.next {
  padding-top: 4px; }
.pagination .page-item.prev .page-link, .pagination .page-item.first .page-link, .pagination .page-item.last .page-link, .pagination .page-item.next .page-link {
  border: 0;
  background-color: transparent; }

@media (max-width: 1280px) {
  .pagination {
    margin-top: 30px; } }

.tab-container .tabs-box .tabs {
  display: flex;
  margin-bottom: 30px; }
.tab-container .tabs-box .tabs .item {
  position: relative;
  flex: 1;
  height: 60px;
  border-bottom: 1px solid #ddd; }
.tab-container .tabs-box .tabs .item.on {
  border-bottom: 0; }
.tab-container .tabs-box .tabs .item.on::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #3149DD;
  bottom: 0;
  left: 0;
  z-index: 1; }
.tab-container .tabs-box .tabs .item.on a {
  font-weight: bold;
  color: #222222; }
.tab-container .tabs-box .tabs .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: -0.8px;
  color: #666666;
  padding: 0 10px;
  text-align: center;
  position: relative;
  z-index: 2; }
.tab-container .tabs-box .tabs .item.disabled {
  display: none; }

.tab-container .tab-content .tab-panel {
  display: none; }
.tab-container .tab-content .tab-panel.on {
  display: block; }

.category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 18px; }
.category-list .item {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #666666; }
.category-list .item + .item {
  margin-left: 20px; }
.category-list .item + .item::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #cccccc; }
.category-list .category {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 20px; }
.category-list .category .item {
  color: #3149DD;
  font-weight: bold; }
.category-list .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0; }

.page-title-animation {
  position: relative;
  margin-bottom: 20px; }
.page-title-animation .page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: 1; }
.page-title-animation .box {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  z-index: 2; }
.page-title-animation .wave {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 1260px;
  height: 1260px;
  margin-left: -630px;
  margin-top: -900px;
  transform-origin: 50% 48%;
  border-radius: 43%; }
.page-title-animation .wave.one {
  background-color: #453FE8;
  opacity: .5;
  animation: drift 10s infinite linear; }
.page-title-animation .wave.two {
  background-color: #33CCFF;
  opacity: .3;
  animation: drift 12s infinite linear; }
.page-title-animation .wave.three {
  background-color: #FF33CC;
  opacity: .1;
  animation: drift 15s infinite linear; }
.page-title-animation .box-inner {
  position: absolute;
  width: 1280px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0; }
.page-title-animation .box-inner .triangle {
  position: absolute;
  background-size: cover;
  opacity: 0;
  z-index: 4; }
.page-title-animation .box-inner .triangle.triangle-1 {
  background-image: url(../img/sub/triangle-1.png);
  width: 17px;
  height: 16px;
  top: 30px;
  left: 338px;
  animation: fall-1 3.5s ease-in 0.4s infinite both; }
.page-title-animation .box-inner .triangle.triangle-2 {
  background-image: url(../img/sub/triangle-2.png);
  width: 11px;
  height: 11px;
  top: 60px;
  left: 438px;
  animation: fall-2 6s ease-out 1s infinite both; }
.page-title-animation .box-inner .triangle.triangle-3 {
  background-image: url(../img/sub/triangle-3.png);
  width: 11px;
  height: 11px;
  top: 30px;
  right: 398px;
  animation: fall-3 3s ease-out 0.2s infinite both; }
.page-title-animation .box-inner .triangle.triangle-4 {
  background-image: url(../img/sub/triangle-4.png);
  width: 18px;
  height: 17px;
  top: 45px;
  right: 308px;
  animation: fall-4 4s ease-in 0.1s infinite both; }

@keyframes drift {
  from {
    transform: rotate(0deg); }
  from {
    transform: rotate(360deg); } }

@keyframes fall-1 {
  from {
    transform: translate(-200px, 200px) rotate(15deg);
    opacity: 1; }
  to {
    transform: translate(200px, -200px) rotate(0deg);
    opacity: 1; } }

@keyframes fall-2 {
  0% {
    transform: translate(-250px, 250px) rotate(-30deg);
    opacity: 0; }
  50% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; }
  100% {
    transform: translate(250px, -250px) rotate(0); } }

@keyframes fall-3 {
  from {
    transform: translate(180px, -220px) rotate(40deg);
    opacity: 1; }
  to {
    transform: translate(-180px, 200px) rotate(-40deg);
    opacity: 1; } }

@keyframes fall-4 {
  from {
    transform: translate(230px, -180px) rotate(-20deg);
    opacity: 1; }
  to {
    transform: translate(-230px, 180px) rotate(0);
    opacity: 1; } }
.page-title-animation .page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: 1; }
.page-title-animation .page-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: transparent;
  color: #fff; }

.btn-go-top {
  position: fixed;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: #6f6f6f;
  bottom: 40px;
  right: calc(50vw - 640px - 80px);
  z-index: 10;
  color: #fff; }
.btn-go-top .txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

@media (max-width: 1280px) {
  .btn-go-top {
    display: none; } }

/*
  버튼
*/
a, button {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer; }
a:focus, a:active, button:focus, button:active {
  outline: none;
  box-shadow: none; }

.button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center; }

.btn {
  display: flex;
  min-width: 120px;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #3149DD;
  border: 1px solid #3149DD;
  color: #fff;
  font-weight: 500; }
.btn.btn-block {
  width: 100%; }
.btn.btn-sm {
  min-width: 80px;
  height: 40px;
  line-height: 38px;
  font-size: 16px; }
.btn.btn-xs {
  min-width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 16px; }
.btn.disabled {
  color: #cbd5e1;
  cursor: default;
  border-color: #f1f5f9;
  background-color: #f1f5f9; }
.btn.btn-black {
  background-color: #333;
  border-color: #333;
  font-weight: 400; }

/*
  form
*/
.form-control {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 5px;
  font-size: 16px; }
.form-control::placeholder {
  color: #666; }
.form-control:focus {
  outline: none;
  border-color: #3149DD; }

.form-select {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 15px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 5px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../img/common/ico-dropdown.png);
  background-size: 10px 6px;
  background-position: right 16px center;
  background-repeat: no-repeat; }
.form-select:focus {
  outline: none;
  border-color: #3149DD; }

.form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.form-check-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px; }

.form-radio {
  position: relative;
  display: flex;
  padding-left: 34px; }
.form-radio input {
  position: absolute;
  left: -9999px; }
.form-radio input:checked + span::after {
  background-image: url(../img/common/ico-radio-on.png); }
.form-radio input + span {
  font-size: 16px;
  line-height: 24px; }
.form-radio input + span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
  background-image: url(../img/common/ico-radio.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; }

.form-check {
  position: relative;
  display: flex;
  padding-left: 34px; }
.form-check input {
  position: absolute;
  left: -9999px; }
.form-check input:checked + span::after {
  background-image: url(../img/common/ico-check-on.png); }
.form-check input + span {
  font-size: 16px;
  line-height: 26px; }
.form-check input + span a {
  text-decoration: underline; }
.form-check input + span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/ico-check.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; }

.form-search {
  position: relative;
  width: 240px; }
.form-search .form-control {
  padding-right: 45px;
  width: 100%; }
.form-search .btn-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.form-text {
  position: relative; }
.form-text .form-control {
  padding-right: 32px; }
.form-text .txt {
  position: absolute;
  right: 0;
  bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  line-height: 26px;
  color: #64748b; }

.form-group .tip {
  font-size: 14px;
  color: #666; }

textarea.form-control {
  resize: none;
  height: 60px;
  line-height: 19px;
  padding: 15px 16px; }

/*
  popup
*/
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity .2s;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6); }

.popup {
  position: fixed;
  width: 640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 105;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 10px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1); }
.popup .popup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding-top: 10px;
  position: relative;
  border-bottom: 1px solid #e4e4e4; }
.popup .popup-head .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -.9px; }
.popup .popup-head .btn-popup-close {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  padding-right: 9px;
  justify-content: flex-end; }
.popup .popup-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 300px);
  padding: 20px 0; }
.popup .popup-body:first-child {
  padding-top: 40px; }
.popup .popup-body .terms-of-use p {
  margin-bottom: 20px;
  line-height: 24px; }
.popup .popup-body .terms-of-use p:last-child {
  margin-bottom: 0; }
.popup .popup-body .terms-of-use .title-lg {
  display: block;
  font-size: 18px;
  font-weight: bold; }
.popup .popup-body .terms-of-use .title {
  display: block;
  font-weight: 500; }
.popup .popup-body .terms-of-use .table + p {
  margin-top: 20px; }
.popup .popup-body .c-txt-lg {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }
.popup .popup-body .c-txt {
  font-size: 16px;
  text-align: center;
  line-height: 24px; }
.popup .popup-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px; }
.popup .popup-footer .btn + .btn {
  margin-left: 10px; }
.popup.popup-sm {
  width: 500px; }
.popup.popup-lg {
  width: 900px; }
.popup.popup-menu .lnb {
  width: 100%;
  padding: 0 20px; }

@media (max-width: 1280px) {
  .popup.popup-lg {
    width: calc(100% - 40px); } }

@media (max-width: 768px) {
  .popup {
    width: calc(100% - 40px); } }

@media (max-width: 540px) {
  .popup.popup-sm {
    width: calc(100% - 40px); } }

/*
  table
*/
.table-head {
  margin-bottom: 20px; }
.table-head .title {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold; }
.table-head .desc {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px; }

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #cccccc; }
.table caption {
  display: none; }
.table th {
  background-color: #f4f4f4; }
.table th .txt {
  font-weight: bold; }
.table th, .table td {
  text-align: center;
  padding: 21px 10px;
  border-bottom: 1px solid #eeeeee; }
.table .txt {
  font-size: 16px;
  line-height: 18px; }
.table .row-btns {
  padding: 15px 10px; }
.table .row-btns .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px; }
.table .row-btns .btn {
  white-space: nowrap; }
.table .no-data {
  height: 120px; }
.table.table-inquiry th:first-child, .table.table-inquiry td:first-child {
  width: 10%; }
.table.table-inquiry th:nth-child(2), .table.table-inquiry td:nth-child(2) {
  width: 60%; }
.table.table-inquiry th:nth-child(3), .table.table-inquiry td:nth-child(3) {
  width: 15%; }
.table.table-inquiry th:nth-child(4), .table.table-inquiry td:nth-child(4) {
  width: 15%; }
.table.table-notice th, .table.table-notice td {
  height: 60px;
  padding: 0 10px; }
.table.table-notice th:first-child, .table.table-notice td:first-child {
  width: 8%; }
.table.table-notice th:nth-child(2), .table.table-notice td:nth-child(2) {
  width: 62%; }
.table.table-notice th:nth-child(3), .table.table-notice td:nth-child(3) {
  width: 10%; }
.table.table-notice th:nth-child(4), .table.table-notice td:nth-child(4) {
  width: 10%; }
.table.table-notice th:nth-child(5), .table.table-notice td:nth-child(5) {
  width: 10%; }
.table.table-class th:first-child, .table.table-class td:first-child {
  width: 42%; }
.table.table-class th:nth-child(2), .table.table-class td:nth-child(2) {
  width: 20%; }
.table.table-class th:nth-child(3), .table.table-class td:nth-child(3) {
  width: 8%; }
.table.table-class th:nth-child(4), .table.table-class td:nth-child(4) {
  width: 10%; }
.table.table-class th:nth-child(5), .table.table-class td:nth-child(5) {
  width: 12%; }
.table.table-class th:nth-child(6), .table.table-class td:nth-child(6) {
  width: 8%; }
.table.table-course th:first-child, .table.table-course td:first-child {
  width: 50%; }
.table.table-course th:nth-child(2), .table.table-course td:nth-child(2) {
  width: 10%; }
.table.table-course th:nth-child(3), .table.table-course td:nth-child(3) {
  width: 20%; }
.table.table-course th:nth-child(4), .table.table-course td:nth-child(4) {
  width: 20%; }

@media (max-width: 1280px) {
  .table th, .table td {
    padding: 20px 5px; }
  .table .row-btns .btn {
    font-size: 14px;
    padding: 0 5px; }
  .table.table-inquiry td .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
  .table.table-inquiry th .txt, .table.table-inquiry td .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
  .table.table-inquiry th:first-child, .table.table-inquiry td:first-child {
    display: none; }
  .table.table-inquiry th:nth-child(2), .table.table-inquiry td:nth-child(2) {
    width: 50%; }
  .table.table-inquiry th:nth-child(3), .table.table-inquiry td:nth-child(3) {
    width: 25%; }
  .table.table-inquiry th:nth-child(4), .table.table-inquiry td:nth-child(4) {
    width: 25%; }
  .table.table-notice td .txt, .table.table-class td .txt, .table.table-course td .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; } }

@media (max-width: 576px) {
  .table.table-notice th:first-child, .table.table-notice td:first-child {
    width: 15%; }
  .table.table-notice th:nth-child(2), .table.table-notice td:nth-child(2) {
    width: 75%; }
  .table.table-notice th:nth-child(3), .table.table-notice td:nth-child(3) {
    width: 10%; }
  .table.table-notice th:nth-child(4), .table.table-notice td:nth-child(4) {
    display: none; }
  .table.table-notice th:nth-child(5), .table.table-notice td:nth-child(5) {
    display: none; }
  .table.table-class th:first-child, .table.table-class td:first-child {
    width: 80%; }
  .table.table-class th:nth-child(2), .table.table-class td:nth-child(2) {
    display: none; }
  .table.table-class th:nth-child(3), .table.table-class td:nth-child(3) {
    display: none; }
  .table.table-class th:nth-child(4), .table.table-class td:nth-child(4) {
    display: none; }
  .table.table-class th:nth-child(5), .table.table-class td:nth-child(5) {
    width: 20%; }
  .table.table-class th:nth-child(6), .table.table-class td:nth-child(6) {
    display: none; }
  .table.table-course th:first-child, .table.table-course td:first-child {
    width: 65%; }
  .table.table-course th:nth-child(2), .table.table-course td:nth-child(2) {
    width: 15%; }
  .table.table-course th:nth-child(2) .txt, .table.table-course td:nth-child(2) .txt {
    white-space: nowrap;
    overflow: visible;
    text-overflow: initial; }
  .table.table-course th:nth-child(3), .table.table-course td:nth-child(3) {
    display: none; }
  .table.table-course th:nth-child(4), .table.table-course td:nth-child(4) {
    width: 20%; } }

.table-container {
  overflow-x: auto; }
.table-container .table {
  min-width: 700px; }

.main-contents h2 {
  display: none; }

.main-contents .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px; }
.main-contents .section-title .title {
  font-family : KmaSweetWeather;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -1.2px;}
.main-contents .section-title .title .strong{
	font-size: 28px;
	margin-left : 10px;
}
.main-contents .section-element .section-title .title .strong{
	color : #22ad73;
}
.main-contents .section-middleSch .section-title .title .strong{
	color : #0a88ac;
}
.main-contents .section-highSch .section-title .title .strong{
	color : #5b57cb;
}
.main-contents .section-title .right {
  display: flex;
  align-items: center; }
.main-contents .section-title .right .tabs {
  display: flex;
  align-items: center;
  gap: 24px; }
.main-contents .section-title .right .tabs .item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #666; }
.main-contents .section-title .right .tabs .item a {
  position: relative;
  display: inline-block; }
.main-contents .section-title .right .tabs .item a span {
  position: relative;
  z-index: 2; }
.main-contents .section-title .right .tabs .item.on {
  font-weight: bold;
  color: #3149DD; }
.main-contents .section-title .right .tabs .item.on a::after {
  content: '';
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #3149DD;
  top: -7px; }
.main-contents .section-title .right .tabs .item.on a::before {
  content: '';
  height: 12px;
  border-radius: 6px;
  background-color: #cee3f7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  width: calc(100% + 12px); }
.main-contents .section-title .right .swiper-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 40px; }
.main-contents .section-title .right .swiper-nav .btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 100%; }
.main-contents .section-title .right .swiper-nav .btn-nav.swiper-button-disabled {
  opacity: 1; }
.main-contents .section-title .right .swiper-nav .btn-nav.swiper-button-disabled .ico {
  opacity: .2; }

.main-contents .section-visual {
  position: relative;
  overflow: hidden;
  height: 300px; }
.main-contents .section-visual .swiper-slide {
  width: 1280px;
  margin: 0 auto;
  height:100%; }
.main-contents .section-visual .swiper-slide .inner {
  position: relative;
  display: flex; }
.main-contents .section-visual .swiper-slide .img {
  width: 100%;
  height: 300px; 
  display: flex;
  justify-content: center;}
.main-contents .section-visual .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.main-contents .section-visual .swiper-slide .img .bg {
  max-width: 1280px;
  z-index: 1; }
.main-contents .section-visual .inner{
	position : relative;
	top : -100%;
	height: 100%;
	display: flex;
}

@keyframes floatAni {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
/* .main-contents .section-visual .swiper-slide .info {
  width: calc(100% - 625px);
  height: 300px;
  padding-top: 60px;
  margin-left: 625px; } */
.main-contents .section-visual .swiper-slide.swiper-slide-active .bg {
  opacity: 1; }
.main-contents .section-visual .swiper-slide.swiper-slide-active .title {
  animation: slideLeft 0.6s ease-in-out  0.1s both; }
.main-contents .section-visual .swiper-slide.swiper-slide-active .links, .main-contents .section-visual .swiper-slide.swiper-slide-active .desc {
  animation: slideLeft 0.6s ease-in-out  0.3s both; }

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  75% {
    opacity: 1;
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.main-contents .section-visual .swiper-slide .badge-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 13px; }
.main-contents .section-visual .swiper-slide .badge-wrap .badge {
  line-height: 32px;
  color: #fff;
  height: 32px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  border-radius: 5px;
  background-color: #1e91e9;
  white-space: nowrap; }
.main-contents .section-visual .swiper-slide .title {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 34px;
  opacity: 0;
  transform: translateX(50px); }
.main-contents .section-visual .swiper-slide .links {
  opacity: 0;
  transform: translateX(50px); }
.main-contents .section-visual .swiper-slide .links a {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.9px;
  color: #3149DD; }
.main-contents .section-visual .swiper-slide .links a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 4px;
  background-size: cover;
  margin-left: 5px;
  background-image: url(../img/common/ico-nav-on.png);
  transform: translateY(-5px);
  transition: .3s; }
.main-contents .section-visual .swiper-slide .desc {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  opacity: 0;
  transform: translateX(50px); }
.main-contents .section-visual .btn-nav {
  z-index: 2;
  padding-top: 2px; }
.main-contents .section-visual .btn-nav.btn-prev {
  }
.main-contents .section-visual .btn-nav.btn-next {
  }
.main-contents .section-visual .slider-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  top : 85%;
  padding: 0 14px;
  background-color: #000000;
  width: 110px;
  opacity: 0.5;
  height: 25px;
  border-radius: 15px;
  }
.main-contents .section-visual .slider-nav .swiper-pagination {
  position: static; 
  width: 50px;}
.main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1; }
.main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background-color: #3149DD;
  opacity: 1; }
.main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px; }
.main-contents .section-visual .slider-nav .page-num {
  width: auto;
  line-height: 18px;
  margin-left: 5px;
  }
.main-contents .section-visual .slider-nav .page-num .current {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px; }
.main-contents .section-visual .slider-nav .page-num .total {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff; }
.main-contents .section-visual .slider-nav .page-num .total::before {
  content: '/';
  margin: 0 4px; }
.main-contents .section-visual .btn-slide-state {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 85%;
  margin-left: 10px;
  background-color: #000000;
  width: 25px;
  opacity: 0.5;
  height: 25px;
  border-radius: 15px; }

.main-contents .section-element {
  padding: 20px 0 20px; }
  
.main-contents .section-element .btn-nav {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px 0 rgba(33, 45, 124, 0.1);
  background-color: #fff;
  border:1px solid #999999;
  border-radius: 100%;
  z-index: 2;
  padding-top: 2px; }
.main-contents .section-element .btn-nav.btn-prev {
  left: -80px;
  padding-right: 2px; }
.main-contents .section-element .btn-nav.btn-next {
  right: -80px;
  padding-left: 2px; }

.main-contents .section-middleSch {
  background-color: #f7f9fa;
  padding: 20px 0 20px; }
.main-contents .section-middleSch .btn-nav {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px 0 rgba(33, 45, 124, 0.1);
  background-color: #fff;
  border:1px solid #999999;
  border-radius: 100%;
  z-index: 2;
  padding-top: 2px; }
.main-contents .section-middleSch .btn-nav.btn-prev {
  left: -80px;
  padding-right: 2px; }
.main-contents .section-middleSch .btn-nav.btn-next {
  right: -80px;
  padding-left: 2px; }

.main-contents .section-highSch {
  padding: 20px 0 20px; }
.main-contents .section-highSch .btn-nav {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px 0 rgba(33, 45, 124, 0.1);
  background-color: #fff;
  border:1px solid #999999;
  border-radius: 100%;
  z-index: 2;
  padding-top: 2px; }
.main-contents .section-highSch .btn-nav.btn-prev {
  left: -80px;
  padding-right: 2px; }
.main-contents .section-highSch .btn-nav.btn-next {
  right: -80px;
  padding-left: 2px; }

@media (max-width: 1280px) {
  .main-contents .section-title .title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -1px; }
 }

@media (max-width: 1050px) {
  .main-contents .section-visual {
    height: calc(100vw / 1280 * 300 - 29px); }
  .main-contents .section-visual .inner {
    height: calc(100vw / 1280 * 300 - 29px);; 
    display: flex;
    justify-content: center;}
  .main-contents .section-visual .visual-slider {
    height: 100%; }
  .main-contents .section-visual .swiper-slide {
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
    justify-content: flex-end; }
  .main-contents .section-visual .swiper-slide .img {
    position: static;
    margin: -30px auto 0;
    width: 100%;
    height: auto;
    left: 0; }
  .main-contents .section-visual .swiper-slide .info {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-left: 0;
    text-align: center;
    z-index: 1; }
  .main-contents .section-visual .swiper-slide .badge-wrap {
    justify-content: center;
    margin-bottom: 12px; }
  .main-contents .section-visual .swiper-slide .badge-wrap .badge {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 14px; }
  .main-contents .section-visual .swiper-slide .title {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 20px; }
  .main-contents .section-visual .swiper-slide .links a {
    font-size: 16px;
    line-height: 18px; }
  .main-contents .section-visual .btn-nav {
  	
    }
  .main-contents .section-visual .slider-nav {
  	top : calc(100% - 30px);
    }
  .main-contents .section-visual .slider-nav .page-num .total, .main-contents .section-visual .slider-nav .page-num .current {
    font-size: 13px; }
  .main-contents .section-visual .btn-slide-state {
  	top : calc(100% - 30px);
   } 
}

.personal-info-contents .table th, .personal-info-contents .table td {
  padding: 15px 30px; }

.personal-info-contents .table th {
  width: 240px;
  border-color: #e4e4e4; }
.personal-info-contents .table th .txt {
  justify-content: center; }

.personal-info-contents .table td {
  width: calc(100% - 240px);
  text-align: left; }

.personal-info-contents .table .txt {
  display: flex;
  align-items: center;
  min-height: 28px; }
.personal-info-contents .table .txt.required::after {
  content: '*';
  color: #ff3b80;
  margin-left: 4px; }

.personal-info-contents .table .form-group {
  display: flex;
  align-items: center;
  gap: 10px; }
.personal-info-contents .table .form-group .form-control {
  width: 240px; }
.personal-info-contents .table .form-group.phone .form-control {
  width: 100px; }
.personal-info-contents .table .form-group.email .form-select {
  width: 240px; }

.personal-info-contents .button-group {
  margin-top: 50px; }

.personal-info-contents .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 600px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  text-align: center; }
.personal-info-contents .result .desc-1 {
  line-height: 20px;
  margin-bottom: 40px; }
.personal-info-contents .result .desc-2 {
  line-height: 20px; }
.personal-info-contents .result .form-radio-group {
  margin-bottom: 20px; }
.personal-info-contents .result + .button-group {
  flex-wrap: wrap; }

.personal-info-contents .login-box {
  max-width: 500px;
  margin: 0 auto; }
.personal-info-contents .login-box .font-1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600; }
.personal-info-contents .login-box .font-2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #666666; }
.personal-info-contents .login-box .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px; }
.personal-info-contents .login-box .links .txt-link {
  position: relative;
  color: #666666;
  transition: .2s; }
.personal-info-contents .login-box .links .txt-link:hover {
  color: #222222; }
.personal-info-contents .login-box .links .txt-link + .txt-link::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  left: -15px;
  top: 50%;
  transform: translateY(-50%); }
.personal-info-contents .login-box .tip {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ff3b80;
  text-align: center; }
.personal-info-contents .login-box .box {
  max-width: 360px;
  margin: 0 auto; }
.personal-info-contents .login-box .box .form-group .form-control {
  display: block;
  width: 100%; }
.personal-info-contents .login-box .box .form-group .form-control + .form-control {
  margin-top: 10px; }
.personal-info-contents .login-box .form-check-group {
  margin-bottom: 45px;
  justify-content: center; }
.personal-info-contents .login-box .form-check {
  width: fit-content;
  margin: 0 auto; }
.personal-info-contents .login-box .form-check span {
  font-weight: bold; }
.personal-info-contents .login-box .button-group {
  margin-top: 30px;
  flex-direction: column; }
.personal-info-contents .login-box .button-group .btn + .btn {
  margin-top: 30px; }

.personal-info-contents .sign-in > .form-check-group {
  margin-bottom: 45px;
  justify-content: center; }
.personal-info-contents .sign-in > .form-check-group .form-check span {
  font-size: 22px; }

.personal-info-contents .sign-in .form-check {
  margin: 0 auto; }
.personal-info-contents .sign-in .form-check span {
  font-weight: bold; }

.personal-info-contents .sign-in .terms-item + .terms-item {
  margin-top: 60px; }

.personal-info-contents .sign-in .terms-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
.personal-info-contents .sign-in .terms-item .item-head .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500; }

.personal-info-contents .sign-in .terms-item .form-check span {
  font-weight: 500; }

.personal-info-contents .sign-in .terms-item .agree-box {
  width: 100%;
  height: 200px;
  display: block;
  overflow-y: auto;
  border: 1px solid #e9f0f3;
  padding: 40px 35px;
  margin-bottom: 20px; }
.personal-info-contents .sign-in .terms-item .agree-box p {
  margin-bottom: 20px; }
.personal-info-contents .sign-in .terms-item .agree-box p:last-child {
  margin-bottom: 0; }
.personal-info-contents .sign-in .terms-item .agree-box .title {
  display: block; }

@media (max-width: 1280px) {
  .personal-info-contents .table th, .personal-info-contents .table td {
    padding: 15px; }
  .personal-info-contents .table th {
    width: 100px; }
  .personal-info-contents .table td {
    width: calc(100% - 100px); }
  .personal-info-contents .table .form-group {
    flex-wrap: wrap; }
  .personal-info-contents .table .form-group .form-control {
    width: 200px; }
  .personal-info-contents .table .form-group.phone .form-control {
    width: 100px; }
  .personal-info-contents .table .form-group.email .form-select {
    width: 200px; } }

.detail-contents .course-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px; }

.detail-contents .course-info {
  height: fit-content;
  border: 1px solid #e4e4e4;
  border-radius: 5px; }
.detail-contents .course-info .img {
  width: 100%;
  aspect-ratio: 340 / 190;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }
.detail-contents .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.detail-contents .course-info .content {
  padding: 20px 20px 30px; }
.detail-contents .course-info .category-list .tag {
  width: 70%; }
.detail-contents .course-info .course-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.detail-contents .course-info .list {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.detail-contents .course-info .list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px; }
.detail-contents .course-info .list .item + .item {
  margin-top: 13px; }
.detail-contents .course-info .list .item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #cccccc; }
.detail-contents .course-info .list .item .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  width: 60px;
  margin-right: 20px; }
.detail-contents .course-info .list .item .val {
  width: calc(100% - 60px - 20px);
  font-size: 16px;
  letter-spacing: normal;
  color: #666;
  line-height: 17px; }
.detail-contents .course-info .list .item .val .ico {
  margin-right: 4px; }
.detail-contents .course-info .btns {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 25px;}
.detail-contents .course-info .btns .up {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px; }
.detail-contents .course-info .btns .up > * {
  flex: 1; }
.detail-contents .course-info .btns .down {
  display: flex;
  align-items: center; }
.detail-contents .course-info .btns .down > * {
  flex: 1; }
.detail-contents .course-info .btns .btn-ctnview {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
  background-color: #0072b2;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px; 
  min-width: 48%;
  color: #ffffff;
  }
.detail-contents .course-info .btns .btn-heart, .detail-contents .course-info .btns .btn-share {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px; 
  min-width: 48%;
  }
.detail-contents .course-info .btns .btn-heart .num, .detail-contents .course-info .btns .btn-share .num {
  margin-left: 5px; }
.detail-contents .course-info .course-desc {
  display: none; }
.detail-contents .course-info .tag-list {
 }

.detail-contents .course-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px; }

.detail-contents .category-list .tag {
  width: 80%; }

.detail-contents .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 65px; }
.detail-contents .tag-list .tag {
  position: relative;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 17px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  color: #3149dd; }

.detail-contents .course-item .section-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.detail-contents .course-item .desc {
  font-size: 16px;
  line-height: 30px; }
.detail-contents .course-item .desc .item {
  display: flex;
  gap: 4px; }

.detail-contents .course-item .course .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee; }
.detail-contents .course-item .course .item .num {
  width: 60px;
  text-align: center;
  letter-spacing: -0.4px; }
.detail-contents .course-item .course .item .tit {
  height: calc(100% - 60px);
  padding-left: 28px; }

.detail-contents .course-item + .course-item {
  margin-top: 69px; }

.detail-contents .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px; }

.detail-contents .view {
  display: flex;
  gap: 60px; }
.detail-contents .view .c-content {
  width: 880px; }
.detail-contents .view .course-info {
  width: calc(100% - 880px - 60px); }

@media (max-width: 1280px) {
  .detail-contents .course-title {
    margin-bottom: 27px; }
  .detail-contents .view {
    flex-direction: column-reverse;
    gap: 0; }
  .detail-contents .view .c-content {
    width: 100%; }
  .detail-contents .view .c-content .category-list, .detail-contents .view .c-content .course-title, .detail-contents .view .c-content .course-desc, .detail-contents .view .c-content .tag-list {
    }
  .detail-contents .view .course-info {
    width: 100%;
    border: 0; }
  .detail-contents s
  .course-info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px; }
  .detail-contents s
  .course-info .img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .detail-contents s
  .course-info .content {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .detail-contents s
  .course-info .content .list {
    padding-left: 15px; }
  .detail-contents s
  .course-info .content .list, .detail-contents s
  .course-info .content .btns {
    width: 100%; }
  .detail-contents s
  .course-info .content .btns {
    flex-direction: column;
    padding-bottom: 0; }
  .detail-contents s
  .course-info .content .btns .up, .detail-contents s
  .course-info .content .btns .down {
    width: 100%; }
  .detail-contents s
  .course-info .content .btns .btn {
    width: 100%;
    height: 56px;
    line-height: 54px; }
  .detail-contents s
  .course-info .content .btns .btn-heart {
    width: 70%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap; }
  .detail-contents s
  .course-info .content .btns .btn-share {
    width: 30%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap; }
  .detail-contents s
  .course-info .course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px; }
  .detail-contents s
  .course-info .course-desc {
    display: block; }
  .detail-contents s
  .course-info .tag-list {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px; }
  .detail-contents s
  .course-info .list {
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .detail-contents .course-desc {
    margin-bottom: 30px; }
  .detail-contents .tag-list {
    margin-bottom: 50px; }
  .detail-contents .course-item + .course-item {
    margin-top: 50px; }
  .detail-contents .course-item .course .item .num {
    width: 40px; }
  .detail-contents .course-item .course .item .tit {
    padding-left: 7px; }
  .detail-contents .btn-wrap {
    margin-top: 50px; } }

.policy-contents .policy .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px; }

.policy-contents .policy .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.policy-contents .policy .content {
  margin-bottom: 40px;
  line-height: 26px;
  padding-left: 15px; }

.communication-contents .accordion {
  border-top: 1px solid #ccc; }
.communication-contents .accordion .item {
  border-bottom: 1px solid #eee; }
.communication-contents .accordion .item .item-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  cursor: pointer; }
.communication-contents .accordion .item .item-head .question {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.4px;
  font-weight: 500;
  margin-right: 20px; }
.communication-contents .accordion .item .item-head .title {
  max-width: calc(100% - 55px);
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.communication-contents .accordion .item .item-head .title .category {
  margin-right: 4px; }
.communication-contents .accordion .item .item-head::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 9px;
  right: 20px;
  top: 50%;
  background-image: url(../img/sub/ico-ac-down.png);
  transform: translateY(-50%);
  background-size: cover; }
.communication-contents .accordion .item .item-body {
  position: relative;
  display: none; }
.communication-contents .accordion .item .item-body .answer {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3149DD;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.4px;
  font-weight: 500; }
.communication-contents .accordion .item .item-body .content {
  padding: 23px 20px 20px 66px;
  font-size: 16px;
  line-height: 30px;
  background-color: #f7f9fc; }
.communication-contents .accordion .item.show .item-head .question {
  background-color: #3149DD; }
.communication-contents .accordion .item.show .item-head::after {
  background-image: url(../img/sub/ico-ac-up.png); }
.communication-contents .accordion .item.show .item-body {
  display: block;
  border-top: 1px solid #eee; }

.sorting-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
.sorting-area .total {
  font-size: 16px; }
.sorting-area .total .val {
  color: #3149DD; }
.sorting-area .form-group {
  display: flex;
  align-items: center;
  gap: 10px; }
.sorting-area .form-group .form-select {
  min-width: 100px; }

@media (max-width: 768px) {
  .sorting-area {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start; }
  .sorting-area .btn-group {
    width: 100%; }
  .sorting-area .btn-group .btn {
    width: 100%; }
  .sorting-area .total {
    margin-top: 30px; }
  .sorting-area .form-group {
    width: 100%; }
  .sorting-area .form-group .form-search {
    flex: 1; } }

.lnb {
  width: 240px; }
.lnb .lnb-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1.4px;
  margin-bottom: 45px; }
.lnb .menu {
  position: relative; }
.lnb .menu + .menu {
  margin-top: 22px; }
.lnb .menu.on .title span {
  color: #3149DD; }
.lnb .menu.on .title span::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3149DD; }
.lnb .menu .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -.8px;
  cursor: pointer; }
.lnb .menu .title span {
  position: relative;
  display: inline-block; }
.lnb .menu .title:hover .link {
  color: #3149DD; }
.lnb .menu .sub-menu-list {
  display: none;
  padding-top: 5px; }
.lnb .menu.show .sub-menu-list {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 16px; }
.lnb .menu.show .btn-menu-toggle .ico-menu-state {
  transform: rotate(180deg); }
.lnb .menu .sub-menu {
  padding-left: 10px; }
.lnb .menu .sub-menu .sub-title {
  display: block;
  font-size: 15px;
  line-height: 40px; }
.lnb .menu .sub-menu .sub-title span {
  display: inline-block;
  line-height: 20px; }
.lnb .menu .sub-menu:hover .sub-title span, .lnb .menu .sub-menu.on .sub-title span {
  color: #3149DD;
  font-weight: 600; }
.lnb .menu .btn-menu-toggle {
  position: absolute;
  width: 30px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.lnb .menu .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 6px;
  background-size: cover;
  background-image: url(../img/common/ico-lnb-arrow.png); }
.lnb .menu.has-depth .title {
  position: relative; }

.course-contents {
  padding-top: 60px; }
.course-contents .inner {
  display: flex; }
.course-contents .lnb {
  width: 220px;
  margin-right: 60px; }
.course-contents .content {
  width: calc(100% - 220px - 60px); }
.course-contents .course-breadcrumb {
  display: none;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px; }
.course-contents .course-breadcrumb .item a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.8px; }
.course-contents .course-breadcrumb .item.selectable a {
  padding-right: 24px; }
.course-contents .course-breadcrumb .item.selectable a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-size: cover;
  background-image: url(../img/common/ico-lnb-arrow.png); }
.course-contents .course-breadcrumb .item + .item a::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-size: cover;
  background-image: url(../img/common/ico-breadcrumb2.png); }
.course-contents .course-sorting {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 40px;
  background-color: #f7f9fa;
  gap: 20px; }
.course-contents .course-sorting .label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.8px; }
.course-contents .course-sorting .form-search {
  width: 480px;
  background-color: #fff; }
.course-contents .course-sorting .form-search .btn-search::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.course-contents .course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 28px; }
.course-contents .course-item {
  width: calc(33.3% - 21px); }
.course-contents .course-item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 229 / 129; }

@media (max-width: 1280px) {
  .course-contents {
    padding-top: 30px; }
  .course-contents .lnb {
    }
  .course-contents .content {
    width: 100%; }
  .course-contents .course-breadcrumb {
    display: flex; }
  .course-contents .course-sorting {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
    height: auto; }
  .course-contents .course-sorting .label {
    display: none; }
  .course-contents .course-sorting .form-search {
    width: 100%; }
  .course-contents .course-list {
    gap: 30px 16px; }
  .course-contents .course-item {
    width: calc(50% - 8px); } }

.inquiry-view .view:last-child {
  border-bottom: 1px solid #eeeeee; }

.inquiry-view .view .item-head {
  border-top: 1px solid #cccccc; }
.inquiry-view .view .item-head .title {
  padding: 20px 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  background-color: #f4f4f4; }
.inquiry-view .view .item-head .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #eeeeee; }
.inquiry-view .view .item-head .info .tit {
  margin-right: 8px;
  color: #666666; }
.inquiry-view .view .item-head .info .date, .inquiry-view .view .item-head .info .state {
  font-size: 16px;
  line-height: 18px;
  text-align: right; }
.inquiry-view .view .item-head .attachment {
  width: 100%;
  margin-top: 15px; }
.inquiry-view .view .item-head .attachment a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center; }
.inquiry-view .view .item-head .attachment a:hover {
  text-decoration: underline;
  color: #2859e7; }
.inquiry-view .view .item-head .attachment .file {
  font-size: 16px;
  margin-left: 8px; }

.inquiry-view .view .item-body {
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  min-height: 190px; }

.inquiry-view .view.reply .item-head .title {
  background-color: #f7f9fc; }

.inquiry-view + .button-group {
  margin-top: 50px; }

.inquiry-view.notice .view .item-body {
  min-height: 500px; }

@media (max-width: 1280px) {
  .inquiry-view .view .item-head .title {
    padding: 20px 16px; }
  .inquiry-view .view .item-head .info {
    justify-content: flex-start;
    gap: 0 40px;
    padding: 20px 16px; }
  .inquiry-view .view .item-head .info .state {
    position: relative; }
  .inquiry-view .view .item-head .info .state::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    width: 1px;
    height: 10px;
    background-color: #ccc; }
  .inquiry-view .view .item-body {
    padding: 30px 15px; }
  .inquiry-view + .button-group {
    margin-top: 30px; } }

.intro-contents .heading {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 70px; }

.intro-contents .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px; }

.intro-contents .desc {
  font-size: 16px;
  line-height: 24px; }

.intro-contents .img {
  max-width: 1193px;
  margin: 0 auto; }
.intro-contents .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

.intro-contents .section + .section {
  margin-top: 68px; }

/*# sourceMappingURL=style.css.map */
