/* 공통 */
/* 
.clearfix:after {
    content:'';
    clear:both;
    display:block;
} */

.sl_hidden {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

.pc_type {
  display: block !important;
}
.mo_type {
  display: none !important;
}

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

/* 헤더 */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#header.on {
  background: rgba(109, 161, 210, 0.55);
  transition: all 1s;
}
#header .inner {
  padding: 44px 0;
}
#header h1 {
  float: left;
  width: 140.9px;
  height: 73px;
}
#header h1 a {
  display: block;
}
#header h1 a img {
  width: 100%;
}
#nav {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  width: 53%;
  text-align: center;
}
#nav ul {
  display: inline-block;
}
#nav ul li {
  float: left;
  padding: 0 10px;
}
#nav li:last-child {
  margin-right: 0;
}
#nav li a {
  position: relative;
  line-height: 1.54;
  font-size: 18px;
  color: #fff;
}
#nav li.on a::after {
  width: 50%;
}
#nav li a:before,
#nav li a:after {
  content: '';
  border-bottom: solid 1px white;
  position: absolute;
  bottom: -2px;
  width: 0;
}

#nav li a:before {
  left: 0;
}
#nav li a:after {
  right: 0;
}
#nav li a:hover:before,
#nav li a:hover:after {
  width: 50%;
}
#nav li a:before,
#nav li a:after {
  transition: all 0.2s ease;
}
#header .util_wrap {
  width: auto;
  float: right;
  padding-top: 25px;
}

#header .util_wrap > * {
  vertical-align: middle;
}
#header .util_wrap .btn_kyc {
  float: left;
  position: relative;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 27px;
  background: url('../../img/pc/main/btn_kyc.png') no-repeat;
}
#header .util_wrap .util_wrap {
  display: inline-block;
}
/* #header .util_wrap .btn_kyc{
    float: left;
    position: relative;
    display: block;
    margin-right: 15px;
    width: 54px;
    padding: 4px 0 4px 9px;
    line-height: 1;
    font-family: AppleSDGothicNeoEB00;
    font-size: 20px;
    color: #6da1d2;
    background: #fff;
    border-radius: 14px;
}
#header .util_wrap .btn_kyc::after{
    content:"";
    position:absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #6da1d2;
} */
#header .util_wrap .defi {
  float: left;
  margin-right: 15px;
  display: inline-block;
  width: 114px;
  height: 29px;
  background: url('../../img/pc/main/img_defi.png') no-repeat;
}
#header .util_wrap .lang_box {
  position: relative;
  float: left;
  width: 40px;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#header .util_wrap .lang_box .lang_txt {
  position: relative;
  display: block;
  padding: 6px 0 4px 4px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #fefefe;
}
#header .util_wrap .lang_box .lang_txt::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
#header .util_wrap .lang_box.on .lang_txt::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #fff;
}
#header .util_wrap .lang_box .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  left: -1px;
  top: 26px;
  width: 40px;
}

#header .util_wrap .lang_box .lang_list li {
  background: #fff;
}
#header .util_wrap .lang_box .lang_list li a {
  display: block;
  padding: 6px 0 4px 4px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #6ca0d2;
}

/*  푸터 */
#footer {
  padding: 70px 0;
  color: #fff;
  background: #232323;
}

#footer .copyright {
  float: left;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 10px;
  color: #f8f5f5;
}
#footer .address {
    float: left;
    font-family: 'AppleSDGothicNeoL00';
    font-size: 17px;
    color: #f8f5f5;
  }
  #footer .address em {
    display: inline-block;
    padding-right: 29px;
    font-family: 'AppleSDGothicNeoB00';
    font-size: 18px;
    color: #ffffff;
  }
#footer .footer_logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#footer .footer_logo img {
  width: 100%;
}
#footer .contact {
  float: right;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 17px;
  color: #dcdcdc;
}
#footer .contact em {
  display: inline-block;
  padding-right: 29px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 18px;
  color: #ffffff;
}
#footer .contact a {
  font-family: 'AppleSDGothicNeoL00';
  font-size: 18px;
  color: #fff;
}

.section {
  overflow: hidden;
  position: relative;
}
.section_01 {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #f8f8f8 url(../../img/pc/main/bg_section1.png) no-repeat center bottom;
  background-size: cover;
}
.section_01 h2 {
  /* padding:313px 0  790px; */
  padding: 25% 0 75%;
  letter-spacing: -3.28px;
  font-family: 'AppleSDGothicNeoH00';
  font-size: 164px;
  opacity: 0;
}
.section_01 .txt_box {
  position: absolute;
  top: 585px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section_01 .txt_box h3 {
  font-family: 'AppleSDGothicNeoL00';
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
}
.section_01 .txt_box h4 {
  padding: 30px 0 50px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 22px;
}
.section_01 .txt_box .white_paper {
  position: relative;
  display: inline-block;
  width: 211px;
  height: 66px;
  background: url('../../img/pc/main/btn_whitepaper.png') no-repeat;
}

.section_01 .txt_box .arr_wrap {
  padding-top: 100px;
}
.section_01 .txt_box .arr_btm {
  display: block;
  margin: 0 auto;
}
.section_01 .txt_box .bar {
  margin: 20px auto 0;
  width: 1px;
  height: 120px;
  background: #fff;
}
.section_02 {
  overflow: hidden;
  padding: 100px 0 200px;
  background: #f8f8f8;
}
.section_02 .txtwrap {
  float: left;
}

.section_02 .txtwrap .sub_txt {
  margin-bottom: 15px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 30px;
  letter-spacing: 7.5px;
  color: #6da1d2;
}
.section_02 .txtwrap h2 {
  margin-left: -3px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 43px;
  letter-spacing: -2.15px;
  color: #000000;
}
.section_02 .txtwrap .btn_more {
  position: relative;
  display: inline-block;
  margin: 45px 0 0 -10px;
  width: 212px;
  height: 66px;
  background: url('../../img/pc/main/btn_viewmore.png') no-repeat;
}

.section_02 .service_list {
  margin-left: 385px;
}
.section_02 .service_list li {
  float: left;
  width: 50%;
  padding-left: 70px;
  padding-bottom: 90px;
  text-align: center;
  box-sizing: border-box;
}
.section_02 .service_list li:nth-child(2n) {
  padding-left: 100px;
}
.section_02 .service_list li figure {
}
.section_02 .service_list li figure img {
}
.section_02 .service_list li figure figcaption {
  padding: 20px 0 10px;
  font-family: 'AppleSDGothicNeoEB00';
  font-size: 30px;
  color: #212121;
}

.section_02 .service_list li dl dt {
  padding-bottom: 10px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 24px;
  letter-spacing: -0.72px;
  color: #6ca0d2;
}
.section_02 .service_list li dl dd {
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-align: left;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 16px;
  color: #333333;
}

.section_02 .key_list {
  position: relative;
  z-index: 11;
}
.section_02 .key_list li {
  float: left;
  width: 380px;
  height: 124px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.6px;
  color: #6ca0d2;
  text-align: center;
  margin-right: 20px;
  border-radius: 62px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #dedede;
  background-color: #ffffff;
  box-sizing: border-box;
}
.section_02 .key_list li:last-child {
  padding-right: 0;
}

.section_02 .back_txt {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.section_03 {
  width: 100%;
  padding: 10% 0;
  background: #f8f8f8 url(../../img/pc/main/bg_section3.png) no-repeat left bottom;
  background-size: cover;
}
.section_03 .sub_tit {
  padding-bottom: 8px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 30px;
  letter-spacing: 7.5px;
  text-align: left;
  color: #fff;
}
.section_03 h3 {
  margin-bottom: 70px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 43px;
  line-height: 1.37;
  text-align: left;
  color: #fff;
}
.section_03 .module_list li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
  font-size: 0;
}
.section_03 .module_list li .img_back {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 95px;
  vertical-align: top;
  border-radius: 50%;
  background: #fff;
}
.section_03 .module_list li .img_back img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section_03 .module_list li span {
  display: inline-block;
  margin: 30px 0 0 16px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 30px;
  line-height: 1.33;
  text-align: left;
  color: #fff;
}
.section_04 {
  padding: 180px 0 120px;
  background: #f8f8f8;
}
.section_04 h2 {
  display: none;
}
.section_04 .sec4_list > li {
  float: left;
  width: 360px;
  height: 450px;
  margin-right: 40px;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 1.5px 2.6px 12px 0 rgba(0, 0, 0, 0.06);
}
.section_04 .sec4_list > li:nth-child(3n) {
  padding-right: 0;
}
.section_04 .sec4_list > li figure {
  margin: 69px 0 0;
  text-align: center;
}
.section_04 .sec4_list > li figure figcaption {
  margin-top: 30px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 26px;
  letter-spacing: -0.52px;
  color: #202020;
}
.section_04 .sec4_list > li div {
  margin: 20px 30px 0;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.32px;
  color: #202020;
}
.section_04 .sec4_list > li > .sub_list {
  margin: 20px 30px 0;
}
.section_04 .sec4_list > li > .sub_list > li {
  position: relative;
  padding-left: 12px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.8px;
  text-align: left;
  color: #202020;
}
.section_04 .sec4_list > li > .sub_list > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 1px;
  background: #202020;
}
.section_05 {
  padding: 178px 0 100px;
}
.section_05 h2 {
  font-family: 'AppleSDGothicNeoB00';
  font-size: 50px;
  text-align: center;
  color: #313131;
}
.section_05 .txt {
  position: relative;
  width: 953px;
  margin: 85px auto 0;
  font-family: 'AppleSDGothicNeoEB00';
  font-size: 70px;
  line-height: 1.17;
  letter-spacing: -1.4px;
  color: #000;
}
.section_05 .txt em {
  display: inline-block;
}
.section_05 .txt em img {
  width: 100%;
}
.section_05 .txt em.start {
  position: absolute;
  left: -140px;
  top: -70px;
}
.section_05 .txt em.end {
  position: absolute;
  right: -160px;
  bottom: -85px;
}
.section_05 dl {
  margin-top: 111px;
  text-align: right;
}
.section_05 dl dt {
  padding-bottom: 25px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 40px;
  color: #6ca0d2;
}
.section_05 dl dd {
  font-family: 'AppleSDGothicNeoR00';
  font-size: 22px;
  line-height: 1.68;
  letter-spacing: -0.5px;
  color: #000000;
}
.section_06 {
  width: 100%;
  /* padding:208px 0;  */
  padding: 10% 0px;
  background: url(../../img/pc/main/bg_section6.png) no-repeat center;
  background-size: cover;
  color: #fff;
  z-index: 11;
}
.section_06 .inner {
  z-index: 111;
}
.section_06 .txt_list {
  position: relative;
}
.section_06 .txt_list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.section_06 .txt_list li {
  padding-bottom: 90px;
  font-size: 0;
}
.section_06 .txt_list li:last-child {
  padding-bottom: 0;
}
.section_06 .txt_list li p {
  display: inline-block;
  width: 210px;
  padding: 0 0 0 50px;
  font-family: 'AppleSDGothicNeoEB00';
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
}
.section_06 .txt_list li p span {
  font-family: 'AppleSDGothicNeoB00';
  font-size: 30px;
  letter-spacing: -0.6px;
}
.section_06 .txt_list li dl {
  display: inline-block;
}
.section_06 .txt_list li dl dt {
  font-family: 'AppleSDGothicNeoM00';
  font-size: 38px;
  line-height: 1.11;
  letter-spacing: -0.76px;
  color: #fff;
}
.section_06 .txt_list li dl dd {
  font-family: 'AppleSDGothicNeoL00';
  font-size: 23px;
  line-height: 1.83;
  letter-spacing: -0.46px;
  color: #fff;
}

