@charset utf-8;
/* material-icons 설정 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap');

.material-icons {
  font-size: 20px;
  vertical-align: middle;
  color: #6952ff;
  padding: 0px 2px 4px 0px;
}

/* 폰트변경 */
* {
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  /* background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%); */
  background-image: url("../../img/login/login_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#login_content {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
}

#main_wrap {
  height: 100vh;
  min-height: 600px;
}

/**/
.login_sector {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 720px;
}

.login_hd {
  width: 100%;
  height: 60px;
  background-color: #b0003a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 3px #aaa,
    inset 3px 3px 5px rgba(255, 255, 255, 0.5),
    inset -3px -3px 5px rgba(0, 0, 0, 0.3);
}

.content_area {
  width: 100%;
  height: 660px;
  display: flex;
  background-color: #ececec;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.5),
    inset 5px 5px 7px rgba(255, 255, 255, 0.5),
    inset -5px -5px 7px rgba(120, 120, 120, 0.1);
}

.content_column_l {
  width: 550px;
  height: 100%;
  background: linear-gradient(to bottom right, #6952ff2b, #6952ff29, #47445c87), url(/img/login/bg.jpg) center/cover no-repeat;
}

.content_column_r {
  width: 410px;
  height: 100%;
}

.notice_zone {
  margin: 0.7rem;
  width: 97%;
  height: auto;
}

.notice {
  width: 100%;
  height: auto;
  padding: 20px 0px 0px 0px;
  background-color: #fafafa7d;
  overflow: hidden;
}

.ntc_note {
  margin-bottom: 30px;
  width: 100%;
  height: 190px;
  border-radius: 10px;
  background-color: #ddd;
  cursor: pointer;
  overflow: hidden;
}

.ntc_tit {
  position: relative;
  margin-left: 10px;
  width: 95%;
  height: 40px;
  border-bottom: 1px solid #fff;
  line-height: 45px;
}

.ntc_note_content {
  height: 150px;
  overflow-y: auto;
}

.ntc_tit h2 {
  font-size: 14px;
  font-weight: 700;
  text-indent: 4px;
}

.ntc {
  margin-left: 15px;
  line-height: 18px;
  padding-top: 4px;
}

.ntc p {
  font-size: 12px;
}

.bookmark_zone {
  margin: 15px;
  width: 380px;
  height: 365px;
}

.bookmark_tit {
  width: 380px;
  height: 45px;
  line-height: 45px;
  background-color: #ececec;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.1),
    inset 3px 3px 5px rgba(255, 255, 255, 0.5),
    inset -3px -3px 5px rgba(120, 120, 120, 0.1),
    1px 1px 5px rgba(255, 255, 255, 1),
    -1px -1px 5px rgba(120, 120, 120, 0.2);
}

.bookmark_tit h2 {
  font-size: 16px;
  font-weight: 700;
  text-indent: 12px;
  color: #b0003a;
}

.bookmark {
  width: 200px;
  height: auto;
  background-color: transparent;
  padding: 0px 0 0 20px;
  overflow: hidden;
  text-align: center;
}

.bookmarker {
  width: 88%;
  height: 30px;
  background-color: #fafafa99;
  border-radius: 15px;
  margin: 15px;
  cursor: pointer;
}

.bookmarker:after {
  content: '';
  display: inline-block;
  float: right;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #808080;
  transform: translate(-10px, 11px);
}

.bookmarker a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  line-height: 30px;
  padding-left: 10px;
}

.bookmarker:hover {
  background-color: #fff;
}

.bookmarker:hover:after {
  border-left: 8px solid #6952ff;
}

.bookmarker:hover a {
  color: #6952ff;
}

.login_zone {
  margin: 0px 15px 0px 15px;
  width: 380px;
  height: auto;
}

.login {
  width: 380px;
  height: auto;
  box-shadow: none;
}

.login_input {
  margin: 12px 6px 0 6px;
  width: 356px;
  height: 30px;
  display: flex;
}

.join_input {
  margin: 12px 6px 0 6px;
  height: 30px;
  display: flex;
  float: right;
}

