@charset "UTF-8";


/************************************************
*		LAYOUT									*
************************************************/

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.wrap{width:100%;margin:0;padding:0;background-color:#040107;position:relative;}
.wrap::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .2;
  top: 0;
  z-index:1;
  background: url(../img/bg_star.png)no-repeat;
  background-size: contain;
}
.header{width:100%;margin:0;padding:0;position:fixed;top:0;z-index:100000;}
.hcontainer{width:100%;max-width:1100px;margin:0 auto;padding:165px 0 100px;position:relative;}
.hcontainer2{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:220px 0 215px;
	position:relative;
}
.tcontainer{width:100%;max-width:1100px;margin:0 auto;padding:90px 0;position:relative;}
.mcontainer{width:100%;max-width:960px;margin:0 auto;padding:90px 0;position:relative;}
.container{width:100%;max-width:920px;margin:0 auto;padding:90px 0;position:relative;}
.bcontainer{width:100%;max-width:1100px;margin:0 auto;padding:65px 0;position:relative;}
.fcontainer{width:100%;max-width:920px;margin:0 auto;padding:30px 0;position:relative;}
.footer{width:100%;margin:0;padding:0;position:relative;}






/************************************************
*		MAIN BG									*
************************************************/




/************************************************
*		HEADER									*
************************************************/

