@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 공통 */
.br_sm_n {
  display: block;
}

.color_w {
  color: #fff;
}

.color_b {
  color: #0058b1;
  ;
}

.section {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1.00;
}

.section_wrap {
  width: 80%;
  margin: 80px auto 50px;
  max-width: 1400px;
}

#section1 {
  width: 100%;
  height: 100%;
  margin-bottom: -3px;
}

#section2 {
  background: url(../main/img/main_bg01.jpg)no-repeat center;
  background-size: cover;
  height: auto;
}

#section3 {
  background: url(../main/img/main_bg02.jpg)no-repeat center;
  background-size: cover;
  height: auto;
}

#section4 {
  width: 100%;
  height: auto;
}

#section5 {
  width: 100%;
  height: auto;
}

/* 텍스트 공통 */
.text_type01>p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.text_type01>h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.content_tit>h4 {
  font-size: 0.9rem;
  font-weight: 500;
}

.content_tit>h3 {
  font-family: 'GmarketSansMedium';
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  padding: 0;
}

.content_tit>p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

@media (max-width: 1199.98px) {
  .section_wrap {
    width: 90%;
    margin: 100px auto;
  }
}

@media (max-width: 767.98px) {
  .section_wrap {
    margin: 60px auto;
  }

  .content_tit>h3 {
    font-size: 1.3rem;
    padding: 0px 0;
  }

  .content_tit>p {
    font-size: 0.8rem;
  }
}

/* main01 */
.section_main_logo {
 position: fixed;
 width: 240px;
 top:70%;
 left:80%;
}

.section_main_logo>img {
  width: 100%;
}

.main01_tit {
  color: #fff;
  margin-top: 50px;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 500;
}

