@charset "utf-8";

/*-----------------------------------*/
/* modal window common style
/*-----------------------------------*/
#modal_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.modal_window {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	max-width: 635px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	color: #000;
}
.modal_window .btn_close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../images/study_abroad/common/button_close_modal.svg) no-repeat 0 0;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}

.modal_window .btn_close--inner{
	top: 4px;
	right: 4px;
}
.modal_window .btn_close--inner_2{
	top: -1px;
	right: -2px;
}
/* disable overlay click */
.modal_window.static_overlay:after{
	display: block;
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: transparent;
	z-index: -1;
}
/*-----------------------------------*/
/* modal dialog common style
/*-----------------------------------*/
.modal_window.dialog h3{
	margin: 0 0 15px;
	padding: 0;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
}
.modal_window.dialog p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.modal_window.dialog .dialog_inner{
	margin-bottom: 20px;
	border-bottom: #f4f4f4 solid 1px;
}
.modal_window.dialog .dialog_inner > div{
	padding: 10px 30px;
	margin: 0 -30px;
}


/*NJ-37740 Rege*/
/*Modal*/
/* .modal-std {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
} */

.popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
}

select {
  border: none;
  font-size: 14px;
  color: #1F1F1F;
  width: 100%;
  min-width: 100%;
  padding: 0;
  background: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#toggle-options {
  z-index: 999;
}

#options {
  display: none;
  position: absolute;
  padding: 0;
  max-width: 371px;
  width: 100%;
}
.close-button {
  display: none;
}