.login_input h2 {
  width: 90px;
  height: 100%;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-indent: 6px;
}

.login_input input {
  width: 266px;
  height: 100%;
  box-shadow: 0 0 1px rgba(120, 120, 120, 1);
}

#autologin {
  display: none;
}

.login_input label {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.login_input label svg polyline {
  display: none;
}

#autologin:checked+label svg polyline {
  display: inline;
}

.login_input a {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 55%;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  font-size: 12px;
  float: left;
  cursor: pointer;
}

.login_input a:hover {
  color: #6952ff;
}

.login_input span {
  margin-top: 4px;
  display: inline-block;
  width: 45%;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  font-size: 12px;
  float: right;
}

.login_btn {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 60px;
  background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
  border-radius: 3vh;
  cursor: pointer;
  margin-top: 10px;
}

.login_btn:hover {
  background-image: none;
  background-color: #6952ff;
}

.login_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 58px;
  color: #fafafa;
}
.ad_area {
  margin: 20px 0px 0px 0px;
}
.right_ad_area_ad_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
}


.login_div {
  position: absolute;
  height: 90%;
  background: #ffffff;
  width: 22%;
  right: 3%;
  top: 5%;
  Background-color: rgba(255,255,255,0.7);
  border-radius: 15px;
  margin: 0 auto;
}
.login_div_logo {
  height: 20%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.login_form {
  height: 10%;
  margin: 0 auto;
  text-align: center;
  min-height: 60px;
}
.login_form_c {
  width: 70%;
  text-align: left;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10%;
  height: 100%;
}
.login_form_c_div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.login_small_form{
  height: 8% !important;
}
.login_option_form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* 줄바꿈 */
  row-gap: 5px; /* 줄 간 간격 */
}
.join_form{
  height: 14.5%;
  display: flex;
  flex-direction: column;
}
.join_form_c {
  width: 90%;
  height: 25%;
  text-align: left;
  margin: 0 auto;
  vertical-align: middle;
}
.join_form_s{
  width: 70%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.join_form_s span {
  margin-bottom: 5px;
}
.join_form_d{
  margin: 0 auto;
  text-align: left;
  width: 90%;
  height: 70%;
  overflow-y: scroll;
  background: #ffffff;
}
.join_check{
  height: 15px;
  width: 15px;
}

.login_div_logo_img {
  width: 55%;
}
.login_form img{
  width: 13px;
}
.login_form span{
  font-size: 15px;
  color: #505050;
  font-weight: 500;
}

.login_form_c input:not(#autologin) {
  flex: 0.7;
  padding: 0 15px;
  background: #ffffff;
  width: 100%;
  border-radius: 3vh;
  min-height: 33px;
}
.join_form_c input:not([type=checkbox]):not([type=radio]){
  padding: 0 5px 0 15px;
  background: #ffffff;
  width: 100%;
  border-radius: 8px;
  min-height: 45px;
  margin-top: 8px;
}

.join_form_s input[type='file'] {
  background: #ffffff;
  width: 100%;
}
.join_form_s input:not([type=file]):not([type=radio]){
  flex: 0.7;
  padding: 0 15px;
  background: #ffffff;
  width: 100%;
  border-radius: 3vh;
  min-height: 45px;
}

.login_form_c button {
  margin-left: 5px;
  padding: 0 10px;
  background: #2495fd;
  border-radius: 3vh;
  color: #ffffff;
  border: unset;
  cursor: pointer;
  min-height: 45px;
}
.join_form_c button{
  padding: 0 5px 0 15px;
  background: #2495fd;
  width: 100%;
  border-radius: 8px;
  height: 50px;
  margin-top: 6px;
  color: #ffffff;
  border: unset;
  cursor: pointer;
}
.join_form_s button {
  margin-left: 5px;
  padding: 0 10px;
  background: #2495fd;
  border-radius: 3vh;
  color: #ffffff;
  border: unset;
  cursor: pointer;
  min-height: 45px;
}
.login_form_c a:hover {
  color: #2495fd;
}
.login_form_c button:hover {
  color: #eeeeee;
  font-size: 17px;
}
.login_form_c a{
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
}

.contents_div{
  position: absolute;
  height: 90%;
  background: #ffffff;
  width: 68%;
  left: 3%;
  top: 5%;
  Background-color: rgba(255,255,255,0.7);
  border-radius: 15px;
  margin: 0 auto;
}

.swiper-slide{
  padding: 0% 4% 0% 4%;
  margin-top: 30px !important;
  background: #ffffff;
  width: 90% !important;
  height: 90% !important;
  border-radius: 5px;
}
.slide-co{
  width: 85% !important;
  height: 100% !important;
  margin-top: 0px !important;
  padding: 0 !important;
}
.slide-co img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide_ad{
  margin-top: 15px !important;
  width: 70% !important;
  height: 70% !important;
  padding: 0;
  border-radius: 3px;
  box-shadow: 20px 10px 20px 0px #c1c1c1;
}
.slide_ad_contents{
  width: 100%;
  height: 100%;
}
.swiper-container span{
  font-size: 15px;
}

.join_area::-webkit-scrollbar {
  width: 15px;
}
.join_area::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.join_area::-webkit-scrollbar-track {
  background-color: #5f5f5f40;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}
.service_box{
  color: #00A0E3;
  border: 1.5px solid #00A0E3;
  font-weight: bold;
  height: 44%;
  padding: 10px 10px 10px 15px;
  text-align: left;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 15px;
  background: #ffffff;
}
.service_box span{
  display: block;
  font-size: 15px;
  margin-top: 5px
}
.login_form_c table{
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12px;
  color: #616161;
  margin-top: 7px;
  background: #ffffff;
}
.login_form_c table th{
  width: 70px;
  background-color: #ebebeb;
  font-weight: 900;
}
.login_form_c table th, td{
  border: 1px solid #ccc;
  padding: 5px;
}
.login_form_c input[type='file']{
  padding: unset;
  height: unset;
  border-radius: unset;
  text-indent: unset;
}

#termsContent{
	font-size: 13px;
  padding: 7px;
  /* height: calc(100% - 135px);
  overflow: auto; */
}
#termsContent h2{
	font-size: 18px;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
#termsContent span{
  font-size: 13px;
  color: #454545;
  font-weight: unset;
}
#termsContent h4{
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
#termsContent .subText{
	margin: 5px 12px;
}

