@font-face {
    font-family: 'paperlogy-black';
    src: url('./asset/font/Paperlogy-9Black.woff') format('woff');
      font-display: swap;
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'paperlogy-extrabold';
    src: url('./asset/font/Paperlogy-8ExtraBold.woff') format('woff');
      font-display: swap;
    font-weight: 800;
    font-style: normal;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img, div{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
  color: inherit;
	font-family: Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
  font-display: swap;
  letter-spacing: -0.5px;
  word-break: keep-all;
  line-height: 1.3;
  -webkit-user-drag: none; /* 이미지 드래그 방지 */
  user-select: none; /* 텍스트 드래그 방지 (이미지에 적용될 경우, 우클릭 메뉴를 막는 효과) */
  -webkit-touch-callout: none; /* 모바일 기기에서 길게 눌렀을 때 저장 메뉴 표시 방지 */
  -webkit-user-select: none; /* 모바일 기기에서 텍스트 드래그 방지 */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li, a {
	list-style: none;
  text-decoration: none;
}
b{
	font-weight: bold;
}

.wrap {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  word-break: keep-all;
}

.container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section{
  width: 100%;
  max-width: 850px;
  min-width: 350px;
}


.top .title{
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4% 3%;
}
@media (max-width: 768px) {
  .top_en_US .title{
  padding: 4% 6%;
}
}

.top .title .tit_text{
  padding-right: 20px;
}

.top .title .tit_text h1{
  font-size: clamp(30px, 9vw, 70px);
  font-family: 'paperlogy-black', sans-serif;
}
.top_zh_CN .title .tit_text h1,.top_zh_TW .title .tit_text h1{
  font-family: "Chiron Hei HK";
  font-weight: 900;
  font-optical-sizing: auto;
  font-style: normal;
}

.top_en_US .title .tit_text h1{
  font-size: clamp(35px, 5vw, 45px);
  word-break: break-word;
}

.top .title .tit_img{
  width: 10%;
  height: 120px;
  margin-bottom: 3%;
  background-image: url(./src/d_top_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top_en_US .title .tit_img{
  width: 9%;
}
@media (max-width: 768px) {
  .top_en_US .title .tit_img{
  width: 25%;
}
}

.mid{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mid ul{
  width: 94%;
  display: flex;
  flex-direction: column;
  padding: 8% 0 0;
} 

.mid ul li{
  width: 100%;
}

.mid ul li .mid_title{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}

.mid ul li .mid_title h2{
  font-size: clamp(15px, 4vw, 25px);
  font-family: "paperlogy-extrabold",sans-serif;
  color: white;
  background-color: black;
  padding: 0.2em 0.6em;
  line-height: normal;
}

.mid_zh_CN ul li .mid_title h2,.mid_zh_TW ul li .mid_title h2{
  font-family: "Chiron Hei HK";
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}

.mid ul li .mid_title span{
  font-size: clamp(25px, 5vw, 45px);
  font-family: "paperlogy-extrabold",sans-serif;
  margin-left: 15px;
  text-align: left;
}
.mid_zh_CN ul li .mid_title span,.mid_zh_TW ul li .mid_title span{
  font-family: "Chiron Hei HK";
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}

.mid ul li .mid_img{
  width: 100%;
  padding-bottom: 12%;
}

.mid ul li .mid_img img{
  width: 100%;
  padding-bottom: 2%;
}

.mid ul li .mid_img span{
  font-size: clamp(20px, 5vw, 40px);
  line-height: 1.3;
}

.mid_ja_JP ul li .mid_img span{
  word-break: break-word;
}

.mid_zh_TW ul li .mid_img span, .mid_zh_CN ul li .mid_img span{
font-family: "Chiron Hei HK", sans-serif;
font-weight: 400;
  font-optical-sizing: auto;
font-style: normal;
  word-break: break-word;
}
.mid_zh_TW ul li .mid_img b, .mid_zh_CN ul li .mid_img b{
font-family: "Chiron Hei HK", sans-serif;
font-weight: 700;
  font-optical-sizing: auto;
font-style: normal;
  word-break: break-word;
}


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

.tab_container .tabs {
  width: 50%;
  transition:all .3s;
  border-bottom: 2px solid black;
  display: flex;
  justify-content: center;
  opacity: 0.3;
  cursor: pointer;
}

.tab_container .tabs.on {
  border-bottom: 4px solid black;
  opacity: 1;
}
.tab_container .tabs.on li span{
  font-weight: 800;
}

.tab_container ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 0;
}

.tab_container ul li span{
  font-family: Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
  font-size: clamp(18px, 5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.tab_container_zh_TW ul li span,.tab_container_zh_CN ul li span{
font-family: "Chiron Hei HK", sans-serif;
font-weight: 400;
  font-optical-sizing: auto;
font-style: normal;
}



.tab_wrap{
  width: 94%;
}

.tab_wrap_zh_TW span,.tab_wrap_zh_CN span{
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-style: normal;
}
.tab {
    display:none;
}
.tab.on {
    display:block;
}

.tab_wrap .tab{
  padding-top: 10%;
  width: 100%;
}

.tab_wrap div ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20%;
}

.tab_wrap div ul li.tab_title{
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5% 2%;
  border-radius: 100px;
  margin-bottom: 30px;
}
.tab_wrap div ul li.last_tab{
    padding: 1.5% 8%;
}
.tab_wrap div ul li.mid_tab{
    padding: 1.5% 0;
}


.tab_wrap div ul li.tab_title img{
  width: 13%;
  object-fit: contain;
}
.tab_wrap div ul li.tab_title img.iosicon{
  padding-bottom: 3%;
}

.tab_wrap div ul li.tab_title span{
  color: white;
  font-size: clamp(20px, 5vw, 33px);
  padding-left: 8%;
  font-weight: 700;
}
.tab_wrap div ul li.last_tab span{
  padding-left: 0;
}

.tab_wrap .tab ul li .icon{
  filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(105deg) brightness(103%) contrast(103%);
}

.tab_wrap div ul li.tab_table table{
  width: 100%;
  border-collapse : collapse;
  table-layout: fixed;
}


.tab_wrap div ul li.tab_table table tr td{
  width: 50%;
  text-align: center;
  font-size: clamp(17px, 4vw, 37px);
  font-weight: 600;
  letter-spacing: normal;
  padding: 3.5% 1%;
  vertical-align: middle;
  line-height: 1.3;
}

.tab_wrap div ul li.tab_table table tr,
.tab_wrap div ul li.tab_table table tr td{
  border: 0.5px solid #dddddd;
}
@media (max-width: 768px) {
.tab_wrap div ul li.tab_table table tr,
.tab_wrap div ul li.tab_table table tr td{
  border: 1px solid #dddddd;
  border-collapse : collapse;
}
}
.tab_wrap div ul li.tab_table table tr td span{
    font-size: clamp(13px, 4vw, 30px);
}

.tab_wrap div ul li.tab_table table tr:last-child td{
  padding: 5% 3%;
  background-color: #f6f6f6;
}
.tab_wrap div ul li.tab_table table tr:last-child td span{
    font-size: clamp(15px,4vw, 37px);
    font-weight: 400;
    word-break: normal;
}


.tab_wrap div#extra > ul > li:last-child {
  width: 100%;
  border: 1px solid #dddddd;
}

.tab_wrap div#extra > ul > li:last-child ul.extra_list{
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 5% 7%;
  margin-bottom: 0;
}

.tab_wrap div#extra > ul > li:last-child ul.extra_list li{
  margin-bottom: 10%;
}

.tab_wrap div#extra > ul > li:last-child ul.extra_list li p{
  font-size: clamp(20px, 4vw, 37px);
  font-weight: 700;
  line-height: 1.7;
}
.tab_wrap div#extra > ul > li:last-child ul.extra_list li span{
  font-size: clamp(17px, 4vw, 35px);
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.tab_wrap div#extra > ul > li:last-child ul.extra_list li span em{
  font-size: clamp(17px, 4vw, 35px);
  font-weight: 300;
  color: #aaa;
  margin: 0 5px;
}


.footer{
  background-color: #555;
  width: 100%;
}

.footer ul{
  padding: 7% 3% 5%;
}

.footer ul li{
  display: flex;
  font-size: clamp(16px, 4vw, 25px);
  color: white;
  line-height: 1.4;
  padding-bottom: 10px;
  word-break: break-all;
  font-weight: 200;
}

.footer ul li span{
  margin-right: 10px;
}