@font-face {
    font-family: 'Cafe24Surround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}





@media screen and (min-width: 1025px) {
.main-safe {
  width: 550px !important;
}
.main-menu-img-kids{
  width: 317px !important;
}
.main-menu-img{
  width: 61px !important;
}

}


.main-logo{
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.main-logo img{
  height: 3.5vh;
}

#main-background{
  background-image: url('https://safeean.club/wordpress/ai/cover4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: background-image 0.5s ease-in-out;
    position: relative;
  overflow: hidden;

}
.slides-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 200%; 
}

.slide {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

#main-top{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 4vh;
  padding-left: 2vh;
  padding-right: 20px;
  height: 26vh;
}
#main-title{
  font-size: 5vh;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Cafe24Surround';
  color: black;
}
#main-text{
  color: black;
  font-size: 2.1vh;
  font-family: 'Suit';
}
#main-keyword{
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
#main-title-japan{
  font-size: 4.3vh;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'zen Maru Gothic';
  color: black;
}

#main-title-english{
  font-size: 3.9vh;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'zen Maru Gothic';
  color: black;
}

#main-keyword-japan, #main-keyword-english{
    display: flex;   
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;

}

.main-keyword-box{
  background-color: #d8fac6;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 1.6vh;
  font-weight: 600;
  color: #41B64A;
  font-family: 'Cafe24Surround';
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.main-keyword-box-japan, .main-keyword-box-english{
  background-color: #d8fac6;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 1.6vh;
  font-weight: 600;
  color: #41B64A;
  display: inline;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-family: 'Zen Maru Gothic';
}

#main-mid{
  display: flex;
  justify-content: flex-end;
}


#main-page img{
  margin-bottom: 5px;
}


.main-safe {
  width: 53vw;
  margin-top: -70px;
  margin-right: 5px;
}

.main-safe2 {
  width: 62vw;
  margin-top: -70px;
}




#lan-icon{
  display: flex;
  align-items: center;
justify-content: flex-start;
}


#main-page-text{
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-page{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 8px;
  color: white;
  font-size: 2vh;
  position: relative;
  margin-top: -4vh;
  margin-left: 20PX;
}
#main-page img{
  margin: 0 5px;
}
.page-number{
  width: 13vw;
  max-width: 100px;
  font-size: 1.8vh;
  font-family: 'Suit';
  font-weight: 500;
}

#prev-btn{
  height: 3vh;
}
#next-btn{
  height: 3vh;
}

/*  수정 필요 모바일 and 태블릿 버전 */
/* main-menu */
#main-menu{
  background-color: #f5f5f5;
  padding: 2vh;
}

#main-menu-box{
  background-color: white;
  border-radius: 20px;
  padding: 2vh 1.5vh;
  margin-bottom: 2vh;
}

.main-menu-box-title{
  font-size: 2.5vh;
  font-weight: 800;
  font-family: 'Suit';
  color: black;
  margin-bottom: 1vh;
}

.menu-box{
  margin: 1vh 0px;
}

.menu-a{
  display: flex;
}


.exp-icon{
  background-color: #f5f5f5;
  width: 7vh;
  height: 7vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30%;
  margin-right: 3vh;
}
.main-menu-img{
  width: 5vh !important;
  height: 4.5vh !important;
}
.main-menu-img-kids{
  width: 5.8vh !important;
  height: 3.8vh !important;
}

.menu-keyword{
  font-size: 1.6vh;
  font-weight: 700;
  color: #00a34d;
  font-family: 'Suit';
}

.keyword-japan{
  font-weight: 600;
}
.keyword-kids{
color: #0056b8;
}
.main-menu-exp-text{
  font-size: 2.3vh;
  color: #292929;
  font-family: 'Suit';
  font-weight: 600;
}
.exp-text-japan{
  font-weight: 500;
}

.main-menu-img-logo{
  width: 5.5vh;
  height: 2vh;
}
.main-menu-img-logo2{
  width: 6.2vh;
  height: 4vh;
}

.keyword-auth{
  color: #838383;
}

.add-icon{
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 25%;
}

.main-menu-img-add{
  width: 6.5vh;
  height: 6.5vh;
}

.menu-box-add{
  display: flex;
  justify-content: space-between;
}

/* footer */
#main-footer{
  background-color: white;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.company-info {
  background-color: #fff; 
  padding: 20px;
  margin: 0 auto;
  font-family: "Suit";
  color: #333;
}
.info-box{
  margin: 0 auto;
  max-width: 40vh;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 0;
}

.info-table td {
  padding: 3px 4px;
  vertical-align: top;
  border: none; 
}

.company-name {
  font-weight: 400;
  padding-bottom: 12px;
  font-size: 1.4vh;
}

.footer-table-left{
  font-size: 1.3vh;
  font-weight: normal;
}
.footer-table-right{
  font-size: 1.3vh;
  color: #505050;
  font-weight: normal;
}