.modal-std {
    background: #fff;
    padding: 0;
    width: 100% !important;
    animation: animatetop 0.4s;
    height: 55vh;
    border: none !important;
    box-shadow: 0px 3px 6px #00000039 !important;
    border-radius: 10px;
    max-width: 479px !important;
  }
  
  @keyframes animatetop {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  
  .modal-std .modal-header {
    position: relative;
    padding: 35px 65px 0;
    text-align: left;
  }
  .modal-std .modal-header h2 {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: bold;
  }
  .modal-std .modal-body {
    padding: 20px 54px;
    overflow: scroll;
    height: 70vh;
  }
  
  .modal-std .modal-footer {
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 492px;
    width: 100%;
  }
  
  .modal-std .close {
    color: #717171;
    left: 27px;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    visibility: hidden;
  }
  
  .modal-std .close:hover,
  .modal-std .close:focus {
    color: #717171;
    text-decoration: none;
    cursor: pointer;
  }

  #toggle-options {
    position: relative;
  }
  
  #toggle-options img {
    position: absolute;
    right: -160px;
    top: 10px;
  }
  
  /*#region trigger_modal_reservation_list_filter */
  .reservation_list_filter .custom-select-wrapper { position: relative; display: inline-block; width: 100%; }
  .reservation_list_filter .custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .reservation_list_filter .select-trigger {
    padding: 10px 20px;
    font-size: 14px;
    color: #1F1F1F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
  }
  /* .reservation_list_filter .select-trigger::after {
    content: url('/images/study_abroad/home/modals/dropdown_arrow.svg');
    
    margin-left: 10px;
    font-size: 12px;
    pointer-events: none;
  } */
  .reservation_list_filter .select-container{
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .reservation_list_filter .options {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .reservation_list_filter .option {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    color: #1F1F1F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    height: 71px;
    padding: 0 0 0 102px;
    position: relative;
  }
  .reservation_list_filter .option::before{
    content: url('/images/study_abroad/home/modals/dropdown_list.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
  }
  .reservation_list_filter .option:hover {
    background-color: #f1f1f1;
  }
  /*#endregion trigger_modal_reservation_list_filter */

  @media only screen and (max-width: 500px) {

    /*#region Base*/
    .modal-std {
        height: 90vh;
        max-width: 100% !important;
    }
    .modal-std .modal-header {
        padding: 38px 0 17px;
        text-align: center;
        border-bottom: 1px solid #DBDBDB;
    }
    .modal-std .modal-header::before{
        position: absolute;
        content: '';
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        height: 3.5px;
        width: 34px;
        background: #DBDBDB;
        border-radius: 2pt;
      }
      .modal-std .modal-body {
        padding: 20px;
      }
      .modal-std .close{
        visibility: visible;
      }
    /*#endregion*/
    .modal-std{
      border-radius: 20pt;
      box-shadow: 0px -3px 6px #00000029 !important;
    }
    /* .school-detail .reservation_list_filter .search_filter #modalOverlay{
      background: none !important;
    }   */
    .reservation_list_filter {
      height: 100vh;
      max-height: 100vh !important;
    }


    .search_filter .modal-header{
        padding: 30px 22px;
      }
      .search_filter .modal-body {
        padding: 0 14px;
      }
      .purpose-list-container {
        gap: 15px 8px;
      }
      .purpose-list-container li{
        margin-right: 8px;
        padding: 0 10px;
      }
      .search_filter .modal-footer .search-filter-btn{
        padding: 14px;
      }
  }

.mymodal_pc{
  width: 935px;
  height: 785px;
  border-radius: 20px;
  background: #FFFFFF;
}
.mymodal_pc .modal-content{
  padding: 29px 0 0 0;
}
.mymodal_pc .modal-content .modal-container .comments{
  margin-bottom: 25px;
}
.mymodal_pc .modal-content .modal-container {
  padding: 0 2rem;
  position: absolute;
  max-height: 100%;
  height: calc(100% - 52px);
  overflow-y: scroll;
}
.mymodal_pc .modal-content .modal-container::-webkit-scrollbar{
  width: 0;
}
.mymodal_pc .modal-content .modal-container .comments .user_desc{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.mymodal_pc .modal-content .modal-container .comments .user_desc img{
  border-radius:50%;
  margin-right:10px;
}
.mymodal_pc .modal-content .modal-container .comments .rating {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.mymodal_pc .modal-content .modal-container .comments .rating img{
  width: 24px;
  height: 24px;
  margin: 6px 0 18px 0;
}
.mymodal_pc .modal-content .modal-container .comments h2, 
.mymodal_pc .modal-content .modal-container .comments p{
  font-size:1.6rem;
  line-height: 20px;
}
.mymodal_pc .modal-content .modal-container .comments h2{
  margin-bottom: 11px;
  font-weight: bold;
}
.mymodal_pc .modal-content .btn_close{
  position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 35px;
	height: 35px;
	background:url(/images/study_abroad/common/button_close_modal.svg) center center no-repeat;
	cursor: pointer;
	border-radius: 50%;
}


/*MODAL LOGIN REQUIRED*/
.modal_window.login_required_pc .modal_inner h2{
    color: #1F1F1F;
    font-weight: bold;
    font-size: 22px;
   text-align: center;
    line-height: 32px;
}
.modal_window.login_required_pc .modal_inner .btn-cta-wrapper{
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 0;
}
.modal_window.login_required_pc .modal_inner .login-modal-wrap{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 20px;
}
.modal_window.login_required_pc .modal_inner .login-modal-wrap li {
  display: flex;
}
.modal_window.login_required_pc .modal_inner .login-modal-wrap .btn_style{
    min-width: 280px;
    min-height: 33px;
    height: auto;
    line-height: 1.3;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    font-weight: 300;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_window.login_required_pc .btn_green{
  background: #03C9A9 !important;
}
.modal_window.login_required_pc .btn_orange{
  background: #F1890E !important;
}


/*
|-----------------------------------------------------------------------------
| dialog_modal_study_abroad_customer_registration_complete            
|-----------------------------------------------------------------------------
*/

#dialog_modal_study_abroad_customer_registration_complete {
  box-sizing: border-box;
  color: #1F1F1F;
  text-align: center;
  max-width: 480px;
  padding: 28px;
}

#dialog_modal_study_abroad_customer_registration_complete .title {
  margin-bottom: 21px;
  font-weight: bold;
  font-size: 22px;
}

#dialog_modal_study_abroad_customer_registration_complete p {
  color: #1F1F1F;
  font-size: 22px;
}

#dialog_modal_study_abroad_customer_registration_complete .btn {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background: #F1890E;
  color: #fff;
  max-width: 343px;
  font-size: 22px;
  font-weight: normal;
  line-height: 63px;
  height: 63px;
}



/*
|-----------------------------------------------------------------------------
| trigger_modal_study_abroad_copy_link           
|-----------------------------------------------------------------------------
*/
#study_abroad_copy_link.modal_window{
  max-width: 635px;
  width: 100%;
  border: 0;
}
#study_abroad_copy_link .modal_inner{
  text-align: center;
}
#study_abroad_copy_link .copy-link-container{
  text-align: center;
}
#study_abroad_copy_link .copy-link-container .copy-clip{
  position: relative;
  color: #1F1F1F;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