.section_07 {
  width: 100%;
  margin-top: -3.5%;
  padding: 130px 0 180px;
  background: #fff url(../../img/pc/main/bg_section7.png) no-repeat center;
  background-size: cover;
  color: #fff;
  z-index: 9;
}
.section_07::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #030303;
}
.section_07 .inner {
  z-index: 111;
}

.section_07 .sub_tit {
  padding-bottom: 10px;
  opacity: 0.7;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 30px;
  letter-spacing: 7.5px;
  text-align: center;
  color: #fdfdfd;
}
.section_07 h2 {
  padding-bottom: 125px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #fdfdfd;
}
.section_07 .logo_list {
}
.section_07 .logo_list li {
  position: relative;
  float: left;
}
.section_07 .logo_list li.mt8 img {
  margin-top: 8px;
}
.section_07 .logo_list li.mt7 img {
  margin-top: -7px;
}
.section_07 .logo_list li.mt12 img {
  margin-top: -12px;
}

.section_07 .logo_list li img {
}
.section_07 .logo_list li a {
  display: block;
}
.section_07 .top li {
  width: 33.333%;
  text-align: center;
}
.section_07 .btm {
  padding-top: 75px;
}
.section_07 .btm li {
  width: 25%;
  text-align: center;
}

.section_08 {
  padding: 120px 0 170px;
  background: #2c2c2c;
}
.section_08 .sub_tit {
  padding-bottom: 10px;
  opacity: 0.7;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 30px;
  letter-spacing: 7.5px;
  text-align: center;
  color: #fdfdfd;
}
.section_08 h2 {
  padding-bottom: 90px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  color: #fdfdfd;
}
.section_08 .logo_list li {
  float: left;
}
.section_08 .logo_list li a {
  display: block;
}
.section_08 .logo_list li img {
  width: 90%;
}
.section_08 .top {
  padding-bottom: 70px;
}
.section_08 .top li {
  margin-right: 5%;
}
.section_08 .top li:nth-child(2) {
  margin-top: -30px;
}
.section_08 .top li:nth-child(3) {
  margin-top: -13px;
}
.section_08 .top li:nth-child(4) {
  margin-top: -4px;
}
.section_08 .top li:nth-child(5) {
  margin-right: 0;
  margin-left: 1%;
}
.section_08 .btm li:nth-child(1) {
  margin-top: 0.4%;
}
.section_08 .btm li:nth-child(2) {
  margin-top: 0;
}
.section_08 .btm li:nth-child(3) {
  margin-top: 0;
}
.section_08 .btm li:nth-child(3) img {
  margin-left: 5%;
}
.section_08 .btm li:nth-child(4) {
  margin-top: 0;
}
.section_08 .btm li:nth-child(5) {
  margin-right: 0;
}
.section_09 {
  width: 100%;
  padding: 149px 0 160px;
  background: #2c2c2c url(../../img/pc/main/bg_section9.png) no-repeat center top;
  background-size: cover;
}
.section_09::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.section_09 .sub_tit {
  padding-bottom: 10px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 30px;
  letter-spacing: 6px;
  text-align: left;
  color: #ffffff;
}
.section_09 h2 {
  font-family: 'AppleSDGothicNeoR00';
  font-size: 50px;
  line-height: 1.18;
  text-align: left;
  color: #fdfdfd;
}

.section_09 .graph_wrap {
  position: relative;
  padding: 190px 0;
}
.section_09 .graph_wrap .graph {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 50px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.3);
}
.animate,
.num_animate {
  animation: fadeIn 1s forwards ease-in;
  transition: 1s ease-in-out;
}

@keyframes fadeIn() {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_09 .graph_wrap .bar {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 25px;
}
.section_09 .graph_wrap .bar1 {
  left: 0;
  width: 0;
  background: #fff;
}
.section_09 .graph_wrap .bar1.animate {
  width: 32%;
}
.section_09 .graph_wrap .bar2 {
  left: 26%;
  width: 0;
  background: #cdcaf1;
  transition-delay: 200;
}
.section_09 .graph_wrap .bar2.animate {
  width: 11%;
}
.section_09 .graph_wrap .bar3 {
  left: 32%;
  width: 0%;
  background: #ebebeb;
  transition-delay: 300;
}
.section_09 .graph_wrap .bar3.animate {
  width: 9%;
}
.section_09 .graph_wrap .bar4 {
  left: 36%;
  width: 0;
  background: #c5e2ff;
  transition-delay: 400;
}
.section_09 .graph_wrap .bar4.animate {
  width: 8%;
}
.section_09 .graph_wrap .bar5 {
  left: 39%;
  width: 0;
  background: #bfbfbf;
}
.section_09 .graph_wrap .bar5.animate {
  width: 34%;
  transition-delay: 500;
}
.section_09 .graph_wrap .bar6 {
  left: 62%;
  width: 0;
  background: #cdcaf1;
}
.section_09 .graph_wrap .bar6.animate {
  width: 26%;
  transition-delay: 600;
}
.section_09 .graph_wrap .bar7 {
  left: 83%;
  width: 0;
  background: #ebebeb;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.section_09 .graph_wrap .bar7.animate {
  width: 17%;
  transition-delay: 700;
}
.section_09 .graph_wrap .num {
  position: absolute;
  left: 50%;
  color: #fff;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 22px;
  color: #fdfdfd;
}
.section_09 .graph_wrap .num::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.section_09 .graph_wrap .sale {
  top: 30%;
  margin-left: -475px;
  opacity: 0;
}
.section_09 .graph_wrap .sale.num_animate {
  top: 28%;
  margin-left: -475px;
  opacity: 1;
}
.section_09 .graph_wrap .sale::after {
  content: '';
  position: absolute;
  left: -64px;
  top: 45px;
  width: 54px;
  height: 1px;
  background: #fff;
  transform: skewY(-50deg);
}
.section_09 .graph_wrap .team {
  top: 64%;
  margin-left: -197px;
  opacity: 0;
}
.section_09 .graph_wrap .team.num_animate {
  top: 67%;
  margin-left: -197px;
  opacity: 1;
}
.section_09 .graph_wrap .team::after {
  content: '';
  position: absolute;
  left: -69px;
  top: -23px;
  width: 60px;
  height: 1px;
  border-radius: 50%;
  background: #fff;
  transform: skewY(50deg);
}
.section_09 .graph_wrap .advisor {
  top: 30%;
  margin-left: -120px;
  opacity: 0;
}
.section_09 .graph_wrap .advisor.num_animate {
  top: 28%;
  margin-left: -120px;
  opacity: 1;
}
.section_09 .graph_wrap .advisor::after {
  content: '';
  position: absolute;
  left: -75px;
  top: 50px;
  width: 66px;
  height: 1px;
  border-radius: 50%;
  background: #fff;
  transform: skewY(-50deg);
}
.section_09 .graph_wrap .marketing {
  top: 86%;
  margin-left: 0;
  opacity: 0;
}
.section_09 .graph_wrap .marketing.num_animate {
  top: 88%;
  margin-left: 0;
  opacity: 1;
}
.section_09 .graph_wrap .marketing::after {
  content: '';
  position: absolute;
  left: -143px;
  top: -67px;
  width: 134px;
  height: 1px;
  border-radius: 50%;
  background: #fff;
  transform: skewY(50deg);
}
.section_09 .graph_wrap .foundation {
  top: 30%;
  margin-left: 120px;
  opacity: 0;
}
.section_09 .graph_wrap .foundation.num_animate {
  top: 28%;
  margin-left: 120px;
  opacity: 1;
}
.section_09 .graph_wrap .foundation::after {
  content: '';
  position: absolute;
  left: -69px;
  top: 46px;
  width: 60px;
  height: 1px;
  border-radius: 50%;
  background: #fff;
  transform: skewY(-50deg);
}
.section_09 .graph_wrap .reserve {
  top: 65%;
  margin-left: 350px;
  opacity: 0;
}
.section_09 .graph_wrap .reserve.num_animate {
  top: 67%;
  margin-left: 350px;
  opacity: 1;
  transition-delay: 1000;
}
.section_09 .graph_wrap .reserve::after {
  content: '';
  position: absolute;
  left: -78px;
  top: -23px;
  width: 67px;
  height: 1px;
  border-radius: 50%;
  background: #fff;
  transform: skewY(45deg);
}
.section_09 .graph_wrap .patners {
  top: 30%;
  margin-left: 514px;
  opacity: 0;
}
.section_09 .graph_wrap .patners.num_animate {
  top: 28%;
  margin-left: 514px;
  opacity: 1;
}
.section_09 .graph_wrap .patners::after {
  content: '';
  position: absolute;
  left: -83px;
  top: 55px;
  width: 75px;
  height: 1px;
  border-radius: 50%;
  background: #fff;
  transform: skewY(-50deg);
}

.section_10 {
  padding: 180px 0;
}
.section_10 h2 {
  padding-bottom: 95px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 50px;
  color: #212121;
}

.section_10 .roadmap_wrap {
  margin-top: -77px;
}
.section_10 .roadmap_wrap .bx-wrapper {
  margin-bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.section_10 .map_bar {
  margin-top: 45px;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.section_10 h3 {
  height: 43px;
  padding-bottom: 70px;
  font-family: 'AppleSDGothicNeoEB00';
  font-size: 36px;
  text-align: left;
  color: #6ca0d2;
}
.section_10 dl dt {
  padding-bottom: 15px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 23px;
  text-align: left;
  color: #acacac;
}
.section_10 dl dd {
  position: relative;
  padding-left: 8px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: -0.36px;
  color: #8c8c8c;
}
.section_10 dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8c8c8c;
}
.section_10 .roadmap_wrap .bx_slide {
  cursor: pointer;
}
.section_10 .roadmap_wrap .bx_slide:hover dt {
  color: #6ca0d2;
}
.section_10 .roadmap_wrap .bx_slide:hover dd {
  color: #2d2d2d;
}
.section_10 .roadmap_wrap .bx_slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 54px;
  width: 37px;
  height: 45px;
  background: url('../../img/pc/main/slide_icon.png') no-repeat;
}
.section_10 .roadmap_wrap .bx_slide:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 54px;
  width: 37px;
  height: 45px;
  background: url('../../img/pc/main/slide_icon_on.png') no-repeat;
}

