@font-face {
    font-family: 'paperlogy-black';
    src: url('./asset/font/Paperlogy-9Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'paperlogy-bold';
    src: url('./asset/font/Paperlogy-7Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'paperlogy-SemiBold';
    src: url('./asset/font/Paperlogy-6SemiBold.woff') format('woff');
    font-weight: 600;
    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;
  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;
}

.container_zh_CN, .container_zh_TW{
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.container_zh_CN b, .container_zh_TW b{
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}

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

.top .title{
  width: 100%;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 0;
}
.top .title_en_US{
  padding: 5% 0;
}


.top .title .tit_text{
  padding-right: 15px;
}
.top .title_zh_CN .tit_text,.top .title_zh_TW .tit_text{
  padding-right: 10px;
}

.top .title .tit_text h1{
  font-size: clamp(37px, 9vw, 75px);
  font-family: 'paperlogy-black';
}
.top .title_en_US .tit_text h1{
  font-size: clamp(30px, 6vw, 65px);
}
.top .title_ja_JP .tit_text h1{
  font-size: clamp(20px, 6vw, 50px);
}
.top .title_zh_CN .tit_text h1,.top .title_zh_TW .tit_text h1{
    font-size: clamp(35px, 6vw, 55px);
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.top .title .tit_img{
  width: 11%;
  height: 100px;
  background-image: url(./src/t_top_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top .title_zh_CN .tit_img,.top .title_zh_TW .tit_img{
  margin-top: 5px;
}
.top .title_en_US .tit_img{
  width: 15%;
  margin: 0;
}

.top .checkbox {
  background-color: #fff;
  padding: 9% 4% 12%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top .checkbox .check_tit{
  display: flex;
  justify-content: center;
  padding: 3% 5%;
  background-color: black;
  border-radius: 13px;
  z-index: 1;
}

.top .checkbox .check_tit h3{
  font-size: clamp(20px, 5vw, 40px);
  color: white;
  font-family: 'paperlogy-bold';
}
.top .checkbox_zh_CN .check_tit h3,.top .checkbox_zh_TW .check_tit h3{
  font-size: clamp(25px, 5vw, 40px);
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top .checkbox .checklist{
  width: 90%;
  border: 1.5px black solid;
  border-radius: 25px;
  padding: 10% 5% 7%;
  margin-top: -5%;
  display: flex;
  flex-direction: column;
  align-items: center;
} 
.top .checkbox_zh_CN .checklist,.top .checkbox_zh_TW .checklist{
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.top .checkbox_en_US .checklist , .top .checkbox_ja_JP .checklist{
  padding: 15% 5% 7%;
  margin-top: -10%;
}

.top .checkbox .checklist ul li{
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2%;
}

.top .checkbox .checklist ul li img{
  width: 4.5%;
  margin-top: 2%;
  object-fit: contain;
  object-position: center;
}

.top .checkbox .checklist ul li p{
  margin-left: 3%;
  font-size: clamp(17px, 4vw, 40px);
  text-align: left;
}
.top .checkbox_ja_JP .checklist ul li p{
  margin-left: 3%;
  font-size: clamp(20px, 5vw, 40px);
  text-align: left;
  word-break: break-all;
}
.top .checkbox_ja_JP .checklist ul li p b{
  word-break: break-all;
}
.top .checkbox_zh_CN .checklist ul li p b,.checkbox_zh_TW .checklist ul li p b{
  word-break: break-all;
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.top .checkbox_zh_CN .checklist ul li p,.top .checkbox_zh_TW .checklist ul li p{
  word-break: break-all;
  font-size: clamp(19px, 4vw, 40px);
}

.top .checkbox .checklist .caution{
  background-color: #efefef;
  margin-top: 5%;
  padding: 5% 3% 6%;
}

.top .checkbox_ja_JP .checklist .caution{
  background-color: #efefef;
  margin-top: 5%;
  padding: 5% 3% 6%;
  width: 100%;
}

.top .checkbox .checklist .caution img{
  width: 7%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 1%;
}

.top .checkbox .checklist .caution p{
  font-size: clamp(20px, 5vw, 35px);
  font-weight: 800;
  margin-bottom: 1.5%;
}
.top .checkbox_ja_JP .checklist .caution p{
  word-break: break-all;
}
.top .checkbox_zh_CN .checklist .caution p,.top .checkbox_zh_TW .checklist .caution p{
  word-break: break-all;
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}

.top .checkbox .checklist .caution span{
  font-size: clamp(17px, 4vw, 30px);
  word-break: break-all;
}
.top .checkbox_en_US .checklist .caution span,.top .checkbox_ko_KR .checklist .caution span{
  font-size: clamp(17px, 4vw, 30px);
  word-break: normal;
}

.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: 3px solid black;
  opacity: 1;
}

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

.tab_container ul li.tabicon{
  margin-right: 3%;
}

.tab_container ul li.iosicon{
  background-image: url(./src/ios.png);
  width: 7%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tab_container ul li.andicon{
  background-image: url(./src/android.png);
  width: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.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: 800;
  line-height: 1.2;
}

.tab {
    display:none;
}
.tab.on {
    display:block;
}

.tab_wrap > div {
  display: none;
}
.tab_wrap > div ul li {
  padding: 5%;
  border-bottom: 1.5px dashed #cccccc;
}
@media screen and (max-width: 450px){
  .tab_wrap > div ul li {
    padding: 5%;
  }
}
.tab_wrap > div ul li:nth-child(4){
  margin-bottom: 50px;
}

.tab_wrap > div ul li a {
  display: flex;
  align-items: center;
}

.tab_wrap > div ul li a div.text_box{
  width: 90%;
  font-weight: 700;
  font-size: clamp(20px, 5vw, 40px);
  font-family: "paperlogy-Bold";
  letter-spacing: 1px;
  text-align: left;
}
.tab_wrap_zh_CN > div ul li a div.text_box,.tab_wrap_zh_TW > div ul li a div.text_box{
  font-size: clamp(25px, 5vw, 40px);
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.tab_wrap > div ul li a div.num_box{
  color: white;
  padding: 0.8% 5%;
  font-size: clamp(17px, 5vw, 30px);
  border-radius: 7px;
  margin-right: 4%;
  font-weight: 700;
}
.tab_wrap > div#ios_content ul li:nth-child(1) a div.num_box{
  background-color: #6cceff;
}
.tab_wrap > div#ios_content ul li:nth-child(2) a div.num_box{
  background-color: #00aaff;
}
.tab_wrap > div#ios_content ul li:nth-child(3) a div.num_box{
  background-color: #006dc6;
}
.tab_wrap > div#ios_content ul li:nth-child(4) a div.num_box{
  background-color: #004284;
}
.tab_wrap > div#android_content ul li:nth-child(1) a div.num_box{
  background-color: #a8dd64;
}
.tab_wrap > div#android_content ul li:nth-child(2) a div.num_box{
  background-color: #36c941;
}
.tab_wrap > div#android_content ul li:nth-child(3) a div.num_box{
  background-color: #008209;
}
.tab_wrap > div#android_content ul li:nth-child(4) a div.num_box{
  background-color: #134917;
}

.tab_wrap > div ul li a span{
  transform: rotate(-180deg);
  width: 5%;
  background-image: url(./src/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tab_wrap_en_US > div ul li a span{
  margin: 0 10px 0 0;
}

.tab_wrap > div ul li.on a span{
  transform: rotate(0deg);
}
.tab_wrap > div ul li figure {
  display: none;
  margin-top: 5%;
}
.tab_wrap > div ul li.on figure {
  display: block;
}

.tab_wrap > div ul li figure p {
  font-size: clamp(18px, 4vw, 30px);
  word-break: break-all;
}
.tab_wrap_en_US > div ul li figure p {
  word-break: normal;
}
.tab_wrap_zh_CN > div ul li figure p ,.tab_wrap_zh_TW > div ul li figure p{
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

.tab_wrap > div ul li figure div.red{
  font-size: clamp(17px, 4vw, 25px);
  color: #e70000;
  font-weight: 600;
  margin-top: 10px;
  word-break: break-all;
}

.tab_wrap > div ul li figure .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}
.tab_wrap > div ul li figure .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.tab_wrap > div ul li figure .swiper .swiper-wrapper .swiper-slide span {
  padding-top: 2%;
  font-size: clamp(22px, 5vw, 35px);
}
.tab_wrap_ja_JP > div ul li figure .swiper .swiper-wrapper .swiper-slide span {
  word-break: break-all;
}
.tab_wrap_zh_CN > div ul li figure .swiper .swiper-wrapper .swiper-slide span,
.tab_wrap_zh_TW > div ul li figure .swiper .swiper-wrapper .swiper-slide span {
  padding-top: 2%;
  font-size: clamp(20px, 5vw, 35px);
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.tab_wrap_zh_CN > div ul li figure .swiper .swiper-wrapper .swiper-slide span b,
.tab_wrap_zh_TW > div ul li figure .swiper .swiper-wrapper .swiper-slide span b{
  font-family: "Chiron Hei HK", sans-serif;
  font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}

.tab_wrap > div ul li figure .swiper .swiper-pagination{
  position: relative;
  margin-top: 7%;
}
.tab_wrap > div ul li figure .swiper .swiper-pagination-bullet{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  opacity: 1;
  background: #aaa;
  border-radius: 50px;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  .tab_wrap > div ul li figure .swiper .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    opacity: 1;
    background: #aaa;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(15px, 4vw, 20px);
  }
}
.tab_wrap > div ul li figure .swiper .swiper-pagination-bullet-active {
  color: #fff;
}
.tab_wrap > div ul li:nth-child(1) figure .swiper .swiper-pagination-bullet-active {
  background-color: #6cceff;
}
.tab_wrap > div ul li:nth-child(2) figure .swiper .swiper-pagination-bullet-active {
  background-color: #00aaff;
}
.tab_wrap > div ul li:nth-child(3) figure .swiper .swiper-pagination-bullet-active {
  background-color: #006dc6;
}
.tab_wrap > div ul li:nth-child(4) figure .swiper .swiper-pagination-bullet-active {
  background-color: #004284;
}

.tab_wrap > div#android_content ul li:nth-child(1) figure .swiper .swiper-pagination-bullet-active{
  background-color: #a8dd64;
}
.tab_wrap > div#android_content ul li:nth-child(2) figure .swiper .swiper-pagination-bullet-active{
  background-color: #36c941;
}
.tab_wrap > div#android_content ul li:nth-child(3) figure .swiper .swiper-pagination-bullet-active{
  background-color: #008209;
}
.tab_wrap > div#android_content ul li:nth-child(4) figure .swiper .swiper-pagination-bullet-active{
  background-color: #134917;
}

.tab_wrap > div ul li figure .swiper.hidden {
  display: none;
}
.tab_wrap > div.on {
  display: block;
}
