<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{% load static %}

#content.academycontent,
.academycontent &gt; .container {
  background-color: #eeeeee;
}

.academycontent {
  min-height: 70%;
}

#topper.academytopper,
#footer.academyfooter {
  background-color: white;
}

.slick-dots {bottom: 5px !important;}
.slick-dots button {
  width: 5px !important; height: 5px !important;
  border: 1px solid #E3705C !important; border-radius: 50% !important;
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.6);
}
.slick-active button {background: #E3705C !important;}
.slick-dots button:before {display: none;}

.ann_nav_academy {
  background-color: #E3705C;
}
.aca_dropdown-menu {
  background-color: #E3705C;
  border-radius: 0 !important;
}
.aca_dropdown-item:hover,
.aca_dropdown-item:active,
.aca_dropdown-item:focus {
  background-color: #eed1bf80;
}
ul.navbar-nav li.dropdown:hover &gt; ul.dropdown-menu{
  display:block;
  top: 100%;
  left: 0;
  margin-top: -.125rem !important;
}
.dropdown-menu[data-bs-popper] {
  margin-top: -.125rem !important;
}
.aca_button{
  /* border: 2px solid black; */
  color: white;
  border-radius: 5px;
  padding: 5px 40px;
  font-weight: 700;
  transition: 0.3s;
}
.aca_button.ab_pink{
  background-color: #E3705C;
}
.aca_button.ab_pink:hover{
  background-color: #eed1bf;
}
.aca_button.ab_green{
  background-color: #26A191;
}
.aca_button.ab_green:hover{
  background-color: #26A19180;
}

/* PC */
@media (min-width: 992px) {
  .aca_home_slide_content {padding: 50px;}
  .aca_home_slide_title {font-size: 60px;}
  .ann_logo_academy {width: 200px;}
  .aca_home_banner_content {padding: 50px;}
  #aca_intro_title {font-size: 3em;}
}
/* mobile */
@media (max-width: 991px) {
  .aca_home_slide_content {padding: 20px;}
  .aca_home_slide_title {font-size: 32px;}
  .ann_logo_academy {width: 120px;}
  .aca_home_banner_content {padding: 20px;}
  #aca_intro_title {font-size: 2em;}
  #aca_intro_text {
    padding: 0 10%;
  }
}

/*-------------------
          í™ˆ
-------------------*/

.aca_home_slide {
  width: 100%;
  height: 500px;
  border: 2px solid #eeeeee;
  border-top-width: 0;
  margin: 0 !important;
}
.aca_home_slide_page {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.aca_home_slide_content {
  width: 100%; height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: flex-start;
}
.aca_home_slide_title {
  font-weight: 700;
  line-height: 130%;
  color: white;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.aca_home_slide_text {
  font-weight: 300;
  line-height: 160%;
}
.aca_home_banner {
  height: 150px; border: 2px solid #eeeeee;
  padding: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.aca_home_banner_content {
  height: 100%; width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  line-height: 100%;
}
.aca_home_banner_content:hover {
  backdrop-filter: blur(4px);
  transition: 0.3s;
}

/*-------------------
      í•™ì› ì†Œê°œ
-------------------*/

#aca_intro_key {
  height: 250px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#aca_intro_key_gradient {
  width: 100%; height: 250px;
  background: linear-gradient(rgba(238,238,238,0), rgba(238,238,238,1));
  backdrop-filter: blur(1px);
}
#aca_intro_title {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: black;
  line-height: 130%;
  text-align: center;
}
#aca_intro_text {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
  /*
  -moz-columns: 3 20em;
  -webkit-columns: 3 20em;
  columns: 3 20em;
  -moz-column-gap: 110px;
  -webkit-column-gap: 110px;
  column-gap: 110px;
  -moz-column-rule: 1px solid #cccccc;
  -webkit-column-rule: 1px solid #cccccc;
  column-rule: 1px solid #cccccc;
  */
}
#aca_intro_color {
  background-color: #44515c;
}
#aca_intro_map {

  padding: 30px;
}
#aca_intro_map01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#aca_intro_map02 {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#aca_intro_map02 &gt; div {
  padding: 20px;
  background-color: #44515c;
}