.bold{
	font-weight: bold;
}
p.first {
	margin-left : 10px;
	font-size: 12px;
}
p.second {
	margin-left : 7px;
  color: #454545;
  font-weight: unset;
}
#termsContent table {
   width: 95%;
   margin-left: 20px;
   border: 1px solid #444444;
   border-collapse: collapse;
 }
#termsContent th, td {
   border: 1px solid #444444;
   padding: 5px;
 }

#iframe_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
}
#iframe_area {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  width: 460px;
  height: 760px;
  box-shadow: 0 0 20px 2px #505050;
  border-radius: 8px;
  margin-top: 6vh;
  overflow: hidden;
}
 #iframe_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: red;
  border-radius: 6px;
  cursor: pointer;
  line-height: 19px;
}

.advert_form{
  height: 28%;
  text-align: center;
}
.join_select_check{
  width: 17px;
  height: 17px;
  margin-top: 0;
}
.join_select_label{
  font-size: 12px;
  vertical-align: text-top;
}
.select_form_d{
  height: 55% !important;
}
.select_form{
  height: 19.5% !important;
}

@media screen and (max-width: 1440px) {
  .advert_form{
    height: 16% !important;
  }

  .join_addr_area{
    height: 30.5% !important;
  }
  .service_box span{
    font-size:12px;
  }
  .join_span{
    font-size: 15px !important;
  }
}

input[name='fileMethod']{
  width: 13px;
  height: 13px;
  margin: 0px 2px 0px 5px;
  vertical-align: bottom;
}

#fax_msg{
  display:none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 10px;
}