.main01_txt {
  color: #fff;
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

@media (max-width: 1199.98px) {
  .main01_tit {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .main01_txt {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .section_main_logo {
    width: 50px;
    width: 50px;
    top:12%;
    left:85%;
  }

  .main01_tit {
    margin-top: 30px;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .br_sm_n {
    display: none;
  }
}

/* main02 */

.section01_content {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  position: relative;
}

/*  */

/* controls */
.con01 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.con01_m {
  display: none;
}

.con01>button {
  width: 60px;
  height: 60px;
}

.con01_m>button {
  width: 45px;
  height: 45px;
}

.next1 {
  background: url(../main/img/controls_prev.png)no-repeat;
  background-size: cover;
}

.prev1 {
  background: url(../main/img/controls_prev.png)no-repeat;
  transform: rotate(180deg);
  background-size: cover;
}

.next1:hover {
  background: url(../main/img/controls_hover.png)no-repeat;
  transform: rotate(180deg);
  background-size: cover;
}

.prev1:hover {
  background: url(../main/img/controls_hover.png)no-repeat;
  transform: none;
  background-size: cover;
}

/* slide_wrap */
.container01 {
  width: 100%;
  margin: 30px 0 90px 0;
}

.slide01 {
  background-color: #999;
  padding: 10px 0px 10px 10px;
}

.slide02 {
  background-color: #999;
  padding: 10px 10px 10px 0px;
}

.slide03 {
  background-color: #be8915;
}

.slide04 {
  background-color: #9ba09e;
}

.container01 .swiper-wrapper .swiper-slide {
  position: relative;
}

.slide_txt {
  position: absolute;
  top: 45%;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  transition: 0.5s;
}

.container01 .swiper-wrapper .swiper-slide>a:hover>.slide_txt {
  color: #fff;
  width: 100%;
}

.slide_txt>h3 {
  font-family: 'GmarketSansMedium';
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.slide_txt>h3>span {
  font-size: 0.9rem;
}

/**/

.container01 .swiper-wrapper .swiper-slide>a:hover>.slide_txt2 {
  color: #fff;
  width: 100%;
}

.slide_txt2>h3 {
  font-family: 'GmarketSansMedium';
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.slide_txt2>h3>span {
  font-size: 0.9rem;
}
/**/

.slide_txt>p {
  font-size: 0.8rem;
  margin-top: 10px;
  word-break: keep-all;
  line-height: 1.9rem;
  text-align: center;
}

.swiper-slide:hover {
 transition: all 0.4s linear;
 transform: scale(1.2);
}

.slide_summary_menu {
  padding: 20px;
}

.summary_menutit {
  color: #fff;
  font-size: 1.2rem;
  margin: 30px 0;
}

.slide_summary_menu>p {
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
  letter-spacing: -0.3px;
}

.slide_summary_menu>p>a {
  color: #fff;
}

.slide_icon01 {
  width: 50px;
}

.slide_pulsbt {
  color: #fff;
  font-size: 4rem;
  font-weight: 100;
  display: block;
  margin: auto;
}

@media (max-width: 1199.98px) {
  .con01_m {
    display: block;
    text-align: right;
    margin-top: 10px;
  }

  .main2_br_n {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #section1 .text_type01 {
    display: none;
  }

  .section01_content {
    display: block;
    margin: 30px 0 20px;
  }

  .content_tit_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .container01 {
    width: 100%;

  }

  .container01 .swiper-wrapper .swiper-slide {
    /*padding: 5px;*/
  }

  .con01 {
    display: none;
  }

  .slide_txt {
    top: 31%;
    margin: 0;
  }

  .slide_txt>p {
    margin-top: 0px;
  }

  .slide01 {
    background-color: #999;
    padding: 5px 0px 3px 5px;
   }

  .slide02 {
    background-color: #999;
    padding: 5px 5px 3px 0px;
  }
}

@media (max-width: 597.98px) {
  .container01 {
    width: 100%;
  }

  .slide_summary_menu {
    padding: 0;
  }

  .slide_txt>h3 {
    font-size: 0.7rem;
  }

  .slide_pulsbt {
    font-size: 2rem;
  }
}

/* main03 */

#section1, #section2, #section3 .content_tit {
  color: #fff;
  margin: 0px 0;
}

.section2_wrap {
  width: 80%;
  margin: 180px auto 80px;
  max-width: 1400px;
}

.section02_content {
  position: relative;

}

.section02_content>.line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  right: 0;
  margin: auto;
}

.section02_content>button {
  width: 35px;
  height: 60px;
  position: absolute;
}

.next2 {
  background: url(../main/img/controls_section2.png)no-repeat;
  background-size: contain;
  right: 10%;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.next2.swiper-button-disabled {
  display: none;
}

.prev2.swiper-button-disabled {
  display: none;
}

.prev2 {
  background: url(../main/img/controls_section2.png)no-repeat;
  background-size: contain;
  left: 10%;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}

.container02 {
  width: 70%;
  position: absolute;
}

.container02>ul>li {
  position: relative;
  padding: 140px 0;
}

.main03_content {
  position: relative;
  z-index: 10;
}

.year_circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 40%;
  text-align: center;
  background-color: #0150a3;
  border-radius: 100px;
  transition: all 0.5s;
}

.year_circle>p {
  color: #fff;
  font-size: 0.8rem;
  font-family: 'GmarketSansMedium';
}

.container02>ul>li>a:hover>.main03_content .year_circle {
  background-color: #b08829;
}

.mt40 {
  margin-top: 45%;
}

.main03_content_text {
  color: #fff;
  position: absolute;
}

.container02>ul>li>a:hover>.text_bottom {
  opacity: 1;
  bottom: 0;
}

.text_bottom {
  left: 55%;
  bottom: 50px;
  opacity: 0;
  transition-duration: 0.8s;
}

.mr30 {
  right: -30px;
}

.container02>ul>li>a:hover>.text_top {
  opacity: 1;
  top: 0;
}

.text_top {
  left: 55%;
  top: 50px;
  opacity: 0;
  transition-duration: 0.8s;
}

.main03_content_text>h5 {
  font-size: 0.7rem;
}

.main03_content_text>p {
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 1rem;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line_bottom,
.line_top {
  width: 1px;
  height: 1%;
  background-color: #fff;
  transition: 1s;
}

.container02>ul>li>a:hover>.main03_content_line .line_bottom {
  height: 48%;
}

.container02>ul>li>a:hover>.main03_content_line .line_top {
  height: 48%;
}

.one_bottom,
.one_top {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #fff;
}

.main03_content_line .line_bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}

.main03_content_line .one_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.container02>ul>li>a:hover>.main03_content_line .one_bottom {
  opacity: 1;
}

.main03_content_line .line_top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
}

.main03_content_line .one_top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.container02>ul>li>a:hover>.main03_content_line .one_top {
  opacity: 1;
}

@media (max-width: 1198.98px) {
  .section02_content>button {
    width: 30px;
    height: 55px;
  }

  .section2_wrap {
    width: 90%;
  }

  .container02 {
    width: 80%;
    margin-bottom: 50px;
  }

  .next2 {
    right: 5%;
  }

  .prev2 {
    left: 5%;
  }
}

@media (max-width: 767.98px) {
  .section2_wrap {
    margin: 60px auto 50px;
  }

  .container02 {
    margin-bottom: 100px;
  }

  .container02>ul>li {
    padding: 0;
  }

  .main03_content_line,
  .main03_content_text {
    display: none;
  }

  .section02_content>button {
    width: 20px;
    height: 45px
  }

  .next2 {
    right: 2.5%;
    top: 13px;
  }

  .prev2 {
    left: 2.5%;
    bottom: 11px;
  }

  .year_circle {
    width: 55%;
    height: 55%;
  }

  .year_circle>p {
    font-size: 0.7rem;
  }

}

/* main04 */
#section3 .text_type01 {
  text-align: center;
}

.section03_content {
  margin: 80px auto 50px;
  position: relative;
}

.container03 {
  width: 75%;
}

.container03>ul>li:nth-child(3) {
  background-color: #ffbebe;
}

.container03>ul>li:nth-child(4) {
  background-color: #bedaff;
}

.con03>button {
  width: 35px;
  height: 60px;
  z-index: 10;
}

.next3 {
  background: url(../main/img/controls_section3.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: translateY(50%);
}

.prev3 {
  background: url(../main/img/controls_section3.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  bottom: 50%;
  transform: translateY(50%) scaleX(-1);
}

.main4_br_n {
  display: none;
}

.hashtag {
  margin-top: 20px;
}

.hashtag>p {
  display: inline-block;
  border: 1px solid #000;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.video_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #0000009f;
}

@media (max-width: 1198.98px) {
  .container03 {
    width: 100%;
  }

  .con03>button {
    width: 25px;
    height: 50px;
  }

  .next3 {
    right: 3%;
  }

  .prev3 {
    left: 3%;
  }
}

@media (max-width: 767.98px) {
  .section03_content {
    margin: 50px auto;
  }

  .hashtag>p {
    font-size: 0.6rem;
  }

  .text_type01>h2 {
    font-size: 1.2rem;
  }

  .main4_br_n {
    display: block;
  }

  .con03>button {
    width: 15px;
    height: 40px;
  }

  .video_txt {
    height: 30px;
    font-size: 0.8rem;
  }
}

@media (max-width: 597.98px) {}

/* main05 */
#section4 .text_type01 {

  color: #fff;
}

.main05_tit>span {
  font-size: 1rem;
  font-weight: 300;
}

#section4 .text_type01>p {
  margin-top: 20px;
  line-height: 1.5rem;
  font-size: 0.9rem;
}

.section04_content {
  position: relative;
  margin: 80px 0 0px;
}

.container04 {
  border-top: 1px solid #6e6f6f;
  border-bottom: 1px solid #6e6f6f;
}

.container04>ul>li {
  text-align: center;
  width: 12.5%;
}

.container04>ul>li>a {
  width: 100%;
  height: 250px;
  padding-top: 50px;
  transition: 0.3s;
  display: inline-block;
}

.container04>ul>li>a:hover {
  background-color: #0150a3;
}

.college_icon {
  margin: auto;
  width: 45px;
}

.clooege_txt {
  color: #fff;
}

.clooege_txt>p {
  font-size: 0.85rem;
  padding: 30px 0 10px;
}

.clooege_txt>small {
  font-size: 0.7rem;
  line-height: 0.5;
}

.con04>button {
  width: 15px;
  height: 25px;
  transition: 0.3s;
}

.con04>button:hover {
  opacity: 0.5;
}

.next4 {
  background: url(../main/img/controls_section4.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
}

.prev4 {
  background: url(../main/img/controls_section4.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%) scaleX(-1);
}

.next4.swiper-button-disabled {
  display: none;
}

.prev4.swiper-button-disabled {
  display: none;
}

.section4_br_n {
  display: block;
}

@media (max-width: 1198.98px) {
  .section04_content {
    margin: 80px 20px 50px;
  }
}

@media (max-width: 767.98px) {

  #section4 .text_type01>p {
    font-size: 0.8rem;
  }

  .container04 {
    width: 90%;
  }

  .container04>ul>li>a {}

  .clooege_txt>p {
    font-size: 0.7rem;
    padding: 20px 0 10px;
  }

  .clooege_txt>small {
    font-size: 0.6rem;
  }
}

@media (max-width: 597.98px) {
  .section4_br_n {
    display: none;
  }
}

/* main_popup */
.main_popup {
  position: fixed;
  right: 100px;
  top: 100px;
  background-color: #fff;
  padding: 10px;
  width: 300px;
  height: 380px;
  z-index: 999;
  border-radius: 20px;
  text-align: center;
  border: 5px solid #8da8ed;
}

.main_popup>img {
  width: 60%;
  margin: 30px 0;
}

.main_popup>p {
  color: #23366e;
  font-size: 0.8rem;
  line-height: 1.3rem;
  word-break: keep-all;
}

.popup_bt {
  margin-top: 30px;
}

.popup_bt>a{
  background-color: #23366e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.7rem;
}

@media (max-width: 597.98px) {
  .main_popup {
    width: 200px;
    height: 300px;
    border: 3px solid #8da8ed;
    right: 30px;
    top: 70px;
  }
  .main_popup>img {
    margin: 10px 0;
  }
  .main_popup>p{
    font-size: 0.7rem;
  }
  .popup_bt>a{
    font-size: 0.6rem;
  }
}