#study_abroad_copy_link .copy-link-container .copy-clip::before{
  position: absolute;
  content: url('/images/study_abroad/common/icon_copy.svg');
  width: 20px;
  height: 22px;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
}
#study_abroad_copy_link .soc-med-inner{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 33px 0 8px;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}
#study_abroad_copy_link .soc-med-inner .soc--link{
  position: relative;
}
#study_abroad_copy_link .soc-med-inner .soc--link .soc_med--link{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#study_abroad_copy_link.modal_window .btn_close{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../../images/study_abroad/common/button_close_modal.svg) no-repeat 0 0;
}



/* modal_study_abroad_estimation_terms*/

.modal_study_abroad_estimation_terms{
  background-color: white;
  padding: 30px 36px 40px 36px;
  max-width: 935px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.modal_inner_header .btn_close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../images/study_abroad/common/button_close_modal.svg) no-repeat 0 0;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}

.modal_inner_content {
  color: #1F1F1F;
}

.modal_inner_content ol{
  padding: unset;
}

.modal_inner_content ol li{
  list-style-type: unset;
  margin-left: 20px;
  font-size:16px;
}

.modal_inner_content ol li p{
  margin-left: unset;
  line-height: 24px;
}

.modal_inner_content p, .modal_inner_content ol li span, .modal_inner_header h2{
  font-size: 16px;
  font-weight: normal;
  color: #1F1F1F;
}

.m_l_n_15{
  margin-left: -15px !important;
}

/* modal_study_abroad_estimation_terms*/



/* modal_study_abroad_estimation_complete*/

#dialog_modal_study_abroad_estimation_complete {
  box-sizing: border-box;
  color: #1F1F1F;
  text-align: center;
  max-width: 480px;
  width: 100%;
  padding: 28px;
}

#dialog_modal_study_abroad_estimation_complete h2 {
  margin-bottom: 21px;
  font-weight: bold;
  font-size: 22px;
}

#dialog_modal_study_abroad_estimation_complete p {
  color: #1F1F1F;
  font-size: 22px;
}

#dialog_modal_study_abroad_estimation_complete .btn {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background: #F1890E;
  color: #fff;
  max-width: 343px;
  font-size: 22px;
  font-weight: normal;
  line-height: 63px;
  height: 63px;
}

/* modal_study_abroad_estimation_complete*/

/* modal zeus_3dsecure fixes start*/
#dialog_zeus_3dsecure_challenge{
  min-width: 600px !important;
  min-height: 400px !important;
}
#dialog_zeus_3dsecure_challenge iframe#\33 ds_challenge {
  height: 400px !important;
}
/* modal zeus_3dsecure fixes end*/

/* START NJ-56378 */
.line-modal {
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
}

.line-modal .btn-close {
  position: absolute;
  right: -5%;
  top: -15%;
  z-index: 1;
}

.line-modal .line-modal-con {
  background: #05C756;
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  min-width: 278px;
  height: 87px;
  text-align: center;
}

.line-modal .line-modal-con.orange {
  background: #F1890E;
}

.line-modal .line-modal-con.orange a::before {
  content: url(../../images/icon/write.png);
}

.line-modal .btn-close::before {
  content: url(../../images/icon/button_close_modal.png);
}

.line-modal .line-modal-con a::before {
  content: url(https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/icon/icon_line.svg);
  width: 27px;
}

.line-modal .line-modal-con a {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
}

.line-modal .line-modal-con h2::before, .line-modal .line-modal-con h2::after {
  background: #fff;
}
.line-modal .line-modal-con h2::before {
  margin-right: 5px;
  transform: rotate(323deg);
}
.line-modal .line-modal-con h2::before, .line-modal .line-modal-con h2::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 20px;
  transform: rotate(325deg);
  position: relative;
  top: 5px;
}

.line-modal .line-modal-con h2::after {
  margin-left: 5px;
  transform: rotate(39deg);
}
/* END NJ-56378 */