.header{height:70px;background-color:#000; box-shadow: inset -5px -4px 14px rgba(113, 131, 165, 0.25);}
.header .nav_wrap{width:100%;max-width:1780px;height:70px;margin:0 auto;text-align:left;font-size:22px;color:#fff;font-weight:500;line-height:50px;}
.header .nav_wrap .logo{height:70px; color:#fff;line-height:70px;}
.header .nav_wrap .logo img{width: 277px;height:50px; }
.header .nav_wrap .menu{height:70px;line-height:70px;float:right; margin-bottom: 0; padding-left: 0;}
.header .nav_wrap .menu li{height:70px; line-height: 70px; display:inline;float:left;}
.header .nav_wrap .menu li a{padding:0 27px;font-size:18px;font-weight:500;color:#FFD44D;display:inline-block;}
.header .nav_wrap .menu li a:hover,
.header .nav_wrap .menu li a:active,
.header .nav_wrap .menu li a:focus,
.header .nav_wrap .menu li a.on{color:#fff;}


.smn_img_wrap{width:60px;height:40px;border:1px solid #FFD44D; color:#FFD44D;text-align:center;font-size:20px;line-height:40px;position:relative;
  top: 18px;
  float:right;z-index:2;}
.smn_img_wrap .nf{width:80px;height:30px;vertical-align:middle;}
.smn_img_wrap .btn2{width:60px;height:40px !important;line-height:40px !important; position:absolute;left:0;top:0;display:block; font-size: 20px;}
.smn_img_wrap .slct{padding:0;position:absolute;left:-1px;display:none;}
.smn_img_wrap .slct .opt{
  width:60px;
  font-size: 20px;
  height:40px;
  margin:0 auto;
  padding:0;border:1px solid #272731;text-align:center;line-height:40px;position:relative;cursor:pointer;z-index:1000;}
.smn_img_wrap .slct .opt:hover{padding:0;border:1px solid #fff799;}
.smn_img_wrap .slct .bg_over{width:100%;height:100%;background:#000;opacity:1;position:absolute;left:0;top:0;z-index:10;}



html, body {
  scroll-behavior: smooth;
}

html{
  cursor: url(../img/cursor.png) 2 5, default;
}

html a.click_mouse, .click_mouse{
  cursor: url(../img/cursor_click.png) 2 5, pointer;
}

/************************************************
*		CONTAINER								*
************************************************/
.only_mobile{
	display: none;
}
.only_pc{
	display: block;
}


/*01 main*/
.jb-box { width: 100%; height: 100%; margin: 0px auto; position: relative; }

/* video { width: 100%; height: 100%; object-fit: contain; opacity: .4;} */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: .3;
  width: 100%; height: 100%;

}

.main_logo{ position: absolute; top: 180px; left:50%;transform:translateX(-50%); z-index:85; }
.main_logo img{  width: 100%; animation:big 1s infinite alternate;  }
@keyframes big{
  0%{transform:scale(0.7);}
  100%{transform:scale(0.8);}
}  



.bg_ring { position: absolute; top: 291px; width: 100%; max-width: 1500px; z-index:80;left:50%;transform: translateX(-50%);
 }
.bg_ring_img_s{position:relative; width: 100%; max-width: 1500px;}
.bg_ring_img{ position: relative;width: 100%; max-width: 1500px; left:50%;
transform: translateX(-50%);}
.bg_ring_ics{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation:ani 1s infinite alternate;  
}
@keyframes ani{
  0%{transform:translate(0,0);}
  100%{transform:translate(0,20px);}
}  

@keyframes rot{
  0%{transform:rotate(0)}
  50%{ transform: rotate(15deg);}
  100%{transform:rotate(0);}
} 


.bg_ring_ics img{
  position: absolute;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  font-family: Times, serif;
  font-size: 42px;
  color: black;

}
.bg_ring_ics .bri_1{
  top: 170px;
  right:30px;
  position:absolute;
  animation:rot 1s infinite ;  
}
.bg_ring_ics .bri_2{
  top: 190px;
  left:100px;
  position:absolute;
  animation:rot 1s infinite ;  
}
.bg_ring_ics .bri_3{
  top: 45px;
  right:210px;
  position:absolute;
    animation:rot 1s infinite ;  
}
.bg_ring_ics .bri_4{
  top: 290px;
  left:290px;
  position:absolute;
    animation:rot 1s infinite ;  
}
.bg_ring_ics .bri_5{
  top: 320px;
  right:240px;
  position:absolute;
    animation:rot 1s infinite ;  
}
.bg_ring_ics .bri_6{
  top: 20px;
  left:380px;
  position:absolute;
    animation:rot 1s infinite ;  
}


.jb-text3 { position: absolute;  width: 100%; top: 600px;}
.jb-text3 img{
  width: 100%;
}

.MainContainer {
  position:relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.MainContainer::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.ContentContainer {
  position: relative;
  display: block;
  background-color: white;
  z-index: 1;
}

.Content01, .Content {
max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}

.Content01 .cc_tit{
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
}
.Content01 .cc_tit img{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2%;
}
.Content01 .cc_tit h3{
    position:relative;
}
.Content01 .cc_tit h3::before{
    position:absolute;
    top: 40px;
    left:0;
    content:'';
    z-index:10;
    width: 780px;
    height: 3px;
    background-color: #000;
}
.Content01 p{
    font-size: 1.3em;
    line-height: 1.5em;
}


.Content01 ul{
    display: block;
    width: 100%;
    max-width: 1200px;
    white-space: nowrap;
    padding-left: 0 !important;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 80vh;
}

.Content01 ul li {
    width: 32%;
    margin-right: 2%;
    float:left;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.Content01 ul li:nth-child(n){
    margin-bottom: 20px;
}
.Content01 ul li:nth-child(3n){
    margin-right: 0;
}

.Content01 ul li img{
    width: 100%;
}
.Content01 ul li  a{
    display: block;
    margin-top: 10px;
    background-color: #000;
    border-radius: 15px;
    color:#fff;
    font-size: 1.2em;
    padding:5px 15px;
}

.Content01 .app_btns{
  display: flex;
  justify-content: flex-start;
}
.Content01 .app_btns a{
  margin-right: 20px;
}




/*02 intro*/
.intro{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 1500px auto 400px;

}
.intro_conts{
  display: flex;
  justify-content: center;
  position:relative;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  margin:0 auto;
}
.intro_conts::before{
  position:absolute;
  background: url(../img/intro_img.png)no-repeat;
  content: '';
  width: 88px;
  height: 125px;
  top: 330px;
  left:70px;
  z-index: 1000;
}
.intro_hantong{
  margin-right: 95px;
  width: 227px;
  position: relative;
  z-index: 1;

}

.intro_txt{
  color: #fcbd3b;
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: 300;
}
.intro_txt h3{
  margin-bottom: 30px;
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  color:#fcbd3b;
  font-weight: bold;
}
.intro_txt h3::before{
  position:absolute;
  background: url(../img/intro_tit.png)no-repeat;
  content: '';
  width: 231px;
  height: 281px;
  top: -220px;
  left:-70px;
  z-index: 1000000;
}

.intro_txt h3::after{
  position: absolute;
  background: url(../img/intro_tit2.png)no-repeat;
  content: '';
  width: 29px;
  height: 28px;
  top: 0;
  left:-40px;
  z-index: 1000000;
}

/*03 img slide*/
.hantong_slide{
  margin:0 auto 256px;
  position:relative;
}

.hantong_slide_tit{
  text-align: center;
  color:#fcbd3b;
  display: block;
  position: relative;
  width: 550px;
  margin:0 auto;
  z-index: 10;
}
.hantong_slide_tit::before{
  position:absolute;
  background: url(../img/hantong_tit.png)no-repeat;
  z-index: 100;
  content: '';
  width: 34px;
  height: 33px;
  right:40px;
  top: -60px;
}
.hantong_slide_tit h3::before{
  position:absolute;
  background: url(../img/hantion_tit2.png)no-repeat;
  z-index: 200 !important;
  content: '';
  width: 113px;
  height: 320px;
  right:-55px;
  top: -150px;
}
.hantong_slide_tit h3{
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: NotoSansKR;
  position: relative;
}
.hantong_slide_tit p{
  font-size: 18px;
  font-weight: normal;
  margin-top: 30px;
}

#hs{
  margin-top: 115px;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow:visible !important;
}

#hs .swiper-wrapper .swiper-slide {
 width: 100%;
  height: 300px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  position:relative;
}

#hs .swiper-wrapper .swiper-slide img{
  border-radius: 20px;
  filter : grayscale(100%);
}
.swiper-slide.swiper-slide-active {
  width: 400px !important;
  height: 400px !important;
  position:relative;
  z-index: 100;

}
.swiper-slide.swiper-slide-active::before{
  position:absolute;
  content: 'SAMPLE';
  z-index:1000;
  width: 400px;
  height: 100px;
  bottom: -50px;
  text-align: center;
  line-height: 100px;
  color:#fff;
  font-size: 32px;
  font-weight: bold;
  background-color: rgba(0,0,0,.5);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.swiper-slide.swiper-slide-active img{
  width: 400px;
  height: 400px;
  border-radius: 20px;
  filter : grayscale(0%)!important;
}

.swiper-slide__content {
  height: 100%;
  overflow:visible !important;
}

/*04 coin_conts*/
.coin_conts{
  width: 100%;
  height: 100%;
  position:relative;
  background: url(../img/coin_bg.png)no-repeat;
  background-size: cover;
  padding-bottom: 132px;
}


.coin_conts .coin1{
  display: flex;
  justify-content:flex-start;
  max-width: 1200px;
  margin:0 auto;
  width: 100%;
  padding-top: 300px;
}
.coin_conts .coin1 .coin1_img{
  width: 1000px;
}

.coin_conts .coin1 .coin1_img{
  position:relative;
  width: 194px;
  margin-right: 185px;
}
.coin_conts .coin1 .coin1_img::before{
  position: absolute;
  z-index:100;
  content:'';
  background: url(../img/coin1_line.png)no-repeat;
  width:110px ;
  height: 375px;
  right:-95px;
  top: -100px;
}



.coin_conts .coin1 .coin1_txt{
  display: flex;
  justify-content: flex-start;
  margin-top: 220px;
  z-index:1999;
}
.coin_conts .coin1 .coin1_txt .ct_left{
  margin-right: 25px;
}
.coin_conts .coin1 .coin1_txt .ct_left h3{
  font-size: 38px;
  font-weight: bold;
  color:#000;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.coin_conts .coin1 .coin1_txt .ct_left ul {
  padding-left: 0;
  margin-bottom: 0;
}
.coin_conts .coin1 .coin1_txt .ct_left ul li{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}

.coin_conts .coin1 .coin1_txt .ct_right{
  width: 250px;
}

.coin_conts .coin1 .coin1_txt .ct_right a:hover{
  cursor: url(../img/cursor_click.png) 4 12, pointer;
}
.coin_conts .coin1 .coin1_txt .ct_right p{
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color:#000;
}


.coin_conts .coin2{
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin:280px auto 0;
} 
.coin_conts .coin2 .coin2_img{
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.coin_conts .coin2 .coin2_img img{
  width: 227px;
  height: 350px;
  margin-left: 38px;
}
.coin_conts .coin2 .coin2_img h3{
  position: relative;
  width: 352px;
  font-weight: bold;
  font-size: 38px;
  padding-bottom: 30px;
  letter-spacing: -2px;
}
.coin_conts .coin2 .coin2_img h3::before{
  background: url(../img/coin2_line.png)no-repeat;
  position:absolute;
  width: 55px;
  height: 382px;
  content: '';
  right:0;
  z-index:1000;
  bottom: 0;
}

.coin_conts .coin2 .coin2_txt{
  max-width: 940px;
  width: 100%;
  margin:0 auto;
}
.coin_conts .coin2 .coin2_txt ul{
 
  width: 100%;
  max-width: 940px;
  padding-left: 0;
  margin-bottom: 0;
}
.coin_conts .coin2 .coin2_txt ul li {
  float:left;
  border:2px solid #000;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 235px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  position:relative;
  padding:30px;
}
.coin_conts .coin2 .coin2_txt ul li::before{
  position:absolute;
  background: url(../img/coin_li_btn.png) no-repeat;
  z-index:100;
  width: 298px;
  height: 62px;
  bottom:0;
  left:0;
  content: '';
}
.coin_conts .coin2 .coin2_txt ul li:nth-child(3n){
  margin-right:0;
}

.coin_conts .coin2 .coin2_txt ul li img{  width: 100px;  height: 100px;}
.coin_conts .coin2 .coin2_txt ul li p{
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.coin_conts .coin2 .coin2_txt ul li p em{
  font-weight: normal;
  font-size: 17px;
  margin-top: 15px;
  display: block;
  line-height: 1.2em;
}
/************************************************
*		FOOT									*
************************************************/

.f_wrap_bg{background-color:#1f2025;}
.footer{background-color:#040107;text-align:center;font-size:13px;font-weight:300;color:#45464d;position:relative;   padding:75px 0;
}

.footer_info{
  display: flex;
  justify-content: center;
  align-items: center;

}
.footer_info span{
  width: 4px;
  height: 40px;
  background: #fcbd3b;
  display: block;
  margin:0 30px;
}
.footer_info p{
  text-align: left;
  margin-bottom: 0;
  color:#fff;
  font-size: 18px;
  font-weight: normal;
}
/************************************************
*		ETC										*
************************************************/

.mtit{margin:30px 0;padding:0;text-align:left;font-size:45px;font-weight:300;line-height:55px;display:block;}
.mtit b{font-weight:700;}
.mtxt{margin:0 0 20px;padding:0;text-align:left;font-size:16px;font-weight:300;color:#a7aab9;line-height:24px;display:block;}

.cxit{margin:0 0 40px;text-align:center;font-size:48px;font-weight:700;color:#333;line-height:54px;display:block;}
.cxit2{margin:0 0 40px;
	text-align:left;
	font-size:50px;
	font-weight:300;
	color:#181e26;
	line-height:55px;
	position:relative;
	display:block;
	font-family: 'ScoreDream';
}

.cbit{margin:0 0 70px;text-align:center;font-size:35px;font-weight:700;color:#333;line-height:45px;display:block;}
.rbtit_case{width:100%;text-align:center;position:relative;}
.rbtit{width:auto;min-width:500px;margin:0 auto 40px;padding:5px 10px;background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:40px;text-align:center;font-size:20px;color:#888;line-height:24px;display:inline-table;}
.rbtit b{font-size:30px;color:#333;font-weight:500;line-height:26px;}

.csit{margin:0 0 15px;padding:0 20px;text-align:center;font-size:17px;font-weight:400;color:#333;line-height:26px;display:block;}
.csit2{
	margin:0 0 30px;text-align:left;
	font-size:19px;
	line-height: 25px;
	font-family: 'SCoreDream';
	font-weight:400;color:#333;line-height:25px;display:block;
}
.ccop{margin:0 0 15px;padding:0 20px;text-align:center;font-size:20px;font-weight:400;color:#333;line-height:30px;display:block;}
.ccpy{margin:0 0 15px;padding:0 20px;text-align:center;font-size:20px;font-weight:600;color:#333;line-height:30px;display:block;}
.cbxt{margin:0 0 15px;padding:0 20px;text-align:center;font-size:25px;font-weight:400;color:#333;line-height:40px;display:block;}

.lsit{margin:0 0 15px;padding:0;text-align:left;font-size:17px;font-weight:400;color:#333;line-height:24px;display:block;}
.lcop{margin:0 0 15px;padding:0;text-align:left;font-size:20px;font-weight:400;color:#333;line-height:30px;display:block;}
.lbit{margin:0 0 15px;padding:0;text-align:left;font-size:26px;font-weight:600;color:#333;line-height:40px;letter-spacing:-1px;display:block;}
.lbit span{font-size:18px;}
.lbxt{margin:0 0 15px;padding:0;text-align:left;font-size:25px;font-weight:400;color:#333;line-height:40px;letter-spacing:-1px;display:block;}
.lbxt b{font-size:34px;font-weight:700;}

.ltxt{margin:10px 0 35px;text-align:left;font-size:15px;color:#9d9d9d;font-weight:300;line-height:22px;display:block;}
.lsxt{margin:0 0 35px;text-align:left;font-size:11px;color:#bbb;font-weight:300;letter-spacing:-0.5px;display:block;}

.cbsit_case{width:100%;text-align:center;position:relative;}
.cbsit_case.ccltxt{text-align:left !important;}
.cbsit{
	width:auto;
	min-width:150px;
	margin:0 auto 15px;
	padding:5px 10px;
	border:1px solid #333;
	border-radius:25px;
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#333;
	line-height:24px;
	display:inline-table;
}
.ctxt{margin:0 0 40px;padding:0;text-align:center;font-size:18px;font-weight:300;color:#848484;line-height:28px;display:block;}
.cxt{margin:0 0 40px;padding:0;text-align:center;font-size:18px;font-weight:600;color:#333;line-height:28px;display:block;}

.csbit_case{width:100%;margin:0 0 10px;text-align:center;position:relative;}
.csbit{
	width:auto;
	min-width:150px;
	margin:0 auto 20px;
	padding:5px 20px;
	border-right:1px solid #03baff;
	text-align:center;
	font-size:38px;
	font-weight:400;
	color:#333;
	line-height:30px;
	display:inline-table;
	vertical-align:middle;
}
.lbtxt{
	width:auto;
	min-width:200px;
	margin:0 auto 20px;
	padding:0 20px;
	text-align:left;
	font-size:16px;
	font-weight:600;
	color:#333;
	line-height:20px;
	letter-spacing:-1px;
	display:inline-table;
	vertical-align:middle;
}

.clit{margin:0 0 10px;font-size:16px;font-weight:300;color:#333;line-height:30px;display:block;}
.csxt{text-align:center;font-size:14px;font-weight:300;color:#999;line-height:26px;}

.talbtn{text-align:left !important;}
.tacbtn{text-align:center !important;}
.tarbtn{text-align:right !important;}






/************************************************
*		FAQ										*
************************************************/

.acxit{height:60px;margin:80px 0 0;text-align:center;font-size:60px;font-weight:300;line-height:60px;}
.acbit{text-align:left;font-size:24px;font-weight:500;line-height:50px;}

.actab{width:100%;max-width:900px;height:45px;margin:50px auto 0;position:relative;}
.actab .ac_on{width:50%;height:45px;background-color:#05d0b4;border:1px solid #05d0b4;text-align:center;font-size:20px;color:#fff;line-height:45px;float:left;}
.actab .ac_off{width:50%;height:45px;background-color:#fff;border:1px solid #05d0b4;text-align:center;font-size:20px;color:#05d0b4;line-height:45px;float:left;}

.accordion {
	margin:0 0 1px;
	padding:15px 20px;
	border-top:1px solid #eaecec;
	background:#eaecec;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#000;
	position:relative;
}
.accordion .actit{width:25px;text-align:left;float:left;}

.accordion-open {
	background:#eaecec;
	color:#000;
}
.accordion-open span {
	padding:10px;
	display:block;
	float:right;
}
.accordion-open span {
	background:url(../images/icon/close_arrow1.png) center center no-repeat;
}
.accordion-close span {
	padding:10px;
	background:url(../images/icon/open_arrow1.png) center center no-repeat;
	display:block;
	float:right;
}
div.acontainer {
	margin:0;
	padding:0;
}
div.acontent {
	margin:0;
	padding:15px 20px;
	background:#f4f6f6;
	font-size:15px;
	color:#999;
	line-height:25px;
	position:relative;
}
div.acontent .actxt{width:3%;text-align:left;font-size:16px !important;float:left;}
div.acontent .accop{width:97%;margin:-3px 0 0;text-align:left;float:left;}

div.acontent ul, div.acontent p {
	margin:0;
	padding:3px;
}
div.acontent ul li {
	list-style-position:inside;
	line-height:25px;
}
div.acontent ul li a {
	color:#555;
}







.mobile-container {
    display: none;
}




/*************popup*****************/


/* #sagbutton{border:none;position: absolute;outline:none;color:white;background-color: #007cc8;padding:10px;font-size: 16px;border-radius: 3px;margin-left: 50%;left:-60px;cursor: url(../img/cursor_click.png) 2 5, pointer;top: 30%;transform: scale(1.2,1.2);} */

.magnific_popup {
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 600vh;
  position: fixed;
  z-index: 3000;
  display: none;
  }
  #popup_container {
  position: absolute;
  background: #fcbd3b;
  height: 300px;
  width: 450px;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  
  }
  #closer {
    width: 48px;
    height: 48px;
    position: absolute;
    text-align: center;
    right: 20px;
    top: 20px;
    cursor: url(../img/cursor_click.png) 2 5, pointer;
    z-index: 30000;
  }

  
  #title{
   
    width: 100%;text-align: center;
    padding:50px 0;
    font-size: 30px;
  }
  #title img{
    margin-bottom: 20px;
  }
  #title .tit_txt{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color:#000;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  #title .tit_txt img{
    margin-bottom: 0;
    margin-left: 5px;
  }
/************************************************
*		RESPONSIVE								*
************************************************/

@media all and (max-width:1280px){
}

@media all and (max-width:1024px){
}

@media all and (max-width:980px){
  #myVideo { display: none; }
  .wrap::before{
    z-index:0;
    background-size: auto;
    opacity: .4;
  }
  .MainContainer {
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-y: scroll;
  }
  .header{ height: 47.5px;  }
  .nav_wrap{    display: none;  }
  .mobile-container {
    max-width: 980px;
    margin: auto;
    color: white;
    border-radius: 10px;
    display: block;
  }  
  .topnav {
      position: relative;
   }
  .topnav .active img{ width: 150px;  }
  .topnav #myLinks {
      background-color: #23211e;
      display: none;
      flex-direction: row;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      padding:0 15px;
      height: 40px;
  }
    #myLinks .ml_menu{
      display: flex;
    }
    #myLinks .ml_menu a{
      padding:0 15px 0 0;
    }
    .topnav a {
      color: #ffd44d;
      padding: 10px 15px;
      text-decoration: none;
      font-size: 13px;
      display: block;
    
    }
    
    .topnav a.icon {
    
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .topnav a:hover {  color: #fff; }
    
    .active {color: white;}

    .smn_img_wrap{
      top: 0;
      right:0;
      width: 40px;
      height: 24px;
      font-size: 13px;
      line-height: 24px;
  }
  .smn_img_wrap .btn2{
    width: 40px;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 13px;
  }
  .smn_img_wrap .slct .opt{
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
 
  .jb-text3{top: 400px;}

/*01 main*/
.main_logo{  width: 216px;  top: 130px;}
.main_logo img{  width: 100%;}
.bg_ring_img{  display: none;}
.bg_ring_ics .bri_1{  right:35px;  top: -80px;  width: 53px;}
.bg_ring_ics .bri_2{ left:35px;  top: -80px;  width: 35px;}
.bg_ring_ics .bri_3{  right:50px;  top: -180px;  width: 50px;}
.bg_ring_ics .bri_4{
  left:65px;
  top: 20px;
  width: 65px;
}
.bg_ring_ics .bri_5{
  right:50px;
  top: 20px;
  width: 105px;
}
.bg_ring_ics .bri_6{
  left: 65px;
  top: -200px;
  width: 60px;
}

/*02 intro*/
.intro{  margin:530px auto 387px;}
.intro_conts{  flex-direction: column;}
.intro_conts::before{  display: none;}
.intro_hantong{  margin:0 auto;  width: 164px;}
.intro_txt h3{
  text-align: center;
  margin:20px auto 10px;
  font-size: 26px;
  font-weight: bold;
}
.intro_txt h3::before{ display: none;}
.intro_txt p{
  text-align: center;
  padding:0 20px;
  font-size: 16px;
  line-height: 1.63em;
  letter-spacing: -0.64px;
  font-weight: normal;
  margin-bottom: 0;
}

/*03 img slide*/
.hantong_slide{  margin:0 auto 1300px;}
.hantong_slide_tit{  width: 100%;}
.hantong_slide_tit h3{font-size: 26px;width: 100%;}

.hantong_slide_tit::before{display: none;}
.hantong_slide_tit h3::before{  background: url(../img/m_hantong_tit2.png) no-repeat; top: -239px;  right: 45%;  width: 78px;  height: 204px;}
.hantong_slide_tit p{  font-size: 16px; line-height: 1.63em; margin-bottom: 40px;}

.hantong_slide .hs{  padding:0 20px;}
.hantong_slide .hs ul{  width: 100%;  list-style: none;  margin-bottom: 0; padding-left: 0;}
.hantong_slide .hs ul li{ float:left;  width: 49%;  margin-right: 2%;  margin-bottom: 6px;  position:relative; filter:grayscale(100%);}
.hantong_slide .hs ul li:nth-child(2n){  margin-right: 0;}
.hantong_slide .hs ul li:hover{  filter:grayscale(0%);}
.hantong_slide .hs ul li:hover::before{  position:absolute;  content:'SAMPLE';  color:#fff;  z-index:100;  bottom: 0;  width: 100%;  height: 32px;  line-height: 32px;  text-align: center;  background-color:rgba(0, 0, 0, 0.5);}
.hantong_slide .hs ul li img{  width: 100%; border-radius: 10px;}


/*coin_conts coin1*/
.coin_conts{ padding-bottom: 80px;}
.coin_conts .coin1{  padding-top: 0; flex-direction: column;}
.coin_conts .coin1 .coin1_img{ margin-right: 0; width: 100%;}
.coin_conts .coin1 .coin1_img::before{  display: none;}
.coin_conts .coin1 .coin1_img img{margin:0 auto;}

.coin_conts .coin1 .coin1_txt{margin-top: 70px; flex-direction: column; width: 100%; align-items: center;}
.coin_conts .coin1 .coin1_txt .ct_left{margin-right: 0;}
.coin_conts .coin1 .coin1_txt .ct_left h3{ margin-bottom: 20px; font-size: 26px;text-align: center;}
.coin_conts .coin1 .coin1_txt .ct_left ul{margin-bottom: 50px;}
.coin_conts .coin1 .coin1_txt .ct_left ul li{font-size: 16px;line-height: 1.63em;text-align: center;font-weight: normal;}
.coin_conts .coin1 .coin1_txt .ct_right{ width: 100%; margin:0 auto;}
.coin_conts .coin1 .coin1_txt .ct_right p{text-align: center;margin-top: 38px;}
.coin_conts .coin1 .coin1_txt .ct_right a img{
  width: 160px;  display: flex;  margin:0 auto;  justify-content: center;  align-items: center; margin-bottom: 5px;}



/*coin_conts coin2*/
.coin_conts .coin2{margin:104px auto 0;}
.coin_conts .coin2 .coin2_img{  flex-direction: column;   margin-bottom: 0;}
.coin_conts .coin2 .coin2_img h3{
  width: 100%;  text-align: center;  margin:20px auto 30px;  font-size: 26px;  font-weight: bold;  padding-bottom: 0;}
.coin_conts .coin2 .coin2_img h3::before{  display: none;}
.coin_conts .coin2 .coin2_img img{  margin-left: 0;  height: 558px;  margin:0 auto;
}

.coin_conts .coin2 .coin2_txt{  max-width: 100%;  padding:0 15px;}
.coin_conts .coin2 .coin2_txt ul{  max-width: 100%;}
.coin_conts .coin2 .coin2_txt ul li{
  width: 49%;  margin-right: 2%;  flex-direction: row;
  border-top-left-radius: 20px;  border-top-right-radius: 20px;  height: 150px;  padding:15px 15px 0;  position:relative;  margin-bottom: 6px;}
.coin_conts .coin2 .coin2_txt ul li p{font-size: 16px; margin-top: 0; margin-bottom: 0;}
.coin_conts .coin2 .coin2_txt ul li p em{font-size: 12px; margin-top: 5px;}
.coin_conts .coin2 .coin2_txt ul li img{width:55px;height:55px;}
.coin_conts .coin2 .coin2_txt ul li:nth-child(2n){ margin-right: 0;}
.coin_conts .coin2 .coin2_txt ul li:nth-child(6n){ margin-right: 0 !important;}
.coin_conts .coin2 .coin2_txt ul li:nth-child(3n){ margin-right: 2%;}
.coin_conts .coin2 .coin2_txt ul li::before{  width: 100%;  background-size: cover;  height: 60px;}

.coin_conts .coin2 .coin2_txt ul li#eto{ margin-left: 25%;}



/*footer*/
.footer{padding:20px 0 40px;}
.footer_info{flex-direction: column;}
.footer_info img{width: 208px;margin-bottom: 20px;}
.footer_info span{display: none;}
.footer_info p{ text-align: center;font-size: 12px; }

/*popup*/
#popup_container{width: 239px; top: 300px;}
#closer{width: 34px; height: 34px; right: 10px;top: 10px;}
#closer img{width: 34px;height: 34px;}
.only_mobile{display: block;}
.only_pc{display: none;}
}

@media all and (max-width:768px){
}

@media all and (max-width:480px){
  #myVideo { display: none; }
  .wrap::before{
    z-index:0;
    background-size: auto;
    opacity: .4;
  }
  .MainContainer {
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-y: scroll;
  }
  .header{ height: 47.5px;  }
  .nav_wrap{    display: none;  }
  .mobile-container {
    max-width: 480px;
    margin: auto;
    color: white;
    border-radius: 10px;
    display: block;
  }  
  .topnav {
      position: relative;
   }
  .topnav .active img{ width: 150px;  }
  .topnav #myLinks {
      background-color: #23211e;
      display: none;
      flex-direction: row;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      padding:0 15px;
      height: 40px;
  }
    #myLinks .ml_menu{
      display: flex;
    }
    #myLinks .ml_menu a{
      padding:0 15px 0 0;
    }
    .topnav a {
      color: #ffd44d;
      padding: 10px 15px;
      text-decoration: none;
      font-size: 13px;
      display: block;
    
    }
    
    .topnav a.icon {
    
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .topnav a:hover {  color: #fff; }
    
    .active {color: white;}

    .smn_img_wrap{
      top: 0;
      right:0;
      width: 40px;
      height: 24px;
      font-size: 13px;
      line-height: 24px;
  }
  .smn_img_wrap .btn2{
    width: 40px;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 13px;
  }
  .smn_img_wrap .slct .opt{
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
 
  .jb-text3{top: 400px;}

/*01 main*/
.main_logo{  width: 216px;  top: 130px;}
.main_logo img{  width: 100%;}
.bg_ring_img{  display: none;}
.bg_ring_ics .bri_1{  right:35px;  top: -80px;  width: 53px;}
.bg_ring_ics .bri_2{ left:35px;  top: -80px;  width: 35px;}
.bg_ring_ics .bri_3{  right:50px;  top: -180px;  width: 50px;}
.bg_ring_ics .bri_4{
  left:65px;
  top: 20px;
  width: 65px;
}
.bg_ring_ics .bri_5{
  right:50px;
  top: 20px;
  width: 105px;
}
.bg_ring_ics .bri_6{
  left: 65px;
  top: -200px;
  width: 60px;
}

/*02 intro*/
.intro{  margin:530px auto 387px;}
.intro_conts{  flex-direction: column;}
.intro_conts::before{  display: none;}
.intro_hantong{  margin:0 auto;  width: 164px;}
.intro_txt h3{
  text-align: center;
  margin:20px auto 10px;
  font-size: 26px;
  font-weight: bold;
}
.intro_txt h3::before{ display: none;}
.intro_txt p{
  text-align: center;
  padding:0 20px;
  font-size: 16px;
  line-height: 1.63em;
  letter-spacing: -0.64px;
  font-weight: normal;
  margin-bottom: 0;
}

/*03 img slide*/
.hantong_slide{  margin:0 auto 700px;}
.hantong_slide_tit{  width: 100%;}
.hantong_slide_tit h3{font-size: 26px;width: 100%;}

.hantong_slide_tit::before{display: none;}
.hantong_slide_tit h3::before{  background: url(../img/m_hantong_tit2.png) no-repeat; top: -239px;  right: 45%;  width: 78px;  height: 204px;}
.hantong_slide_tit p{  font-size: 16px; line-height: 1.63em; margin-bottom: 40px;}

.hantong_slide .hs{  padding:0 20px;}
.hantong_slide .hs ul{  width: 100%;  list-style: none;  margin-bottom: 0; padding-left: 0;}
.hantong_slide .hs ul li{ float:left;  width: 49%;  margin-right: 2%;  margin-bottom: 6px;  position:relative;}
.hantong_slide .hs ul li:nth-child(2n){  margin-right: 0;}
.hantong_slide .hs ul li:hover{  filter:grayscale(0%);}
.hantong_slide .hs ul li:hover::before{  position:absolute;  content:'SAMPLE';  color:#fff;  z-index:100;  bottom: 0;  width: 100%;  height: 32px;  line-height: 32px;  text-align: center;  background-color:rgba(0, 0, 0, 0.5);}
.hantong_slide .hs ul li img{  width: 100%; border-radius: 10px;}


/*coin_conts coin1*/
.coin_conts{ padding-bottom: 80px;}
.coin_conts .coin1{  padding-top: 0; flex-direction: column;}
.coin_conts .coin1 .coin1_img{ margin-right: 0; width: 100%;}
.coin_conts .coin1 .coin1_img::before{  display: none;}
.coin_conts .coin1 .coin1_img img{margin:0 auto;}

.coin_conts .coin1 .coin1_txt{margin-top: 70px; flex-direction: column; width: 100%; align-items: center;}
.coin_conts .coin1 .coin1_txt .ct_left{margin-right: 0;}
.coin_conts .coin1 .coin1_txt .ct_left h3{ margin-bottom: 20px; font-size: 26px;text-align: center;}
.coin_conts .coin1 .coin1_txt .ct_left ul{margin-bottom: 50px;}
.coin_conts .coin1 .coin1_txt .ct_left ul li{font-size: 16px;line-height: 1.63em;text-align: center;font-weight: normal;}
.coin_conts .coin1 .coin1_txt .ct_right{ width: 100%; margin:0 auto;}
.coin_conts .coin1 .coin1_txt .ct_right p{text-align: center;margin-top: 38px;}
.coin_conts .coin1 .coin1_txt .ct_right a img{
  width: 160px;  display: flex;  margin:0 auto;  justify-content: center;  align-items: center; margin-bottom: 5px;}



/*coin_conts coin2*/
.coin_conts .coin2{margin:104px auto 0;}
.coin_conts .coin2 .coin2_img{  flex-direction: column;   margin-bottom: 0;}
.coin_conts .coin2 .coin2_img h3{
  width: 100%;  text-align: center;  margin:20px auto 30px;  font-size: 26px;  font-weight: bold;  padding-bottom: 0;}
.coin_conts .coin2 .coin2_img h3::before{  display: none;}
.coin_conts .coin2 .coin2_img img{  margin-left: 0;  height: 558px;  margin:0 auto;
}

.coin_conts .coin2 .coin2_txt{  max-width: 100%;  padding:0 15px;}
.coin_conts .coin2 .coin2_txt ul{  max-width: 100%;}
.coin_conts .coin2 .coin2_txt ul li{
  width: 49%;  margin-right: 2%;  flex-direction: row;
  border-top-left-radius: 20px;  border-top-right-radius: 20px;  height: 125px;  padding:15px 8px 0;  position:relative;  margin-bottom: 6px;}
.coin_conts .coin2 .coin2_txt ul li p{font-size: 14px; margin-top: 0; margin-bottom: 0;}
.coin_conts .coin2 .coin2_txt ul li p em{font-size: 12px; margin-top: 5px;}
.coin_conts .coin2 .coin2_txt ul li img{width:55px;height:55px;}
.coin_conts .coin2 .coin2_txt ul li:nth-child(2n){ margin-right: 0;}
.coin_conts .coin2 .coin2_txt ul li:nth-child(6n){ margin-right: 0 !important;}
.coin_conts .coin2 .coin2_txt ul li:nth-child(3n){ margin-right: 2%;}
.coin_conts .coin2 .coin2_txt ul li::before{  width: 100%;  background-size: cover;  height: 33px;}

.coin_conts .coin2 .coin2_txt ul li#eto{ margin-left: 25%;}


/*footer*/
.footer{padding:20px 0 40px;}
.footer_info{flex-direction: column;}
.footer_info img{width: 208px;margin-bottom: 20px;}
.footer_info span{display: none;}
.footer_info p{ text-align: center;font-size: 12px; }

/*popup*/
#popup_container{width: 239px; top: 300px;}
#closer{width: 34px; height: 34px; right: 10px;top: 10px;}
#closer img{width: 34px;height: 34px;}
.only_mobile{display: block;}
.only_pc{display: none;}
}

@media all and (max-width:419px){
}