/*  서브페이지  */

#header.sub_page {
  /* background:rgba(255,255,255,0.9); */
}
#nav.sub_nav li a:before,
#nav.sub_nav li a:after {
  content: '';
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: -2px;
  width: 0;
}
#nav.sub_nav li a {
  color: #212121;
}
#nav.sub_nav li.on a {
  color: #fff;
}
#nav.sub_nav li.on a::after {
  width: 50%;
}
/* #header.sub_page .util_wrap .btn_kyc{
    border: solid 1px #464646;
} */
#header.sub_page .util_wrap .btn_kyc {
  background: url(../../img/pc/sub/btn_kyc_sub.png) no-repeat;
  background-size: cover;
}
#header.sub_page .util_wrap .lang_box {
  border: solid 1px #212121;
}
#header.sub_page .util_wrap .lang_box .lang_txt {
  color: #212121;
  background: #fff;
}
#header.sub_page .util_wrap .lang_box .lang_txt::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212121;
}

.sub_main_wrap {
  position: relative;
  margin-top: 161px;
  padding: 166px 0 150px;
  background: url('../../img/pc/sub/sub_main_bg.png') no-repeat center;
  background-size: cover;
}
.sub_main_wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sub_main_wrap .txt_box {
  text-align: center;
  color: #fff;
}
.sub_main_wrap .txt_box h2 {
  padding-bottom: 50px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 50px;
  letter-spacing: -1.5px;
  line-height: 1.17;
}
.sub_main_wrap .txt_box h2 em {
  letter-spacing: -1.8px;
  font-size: 60px;
}
.sub_main_wrap .txt_box p {
  font-family: 'AppleSDGothicNeoL00';
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.72px;
}

.container .sub_section {
  overflow: hidden;
  position: relative;
}
.container .business {
  z-index: 11;
}
.container .about {
  margin-top: -75px;
  z-index: 9;
}

.container .sub_section .business_top {
  padding: 4.2% 0 5%;
  background: url(../../img/pc/sub/business_top_bg.png) no-repeat center bottom;
  background-size: cover;
  text-align: center;
}

.container .sub_section .business_top h2 {
  font-family: 'AppleSDGothicNeoB00';
  font-size: 50px;
  letter-spacing: -1.5px;
  color: #6ca0d2;
}

.container .sub_section .business_top h3 {
  font-family: 'AppleSDGothicNeoR00';
  font-size: 43px;
  letter-spacing: -0.86px;
  color: #000000;
}

.container .sub_section .business_top p {
  padding-top: 40px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #1d1d1d;
}

.container .sub_section .business_mid {
  padding: 150px 0;
}
.container .sub_section .business_mid img {
  max-width: 1088px;
  width: 100%;
}

.container .sub_section .business_btm {
  /* padding:159px 0; */
  padding: 7% 0;
  background: url('../../img/pc/sub/business_btm_bg.png') no-repeat center;
  background-size: cover;
}

.container .sub_section .business_btm .business_tablist {
  width: 100%;
  padding-bottom: 80px;
  font-size: 0;
  text-align: center;
}
.container .sub_section .business_btm .business_tablist li {
  display: inline-block;
  padding: 0 35px;
  text-align: center;
}
.container .sub_section .business_btm .business_tablist li a {
  display: block;
  font-family: 'AppleSDGothicNeoT00';
  font-size: 24px;
  line-height: 1.13;
  letter-spacing: 0.48px;
  color: #fff;
}
.container .sub_section .business_btm .business_tablist li.on a {
  font-weight: 599;
  font-family: 'AppleSDGothicNeoEB00';
}

.container .sub_section .business_btm .business_txt .conts_box {
  text-align: center;
  color: #fff;
}
.container .sub_section .business_btm .business_txt .conts_box h2 {
  font-family: 'AppleSDGothicNeoEB00';
  font-size: 40px;
}
.container .sub_section .business_btm .business_txt .conts_box h3 {
  padding: 10px 0 58px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 43px;
  letter-spacing: -0.86px;
}
.container .sub_section .business_btm .business_txt .conts_box .txt {
  display: inline-block;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.container .sub_section .business_btm .business_txt .conts_box .circle_list {
  padding: 100px 0 50px;
  font-size: 0;
  text-align: center;
}
.container .sub_section .business_btm .business_txt .conts_box .circle_list li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
  width: 135px;
  height: 135px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.container .sub_section .business_btm .business_txt .conts_box .circle_list li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}
.container .sub_section .business_btm .business_txt .conts_box .circle_list li::after {
  content: '+';
  position: absolute;
  right: -25%;
  top: 42%;
  font-size: 22px;
  color: #fff;
}
.container .sub_section .business_btm .business_txt .conts_box .circle_list li:last-child::after {
  display: none;
}

.container .sub_section .business_btm .business_txt .swiper-button-next {
  right: 50%;
  margin-right: -570px;
}
.container .sub_section .business_btm .business_txt .swiper-button-next::before {
  content: 'NEXT';
  position: absolute;
  right: 26px;
  top: 12.5px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  color: #fff;
}
.container .sub_section .business_btm .business_txt .swiper-button-next::after {
  font-size: 11px;
}

.container .sub_section .business_btm .business_txt .swiper-button-prev {
  left: 50%;
  margin-left: -570px;
}

.container .sub_section .business_btm .business_txt .swiper-button-prev::before {
  content: 'PREV';
  position: absolute;
  left: 26px;
  top: 12.5px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  color: #fff;
}
.container .sub_section .business_btm .business_txt .swiper-button-prev::after {
  font-size: 11px;
}

.container .sub_section .about_top {
  position: relative;
  padding: 207px 0 179px;
  background: url('../../img/pc/sub/about_top_bg.png') no-repeat top center;
  background-size: cover;
}
.container .sub_section .about_top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.container .sub_section .about_top .txt_box {
  position: relative;
  text-align: center;
  color: #fff;
}
.container .sub_section .about_top .txt_box::before {
  content: '';
  position: absolute;
  left: 45px;
  top: -15px;
  width: 89px;
  height: 270px;
  border-top: 15px solid #fff;
  border-left: 15px solid #fff;
  border-bottom: 15px solid #fff;
  box-sizing: borer-box;
}
.container .sub_section .about_top .txt_box::after {
  content: '';
  position: absolute;
  right: 45px;
  top: -15px;
  width: 89px;
  height: 270px;
  border-top: 15px solid #fff;
  border-right: 15px solid #fff;
  border-bottom: 15px solid #fff;
  box-sizing: borer-box;
}
.container .sub_section .about_top h2 {
  padding: 46px 0 30px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 55px;
  line-height: 1.45;
  letter-spacing: -1.65px;
}
.container .sub_section .about_top p {
  line-height: 1.5;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 24px;
  letter-spacing: -0.72px;
}

.container .sub_section .about_btm {
  padding: 180px 0;
  background: #f8f8f8;
}

.container .sub_section .about_btm ul {
}
.container .sub_section .about_btm ul li {
  float: left;
  width: calc((100% - 66px) / 2);
  padding-bottom: 50px;
}
.container .sub_section .about_btm ul li:nth-child(2n-1) {
  padding-right: 66px;
}

.container .sub_section .about_btm ul li dl dt {
  width: 100%;
  padding: 11px 0 9px;
  text-align: center;
  letter-spacing: -0.9px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 30px;
  color: #6ca0d2;
  border-radius: 33px;
  border: solid 1px #6ca0d2;
  box-sizing: border-box;
  background: #fff;
}
.container .sub_section .about_btm ul li dl dd {
  padding: 20px 40px 0 40px;
}

.container .sub_section .about_btm ul li dl dd p {
  position: relative;
  padding-left: 10px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #2f2f2f;
}
.container .sub_section .about_btm ul li dl dd p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #2f2f2f;
  border-radius: 50%;
}

.container .sub_section .security_top {
  padding: 180px 0;
  background: #1f1f1f;
}

.container .sub_section .security_top .txt {
  text-align: center;
  color: #fff;
}
.container .sub_section .security_top .txt h2 {
  font-family: 'AppleSDGothicNeoL00';
  font-size: 30px;
  letter-spacing: 0.9px;
  color: #6da1d2;
}
.container .sub_section .security_top .txt h3 {
  padding: 10px 0 30px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 50px;
  letter-spacing: -1px;
  text-align: center;
}
.container .sub_section .security_top .txt p {
  font-family: 'AppleSDGothicNeoL00';
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: -0.66px;
}