/*-------------------
      ê³µì§€ì‚¬í•­
-------------------*/
#notice_table {
  font-size: 1em;
}
#notice_table thead :nth-child(2),
#notice_table tbody tr :nth-child(2) {
  text-align: right;
  padding-right: 20px;
}
#notice_table thead :nth-child(1),
#notice_table tbody tr :nth-child(1) {
  padding-left: 20px;
}
#notice_article_title {
  font-size: 1em;
  font-weight: 700 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-color: black;
}
#notice_article_title tr :nth-child(2) {
  text-align: right;
  padding-right: 20px;
}

/*-------------------
       ì´ë²¤íŠ¸
-------------------*/
.aca_event_banner {
  padding: 20px;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
}
.aca_event_banner_image {
  /* background-color: #E3705C; */
  /* 3:2 ì‚¬ì´ì¦ˆ 66.6%. 4:3 ì´ë¯¸ì§€ëŠ” 75%ë¡œ ì„¤ì&nbsp;• */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.aca_event_banner_image_content {
  width: 100%;
  height: 100%;
}
.aca_event_banner_image_content:hover {
  transition: 0.3s;
  backdrop-filter: blur(2px) !important;
}
.aca_event_banner_title {
  margin: 10px 0 0 0;
  font-size: 1.2em;
  font-weight: 700;
}

/*-------------------
     ì˜¨ë¼ì¸ ìƒë‹´
-------------------*/
.aca_form {
  margin-bottom: 10px;
}
.aca_form label {
  font-weight: 700;
  /*
  background-color: #26A191;
  color: white;
  padding: 5px 10px;
  font-size: 1em;
  */
}
.aca_form input,
.aca_form textarea {
  border: 2px solid black !important;
  border-radius: 0;
}
.aca_form input:focus,
.aca_form textarea:focus {
  box-shadow: 0 0 0 0.25rem #26A19180;
  background-color: #26A19180;
  transition: 0.3s;
}
.aca_form input:hover,
.aca_form input:active,
.aca_form textarea:hover,
.aca_form textarea:active {
  background-color: #26A19180;
  transition: 0.3s;
}

/*-------------------
      êµìœ¡ê³¼ì&nbsp;•
-------------------*/
.course_sample_wrap{
  margin: 0; padding: 0;
  text-align: center;
  width: 100%;
}
#course_intro{
  padding: 0;
  min-height: 400px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#course_gradient {
  width: 100%; min-height: 400px;
  background: linear-gradient(rgba(238,238,238,0), rgba(238,238,238,1));
  backdrop-filter: blur(1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
#course_activity {
  padding: 0 0 100px 0;
}
#course_teacher {
  background-color: white;
  padding: 0 0 50px 0;
}
#course_regular {
  /* background-color: #26A191; */
  padding: 0 0 50px 0;
}

#course_class {
  background-color: #26A191;
  color: white;
  padding: 0 0 50px 0;
}
#course_custom {
  background-color: #44515C;
  color: white;
  padding: 0 0 50px 0;
}
#course_regular .card-body,
#course_class .card-body,
#course_custom .card-body{
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
}
#course_regular .course_time,
#course_class .course_time,
#course_custom .course_time {
  height: 95px;
}
.course_regular_card{
  background: rgb(238,238,238);
  background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid #cccccc !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.125);
}
.course_class_card {
  background: rgb(38,161,145);
  background: linear-gradient(0deg, rgba(38,161,145,1) 0%, rgba(149,201,197,1) 100%);
  border: 1px solid #95c9c5 !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.125);
}
.course_custom_card {
  background: rgb(68,81,92);
  background: linear-gradient(0deg, rgba(68,81,92,1) 0%, rgba(101,117,133,1) 100%);
  border: 1px solid #657585 !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.125);
}
.course_title {
  font-size: 4em;
  font-weight: 700;
  text-align: center;
}
.course_activity_img {
  width: 100%;
  height: 250px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}</pre></body></html>