@charset "UTF-8";
@import url("intro.css");
@import url(font.css);

/* CSS Document */

/* ------------------------------------------------------------
 * Name      : typeA_login.css
 * Desc      : 고려대학교 로그인페이지
 * Created   : 2026/01/30 by YJK
 * Updated   : 
------------------------------------------------------------ */

/* 기본 스타일 초기화 */


body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 16px;
  color: #666;
  bottom: 0;
}

#skipnavi a {
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: -10000px;
  background: #c41e50;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  z-index: 2100;
}

#skipnavi a:hover,
#skipnavi a:focus,
#skipnavi a:active {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background: #c41e50;
  color: #fff;
}

#skipnavi h1 {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

a,
a:link {
  text-decoration: none;
}


.wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}

.Login{
  flex:1;
  height:100%;
}

.Login_wrap {
  height:100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.Login_area {
  height: auto;
  min-height: calc(100vh - 145px);
  /*height: calc(100vh - 145px);*/
  display: flex;
  justify-content: center;
}

/* 왼쪽 영역 */
.Login_left_area {
  width: calc(100% - 600px);
  background: url(/korea/login/images/01_Bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  height: 848px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.main_txt {
  gap: 8px;
}

.main_txt h1 {
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 56px;
  margin: 0px;
}

/* 스와이퍼 */
.swiper-container {
  width: calc(100% - 600px);
  background: url(/korea/login/images/01_Bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 17px;
}

.swiper-slide_active {
  width: 40px;
  height: 17px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
}

.swiper-slide {
  width: 17px;
  height: 17px;
  border-radius: 100px;
  cursor: pointer;
}

.swiper-slide[data-slide-index="1"] {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-slide[data-slide-index="2"] {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-slide[data-slide-index="3"] {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-controls {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 99.9rem;
  padding: 8px 17px;
  gap: 32px;
  margin-top: 300px;
}

.swiper-controls-btns {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap:8px;
}

.swiper-button-prev {
  display: flex;
}

.swiper-button-next {
  display: flex;
}

.swiper-start {
  display: flex;
}

.swiper-stop {
  display: flex;
}

.chatbot {
  position: absolute;
  right: 25px;
  bottom: 36px;
}

/* 오른쪽 영역 */
.Login_right_area {
  box-sizing: border-box;
  width: 600px;
  padding: 56px 64px 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 상단 */
.top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.top img {
  width: 119px;
  height: auto;
}

/* 언어선택 */
.language-dropdown {
  position: relative;
  display: inline-block;
}

.Language-toggle {}

.Language-toggle ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
}

.Language-toggle ul li {
  list-style: none;
}


.Language-toggle ul li .c-lang {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #717171;
}

.Language-toggle ul li .c-lang.sel {
  color: #8B0029;
}

.Language-toggle li+li::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #999;
  margin: 0 6px;
  display: inline-block;
}


/*로그인 인트로*/
.sr-only { display: inline-block; width: 0; height: 0; padding: 0; margin: -1px; font-size: 0px; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.Login_intro_wrap{
  width:100%;
}

.intro_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.intro_txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.intro_txt p {
  margin: 0;
  font-size: 21px;
}

.intro_txt h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #1d1d1d;
}

.intro_txt span {
  color: #8B0029;
  font-weight: 500;
}

.intro_img img {
  width: 110px;
  height: auto;
}

.chat_mascot {
  display: none;
}

.btn_login {
  width: 100%;
  height: 60px;
  background: #A91C46;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 32px;
}


/* 아이콘 메뉴 */
.login_menu_area {
  width:100%;
  display: flex;
  justify-content: space-between;
}

.login_menu_area a {
  width: 25%;
  justify-items: center;
}

.login_menu_area .span {
  align-items: center;
}

.menu {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
}

.menu p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-top: 8px;
  word-break: keep-all;
}

.menu img {
  width: 90px;
  height: 90px;
}

/* 공지사항 */

.notice_area{
  width:100%;  
}

.notice_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px solid #000;
}

.notice_title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 16px 0 16px 0;
}

.more_btn a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  display: flex;
  align-items: center;
}

.notice_content {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.notice_content ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.notice_content ul li {
  list-style: none;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 16px 0 16px 0;
}

.notice_line {
  border-bottom: 1px dotted #ccc;
}

.notice_line_none {
  border: none;
}

.notice_content ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  width: 80%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice_content ul li a:hover::after,
.notice_content ul li a:focus::after {
  content: attr(aria-label);
  position: absolute;
  top: 120%;
  left: 0;
  margin-top: 10px;
  padding: 10px;
  background: #FFF8F8;
  border: 1px solid #A91C46;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  white-space: normal;
  width: max-content;
  max-width: 300px;
}

.notice_content ul li a:hover::before,
.notice_content ul li a:focus::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #FFF8F8 transparent;
  filter: drop-shadow(0 -1px 0 rgba(169, 28, 70, 1));
  z-index: 101;
}

.notice_content ul li .notiDate {
  width: 20%;
  text-align: right;
}

/* 푸터 */
.footer_wrap {
  width: 100%;
  background-color: #111;
}

.footer_area {
  box-sizing:border-box;
  width: 100%;
  height: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
  position: relative;
}

.footer_left {
  display: flex;
  width: 100%;
}

.footer_logo {
  margin-right: 96px;
}

.footer_bg {  
  position: absolute;
  right: 0%;
}

/* 푸터 컨텐츠*/
.footer_contents {
  display: flex;
  gap: 64px;
}

.footer_contents img {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

/* footer_policy */
.footer_policy p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0;
  margin-top: 8px;
}

.footer_policy_list {
  display: flex;
  gap: 10px;
  padding-left: 0px;
  margin: 0;
}

.footer_policy_list ul {
  gap: 8px;
}

.footer_policy_list li {
  list-style: none;
  font-size: 17px;
}

.footer_policy_list_01 a {
  color: #ccc;
  font-weight: 500;
}

.footer_policy_list_02 a {
  color: #888;
  font-weight: 400;
}

/*footer_info*/

.footer_info {
  gap: 8px;
}

.footer_info_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_info_list li {
  gap: 8px;
  display: flex;
  align-items: center;
  flex-direction: row;
}




.footer_info_list ul li {
  gap: 8px;
}

.seoul_tag {
  background-color: #484a51;
  border-radius: 50px;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.sejong_tag {
  background-color: #484a51;
  border-radius: 50px;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.sejong {
  margin-top: 8px;
}

.footer_info_list li span {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  opacity: 0.6;
  gap: 8px;
}




/*반응형*/

@media only screen and (max-width: 1023px) {
  .swiper-container {
    display: none;
  }

  /*오른쪽 영역*/
  .Login_right_area {
    width: 100%;
    padding: 32px 24px 32px 24px;
  }
  
  .Login_intro_wrap {
    margin-top: 0;
  }

  .lan_chat_area {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .chat_mascot {
    display: inline-block;
    background: #8b0029;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 7px 15px 7px 31px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .chat_mascot:after {
    content: '';
    background: url(/korea/login/images/icon_mascot.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0;
    top: 7px;
  }

  .chat_mascot:hover {
    background: #700021;
  }
  
  /*푸터*/

  .footer_area {
    box-sizing: border-box;
    height: 100%;
    padding: 40px 24px 40px 24px;
    margin-left: 0;
  }

  .footer_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer_contents {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    display: none;
  }

  /*오른쪽 영역*/
  .Login_right_area {
    width: 100%;
  }

  .Login_intro_wrap {
    margin-top: 40px;
  }


  /*푸터*/
  .footer_wrap{
    display: none;
  }

  .footer_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer_info_list li {
    gap: 8px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .Login_area{
    height:100%;
  }
  .login_menu_area{
    margin:30px 0px;
  }

}

@media only screen and (max-width: 480px) {
    
  .swiper-container {
    display: none;
  }

  /*오른쪽 영역*/
  .Login_right_area {
    width: 100%;
    padding: 32px 24px 32px 24px;
  }

  /*인트로*/
  .intro_img img {
    display: none;
  }

  .login_menu_area {
    gap: 8px;
    margin:20px 0px;
    display: grid;
    grid-template-columns: 2fr 2fr;
    justify-items: center;
  }


  /*푸터*/


  .footer_area{
    padding: 40px 24px 40px 24px;
  }

  .footer_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer_menu li + li::before {
    height: 12px;
    margin: 0 8px;
  }

  .footer_info_list li {
    gap: 8px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer_bg{
    display:none;
  }

  .notice_content ul li a {
    width: 70%;
  }
  
  .notice_content ul li .notiDate {
    width: 30%;
  }

}