.container .sub_section .security_top .security_list {
  position: relative;
  margin-top: 83px;
  text-align: center;
  font-size: 0;
}

.container .sub_section .security_top .line {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1px;
  background: #fff;
}
.container .sub_section .security_top .security_list li {
  display: inline-block;
  position: relative;
  margin: 0px 8px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
}
.container .sub_section .security_top .security_list li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid #6da1d2;
}
.container .sub_section .security_top .security_list li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.6px;
  text-align: center;
  color: #1f1f1f;
}

.container .sub_section .security_btm {
  padding: 180px 0;
}
.container .sub_section .security_btm .inner {
}
.container .sub_section .security_btm img {
  padding-top: 75px;
}
.container .sub_section .security_btm .txt {
  float: right;
  position: relative;
}
.container .sub_section .security_btm .txt::before {
  content: '';
  position: absolute;
  left: -70px;
  top: -50px;
  width: 74px;
  height: 74px;
  background: url(../../img/pc/sub/sub_quotes_start.png) no-repeat center;
  background-size: cover;
}
.container .sub_section .security_btm .txt::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -30px;
  width: 74px;
  height: 74px;
  background: url(../../img/pc/sub/sub_quotes_end.png) no-repeat center;
  background-size: cover;
}

.container .sub_section .security_btm .txt dt {
  font-family: 'AppleSDGothicNeoB00';
  font-size: 24px;
  color: #6ca0d2;
}
.container .sub_section .security_btm .txt dd {
  position: relative;
  padding-top: 20px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -1px;
  color: #000;
}
.container .sub_section .security_btm .txt dd::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  font-family: '휴먼고딕';
  font-size: 100px;
  line-height: 0.28;
  letter-spacing: -3px;
  color: #6da1d;
}
.container .sub_section .security_btm .txt dd::after {
  content: '    ';
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: '휴먼고딕';
  font-size: 100px;
  line-height: 0.28;
  letter-spacing: -3px;
  color: #6da1d;
}

/* 영문버전 CSS */
.section_02 .service_list_en li {
  height: 460px;
  padding-bottom: 0;
}
.section_02 .key_list_en li {
  font-size: 24px;
}
.section_03 .module_list_en li span {
  width: 70%;
  position: absolute;
  margin: 0;
  left: 120px;
  line-height: 1.2;
  top: 50%;
  transform: translateY(-50%);
}
.section_04 .sec4_list_en > li {
  height: 540px;
}
.section_06 .txt_list_en li p {
  vertical-align: top;
  width: 270px;
  padding: 8px 20px 0 30px;
}
.section_06 .txt_list_en li p span {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
}
.section_06 .txt_list_en li dl {
  width: calc(100% - 320px);
}
.section_06 .txt_list li dl dd {
  line-height: 1.3;
}
.section_07_en {
  margin-top: -4.5%;
}

.business_txt_en .conts_box .txt.pc_type {
  width: 60%;
  margin: 0 auto;
}

.container .sub_section .business_btm .business_txt_en .conts_box .circle_list li {
  width: 160px;
  height: 160px;
}
.container .sub_section .business_btm .business_txt_en .conts_box .circle_list li span {
  font-size: 16px;
}

.container .sub_section .about_btm_en ul li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  border-radius: 42px;
}
.container .sub_section .security_top .security_list_en li {
  margin: 0px 2px;
  width: 190px;
  height: 190px;
}
.container .sub_section .security_top .security_list_en li::after {
  width: 180px;
  height: 180px;
}

.container .sub_section .security_btm .txt_en {
  width: 54%;
}

.container .sub_section .security_btm .txt_en dd {
  letter-spacing: 0;
}

/* s :KYC 레이어팝업 */

/* form */
input[type='radio'] {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  opacity: 0;
}
input[type='radio'] + label {
  display: inline-block;
  position: relative;
  z-index: 1;
  /* min-height:18px; */
  padding-left: 28px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
}
input[type='radio'] + label * {
  line-height: 1;
}
input[type='radio']:first-child + label {
  margin-left: 0;
}
input[type='radio'] + label span {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url('../../img/popup/radio_off.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}
input[type='radio']:checked + label span {
  background: url('../../img/popup/radio_on.png') no-repeat;
  background-size: cover;
}
input[type='radio']:disabled + label span {
  background: url('../../img/popup/radio_off.png') no-repeat;
  background-size: cover;
}

.layerpop_wrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 508px;
  background: #6da1d2;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 10000;
}
.layerpop_wrap .pop_container {
  position: relative;
  padding: 80px 60px;
}
.layerpop_wrap .pop_container::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url('../../img/popup/popup_bg_bar.png') no-repeat center center;
}
.layerpop_wrap .pop_container .btn_pop_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 21px;
  background: url('../../img/popup/btn_popup_close.png') no-repeat;
}
.layerpop_wrap .pop_container input::placeholder {
  font-family: 'AppleSDGothicNeoM00';
  color: #aaa;
}

.layerpop_wrap .pop_container h2 {
  padding: 0 0 60px;
  text-align: center;
  letter-spacing: -0.25px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 32px;
  color: #fff;
}
/* 신청하기  */
.layerpop_wrap .pop_container .info_list {
  font-family: 'AppleSDGothicNeoL00';
  padding-bottom: 63px;
}
.layerpop_wrap .pop_container .info_list .radio_box {
  padding-bottom: 15px;
}
.layerpop_wrap .pop_container .info_list .radio_box p {
  float: left;
  margin-right: 33px;
}
.layerpop_wrap .pop_container .input_box {
  position: relative;
  margin-bottom: 12px;
}
.layerpop_wrap .pop_container .input_box input {
  display: inline-block;
  width: 100%;
  padding: 13px 0 10px 20px;
  font-size: 16px;
  border: 1px solid #03386a;
  box-sizing: border-box;
}
.layerpop_wrap .pop_container .input_box .s_input {
  width: 196px;
}
.layerpop_wrap .pop_container .input_box .unit {
  margin-left: 10px;
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
}
.layerpop_wrap .pop_container .input_box .ex {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.layerpop_wrap .pop_container .input_box .ex em {
  margin-right: 5px;
}
.layerpop_wrap .pop_container .input_box .wallet_address_chk.on {
  border: 1px solid #ff9600;
}
.layerpop_wrap .pop_container .input_box .error_info {
  display: none;
  padding: 12px 0 0 12px;
  font-size: 14px;
  color: #fff;
}
.layerpop_wrap .pop_container .agree_box .agree_p {
  position: relative;
}
.layerpop_wrap .pop_container .agree_box .agree_p #agree {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.layerpop_wrap .pop_container .agree_box span {
  font-family: 'Dotum';
  font-size: 13px;
  color: #fff;
}
.layerpop_wrap .pop_container .agree_box span .note {
  text-decoration: underline;
  color: #fff;
}
.layerpop_wrap .pop_container .pop_btn {
  display: block;
  margin: 30px auto 0;
  padding: 15px 57px 14px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 18px;
  color: #fff;
  background: #03386a;
  border-radius: 25px;
}

/* 신청완료  */
.apply_pop .pop_container {
  padding: 80px 40px;
}
.apply_com_pop .pop_container .apply_com_top {
  text-align: center;
  letter-spacing: -0.25px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 24px;
  color: #fff;
}
.apply_com_pop .pop_container .apply_com_code {
  width: 100%;
  margin-top: 50px;
  padding: 40px 0;
  text-align: center;
  background: #fff;
}
.apply_com_pop .pop_container .apply_com_code dl:first-child {
  padding-bottom: 2px;
}
.apply_com_pop .pop_container .apply_com_code dl dt {
  line-height: 26px;
  letter-spacing: -0.1px;
  font-family: 'AppleSDGothicNeoB00';
  font-size: 18px;
  color: #03386a;
}
.apply_com_pop .pop_container .apply_com_code dl dd {
  line-height: 26px;
  letter-spacing: -0.1px;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 16px;
  color: #212121;
  word-break: break-all;
}

.login_pop .pop_container {
  padding-bottom: 219px;
}
.login_pop .pop_container .info_list {
  padding-bottom: 0;
}
.login_pop .pop_container .btn_password_find {
  display: block;
  margin-bottom: 75px;
  text-align: right;
  text-decoration: underline;
  font-family: 'AppleSDGothicNeoL00';
  font-size: 14px;
  color: #fff;
}
.layerpop_wrap.password_pop .pop_container {
  padding-bottom: 88px;
}
.layerpop_wrap .pop_container .input_box .pw_address_chk.on {
  border: 1px solid #ff9600;
}
.layerpop_wrap.password_pop .pop_container .pw_line .email {
  float: left;
  width: calc(100% - 94px);
}
.password_pop .pop_container .line {
  font-size: 0;
}
.password_pop .pop_container .line input {
  width: calc(100% - 94px);
}
.password_pop .pop_container .line .btn_code {
  display: inline-block;
  width: 94px;
  height: 44px;
  line-height: 44px;
  vertical-align: top;
  text-align: center;
  font-family: 'AppleSDGothicNeoM00';
  color: #fff;
  background: #03386a;
}

.layerpop_wrap.inquiry_pop .pop_container {
  padding-bottom: 217px;
}
.layerpop_wrap.inquiry_pop .pop_container .line .email {
  float: left;
  width: calc(100% - 94px);
}
.layerpop_wrap.inquiry_pop .pop_container .line .btn_code {
  float: left;
  width: 94px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-family: 'AppleSDGothicNeoM00';
  color: #fff;
  background: #03386a;
}

.layerpop_wrap.inquiry_confirm_pop .pop_container h2 {
  padding-bottom: 0;
}
.inquiry_confirm_pop .pop_container .user_email {
  padding: 20px 0;
  text-align: center;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 22px;
  color: #fff;
}

