@font-face {
  font-family: "paperlogy-black"; 
  src: url("./asset/font/Paperlogy-9Black.ttf") format("truetype"); /* 폰트파일 불러오기 */
}
@font-face {
  font-family: "paperlogy-extrabold"; 
  src: url("./asset/font/Paperlogy-8ExtraBold.ttf") format("truetype"); /* 폰트파일 불러오기 */
}

@font-face {
  font-family: "SourceHanSansSC-7Heavy"; 
  src: url("./asset/font/SourceHanSansSC-7Heavy.otf") format("opentype"); /* 폰트파일 불러오기 */
}
@font-face {
  font-family: "SourceHanSansSC-6Bold"; 
  src: url("./asset/font/SourceHanSansSC-6Bold.otf") format("opentype"); /* 폰트파일 불러오기 */
}
@font-face {
  font-family: "SourceHanSansSC-5Medium"; 
  src: url("./asset/font/SourceHanSansSC-5Medium.otf") format("opentype"); /* 폰트파일 불러오기 */
}

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;
  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%;
}

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

.top .title .tit_text h1{
  font-size: clamp(30px, 9vw, 70px);
  font-family: 'paperlogy-black';
}

.top .title .tit_text_en_US h1{
  font-size: clamp(30px, 5vw, 40px);
  font-family: 'paperlogy-black';
  word-break: break-word;
}

.top .title .tit_text_zh_TW h1, .top .title .tit_text_zh_CN h1{
  font-size: clamp(30px, 9vw, 70px);
  font-family: 'SourceHanSansSC-7Heavy';
}


.top .title .tit_img{
  width: 10%;
  height: 120px;
  margin-bottom: 3%;
  background-image: url(./src/d_top_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top .title .tit_img_en_US{
  width: 18%;
}

.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";
  color: white;
  background-color: black;
  padding: 0.2em 0.6em;
  line-height: normal;
}

.mid ul li .mid_title span{
  font-size: clamp(25px, 5vw, 45px);
  font-family: "paperlogy-extrabold"; 
  margin-left: 15px;
  text-align: left;
}

.mid ul li .mid_title_zh_TW span, .mid ul li .mid_title_zh_CN span{
  font-size: clamp(25px, 5vw, 45px);
  font-family: "SourceHanSansSC-6Bold"; 
}

.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 ul li .mid_img span.span_ja_JP{
  word-break: break-word;
}

.mid ul li .mid_img span.span_zh_TW, .mid ul li .mid_img span.span_zh_CN{
  font-family: "SourceHanSansSC-5Medium"; 
  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: "SourceHanSansSC-5Medium";
}



.tab_wrap{
  width: 94%;
}

.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% 1%;
  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{

}
.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,.tab_wrap div ul li.tab_table table tr td{
  border: 0.5px solid #dddddd;
}

.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 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: break-all;
}


.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: 500;
  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;
}