.inquiry_confirm_pop .pop_container .box {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}
.inquiry_confirm_pop .pop_container .first {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.inquiry_confirm_pop .pop_container .box dl dt {
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
}
.inquiry_confirm_pop .pop_container .box dl dd {
  font-family: 'AppleSDGothicNeoM00';
  color: #fff;
}

.inquiry_confirm_pop .pop_container .box dl dd em {
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
}

.inquiry_confirm_pop .pop_container .box_num {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  background: #fff;
}

.inquiry_confirm_pop .pop_container .box_num p {
  padding: 5px 0;
}
.inquiry_confirm_pop .pop_container .box_num em {
  display: inline-block;
  margin-left: 5px;
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
}
.layerpop_wrap.inquiry_confirm_pop .pop_container .pop_btn {
  margin: 25px auto 0;
}
.layerpop_wrap.inquiry_confirm_pop .pop_container {
  padding: 80px 60px 35px;
}

.layerpop_wrap.note_pop .pop_container {
  padding-bottom: 50px;
}
.layerpop_wrap.note_pop .pop_container h2 {
  padding: 0 0 50px;
}
.note_pop .note_wrap {
  width: 100%;
  height: 450px;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: scroll;
  background: #fff;
}
.note_pop .note_wrap .note_inner {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

/* .layerpop_wrap.kyc_finish_pop .pop_container{
    padding: 80px 60px 99px;
} */

.layerpop_wrap.kyc_finish_pop .pop_container h2 {
  padding-bottom: 0;
}
.kyc_finish_pop .pop_container .user_email {
  padding: 20px 0;
  text-align: center;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 22px;
  color: #fff;
}
.kyc_finish_pop .pop_container .box {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.kyc_finish_pop .pop_container .box dl dt {
  line-height: 1.44;
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
}
.kyc_finish_pop .pop_container .box dl dd {
  font-family: 'AppleSDGothicNeoM00';
  color: #fffefe;
}

.kyc_finish_pop .pop_container .box .wallet_adjust {
  width: 246px;
  margin: 29px 0 18px;
  padding: 15px 15px 14px;
  border-radius: 25px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  color: #fff;
  background-color: #03386a;
}

.kyc_finish_pop .pop_container .box .adjust_inputbox {
  display: none;
  padding-bottom: 19px;
  text-align: center;
}
.kyc_finish_pop .pop_container .box .adjust_inputbox label {
  display: inline-block;
  margin-bottom: 9px;
  line-height: 1.44;
  letter-spacing: 0.45px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  color: #fffefe;
}
.kyc_finish_pop .pop_container .box .adjust_inputbox input {
  display: inline-block;
  width: 100%;
  padding: 13px 0 10px 20px;
  font-size: 16px;
  border: 1px solid #03386a;
  box-sizing: border-box;
}
.kyc_finish_pop .pop_container .box .own {
  line-height: 1.44;
  letter-spacing: 0.45px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  color: #fffefe;
}
.kyc_finish_pop .pop_container .box .own em {
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
}
.layerpop_wrap.kyc_finish_pop .pop_container .pop_btn {
  margin: 57px auto 0;
}
.layerpop_wrap.kyc_ing_pop .pop_container h2 {
  padding: 0 0 30px;
}
.layerpop_wrap.kyc_apply_pop {
  height: 650px;
  overflow-y: scroll;
}
.layerpop_wrap.kyc_apply_pop .pop_container h2 {
  padding: 0 0 57px;
}
.layerpop_wrap.kyc_apply_pop .pop_container .info_list {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.layerpop_wrap.kyc_apply_pop .pop_container .country_code {
  display: block;
  margin: 0 auto 12px;
  background: #6da1d2;
  border: transparent;
  color: #fff;
}
.layerpop_wrap.kyc_apply_pop .pop_container .country_code::-ms-expand {
  display: none;
} /* IE 10, 11의 네이티브 화살표 숨기기 */

.layerpop_wrap.kyc_apply_pop .pop_container .country_code {
  display: block;
  padding: 4px 0 0;
  width: 98%;
  margin: 0 auto 12px;
  font-family: 'AppleSDGothicNeoEB00';
  color: #03386a;
  background: #6da1d2;
  border: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../../img/popup/select_arrow.png') no-repeat 100% 55%;
  background-size: 12px 7px;
}
.layerpop_wrap.kyc_apply_pop .pop_container .country_input {
  display: none;
}
.layerpop_wrap.kyc_apply_pop .pop_container .country_code option[data-color='custom'] {
  color: #03386a;
  background: #fff;
}
.layerpop_wrap.kyc_apply_pop .pop_container .country_code option:selected {
  color: #03386a;
}
.layerpop_wrap.kyc_apply_pop .pop_container .note_w {
  text-align: center;
}
.layerpop_wrap.kyc_apply_pop .pop_container .note_w p {
  padding-bottom: 8px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  line-height: 1.44;
  color: #fffefe;
}
.layerpop_wrap.kyc_apply_pop .pop_container .note_w em {
  display: inline-block;
  padding: 4px 34px 2px;
  border-radius: 12.5px;
  background-color: #e30000;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fffefe;
}

.layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box {
  text-align: center;
}
.layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .last {
  padding-top: 20px;
}

.layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box dl dt {
  font-family: 'AppleSDGothicNeoEB00';
  font-size: 18px;
  line-height: 1.44;
  color: #03386a;
}
.layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box dl dd {
  padding: 20px 0 19px;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 18px;
  line-height: 1.2;
  color: #fffefe;
}
.layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box dl dd em {
  font-size: 16px;
}

.layerpop_wrap.kyc_apply_pop .pop_container .filebox {
  font-size: 0;
}
.layerpop_wrap.kyc_apply_pop .pop_container .filebox input[type='file'] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.layerpop_wrap.kyc_apply_pop .pop_container .filebox label {
  display: inline-block;
  width: 94px;
  padding: 14px 0 11px;
  text-align: center;
  vertical-align: top;
  font-family: 'AppleSDGothicNeoM00';
  font-size: 16px;
  color: #fff;
  background-color: #03386a;
  box-sizing: border-box;
  cursor: pointer;
}
.layerpop_wrap.kyc_apply_pop .pop_container .filebox .upload-name {
  display: inline-block;
  width: calc(100% - 94px);
  padding: 12px 10px 10px;
  vertical-align: top;
  font-size: 18px;
  color: #aaa;
  background-color: #fff;
  box-sizing: border-box;
}
.layerpop_wrap.kyc_apply_pop .pop_container .pop_btn {
  margin: 40px auto 0;
}

/* e :KYC 레이어팝업 */

/* 미디어쿼리 */

/* @media all and (min-width:987px) and (max-width:1200px) {
    

} */

@media only screen and (max-width: 1200px) {
  .inner {
    width: 96%;
    max-width: none;
  }
  #header .inner {
    padding: 3% 0;
  }
  #header h1 {
    width: 100px;
    height: auto;
  }
  /*
     #nav {
        padding: 15px 0 0 35px;
        float: none;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 600px;
    }
    #nav li {
        margin-right: 3%;
    }
 */
  #nav ul li a {
    font-size: 15px;
  }
  #header .util_wrap {
    padding-top: 1.5%;
  }
  .section_01 h2 {
    font-size: 125px;
  }
  .section_02 {
    padding: 80px 0 160px;
  }
  .section_02 .txtwrap h2 {
    font-size: 30px;
  }
  .section_02 .txtwrap .sub_txt {
    font-size: 20px;
  }
  .section_02 .service_list {
    margin-left: 280px;
  }
  .section_02 .service_list li {
    padding-left: 50px;
    height: 290px;
  }
  .section_02 .service_list li figure img {
    height: 80px;
  }
  .section_02 .service_list li figure figcaption {
    font-size: 22px;
  }
  .section_02 .service_list li dl dt {
    font-size: 20px;
  }
  .section_02 .service_list li:nth-child(2n) {
    padding-left: 7%;
  }
  .section_02 .back_txt {
    width: 100%;
  }
  .section_02 .key_list li {
    width: 32%;
    margin-right: 1%;
  }
  .section_04 {
    padding: 12% 0 7%;
  }
  .section_04 .sec4_list > li {
    width: 31%;
    height: 480px;
    margin-right: 2%;
  }

  .section_04 .sec4_list > li div {
    font-size: 15px;
    line-height: 1.5;
  }
  .section_04 .sec4_list > li > .sub_list > li {
    font-size: 15px;
  }
  .section_05 .txt {
    width: 80%;
  }
  .section_05 .txt em.start {
    left: -100px;
  }
  .section_05 .txt em.end {
    right: -80px;
  }

  .section_06 .txt_list li p {
    padding: 0 5% 0 2%;
    font-size: 35px;
    width: 100px;
  }
  .section_06 .txt_list li p span {
    font-family: 'AppleSDGothicNeoB00';
    font-size: 24px;
  }

  .section_06 .txt_list li dl dt {
    font-size: 30px;
  }
  .section_07 {
    margin-top: -5.5%;
  }
  .section_07 .logo_list li img {
    max-width: 100%;
  }
  .section_08 .logo_list li {
    float: left;
    width: 20%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .section_08 .logo_list li a {
    text-align: center;
  }
  .section_08 .logo_list li img {
    width: 80%;
  }
  .section_08 .top li:nth-child(2) {
    margin-top: -3%;
  }
  .section_08 .top li:nth-child(4) img {
    width: 30%;
  }
  .section_08 .top li:nth-child(3) {
    margin-top: -1%;
  }
  .section_08 .top li:nth-child(5) {
    margin-top: -0.5%;
  }

  .section_09 .graph_wrap {
    position: relative;
    padding: 160px 0;
  }
  .section_09 .graph_wrap .graph {
    height: 40px;
    border-radius: 20px;
  }
  .section_09 .graph_wrap .num {
    font-size: 16px;
  }

  .section_09 .graph_wrap .sale.num_animate {
    margin-left: -35%;
  }
  .section_09 .graph_wrap .team.num_animate {
    margin-left: -16%;
  }
  .section_09 .graph_wrap .advisor.num_animate {
    margin-left: -10%;
  }
  .section_09 .graph_wrap .advisor::after {
    content: '';
    position: absolute;
    left: -59px;
    top: 40px;
    width: 50px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
    transform: skewY(-50deg);
  }
  .section_09 .graph_wrap .marketing.num_animate {
    top: 88%;
    margin-left: 0;
    opacity: 1;
  }
  .section_09 .graph_wrap .marketing::after {
    content: '';
    position: absolute;
    left: -130px;
    top: -58px;
    width: 121px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
    transform: skewY(50deg);
  }
  .section_09 .graph_wrap .foundation.num_animate {
    margin-left: 9%;
  }
  .section_09 .graph_wrap .reserve.num_animate {
    margin-left: 30%;
  }
  .section_09 .graph_wrap .patners {
    margin-left: 38%;
  }
  .section_09 .graph_wrap .patners.num_animate {
    margin-left: 38%;
  }
  .section_09 .graph_wrap .patners::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 39px;
    width: 10px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transform: skewY(100deg);
  }

  .section_10 dl dd {
    font-size: 14px;
  }

  /* 서브페이지 */

  .sub_main_wrap {
    margin-top: 119px;
  }
  .sub_main_wrap .txt_box p {
    font-size: 20px;
  }
  .container .sub_section .business_btm .business_tablist li {
    padding: 0 20px;
  }
  .container .sub_section .business_btm .business_txt .conts_box .txt {
    font-size: 18px;
  }
  .container .sub_section .business_btm .business_txt .swiper-button-next {
    margin-right: -49%;
  }
  .container .sub_section .business_btm .business_txt .swiper-button-prev {
    margin-left: -49%;
  }
  .container .sub_section .about_btm {
    padding: 140px 0 80px;
  }
  .container .sub_section .about_btm ul li dl dt {
    font-size: 22px;
  }
  .container .sub_section .about_btm ul li dl dd p {
    font-size: 16px;
  }

  .container .sub_section .security_top {
    padding: 140px 0;
  }
  .container .sub_section .security_top .security_list li {
    margin: 0 5px;
    width: 135px;
    height: 135px;
  }
  .container .sub_section .security_top .security_list li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #6da1d2;
  }
  .container .sub_section .security_top .security_list li span {
    font-size: 14px;
  }
  .container .sub_section .security_top .line {
    left: 50%;
    top: 37%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .container .sub_section .security_btm {
    padding: 120px 0;
  }
  .container .sub_section .security_btm img {
    display: inherit;
    margin: 0 auto;
    padding-left: 4%;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .container .sub_section .security_btm .txt {
    float: none;
    position: relative;
    width: 76%;
    margin: 0 14%;
    text-align: center;
  }

  /* 영문머전 CSS  */
  .section_03 .module_list_en li span {
    font-size: 24px;
  }
  .section_02 .service_list_en li {
    height: 385px;
  }
  .section_02 .key_list_en {
    padding-top: 4%;
  }
  .section_02 .key_list_en li {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
  }
  .section_02 .back_txt_en {
    bottom: -8%;
  }
  .section_04 .sec4_list_en > li {
    height: 550px;
  }
  .section_04 .sec4_list_en > li figure {
    margin: 50px 0 0;
  }
  .section_06 .txt_list_en li p {
    width: 110px;
  }
  .section_06 .txt_list_en li dl {
    width: calc(100% - 200px);
  }
  .section_06 .txt_list_en li dl dd {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
  }
  .container .sub_section .business_btm .business_txt_en .conts_box .txt.pc_type {
    width: 75%;
  }
  .container .sub_section .about_top_en p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 967px) {
  .pc_type {
    display: none !important;
  }
  .mo_type {
    display: block !important;
  }
  #header .inner {
    padding: 10% 0;
  }
  .inner {
    width: calc(100% - 40px);
  }
  #header h1 {
    display: none;
  }
  #nav {
    display: none;
  }
  #header .util_wrap .btn_kyc {
    margin-right: 0;
    background: url(../../img/mo/main/mo_btn_kyc.png) no-repeat;
    background-size: cover;
  }
  #header.sub_page .util_wrap .btn_kyc {
    margin-right: 0;
    background: url(../../img/mo/main/mo_btn_kyc.png) no-repeat;
    background-size: cover;
  }
  #header .util_wrap .defi {
    width: 114px;
    height: 29px;
    margin: 0 0 0 10px;
    background: url(../../img/pc/main/mo_defi.png) no-repeat;
  }
  #header .util_wrap {
    width: 100%;
  }
  #header .util_wrap .m_lang_box {
    float: right;
    position: relative;
    width: 84px;
    height: 26px;
    border: 1px solid #fff;
    font-size: 0;
    border-radius: 14px;
    box-sizing: border-box;
  }
  #header .util_wrap .m_lang_box a {
    position: absolute;
    top: 0;
    width: 45px;
    height: 26px;
    line-height: 26px;
    font-family: 'AppleSDGothicNeoB00';
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
  }
  #header .util_wrap .m_lang_box a.on {
    color: #6da1d2;
    background: #fff;
    border-radius: 14px;
  }
  #header .util_wrap .m_lang_box .kor {
    position: absolute;
    left: -1px;
    top: -1px;
  }
  #header .util_wrap .m_lang_box .eng {
    position: absolute;
    left: 38px;
    top: -1px;
  }
  .section_01 {
    background: #f8f8f8 url(../../img/mo/main/m_bg_section1.png) no-repeat bottom center;
    background-size: cover;
  }
  .section_01 h2 {
    font-size: 2.55rem;
    letter-spacing: 0;
    padding: 35% 0 10%;
  }
  .section_01 h2 .h2_logo {
    margin: 0 auto;
    padding-bottom: 8%;
    width: 65%;
  }
  .section_01 .txt_box {
    position: relative;
    top: 0;
  }
  .section_01 .txt_box h3 {
    width: 68%;
    margin: 0 auto;
    font-size: 1.3rem;
    word-break: keep-all;
  }
  .section_01 .txt_box h4 {
    padding: 10% 0px 15%;
    font-size: 1.15rem;
    line-height: 1.3;
  }
  .section_01 .txt_box .white_paper {
    width: 175px;
    height: 54px;
    background-size: cover;
  }
  .section_01 .txt_box .arr_wrap {
    padding-top: 4%;
  }
  .section_01 .txt_box .arr_btm {
    width: 12px;
  }
  .section_01 .txt_box .bar {
    margin: 3% auto 14%;
    height: 50px;
  }
  .section_02 {
    padding: 10% 0 0;
  }
  .section_02 .txtwrap {
    width: 100%;
    text-align: center;
  }

  .section_02 .txtwrap {
    float: none;
  }
  .section_02 .txtwrap .sub_txt {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2%;
  }
  .section_02 .txtwrap h2 {
    font-size: 1.85rem;
    letter-spacing: -0.02em;
  }
  .section_02 .txtwrap .btn_more {
    margin: 5% 0 12%;
    width: 157px;
    height: 50px;
    background-size: cover;
  }
  .section_02 .service_list {
    width: 100%;
    margin: 0;
  }
  .section_02 .service_list li {
    width: calc((100% -20px) / 2);
    padding: 0 10px 0 0;
    height: 295px;
  }
  .section_02 .service_list li:nth-child(2n) {
    padding: 0 0 0 10px;
  }
  .section_02 .service_list li figure img {
    height: 60px;
  }
  .section_02 .service_list li figure figcaption {
    padding: 4% 0 2%;
    font-size: 1.1rem;
  }
  .section_02 .service_list li dl dt {
    padding-bottom: 2%;
    height: 35px;
    word-break: keep-all;
    font-size: 0.95rem;
  }
  .section_02 .service_list li dl dd {
    font-size: 0.9rem;
  }
  .section_02 .key_list li {
    width: 66%;
    height: 64px;
    line-height: 65px;
    margin: 0 17% 6%;
    font-size: 1.4rem;
  }
  .section_02 .back_txt {
    position: relative;
    top: -42px;
    bottom: auto;
  }
  .section_03 {
    padding: 15% 0;
    background: #f8f8f8 url(../../img/mo/main/mo_bg_section3.png) no-repeat center bottom;
    background-size: cover;
  }
  .section_03 h3 {
    margin-bottom: 10%;
    font-size: 1.7rem;
    line-height: 1.15;
  }
  .section_03 .sub_tit {
    padding-bottom: 1%;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
  .section_03 .module_list li {
    position: relative;
    margin-bottom: 12%;
  }
  .section_03 .module_list li:nth-child(1),
  .section_03 .module_list li:nth-child(2) {
    margin-bottom: 10%;
  }
  .section_03 .module_list li .img_back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .section_03 .module_list li .img_back img {
    width: 50%;
  }
  .section_03 .module_list li span {
    margin: 0 0 0 50px;
    width: 60%;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .section_04 {
    padding: 14% 0;
  }
  .section_04 .sec4_list > li {
    width: 48.5%;
    height: 310px;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .section_04 .sec4_list > li:nth-child(2n) {
    margin-right: 0;
  }
  .section_04 .sec4_list > li figure {
    margin: 25% 0 0;
  }
  .section_04 .sec4_list > li figure img {
    height: 40px;
  }
  .section_04 .sec4_list > li figure figcaption {
    margin: 4% 0 6%;
    font-size: 0.9rem;
  }
  .section_04 .sec4_list > li div {
    margin: 0 5%;
    line-height: 1.5;
    font-size: 0.8rem;
  }
  .section_04 .sec4_list > li > .sub_list {
    margin: 7% 5% 0;
  }
  .section_04 .sec4_list > li > .sub_list > li {
    font-size: 0.8rem;
    padding-left: 8px;
    line-height: 1.35;
  }
  .section_04 .sec4_list > li > .sub_list > li::before {
    width: 4px;
  }
  .section_05 {
    padding: 20% 0 10%;
  }
  .section_05 h2 {
    font-size: 1.6rem;
  }
  .section_05 .txt {
    width: 100%;
    margin: 18% auto 0;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.05rem;
  }
  .section_05 .txt em.start {
    left: -3%;
    top: -50%;
  }
  .section_05 .txt em img {
    width: 32%;
  }
  .section_05 .txt em.end {
    right: -29%;
    bottom: -45%;
  }
  .section_05 dl {
    margin-top: 15%;
  }
  .section_05 dl dt {
    padding-bottom: 2%;
    font-size: 1.3rem;
  }
  .section_05 dl dd {
    font-size: 0.95rem;
    line-height: 1.3;
  }
  .section_06 {
    padding: 20% 0 18%;
    background: url(../../img/mo/main/mo_bg_section6.png) repeat-x center center;
    background-size: contain;
  }
  .section_06 .txt_list::before {
    display: none;
  }
  .section_06 .txt_list li {
    padding-bottom: 6%;
  }
  .section_06 .txt_list li p {
    width: 25%;
    vertical-align: top;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0.02rem;
  }
  .section_06 .txt_list li p span {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
  .section_06 .txt_list li dl {
    width: 75%;
  }
  .section_06 .txt_list li dl dt {
    padding-bottom: 1.5%;
    font-size: 0.9rem;
  }
  .section_06 .txt_list li dl dd {
    letter-spacing: -0.03rem;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .section_07 h2 {
    padding-bottom: 10%;
    letter-spacing: -0.04rem;
    font-size: 1.5rem;
  }
  .section_07 .sub_tit {
    padding-bottom: 1%;
    font-size: 1rem;
    letter-spacing: 0.3rem;
  }
  .section_07 .mo_partners_list {
    font-size: 0;
    text-align: center;
  }
  .section_07 .mo_partners_list li {
    display: inline-block;
    width: 50%;
    margin-bottom: 5%;
  }
  .section_07 .mo_partners_list li:last-child {
    margin-bottom: 0;
  }
  .section_07 {
    margin-top: -11.5%;
    padding: 20% 0 15%;
  }
  .section_07 .mo_partners_list li a {
    display: block;
  }
  .section_07 .mo_partners_list li img {
    height: 28px;
  }
  .section_07 .mo_partners_list li:nth-child(2) img {
    margin-bottom: -1%;
  }
  .section_07 .mo_partners_list li:nth-child(3) img {
    height: 22px;
  }
  .section_07 .mo_partners_list li:nth-child(4) img {
    height: 13px;
  }
  .section_07 .mo_partners_list li:nth-child(5) img {
    height: 24px;
  }
  .section_07 .mo_partners_list li:nth-child(6) img {
    height: 20px;
  }
  .section_07 .mo_partners_list li:nth-child(7) img {
    height: 24px;
  }
  .section_08 {
    padding: 10% 0 12%;
  }
  .section_08 h2 {
    padding-bottom: 7%;
    letter-spacing: -0.04rem;
    font-size: 1.5rem;
  }
  .section_08 .sub_tit {
    padding-bottom: 1%;
    font-size: 1rem;
    letter-spacing: 0.3rem;
  }
  .section_08 .mo_press_list {
    font-size: 0;
    text-align: center;
  }
  .section_08 .mo_press_list li {
    display: inline-block;
    width: 25%;
    margin-bottom: 5%;
  }
  .section_07 .mo_press_list li a {
    display: block;
  }
  .section_08 .mo_press_list li img {
    height: 18px;
  }
  .section_08 .mo_press_list li:nth-child(1) img {
    padding-bottom: 4px;
    height: 10px;
  }
  .section_08 .mo_press_list li:nth-child(4) img {
    height: 14px;
  }
  .section_09 {
    padding: 12% 0;
    background: #2c2c2c url(../../img/mo/main/mo_bg_section9.png) no-repeat center top;
    background-size: cover;
  }
  .section_09 h2 {
    padding-bottom: 7%;
    letter-spacing: -0.04rem;
    font-size: 1.5rem;
  }
  .section_09 .sub_tit {
    padding-bottom: 1%;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
  .section_09 .circle_chart {
    padding-top: 2%;
  }
  .section_09 .circle_chart img {
    margin: 0 10%;
    width: 80%;
  }
  .section_10 {
    padding: 20% 0 15%;
  }
  .section_10::after {
    content: '';
    position: absolute;
    left: 28%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e8e8e8;
    border-right: 1px solid #fff;
  }
  .section_10 h2 {
    padding-bottom: 11%;
    text-align: center;
    font-size: 1.4rem;
  }
  .section_10 .map_box {
    padding-bottom: 7%;
    font-size: 0;
  }
  .section_10 .year {
    padding-bottom: 10%;
  }
  .section_10 .map_box h3 {
    display: inline-block;
    width: 34%;
    padding-bottom: 0;
    vertical-align: top;
    font-size: 1.6rem;
  }
  .section_10 .map_box dl {
    display: inline-block;
    width: 66%;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
  .section_10 .map_box dl dt {
    position: relative;
    padding-top: 1%;
    padding-bottom: 2%;
    font-size: 1.2rem;
  }
  .section_10 .map_box dl dt::before {
    content: '';
    position: absolute;
    left: -15%;
    top: 12%;
    width: 15px;
    height: 18px;
    background: url(../../img/pc/main/slide_icon.png) no-repeat;
    background-size: cover;
  }
  .section_10 .year dl dt::before {
    content: '';
    position: absolute;
    left: -15%;
    top: 12%;
    width: 15px;
    height: 18px;
    background: url(../../img/pc/main/slide_icon_on.png) no-repeat;
    background-size: cover;
  }
  .section_10 dl dd {
    font-size: 0.85rem;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .copyright {
    float: none;
    padding-top: 74px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
  }
  #footer .address {
    float: none;
    padding-top: 74px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7rem;
  }
    #footer .address em {
    padding-right: 15px;
    font-family: 'AppleSDGothicNeoB00';
    font-size: 0.75rem;
  }
  #footer .footer_logo {
    top: 0;
    transform: translateX(-50%);
  }
  #footer .footer_logo img {
    width: 200px;
  }
  #footer .contact {
    float: none;
    padding-top: 15px;
    text-align: center;
    font-size: 0.75rem;
  }
  #footer .contact em {
    padding-right: 15px;
    font-family: 'AppleSDGothicNeoB00';
    font-size: 0.75rem;
  }
  #header.sub_page.on {
    background: rgba(109, 161, 210, 0.55);
    transition: all 1s;
  }
  .sub_main_wrap {
    margin-top: 0;
    padding: 30% 0;
  }
  .sub_main_wrap h2 .h2_logo {
    margin: 0 auto;
    padding-bottom: 15%;
    width: 56%;
  }
  .sub_main_wrap .txt_box h2 {
    padding-bottom: 28%;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .sub_main_wrap .txt_box h2 em {
    letter-spacing: 0;
    font-size: 2.8rem;
  }
  .sub_main_wrap .txt_box p {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .container .sub_section .business_top {
    padding: 12% 0;
    background: url(../../img/mo/sub/mo_business_top_bg.png) no-repeat center bottom;
    background-size: cover;
    text-align: center;
  }
  .container .sub_section .business_top h2 {
    font-size: 2.5rem;
  }
  .container .sub_section .business_top h3 {
    font-family: 'AppleSDGothicNeoR00';
    font-size: 2rem;
  }
  .container .sub_section .business_top p {
    padding-top: 8%;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .container .sub_section .business_mid {
    padding: 14% 0;
  }
  .container .sub_section .business_btm {
    padding: 15% 0 13%;
    background: url(../../img/mo/sub/mo_business_btm_bg.png) repeat-x center center;
    background-size: cover;
  }

  .container .sub_section .business_btm .business_tablist {
    width: 100%;
    padding-bottom: 4%;
    margin-bottom: 6%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .container .sub_section .business_btm .business_tablist li {
    padding: 0 20px 0 0;
  }
  .container .sub_section .business_btm .business_tablist li a {
    font-size: 1rem;
  }
  .container .sub_section .business_btm .business_txt .conts_box h2 {
    font-size: 1.3rem;
  }
  .container .sub_section .business_btm .business_txt .conts_box h3 {
    padding: 1% 0 4%;
    height: 50px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .container .sub_section .business_btm .business_txt .conts_box .txt {
    width: 94%;
    height: 230px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    font-size: 0.85rem;
  }
  .container .sub_section .business_btm .business_txt .swiper-button-prev,
  .container .sub_section .business_btm .business_txt .swiper-button-next {
    display: none;
  }
  .container .sub_section .business_btm .business_txt .conts_box .circle_list {
    position: relative;
    padding: 8% 0 0;
  }
  .container .sub_section .business_btm .business_txt .conts_box .circle_list::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url('../../img/mo/sub/icon_circle_plus.png') no-repeat;
    background-size: cover;
  }
  .container .sub_section .business_btm .business_txt .conts_box .circle_list li {
    display: inline-block;
    position: relative;
    margin: 0 15px 15px;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .container .sub_section .business_btm .business_txt .conts_box .circle_list li span {
    font-size: 1rem;
    line-height: 1.2;
  }
  .container .sub_section .business_btm .business_txt .conts_box .circle_list li::after {
    display: none;
  }
  .container .about {
    margin-top: -8%;
  }
  .container .sub_section .about_top {
    padding: 20% 0;
  }
  .container .sub_section .about_top {
    padding: 15% 0 7%;
    background: url(../../img/pc/sub/about_top_bg.png) no-repeat 21% 0;
    background-size: cover;
  }
  .container .sub_section .about_top .txt_box {
    border: 1px solid #fff;
  }
  .container .sub_section .about_top .txt_box::before {
    display: none;
  }
  .container .sub_section .about_top .txt_box::after {
    display: none;
  }
  .container .sub_section .about_top h2 {
    padding: 28% 0 5%;
    font-size: 2.2rem;
  }
  .container .sub_section .about_top p {
    line-height: 1.3;
    font-size: 1rem;
    padding-bottom: 22%;
  }
  .container .sub_section .about_btm {
    padding: 20% 0 10%;
  }
  .container .sub_section .about_btm ul li {
    width: 100%;
    padding: 0;
  }
  .container .sub_section .about_btm ul li dl dd {
    padding: 5% 0 8%;
  }
  .container .sub_section .about_btm ul li dl dt {
    font-size: 1.25rem;
  }
  .container .sub_section .about_btm ul li dl dd p {
    font-size: 0.9rem;
  }
  .container .sub_section .security_top {
    padding: 20% 0 15%;
  }

  .container .sub_section .security_top .txt h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .container .sub_section .security_top .txt h3 {
    padding: 0 0 4%;
    font-size: 1.8rem;
  }
  .container .sub_section .security_top .txt p {
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: -0.66px;
  }
  .container .sub_section .security_top .security_list {
    margin-top: 12%;
  }
  .container .sub_section .security_top .security_list li {
    margin: 0 5px 10px;
    width: 100px;
    height: 100px;
  }
  .container .sub_section .security_top .security_list li::after {
    width: 90px;
    height: 90px;
  }
  .container .sub_section .security_top .security_list li span {
    font-size: 0.7rem;
  }
  .container .sub_section .security_top .line {
    display: none;
  }
  .container .sub_section .security_btm {
    padding: 20% 0;
  }
  .container .sub_section .security_btm img {
    width: 80%;
    padding-left: 0;
    padding-bottom: 15%;
  }
  .container .sub_section .security_btm .txt::before {
    display: none;
  }
  .container .sub_section .security_btm .txt::after {
    display: none;
  }
  .container .sub_section .security_btm .txt {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .container .sub_section .security_btm .txt dt {
    font-size: 1.4rem;
  }

  .container .sub_section .security_btm .txt dd {
    padding-top: 3%;
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: -0.02rem;
  }

  /* 영문 모바일 CSS  */
  .section_02 .service_list_en li dl dt {
    padding-bottom: 0px;
    height: 65px;
    word-break: normal;
    font-size: 0.9rem;
  }
  .section_02 .service_list_en li {
    height: 350px;
  }
  .section_02 .key_list_en {
    padding-top: 15%;
  }
  .section_02 .key_list_en li {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 0 5% 7%;
    font-size: 1.3rem;
  }
  .section_03 .module_list_en {
    padding-top: 6%;
  }
  .section_03 .module_list_en li {
    margin-bottom: 20%;
  }
  .section_03 .module_list_en li:nth-child(1),
  .section_03 .module_list_en li:nth-child(2) {
    margin-bottom: 21%;
  }
  .section_03 .module_list_en li span {
    margin: 0;
    left: 30%;
  }
  .section_04 .sec4_list_en > li {
    height: 395px;
    padding-bottom: 20px;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .section_04 .sec4_list_en > li div {
    margin: 0 4%;
  }
  .section_06_en {
    padding: 20% 0 19%;
    background-size: cover;
  }
  .section_06_en .inner {
    width: calc(100% - 25px);
  }
  .sub_main_wrap .txt_box_en h2 {
    font-size: 1.65rem;
  }
  .sub_main_wrap .txt_box_en h2 em {
    font-weight: 600;
    letter-spacing: -0.01rem;
    font-size: 1.9rem;
  }

  .container .sub_section .business_btm .business_txt .conts_box_en h3 {
    height: 80px;
  }
  .container .sub_section .business_btm .business_txt .conts_box_en .txt {
    height: 260px;
  }
  .container .sub_section .business_btm .business_txt .conts_box_en .circle_list li {
    width: 140px;
    height: 140px;
  }
  .container .sub_section .business_btm .business_txt .conts_box_en .circle_list li span {
    font-size: 0.9rem;
  }

  .container .sub_section .about_btm_en ul li dl dt {
    height: 60px;
    font-size: 1rem;
    border-radius: 30px;
  }
  .container .sub_section .security_top .security_list_en li {
    margin: 0 2px 8px;
    width: 110px;
    height: 110px;
  }
  .container .sub_section .security_top .security_list_en li::after {
    width: 105px;
    height: 105px;
  }

  /* 모바일에서 팝업 */
  input[type='radio'] + label {
    font-size: 0.9rem;
    padding-left: 24px;
  }

  .layerpop_wrap {
    width: 96%;
  }
  .layerpop_wrap .pop_container {
    padding: 10% 8%;
  }

  .layerpop_wrap .pop_container h2 {
    padding: 0 0 10%;
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .layerpop_wrap .pop_container .info_list {
    padding-bottom: 0;
  }

  .layerpop_wrap .pop_container .input_box {
    margin-bottom: 2.5%;
  }
  .layerpop_wrap .pop_container .input_box input {
    padding: 10px 0 7px 5px;
    font-size: 0.8rem;
  }
  .layerpop_wrap .pop_container .pop_btn {
    margin: 5% auto 0;
    padding: 15px 57px 14px;
    font-size: 1rem;
  }
  .login_pop .pop_container .btn_password_find {
    margin-bottom: 10%;
    font-size: 0.8rem;
  }
  .layerpop_wrap.password_pop .pop_container {
    padding-bottom: 10%;
  }
  .password_pop .pop_container .line input {
    width: calc(100% - 70px);
  }
  .password_pop .pop_container .line .btn_code {
    width: 70px;
    height: 34px;
    line-height: 36px;
    font-size: 0.8rem;
  }
  .layerpop_wrap .pop_container .info_list .radio_box {
    padding-bottom: 2%;
  }
  .layerpop_wrap .pop_container .info_list .radio_box p {
    margin-right: 5%;
  }

  .layerpop_wrap .pop_container .input_box .s_input {
    width: 45%;
  }
  .layerpop_wrap .pop_container .input_box .unit {
    margin-left: 0;
    font-size: 0.8rem;
  }
  .layerpop_wrap .pop_container .input_box .ex {
    font-size: 0.8rem;
  }
  .layerpop_wrap .pop_container .agree_box span {
    letter-spacing: -0.03rem;
    font-size: 0.7rem;
  }
  .layerpop_wrap.apply_pop .pop_container .pop_btn {
    margin: 8% auto 0;
  }
  .apply_com_pop .pop_container .apply_com_top {
    font-size: 1rem;
  }
  .apply_com_pop .pop_container .apply_com_code {
    margin-top: 8%;
    padding: 5% 0;
  }
  .apply_com_pop .pop_container .apply_com_code dl:first-child {
    padding-bottom: 2%;
  }
  .apply_com_pop .pop_container .apply_com_code dl dt {
    line-height: 1.2;
    font-size: 1rem;
  }
  .apply_com_pop .pop_container .apply_com_code dl dd {
    font-size: 0.9rem;
    line-height: 1;
  }

  .layerpop_wrap.inquiry_pop .pop_container {
    padding-bottom: 8%;
  }
  .layerpop_wrap.inquiry_pop .pop_container .line .email {
    width: calc(100% - 70px);
  }
  .layerpop_wrap.inquiry_pop .pop_container .line .btn_code {
    width: 70px;
    height: 34px;
    line-height: 36px;
    font-size: 0.8rem;
  }
  .layerpop_wrap.inquiry_confirm_pop .pop_container {
    padding: 10% 8%;
  }
  .inquiry_confirm_pop .pop_container .user_email {
    padding: 4% 0;
    font-size: 0.9rem;
  }
  .inquiry_confirm_pop .pop_container .box {
    padding: 4% 0;
    font-size: 0.9rem;
  }
  .inquiry_confirm_pop .pop_container .box_num {
    padding: 4% 0;
    font-size: 0.9rem;
  }
  .inquiry_confirm_pop .pop_container .box_num p {
    padding: 1% 0;
  }
  .layerpop_wrap.inquiry_confirm_pop .pop_container .pop_btn {
    margin: 5% auto 0;
  }
  .layerpop_wrap.note_pop .pop_container h2 {
    padding: 0 0 10%;
  }
  .note_pop .note_wrap {
    height: 250px;
    padding: 5%;
  }
  .kyc_finish_pop .pop_container .user_email {
    padding: 4% 0;
    font-size: 0.9rem;
  }
  .kyc_finish_pop .pop_container .box {
    padding: 5% 0;
    font-size: 0.9rem;
  }

  .kyc_finish_pop .pop_container .box .wallet_adjust {
    margin: 3% 0;
    font-size: 1rem;
  }

  .kyc_finish_pop .pop_container .box .adjust_inputbox label {
    margin-bottom: 1%;
    font-size: 0.8rem;
  }

  .kyc_finish_pop .pop_container .box .own {
    font-size: 0.9rem;
  }
  .layerpop_wrap.kyc_finish_pop .pop_container .pop_btn {
    margin: 7% auto 0;
  }
  .kyc_finish_pop .pop_container .box .adjust_inputbox input {
    padding: 10px 0 7px 5px;
    font-size: 0.8rem;
  }
  .layerpop_wrap.kyc_ing_pop .pop_container h2 {
    padding: 0 0 5%;
  }

  .layerpop_wrap.kyc_apply_pop {
    height: 480px;
  }

  .layerpop_wrap.kyc_apply_pop .pop_container .country_code {
    width: 100%;
    margin: 3% auto;
    font-size: 0.8rem;
    background-size: 9px 5px;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .note_w p {
    padding-bottom: 2%;
    font-size: 0.8rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .note_w em {
    padding: 7px 30px 5px;
    font-size: 0.75rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .info_list {
    margin-bottom: 7%;
    padding-bottom: 5%;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box dl dt {
    font-size: 1rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box dl dd {
    padding: 3% 0 2%;
    font-size: 0.9rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .certify_box dl dd em {
    font-size: 1rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .filebox .upload-name {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: top;
    font-size: 0.8rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .filebox label {
    width: 70px;
    padding: 13px 0 10px;
    font-size: 0.8rem;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .certify_wrap .last {
    padding-top: 5%;
  }
  .layerpop_wrap.kyc_apply_pop .pop_container .pop_btn {
    margin: 10%x auto 0;
  }
}

@media only screen and (max-width: 355px) {
  .container .sub_section .business_btm {
    padding: 0;
  }
  .container .sub_section .business_btm .business_tablist {
    padding-top: 20%;
  }
  .container .about {
    margin-top: -15%;
  }
}
