@charset "UTF-8";/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Thin-DWJVAZ2K.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraLight-Bi0YRlFr.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Light-knQmDAda.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-BhrLQoBv.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-Dw2vNklR.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-SemiBold-ClEDdoZU.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-BYNivUXw.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraBold-C0vVUedy.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Black-B7X87vPW.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:NotoSansCJKkr;src:url(/assets/NotoSansCJKkr-Regular-C_cb9e8y.otf) format("opentype")}@font-face{font-family:NotoSansCJKkr;src:url(/assets/NotoSansCJKkr-Medium-CGfalGZG.otf) format("opentype");font-weight:500}@font-face{font-family:NotoSansCJKkr;src:url(/assets/Roboto-Regular-CGSfnFoJ.ttf) format("truetype");unicode-range:U+0041-005A,U+0061-007A}@font-face{font-family:NotoSansCJKkr;src:url(/assets/Roboto-Medium-jZeKESUp.ttf) format("truetype");font-weight:500;unicode-range:U+0041-005A,U+0061-007A}@font-face{font-family:NotoSansCJKkr;src:url(/assets/Lato-Regular-57KsL5Ww.ttf) format("truetype");unicode-range:U+0030-0039,U+002C}@font-face{font-family:NotoSansCJKkr;src:url(/assets/Lato-Bold-DBmunEOG.ttf) format("truetype");font-weight:500;unicode-range:U+0030-0039,U+002C}html{font-size:10px}*{margin:0;padding:0;font-weight:400;font-style:normal;font-family:Pretendard,sans-serif;outline:none;box-sizing:border-box}body,div,ul,ol,li,dl,dt,dd,p,input,textarea,select,em,address,fieldset,form,iframe,object{margin:0;padding:0;line-height:1.05}a{color:#1b1b1b}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:400}img,fieldset,iframe{border:0 none}li{list-style:none outside none}input,select,button{cursor:pointer}img{vertical-align:top;border:0}em,address,i{font-style:normal}iframe{margin:0;border:0}a:link,a:hover,a:visited,a:active{text-decoration:none;box-sizing:border-box}hr{display:none}legend{display:block;left:0;position:absolute;top:-9000em}table{width:100%;border:0;border-spacing:0;empty-cells:show;table-layout:fixed;border-collapse:collapse}caption{height:0;line-height:0;visibility:hidden;width:0}button{border:none;background:none;box-sizing:border-box;cursor:pointer}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;box-sizing:border-box;cursor:pointer}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}input::-ms-expand{display:none}select::-ms-expand{display:none}select,input{line-height:normal}input[type=checkbox]{display:none}#skip a{position:fixed;top:0;left:0;z-index:9999;overflow:hidden;width:100%;height:0;margin-top:-1px;display:block;background-color:#000;color:#fff;line-height:1;text-align:center}#skip a:focus,#skip a:active{margin-top:0;height:auto;padding:10px 0}body{background:#0f101b}html,body{height:100%}div[id=root]{display:flex;flex-direction:column;min-height:100vh}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.blind{clip:rect(0,0,0,0)!important;color:transparent!important;font-size:1px!important;height:1px!important;line-height:0!important;overflow:hidden!important;position:absolute!important;width:1px!important}.ReactModal__Overlay{opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:200;transition:opacity .3s ease-in-out}.ReactModal__Overlay .ReactModal__Content{transition:all .3s ease-in-out;top:40%}.ReactModal__Overlay.Listed{z-index:50}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--after-open .ReactModal__Content{top:50%}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Overlay--before-close .ReactModal__Content{top:40%}.CustomModal_Overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:100}.CustomModal_Overlay.Auth,.CustomModal_Overlay.Question,.CustomModal_Overlay.CorpCheck,.CustomModal_Overlay.Password{z-index:50}.CustomModal{width:312px;position:absolute;top:50%;left:50%;background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:8px;outline:none;padding:0 20px 20px;display:flex;flex-direction:column}.CustomModal.Large{width:520px;padding:0 32px 32px}.CustomModal.Large .ModalText{margin:48px 0}.CustomModal h1{font-size:1.6rem;text-align:center;position:relative}.CustomModal h1 p{margin-top:20px;height:35px;font-weight:700;line-height:1.57;border-bottom:1px solid #e5e4ea}.CustomModal h1 .check_img{width:40px;margin-top:40px}.CustomModal.CustomModalAlert .ModalHeading>p{height:auto;padding:20px 0 12px;margin:0;font-size:18px;line-height:26px;font-weight:700;color:#1b1b1b}.CustomModal.CustomModalAlert .ModalHeading+.ModalText{margin:24px 0}.CustomModal.CustomModalConfirm .ModalHeading{height:auto;padding:20px 0 12px;margin:0;font-size:18px;line-height:26px;font-weight:700;color:#1b1b1b}.CustomModal.CustomModalConfirm .ModalHeading+.ModalText{margin:12px 0 24px}.CustomModal.Policy{width:560px;height:786px;padding:30px 40px}.CustomModal.Policy .ModalHeading{font-size:2.2rem;font-weight:500;line-height:33px;letter-spacing:-.44px;padding-bottom:19px;border-bottom:1px solid #e5e4ea;text-align:left;word-break:keep-all}.CustomModal.Policy .ModalText{height:558px;text-align:left;border:0;margin:23px 0 30px}.CustomModal.Policy .ModalBtn{height:56px;background-color:#1d2b59;font-size:1.7rem!important;border-radius:4px!important}.CustomModal.Auth{width:480px;height:358px;padding:24px 30px;border-radius:8px}.CustomModal.Auth h1{font-size:2rem;text-align:left;font-weight:700;margin-bottom:25px}.CustomModal.Question{width:600px;padding:40px;z-index:50;border-radius:3px}.CustomModal.Question>.ModalHeading{font-size:1.6rem;color:#054ab4}.CustomModal .ModalText{font-size:1.6rem;margin:42px 0;text-align:center;line-height:1.55;word-break:keep-all}.CustomModal .ModalText.check{margin-top:16px;margin-bottom:30px}.CustomModal .ConfirmWrap .ModalBtn{width:100%;height:48px;font-size:1.5rem;font-weight:500;color:#fff;border-radius:4px}.CustomModal .ConfirmWrap .ModalBtn.Confirm{background:#1d2b59}.CustomModal .ConfirmWrap .ModalBtn.Auth{margin-top:0!important}.CustomModal .ConfirmAndCancelWrap{display:flex;justify-content:space-between}.CustomModal .ConfirmAndCancelWrap .ModalBtn{width:48%;height:48px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;color:#fff;border-radius:4px}.CustomModal .ConfirmAndCancelWrap .ModalBtn.Confirm{background:#1d2b59}.CustomModal .ConfirmAndCancelWrap .ModalBtn.Cancel{background:#f0f0f0;color:#1b1b1b}.Close{float:right;font-size:25px;cursor:pointer;position:absolute;top:16px;right:16px;width:18px}.notifications-component{top:0}.notifications-component .notification__item--warning{background-color:#1d2b59;border-radius:4px;border-left:none}.notifications-component .notification__item--warning .notification__message{font-weight:700;line-height:1.5;letter-spacing:-.28px}._footer_dkxgk_2{margin-top:auto;min-width:1400px;background-color:#fff;border-top:.1rem solid #e2e2e2}._footer__inner_dkxgk_9{width:1400px;margin:0 auto;padding:0 35px}._footer__content_dkxgk_15{display:flex;justify-content:flex-start;padding:49px 0}._footer__left_dkxgk_21{width:350px;display:flex;align-items:flex-start;flex-direction:column}._footer__title_dkxgk_28{display:flex;flex-direction:column;align-items:flex-start}._footer__title-top_dkxgk_34{font-size:21px;font-weight:500;line-height:34px;letter-spacing:-1px;color:#111}._footer__title-bottom_dkxgk_42{font-size:21px;font-weight:500;line-height:34px;letter-spacing:-1px;color:#888}._footer__company_dkxgk_50{margin-top:20px}._footer__company-text_dkxgk_54{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-1px;color:#888}._footer__company-text_dkxgk_54 strong{font-weight:700;color:#565656}._footer__company-text_dkxgk_54+._footer__company-text_dkxgk_54{margin-top:2px}._footer__company-bar_dkxgk_69{position:relative;display:inline-block;height:21px;padding:0 11px;vertical-align:top}._footer__company-bar_dkxgk_69:before{content:"";position:absolute;top:5px;bottom:6px;left:50%;margin-left:-1px;width:1px;background-color:#777}._footer__isms_dkxgk_87{display:flex;justify-content:flex-start;margin:8px 0 0}._footer__isms-box_dkxgk_93{position:relative}._footer__isms-box_dkxgk_93+._footer__isms-box_dkxgk_93{margin-left:16px}._footer__isms-link_dkxgk_100{display:inline-block;background-position:50% 50%;background-repeat:no-repeat;vertical-align:top}._footer__isms-link_dkxgk_100:hover:before{content:"";display:block}._footer__isms-link_dkxgk_100:hover+._footer__isms-layer_dkxgk_110{display:block}._footer__isms-link_dkxgk_100:before{content:"";display:none;position:absolute;top:-7px;left:20px;border-top:6px solid rgba(28,32,40,.9);border-bottom:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent}._footer__isms-link--isms_dkxgk_125{position:relative;width:48px;height:48px;background-size:48px;background-image:url(/assets/icon-isms-C7etvO8y.png)}._footer__isms-link--isms_dkxgk_125+._footer__isms-layer_dkxgk_110{bottom:calc(100% + 6px);left:0}._footer__venture_mark_dkxgk_137{display:inline-block;width:120px;height:48px;background-size:85%;background-image:url(/assets/icon-venture-mark-46KJZ8pP.png)}._footer__venture_mark_dkxgk_137+._footer__isms-layer_dkxgk_110{bottom:calc(100% + 6px);left:-64px}._footer__isms-layer_dkxgk_110{display:none;position:absolute;width:320px;padding:12px;border-radius:4px;background-color:#1c2028e6}._footer__isms-layer-title_dkxgk_158{display:block;margin-bottom:8px;font-size:14px;line-height:20px;font-weight:700;color:#fff}._footer__isms-layer-text_dkxgk_167{font-size:14px;line-height:20px;font-weight:400;color:#fff}._footer__copyright_dkxgk_174{color:#888;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-1px;margin:8px 0 0 4px}._footer__media_dkxgk_183{display:flex;margin:15px 0 0 4px}._footer__media-button_dkxgk_188{display:inline-block;width:27px;height:27px;background-position:50% 50%;background-repeat:no-repeat;background-size:27px 27px;cursor:pointer}._footer__media-button_dkxgk_188+._footer__media-button_dkxgk_188{margin-left:8px}._footer__media-button--x_dkxgk_201{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKYSURBVHgBrVbLkdpAEB0JLnBSBsYRmAwWIjBc+B5AEXgdwWojAEcAPvA7yRmAIzDOQM5APgFVFPi93R48aFlpdkuvSjWtmdG8nunXrXFUAovFonY+nxuO49zh8aTbk+cWYnkUvovxTXw6nX6j/dHtdjfmRMcgqWDCBGZN5YcpHHgEaXQhE6I1zIoxcYMngpd/6a3Nypj3QdaoGd0RCOskLErHSCYpLP7tcDgEvu9bEdwCnUcTgHzAdeXE6g5jJLsipp1Ox1c5YT6fj13X/UKbu3PRDvUgz1flCJ6Q+i+eBsk+ydhGBzIvSCi2tAuFwl1Ry5tyNSeaRyCI8V5vtVrb5KLL5ZIxv4f33+Hw0BxD3x9wsPW4swo7k4rr9Xr8eCtjTXoIh8LJZHKVb6vV6oFE6vlkhuolImkrrkoHSSjdz7vdjrYqlUqhSYSxgE7p8TQU0wYZw9ls1sR5/yqXy9HxeKS9JolUikA8b9qkStbOVL/f5/F95Q4QMw/2I220Y2UkrLJAJhmB+I2Z7NhNyJpHm/0g8t+iYCsygjmDxSMWALG3rAxJweRCJjGJ8FQgEkpdC2Zku4Y1mYiioZ4L9BDxG/AYaSPP7m3WsCJLSlwLhmO00YxYY7PWySTTRDCj/X5f53EmBcPKwfhJtc8mk39RkmigiShxM5e0YGCGUmkolDBFMDHJbiajXA+m6pVcEuImayviR5F4sKsQzIM5jzVRkxVFzlV1/ZdWcn9wVArEgY9pc+CI/qtELsh+ykv1LTljA4lh7ULGAMuLlzyCHBBo40lENJAna8ODqxvRe8ATEsef8o8barfbzczbFX9+yhLG7Yoa0CG5COzq3ohmJFUiL2zMYv1CbVIJhoaXabfhJLiLmKK7dSP+ByA+pRhZ1xTAAAAAAElFTkSuQmCC)}._footer__media-button--telegram_dkxgk_205{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ3SURBVHgBrVZLbuJAEG0bkEBsPCcIc4JJThBzgpAVnw1wguEGw5wgMyewZwPsJjfAcwPmBs4NHAkJkPjkPVTtNMSODfKTrP64ul9VdVV1W+oM0+nUPRwOLcuy7vE5Mu3Il4RIPoV1EdZE+/3+P9rnbrcbmIKWQdKAgIeuq4qDDwV+gjSMyYRojm7DEAzwhdDyldrm2RlyN7KHa0yHIGySsCwTTyKksPnvzWYzHg6HuQiSQOXRjEHe577isabFMxKrCL/T6QxVQZhMJr9s2/7OPq2z0Q70T/pXFQh6SL0HT4tk3+RfoA+yKMhRLNgvlUr3ZR3eDFd1JXS6wGUPOIav5j/Mv4CDrcMAaXAyb8RpeJ7n1Ov1PpRsYchz53SQIBpK2yirC2FYQSJ6JVYyyzu5yFKsoGsW4hGX40qlMr+aLMEKDRIwcvvKSODlcvnvYjKQDCQhYys0mPRQwIcCHv7d6nn0F1mFIM0yV32skSw7Q2wagui8tB1dqjJgJ00i3war1eoLN5dNfIzvSJhQQ49AHj2ra8gIugSk/nq9bjIXq9Wqk0ZEbLfbzDy1swRIutvtXmDhKI0ICPNUn0wyAhaxoD6wzwBR74mqkav62MaGN2lC1Jpnx0Ld6/VGrOBmQGDtX5WNiNHIcHWyJEH4aJKjuZMrhDmYml+siZI+URmDUPKloS4ErUQz+kwGyuhbJbRBprW6ZVlSBUJubDcm4ytIBk6tVvuhisVYd2DUn6MzZ7PZ3NDg5EV0DeghUfzoYhrUbrcfM19XvPxUThivK8aAPpL4dXXybkTzhAUtVRwClryTd6MJXitoBoaWn72Gz0ErIgZd0ov4DccBTeo1Nr/5AAAAAElFTkSuQmCC)}._footer__media-button--namu-wiki_dkxgk_209{background-image:url(/assets/icon-footer-namu-wiki-ChfQMkin.png)}._footer__media-image_dkxgk_213{width:27px;height:27px;object-fit:contain}._footer__right_dkxgk_219{display:flex;align-items:flex-start;justify-content:center;margin-left:auto}._footer__right-item_dkxgk_226{width:130px}._footer__right-item_dkxgk_226+._footer__right-item_dkxgk_226{margin-left:44px}._footer__right-item--support_dkxgk_233{width:auto;margin-right:60px}._footer__right-info_dkxgk_238{margin-top:4px}._footer__right-info-text_dkxgk_242{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-1px;color:#888}._footer__right-info-text_dkxgk_242+._footer__right-info-text_dkxgk_242{margin-top:6px}._footer__right-info-support_dkxgk_253{margin-top:50px}._footer__right-info-support_dkxgk_253 strong{font-weight:700;color:#565656}._footer__right-info-text-icon_dkxgk_261{display:inline-block;position:relative;font-weight:400;color:#888}._footer__right-info-text-icon_dkxgk_261:before{content:"";position:absolute;top:50%;left:0;background-repeat:no-repeat;background-position:0 0}._footer__right-info-text-icon_dkxgk_261:hover{text-decoration:underline}._footer__right-info-text-icon--e-mail_dkxgk_279{padding-left:14px}._footer__right-info-text-icon--e-mail_dkxgk_279:before{content:"";width:10px;height:8px;margin-top:-4px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACBSURBVHgBfdDRDYAgDARQWhzEEVyFERyBNfgxTuAIrMQGbgD2GjCNIZIQEvrSHlBKaau1Zufc6uarMHNgoNbajosZQg2G0YmIrgkuAiJqMNwvgTMKHSuSkYoAFjvHe4/jlH1/MwxYpGOU8cfoIN2QL9jRGtgiE+fNvuDpP9+jGOYBrqtIjpSDL0AAAAAASUVORK5CYII=);background-size:10px 8px}._footer__right-info-text-icon--kakaotalk_dkxgk_291{padding-left:16px}._footer__right-info-text-icon--kakaotalk_dkxgk_291:before{content:"";width:12px;height:11px;margin-top:-6px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD9SURBVHgBjVHLDYJAEN1dIFwtwRIsQStAK1Ar0CNwcT1BOEEFxg6wA0ugBErgCgnge2TXkBiNk+zOZ9+8+awURpIkWY7jeFZKBXCXjMGvpJQV9DWKopoxySvLstMwDBrmQnwXHYbhVYL5AJab+ENQaaOgT0go6eAcUalArGEblhn2HboG7qJwrRDYsm8GTDKTnkR7nke/NHOtWaGZVZ1AjuOU04BI7vvezlXzuGQzzHscPh64HWxLoD0madhkp/9w27bNfd8P8LAG0A63MhXmA1dd1+l3JE3TnAsQn8IFFCTWWjfunIGM3BI/y/YNYEWgxbkzpgDgXRzHpfghL32yjHpGrWZKAAAAAElFTkSuQmCC);background-size:12px 11px}._footer__right-info-text-icon--question_dkxgk_303{padding-left:14px}._footer__right-info-text-icon--question_dkxgk_303:before{content:"";width:10px;height:10px;margin-top:-6px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADpSURBVHgBdZA9bsJQEITfT4qkAk4Q0qXMDWzJTTqOkNzC7ixX9jGSI1BSWIIOKuAG5gamo7L5RlpLNFha7+7MvNl9zzv76rpOvfflOI4L8gyoI//lef4v3uvXNE1JSodhOEMmRG/COQdPRVFUHqffEMIK4AtySd6Rt3KXWAFWBYAfnK4S2RYau7J6aVPKFzUU06oOd7k4m+BijAliL8cecD4JAReKqYfrdbmggv7snnzwF+0pYcWJd1tco48Puo5+Br+Obdt2WZZ9AIjYE5+EVtnY7t+YHaIqxFvEbxCp3f5G/YpAj60XSe4aC2n5DloVogAAAABJRU5ErkJggg==);background-size:10px 10px}._footer__right-info-text-bar_dkxgk_315{position:relative;display:inline-block;height:21px;padding:0 11px;vertical-align:top}._footer__right-info-text-bar_dkxgk_315:before{content:"";position:absolute;top:6px;bottom:5px;left:50%;margin-left:-1px;width:1px;background-color:#888}._footer__right-item-title_dkxgk_333{padding:7px 0;font-size:14px;line-height:21px;font-weight:700;letter-spacing:-1px;color:#111}._footer__right-item-list_dkxgk_342{margin-top:4px}._footer__right-item-list_dkxgk_342>li+li{margin-top:6px}._footer__right-item-link_dkxgk_349{display:inline-block;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-1px;color:#888}._footer__right-item-link_dkxgk_349:hover{text-decoration:underline}._footer__right-item-link_dkxgk_349>strong{font-weight:700;color:#565656}._footer__right-item-link--emphasize_dkxgk_365>strong{color:#565656}._footer__right-item-link--outlink_dkxgk_369{position:relative;padding-right:14px}._footer__right-item-link--outlink_dkxgk_369:before{content:"↗";position:absolute;top:1px;right:0}._cont-header-box_7hw3x_2{position:absolute;top:45px;left:-40px;border-radius:5px;border:1px solid #d2d2d2;background:#fff;box-shadow:2px 2px #0000001a}._header-box-link_7hw3x_12{height:35px;font-size:1.4rem;text-align:center;padding:10px;color:gray!important}._header-box-link_7hw3x_12:nth-child(n){border-bottom:1px solid #dfdfdf}._header-box-link_7hw3x_12:nth-last-child(0){border-bottom:none}._header-box-link_7hw3x_12:hover{background:#ededed;color:#000!important}._header_7hw3x_12{position:sticky;top:0;left:0;width:100%;min-width:1400px;background-color:#fff;color:#1b1b1b;z-index:20}._header__inner_7hw3x_41{position:relative}._header__inner_7hw3x_41:before{content:"";position:absolute;top:68px;left:0;right:0;height:1px;background-color:#e5e5e5}._header__contents_7hw3x_54{display:flex;align-items:center;justify-content:flex-start;width:1400px;height:68px;margin:0 auto;padding:0 15px 0 35px}._header__logo_7hw3x_64{margin-right:5px;margin-bottom:1px}._header__logo-link_7hw3x_69{display:inline-block;width:116px;height:29px;vertical-align:top;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAdCAYAAAB7YUi1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXdSURBVHgB7ZpfctNGHMd/u1JomGFa8xboQ8Ubw5BgTlD7BAkniDlB8HMJKDB9jtMLEE4AOUHMCVBJyvQN8dDBHR5wpzOlEGuX7ypWsK2VVmtLBmb8mXiirP5kvd/d378VI3B1V3pLnB4xojr+rFE2rRdb7PGl1YevcOyRPU/lSdTu/emHtKASuBLzHKdDiNmgPDEF7Sgx1aEkuUPTscGWnEe0oDI4VqZPptWmxGwzP/mzd3RvH6Lepumo04LK4FiZ67lXTIiZoETlEb+J+/tkR40WVIZLJjOrETPhr5e/BD9e+7VJjjiUMwpV8/za8gV2h2aAMR68Odp+mnfNynW/wZmzKRk1mKSa6realPgdEIOP/xgdmHz8yvUdn2z7xvm7wSB69valH+jOX1p7uCWFuDjWyPmr3ovtx2SBm3nGIGZCJE763HFoVpYvUB2C3KfZCPHRCqqEZCz2355UDTL+oeGhmowNHDTg4zuXVh903jtipx/4ff1zpugn/omLcUJAGSIwbI5OmpW671FEHTw3dQ+wEpRrWwuKuXLV9zAAM6/Oqrm89uA+xDykwpE5u3M+cp6r70flE49ZRc/WCGopJk2XvswNJaaU5u+jocqB96qK9scF/dbFlHLMRK6sPmhNKWaCx87xJ1QNjZXrDxtUMp996NcrZohPW0pzNP2/K8YCDkZM6+tUECQk7eGwS4MohHPz0NjC7F5PuQ/J6ioI6h3f9ymb/iDiTQfxhPbsEm+gL5oVKRpxH0rkVNCveGVCyLB3nB+56lCrk3T9lDIQrrjVC8YiWXXcVcEJi9LfD8HKVq3ud3RB0pD+W0T8lM0+TP8WrMV4Ds74T1QyXAq6VURMhcOXVIj/TeSRWBGbmuZQpsU8Q7VLJ2pqcuva8sCZqSACMecybu6/FkveOu/EasD0Vtd5NCWMUT3O0aT8x3jxieiOpAON1Hkh93pH+TmmEhUmdm8yNWEkNih7rLy83BTPukFaayFeU8m433N6t7YnW0md1oQSFeasrfcJI0DM965oKjU/Cn6YMjfFqSEf6zDl+QxI1+niVxOTri7gR1LnGQuoAKpAoWn0DPfY56au3KeSSaLcfYi6WfQmYy13KKbyOSE+57hoMiYLDWYZRPxEbz1UAFQAmN1UXzEhf6AykWIvy/TPwmjaUo6oI2ImTXMX1Y2DHE07otkiDNLmEX03m3wbGF9HoFW6X50sLMwmqkbMhERURK1NqpjlzA2DOE0wgqpSK9UoZZh3j1QBV8Yn4xbv/AlvUcnoarlKVCrqU5WoSJA9HP6MPPBWTmgfi4r917DX3iYrMFEkMWMeyiQ7SP4PaqZdmgiMVPqB1Gs/r/g+rAylJrU4LR1m0e8dbV/JfOZpOvRqsl1ydoNKJqs4byfq8bZf5Lpru7LuYjMdhxepIFjR3d7xPftVLeQBNgcbE621YTmvqRN1JM+eJPz76O4BZZM72ZSvRB4azBAYFsbNOWclqokRMeeSj323JPY/RM4WpdOFWLTLWMFCRvF3Q2qESJqpXZRNXTqGrTafKoBJYfTLw9d9QiqIazhfiqjzFlOhzC5cwW2IpVtxagutNeYr2efttMlHFdiTrKlttayT2Atd161OyflzMuORRR5vElQxk6hfQswEuIIuRN2BqPY54ilx5ajAdTWW52P1MyUkHj2jkuEFr7OKfhO+pJgJyr/DD9u/1KYCMYhZRa4YI1jleagJa1Fd05uEcyIW1YlUFBqaro1fR8EEUOlXhWK23/xxt0MVUMTkjmJlflH076ztyhqmjdnkDTDYLlYFGy9iY4B/pxIYinMFQcYGTCAmpvTYsJyHImGfSQrQz+5/PHqcl3otuxR8GKT7aSJ+PonX0pWdyXqyyps/SPtnpsDOFINA07w03bLxqRDVHxE1wL03aUElcEzPaYIdK/Mbb8+JMz9WialZcEq8hXHjN/kEfmOD7LFaqau7cuOozaw3qxcU52xPCoONvIy20GJVzeCCLgZtc1luwXz4BL8J2bP5XPM/AAAAAElFTkSuQmCC) 0 0 no-repeat;background-size:116px 29px}._header__logo-image_7hw3x_78{width:116px}._header-menu_7hw3x_82{display:flex;align-items:center;text-align:center;height:68px;margin-left:36px}._header-menu_7hw3x_82 li{position:relative;display:flex;align-items:center;justify-content:center;height:100%}._header-menu--right_7hw3x_97{margin-left:auto;text-align:right}._header-menu__link_7hw3x_102{position:relative;display:flex;align-items:center;justify-content:center;height:100%;padding:0 20px;cursor:pointer}._header-menu__link_7hw3x_102:hover ._header-menu__link-text_7hw3x_111,._header-menu__link_7hw3x_102._header-menu__link--active_7hw3x_111 ._header-menu__link-text_7hw3x_111,._header-menu__link_7hw3x_102._header-menu__link--dropdown-open_7hw3x_111 ._header-menu__link-text_7hw3x_111{color:#015dd1}._header-menu__link_7hw3x_102:hover ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path,._header-menu__link_7hw3x_102._header-menu__link--active_7hw3x_111 ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path,._header-menu__link_7hw3x_102._header-menu__link--dropdown-open_7hw3x_111 ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path{stroke:#015dd1}._header-menu__link_7hw3x_102._header-menu__link--button_7hw3x_117{position:relative;height:auto;padding:10px 9px 8px;border-radius:9px;background-color:#015dd1}._header-menu__link_7hw3x_102._header-menu__link--button_7hw3x_117:hover:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:8px;background-color:#0000001a}._header-menu__link_7hw3x_102._header-menu__link--button_7hw3x_117:hover ._header-menu__link-text_7hw3x_111,._header-menu__link_7hw3x_102._header-menu__link--button_7hw3x_117 ._header-menu__link-text_7hw3x_111{color:#fff}._header-menu__link--plain-button_7hw3x_141{border:0;background:transparent;font-family:inherit}._header-menu__link--last_7hw3x_147{padding-right:20px}._header-menu__link--dropdown-open_7hw3x_111+._header-menu__dropdown_7hw3x_151{display:block}._header-menu__link--dropdown-open_7hw3x_111 ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114{transform:rotate(180deg)}._header-menu__link-text_7hw3x_111{display:inline-block;font-size:17px;line-height:1.5;font-weight:500;color:#111}._header-menu__link-text--arrow_7hw3x_114{position:relative;padding-right:14px}._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114{position:absolute;top:50%;right:0;width:8px;height:5px;margin-top:-4px;transition:.2s transform;transform:rotate(0)}._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path{stroke:#111}._header-menu__dropdown_7hw3x_151{display:none;position:absolute;top:55px;left:5px;min-width:150px;background-color:#fff;border-radius:8px;box-shadow:10px 10px 20px #0000004d;padding:14px 0;text-align:left;z-index:20}._header-menu__dropdown-link_7hw3x_198{width:100%;font-size:14px;line-height:20px;font-weight:400;padding:5px 18px;white-space:nowrap;color:#111;text-align:left}._header-menu__dropdown-link_7hw3x_198:hover{color:#015dd1}._header-menu__dropdown-link-text--outlink_7hw3x_212{position:relative;display:inline-block;padding-right:14px}._header-menu__dropdown-link-text--outlink_7hw3x_212:before{content:"↗";position:absolute;top:1px;right:0}._header-item__timer_7hw3x_224{width:130px}._header-top-bar_7hw3x_228{position:relative;width:100%;height:42px;margin:0 auto;display:flex;justify-content:center;align-items:center}._header-top-bar_7hw3x_228:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e5e5e5}._header-top-bar_7hw3x_228 ._header-top-bar__inner_7hw3x_246{width:100%;max-width:1400px;display:flex;justify-content:center}._browser_security_7hw3x_253{display:flex;align-items:center;justify-content:center;width:100%;background:#fff}._inner_7hw3x_261{display:flex;align-items:center;justify-content:center;position:relative;width:1366px;height:120px;background:#fff;color:#000;font-size:1.8rem}._inner_7hw3x_261 a{display:inline-block;padding-left:10px;color:#1d2b59;text-decoration:underline}._inner_7hw3x_261>svg{width:40px;height:40px;margin-right:10px}._browser_security_close_7hw3x_284{position:absolute;top:50%;right:0;transform:translate(-50%,-50%);display:inline-block;width:20px;height:20px;cursor:pointer}._browser_security_close_7hw3x_284:before,._browser_security_close_7hw3x_284:after{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#000}._browser_security_close_7hw3x_284:before{transform:rotate(45deg)}._browser_security_close_7hw3x_284:after{transform:rotate(-45deg)}._browser_security_close_7hw3x_284._thick_7hw3x_310:before,._browser_security_close_7hw3x_284._thick_7hw3x_310:after{height:4px;margin-top:-2px}._header-timer_7hw3x_315{font-size:13px;line-height:18px;padding:10px}._header-timer_7hw3x_315 ._header-timer__svg_7hw3x_320{display:inline-block;margin-right:6px;vertical-align:top}._header-timer_7hw3x_315 ._header-timer__svg_7hw3x_320>svg{width:18px;height:18px;vertical-align:top}._header--transparent_7hw3x_331{background-color:transparent}._header--transparent_7hw3x_331 ._header__logo-link_7hw3x_69{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAdCAYAAAB7YUi1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQ1SURBVHgB7ZrvddowEMCPPL6XbqBOUDpBnQmSTBA6QegEcSdImACYIMkEsEHoBCYTQCdQ72LRqs5JOhnJ4fX5954eRn9OZ590ks4GQLTWCtMK0077uTD1K92OOfUFPfkwxqwExiitNhPdnhX05AMf8EJghJJp19aoO+jJhw672dLTthC0fwOcALr2TIWVFPwHDAIP+MdgMCg95fRgxvhDbnQE0k4RRo4yco7hEUV/dxWaPqaYroHXd4upRBnLgIwHiLhfI/dVP0xPKH/LyKV7V812WPccYtAtZmajvYqdpQ45hT6eyqPnXYwcXQ/UXHpOmWfIApGcOfJnoZl5UAQiZ2fXoI4jXY/+aUQzhWmF7a4hD3e5ZHMGXaIxgzdvGVPBaUM6FhAPDVLaMBaQh3sabJCYYeM/GXMSavQOxtybFGJj/0E9b/FnLJA7AreXeUA5X7h1r4GvnJNP/y8xLSAllrteCOtLz61OHHJda9MztEB71iVdB1EKpv/KUX8e0HMn0IXbZ9yHdIVIDi73VGcmIZmZHK5lg3bu55jWdib9x/QJL7kd7kT73aNXRzO7N0zRB0gMGXQqMabB55py0ba/CyZvK9js0UDYMvkTaImZCAo6gNbQpbQyPowNKkfnvLmwCY1KMoiC9oyxTzr3SWYqzbKlmU2KKS9DArD9HtvP8PKuUfTZ0+w1Fu4pp3WcG5hrSI1x1VFbaC0L+z3r+sgwMtfedUGnOd+tArLGwvsbM20fE+pJVNpEp3SGNZS252Kj4ihe4M83TxWambRO7SnRNfBrSC72kfkSUq93T4KdczT2OTSVUf8Y06rbtVFdhvO5TRvF5P2CtFzrDs6hZFTwxTJtyKjGbdyarDfGtOrS2kRGLSAzNPKxr8P50obOfU8CEZdMXmgwkkt2DaQC3g4S0m2C6R4SMmTyYo1aGlf/FdMVZ0yrLhl1DXGQvJmw7tq6JgMUjXJa+5fNI4sNlt9AHbz3yW5Cu+crj0wyHsWZmwNM6jHkaDfJY4263mzsHGWuzUarNzAeeTvXvZExHW2qgNxKoM+KaTc3Zb4gyNiUBxPJGnp0iJqpghuKfs12DDQLde0NikbRIUZbQu1+D66ZPIxrF1zC8Sgm7wXCiCNleE/7YaBOEqN2bUwL2rQ9O/pVmG4gzFJw/zRDfGdlBbxBW4U1PYx8Ltemtfs1LuOfOKajXlKX6+s/gkWEnrHYblzpRJwJn0vUkcZ+mPDO70spugX1kWkLccwiQqKx0Ey+ggxIDUq0MWoBJ/Dy2zIq7ZZDwYU11EevKeRha+RnOZOHvinimMSsqbrefNxaWRQ9+sjUI8NT3WZE5ifWT3ZWM/0UJtl9bUxfa0H7EuIjR175un6Vdmw06qXtR9Oxsd/Satt/l5uTxsPuwqi5vtPpOaAbb0MyGvUSerrBzKA2hn33TU/PX34D4csvemNbdDQAAAAASUVORK5CYII=)}._header--transparent_7hw3x_331 ._header-menu__link-text_7hw3x_111{color:#fff}._header--transparent_7hw3x_331 ._header-menu__link_7hw3x_102:hover ._header-menu__link-text_7hw3x_111,._header--transparent_7hw3x_331 ._header-menu__link_7hw3x_102._header-menu__link--active_7hw3x_111 ._header-menu__link-text_7hw3x_111,._header--transparent_7hw3x_331 ._header-menu__link_7hw3x_102._header-menu__link--dropdown-open_7hw3x_111 ._header-menu__link-text_7hw3x_111{color:#ffd200}._header--transparent_7hw3x_331 ._header-menu__link_7hw3x_102:hover ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path,._header--transparent_7hw3x_331 ._header-menu__link_7hw3x_102._header-menu__link--active_7hw3x_111 ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path,._header--transparent_7hw3x_331 ._header-menu__link_7hw3x_102._header-menu__link--dropdown-open_7hw3x_111 ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path{stroke:#ffc200}._header--transparent_7hw3x_331 ._header-menu__link-text--arrow_7hw3x_114 ._header-menu__link-arrow-icon_7hw3x_114 path{stroke:#fff}._header--transparent_7hw3x_331 ._header-menu__link--button_7hw3x_117{background-color:#fff}._header--transparent_7hw3x_331 ._header-menu__link--button_7hw3x_117:hover ._header-menu__link-text_7hw3x_111,._header--transparent_7hw3x_331 ._header-menu__link--button_7hw3x_117 ._header-menu__link-text_7hw3x_111{color:#111}._header--transparent_7hw3x_331 ._header-timer_7hw3x_315{color:#fff}._header--transparent_7hw3x_331 ._header__inner_7hw3x_41:before,._header--transparent_7hw3x_331 ._header-top-bar_7hw3x_228:before{background-color:#e5e5e533}._header-currency-info_13z9m_1{display:flex;align-items:center;justify-content:center}._header-currency-info__coin_13z9m_7{display:flex;justify-content:space-between}._header-currency-info__text_13z9m_12,._header-currency-info__text-icon_13z9m_13{display:inline-block;margin:0 12px;font-size:15px;line-height:21px;font-weight:400;color:#111;text-shadow:none;white-space:nowrap}._header-currency-info__text-icon_13z9m_13:before{content:"";display:inline-block;width:17px;height:17px;margin:3px 3px 0 0;vertical-align:top;background-repeat:no-repeat;background-position:0 0;background-size:17px 17px}._header-currency-info__text-icon--dollar_13z9m_36:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUgSURBVHgB1Vg7SGRXGD733nlqoruLbiJOfCTsQgzsWmiTRpM00SK7hVq6aVKGKEgqUbQSLAWtFZJGmzQqsfBRJOADBYmQQlbJBgsF384zc/N9Z84d7zz03hknRT74Ocd77/z/d/7n2dVEETBNsx3LK0izkkfq1RlkR8kvmqatiP8SIPIt5K3pHvz2jSg1oLQRsmwWj7eQBvFQQAnlNeTUfDio4zXUaqJIaIpMqUGdBZPSzs7OPjZL45lsnIbD4UbXpNSHRjKZPHBrYXZ21pycnHT7uQndK7ChY5tjX8/2DCBisdgbrPXCATc3N2Jvb08cHByIw8NDsbm5KZ85ul/T2pQNPeddnu/pnX0nQqurq2J6ejqHQHV1tejs7BQdHR3CAQew8QzrP5C0q7IZ6sidL5zIHB8fi6mpKVFeXi6GhoZEV1eXaGtrE2NjY6KsrEwSJWEHNMBWu0iFTsshNDw8rLe3t+tQ+MpJ0/z8vFwHBgZEU1PTrYWGBkmQcEGIB/pGpNIkTchjbUZGRvhQB146KbLCdH19nc+ImJiYEC7BsWNAktYDy0Nad3c3VwOEXjhpYXgIhi2fJ5hHFCcYhvEiFArJyFjPpKsYw5aWFs/W1pYf+0vhAiQyNzcn88ki0draKqAnI4xOQLTewxKD3QT26WQiQ4YviBdnogBsbGyIhYUFWfpWKEmst7fXlZfwTcXJyUkU2wQkSSIMl2yGlZWVOkr+QhQAGqdHuDJ3WHEkyXA6AYc/BxnmUEaVsdPKP87Pz/VEIvGXkyI2QzbCbNAjJFRfXy+/cUIkEtlTHDQlt2VfU1MjH1xdXf3upIinHx0dvbMr8zmrzQmYaX+obU4f0o6Ojriau7u7vzopYhdmyZOU3VNMcDZFri46tdjZ2ZG2LGfYmTGOPkgQUo4585vX6w3dp4wVxkqzqswCOzVHB0N3H+Lx+Dufz/c5tleQMB+J1BhJEwo8ArDWbm9v/+h2cq+vr5vj4+MmGqu5srJiwnOufkcbsBVSNv0ia4zp6mEFYv8h1k+Q4OumSxR6/YhGo+9og9GiTRWdjEGvqYdsUmweDZhJX6HiLswSgzoHBwe/pA3IU2Uzk5CZmrYetPEgetHjYDAY8vv9z5eWlr43SwzqhG5eO5ijTyBB9EFD5IFmhU0xb4Q0LS4u/lAKT1EHdSGRPw0EAtT9gbKVkz92QnJ8KOa1EJ7ks76+vg40sb/NIoF7z0Z/f//X1MXcQQRqKyoqnihbGZ06hxTGAOP5vsqljyDPqQhtoHltbW2oEGL8FpXHC9JLReYZvFOHtcqWO/pdZGQuqXjaQ1dnkYLwatI8MzPz3f7+/s+np6eb9nByf3l5+Sfe/cRveAg7GXiGB3xaVVXFAwfyeUfLJsS1p6dHRyl7FTH+0IdEDKBcGVIPDOlobBpWDWu2LlNJUgmbXRxkohgVnOoRSEykpnvGfTqHkP05Lk0GrhQeiE+5Ft4OeBEGrzqZLm4HY8a5bEQSSmJKorjmxiGJ5eXlhO3mmsZd8WPXTYIMfywVIQlvcMML46Q3IMZTytPCcxTuY1zVPqIkbBP+HadO3DiT+cg4giGEpzzKQ2UilVesDuYWuyx7CfOiTgn3rE52exbFY+YL+xv29KzOf0zcZ9MNTeuuoqMC9YuLCwO5ZGCoUrFsaPCe1MMrKEYOw2WFTd4CcagkvcJ5J7Jy5iGQpFQV8rQyr0SqlwSVFwJK/Oq9oTxS9P94uIYyZBG0VivZ0zfA/z3+BevYzZCxMRdyAAAAAElFTkSuQmCC)}._header-currency-info__text-icon--tether_13z9m_40:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXMSURBVHgB1VdfbFNVGP/Oub39N1kndIuD6TodKBsBQ5gPRrMuxicNA+bmkxmJDwaC8cU3DXWRFyQxwfn3wQdMiGZsDND4oNFtCVEUFYJuYHChsH+JLdAVadfe3nv8vtN7u+7SlnWyJX7Jl3N6/n2/+/v+nFMGS5AXBnuDBijtIIwgAwjgUJU5FUM9Lxg/zzP6yf7OV4ehTGHlLN41+MFu3BACIQKLWS+AhZnC3hpo33sEFimLAtTZ19ugO/hxBuJxWIIQMIPxthM794TvtpaXPEgIyYqhst+WCoYE9wYUoZ/r6O/dAXchodQk6xj8kOJkEO6lKHx3//Y9nzHGREGjRbaxXUffbWAe568wH7D3SmLpjNh6qnNfuBAoh30A3YTrGEcw39vBVKguVCeUI7e1NGoqf6hKVWAQbWwVWWMlAREY6Oh/rxv79fbDn3tkM3RtfALKkb6LP0PfpbN2I1t2DvR2Y0vZZ+TP2YNayDHG98MyC+PSBtlnpQDx9qOH2nBJPSyzMKxl7UcOBckmec4az7ksFArxkZERzlW1vdghRL2d/p6nd0Czf53sj0amIHT6BCxWFK9zOzbDLBtIMsBzDPX09LDh4WGOsgVWShhrJVz5QxZDrLOzE44dO6agczcX228xQR9D2ZPNOldu3ot9a40XszGSuCXnR6NTRfDw+rq6Ot7Y2MiRDCMHiCrytm3buPzNwGff2ODzQ0ttA3w1fgESC1N4QUrTnN14tbcSnsfs/CM6DeHZqA0R+CYnJzkqM8uNcGSRSh+SFr1KmqvXyS8mg39ja0k4FjW9D3DFZrDGuwqa/GuhCfcSoELi9/t5NBplVhxJIOguju5y+nw+9zOfHghjWawsCAoPDyBb9NVWFDZU+SFyO55b8w+60pqLJOKSldEiYHDR7EDHvgD2kqgaqkEMCQQj52dnZxkY+gRwR3Oh/XSw/XDKsmD9xuw8Ztn7ZWSZntbGYL4WydTPuai2tlYOasnUj7BCoqfTo2Y3V4dygGZmZohlEZ+Y/gZWSG6Gs7ZMMhYCsmTkzcNnhK5PwjKLgTZOhw6fwa5AMoxCgERVVRVNGLNXp3thmSWetSEwkaRtsFVqORCLxYyKigr9u9cPDmTS6UuwTKJnMlNo4zh1MZH0fED5ZZvAcU3TaMyBJfuMv7lxJ5YHV6nDyfnZ1J6SGXhH8bOJMPRbY31fv3h9bPw6/kybSqAWVmo0bGBwGYlEAslJZ8a/HJqoadl0cM36wIFSBoaulUdk5MLlN8KnRiawmzFVxzqoY+kR1gdaQgypqMSIG7UC1fPU/r3P1mx+7G18v6yC/yDEzI2/rr3zw/7eAbzA51ASkC2IdPfIokjrlAJ7mTku22sjZ6/qycS31ZsebWPK0kBl5tJ//n7k5MvnPvr8J13XU6qqprxeb4rEBCPyjS8A09TUpI6NjVkskXpQVZInQ3u3r17f8ApXHWthEaJrmembl698gqXkJGTdk3a73SmTnTnIxg+NGwUB0Y3b1dVF9xrFVj4oUnInMcdbXnupZc2Gh9tU330bVLdzA+OKZI7coqczM3OxW7/cuDg+fP7jL85ikggLjMfjmUsmkym8UJN4oWow7ypRFBC1Jqj8eHK6XC43MkxAHUgWZSPDlmFrP8tKYcNUyiANwaQIjI0ZPR/MHYDyx4PBoBIOhx2o9L+HFNl2q0h3jiko8EjPA6PDfCZZ6Z0KBAIaamZoaChj/wtE4igCSJgvONoMCEpUVlZitded+KUaMknAZOAjc/JSpvjEvtyLfd1iJg+Q7ONZWnd3tygE5q5CLkSmHCZDXlR6J61GrUGtRa1DfRD1IVOpT2/YB1CrUe/HeFmFz1SZGKic/kyUsrkYmLnXJGYgj8fjCjKgRCIROliWDWRPnkNPULwKrCClVmYQfpTR2tpq4B+J3BVxL0SCwqpKIOhrZVxBtix4TBbot8ucI1VMRpbgnzLFNGQBtFor2HMvwP+9/Aut+oVZRfla9wAAAABJRU5ErkJggg==)}._header-currency-info__text-icon--bitcoin_13z9m_44:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAZmSURBVHgB1VdrbBRVFD73zs4+2vQhtoaWAltCENBAf2ANJqTF8Ao/eEQpv4wmYlSCCWr8RbQ0JibEyKvGxIA0/pJQCSFERTC2BAMJEAQjhfjANX0RW7Xdbbo7O4/rOXdndoftzu608MeTnL0zd+6c8813HvcugxlIsrOhlTFzsxC8SQA0MRDVNC+AjTGAG4xZN3ShnK54Y6AXpilsOouTh+e8BEy042XU5ysxhbG9wV2Dn/tc7w/Qv53zG8NgHEMOWmFmEoNAcHXk9Vis1EJe7KEQArRP6raEwLj+AGBIosJI/6h11m2BEiQUe8gQzGbLZKfgIQoHsTW4a+g0Y0wUfu4B5t7+eY2mybvAhwS3fgnqxs8yBuesBFbR4LnWBNY19nE0iuwzX4DshbxSNb53qmcK2lAlsJoncvf2Nc0TuEDz2+AlaLw6JNJdjCgSU0kK5K9Hgfjh+hfxxfleRsmhsnwHiHg/iMSABCJHG5j5x1koJuijZeIQ+mCMqs9yP8tniCDzAIP3ihk0754F884JYJVzZYgkSARI7EijLva8ROHSB/m/L3T5ceT3Pqx/tioM58GHhF65nWFHi4M1eAnBPSPv5Zche+mvXwYxesvz/fEUrJ39zlAPhs5ykjzLUHt7O29tbeURFTaDDyEWHOcERkfn2pElYFz5KPOlyB4x5qwpJOVBaxNk0iRLTBZQR0cH6+3t5UjlcvAhrDYXFmvwcvbauLI/y4oEUzG3mJUm/FHcMw4gtm3bNhqx07Nl4EOUxvW5GwyZw4Qse3cOJfo9bXAOyxoaGmRknDlZZVR+K1asoEkkSFSBD2G1T2av1TUH8PfAlDUUPsovT0DAqgYGBjgqtQDZCSQgO4akCvgBg/nhND8Kl3nzCPAFGzJJ7Zqn8JWSmpoaPjo66uSRkGWH4ZJgqqqquCkgXsqIU+oksgXc/Rb0796E9Knns/lDawLNbxW1Y4EYRzBEwn1JLbq7u+XN+Pg4tyzoLwZEWbAeeOOGnFFXQlOpO1VGoixug2Ki6aIPcr1Igsp26rq6OjY8PAwJTVyeVcYKdjZ1zcEp+xSvbAALE1fYic0Xb88BLJLQJEldOE0qy5ADSIIhG7eGjHOrFqo78l8mZ/T1xJI7V9SNxzwdmrdPQDH5qV8/R6NDhhsZxTGIGkEtTxysvxRQwHPLJlDU9MghQ4YI4BQwmOj6xb1eJsAwYaBi9xC9OIGaRNXpNffmKqqrq62xsTHr52Gts6khtM/LmNNnjJtHIbAE8wQBacfX5bYNTOxi5U7SN2x02j4F+qRt476tQ04QmPLycnPlvr9PTqTEVU9A6Ji2C3JM4CwCgEoJTloKjG7A4NP7/jpJjJBPxz89c/cdAsd1Xae5AFOU66sWBrdyBqF8g7L33MlUJqTHQYwQoD7wIxiqxAffxLf/8Hv6H3rbVhPsY4hkyD4oWdjGTexFRiQSMQ71pPov/qrvKeWAelAWnA+58Ju258AFncrPsNXEPkiAJAj38YOuKbGJkTBqOWrkzM7ata2Pq+8HOFTAAwgx0/tL6t3njk6c45ynUCYhk8waZBJaMqTkAXKE5uXe9sXVyT8TSfN8y6Lg6gBnMwI1nrSudZyJ79zdHb9hmqamqqpWVlamkdhgRCEQ8n7p0qVqX1+fwxIptQKV5KudFZuao8FXQwFeDz5EM6yhKzHj03WHRk9DJjzpcDis2eykIJM/NG8VBEQ7bltbG8ethNqBGxSpCjZzXS/Meqp5gbL60TJlUXmIL8KeJZkzTJHQDBgeSZjXLt3Vel87PnkVi0Q4YDA3U8lkUsMNNYl7mA65UAlPQDTaoFQXqGAoFAojwwQ0gGRRNTIcGY75tpwStmylhNURjEZg8pgx3WCmAHLP46FJicViAVRKdFJkO6wi3VmmoMAh3QXGhFwlOeWtRaNRHdXo6ekxXCfXrHj9URR4nLUQDL0sDVVWVk4qipLEL51EYPSV8muROVK6TtNoX6dsTbqU7nWy2dLSYhUCU1IohMhUwGaoDJX2hlmoj6HWodJ+R4fmebbS9RzU2ai1qI9gvlRgf5OFQQTQn4liPv3AdM4qHCuQx+NxBXNJGRkZkW2BFiB70g4dQfFM5SQpjbKC8KMsYgX/SGS3iIchEhR2VQJBXyvzCjJtIWKz4FRkyH6u2IzMID7TFNuRA9AZnWTPngD/9/IfFMO52y3VEgoAAAAASUVORK5CYII=)}._header-currency-info__info_13z9m_48{display:flex;justify-content:space-between;margin-top:7px}._header-currency-info--transparent_13z9m_54 ._header-currency-info__text_13z9m_12,._header-currency-info--transparent_13z9m_54 ._header-currency-info__text-icon_13z9m_13{text-shadow:0 1.97px 1.97px rgba(0,0,0,.25);color:#fff}._Wrap_zr3ll_1{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-9999;background:#00000080;color:#fff;align-items:center;justify-content:center;flex-direction:column;display:none}._Wrap_zr3ll_1 h1{font-size:1.4rem}._Wrap_zr3ll_1._Active_zr3ll_20{display:flex;z-index:9999}._Wrap_zr3ll_1 ._textBox_zr3ll_24{margin-top:12px;font-size:16px;line-height:1.5;word-break:break-all;text-align:center}._Spinner_zr3ll_32{display:inline-block;position:relative;width:64px;height:64px}._Spinner_zr3ll_32 div{overflow:hidden;text-indent:-999em;position:absolute;top:27px;width:11px;height:11px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}._Spinner_zr3ll_32 div:nth-child(1){left:6px;animation:_loader1_zr3ll_1 .6s infinite}._Spinner_zr3ll_32 div:nth-child(2){left:6px;animation:_loader2_zr3ll_1 .6s infinite}._Spinner_zr3ll_32 div:nth-child(3){left:26px;animation:_loader2_zr3ll_1 .6s infinite}._Spinner_zr3ll_32 div:nth-child(4){left:45px;animation:_loader3_zr3ll_1 .6s infinite}@keyframes _loader1_zr3ll_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _loader3_zr3ll_1{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes _loader2_zr3ll_1{0%{transform:translate(0)}to{transform:translate(19px)}}._QuestionModalContent_s74hk_1{width:100%;margin:15px 0 30px}._QuestionModalContent_s74hk_1>p{font-size:1.4rem;margin-bottom:15px}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9{width:100%;display:flex;justify-content:space-between;margin-bottom:10px;position:relative}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 input{width:100%;height:50px;border-radius:3px;border:1px solid #d4d4d4;padding:0 15px;font-size:1.4rem;background:#fff}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 input:focus{border-color:#054ab4}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 input._Active_s74hk_28{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23545CA9;}%20.st1{fill:%23FFFFFF;}%20%3c/style%3e%3ccircle%20class='st0'%20cx='7.5'%20cy='7.5'%20r='7.5'/%3e%3cpolygon%20class='st1'%20points='11.8,4%206.5,9.2%203.2,6.4%202.3,7.3%206.6,11%2012.7,4.9%20'/%3e%3c/svg%3e") no-repeat center right 10px;background-size:22px 22px}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 input[type=file]{display:none}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 label{display:flex;align-items:center;justify-content:center;width:100%;height:40px;color:#054ab4;font-size:1.4rem;border:1px solid #054ab4;cursor:pointer;border-radius:3px}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 label:hover{color:#fff;background:#054ab4}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 select{width:180px;height:50px;margin-right:10px;border:1px solid #d4d4d4;border-radius:3px;padding:0 40px 0 10px;font-size:1.4rem;text-align:center;color:#7c7c7c;background-color:#fff;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='14px'%20height='10px'%20viewBox='0%200%2014%2010'%20enable-background='new%200%200%2014%2010'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='14'%20height='10'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAQAAAAu0KdMAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjARYFESh0sat+AAAAgElEQVQY03XPIQ7CQBAF0LfQcIBaBBINCR6FxcIl0A0H4DBVJHgSHIo7%20NEHXktSA6C40TRk5L/l/Jqz8nwxHswGpnDJc3Ux61FgznvL0sulhoWyRu4V5hy4OEOJBuce3ubJU%20wyguajtNbNu3lGL5NRfKtAqdP4OzYOs9hOSkSPgASW4ZRJ9IyR4AAAAldEVYdGRhdGU6Y3JlYXRl%20ADIwMTktMDEtMjJUMDU6MTc6NDArMDA6MDDqW1GjAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAx%20LTIyVDA1OjE3OjQwKzAwOjAwmwbpHwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJ%20ZTwAAAAASUVORK5CYII='%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 15px}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 select:focus{border-color:#054ab4}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 textarea{width:100%;height:160px;border:1px solid #d4d4d4;resize:none;font-size:1.2rem;padding:10px;background:#fff;border-radius:3px}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 textarea:focus{border-color:#054ab4}._QuestionModalContent_s74hk_1 ._InputEl_s74hk_9 ._MaxByte_s74hk_82{position:absolute;bottom:10px;right:10px;color:#909090}._QuestionModalContent_s74hk_1 ._GuideText_s74hk_88{width:100%;font-size:1.2rem}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92{width:100%;margin-bottom:10px}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:9px 15px;border:1px solid #d4d4d4;margin-bottom:10px}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li ._UploadImg_s74hk_105{width:84px;height:60px;background:gray}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li ._UploadImg_s74hk_105 img{width:84px;height:60px}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li ._UploadTitle_s74hk_114{width:calc(100% - 159px);padding-left:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li ._UploadTitle_s74hk_114 ._FileName_s74hk_122{display:inline-block;font-size:1.3rem;margin-bottom:5px}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li ._UploadTitle_s74hk_114 ._Volume_s74hk_127{color:#666}._QuestionModalContent_s74hk_1 ._UploadList_s74hk_92 li ._DeleteBtn_s74hk_130{width:75px;height:30px;border-radius:3px;background:#054ab4;color:#fff;font-size:1.3rem}._Wrap_au7mx_1{width:100%;min-width:1400px;color:#1b1b1b;flex:1;display:flex;flex-direction:column}._main-contents-download_kpsye_1{width:100%;justify-content:center;display:flex;padding:67px 0 54px;background-color:#fff}._main-contents-download__inner_kpsye_9{width:1400px;display:flex;justify-content:space-between;padding:0 70px}._main-contents-download__left_kpsye_16{width:360px;display:flex;flex-direction:column}._main-contents-download__left_title_top_kpsye_22{color:#222;font-size:29px;font-weight:700;line-height:38px;margin:0}._main-contents-download__left_title_bottom_kpsye_30{color:#015dd1;font-size:29px;font-weight:700;line-height:38px;margin:0}._main-contents-download__left_text_kpsye_38{margin-top:10px}._main-contents-download__left_text_text_kpsye_42{color:#777;font-size:15px;font-weight:500;line-height:28px;white-space:nowrap}._main-contents-download__right_kpsye_50{display:flex;flex-direction:column}._main-contents-download__contents_kpsye_55{width:900px;height:320px;display:flex;justify-content:space-between;background-color:#f3f3f3;border-radius:16px 16px 160px}._main-contents-download__content_left_kpsye_64{display:flex;flex-direction:column;align-items:flex-start}._main-contents-download__content_text_kpsye_70{color:#222;font-size:34px;font-weight:500;line-height:46px;margin:60px 0 0 62px}._main-contents-download__content_buttons_kpsye_78{display:flex;margin-top:52px;margin-left:50px}._main-contents-download__apple_button_kpsye_84{background-color:transparent;border:none;cursor:pointer}._main-contents-download__apple_image_kpsye_90{width:180px;height:64px;object-fit:contain}._main-contents-download__google_button_kpsye_96{margin-left:8px;background-color:transparent;border:none;cursor:pointer}._main-contents-download__google_image_kpsye_103{width:180px;height:64px;object-fit:contain}._main-contents-download__content_right_kpsye_109{width:435px;position:relative;overflow:visible}._main-contents-download__image_phone_kpsye_115{width:435px;height:391px;object-fit:cover;position:absolute;top:-20px;left:0;right:0}._main-contents-download__qr-code_kpsye_125{position:absolute;width:67px;height:67px;top:185px;left:41px;background-color:#fff}._main-contents-security_lbbh8_1{width:100%;justify-content:center;display:flex;padding-top:66px;padding-bottom:75px;background-color:#fff}._main-contents-security__inner_lbbh8_10{width:1400px;display:flex;justify-content:space-between;padding:0 70px}._main-contents-security__left_lbbh8_17{width:360px;display:flex;flex-direction:column}._main-contents-security__left-title-top_lbbh8_23{color:#222;font-size:29px;font-weight:700;line-height:38px;margin:0}._main-contents-security__left-title-bottom_lbbh8_31{color:#015dd1;font-size:29px;font-weight:700;line-height:38px;margin:0}._main-contents-security__left-text_lbbh8_39{margin-top:10px}._main-contents-security__left-text-text_lbbh8_43{color:#777;font-size:15px;font-weight:500;line-height:28px;white-space:nowrap}._main-contents-security__right_lbbh8_51{display:flex;flex-direction:column}._main-contents-security__right-top_lbbh8_56{height:auto;display:flex;justify-content:space-between;align-items:center}._main-contents-security__right-item_lbbh8_63{overflow:hidden;position:relative;border:none;padding:36px 26px;flex:0 0 280px;width:280px;height:240px;border-radius:16px}._main-contents-security__right-item_lbbh8_63+._main-contents-security__right-item_lbbh8_63{margin-left:30px}._main-contents-security__right-item--security_lbbh8_77{background-color:#f6ede6}._main-contents-security__right-item--security_lbbh8_77 ._main-contents-security__right-item-image_lbbh8_80{bottom:36px;right:40px;width:45px;height:61px;background-size:45px 61px;background-image:url(/assets/icon-main-security-isms-CLHVhb2W.png)}._main-contents-security__right-item--cold-wallet_lbbh8_89{background-color:#e0eff6}._main-contents-security__right-item--cold-wallet_lbbh8_89 ._main-contents-security__right-item-image_lbbh8_80{bottom:32px;right:37px;width:90px;height:65px;background-size:90px 65px;background-image:url(/assets/icon-main-security-cold-BfZI7-Ds.png)}._main-contents-security__right-item--insurance_lbbh8_101{background-color:#f6f6f6}._main-contents-security__right-item--insurance_lbbh8_101 ._main-contents-security__right-item-text_lbbh8_104{font-size:19px;line-height:30px}._main-contents-security__right-item--insurance_lbbh8_101 ._main-contents-security__right-item-image_lbbh8_80{bottom:44px;right:32px;width:84px;height:61px;background-size:84px 61px;background-image:url(/assets/icon-main-security-fobl-AZOJbqcZ.png)}._main-contents-security__right-item-text_lbbh8_104{font-size:21px;line-height:30px;font-weight:700;color:#222}._main-contents-security__right-item-image_lbbh8_80{position:absolute;background-repeat:no-repeat;background-position:0 0}._main-contents-security__right-bottom_lbbh8_130{width:100%;display:flex;justify-content:flex-start;margin-top:9px}._main-contents-security__expire_lbbh8_137{width:100%;display:flex}._main-contents-security__expire-icon_lbbh8_142{width:22px;height:22px;object-fit:contain;margin-top:2px}._main-contents-security__expire-text_lbbh8_149{color:#777;font-size:15px;font-weight:500;line-height:26px;letter-spacing:-1px;margin:0 0 0 7px}._main-market_4cm1b_1{width:100%;justify-content:center;display:flex;padding:100px 0 60px;background-color:#fff}._main-market__inner_4cm1b_9{width:1400px;display:flex;justify-content:space-between;padding:0 70px}._main-market__left_4cm1b_16{width:360px;display:flex;flex-direction:column}._main-market__left-title-top_4cm1b_22{color:#222;font-size:29px;font-weight:700;line-height:38px;margin:0}._main-market__left-title-bottom_4cm1b_30{color:#015dd1;font-size:29px;font-weight:700;line-height:38px;margin:0}._main-market__left-text_4cm1b_38{margin-top:10px}._main-market__left-text-text_4cm1b_42{color:#777;font-family:Pretendard,sans-serif;font-size:15px;font-weight:500;line-height:28px;white-space:nowrap}._main-market__right_4cm1b_51{display:flex;flex-direction:column}._main-market__filter_4cm1b_56{width:100%;display:flex;justify-content:flex-start;align-items:center;margin-bottom:30px}._main-market__filter-title_4cm1b_64{display:flex;margin-right:20px}._main-market__filter-title-text_4cm1b_69{color:#222;font-family:Pretendard,sans-serif;font-size:26px;font-weight:700;white-space:nowrap}._main-market__button-list_4cm1b_77{display:flex}._main-market__button_4cm1b_77{padding:8px 19px 6px;border-radius:20px;font-size:16px;line-height:24px;font-weight:500;color:#222}._main-market__button_4cm1b_77:hover{background-color:#d7d7d7}._main-market__button_4cm1b_77+._main-market__button_4cm1b_77{margin-left:10px}._main-market__button--selected_4cm1b_96{background-color:#015dd1;color:#fff}._main-market__button--selected_4cm1b_96:hover{background-color:#015dd1}._coin-info-table_4cm1b_104{width:100%}._coin-info-table__row_4cm1b_108{position:relative;display:flex;width:100%}._coin-info-table__row-link_4cm1b_114{display:flex;width:100%}._coin-info-table__cell_4cm1b_119{word-break:break-all}._main-coin-info-table_4cm1b_123{width:900px;min-height:300px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127{border-radius:12px;background-color:#f9f9f9;margin-bottom:20px;padding:19px 21px 17px 23px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127 ._coin-info-table__cell_4cm1b_119,._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127 ._coin-info-table__cell_4cm1b_119:first-child{flex:1}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127 ._coin-info-table__cell_4cm1b_119:nth-child(2){flex:0 0 150px;width:150px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127 ._coin-info-table__cell_4cm1b_119:nth-child(3){flex:0 0 160px;width:160px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127 ._coin-info-table__cell_4cm1b_119:nth-child(4){flex:0 0 190px;width:190px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-header_4cm1b_127 ._coin-info-table__cell_4cm1b_119+._coin-info-table__cell_4cm1b_119{padding-left:8px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154{position:relative;min-height:48px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__row-link_4cm1b_114{padding:7px 16px 7px 12px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__row-link_4cm1b_114:hover{border-radius:10px;background-color:#f9f9f9}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__cell_4cm1b_119{display:flex;align-items:center;flex:1}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__cell_4cm1b_119:first-child{flex:1}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__cell_4cm1b_119:nth-child(2){flex:0 0 150px;width:150px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__cell_4cm1b_119:nth-child(3){flex:0 0 160px;width:160px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__cell_4cm1b_119:nth-child(4){flex:0 0 195px;width:195px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154 ._coin-info-table__cell_4cm1b_119+._coin-info-table__cell_4cm1b_119{padding-left:8px}._main-coin-info-table_4cm1b_123 ._coin-info-table__row-item_4cm1b_154+._coin-info-table__row-item_4cm1b_154{margin-top:9px}._main-coin-info-table__text_4cm1b_192{font-size:16px;line-height:1.5;font-weight:500;color:#222}._main-coin-info-table__text--text-align-right_4cm1b_199{text-align:right!important}._main-coin-info-table__content-box_4cm1b_203{display:flex;align-items:center;flex:1}._main-coin-info-table__image_4cm1b_209{display:flex;flex:0 0 32px;align-items:center;justify-content:center;height:32px;margin-right:12px;border-radius:100%;font-size:15px;line-height:22px;font-weight:700;background-color:#4886ff;color:#fff}._main-coin-info-table__text-box_4cm1b_224{display:flex;align-items:center}._main-coin-info-table__text-symbol_4cm1b_229{font-size:15px;line-height:1.5;font-weight:500;color:#222}._main-coin-info-table__text-name_4cm1b_236{margin-left:10px;font-size:14px;line-height:1.5;font-weight:400;color:#777}._main-coin-info-table__currency_4cm1b_244{display:flex;flex-direction:column;flex:1;text-align:right}._main-coin-info-table__currency-text_4cm1b_251{font-size:16px;line-height:1.2;font-weight:500;word-break:break-all;color:#222}._main-coin-info-table__currency-converted-price_4cm1b_259{font-size:12px;line-height:1.2;font-weight:500;color:#777}._main-coin-info-table__percent_4cm1b_266{flex:1;text-align:right}._main-coin-info-table__percent_4cm1b_266._main-coin-info-table__percent--up_4cm1b_270 ._main-coin-info-table__percent-text_4cm1b_270{color:#ef4a26}._main-coin-info-table__percent_4cm1b_266._main-coin-info-table__percent--up_4cm1b_270 ._main-coin-info-table__percent-text_4cm1b_270:before{content:"";position:absolute;top:50%;left:3px;width:8px;height:10px;margin-top:-5px;background-size:8px 10px}._main-coin-info-table__percent_4cm1b_266._main-coin-info-table__percent--down_4cm1b_283 ._main-coin-info-table__percent-text_4cm1b_270{padding-left:13px;color:#4886ff}._main-coin-info-table__percent_4cm1b_266._main-coin-info-table__percent--down_4cm1b_283 ._main-coin-info-table__percent-text_4cm1b_270:before{content:"";position:absolute;top:50%;left:3px;width:8px;height:10px;margin-top:-5px;background-size:8px 10px}._main-coin-info-table__percent-text_4cm1b_270{position:relative;font-size:16px;line-height:1.2;font-weight:500;text-align:right;color:#aaa}._main-coin-info-table__transaction-text_4cm1b_307{flex:1;font-size:16px;line-height:1.2;font-weight:500;text-align:right;color:#777}._coin-info-table__cell--text-align-right_4cm1b_316{text-align:right}._coin-info-table__cell--text-align-left_4cm1b_320{text-align:left}._coin-info-table__cell--text-align-center_4cm1b_324{text-align:center}._main-market-info__button-box_4cm1b_328{display:flex;margin:17px -18px 0;padding:0 18px}._main-market-info__button_4cm1b_328{display:flex;flex:1;align-items:center;justify-content:center;min-height:54px;border-radius:14px;font-size:15px;line-height:18px;font-weight:500;background-color:#0b3694;color:#fff}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}._main-notice_1mwnm_1{width:100%;background-color:#f7f7f7;height:80px;justify-content:center;display:flex;align-items:center}._main-notice__inner_1mwnm_10{display:flex;width:1400px;padding:0 35px;align-items:center}._main-notice__title-box_1mwnm_17{display:flex;width:116px}._main-notice__title_1mwnm_17{font-size:18px;line-height:24px;font-weight:600;color:#222}._main-notice__notice-contents-box_1mwnm_29,._main-notice__notice-swiper_1mwnm_33{height:40px}._main-notice__notice-swiper-slide_1mwnm_37{display:flex;align-items:center;height:100%}._main-notice__notice-item-box_1mwnm_43{display:flex;align-items:center}._main-notice__notice-item_1mwnm_43{display:flex;align-items:center;width:450px}._main-notice__notice-item_1mwnm_43+._main-notice__notice-item_1mwnm_43{margin-left:50px}._main-notice__notice-tag_1mwnm_57{padding:3px 8px;border-radius:5px;font-size:13px;line-height:20px;margin-right:8px;font-weight:500;background-color:#222;color:#fff}._main-notice__notice-title_1mwnm_68{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:8px;font-size:15px;line-height:23px;font-weight:500;color:#222}._main-notice__notice-date_1mwnm_80{margin-left:auto;white-space:nowrap;font-size:15px;line-height:23px;font-weight:500;color:#aaa}._main-notice__notice-navigation_1mwnm_89{display:flex;margin-left:50px}._main-notice__nav-button_1mwnm_94{position:relative;display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:8px;background-color:#fff;border:none;font-weight:700}._main-notice__nav-button_1mwnm_94+._main-notice__nav-button_1mwnm_94{margin-left:11px}._main-notice__nav-button_1mwnm_94:hover:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:8px;background-color:#0000001a}._main-notice__nav-button_1mwnm_94:last-child{margin-left:4px!important}._main-notice__nav-button_1mwnm_94:before{content:"";width:16px;height:16px;background-position:0 0;background-repeat:no-repeat;background-size:16px 16px}._main-notice__nav-button--prev_1mwnm_131:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%206H13'%20stroke='%23222222'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1%206L6%201'%20stroke='%23222222'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1%206L6%2011'%20stroke='%23222222'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}._main-notice__nav-button--next_1mwnm_136:before{content:"";transform:rotate(180deg);background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%206H13'%20stroke='%23222222'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1%206L6%201'%20stroke='%23222222'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1%206L6%2011'%20stroke='%23222222'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}._main-notice__nav-button--pause_1mwnm_142:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20stroke='currentColor'%20fill='currentColor'%20stroke-width='0'%20viewBox='0%200%20448%20512'%20height='16'%20width='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z'%20/%3e%3c/svg%3e")}._main-notice__nav-button--play_1mwnm_147:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20stroke='currentColor'%20fill='currentColor'%20stroke-width='0'%20viewBox='0%200%20448%20512'%20height='16'%20width='16'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z'%20/%3e%3c/svg%3e")}._main-notice__notice-more_1mwnm_152{display:flex;justify-content:flex-end;flex:1}._main-notice__notice-more-link_1mwnm_158{font-size:15px;line-height:23px;font-weight:500;color:#777}._main-spot-swiper_1ll7o_1{width:100%;height:634px;position:relative;overflow:hidden;align-content:center;z-index:10}._main-spot-swiper__inner_1ll7o_10{position:relative;display:flex;align-items:center;width:1400px;height:100%;margin:0 auto}._main-spot-swiper__content_1ll7o_19{display:flex;justify-content:center;flex-direction:column;width:550px;padding-left:110px;padding-bottom:10px}._main-spot-swiper__title_1ll7o_28{font-size:36px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}._main-spot-swiper__button-box_1ll7o_36{display:flex;gap:16px;margin-top:24px}._main-spot-swiper__button_1ll7o_36{position:relative;display:flex;align-items:center;justify-content:center;padding:15px 24px 14px;border-radius:10px;font-weight:600;cursor:pointer;font-size:20px;height:60px;background-color:#fff;color:#1366e6}._main-spot-swiper__button_1ll7o_36:hover:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:10px;background-color:#0000001a}._main-spot-swiper__button--active_1ll7o_67{width:119px;background-color:#ffd200}._main-spot-swiper__swiper_1ll7o_72{position:absolute;top:112px;left:50%;width:1142px;height:394px;margin-left:-50px;padding:0 10px 30px 0;box-sizing:content-box}._main-spot-swiper__swiper-slide_1ll7o_83{display:block;width:362px;background-color:#fff;border-radius:26px;overflow:hidden;box-shadow:0 4px 12px #0000001a;position:relative;height:394px;background-repeat:no-repeat;background-position:50% 50%;background-size:362px 394px}._main-spot-swiper-paging_1ll7o_97{position:absolute;bottom:48px;display:flex;justify-content:center;align-items:center;width:100%}._main-spot-swiper-paging__button_1ll7o_106{display:inline-block;flex:0 0 32px;width:32px;height:32px;cursor:pointer}._main-spot-swiper-paging__button_1ll7o_106:hover ._main-spot-swiper-paging__arrow_1ll7o_113{fill:#ffd200}._main-spot-swiper-paging__button_1ll7o_106+._main-spot-swiper-paging__button_1ll7o_106{margin-left:8px}._main-spot-swiper-paging__arrow_1ll7o_113{vertical-align:top}._main-spot-swiper-paging__button--next_1ll7o_124 ._main-spot-swiper-paging__arrow_1ll7o_113{transform:rotate(180deg)}._main-spot-swiper-paging-dot_1ll7o_128{display:flex;margin:0 30px}._main-spot-swiper-paging-dot__dot_1ll7o_133{overflow:hidden;flex:0 0 6px;width:6px;height:6px;border-radius:6px;background-color:#ddd}._main-spot-swiper-paging-dot__dot_1ll7o_133+._main-spot-swiper-paging-dot__dot_1ll7o_133{margin-left:12px}._main-spot-swiper-paging-dot__dot_1ll7o_133._main-spot-swiper-paging-dot__dot--active_1ll7o_144{width:74px;flex:0 0 74px;background-color:#ddd}._main-spot-swiper-paging-dot__dot_1ll7o_133._main-spot-swiper-paging-dot__dot--active_1ll7o_144 ._main-spot-swiper-paging-dot__dot-progress_1ll7o_149{display:block;width:100%;height:100%;background-color:#000;transform:scaleX(0);transform-origin:left;animation:_animation-dot-progress_1ll7o_1 5.6s ease-out;animation-fill-mode:forwards}._main-spot-swiper-paging-dot--pause_1ll7o_159 ._main-spot-swiper-paging-dot__dot_1ll7o_133._main-spot-swiper-paging-dot__dot--active_1ll7o_144 ._main-spot-swiper-paging-dot__dot-progress_1ll7o_149{animation:none}@keyframes _animation-dot-progress_1ll7o_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}._main-media_dwzxx_1{height:581px;background-color:#ebebeb}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}._card-swiper_cei4u_1{padding:70px 0}._card-swiper__swiper-box_cei4u_5{width:1214px;margin:0 auto}._card-swiper__swiper_cei4u_5{overflow:hidden;padding-bottom:40px}._card-swiper__swiper_cei4u_5 .swiper-pagination{position:absolute;bottom:0}._card-swiper__swiper_cei4u_5 .swiper-pagination-bullet{display:inline-block;width:10px;height:10px;margin:0 6px!important;border-radius:50%;background-color:#ccc;opacity:.7;cursor:pointer;transition:all .3s ease}._card-swiper__swiper_cei4u_5 .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background-color:#1d2b59;transform:scale(1.2)}._card-swiper__slide_cei4u_35{padding:0 7px}._card-swiper__title_cei4u_39{margin-bottom:40px;font-size:30px;line-height:34px;font-weight:700;text-align:center;color:#1b1b1b}._card-swiper__card-box_cei4u_48{display:flex;justify-content:center;width:285px;min-height:327px}._card-swiper-card_cei4u_55{display:block;width:100%;overflow:hidden;border-radius:6px;box-shadow:1px 2px 4px #00000026}._card-swiper-card__image_cei4u_63{width:100%;padding-top:63.16%;background-size:cover;background-position:50%;background-repeat:no-repeat;background-image:url(/assets/default-CO371D-8.png)}._card-swiper-card__contents_cei4u_72{height:147px;padding:20px 20px 24px;box-sizing:border-box;background-color:#fff}._card-swiper-card__title_cei4u_79{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:58px;font-size:18px;line-height:29px;font-weight:500;letter-spacing:-.4px;word-break:break-all;text-align:left;color:#1b1b1b}._card-swiper-card__box_cei4u_95{display:flex;margin-top:21px}._card-swiper-card__company_cei4u_100{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;font-size:16px;line-height:23px;font-weight:400;letter-spacing:-.32px;text-align:left;vertical-align:top;color:#1e326b}._card-swiper-card__company_cei4u_100+._card-swiper-card__date_cei4u_115{padding-left:4px}._card-swiper-card__date_cei4u_115{white-space:nowrap;font-size:16px;line-height:23px;font-weight:400;letter-spacing:-.32px;text-align:right;vertical-align:top;color:#999}._card-swiper-card__date--full_cei4u_130{flex:1;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}._main-view_p0hoj_1{position:relative}._main-view__bg_p0hoj_5{position:absolute;top:-111px;left:0;right:0;height:745px;background:url(/assets/bg-main-spot-DSQDiAKL.png) 50% 50% no-repeat;background-size:cover;z-index:5}._modal-table-type--body-open_3isc4_1{height:100%;overflow:hidden}._modal-table-type__overlay_3isc4_6{overflow:auto;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:100}._modal-table-type__overlay_3isc4_6>div{width:100%;height:100%}._modal-table-type__outer-scroll_3isc4_21{display:table;height:100%;margin:0 auto;width:100%}._modal-table-type__outer-scroll-inner_3isc4_28{display:table-cell;padding:24px;vertical-align:middle}._modal-table-type_3isc4_1 ._modal-table-type__wrap_3isc4_34{position:relative;width:460px;margin:0 auto;padding:24px;border-radius:8px;background-color:#fff}._modal-table-type_3isc4_1 ._modal-title-box_3isc4_42{position:relative;padding-bottom:12px}._modal-table-type_3isc4_1 ._modal-title_3isc4_42{padding-right:24px;font-size:18px;font-weight:600;line-height:26px;letter-spacing:-.36px;color:#000}._modal-table-type_3isc4_1 ._modal-title--close-button_3isc4_54{padding-right:0}._modal-table-type_3isc4_1 ._modal-close_3isc4_57{position:absolute;top:24px;right:24px;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;z-index:5}._modal-table-type_3isc4_1 ._modal-close_3isc4_57:before,._modal-table-type_3isc4_1 ._modal-close_3isc4_57:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#000;transform-origin:center}._modal-table-type_3isc4_1 ._modal-close_3isc4_57:before{transform:translate(-50%,-50%) rotate(45deg)}._modal-table-type_3isc4_1 ._modal-close_3isc4_57:after{transform:translate(-50%,-50%) rotate(-45deg)}._modal-buttom-more_3isc4_87{position:relative;display:flex;align-items:center;min-height:60px;margin:0 -24px -24px;padding:0 24px;border-radius:8px;background-color:#fff}._modal-buttom-more__inner_3isc4_98{display:flex;justify-content:space-between;align-items:center;width:100%}._modal-buttom-more__close_3isc4_105{position:relative;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;z-index:5}._modal-buttom-more__close_3isc4_105:before,._modal-buttom-more__close_3isc4_105:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#000;transform-origin:center}._modal-buttom-more__close_3isc4_105:before{transform:translate(-50%,-50%) rotate(45deg)}._modal-buttom-more__close_3isc4_105:after{transform:translate(-50%,-50%) rotate(-45deg)}._modal-buttom-more__check_3isc4_132 label{position:relative;display:inline-block;padding-left:30px;font-size:15px;line-height:22px;font-weight:400;color:#777}._modal-buttom-more__check_3isc4_132 label:before{content:"";position:absolute;top:1px;left:0;width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHeSURBVHgB7dtBasJAGIbhP5MKEREiCOJOb9CeoO1NvIFX8Qo9SfUG3iBZKG5cBMRFRZ3OZw3YQKhxksz0z7wQDVn5mGAyI+PRtSiKwiAIplLKN2zEo6UQYjYcDj/SAx5eNpvN6Hw+f6rdEfEsVvB3BY8v4PV6HRFfbFp8OBxe/NVqNfE8b0L8C5XzS6iXKTUk3/dfPXU5S2pQghqWA3PPgbnnwNxzYO45MPccmHv/AqyGsNTpdKiMnsjygO33+9RqtUhN09ButyOdrD7Dt1jU7XYvm07WgrPYsrISnIfF5czukq4Si6wCV41F1oDrwCJtsJr6pMFgQO12mx6tLizSAgOLD4r3Xq/3ELpOLNICh2F4waYVRdeNRVrgJEnodDr9OnYv2gQWaYGB3W63hdGmsEj7R6so2iQWlXJbuhdtGotKuw//hbYBi0r/9/D2VnUbvojssbqxqPQnrbwzbQMWVfJomYdOM4VFlT1L56FNYlGlg4cs2jQWVT6nlaKDIKD9fk+mq2V4CLQNWOTmpbnnwNxzYO45MPccmHsOzL3mgdXk2pya01KooduCGhLWMInj8ThT+zHxL8aCLTEejxMsYiLe6Phq/FmZlnZdw4RlPc/EICnlXG0LXMU4sTj2DYomEnQsI0+LAAAAAElFTkSuQmCC) 0 0 no-repeat;background-size:20px 20px}._modal-buttom-more__check_3isc4_132 input[type=checkbox]:checked+label:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIPSURBVHgB7ds9S8NAHMfx353xeRFFQUTp4qagCE6i7aQ4iajg5u5g34Cgr8AuujsJurgIOvn4AhzcHBQFB4XiaLEQ75+20BaLbS8P5z/3HUKbLv30klxSOIFi6aXLHjhtW4CbVG+T4NG9kMjsHc8clnYI2ihsAq3OJVyRAMeE+4zvfCpzmnougFdvn9hiSxXQky3p5ZsNCLkB9okeSJmTarOF2CTmpNpOID4lJWKWBXPPgrlnwdyzYO5ZMPcsmHv/AtzZ5WB2cRB+5MDwCLu5O4ahRDc6ux1cnLxCJ6NHuBxLLayNYH51GDoZC67GlhJCQCcjwbWwdDifH79AJ+PAQWIpo8BBYyljwGFgKW1wb387tg+mMJ0cQLOFhaW0wISlL9rb34H1zdGm0GFiKS0wIQlb/r4RdNhYSgt8tP+I7PtXxb560VFgKS1w9iOH/Z2HhtFRYSnti1aj6CixlC/TUr3oqLGUb/PwX2gTsJRIr9y58DFvqtpRU9VAR8V++kHos/LCxlK+32nVGmkTsFQgt5a10KWiwlKB3UvXQkeJpQJ9eKhGR42lfL9o/Radv+PTfbg+e0PUhfJ4SCNtApay/0tzz4K5Z8Hcs2DuWTD3LJh7sQRfIT7dK7B7jZhEa5gk8vmMt8SFe8pIC7Zk5jT1SYuYWKOLC7W8l+X7vTVMhWU9XFa6XHmnrDqKvYFV/QAEiAfxZ3ArbwAAAABJRU5ErkJggg==)}._common-button__box_1tw4n_1{width:100%}._common-button__box-inner_1tw4n_5{display:flex;margin:0 -4px}._common-button__box-inner_1tw4n_5>._common-button_1tw4n_1{margin:0 4px}._common-button_1tw4n_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1tw4n_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1tw4n_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1tw4n_1:disabled:active:before{display:none}._common-button--primary_1tw4n_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1tw4n_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1tw4n_59{border:1px solid #ddd;background-color:#fff;color:#000}._kyc-notice-modal__text_1tw4n_65{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-modal__text_1tw4n_65>strong{font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-modal__text_1tw4n_65+._kyc-notice-modal__text_1tw4n_65{margin-top:8px}._kyc-notice-modal__notice_1tw4n_83{margin:24px 0 12px;padding:8px 16px;border-radius:4px;background-color:#e0eff6}._kyc-notice-modal__notice-text_1tw4n_90{font-size:14px;line-height:20px;font-weight:500;word-break:keep-all;color:#1b1b1b}._kyc-notice-modal__button-box_1tw4n_98{width:100%;margin-top:24px}._kyc-notice-modal__button-box-inner_1tw4n_103{display:flex;margin:0 -4px}._kyc-notice-modal__button_1tw4n_98{margin:0 4px}._common-button__box_v0efs_1{width:100%}._common-button__box-inner_v0efs_5{display:flex;margin:0 -4px}._common-button__box-inner_v0efs_5>._common-button_v0efs_1{margin:0 4px}._common-button_v0efs_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_v0efs_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_v0efs_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_v0efs_1:disabled:active:before{display:none}._common-button--primary_v0efs_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_v0efs_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_v0efs_59{border:1px solid #ddd;background-color:#fff;color:#000}._kyc-notice-comment-modal__text_v0efs_65{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-comment-modal__text_v0efs_65>strong{font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-comment-modal__text_v0efs_65+._kyc-notice-comment-modal__text_v0efs_65{margin-top:8px}._kyc-notice-comment-modal__text_v0efs_65+._kyc-notice-comment-modal__info_v0efs_82{margin-top:12px}._kyc-notice-comment-modal__info_v0efs_82+._kyc-notice-comment-modal__info_v0efs_82{margin-top:12px}._kyc-notice-comment-modal__info-title_v0efs_90{display:block;margin-bottom:4px;font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-comment-modal__info-text_v0efs_100{padding:12px;border:1px solid #ccc;border-radius:4px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-comment-modal__info-list_v0efs_111>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-comment-modal__info-list_v0efs_111>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._kyc-notice-comment-modal__info-list_v0efs_111>li+li{margin-top:4px}._kyc-notice-comment-modal__notice_v0efs_134{margin:24px 0 12px;padding:8px 16px;border-radius:4px;background-color:#e0eff6}._kyc-notice-comment-modal__notice-text_v0efs_141{font-size:14px;line-height:20px;font-weight:500;word-break:keep-all;color:#1b1b1b}._kyc-notice-comment-modal__button-box_v0efs_149{width:100%;margin-top:24px}._kyc-notice-comment-modal__button-box-inner_v0efs_154{display:flex;margin:0 -4px}._kyc-notice-comment-modal__button_v0efs_149{margin:0 4px}._common-button__box_otafp_1{width:100%}._common-button__box-inner_otafp_5{display:flex;margin:0 -4px}._common-button__box-inner_otafp_5>._common-button_otafp_1{margin:0 4px}._common-button_otafp_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_otafp_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_otafp_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_otafp_1:disabled:active:before{display:none}._common-button--primary_otafp_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_otafp_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_otafp_59{border:1px solid #ddd;background-color:#fff;color:#000}._kyc-notice-retry-period-modal__text_otafp_65{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-retry-period-modal__text_otafp_65>strong{font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-retry-period-modal__text_otafp_65+._kyc-notice-retry-period-modal__text_otafp_65{margin-top:8px}._kyc-notice-retry-period-modal__text_otafp_65+._kyc-notice-retry-period-modal__info_otafp_82{margin-top:12px}._kyc-notice-retry-period-modal__info_otafp_82+._kyc-notice-retry-period-modal__info_otafp_82{margin-top:12px}._kyc-notice-retry-period-modal__info-title_otafp_90{display:block;margin-bottom:4px;font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-retry-period-modal__info-list_otafp_100>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-retry-period-modal__info-list_otafp_100>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._kyc-notice-retry-period-modal__info-list_otafp_100>li+li{margin-top:4px}._kyc-notice-retry-period-modal__notice_otafp_123{margin:24px 0 12px;padding:8px 16px;border-radius:4px;background-color:#e0eff6}._kyc-notice-retry-period-modal__notice-text_otafp_130{font-size:14px;line-height:20px;font-weight:500;word-break:keep-all;color:#1b1b1b}._kyc-notice-retry-period-modal__button-box_otafp_138{width:100%;margin-top:24px}._kyc-notice-retry-period-modal__button-box-inner_otafp_143{display:flex;margin:0 -4px}._kyc-notice-retry-period-modal__button_otafp_138{margin:0 4px}._common-button__box_bpss3_1{width:100%}._common-button__box-inner_bpss3_5{display:flex;margin:0 -4px}._common-button__box-inner_bpss3_5>._common-button_bpss3_1{margin:0 4px}._common-button_bpss3_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_bpss3_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_bpss3_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_bpss3_1:disabled:active:before{display:none}._common-button--primary_bpss3_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_bpss3_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_bpss3_59{border:1px solid #ddd;background-color:#fff;color:#000}._kyc-notice-info-change-modal__text_bpss3_65{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-info-change-modal__text_bpss3_65>strong{font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-info-change-modal__text_bpss3_65+._kyc-notice-info-change-modal__text_bpss3_65{margin-top:8px}._kyc-notice-info-change-modal__text_bpss3_65+._kyc-notice-info-change-modal__info_bpss3_82{margin-top:12px}._kyc-notice-info-change-modal__info_bpss3_82+._kyc-notice-info-change-modal__info_bpss3_82{margin-top:12px}._kyc-notice-info-change-modal__info-title_bpss3_90{display:block;margin-bottom:4px;font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-info-change-modal__info-list_bpss3_100>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-info-change-modal__info-list_bpss3_100>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._kyc-notice-info-change-modal__info-list_bpss3_100>li+li{margin-top:4px}._kyc-notice-info-change-modal__notice_bpss3_123{margin:24px 0 12px;padding:8px 16px;border-radius:4px;background-color:#e0eff6}._kyc-notice-info-change-modal__notice-text_bpss3_130{font-size:14px;line-height:20px;font-weight:500;word-break:keep-all;color:#1b1b1b}._kyc-notice-info-change-modal__button-box_bpss3_138{width:100%;margin-top:24px}._kyc-notice-info-change-modal__button-box-inner_bpss3_143{display:flex;margin:0 -4px}._kyc-notice-info-change-modal__button_bpss3_138{margin:0 4px}._common-button__box_1n9cf_1{width:100%}._common-button__box-inner_1n9cf_5{display:flex;margin:0 -4px}._common-button__box-inner_1n9cf_5>._common-button_1n9cf_1{margin:0 4px}._common-button_1n9cf_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1n9cf_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1n9cf_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1n9cf_1:disabled:active:before{display:none}._common-button--primary_1n9cf_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1n9cf_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1n9cf_59{border:1px solid #ddd;background-color:#fff;color:#000}._kyc-notice-confirm-waiting-modal__text_1n9cf_65{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-notice-confirm-waiting-modal__text_1n9cf_65>strong{font-size:14px;line-height:20px;font-weight:700;word-break:keep-all;color:#1b1b1b}._kyc-notice-confirm-waiting-modal__text_1n9cf_65+._kyc-notice-confirm-waiting-modal__text_1n9cf_65{margin-top:8px}._kyc-notice-confirm-waiting-modal__button-box_1n9cf_83{width:100%;margin-top:24px}._kyc-notice-confirm-waiting-modal__button-box-inner_1n9cf_88{display:flex;margin:0 -4px}._kyc-notice-confirm-waiting-modal__button_1n9cf_83{margin:0 4px}._Wrap_10717_1{width:100%;float:left;display:flex;justify-content:space-between;align-items:flex-start;padding:16px 15px;height:86px;border-bottom:1px solid #ddd;background-color:#fff}._Wrap_10717_1 ._Heading_10717_12{font-size:1.5rem;font-weight:500;line-height:1.4;letter-spacing:-.3px;color:#444}._Wrap_10717_1 ._Assets_10717_19{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column}._Wrap_10717_1 ._Assets_10717_19 ._Currency_10717_25{font-size:2rem;font-weight:500;line-height:1.4;letter-spacing:.2px}._Wrap_10717_1 ._Assets_10717_19 ._Currency_10717_25 ._Unit_10717_31{margin-left:6px;color:#777;font-size:1.2rem;font-weight:400;line-height:1.4}._Wrap_10717_1 ._Assets_10717_19 ._Transit_10717_38{margin-top:5px;font-size:1.3rem;font-weight:500;line-height:1.4;letter-spacing:.17px;color:#999}._Wrap_10717_1 ._Assets_10717_19 ._Transit_10717_38 ._Unit_10717_31{margin-left:5px;font-size:1.3rem;font-weight:400}._Wrap_1i12o_1{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 30px 0 24px;height:95px}._Wrap_1i12o_1 ._Summary_1i12o_9{flex:1;display:flex;align-items:center;justify-content:flex-start}._Wrap_1i12o_1 ._Summary_1i12o_9 ._CurrencyIcon_1i12o_15{flex:0 0 40px;width:40px;height:40px;-webkit-background-size:21px 35px;background-size:21px 35px;background-repeat:no-repeat;background-position:center center;margin-right:16px}._Wrap_1i12o_1 ._Summary_1i12o_9 ._Heading_1i12o_25{height:58px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding-right:20px;border-right:1px solid #ddd}._Wrap_1i12o_1 ._Summary_1i12o_9 ._Heading_1i12o_25 ._Title_1i12o_34{font-size:2rem;font-weight:700;line-height:1.4;letter-spacing:-.4px;white-space:nowrap}._Wrap_1i12o_1 ._Summary_1i12o_9 ._Heading_1i12o_25 ._Market_1i12o_41{margin-top:2px;font-size:1.5rem;line-height:1.45;color:#777}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47{height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:30px}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._Price_1i12o_47{font-size:2.4rem;font-weight:700;line-height:1.4;color:#c84a31}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._Price_1i12o_47._up_1i12o_60{color:#c84a31}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._Price_1i12o_47._down_1i12o_63{color:#015dd1}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._Price_1i12o_47 ._Unit_1i12o_66{margin-left:8px;font-size:1.4rem;font-weight:500}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._TransBox_1i12o_71{display:flex;flex-wrap:wrap;margin-bottom:4px}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._Trans_1i12o_71{font-size:1.4rem;font-weight:400;line-height:1.4;color:#000}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._ExBtcKrw_1i12o_82{position:relative;padding-left:12px;font-size:12px;line-height:18px;font-weight:400;color:#777}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._Top_1i12o_54 ._ExBtcKrw_1i12o_82:before{content:"";position:absolute;top:4px;left:6px;width:1px;height:10px;background-color:#777}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99{width:100%;display:flex;justify-content:flex-start;align-items:center}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 span{font-size:1.5rem;line-height:1.4;letter-spacing:-.3px}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._ExKrw_1i12o_110{margin-left:12px;color:#fff;font-size:1.5rem;font-weight:500;line-height:1.4}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._ExKrw_1i12o_110 ._up_1i12o_60{color:#c84a31;font-weight:500}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._ExKrw_1i12o_110 ._up_1i12o_60:before{content:"";display:inline-block;margin:0 5px 1px 0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:10px solid #c84a31}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._ExKrw_1i12o_110 ._down_1i12o_63{color:#015dd1;font-weight:500}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._ExKrw_1i12o_110 ._down_1i12o_63:before{content:"";display:inline-block;margin:0 5px 1px 0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid #015dd1}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._ExKrw_1i12o_110 ._Unit_1i12o_66{margin-left:5px;color:#777}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._Variance_1i12o_149{font-size:1.5rem;font-weight:500;line-height:1.4;margin-left:5px}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._Variance_1i12o_149._up_1i12o_60{color:#c84a31}._Wrap_1i12o_1 ._Summary_1i12o_9 ._PriceFluctuation_1i12o_47 ._BottomEl_1i12o_99 ._Variance_1i12o_149._down_1i12o_63{color:#015dd1}._Wrap_1i12o_1 ._PriceAmount_1i12o_161{flex:0 0 242px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li{width:100%;display:flex;justify-content:flex-end;align-items:center;margin-bottom:5px}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li:last-child{margin-bottom:0}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li ._Name_1i12o_178{width:80px;text-align:right;font-size:1.3rem;font-weight:500;line-height:1.4;color:#444}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li>p{display:flex;align-items:flex-end;justify-content:flex-end}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li>p ._Price_1i12o_47{width:130px;text-align:right;font-size:1.5rem;font-weight:500;line-height:1.4;letter-spacing:.15px}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li>p ._Unit_1i12o_66{color:#777;margin:0 0 1px 8px;font-size:1.2rem;line-height:1.4}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li._High_1i12o_205 ._Price_1i12o_47{color:#c84a31}._Wrap_1i12o_1 ._PriceAmount_1i12o_161 li._Low_1i12o_208 ._Price_1i12o_47{color:#015dd1}._Icon_1i12o_212{margin-left:4px;width:18px;height:18px;color:#fff;font-size:13px;font-weight:600;border-radius:3px;display:inline-flex;justify-content:center;align-items:center;vertical-align:top;margin-top:5px}._dangerIcon_1i12o_227{background-color:#e25752}._delistingIcon_1i12o_231{background-color:#d31a2c}@keyframes _flipOut_1lxcq_1{0%{transform:rotateX(0);opacity:1}to{transform:rotateX(90deg);opacity:0}}@keyframes _flipIn_1lxcq_1{0%{transform:rotateX(90deg);opacity:0}to{transform:rotateX(0);opacity:1}}._flip-out_1lxcq_22{animation:_flipOut_1lxcq_1 1.6s forwards}._flip-in_1lxcq_26{animation:_flipIn_1lxcq_1 1.6s forwards}._hidden_1lxcq_31{display:none}._market-alert-bar_1lxcq_35{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}._Wrap_1lxcq_40{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 30px 0 24px;height:30px;transform-origin:center;perspective:1000px}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50{display:flex;align-items:center;justify-content:flex-start}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50 ._IconWrap_1lxcq_55{display:flex;align-items:center;justify-content:center}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50 ._IconWrap_1lxcq_55 ._Icon_1lxcq_55{margin-right:5px;width:17px;height:17px;color:#fff;font-size:.9rem;font-weight:700;border-radius:1px;display:flex;justify-content:center;align-items:center}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50 ._IconWrap_1lxcq_55 ._alertIcon_1lxcq_72{font-size:1.2rem;background-color:#f90}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50 ._IconWrap_1lxcq_55 ._nlogoAlertIcon_1lxcq_76{font-size:1.2rem;background-color:#e25752}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50 ._AlertTitle_1lxcq_80{font-size:1.5rem;line-height:1.3;color:#000;padding-left:7px}._Wrap_1lxcq_40 ._PairNameSection_1lxcq_50 ._AlertMsg_1lxcq_86{font-size:1.3rem;line-height:1.3;color:#000;padding-left:20px}._Wrap_4z0n9_1._TotalAssets_4z0n9_1{background-color:#191919;width:100%;height:86px;display:flex;justify-content:center;align-content:center;align-items:center;padding:0 20px;border-bottom:1px solid #e5e5e5}._Wrap_4z0n9_1._TotalAssets_4z0n9_1._Day_4z0n9_12{background-color:#fff;border-color:#ccc}._Wrap_4z0n9_1._TotalAssets_4z0n9_1 ._NotLogin_4z0n9_16._Day_4z0n9_12{border-color:#373c52}._Wrap_4z0n9_1._TotalAssets_4z0n9_1 ._NotLogin_4z0n9_16{font-weight:300;font-size:1.4em;color:#999}._Wrap_4z0n9_1._TotalAssets_4z0n9_1 ._NotLogin_4z0n9_16 ._Link_4z0n9_24{color:#1b1b1b;text-decoration:none;display:inline-block;margin:0 2px;cursor:pointer}._Wrap_4z0n9_1._MyOrderTab_4z0n9_32{width:100%;height:calc(100% - 40px);display:flex;justify-content:center;align-content:center;align-items:center;background:transparent}._Wrap_4z0n9_1._MyOrderTab_4z0n9_32._Day_4z0n9_12{border-color:#ccc;background:#fff}._Wrap_4z0n9_1._MyOrderTab_4z0n9_32 ._NotLogin_4z0n9_16{font-weight:300;font-size:1.3em;color:#999}._Wrap_4z0n9_1._MyOrderTab_4z0n9_32 ._NotLogin_4z0n9_16 ._Link_4z0n9_24{color:#1b1b1b;text-decoration:none;display:inline-block;margin:0 2px;cursor:pointer}._Wrap_4z0n9_1._DropsHistory_4z0n9_58{width:100%;display:flex;align-items:center;justify-content:center;margin-top:50px;font-size:1.7rem;line-height:26.3px;letter-spacing:-.34px;color:#777}._Wrap_4z0n9_1._DropsHistory_4z0n9_58 ._Link_4z0n9_24{color:#1b1b1b;font-weight:500;margin:0 5px}._Wrap_19jex_1{width:100%;height:420px;padding:10px 10px 13px}._Wrap_19jex_1 dl{padding:10px 0;border-bottom:1px solid #ddd}._Wrap_19jex_1 dl:first-child{padding-top:0}._Wrap_19jex_1 dl:last-child{border:0}._Wrap_19jex_1 dl dt{font-size:1.3rem;line-height:1.4;letter-spacing:-.26px;color:#777;display:flex;justify-content:space-between}._Wrap_19jex_1 dl dt ._Unit_19jex_24{color:#777;font-size:1.3rem}._Wrap_19jex_1 dl dd{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:10px;font-weight:500;font-size:1.4rem;line-height:1.4}._Wrap_19jex_1 dl dd._Up_19jex_37{color:#c84a31}._Wrap_19jex_1 dl dd._Down_19jex_40{color:#015dd1}._Wrap_19jex_1 dl dd span{font-weight:500;font-size:1.4rem;line-height:1.4}._Wrap_1wu2x_1{width:100%;border-right:0}._Wrap_1wu2x_1 ._Head_1wu2x_5{display:flex;height:40px;align-items:center;justify-content:space-between;padding:0 10px}._Wrap_1wu2x_1 ._Head_1wu2x_5 li{height:100%;display:flex;align-items:center;font-size:1.2rem;font-weight:500;line-height:1.4;letter-spacing:-.24px;color:#999}._Wrap_1wu2x_1 ._SignList_1wu2x_22{width:100%;height:382px}._Wrap_1wu2x_1 ._SignList_1wu2x_22 ._SignListItem_1wu2x_26{display:flex;align-items:center;justify-content:center;width:100%;height:24px;justify-content:space-between;padding:0 10px}._Wrap_1wu2x_1 ._SignList_1wu2x_22 ._SignListItem_1wu2x_26 dd{display:flex;align-items:center;justify-content:center;justify-content:space-between;height:100%;word-break:break-word;text-align:right;line-height:1.4;font-size:1.2rem;font-weight:500;width:50%}._Wrap_1wu2x_1 ._SignList_1wu2x_22 ._SignListItem_1wu2x_26 dd ._Price_1wu2x_48{text-align:right;font-weight:400;flex:1}._Wrap_1wu2x_1 ._SignList_1wu2x_22 ._SignListItem_1wu2x_26 dd ._Amount_1wu2x_53{text-align:right;font-weight:400;padding-left:2px;flex:1}._Wrap_1wu2x_1 ._SignList_1wu2x_22 ._Up_1wu2x_59{color:#c84a31}._Wrap_1wu2x_1 ._SignList_1wu2x_22 ._Down_1wu2x_62{color:#015dd1}._Wrap_1wu2x_1 ._signList_custom_scroll_1wu2x_65{background:#fff}._Wrap_ybku5_1{width:100%;height:41px;border-top:1px solid #ddd}._Wrap_ybku5_1 ._Table_ybku5_6{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._Wrap_ybku5_1 ._Table_ybku5_6 dd{height:100%;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;border-right:1px solid #ddd;font-weight:500;font-size:1.5rem;line-height:1.4;letter-spacing:-.3px}._Wrap_ybku5_1 ._Table_ybku5_6 dd:nth-child(1){width:35.4%;color:#015dd1}._Wrap_ybku5_1 ._Table_ybku5_6 dd:nth-child(2){width:30.2%;justify-content:center}._Wrap_ybku5_1 ._Table_ybku5_6 dd:nth-child(3){width:34.8%;border-right:none;color:#c84a31}._Wrap_471rq_1{width:100%}._Wrap_471rq_1 ._table_471rq_4{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-weight:300}._Wrap_471rq_1 ._table_471rq_4._bid_471rq_11{flex-direction:column;border-left:1px solid #ddd}._Wrap_471rq_1 ._table_471rq_4._ask_471rq_15{flex-direction:column;border-right:1px solid #ddd}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19{width:100%;height:42.1px;display:flex;justify-content:flex-end;align-items:center}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._bid_471rq_11{background:#faf1f0;flex-direction:row-reverse;border-bottom:1px solid #ddd}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._bid_471rq_11:hover{background:#fdede5}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._bid_471rq_11 ._column_471rq_34._active_471rq_34{border:1px solid #c84a31}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._bid_471rq_11 ._column_471rq_34:nth-child(2){border-left:1px solid #ddd}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._ask_471rq_15{background:#eff2fa;border-top:1px solid #ddd}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._ask_471rq_15:hover{background:#e0f0fd}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._ask_471rq_15:first-child{border-top:0}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._ask_471rq_15 ._column_471rq_34._active_471rq_34{border:1px solid #015dd1}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19._ask_471rq_15 ._column_471rq_34:nth-child(2){border-right:1px solid #ddd}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19:last-child{border-bottom:0}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34{display:flex;align-items:center;height:100%;cursor:pointer}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34:nth-child(1){justify-content:center;width:12%}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34:nth-child(2){justify-content:flex-end;width:38%}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34:nth-child(3){width:46.1%;flex-direction:column;justify-content:center;align-items:flex-end;padding-right:10px}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34 ._price_471rq_80{display:inline-block;font-size:1.3rem;font-weight:500}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34 ._price_471rq_80._bid_471rq_11{color:#ee5f41}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34 ._price_471rq_80._ask_471rq_15{color:#3881ea}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._column_471rq_34 ._priceKrw_471rq_91{display:inline-block;color:#b7b7b7;margin-top:3px}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._thisIsMyOrder_471rq_96{display:inline-block;width:6px;height:6px;background:transparent;border-radius:50%}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._thisIsMyOrder_471rq_96._bid_471rq_11._active_471rq_34{background:#fcd8d2}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._thisIsMyOrder_471rq_96._ask_471rq_15._active_471rq_34{background:#d2dcf9}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109{width:100%;font-size:1.3rem;font-weight:500;line-height:1.4;letter-spacing:.13px;position:relative;word-break:break-word}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109 ._amount_detail_471rq_118{z-index:1;position:relative}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109._bid_471rq_11{text-align:left;padding-left:10px}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109._ask_471rq_15{text-align:right;padding-right:10px}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109 ._bar_471rq_130{display:inline-block;position:absolute;top:50%;max-width:100%;height:25px;transform:translateY(-50%)}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109 ._bar_471rq_130._bid_471rq_11{background:#f9daca;left:0;border-radius:0 3px 3px 0}._Wrap_471rq_1 ._table_471rq_4 ._table_row_471rq_19 ._amount_471rq_109 ._bar_471rq_130._ask_471rq_15{right:0;background:#c7e1f6;border-radius:3px 0 0 3px}@keyframes _Inc-Animation_471rq_1{0%{background:transparent}50%{background:#f73e4c4d}to{background:transparent}}@keyframes _Dec-Animation_471rq_1{0%{background:transparent}50%{background:#444bcc4d}to{background:transparent}}._Wrap_29ih8_1{width:100%}._Wrap_29ih8_1 ._orderBook_header_29ih8_4{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border-bottom:1px solid #ddd}._Wrap_29ih8_1 ._orderBook_header_29ih8_4>dt{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.4rem;line-height:1.5;font-weight:500;border-left:1px solid #ddd}._Wrap_29ih8_1 ._orderBook_header_29ih8_4>dt:first-child{width:34.8%;color:#015dd1;justify-content:center;border-left:0}._Wrap_29ih8_1 ._orderBook_header_29ih8_4>dt:nth-child(2){width:30%}._Wrap_29ih8_1 ._orderBook_header_29ih8_4>dt:last-child{width:34.8%;color:#c84a31;justify-content:center}._Wrap_29ih8_1 ._scrollWrap_29ih8_36{width:100%;height:843px}._Wrap_29ih8_1 ._scrollWrap_29ih8_36 ._TopWrap_29ih8_40{display:flex;align-items:flex-end;justify-content:space-between;width:100%;border-bottom:1px solid #ddd;overflow:hidden;position:relative}._Wrap_29ih8_1 ._scrollWrap_29ih8_36 ._TopWrap_29ih8_40 ._TopLeft_29ih8_49{width:65.2%}._Wrap_29ih8_1 ._scrollWrap_29ih8_36 ._TopWrap_29ih8_40 ._TopRight_29ih8_52{width:34.8%}._Wrap_29ih8_1 ._scrollWrap_29ih8_36 ._BottomWrap_29ih8_55{display:flex;align-items:flex-start;justify-content:space-between;width:100%;overflow:hidden;position:relative}._Wrap_29ih8_1 ._scrollWrap_29ih8_36 ._BottomWrap_29ih8_55 ._BottomLeft_29ih8_63{width:35.2%}._Wrap_29ih8_1 ._scrollWrap_29ih8_36 ._BottomWrap_29ih8_55 ._BottomRight_29ih8_66{width:65.2%}._Wrap_19t96_1{position:fixed;bottom:0;right:0;width:300px;color:#000;z-index:105}._List_19t96_10{width:100%;padding:10px;display:flex;flex-direction:column-reverse}._Item_19t96_17{position:relative;width:100%;background:#fff;margin-top:10px;padding:10px;transition:all .3s ease-in}._Head_19t96_26{width:100%;font-size:1.2rem;font-weight:700;padding-bottom:5px}._Content_19t96_33{width:100%}._Content_19t96_33 dl{display:flex;align-items:center;padding:5px 0}._Content_19t96_33 dl:last-child{padding-bottom:0}._Content_19t96_33 dl dt{font-size:1.1rem;font-weight:700;margin-right:10px}._Close_19t96_50{position:absolute;width:10px;height:10px;background:#acacac;border-radius:50%;top:5px;right:5px;cursor:pointer}._Bid_19t96_61 ._Head_19t96_26{color:#d31a2c}._Bid_19t96_61 ._Close_19t96_50{background:#d31a2c}._Ask_19t96_68 ._Head_19t96_26{color:#054ab4}._Ask_19t96_68 ._Close_19t96_50{background:#054ab4}._container_c99tq_1{font-size:1.2rem;font-weight:600;color:#000}._container_c99tq_1._Balances_c99tq_6{font-size:1.4rem;line-height:16px}._Sort_c99tq_11{position:relative;padding-right:10px;font-size:inherit;font-weight:400;color:#1b1b1b;cursor:pointer}._Sort_c99tq_11:before,._Sort_c99tq_11:after{position:absolute;display:block;content:"";height:0;right:0;top:55%;border:4px solid transparent;width:0}._Sort_c99tq_11:before{border-bottom-color:#9f9f9f;margin-top:-9px}._Sort_c99tq_11:after{border-top-color:#9f9f9f;margin-top:1px}._Sort_c99tq_11._active_c99tq_37{color:#1b1b1b}._Sort_c99tq_11._active_c99tq_37._asc_c99tq_40:before{border-bottom-color:#444}._Sort_c99tq_11._active_c99tq_37._desc_c99tq_43:after{border-top-color:#444}._night_c99tq_47{color:#b7b7b7}._night_c99tq_47 ._Sort_c99tq_11:before{border-bottom-color:#b7b7b7}._night_c99tq_47 ._Sort_c99tq_11:after{border-top-color:#b7b7b7}._night_c99tq_47 ._Sort_c99tq_11._active_c99tq_37{color:#777}._night_c99tq_47 ._Sort_c99tq_11._active_c99tq_37._asc_c99tq_40:before{border-bottom-color:#777}._night_c99tq_47 ._Sort_c99tq_11._active_c99tq_37._desc_c99tq_43:after{border-top-color:#777}._Wrap_48qan_1{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 15px 16px}._Wrap_48qan_1 ._Fav_48qan_8{width:100px;font-size:1.4rem}._Wrap_48qan_1 ._Fav_48qan_8 label:before{display:inline-block;margin-right:10px;width:18px;height:16px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='16'%20height='16'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjAhMHAhfQwpldAAABKElEQVQoz2NmQAINQtar7fUO7UEWY0Lm/K7+m/f/Xa0pDgUNMgxsHfdY%20J/0vw6Hgd/X/FgaGhh//D9a4IEQZGRiqpRmMGI3/GzAca+1iYGBgaGD7vYrhE+PZ/2d/nu/5yljT%20x/D4/z2me9/v9XxFsk7stxKT0n/5f68Za7b/yex4wIAVVMcyyjD9jWOZXaGAVTqa0bylnYGBoVK0%20ZjemkuromilwTqVo9SZU6QqF6kVI3mx/zfgGVQHHD4bHSAoa2Bi+oSpoeMEgBWGxMDAwMPw2YLjC%20wMDAUC3NEM/4lmV+wy8GBsb/EAXMDAwMDLbuzDdsftq3Mnj972X6/2+6DYfzpX/OTvsO/IGawHjj%20fy2jCGNOy0kGBobnDUd/5/w59P8Rwy8GYgAAvlRm4BqN6IkAAAAldEVYdGRhdGU6Y3JlYXRlADIw%20MTktMDItMTlUMDc6MDI6MjMrMDM6MDDihboIAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTE5%20VDA3OjAyOjIzKzAzOjAwk9gCtAAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e") 0 50% no-repeat;vertical-align:middle;cursor:pointer;content:""}._Wrap_48qan_1 ._Fav_48qan_8 input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cdefs%3e%3cpath%20id='7jjqg1fnva'%20d='M7.498%2013.194l-3.273%201.684c-.527.272-1.18.073-1.458-.443-.11-.206-.148-.442-.108-.67l.625-3.568c.06-.342-.056-.692-.31-.935L.325%206.736C-.101%206.328-.11%205.659.306%205.24c.166-.166.383-.274.618-.308l3.659-.52c.351-.05.655-.266.813-.578L7.032.589c.264-.523.911-.738%201.446-.48.213.103.385.272.49.48l1.636%203.246c.157.312.461.528.813.578l3.659.52c.59.084.998.62.913%201.198-.035.23-.145.443-.315.605l-2.648%202.526c-.254.243-.37.593-.31.935l.625%203.567c.1.576-.294%201.122-.882%201.22-.234.04-.474.003-.684-.106l-3.273-1.684c-.314-.162-.69-.162-1.004%200z'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-170.000000,%20-408.000000)%20translate(160.000000,%20158.000000)%20translate(0.000000,%20245.000000)%20translate(10.000000,%205.000000)%20translate(1.000000,%201.500000)'%3e%3cuse%20fill='%23FAD558'%20fill-rule='nonzero'%20xlink:href='%237jjqg1fnva'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._Wrap_48qan_1 ._SearchInput_48qan_25{width:100%;position:relative}._Wrap_48qan_1 ._SearchInput_48qan_25 input{padding-left:35px;width:100%;height:40px;box-sizing:border-box;border:1px solid #ddd;border-radius:3px;font-size:1.4rem;font-weight:500;line-height:1.29;letter-spacing:-.28px}._Wrap_48qan_1 ._SearchInput_48qan_25 input::placeholder{color:#ccc;position:relative;bottom:1px}._Wrap_48qan_1 ._SearchInput_48qan_25 button{position:absolute;top:5px;left:5px;width:30px;height:30px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23A4A4A4'%20fill-rule='nonzero'%20d='M18.125%2017.241l-4.72-4.72c2.356-2.829%202.07-7.01-.648-9.492-2.719-2.483-6.91-2.387-9.512.216-2.603%202.603-2.699%206.793-.216%209.512%202.482%202.719%206.663%203.004%209.492.648l4.72%204.72.884-.884zM2.5%208.125C2.5%205.018%205.018%202.5%208.125%202.5s5.625%202.518%205.625%205.625-2.518%205.625-5.625%205.625C5.02%2013.747%202.503%2011.23%202.5%208.125z'%20transform='translate(-190.000000,%20-277.000000)%20translate(180.000000,%20269.000000)%20translate(10.000000,%208.000000)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-190.000000,%20-277.000000)%20translate(180.000000,%20269.000000)%20translate(10.000000,%208.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:18px 18px;background-repeat:no-repeat;background-position:center center}._Wrap_13cmc_1{background-color:#fff;box-shadow:2px 2px 4px #d6d9df;border-color:#d4d4d4;display:flex;flex:1;flex-direction:column;overflow:hidden}._Wrap_13cmc_1 ._Tab_13cmc_10{width:100%;height:33px;display:flex;align-items:flex-start}._Wrap_13cmc_1 ._Tab_13cmc_10 li{width:33.333%;height:33px;display:flex;align-items:center;justify-content:center}._Wrap_13cmc_1 ._Tab_13cmc_10 li ._TabItem__button_13cmc_23{width:100%;height:100%;border-bottom:1px solid #ddd;font-size:1.5rem;font-weight:500;line-height:1.55;letter-spacing:.3px;cursor:pointer;color:#a4a4a4}._Wrap_13cmc_1 ._Tab_13cmc_10 li ._TabItem__button_13cmc_23._active_13cmc_34{color:#1b1b1b;border-bottom:3px solid #1b1b1b;font-weight:600}._Wrap_13cmc_1 ._Category_13cmc_39 ._Category__inner_13cmc_39{overflow-x:auto;white-space:nowrap;padding:16px 20px 6px}._Wrap_13cmc_1 ._Category_13cmc_39 button{border-radius:4px;color:#444;background:#fff;border:1px solid #ddd;font-size:13px;font-weight:500;line-height:21px;letter-spacing:-.26px;padding:4px 8px 3px}._Wrap_13cmc_1 ._Category_13cmc_39 button+button{margin-left:8px}._Wrap_13cmc_1 ._Category_13cmc_39 button._active_13cmc_34{color:#1b1b1b;border:1px solid #1b1b1b}._Wrap_13cmc_1 ._MarketListHead_13cmc_62{width:100%;height:40px;display:flex;align-items:center;background:#f9f9f9;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71{height:100%;display:flex;align-items:center;justify-content:flex-end;font-size:1.2rem;line-height:1.45;letter-spacing:-.24px;color:#1b1b1b}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71>span{font-weight:700}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71>svg{margin-left:5px;cursor:pointer}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71:first-child{width:31%;justify-content:center;padding-right:3px}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71:nth-child(2){width:28.5%;justify-content:center;padding-left:18px}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71:nth-child(3){width:15%}._Wrap_13cmc_1 ._MarketListHead_13cmc_62 ._Column_13cmc_71:last-child{width:25.5%;padding-right:15px}._Wrap_13cmc_1 ._NotLogin_13cmc_105{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;line-height:20px;border-top:1px solid #e5e5e5;padding:12px 8px}._Wrap_13cmc_1 ._NotLogin_13cmc_105 span{color:#3881ea}._Wrap_13cmc_1 ._ScrollWrap_13cmc_118{height:auto!important;flex:1}._Wrap_13cmc_1 ._MarketList_13cmc_62{height:auto}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Up_13cmc_125{color:#c84a31}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Down_13cmc_128{color:#015dd1}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._NoChange_13cmc_131{color:#000}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._ListItem_13cmc_134{width:100%;border-bottom:1px solid #e2e2e2;display:flex;align-items:center;justify-content:center;min-height:55px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._ListItem_13cmc_134:hover,._Wrap_13cmc_1 ._MarketList_13cmc_62 ._ListItem_13cmc_134._Selected_13cmc_145{background-color:#f8f8f9}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._ListItem_13cmc_134._MARKET_13cmc_148{height:55px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71{width:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Star_13cmc_158{display:inline-block;width:35px;height:16px;cursor:pointer;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='16'%20height='16'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjAhMHAhfQwpldAAABKElEQVQoz2NmQAINQtar7fUO7UEWY0Lm/K7+m/f/Xa0pDgUNMgxsHfdY%20J/0vw6Hgd/X/FgaGhh//D9a4IEQZGRiqpRmMGI3/GzAca+1iYGBgaGD7vYrhE+PZ/2d/nu/5yljT%20x/D4/z2me9/v9XxFsk7stxKT0n/5f68Za7b/yex4wIAVVMcyyjD9jWOZXaGAVTqa0bylnYGBoVK0%20ZjemkuromilwTqVo9SZU6QqF6kVI3mx/zfgGVQHHD4bHSAoa2Bi+oSpoeMEgBWGxMDAwMPw2YLjC%20wMDAUC3NEM/4lmV+wy8GBsb/EAXMDAwMDLbuzDdsftq3Mnj972X6/2+6DYfzpX/OTvsO/IGawHjj%20fy2jCGNOy0kGBobnDUd/5/w59P8Rwy8GYgAAvlRm4BqN6IkAAAAldEVYdGRhdGU6Y3JlYXRlADIw%20MTktMDItMTlUMDc6MDI6MjMrMDM6MDDihboIAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTE5%20VDA3OjAyOjIzKzAzOjAwk9gCtAAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e")}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Star_13cmc_158._active_13cmc_34{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURUdwTP/YXPzXWvvWWP7XWvvWWfrWWfvWWPvWWfzXWv/dX/vWWfvWWPvXWfvXWfvWWPrVWPrVWG9iEdoAAAARdFJOUwAhV+Ytp5358UkRfrY5i8zZvgIzUwAAAMFJREFUOMvFlMkOwyAMRBOW2GYJ+P9/thVN0gaz9Ja5IT8NYjxiWZ6V0ppmzArMsE6gjd/a5kZTq2I0sfoYTawOo6GVgRMC00EcZb6UyVXTqLxNyJUwWa+iOzPmgUAVaMgw63+gXCCC4XXHukcUXJUg7DH4U5vYoTDesm5SWOXeolDsZpfQLjbnJeT7LflK9iVJKAmoESiI4rYiqEusWpDqPc4S2d7zjoEt+Znz1MoyXBGb0ErTBQy3bcagg3vmz3oBapEh0EF/BBwAAAAASUVORK5CYII=);background-size:70%}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171{width:90%;display:flex;justify-content:center;flex-direction:column;align-items:flex-start;cursor:pointer;position:relative}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180{font-size:1.3rem;line-height:1.3;letter-spacing:-.26px;color:#1b1b1b;width:90px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180._BTCPrice_13cmc_187{padding-left:30px;width:100px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._Icon_13cmc_191{margin-left:2px;width:12px;height:12px;color:#fff;font-size:.9rem;font-weight:700;border-radius:1px;display:inline-flex;justify-content:center;align-items:center;vertical-align:top;margin-top:1px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._newIcon_13cmc_205{background-color:#f8aa24}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._unicornIcon_13cmc_208{background-color:#ec48dd}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._aieoIcon_13cmc_211{background-color:#19ae55}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._dangerIcon_13cmc_214{background-color:#e25752}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._alertIcon_13cmc_217{background-color:#f90}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._certificationIcon_13cmc_220{background-color:#2b52ff}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._memeIcon_13cmc_223{background-color:#822bff}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._CName_13cmc_180 ._delistingIcon_13cmc_226{background-color:#d31a2c}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._PairNameSection_13cmc_229{display:flex;align-items:center;justify-content:flex-start}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._PairNameSection_13cmc_229 ._IconWrap_13cmc_234{display:flex;align-items:center;justify-content:center}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Names_13cmc_171 ._PairNameSection_13cmc_229 ._PairName_13cmc_229{font-size:1rem;line-height:1.3;color:#777;padding-bottom:2px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Name_13cmc_171{display:flex;justify-content:flex-start;width:31%}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250{width:28.5%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right;font-size:clamp(1rem,1.3rem + .5vw,1.3rem);font-weight:500;border:1px solid transparent;padding-left:18px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250._Up_13cmc_125{animation-duration:.5s;animation-name:_Inc-Animation_13cmc_1}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250._Down_13cmc_128{animation-duration:.5s;animation-name:_Dec-Animation_13cmc_1}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250._Up2_13cmc_271{animation-duration:.5s;animation-name:_Inc-Animation_13cmc_1}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250._Down2_13cmc_275{animation-duration:.5s;animation-name:_Dec-Animation_13cmc_1}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250._NoChange_13cmc_131{animation-duration:.3s;animation-name:_No-Change-Animation_13cmc_1}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250 ._Prices_13cmc_283 ._BASIC_13cmc_283,._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250 ._Prices_13cmc_283 ._UP_13cmc_283,._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._Price_13cmc_250 ._Prices_13cmc_283 ._Down_13cmc_128{font-weight:500}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71:nth-child(3){width:15%;justify-content:flex-end;font-weight:500;white-space:nowrap;font-size:clamp(1rem,1.3rem + .5vw,1.3rem);line-height:1.3;letter-spacing:.13px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71:nth-child(3)._CURRENCY_13cmc_295{padding-bottom:13px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71._TP_13cmc_298{width:25.5%;flex-direction:column;align-items:flex-end;padding-right:15px;font-size:1.2rem;font-weight:500;line-height:1.3;letter-spacing:.12px}._Wrap_13cmc_1 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Trans_13cmc_308{margin-top:2px;font-size:1rem;color:#a4a4a4}._OnBalances_13cmc_314{width:100%;height:100%;background:#fff}._OnBalances_13cmc_314 ._MarketListHead_13cmc_62 ._Column_13cmc_71{color:#000}._OnBalances_13cmc_314 ._MarketList_13cmc_62 ._ListItem_13cmc_134{border-bottom:1px solid #e2e2e2}._OnBalances_13cmc_314 ._MarketList_13cmc_62 ._ListItem_13cmc_134:hover,._OnBalances_13cmc_314 ._MarketList_13cmc_62 ._ListItem_13cmc_134._Selected_13cmc_145{background-color:#f1f1f1}._OnBalances_13cmc_314 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Star_13cmc_158{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='16'%20height='16'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjAhMHAhfQwpldAAABKElEQVQoz2NmQAINQtar7fUO7UEWY0Lm/K7+m/f/Xa0pDgUNMgxsHfdY%20J/0vw6Hgd/X/FgaGhh//D9a4IEQZGRiqpRmMGI3/GzAca+1iYGBgaGD7vYrhE+PZ/2d/nu/5yljT%20x/D4/z2me9/v9XxFsk7stxKT0n/5f68Za7b/yex4wIAVVMcyyjD9jWOZXaGAVTqa0bylnYGBoVK0%20ZjemkuromilwTqVo9SZU6QqF6kVI3mx/zfgGVQHHD4bHSAoa2Bi+oSpoeMEgBWGxMDAwMPw2YLjC%20wMDAUC3NEM/4lmV+wy8GBsb/EAXMDAwMDLbuzDdsftq3Mnj972X6/2+6DYfzpX/OTvsO/IGawHjj%20fy2jCGNOy0kGBobnDUd/5/w59P8Rwy8GYgAAvlRm4BqN6IkAAAAldEVYdGRhdGU6Y3JlYXRlADIw%20MTktMDItMTlUMDc6MDI6MjMrMDM6MDDihboIAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTE5%20VDA3OjAyOjIzKzAzOjAwk9gCtAAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e")}._OnHistory_13cmc_335{width:100%;height:100%;background:#fff}._OnHistory_13cmc_335 ._MarketListHead_13cmc_62 ._Column_13cmc_71{color:#000}._OnHistory_13cmc_335 ._MarketList_13cmc_62 ._ListItem_13cmc_134{border-bottom:1px solid #e2e2e2}._OnHistory_13cmc_335 ._MarketList_13cmc_62 ._ListItem_13cmc_134:hover,._OnHistory_13cmc_335 ._MarketList_13cmc_62 ._ListItem_13cmc_134._Selected_13cmc_145{background-color:#f1f1f1}._OnHistory_13cmc_335 ._MarketList_13cmc_62 ._Col_13cmc_71 ._Star_13cmc_158{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20enable-background='new%200%200%2016%2016'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='16'%20height='16'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjAhMHAhfQwpldAAABKElEQVQoz2NmQAINQtar7fUO7UEWY0Lm/K7+m/f/Xa0pDgUNMgxsHfdY%20J/0vw6Hgd/X/FgaGhh//D9a4IEQZGRiqpRmMGI3/GzAca+1iYGBgaGD7vYrhE+PZ/2d/nu/5yljT%20x/D4/z2me9/v9XxFsk7stxKT0n/5f68Za7b/yex4wIAVVMcyyjD9jWOZXaGAVTqa0bylnYGBoVK0%20ZjemkuromilwTqVo9SZU6QqF6kVI3mx/zfgGVQHHD4bHSAoa2Bi+oSpoeMEgBWGxMDAwMPw2YLjC%20wMDAUC3NEM/4lmV+wy8GBsb/EAXMDAwMDLbuzDdsftq3Mnj972X6/2+6DYfzpX/OTvsO/IGawHjj%20fy2jCGNOy0kGBobnDUd/5/w59P8Rwy8GYgAAvlRm4BqN6IkAAAAldEVYdGRhdGU6Y3JlYXRlADIw%20MTktMDItMTlUMDc6MDI6MjMrMDM6MDDihboIAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTE5%20VDA3OjAyOjIzKzAzOjAwk9gCtAAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e")}@keyframes _No-Change-Animation_13cmc_1{0%{border:1px solid transparent}50%{border:1px solid #000}to{border:1px solid transparent}}@keyframes _Inc-Animation_13cmc_1{0%{border:1px solid transparent}50%{border:1px solid #ee5f41}to{border:1px solid transparent}}@keyframes _Dec-Animation_13cmc_1{0%{border:1px solid transparent}50%{border:1px solid #3881ea}to{border:1px solid transparent}}._MarketCurrencyInfo_13cmc_389{padding-bottom:8px;padding-top:10px}._MarketCurrencyInfo__list_13cmc_394{position:relative;display:flex;flex-wrap:wrap;padding:0 12px}._MarketCurrencyInfo__item_13cmc_401{display:flex;justify-content:space-between;flex:0 0 50%;padding:0 8px;text-align:right}._MarketCurrencyInfo__item_13cmc_401:nth-child(2):before{content:"";position:absolute;top:4px;left:50%;bottom:5px;width:1px;background-color:#d4d4d4}._MarketCurrencyInfo__item_13cmc_401._MarketCurrencyInfo__item--only-one_13cmc_417{flex:0 0 100%}._MarketCurrencyInfo__item_13cmc_401 dt,._MarketCurrencyInfo__item_13cmc_401 dd{font-size:13px;line-height:20px;font-weight:400;color:#000}._MarketCurrencyInfo__item-text_13cmc_427{padding-left:8px;font-size:13px;line-height:20px;font-weight:400;color:#000}._MarketCurrencyInfo__item-text_13cmc_427+._MarketCurrencyInfo__item-text_13cmc_427{position:relative;padding-left:18px}._MarketCurrencyInfo__item-text_13cmc_427+._MarketCurrencyInfo__item-text_13cmc_427:before{content:"";position:absolute;top:2px;left:9px;width:1px;height:11px;background-color:#000}._container_13gjc_1{width:100%;height:52px;margin:0 auto 10px;background-color:#fff;overflow:hidden;box-shadow:0 2px 4px #00000021}._container_13gjc_1>article{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 20px}._container_13gjc_1>article ._link_13gjc_17{display:flex;align-items:center;justify-content:flex-start;font-size:1.5rem}._container_13gjc_1>article ._link_13gjc_17 ._label_13gjc_23{font-size:1.3rem;font-weight:700;line-height:1.55;letter-spacing:-.26px;color:#fff;background-color:#1b1b1b;border-radius:4px;padding:2px 10px 3px;margin-right:12px}._container_13gjc_1>article ._link_13gjc_17 ._title_13gjc_34{font-size:1.6rem;font-weight:500;line-height:1.55;letter-spacing:-.32px;text-decoration:underline;color:#1b1b1b}._container_13gjc_1>article ._close_13gjc_42{font-size:2rem;color:#999;cursor:pointer}._container_6jpll_1{width:100%;height:100%;box-shadow:2px 2px 4px #d6d9df}._container_6jpll_1 article{width:100%;height:100%}._container_6jpll_1 article ._head_6jpll_10{display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff;border-bottom:1px solid #ddd}._container_6jpll_1 article ._head_6jpll_10 dt{display:flex;align-items:center;justify-content:center;position:relative;width:50%;height:40px;font-size:1.5rem;font-weight:500;line-height:1.3;letter-spacing:-.3px;color:#999;cursor:pointer}._container_6jpll_1 article ._head_6jpll_10 dt._active_6jpll_32{border-bottom:3px solid #1b1b1b;color:#1b1b1b;font-weight:700}._container_6jpll_1 article ._head_6jpll_10 dt._disable_6jpll_37{cursor:not-allowed}._container_6jpll_1 article ._table_6jpll_40{width:100%;height:calc(100% - 40px)}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44{display:flex;align-items:center;justify-content:space-between;width:100%;height:38px;background:#f8f8f9}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44 dt{display:flex;align-items:center;justify-content:center}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44 dt:nth-child(1){width:60px;padding-left:14px;justify-content:flex-start}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44 dt:nth-child(2){width:112px;padding-right:8px;justify-content:flex-end;word-break:break-all;text-align:right}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44 dt:nth-child(3){width:138px;padding-right:8px;justify-content:flex-end;word-break:break-all;text-align:right}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44 dt:nth-child(4){width:160px;padding-right:14px;justify-content:flex-end;word-break:break-all;text-align:right}._container_6jpll_1 article ._table_6jpll_40 ._table_head_6jpll_44 dt{width:25%;height:100%;color:#999;font-size:1.2rem;font-weight:500;line-height:1.4;letter-spacing:-.24px}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92{width:100%;height:calc(100% - 38px)}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dl{display:flex;align-items:center;justify-content:space-between;width:100%;height:38px}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dl:nth-child(2n){background:#f8f8f9}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dl._no_data_6jpll_106{display:flex;align-items:center;justify-content:center;width:100%}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd{display:flex;align-items:center;justify-content:center}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd:nth-child(1){width:60px;padding-left:14px;justify-content:flex-start}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd:nth-child(2){width:112px;padding-right:8px;justify-content:flex-end;word-break:break-all;text-align:right}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd:nth-child(3){width:138px;padding-right:8px;justify-content:flex-end;word-break:break-all;text-align:right}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd:nth-child(4){width:160px;padding-right:14px;justify-content:flex-end;word-break:break-all;text-align:right}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd{width:25%;font-size:12px;font-weight:500;line-height:18px;letter-spacing:.13px}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd._bid_6jpll_150,._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd._up_6jpll_150{color:#c84a31;font-weight:500}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd._ask_6jpll_154,._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd._down_6jpll_154{color:#015dd1;font-weight:500}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 dd ._time_6jpll_158{display:inline-block;color:#1b1b1b;font-size:12px}._container_6jpll_1 article ._table_6jpll_40 ._table_body_6jpll_92 ._no_data_row_6jpll_163{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding-bottom:30px;font-size:1.2rem}._container_6jpll_1 article ._table_6jpll_40 ._table__resize-text_6jpll_172{line-height:18px!important;font-weight:500}._TradeModal_ww51k_1{width:360px;position:absolute;top:50%;left:50%;background:#fff;transform:translate(-50%,-50%);border-radius:4px;padding:24px 30px 30px;display:flex;align-items:center;justify-content:space-between;flex-direction:column}._title_ww51k_16{width:100%;font-size:1.8rem;font-weight:700;line-height:1.55;letter-spacing:-.36px;margin-bottom:20px}._description_ww51k_25{width:100%}._description_ww51k_25 dl{display:flex;align-items:center;justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:12px}._description_ww51k_25 dl dt{font-size:1.5rem;font-weight:500;line-height:1.6;letter-spacing:-.3px;color:#444}._description_ww51k_25 dl dd>._Bid_ww51k_43{color:#c84a31}._description_ww51k_25 dl dd>._Ask_ww51k_46{color:#015dd1}._description_ww51k_25 dl dd>span{font-size:1.7rem;font-weight:700;line-height:1.6;letter-spacing:.17px}._description_ww51k_25 dl dd ._unit_ww51k_55{color:#777;font-size:1.3rem;line-height:1.6;margin-left:9px}._buttons_ww51k_62{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:24px}._buttons_ww51k_62 button{display:flex;align-items:center;justify-content:center;width:48%;height:48px;border-radius:4px;font-weight:500;font-size:1.7rem;line-height:1.55;letter-spacing:-.34px}._buttons_ww51k_62 button._btn_cancel_ww51k_81{background:#f0f0f0}._buttons_ww51k_62 button._btn_confirm_ww51k_84{color:#fff;font-weight:700}._buttons_ww51k_62 button._btn_confirm_ww51k_84._Bid_ww51k_43{background:#c84a31}._buttons_ww51k_62 button._btn_confirm_ww51k_84._Bid_ww51k_43:hover{background-color:#ad2f16}._buttons_ww51k_62 button._btn_confirm_ww51k_84._Ask_ww51k_46{background:#015dd1}._buttons_ww51k_62 button._btn_confirm_ww51k_84._Ask_ww51k_46:hover{background-color:#0048a2}.hide{display:none}.cont-chart{background:#090713;height:458px;width:100%}.cont-chart img{width:100%}.cont-chart .cont-cona-info{display:flex;padding:10px}.cont-chart .cont-cona-info div h3{font-size:1.2rem;margin-bottom:8px}.cont-chart .cont-cona-info div h3 a{color:#505050}.cont-chart .cont-cona-info div h3 a:hover{color:#000}.cont-chart .cont-cona-info div h4{margin-bottom:8px}.cont-chart .cont-cona-info div:nth-child(1){width:300px;height:170px;border-right:1px solid #a7a7a7;margin-right:10px}.cont-chart .cont-cona-info div:nth-child(2){width:calc(100% - 300px)}._cont-chart_1s0bo_1{height:458px;width:100%;background:#090713}._cont-chart_1s0bo_1 img{max-height:250px}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9{display:flex;padding:0 20px}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9 div{padding-left:40px}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9 div h3{color:#fff;font-size:1rem;margin-bottom:8px}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9 div h3 a{color:#fff}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9 div h4{margin-bottom:8px;color:#fff}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9 div:nth-child(1){width:300px;height:170px;margin-right:10px;border-right:1px solid #eeeeee}._cont-chart_1s0bo_1 ._cont-cona-info_1s0bo_9 div:nth-child(2){width:calc(100% - 300px)}._Wrap_13r96_1{width:100%;color:#1b1b1b;margin:0 auto;padding:10px 0 60px;background:#f0f0f0}._Wrap_13r96_1 ._TradeLayout_13r96_8{width:100%;max-width:1400px;min-width:1024px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between}._left_13r96_18{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;position:sticky;top:120px;height:calc(100vh - 135px)}._left_13r96_18 ._marketListWrap_13r96_27{width:412px;display:flex;height:100%;flex-direction:column}._right_13r96_34{margin:0 0 0 10px}._chartWrap_13r96_38{width:978px;height:583px;margin-bottom:10px;background-color:#fff;box-shadow:0 2px 4px #0000001f}._right-bottom-contents_13r96_46{display:flex}._orderBookWrap_13r96_50{width:494px;height:924px;margin-left:10px;box-shadow:0 2px 4px #00000021;background-color:#fff}._orderHistoryAndMyOrderWrap_13r96_58{width:470px;height:469px;display:flex;align-items:flex-start;justify-content:space-between}._signHistoryWrap_13r96_66{width:100%;height:445px;margin-top:10px;background-color:#fff;box-shadow:0 2px 4px #00000021}._orderHistoryWrap_13r96_74{width:50%;margin-right:10px;margin-bottom:10px}._trade-info_13r96_80{display:flex;flex-direction:column;justify-content:center;min-height:127px;border-bottom:1px solid #e5e5e5}._Wrap_2d01p_1{width:100%;height:calc(100% - 55px)}._Wrap_2d01p_1 ._TableHead_2d01p_5{width:100%;height:38px;background:#f8f8f9;display:flex;align-items:center;border-bottom:1px solid #e5e4ea}._Wrap_2d01p_1 ._TableHead_2d01p_5 li{text-align:center;font-size:1.2rem;line-height:1.45;letter-spacing:-.24px}._Wrap_2d01p_1 ._TableHead_2d01p_5 li:nth-child(1){width:20%;padding-left:14px}._Wrap_2d01p_1 ._TableHead_2d01p_5 li:nth-child(2){width:14%}._Wrap_2d01p_1 ._TableHead_2d01p_5 li:nth-child(3){width:22%}._Wrap_2d01p_1 ._TableHead_2d01p_5 li:nth-child(4){width:22%}._Wrap_2d01p_1 ._TableHead_2d01p_5 li:nth-child(5){width:22%}._Wrap_2d01p_1 ._TableBody_2d01p_35{width:100%;height:calc(100% - 38px)}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._NoData_2d01p_39{width:100%;text-align:center;font-size:1.5rem;line-height:1.55;letter-spacing:-.3px;color:#777;margin-top:90px}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48{width:100%;height:52px;display:flex;align-items:center;text-align:center;border-bottom:1px solid #e5e5e5}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56{font-size:1.3rem;font-weight:500;line-height:1.3;word-break:break-word;color:#1b1b1b}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56:nth-child(1){width:20%;padding-left:14px;font-size:1.1rem;font-weight:500}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56:nth-child(1) span{color:#777}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56:nth-child(2){width:14%;font-size:1.5rem;letter-spacing:-.3px}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56:nth-child(3){width:22%}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56:nth-child(4){width:22%}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56:nth-child(5){width:22%}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56._Bid_2d01p_86{color:#ee5f41}._Wrap_2d01p_1 ._TableBody_2d01p_35 ._TableRow_2d01p_48 ._TableCols_2d01p_56._Ask_2d01p_89{color:#3881ea}._Wrap_17mla_1{width:100%;height:calc(100% - 55px)}._Wrap_17mla_1 ._TableHead_17mla_5{width:100%;height:55px;background:#f8f8f9;display:flex;align-items:center;border-bottom:1px solid #e5e5e5}._Wrap_17mla_1 ._TableHead_17mla_5 li{color:#1b1b1b;text-align:center;font-size:1.2rem;letter-spacing:-.24px;line-height:1.45}._Wrap_17mla_1 ._TableHead_17mla_5 li:nth-child(1){width:20%;padding-left:12px}._Wrap_17mla_1 ._TableHead_17mla_5 li:nth-child(2){width:12%}._Wrap_17mla_1 ._TableHead_17mla_5 li:nth-child(3){width:25%}._Wrap_17mla_1 ._TableHead_17mla_5 li:nth-child(4){width:23%}._Wrap_17mla_1 ._TableHead_17mla_5 li:nth-child(5){width:18%}._Wrap_17mla_1 ._TableBody_17mla_36{width:100%;height:calc(100% - 55px)}._Wrap_17mla_1 ._TableBody_17mla_36 ._NoData_17mla_40{width:100%;text-align:center;font-size:1.5rem;line-height:1.55;letter-spacing:-.3px;color:#777;margin-top:90px}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49{width:100%;height:70px;display:flex;align-items:center;text-align:center;border-bottom:1px solid #e5e5e5}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57{font-size:1.3rem;line-height:1.3;font-weight:500;color:#1b1b1b;word-break:break-word}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(1){width:20%;padding-left:12px;font-size:1.2rem;font-weight:500}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(1) span{color:#777}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(2){width:12%;font-size:1.5rem;letter-spacing:-.3px}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(3){width:25%}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(4){width:23%}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(5){width:18%;cursor:pointer;position:relative;font-size:1.2rem;font-weight:500}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57:nth-child(5):after{display:block;position:absolute;top:calc(50% - 14px);left:calc(50% - 31px);width:60px;height:27px;content:" ";border:1px solid #dddddd;border-radius:4px}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57._Bid_17mla_102{color:#ee5f41}._Wrap_17mla_1 ._TableBody_17mla_36 ._TableRow_17mla_49 ._TableCols_17mla_57._Ask_17mla_105{color:#3881ea}._Wrap_13p87_1{width:100%;height:418px}._Wrap_13p87_1 ._Tab_13p87_5{width:100%;height:55px;display:flex;justify-content:flex-start;align-items:center;padding-left:20px}._Wrap_13p87_1 ._Tab_13p87_5 ._MyOrderTab_13p87_13{width:120px;height:100%;display:flex;justify-content:flex-start;align-items:center;font-size:1.4rem;cursor:pointer;background:#fff}._Wrap_13p87_1 ._Tab_13p87_5 ._MyOrderTab_13p87_13._active_13p87_23 span{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23fff'%20stroke='%231B1B1B'/%3e%3ccircle%20cx='10'%20cy='10'%20r='5.5'%20fill='%231B1B1B'%20stroke='%231B1B1B'/%3e%3c/svg%3e")}._Wrap_13p87_1 ._Tab_13p87_5 ._MyOrderTab_13p87_13 span{display:flex;align-items:center;justify-content:flex-start;padding-left:25px;font-weight:500;font-size:1.5rem;letter-spacing:-.3px;line-height:1.55;height:100%;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23F8F8F9'%20stroke='%23A4A4A4'/%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;background-position:left center}._Wrap_l6e99_1{width:100%;height:100%;box-shadow:0 2px 4px #00000021;background:#fff}._Wrap_l6e99_1 ._Head_l6e99_7{display:flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid #ddd}._Wrap_l6e99_1 ._Head_l6e99_7 li{display:flex;align-items:center;justify-content:center;width:50%;height:50px;cursor:pointer;position:relative;background:#f8f8f9}._Wrap_l6e99_1 ._Head_l6e99_7 li>span{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;top:1px;left:0;border-bottom:3px solid transparent;font-weight:500;font-size:1.7rem;line-height:1.3;letter-spacing:-.34px}._Wrap_l6e99_1 ._Head_l6e99_7 li._Bid_l6e99_39{color:#c84a31}._Wrap_l6e99_1 ._Head_l6e99_7 li._Bid_l6e99_39._Active_l6e99_42>span{border-color:#c84a31;font-weight:700}._Wrap_l6e99_1 ._Head_l6e99_7 li._Ask_l6e99_46{color:#015dd1}._Wrap_l6e99_1 ._Head_l6e99_7 li._Ask_l6e99_46._Active_l6e99_42>span{border-color:#015dd1;font-weight:700}._Wrap_l6e99_1 ._Head_l6e99_7 li._History_l6e99_53._Active_l6e99_42>span{border-color:#1b1b1b;font-weight:700}._Wrap_l6e99_1 ._Head_l6e99_7 li._Active_l6e99_42{background:transparent}._Wrap_l6e99_1 ._Body_l6e99_60{display:none}._Wrap_l6e99_1 ._Body_l6e99_60._Active_l6e99_42{display:block}._Wrap_lofa3_1{width:100%;height:100%}._Wrap_lofa3_1 ._Body_lofa3_5{display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:100%;padding:20px}._Wrap_lofa3_1 ._Body_lofa3_5 h4{width:80px;font-size:1.5rem;font-weight:500;line-height:1.4;letter-spacing:-.3px}._OrderAble_lofa3_21{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;margin-bottom:14px}._OrderAble_lofa3_21 ._Amount_lofa3_28{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 80px);text-align:right}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._Num_lofa3_35{display:inline-block;line-height:1.43}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._Num_lofa3_35 ._Num_num_lofa3_39{font-weight:500;font-size:1.8rem}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._Num_lofa3_35 ._Unit_lofa3_43{color:#a4a4a4;margin-left:5px;font-size:1.4rem}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._TransitBox_lofa3_48{display:flex;justify-content:flex-end}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._Transit_lofa3_48{font-size:10px;line-height:16px;font-weight:400;color:#000}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._TransitExternalBtcKrw_lofa3_58{position:relative;padding-left:12px;font-size:10px;line-height:16px;font-weight:400;color:#999}._OrderAble_lofa3_21 ._Amount_lofa3_28 ._TransitExternalBtcKrw_lofa3_58:before{content:"";position:absolute;top:4px;left:6px;width:1px;height:8px;background-color:#999;opacity:.5}._Price_lofa3_77{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}._Price_lofa3_77 ._PriceElWrap_lofa3_83{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 80px);height:46px;border:1px solid #ddd;border-radius:4px}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceInputWrap_lofa3_92{width:calc(100% - 72px);height:100%;font-size:1.4rem;border:0}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98{width:80px;height:100%;display:flex;margin-left:2px}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98._Ask_lofa3_104 button{background-color:#eff2fa}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98._Ask_lofa3_104 button._Minus_lofa3_107:before,._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98._Ask_lofa3_104 button._Plus_lofa3_107:before{background-color:#015dd1}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98._Ask_lofa3_104 button._Plus_lofa3_107:after{background-color:#015dd1}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button{display:block;width:50%;background-color:#faf1f0;border-left:1px solid #ddd}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button._Minus_lofa3_107,._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button._Plus_lofa3_107{position:relative}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button._Minus_lofa3_107:before,._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button._Plus_lofa3_107:before{content:"";display:inline-block;width:14px;height:1.6px;background-color:#c84a31;position:absolute;top:46%;left:calc(50% - 8px)}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button._Plus_lofa3_107:after{content:"";display:inline-block;width:14px;height:1.6px;background-color:#c84a31;position:absolute;top:46%;left:calc(50% - 8px);transform:rotate(90deg)}._Price_lofa3_77 ._PriceElWrap_lofa3_83 ._PriceBtnWrap_lofa3_98 button:hover{background-color:#f8f8f9}._input_common_css_lofa3_147{border-radius:4px;border:1px solid #e2e2e2;display:flex;align-items:center;justify-content:flex-end;padding:0 10px}._input_common_css_lofa3_147 input{border:0;text-align:right;box-sizing:border-box;font-weight:500;font-size:1.6rem;line-height:1.4;width:100%;height:100%}._input_common_css_lofa3_147 ._Unit_lofa3_43{font-size:1.3rem;margin-left:7px;color:#a4a4a4}._OrderAmount_lofa3_171{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;padding-bottom:14px}._OrderAmount_lofa3_171 h4{margin-top:10px}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181{width:calc(100% - 80px)}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountInputWrap_lofa3_184{width:100%;height:46px;margin-bottom:6px}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountInputWrap_lofa3_184 input::placeholder{color:#1b1b1b}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192{width:100%;height:28px;display:flex;align-items:center}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192 ._Per_lofa3_198{width:20%;margin-left:4px;height:100%;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:3px}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192 ._Per_lofa3_198._active_lofa3_208{background:#f9f9f9}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192 ._Per_lofa3_198:first-child{margin-left:0}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192 ._Per_lofa3_198 span{font-size:1.3rem;font-weight:500;line-height:1.3}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192 ._Bid_lofa3_219._active_lofa3_208{color:#ee5f41}._OrderAmount_lofa3_171 ._OrderAmountElWrap_lofa3_181 ._OrderAmountBtnWrap_lofa3_192 ._Ask_lofa3_104._active_lofa3_208{color:#3881ea}._order_priceEl_lofa3_226{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._order_priceEl_lofa3_226 ._order_price_wrap_lofa3_232{width:calc(100% - 80px)}._order_priceEl_lofa3_226 ._order_price_wrap_lofa3_232 ._order_price-inputEl_lofa3_235{display:flex;align-items:center;justify-content:flex-end;border:1px solid #e2e2e2;border-radius:4px;width:100%;height:46px;padding:0 10px}._order_priceEl_lofa3_226 ._order_price_wrap_lofa3_232 ._order_price-inputEl_lofa3_235 input{width:100%;height:100%;text-align:right;font-size:1.6rem;font-weight:500;line-height:1.45;border:0}._order_priceEl_lofa3_226 ._order_price_wrap_lofa3_232 ._order_price-inputEl_lofa3_235 ._order_price-unit_lofa3_254{margin-left:6px;font-size:1.3rem;color:#a4a4a4}._TotalTransitBox_lofa3_260{display:flex;justify-content:flex-end;margin-bottom:2px}._TotalTransit_lofa3_260{font-size:1.3rem;line-height:1.23}._TotalTransitExternalBtcKrw_lofa3_271{position:relative;padding-left:12px;font-size:10px;line-height:14px;font-weight:400;color:#999}._TotalTransitExternalBtcKrw_lofa3_271:before{content:"";position:absolute;top:4px;left:6px;width:1px;height:8px;background-color:#999;opacity:.5}._Info_lofa3_290{width:100%;height:32px;display:flex;align-items:flex-end;justify-content:space-around;flex-direction:column;font-size:1.1rem;line-height:1.55;letter-spacing:-.22px;color:#777;margin-bottom:14px}._SubmitWrap_lofa3_304{display:flex;align-items:center;justify-content:space-between}._SubmitWrap_lofa3_304 button{height:48px;font-size:1.7rem;font-weight:700;line-height:1.55;letter-spacing:-.34px;color:#fff;border-radius:4px}._SubmitWrap_lofa3_304 ._Init_lofa3_318{width:32%;border:1px solid #ddd;color:#999;font-weight:500}._SubmitWrap_lofa3_304 ._Submit_lofa3_304{width:66%}._SubmitWrap_lofa3_304 ._Submit_lofa3_304._Bid_lofa3_219{background:#c84a31}._SubmitWrap_lofa3_304 ._Submit_lofa3_304._Bid_lofa3_219:hover{background:#ad2f16}._SubmitWrap_lofa3_304 ._Submit_lofa3_304._Ask_lofa3_104{background:#015dd1}._SubmitWrap_lofa3_304 ._Submit_lofa3_304._Ask_lofa3_104:hover{background:#0048a2}._SubmitWrap_lofa3_304 ._Submit_lofa3_304._notLogin_lofa3_339{width:100%}._SubmitWrap_lofa3_304 ._Submit_lofa3_304:disabled{background-color:#ddd}._SubmitWrap_lofa3_304 ._Submit_lofa3_304:disabled:hover{background-color:#ddd}._delisting-notice_1pbnd_1{display:flex;align-items:center;min-height:52px;margin-bottom:10px;padding:0 20px;border:1px solid #d31a2c;box-shadow:0 2px 4px #00000021;background-color:#ff52411a}._delisting-notice__text_1pbnd_12{font-size:15px;line-height:22px;font-weight:400;word-break:keep-all;color:#1b1b1b}._delisting-notice__text_1pbnd_12 strong{font-weight:600}._delisting-notice__text_1pbnd_12 span{display:inline-block}._List_1mrsk_1{width:100%;height:47px;display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #e5e5e5}._Item_1mrsk_10{width:50%;height:100%;display:flex;align-items:center;justify-content:center;color:#a4a4a4;font-size:1.6rem;line-height:1.6;letter-spacing:-.32px;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .1s ease-in}._Item_1mrsk_10._Active_1mrsk_25{color:#1b1b1b;border-bottom:3px solid #1b1b1b}._Item_1mrsk_10._Active_1mrsk_25 span{font-weight:700}._Wrap_vlh17_1{padding:0;position:relative}._Wrap-top_vlh17_6{display:flex;align-items:center;justify-content:space-between;width:100%;height:73px;padding:0 14px 0 16px;font-size:1.5rem;border-bottom:1px solid #e5e5e5}._Wrap-top_vlh17_6 ._Head_vlh17_16{font-weight:700;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px;width:120px;display:flex;align-items:center;justify-content:flex-start}._Wrap-top_vlh17_6 ._Asset_vlh17_26{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column}._Wrap-top_vlh17_6 ._Asset_vlh17_26 ._my_btc_vlh17_32{font-weight:500;font-size:1.7rem;line-height:1.4;letter-spacing:.17px;color:#1b1b1b}._Wrap-top_vlh17_6 ._Asset_vlh17_26 ._my_btc_vlh17_32 ._Unit_vlh17_39{margin-left:6px;display:inline-block;color:#777;font-size:1.2rem;line-height:1.4}._Wrap-top_vlh17_6 ._Asset_vlh17_26 ._Transit_vlh17_46{margin-top:3px;font-size:1.2rem;color:#a4a4a4}._Wrap-top_vlh17_6 ._Asset_vlh17_26 ._Transit_vlh17_46 span{margin-left:3px}._Wrap-bottom_vlh17_55{display:flex;justify-content:space-between;align-items:center;width:100%;height:50px;border-bottom:1px solid #e5e5e5;position:relative}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64{width:100%;display:flex;align-items:center;justify-content:space-between}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._SearchInput_vlh17_70{font-size:1.4rem;line-height:16px;color:#1b1b1b;padding:0 16px;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 110px)}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._SearchInput_vlh17_70 input{border:none;width:450px;height:auto;font-weight:500;font-size:1.4rem;letter-spacing:-.28px}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._SearchInput_vlh17_70 input::placeholder{font-size:1.4rem;letter-spacing:-.28px;color:#999;font-weight:500}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._SearchInput_vlh17_70 ._close_vlh17_94{width:17px;height:17px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='.3'%20d='M0%208a8%208%200%201%201%2016.001.001A8%208%200%200%201%200%208z'%20fill='%231B1B1B'/%3e%3cpath%20d='M11.095%205.174a.143.143%200%200%200-.143-.143l-1.178.006-1.775%202.116-1.773-2.115-1.18-.005a.142.142%200%200%200-.144.143c0%20.034.013.066.034.093L7.26%208.037l-2.323%202.766a.143.143%200%200%200%20.109.236l1.18-.006L8%208.917l1.773%202.114%201.179.006a.142.142%200%200%200%20.142-.143.149.149%200%200%200-.034-.093L8.74%208.035l2.324-2.768a.143.143%200%200%200%20.032-.093z'%20fill='%23fff'/%3e%3c/svg%3e");margin-right:16px;background-size:16px 16px;background-repeat:no-repeat;background-position:center center}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._SearchInput_vlh17_70 ._search_vlh17_103{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23A4A4A4'%20fill-rule='nonzero'%20d='M18.125%2017.241l-4.72-4.72c2.356-2.829%202.07-7.01-.648-9.492-2.719-2.483-6.91-2.387-9.512.216-2.603%202.603-2.699%206.793-.216%209.512%202.482%202.719%206.663%203.004%209.492.648l4.72%204.72.884-.884zM2.5%208.125C2.5%205.018%205.018%202.5%208.125%202.5s5.625%202.518%205.625%205.625-2.518%205.625-5.625%205.625C5.02%2013.747%202.503%2011.23%202.5%208.125z'%20transform='translate(-190.000000,%20-277.000000)%20translate(180.000000,%20269.000000)%20translate(10.000000,%208.000000)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-190.000000,%20-277.000000)%20translate(180.000000,%20269.000000)%20translate(10.000000,%208.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;background-position:center center}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._Filter_vlh17_111{width:110px;height:50px;border-left:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;padding:0 16px}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._Filter_vlh17_111 input{display:none}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._Filter_vlh17_111 label{width:100%;height:25px;display:flex;align-items:center;justify-content:center;padding-left:26px;font-size:1.4rem;font-weight:500;letter-spacing:-.28px;color:#999;background-position:left center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");background-size:20px 20px}._Wrap-bottom_vlh17_55 ._Asset-Wrap_vlh17_64 ._Filter_vlh17_111 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e");color:#1b1b1b}._container_1qafg_1{position:absolute;top:0;right:15px;width:100px;padding:10px 12px;margin-right:10px;z-index:1}._container_1qafg_1:last-child{margin-right:0}._head_1qafg_14{padding-right:22px;cursor:pointer;position:relative;top:3px;left:5px}._head_1qafg_14 span{font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:-.28px}._head_1qafg_14 span:after{position:absolute;display:block;content:"";height:0;width:0;right:0;top:35%;border:6px solid transparent;border-top-color:#1b1b1b}._body_1qafg_39{width:100%;overflow:hidden;max-height:0;transition:all .3s ease-in-out;padding-top:0;position:absolute;top:46px;left:-7px}._body_1qafg_39 li{display:flex;align-items:center;padding:4px}._body_1qafg_39 li:hover{background-color:#fafafa}._body_1qafg_39 li input{display:none}._body_1qafg_39 li label{font-size:1.4rem;line-height:1.45;letter-spacing:-.28px;padding:3px 0 3px 24px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='3.5'%20fill='white'%20stroke='%23DDDDDD'/%3e%3c/svg%3e") no-repeat left center;background-size:16px 16px}._body_1qafg_39 li input:checked+label{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='3.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3cpath%20d='M15%207.19452L13.9401%206L8.96092%2011.6098L6.05985%208.34034L5%209.53486L8.96175%2014L15%207.19452Z'%20fill='white'/%3e%3c/svg%3e") no-repeat left center;background-size:16px 16px}._body_1qafg_39 li._all_1qafg_72 label{font-weight:500;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._body_1qafg_39 li._all_1qafg_72 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._container_1qafg_1._active_1qafg_80 ._head_1qafg_14{color:#1d2b59}._container_1qafg_1._active_1qafg_80 ._head_1qafg_14 span:after{top:7%;border:6px solid transparent;border-bottom-color:#1d2b59}._container_1qafg_1._active_1qafg_80 ._body_1qafg_39{padding:12px 15px 15px;width:118px;min-height:192px;border:1px solid #dddddd;border-radius:2px;box-shadow:0 0 8px #0000001f;background-color:#fff}._Tooltip_Wrap_1c7n2_1{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;line-height:0;vertical-align:middle}._Tooltip_Wrap_1c7n2_1 ._InfoIcon_1c7n2_9{width:16px;height:16px;flex:0 0 auto;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.33398%205.9987H8.66732V4.66536H7.33398V5.9987ZM8.00065%2013.332C5.06065%2013.332%202.66732%2010.9387%202.66732%207.9987C2.66732%205.0587%205.06065%202.66536%208.00065%202.66536C10.9407%202.66536%2013.334%205.0587%2013.334%207.9987C13.334%2010.9387%2010.9407%2013.332%208.00065%2013.332ZM8.00065%201.33203C7.12517%201.33203%206.25827%201.50447%205.44943%201.8395C4.64059%202.17453%203.90566%202.6656%203.28661%203.28465C2.03636%204.5349%201.33398%206.23059%201.33398%207.9987C1.33398%209.76681%202.03636%2011.4625%203.28661%2012.7127C3.90566%2013.3318%204.64059%2013.8229%205.44943%2014.1579C6.25827%2014.4929%207.12517%2014.6654%208.00065%2014.6654C9.76876%2014.6654%2011.4645%2013.963%2012.7147%2012.7127C13.9649%2011.4625%2014.6673%209.76681%2014.6673%207.9987C14.6673%207.12322%2014.4949%206.25631%2014.1598%205.44747C13.8248%204.63864%2013.3338%203.90371%2012.7147%203.28465C12.0956%202.6656%2011.3607%202.17453%2010.5519%201.8395C9.74304%201.50447%208.87613%201.33203%208.00065%201.33203ZM7.33398%2011.332H8.66732V7.33203H7.33398V11.332Z'%20fill='%23A4A4A4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100%;margin:0 0 0 3px;cursor:help}._Tooltip_Wrap_1c7n2_1 ._InfoIcon_1c7n2_9:hover{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.082%208.2487H11.9154V6.41536H10.082V8.2487ZM10.9987%2018.332C6.9562%2018.332%203.66536%2015.0412%203.66536%2010.9987C3.66536%206.9562%206.9562%203.66536%2010.9987%203.66536C15.0412%203.66536%2018.332%206.9562%2018.332%2010.9987C18.332%2015.0412%2015.0412%2018.332%2010.9987%2018.332ZM10.9987%201.83203C9.79491%201.83203%208.60292%202.06913%207.49077%202.5298C6.37861%202.99047%205.36809%203.66568%204.51689%204.51689C2.7978%206.23597%201.83203%208.56755%201.83203%2010.9987C1.83203%2013.4298%202.7978%2015.7614%204.51689%2017.4805C5.36809%2018.3317%206.37861%2019.0069%207.49077%2019.4676C8.60292%2019.9283%209.79491%2020.1654%2010.9987%2020.1654C13.4298%2020.1654%2015.7614%2019.1996%2017.4805%2017.4805C19.1996%2015.7614%2020.1654%2013.4298%2020.1654%2010.9987C20.1654%209.79491%2019.9283%208.60292%2019.4676%207.49077C19.0069%206.37861%2018.3317%205.36809%2017.4805%204.51689C16.6293%203.66568%2015.6188%202.99047%2014.5066%202.5298C13.3945%202.06913%2012.2025%201.83203%2010.9987%201.83203ZM10.082%2015.582H11.9154V10.082H10.082V15.582Z'%20fill='%231D2B59'/%3e%3c/svg%3e")}._Tooltip_Wrap_1c7n2_1 ._InfoIcon_1c7n2_9:hover+div{visibility:visible}._tooltip_1c7n2_27{position:fixed;margin-top:1px;box-sizing:border-box;min-width:180px;max-width:calc(100vw - 32px);padding:12px 14px;background-color:#fff;border:1px solid #1D2B59;border-radius:4px;box-shadow:0 2px 4px #0000001f;z-index:2147483647;visibility:hidden;white-space:normal}._tooltip_1c7n2_27:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:8px}._tooltip_1c7n2_27 ._title_1c7n2_50{width:100%;font-size:1.4rem;font-weight:700;line-height:1.45;letter-spacing:-.28px;color:#1d2b59;margin:0 0 6px;text-align:left;word-break:keep-all;overflow-wrap:anywhere}._tooltip_1c7n2_27 ._title_1c7n2_50._second_1c7n2_62{margin-top:16px}._tooltip_1c7n2_27 ._txt_1c7n2_65{width:100%;font-size:1.3rem;line-height:1.55;letter-spacing:-.26px;color:#1b1b1b;font-weight:500;text-align:left;word-break:keep-all;overflow-wrap:anywhere}._tooltip_1c7n2_27 ._txt_1c7n2_65 ._sub_txt_1c7n2_76{color:#777}._tooltip_1c7n2_27 ._txt_1c7n2_65 ._purple_txt_1c7n2_79{color:#1d2b59;font-weight:500}._tooltip_1c7n2_27 ._txt_1c7n2_65 a{text-decoration:underline}._Column_1kju3_1{position:relative;height:64px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;border-left:1px solid #e5e4ea}._Column_1kju3_1:nth-child(1){width:27%;border-left:0;justify-content:flex-start;padding-left:16px}._Column_1kju3_1:nth-child(2){width:19%}._Column_1kju3_1:nth-child(3){width:27%;justify-content:flex-end;padding-right:12px}._Column_1kju3_1:nth-child(4){width:27%;justify-content:flex-end;padding-right:14px}._Column_1kju3_1._Selected_1kju3_30 ._Per-text_1kju3_30,._Column_1kju3_1._Selected_1kju3_30 ._amount_1kju3_30{color:#1d2b59}._Column_1kju3_1 ._Icon_1kju3_33{width:26px;height:26px;margin-right:8px;background-repeat:no-repeat;background-position:center center}._Column_1kju3_1 ._Icon_1kju3_33._Icon-krw_1kju3_40{background-image:url(/assets/krw-BGwKLUU7.png);background-repeat:no-repeat;-webkit-background-size:26px 26px;background-size:26px 26px;background-position:center center}._Column_1kju3_1 ._Name_1kju3_47{display:flex;align-items:flex-start;flex-direction:column;justify-content:center}._Column_1kju3_1 ._Name_1kju3_47 ._HName_1kju3_53{display:inline-block;font-size:1.3rem;font-weight:700;line-height:1.5;letter-spacing:-.26px}._Column_1kju3_1 ._Name_1kju3_47 ._EName_1kju3_60{font-size:1.1rem;font-weight:500;line-height:1.5;letter-spacing:.11px;color:#999}._Column_1kju3_1 ._Per_1kju3_30{height:28px;position:absolute;top:50%;left:0;transform:translateY(-50%);transition:all .3s ease-in;display:flex;justify-content:left;align-items:center;background:#dbdcef}._Column_1kju3_1 ._Per_1kju3_30 ._Per-text_1kju3_30{padding-left:12px;font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:.14px}._Column_1kju3_1 ._Per_1kju3_30 ._Per-text_1kju3_30._zero_1kju3_86{color:#999}._Column_1kju3_1 ._amount_1kju3_30{font-size:1.4rem;font-weight:500;line-height:1.5;letter-spacing:.14px;width:145px;word-break:break-all;text-align:right}._BtnWrap_1kju3_99{justify-content:space-between}._Btn_1kju3_99{width:48%;height:30px;color:#fff;font-weight:700;font-size:1.2rem}._Deposit_1kju3_111{background:#d31a2c}._Withdraw_1kju3_115{background:#054ab4}._ItemBody_1kju3_119{width:100%;height:300px;padding:20px 60px;background:#f5f5f5}._ItemHead_1kju3_126{display:flex;align-items:center}._Wrap_4vs36_1{width:100%;height:100%}._Wrap_4vs36_1 ._Head_4vs36_5{width:100%;height:38px;display:flex;align-items:center;background:#f8f8f9}._Wrap_4vs36_1 ._Head_4vs36_5 li{font-size:1.2rem;letter-spacing:-.24px;line-height:1.5;display:flex;align-items:center;justify-content:center;cursor:default;border-left:1px solid #e5e4ea;height:100%}._Wrap_4vs36_1 ._Head_4vs36_5 li:nth-child(1){width:27%;border-left:0;justify-content:flex-start;padding-left:16px}._Wrap_4vs36_1 ._Head_4vs36_5 li:nth-child(2){width:19%}._Wrap_4vs36_1 ._Head_4vs36_5 li:nth-child(3){width:27%;justify-content:flex-end;padding-right:12px}._Wrap_4vs36_1 ._Head_4vs36_5 li:nth-child(4){width:27%;justify-content:flex-end;padding-right:14px}._Wrap_4vs36_1 ._Head_4vs36_5 li ._Sort_4vs36_42{margin-left:5px;cursor:pointer}._Wrap_4vs36_1 ._List_4vs36_46{width:100%;height:calc(100% - 208px)}._Wrap_4vs36_1 ._List_4vs36_46 ._Item_4vs36_50{width:100%;height:64px;border-bottom:1px solid #e5e4ea;position:relative}._Wrap_4vs36_1 ._List_4vs36_46 ._Item_4vs36_50 ._ItemPenelHead_4vs36_56{width:100%;height:100%;display:flex;cursor:default;padding:1px}._Wrap_4vs36_1 ._List_4vs36_46 ._Item_4vs36_50 ._ItemPenelHead_4vs36_56:hover{background:#f8f8f9}._Wrap_4vs36_1 ._List_4vs36_46 ._Item_4vs36_50 ._ItemPenelHead_4vs36_56._Selected_4vs36_66{border:1px solid #1D2B59;padding:0}._Wrap_4vs36_1 ._List_4vs36_46 ._Item_4vs36_50 ._ItemPenelHead_4vs36_56._Selected_4vs36_66:after{width:0;height:0;border-right:8px solid transparent;border-top:8px solid #1D2B59;position:absolute;top:0;left:0;content:""}.PageUl{width:auto;margin:40px auto 0;display:flex;justify-content:center}.PageUl.short{margin-top:35px}.PageUl .PageLi{display:flex;align-items:center;justify-content:center}.PageUl .PageLi a{margin:0 5px;font-size:1.4rem;line-height:19.6px;letter-spacing:-.28px;color:#1b1b1b;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e5;border-radius:3px;background-repeat:no-repeat;background-position:center center}.PageUl .PageLi.Active a{background-color:#1d2b59;color:#fff;font-weight:700;border:0}.PageUl .PageLi.Prev a,.PageUl .PageLi.Next a,.PageUl .PageLi.First a,.PageUl .PageLi.Last a{text-indent:-999rem}.PageUl .PageLi.Prev a{margin-left:4px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-729.000000,%20-1578.000000)%20translate(749.000000,%201598.000000)%20scale(-1,%201)%20translate(-749.000000,%20-1598.000000)%20translate(729.000000,%201578.000000)'%3e%3crect%20width='39'%20height='39'%20x='.5'%20y='.5'%20fill='%23FFF'%20stroke='%23CCC'%20rx='4'/%3e%3cg%20fill='%23777'%20fill-rule='nonzero'%3e%3cpath%20d='M7.125%206.25L0.875%2012.5%200%2011.625%205.375%206.25%200%200.875%200.875%200z'%20transform='translate(17.125000,%2013.750000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.PageUl .PageLi.Next a{margin-right:4px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-1151.000000,%20-1578.000000)%20translate(1171.000000,%201598.000000)%20scale(-1,%201)%20translate(-1171.000000,%20-1598.000000)%20translate(1151.000000,%201578.000000)'%3e%3crect%20width='39'%20height='39'%20x='.5'%20y='.5'%20fill='%23FFF'%20stroke='%23CCC'%20rx='4'/%3e%3cg%20fill='%23777'%20fill-rule='nonzero'%3e%3cpath%20d='M7.125%206.25L0.875%2012.5%200%2011.625%205.375%206.25%200%200.875%200.875%200z'%20transform='translate(15.125000,%2013.750000)%20translate(3.562500,%206.250000)%20scale(-1,%201)%20translate(-3.562500,%20-6.250000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.PageUl .PageLi.First a{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-681.000000,%20-1578.000000)%20translate(701.000000,%201598.000000)%20scale(-1,%201)%20translate(-701.000000,%20-1598.000000)%20translate(681.000000,%201578.000000)'%3e%3crect%20width='39'%20height='39'%20x='.5'%20y='.5'%20fill='%23FFF'%20stroke='%23CCC'%20rx='4'/%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M11.25%2010L5%2016.25%204.125%2015.375%209.5%2010%204.125%204.625%205%203.75zM13.75%202.5H15V17.5H13.75z'%20transform='translate(10.000000,%2010.000000)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(10.000000,%2010.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.PageUl .PageLi.Last a{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-1199.000000,%20-1578.000000)%20translate(1199.000000,%201578.000000)'%3e%3crect%20width='39'%20height='39'%20x='.5'%20y='.5'%20fill='%23FFF'%20stroke='%23CCC'%20rx='4'/%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M11.25%2010L5%2016.25%204.125%2015.375%209.5%2010%204.125%204.625%205%203.75zM13.75%202.5H15V17.5H13.75z'%20transform='translate(10.000000,%2010.000000)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(10.000000,%2010.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._HistoryConfirmModal_Overlay_1aq8j_1{z-index:50!important}._HistoryConfirmModal_1aq8j_1{width:620px!important;max-width:calc(100vw - 48px);box-sizing:border-box}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10{margin:30px 10px 0;max-height:calc(100vh - 164px);overflow-y:auto;padding:0 8px 4px;box-sizing:border-box;color:#1b1b1b}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._mainHeadTitle_1aq8j_18{width:100%;font-size:2rem;font-weight:700;letter-spacing:-.4px;line-height:1.55;padding-bottom:15.5px;border-bottom:1px solid #999;margin-bottom:20px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._sec_title_1aq8j_28{width:100%;font-size:1.7rem;font-weight:700;line-height:1.6;text-align:left;margin:24px 0 12px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 h2{display:flex;justify-content:center;align-items:center;font-size:1.7rem;line-height:1.29;margin-top:22px;width:100%;flex-wrap:wrap;text-align:center}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 h2 ._h2-title-end_1aq8j_47{color:#1b1b1b;font-weight:700}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._h2-no-flex_1aq8j_51{display:inline;font-size:1.6rem}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._h2-no-flex_1aq8j_51 ._h2-title-end_1aq8j_47{color:#1b1b1b;font-weight:700}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;margin-bottom:10px;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl._align_1aq8j_70{align-items:flex-start;gap:10px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl._align_1aq8j_70 dd{align-items:flex-start;flex-wrap:nowrap;overflow-wrap:normal;white-space:nowrap}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl._align_1aq8j_70 dt{flex-basis:112px;width:112px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl._align_1aq8j_70 p{font-size:1.4rem;white-space:nowrap;word-break:normal;overflow-wrap:normal}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dt{display:flex;align-items:center;flex:0 0 132px;width:132px;min-width:0;word-break:break-word}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl ._subtitle_1aq8j_98{font-size:1.5rem;font-weight:700;line-height:1.5;letter-spacing:-.32px;color:#1b1b1b;margin-top:10px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd{flex:1 1 auto;min-width:0;display:flex;justify-content:flex-end;align-items:center;font-weight:500;text-align:right;overflow-wrap:anywhere}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd p{width:100%;font-weight:500;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd p a{text-decoration:underline}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd ._coin_eng_name_1aq8j_126{margin-left:4px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd._total_1aq8j_129,._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd._amount_1aq8j_129{font-weight:700}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd._amount_1aq8j_129{color:#1d2b59}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd ._units_1aq8j_135{font-size:1.2rem;font-weight:500;line-height:1.4;letter-spacing:.12px;color:#777;margin-left:8px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd ._copy_btn_1aq8j_143{flex:0 0 24px;width:24px;height:24px;margin-left:8px;display:flex;align-items:center;justify-content:center}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 dl dd ._copy_btn_1aq8j_143 img{width:13px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 input,._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._vaspSelect_1aq8j_155{border:1px solid #ddd;border-radius:4px;flex:1 1 auto;width:auto;min-width:0;height:50px;padding-left:16px;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px;margin-top:12px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 input::placeholder,._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._vaspSelect_1aq8j_155::placeholder{color:#999;font-weight:400}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._vaspSelect_1aq8j_155{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M15%207.5L10%2013.75%205%207.5z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._vaspSelect_1aq8j_155 ._placeholder_1aq8j_179{color:#999}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._check_verify_btn_1aq8j_182{background:#1d2b59;color:#fff;border:1px solid #ffffff;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 84px;width:84px;height:50px;line-height:1.1;margin-top:12px;margin-left:auto;margin-right:auto}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._check_verify_btn_1aq8j_182:disabled{background-color:#ddd;cursor:not-allowed}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._check_ocr_btn_1aq8j_206{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._check_ocr_btn_1aq8j_206:hover{background:#fff}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._check_ocr_btn_1aq8j_206:active{background:#ececfa}._HistoryConfirmModal_1aq8j_1 ._contentBox_1aq8j_10 ._check_ocr_btn_1aq8j_206{display:flex;align-items:center;justify-content:center;width:160px;height:50px;line-height:1.1;margin-top:20px;margin-left:auto;margin-right:auto}._HistoryConfirmModal_1aq8j_1 ._links_1aq8j_233{display:flex;align-items:center;justify-content:center;width:250px;height:50px;color:#3b1d1c;background-color:#fada03;font-size:1.6rem;border-radius:10px;font-weight:500;margin:0 auto}._HistoryConfirmModal_1aq8j_1 ._links_1aq8j_233>img{width:28px;margin:3px 8px 0 0}._HistoryConfirmModal_1aq8j_1 ._DepositKrw_1aq8j_250{padding:32px 10px 0}._HistoryConfirmModal_1aq8j_1 ._DepositKrw_1aq8j_250 p{font-size:1.3rem;color:#777}._HistoryConfirmModal_1aq8j_1 ._DepositKrw_1aq8j_250 dl{width:100%;display:flex;align-items:center;margin-bottom:10px}._HistoryConfirmModal_1aq8j_1 ._DepositKrw_1aq8j_250 dl dt{display:flex;align-items:center;height:30px;width:30%;font-weight:500;font-size:1.4rem}._HistoryConfirmModal_1aq8j_1 ._DepositKrw_1aq8j_250 dl dd{width:70%;display:flex;align-items:center;justify-content:flex-end;height:36px;color:#1b1b1b;border:1px solid #dddddd;border-radius:4px;padding:0 10px;font-size:1.4rem;font-weight:600}._HistoryConfirmModal_1aq8j_1 ._DepositKrw_1aq8j_250 dl dd ._units_1aq8j_135{color:#777;font-size:1.2rem;margin-left:3px}._HistoryConfirmModal_1aq8j_1 ._WithdrawKrw_1aq8j_289{padding:32px 10px 0}._HistoryConfirmModal_1aq8j_1 ._WithdrawKrw_1aq8j_289 dl{width:100%;display:flex;align-items:center;margin-bottom:10px}._HistoryConfirmModal_1aq8j_1 ._WithdrawKrw_1aq8j_289 dl dt{display:flex;align-items:center;height:30px;width:30%;font-weight:500;font-size:1.4rem}._HistoryConfirmModal_1aq8j_1 ._WithdrawKrw_1aq8j_289 dl dd{width:70%;display:flex;align-items:center;justify-content:flex-end;height:36px;color:#1b1b1b;border:1px solid #dddddd;border-radius:4px;padding:0 10px;font-size:1.4rem;font-weight:600}._HistoryConfirmModal_1aq8j_1 ._WithdrawKrw_1aq8j_289 dl dd ._units_1aq8j_135{color:#777;font-size:1.2rem;margin-left:3px}._HistoryConfirmModal_1aq8j_1 ._ConfirmWrap_1aq8j_324{margin:30px 10px 10px}._HistoryConfirmModal_1aq8j_1 ._ConfirmWrap_1aq8j_324 ._ModalBtn_1aq8j_327._Confirm_1aq8j_324{height:56px;font-weight:700;font-size:1.7rem;line-height:1.55;letter-spacing:-.34px}._HistoryConfirmModal_1aq8j_1 ._RadioWrap_1aq8j_334{display:flex;align-items:center;justify-content:center;width:100%;min-height:24px;font-size:1.5rem;font-weight:500;line-height:21px;letter-spacing:-.3px;cursor:default;margin:10px 0 20px;gap:16px;flex-wrap:wrap}._HistoryConfirmModal_1aq8j_1 ._RadioWrap_1aq8j_334 ._Agree_1aq8j_349{display:flex;width:auto;min-width:190px;height:100%}._HistoryConfirmModal_1aq8j_1 ._RadioWrap_1aq8j_334 ._Disagree_1aq8j_355{display:flex;width:auto;min-width:250px;height:100%}._HistoryConfirmModal_1aq8j_1 ._RadioWrap_1aq8j_334 input[type=radio]{display:none}._HistoryConfirmModal_1aq8j_1 ._RadioWrap_1aq8j_334 ._Radio_1aq8j_334{width:100%;height:100%;padding-left:28px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23F8F8F9'%20stroke='%23A4A4A4'/%3e%3c/svg%3e") no-repeat left center}._HistoryConfirmModal_1aq8j_1 ._RadioWrap_1aq8j_334 input[type=radio]:checked+._Radio_1aq8j_334{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23fff'%20stroke='%231D2B59'/%3e%3ccircle%20cx='10'%20cy='10'%20r='5.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3c/svg%3e") no-repeat left center}._HistoryConfirmModal_1aq8j_1 ._BarLine_1aq8j_373{padding-top:15.5px;border-bottom:1px solid #ccc}._Wrap_16fwq_1{position:relative;width:100%;height:100%}._Head_16fwq_7{width:100%;display:flex;justify-content:space-between;background:#f8f8f9}._Head_16fwq_7 li{position:relative;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1.5;letter-spacing:-.24px;height:38px}._Head_16fwq_7 li:nth-child(1){width:83px}._Head_16fwq_7 li:nth-child(2){width:58px}._Head_16fwq_7 li:nth-child(3){width:100px}._Head_16fwq_7 li:nth-child(4){width:110px}._Head_16fwq_7 li:nth-child(5){width:70px}._Head_16fwq_7 li:nth-child(6){width:60px}._Head_16fwq_7 li:nth-child(7){width:60px}._Head_16fwq_7 li:nth-child(8){width:73px}._Head_16fwq_7 li>span{font-weight:500}._scroll_wrap_16fwq_51{height:calc(100% - 215px);overflow-x:auto;position:relative}._Table_16fwq_57 li{width:100%;display:flex;justify-content:space-between;border-bottom:1px solid #e5e4ea}._Table_16fwq_57 li ._Column_16fwq_63{display:flex;align-items:center;justify-content:center;height:64px;font-size:1.3rem;font-weight:500;line-height:1.45;letter-spacing:.13px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(1){width:83px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(2){width:58px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(3){width:100px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(4){width:110px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(5){width:70px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(6){width:60px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(7){width:60px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(8){width:73px}._Table_16fwq_57 li ._Column_16fwq_63:nth-child(1){text-align:center;font-size:1.1rem}._Table_16fwq_57 li ._Column_16fwq_63 button{display:flex;align-items:center;justify-content:center;width:60px;height:28px;font-size:1.1rem;font-weight:700;line-height:1.45;border:1px solid #ddd;border-radius:4px}._Table_16fwq_57 li ._Column_16fwq_63 button._DepositBtn_16fwq_113{color:#015dd1}._Table_16fwq_57 li ._Column_16fwq_63 button._WithdrawBtn_16fwq_116{color:#c84a31}._Table_16fwq_57 li ._Column_16fwq_63 button._CancelBtn_16fwq_119{font-size:1.3rem;font-weight:400;border:0}._withdraw_16fwq_125{color:#c84a31}._deposit_16fwq_129{color:#015dd1}._no_data_16fwq_133{width:100%;height:45px;margin-top:30px;font-size:1.3rem;color:#777;display:flex;align-items:center;justify-content:center}._Wrap_1rvm9_1{color:#1b1b1b}._Wrap_1rvm9_1 ._Head_1rvm9_4{width:100%;height:47px;padding:0 20px;margin-bottom:0;display:flex;align-items:center;justify-content:flex-start;font-size:1.6rem;line-height:1.6;letter-spacing:-.32px;font-weight:700;border-bottom:1px solid #e5e5e5}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18{height:72px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #e5e5e5;padding:16px 20px}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._HoldAmount_1rvm9_18{width:100%;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;font-size:1.6rem}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._HoldAmount_1rvm9_18 ._Labels_1rvm9_34{font-weight:500;width:70px}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._HoldAmount_1rvm9_18 ._PriceWrap_1rvm9_38{width:240px;display:flex;align-items:center;justify-content:flex-end}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._HoldAmount_1rvm9_18 ._PriceWrap_1rvm9_38 ._Prices_1rvm9_44{font-weight:500;font-size:2rem;width:190px;word-break:break-all;text-align:right;overflow:hidden}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._HoldAmount_1rvm9_18 ._PriceWrap_1rvm9_38 ._Prices__resize_1rvm9_52{line-height:17px!important;font-weight:500}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._HoldAmount_1rvm9_18 ._PriceWrap_1rvm9_38 ._Units_1rvm9_56{font-size:1.6rem;color:#777;display:inline-block;margin-left:6px;width:fit-content;line-height:17px}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._Conversion_1rvm9_64{font-size:1.2rem;line-height:1.5;letter-spacing:-.24px;color:#777;display:flex;align-items:center;justify-content:space-between}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._Conversion_1rvm9_64 ._Prices_1rvm9_44,._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._Conversion_1rvm9_64 ._Units_1rvm9_56{font-size:1.3rem;line-height:1.4;color:#999}._Wrap_1rvm9_1 ._HoldAmountWrap_1rvm9_18 ._Conversion_1rvm9_64 ._Prices_1rvm9_44{font-weight:500;letter-spacing:.13px;margin-right:5px}._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83{width:100%;height:118px;display:flex;flex-direction:column;justify-content:space-around;background:#f8f8f9;padding:16px 20px}._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._WaitTransaction_1rvm9_92,._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._WithdrawalPossible_1rvm9_92,._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._WithdrawalWait_1rvm9_92{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:1.6rem;line-height:16px}._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._Labels_1rvm9_34{font-size:1.4rem;font-weight:700;line-height:1.6;letter-spacing:-.28px;display:flex;align-items:center;justify-content:flex-start}._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._Labels_1rvm9_34 div{color:#a4a4a4;font-weight:700;margin:8px 8px 0 0}._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._Prices_1rvm9_44{font-size:1.4rem;font-weight:500;line-height:1.6;letter-spacing:.14px}._Wrap_1rvm9_1 ._InfoAmountWrap_1rvm9_83 ._Units_1rvm9_56{font-size:1.2rem;line-height:1.6;color:#999;margin-left:10px}._Wrap_xtnn1_1{height:calc(100% - 255px);overflow:hidden}._Wrap_xtnn1_1 ._Tab_xtnn1_5{display:flex;align-items:center;justify-content:center;width:100%;height:45px;border-bottom:1px solid #ddd}._Wrap_xtnn1_1 ._Tab_xtnn1_5 ._TabItem_xtnn1_13{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#a4a4a4;font-size:1.5rem;font-weight:500;line-height:1.55;letter-spacing:.3px;cursor:pointer;border-bottom:3px solid transparent}._Wrap_xtnn1_1 ._Tab_xtnn1_5 ._TabItem_xtnn1_13._Active_xtnn1_27{color:#1b1b1b;border-bottom:3px solid #1b1b1b;font-weight:700}._Wrap_xtnn1_1 ._NotAccess_xtnn1_32{width:100%;padding:40px 20px}._Wrap_xtnn1_1 ._NotAccess_xtnn1_32 ._BtnWrap_xtnn1_36{width:100%;padding:30px 0}._Wrap_xtnn1_1 ._NotAccess_xtnn1_32 ._BtnWrap_xtnn1_36>a{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border-radius:3px;background:#054ab4;color:#fff;font-size:1.4rem}._Wrap_xtnn1_1 ._Deposit_xtnn1_51,._Wrap_xtnn1_1 ._Withdraw_xtnn1_51{width:100%;height:calc(100% - 13px);padding:25px 0;display:none;overflow:auto}._Wrap_xtnn1_1 ._Deposit_xtnn1_51._Active_xtnn1_27,._Wrap_xtnn1_1 ._Withdraw_xtnn1_51._Active_xtnn1_27{display:block}._Wrap_xtnn1_1 ._Deposit_xtnn1_51 ._StepHeads_xtnn1_61,._Wrap_xtnn1_1 ._Withdraw_xtnn1_51 ._StepHeads_xtnn1_61{padding:0 20px;font-size:1.4rem;font-weight:700;line-height:1.45;letter-spacing:-.28px;margin-bottom:16px}._Wrap_xtnn1_1 ._Deposit_xtnn1_51 ._StepHeads_xtnn1_61._AgreeStep_xtnn1_69,._Wrap_xtnn1_1 ._Withdraw_xtnn1_51 ._StepHeads_xtnn1_61._AgreeStep_xtnn1_69{padding:25px 0 12px;margin:0 20px;border-top:1px solid #e5e4ea}._Wrap_xtnn1_1 ._InputField_xtnn1_74{width:100%;margin-bottom:32px;padding:0 20px}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._InputEl_xtnn1_79{width:100%;height:50px;margin-bottom:12px;display:flex;align-items:center;justify-content:flex-end;border:1px solid #dddddd;border-radius:4px;padding:14px 16px}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._InputEl_xtnn1_79 input{width:100%;border:0;font-size:1.6rem;font-weight:700;line-height:1.4;letter-spacing:.16px;text-align:right}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._InputEl_xtnn1_79 input::placeholder{font-size:1.3rem;font-weight:400;color:#a4a4a4}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._InputEl_xtnn1_79 ._InputUnit_xtnn1_104{margin-left:5px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#a4a4a4}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._BtnEl_xtnn1_112{width:100%;display:flex;align-items:center;justify-content:space-between}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._BtnEl_xtnn1_112 button{display:flex;align-items:center;justify-content:center;padding:6px 8px;margin-right:6px;height:28px;border-radius:4px;font-size:1.3rem;font-weight:500;line-height:1.3;letter-spacing:.13px;transition:all .2s ease-in;border:1px solid #dddddd}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._BtnEl_xtnn1_112 button>svg{width:14px;margin-right:5px}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._BtnEl_xtnn1_112 button:last-child{margin-right:0}._Wrap_xtnn1_1 ._InputField_xtnn1_74 ._BtnEl_xtnn1_112 button:hover{color:#1d2b59;border:1px solid #1D2B59;font-weight:600}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145{width:100%;padding:24px 0;border-bottom:1px solid #e5e4ea}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl{width:100%;padding:0 0 10px;font-size:1.4rem;line-height:1.6;letter-spacing:-.28px;display:flex;align-items:center;justify-content:space-between}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl ._Amounts_xtnn1_160{font-weight:700}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl ._Amounts_xtnn1_160 ._day_xtnn1_163{color:#999;margin-left:3px}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl dt{display:flex;align-items:center;justify-content:flex-start}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl dt ._fee_txt_xtnn1_172{color:#999;margin-left:5px}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl ._total_xtnn1_176{font-weight:700}._Wrap_xtnn1_1 ._TotalInfoField_xtnn1_145 dl ._Units_xtnn1_179{margin-left:10px;color:#999;font-size:1.2rem;line-height:1.6}._Wrap_xtnn1_1 ._BankInfoField_xtnn1_185{height:138px;margin:0 20px 24px;padding:20px 16px;border-radius:4px;background-color:#f8f8f9;display:flex;align-items:center;justify-content:space-between;flex-direction:column;font-size:1.4rem;line-height:1.6;letter-spacing:-.28px}._Wrap_xtnn1_1 ._BankInfoField_xtnn1_185 dl{width:100%;display:flex;align-items:center;justify-content:space-between}._Wrap_xtnn1_1 ._BankInfoField_xtnn1_185 dd{font-weight:700}._Wrap_xtnn1_1 ._BtnField_xtnn1_208{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:0 20px}._Wrap_xtnn1_1 ._BtnField_xtnn1_208 button{width:100%;height:56px;font-size:1.7rem;border-radius:4px;background-color:#1b1b1b;color:#fff}._Wrap_xtnn1_1 ._GuideParagraph_xtnn1_224{width:100%;font-size:1.4rem;line-height:1.55;letter-spacing:-.28px;padding:0 20px;margin-bottom:20px;word-break:keep-all;color:#777}._Wrap_xtnn1_1 ._GuideParagraph_xtnn1_224 span{font-weight:500}._Wrap_xtnn1_1 ._Agree_xtnn1_69{width:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:20px;margin-bottom:24px}._Wrap_xtnn1_1 ._Agree_xtnn1_69 label{margin-left:6px;font-size:1.4rem;font-weight:500;line-height:1.45;letter-spacing:-.28px;color:#444}._Wrap_xtnn1_1 ._Agree_xtnn1_69 input{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");background-size:100%;background-repeat:no-repeat;display:inline-block}._Wrap_xtnn1_1 ._Agree_xtnn1_69 input:checked{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._Wrap_xtnn1_1 ._DepositApply_xtnn1_264{width:100%;padding:0 20px;margin-bottom:30px}._Wrap_xtnn1_1 ._DepositApply_xtnn1_264 button{width:100%;border-radius:4px;color:#fff;background:#1d2b59;height:48px;font-size:1.6rem;font-weight:700;line-height:1.55;letter-spacing:-.32px}._Wrap_xtnn1_1 ._DepositApply_xtnn1_264 button:disabled{background-color:#ddd}._Wrap_xtnn1_1 ._GuideField_xtnn1_283{width:100%;padding:0 20px}._Wrap_xtnn1_1 ._GuideField_xtnn1_283 ._GuideHead_xtnn1_287{width:100%;font-size:1.4rem;font-weight:700;color:#1d2b59;line-height:1.45;letter-spacing:-.28px;margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}._Wrap_xtnn1_1 ._GuideField_xtnn1_283 ._GuideHead_xtnn1_287 ._WarningIcon_xtnn1_299{margin-right:5px}._Wrap_xtnn1_1 ._GuideField_xtnn1_283 ul{width:100%;padding:0 8px 0 10px;margin:0 auto}._Wrap_xtnn1_1 ._GuideField_xtnn1_283 ul li{color:#777;list-style:none;font-size:1.2rem;font-weight:500;line-height:1.6;letter-spacing:-.24px;word-break:keep-all;margin-bottom:10px;position:relative}._Wrap_xtnn1_1 ._GuideField_xtnn1_283 ul li:before{content:"";display:block;width:4px;height:4px;background-color:#777;border-radius:50%;position:absolute;top:8px;left:-8px}._Wrap_xtnn1_1 ._GuideField_xtnn1_283 ul li span{color:#1b1b1b;font-weight:500}._stop_msg_el_xtnn1_334{width:100%;padding:0 12px}._stop_msg_el_xtnn1_334>p{width:100%;margin-bottom:5px;font-size:1.4rem}._stop_msg_el_xtnn1_334>p:first-child{font-size:1.8rem;color:#054ab4;margin-bottom:10px}._Wrap_1hu4w_2{height:calc(100% - 237px);overflow:hidden}._Wrap_1hu4w_2 ._Tab_1hu4w_6{display:flex;align-items:center;justify-content:center;width:100%;height:45px;border-bottom:1px solid #f0f0f0}._Wrap_1hu4w_2 ._Tab_1hu4w_6 ._TabItem_1hu4w_14{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#a4a4a4;font-size:1.5rem;font-weight:500;line-height:1.55;letter-spacing:.3px;cursor:pointer;border-bottom:3px solid transparent}._Wrap_1hu4w_2 ._Tab_1hu4w_6 ._TabItem_1hu4w_14._Active_1hu4w_28{color:#1b1b1b;border-bottom:3px solid #1b1b1b;font-weight:700}._Wrap_1hu4w_2 ._NotAccess_1hu4w_33{width:100%;padding:40px 20px}._Wrap_1hu4w_2 ._NotAccess_1hu4w_33 ._BtnWrap_1hu4w_37{width:100%;padding:30px 0}._Wrap_1hu4w_2 ._NotAccess_1hu4w_33 ._BtnWrap_1hu4w_37>a{display:flex;align-items:center;justify-content:center;width:100%;height:50px;border-radius:3px;background:#054ab4;color:#fff;font-size:1.4rem}._Wrap_1hu4w_2 ._Deposit_1hu4w_52,._Wrap_1hu4w_2 ._Withdraw_1hu4w_52{width:100%;height:calc(100% - 60px);padding:25px 0 0;display:none!important;overflow:auto}._Wrap_1hu4w_2 ._Deposit_1hu4w_52._Active_1hu4w_28,._Wrap_1hu4w_2 ._Withdraw_1hu4w_52._Active_1hu4w_28{display:block!important}._Wrap_1hu4w_2 ._Deposit_1hu4w_52 ._ContendHeading_1hu4w_62,._Wrap_1hu4w_2 ._Withdraw_1hu4w_52 ._ContendHeading_1hu4w_62{width:100%;padding:0 20px;font-size:1.3rem;font-weight:700;position:relative;margin-bottom:30px}._Wrap_1hu4w_2 ._wallet_btn_1hu4w_70 button{display:flex;justify-content:center;align-items:center;width:147px;height:30px;font-size:1.2rem;font-weight:500;line-height:1.33;letter-spacing:-.24px;border:1px solid #ddd;border-radius:4px}._Wrap_1hu4w_2 ._wallet_btn_1hu4w_70 button:hover{color:#1d2b59}._Wrap_1hu4w_2 ._wallet_select_1hu4w_86{border:1px solid #ccc;border-radius:4px;position:absolute;right:20px;top:34px;background:#fff;z-index:10;opacity:0;visibility:hidden;transition:all .3s}._Wrap_1hu4w_2 ._wallet_select_1hu4w_86 ._wallet_1hu4w_70{display:flex;align-items:center;justify-content:flex-start;padding:10px;font-size:12px;border-bottom:1px solid #ccc;cursor:pointer}._Wrap_1hu4w_2 ._wallet_select_1hu4w_86 ._wallet_1hu4w_70:last-child{border-bottom:none}._Wrap_1hu4w_2 ._wallet_select_1hu4w_86._Active_1hu4w_28{opacity:1;visibility:visible}._Wrap_1hu4w_2 ._InputField_1hu4w_114{width:100%;padding:0 20px}._Wrap_1hu4w_2 ._InputField_1hu4w_114._IsFee_1hu4w_118{padding:0}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputText_1hu4w_121{width:100%;font-size:1.4rem;line-height:1.45;letter-spacing:-.28px;font-weight:700}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputStep_1hu4w_128{border:1px solid #ddd;border-radius:4px;width:100%;height:50px;padding-left:16px;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px;margin-top:12px;margin-bottom:12px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputStep_1hu4w_128 ._InputStepWrap_1hu4w_141{height:50px;width:100%;border:1px solid #ddd;border-radius:4px;font-weight:500;font-size:1.5rem;line-height:1.5}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputStep_1hu4w_128 ._InputStepWrap_1hu4w_141._ShareHolderList_1hu4w_150{margin-bottom:3px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;margin:12px 0 16px;border:1px solid #ddd;border-radius:4px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._QrCodeImg_1hu4w_163{width:100%;height:160px;padding:20px;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:center}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._Input_address_1hu4w_172{width:100%;min-height:50px;display:flex;justify-content:flex-start}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._Input_address_1hu4w_172 ._wallet_address_1hu4w_178{display:flex;align-items:center;width:100%;padding:4px 10px;border:0;font-weight:500;font-size:15px;line-height:20px;word-break:break-all}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 button{width:46px;height:100%;border-left:1px solid #ddd}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 button:hover{background:#f9f9f9}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._wallet_address_copy-box_1hu4w_197{position:relative}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._wallet_address_copy-feedback_1hu4w_200{position:absolute;right:0;bottom:calc(100% + 8px);min-width:92px;padding:7px 9px;border-radius:4px;background:#1d2b59;color:#fff;font-size:1.2rem;font-weight:500;line-height:1.3;text-align:center;white-space:nowrap;box-shadow:0 4px 10px #0000001f;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;pointer-events:none;z-index:2}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._wallet_address_copy-feedback_1hu4w_200._Active_1hu4w_28{opacity:1;visibility:visible;transform:translateY(0)}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._wallet_address_text_1hu4w_227{font-weight:500;font-size:15px;line-height:20px;color:#1b1b1b}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._InputEl_wrap_1hu4w_153 ._wallet_address_text--color_1hu4w_233{display:inline-block;font-weight:500;font-size:15px;line-height:20px;color:#015dd1}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._DepositMemo_1hu4w_240{margin-bottom:40px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._DepositMemo_1hu4w_240 ._InputText_1hu4w_121{font-size:1.4rem;font-weight:700;line-height:1.45;letter-spacing:-.28px;margin-bottom:12px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._DepositMemo_1hu4w_240 ._deposit_code_1hu4w_250{height:50px;width:100%;border:1px solid #ddd;border-radius:4px;font-weight:500;font-size:1.5rem;line-height:1.5;padding:13px 16px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._AddressGuide_1hu4w_260{width:100%;font-size:1.3rem;line-height:1.5;letter-spacing:-.26px;color:#1e326b;font-weight:500;word-break:keep-all;margin-bottom:40px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_address_area_1hu4w_270{margin-bottom:24px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_address_area_1hu4w_270 ._with_wallet_btn_1hu4w_273{display:flex;justify-content:space-between;align-items:center}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_address_1hu4w_270{position:relative;width:100%;margin:12px 0}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_address_1hu4w_270 input{padding:0 16px;font-weight:500;font-size:1.4rem;line-height:1.5;width:100%;height:50px;border:1px solid #dddddd;border-radius:3px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_address_1hu4w_270 input::placeholder{color:#a4a4a4;font-weight:400}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_address_layer_1hu4w_297{margin-top:12px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._AnotherMainnet_1hu4w_300{font-size:1.3rem;font-weight:500;line-height:1.5;letter-spacing:-.26px;margin:16px 0 0;color:#1e326b}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308{width:100%;height:50px;margin:12px 0;padding:0 16px;border:1px solid #dddddd;border-radius:4px;display:flex;align-items:center;justify-content:flex-end}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308 input{width:100%;border:0;text-align:left;font-size:1.6rem;font-weight:500;line-height:1.4;letter-spacing:.16px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308 input::placeholder{color:#a4a4a4;font-weight:400;font-size:1.4rem;line-height:1.45;letter-spacing:-.28px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308 input:not(:placeholder-shown)+._withdraw_amount_button_1hu4w_335{display:block}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308 ._InputUnit_1hu4w_338{height:100%;display:flex;align-items:center;justify-content:center;margin-left:8px;font-size:1.3rem;color:#a4a4a4;line-height:1.45}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308 ._InputUnit_C_1hu4w_348{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;margin-left:8px;font-size:1.3rem;color:#a4a4a4;line-height:1.45}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._withdraw_amount_1hu4w_308 ._withdraw_amount_button_1hu4w_335{display:none;flex:0 0 20px;width:20px;height:48px;margin-left:8px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='nonzero'%20fill='none'%3e%3ccircle%20fill='%23DADDE1'%20cx='9'%20cy='9'%20r='9'/%3e%3cpath%20d='m9.707%209.002%202.648-2.643a.502.502%200%201%200-.71-.71L9.003%208.297%206.36%205.65a.502.502%200%200%200-.71.71l2.648%202.643-2.648%202.644a.502.502%200%201%200%20.71.71l2.643-2.65%202.644%202.65a.502.502%200%200%200%20.71-.71l-2.65-2.644z'%20fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e") 50% calc(50% - 1px) no-repeat;background-size:18px 18px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._BtnEl_1hu4w_368{width:100%;display:flex;align-items:center;justify-content:space-between}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._BtnEl_1hu4w_368 button{display:flex;align-items:center;justify-content:center;flex:1;padding:7px 4px 5px 8px;margin-right:6px;height:28px;border-radius:4px;font-size:1.2rem;font-weight:500;line-height:1.3;letter-spacing:-.24px;border:1px solid #dddddd}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._BtnEl_1hu4w_368 button>svg{width:14px;margin-right:5px}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._BtnEl_1hu4w_368 button:last-child{margin-right:0}._Wrap_1hu4w_2 ._InputField_1hu4w_114 ._BtnEl_1hu4w_368 button:hover{border:1px solid #1D2B59}._Wrap_1hu4w_2 ._GuideField_1hu4w_399{width:100%;padding:0 20px}._Wrap_1hu4w_2 ._GuideField_1hu4w_399 ._GuideHead_1hu4w_403{width:100%;font-size:1.4rem;font-weight:700;color:#1d2b59;line-height:1.45;letter-spacing:-.28px;margin-bottom:15px;display:flex;align-items:center}._Wrap_1hu4w_2 ._GuideField_1hu4w_399 ._GuideHead_1hu4w_403 ._WarningIcon_1hu4w_414{margin-right:5px}._Wrap_1hu4w_2 ._GuideField_1hu4w_399 ul{width:100%;padding-left:10px}._Wrap_1hu4w_2 ._GuideField_1hu4w_399 ul li{color:#777;list-style:none;font-size:1.2rem;font-weight:500;line-height:1.6;letter-spacing:-.24px;word-break:keep-all;margin-bottom:10px;position:relative}._Wrap_1hu4w_2 ._GuideField_1hu4w_399 ul li:before{content:"";display:block;width:4px;height:4px;background-color:#777;border-radius:50%;position:absolute;top:8px;left:-8px}._Wrap_1hu4w_2 ._GuideField_1hu4w_399,._Wrap_1hu4w_2 ._coinWithdraw_1hu4w_444{padding:20px}._Wrap_1hu4w_2 ._withdraw-infobox_1hu4w_447{margin:16px 0 20px;display:flex;align-items:center;justify-content:flex-start}._Wrap_1hu4w_2 ._withdraw-infobox_1hu4w_447 ._withdraw-info_1hu4w_447{font-size:1.4rem;font-weight:700;line-height:1.45;letter-spacing:-.28px}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459{width:100%;padding:0 20px;margin:20px 0}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl{width:100%;font-size:1.4rem;line-height:1.6;letter-spacing:-.28px;display:flex;align-items:center;justify-content:space-between;margin:16px 0}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl._withdraw_total_with_krw_1hu4w_474{margin-bottom:4px}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl ._Amounts_1hu4w_477{font-weight:500;letter-spacing:.14px}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl ._Amounts_1hu4w_477._total_1hu4w_481{color:#1d2b59}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl ._total_price_1hu4w_484{font-weight:500}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl ._Units_1hu4w_487{display:inline-block;margin-left:10px;color:#999;font-size:1.2rem}._Wrap_1hu4w_2 ._TotalInfoField_1hu4w_459 dl ._fee_txt_1hu4w_493{color:#999;margin-left:5px}._Wrap_1hu4w_2 ._check_wrap_1hu4w_497{width:100%}._Wrap_1hu4w_2 ._check_wrap_1hu4w_497 input{display:none}._Wrap_1hu4w_2 ._check_wrap_1hu4w_497 label{width:100%;height:22px;display:flex;align-items:center;padding-left:26px;font-size:1.3rem;font-weight:500;line-height:1.23;letter-spacing:-.26px;background-position:left 90%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='3.5'%20fill='white'%20stroke='%23DDDDDD'/%3e%3c/svg%3e");background-size:20px 20px}._Wrap_1hu4w_2 ._check_wrap_1hu4w_497 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='3.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3cpath%20d='M15%207.19452L13.9401%206L8.96092%2011.6098L6.05985%208.34034L5%209.53486L8.96175%2014L15%207.19452Z'%20fill='white'/%3e%3c/svg%3e")}._Wrap_1hu4w_2 ._fixed_krw_1hu4w_521{width:100%;height:10px}._Wrap_1hu4w_2 ._fixed_krw_1hu4w_521 ._fixed_txt_1hu4w_525{display:flex;justify-content:flex-end;align-items:center}._Wrap_1hu4w_2 ._fixed_krw_1hu4w_521 ._fixed_txt_1hu4w_525 p{font-size:1.3rem;font-weight:700;line-height:1.6;letter-spacing:.13px;color:#1d2b59}._Wrap_1hu4w_2 ._fixed_krw_1hu4w_521 ._fixed_txt_1hu4w_525 ._krw_1hu4w_537{margin-left:5px}._Wrap_1hu4w_2 ._DepositApply_1hu4w_540{width:100%;padding:0 20px;margin-bottom:10px}._Wrap_1hu4w_2 ._DepositApply_1hu4w_540 button{width:100%;height:56px;font-size:1.7rem;border-radius:4px;background-color:#1d2b59;color:#fff}._Wrap_1hu4w_2 ._DepositApply_1hu4w_540 button:disabled{background-color:#ddd;cursor:default}._Wrap_1hu4w_2 ._CreateAddress_1hu4w_557{width:100%;padding:0 20px;margin:5px auto 24px}._Wrap_1hu4w_2 ._CreateAddress_1hu4w_557 ._CreateAddress_1hu4w_557{width:100%;height:48px;font-size:1.6rem;font-weight:700;line-height:1.55;letter-spacing:-.32px;border-radius:4px;background-color:#1d2b59;color:#fff}._stop_msg_el_1hu4w_574{width:100%;padding:0 20px}._stop_msg_el_1hu4w_574 ._stop_msg_head_1hu4w_578{width:100%;font-size:1.6rem;font-weight:700;color:#1d2b59;line-height:1.45;letter-spacing:-.32px;margin-bottom:10px;display:flex;align-items:center}._stop_msg_el_1hu4w_574 ._stop_msg_head_1hu4w_578 ._WarningIcon_1hu4w_414{margin-right:5px}._stop_msg_el_1hu4w_574>p{width:100%;margin-bottom:5px;font-size:1.6rem;line-height:1.7;letter-spacing:-.32px;color:#444}._fee-coin-select_1hu4w_601{display:flex;justify-content:space-between;grid-area:1/1/2/3;color:gray;margin-left:2px;margin-right:2px;box-sizing:border-box;font-size:12px}._fee-coin-select__left_1hu4w_612{display:flex;align-items:center}._fee-coin-select__left-text_1hu4w_617{font-size:15px;line-height:14px;word-break:break-all;white-space:nowrap;color:#444}._fee-coin-select__left-text_1hu4w_617+._fee-coin-select__left-text_1hu4w_617{font-size:13px;margin-left:4px}._fee-coin-select__left-text--alert_1hu4w_629{margin-right:4px;white-space:normal;color:#d31a2c}._fee-coin-select__right_1hu4w_635{display:flex;flex-direction:column;justify-content:center}._fee-coin-select__right-text_1hu4w_641{text-align:right;font-size:11px;line-height:14px;white-space:nowrap;color:#444}._fee-coin-select-option_1hu4w_649{padding:8px;border-bottom:1px solid #eee;cursor:pointer;background-color:#fff}._fee-coin-select-option_1hu4w_649:focus,._fee-coin-select-option_1hu4w_649:hover{background-color:#f3f4f6}._fee-coin-select-option--disabled_1hu4w_660{background-color:#f1f1f1f2;cursor:default;opacity:.5}._fee-coin-select-option--disabled_1hu4w_660:focus,._fee-coin-select-option--disabled_1hu4w_660:hover{background-color:#ddd}._withdraw-address-input-layer_1acns_1{position:relative;display:flex}._withdraw-address-input-layer_1acns_1+._withdraw-address-input_1acns_1{margin-top:8px}._withdraw-address-input-layer__inner_1acns_9{flex:1}._withdraw-address-input-layer__button_1acns_13{margin-left:8px;padding:0 8px;border-radius:4px;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;background-color:#1d2b59;color:#fff}._withdraw-address-input-layer__button_1acns_13:disabled{background-color:#ddd}._withdraw-address-input__input_1acns_28,._withdraw-address-input-layer__input_1acns_29{padding:0 16px;font-weight:500;font-size:1.4rem;line-height:1.5;width:100%;height:50px;border:1px solid #dddddd;border-radius:3px}._withdraw-address-input__notice-text_1acns_40{margin-top:12px;font-size:12px;line-height:16px;font-weight:400;word-break:keep-all;color:#054ab4}._withdraw-address-layer_1acns_49{position:absolute;top:calc(100% + 4px);left:0;width:100%;padding:12px;background-color:#fff;border:1px solid #dddddd;border-radius:4px;z-index:10}._withdraw-address-layer__menu_1acns_61{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}._withdraw-address-layer__tabs_1acns_68{position:relative;white-space:nowrap;overflow-x:auto;padding-right:12px}._withdraw-address-layer__tab_1acns_68{font-size:14px;line-height:20px;font-weight:600;color:#a4a4a4}._withdraw-address-layer__tab_1acns_68+._withdraw-address-layer__tab_1acns_68{margin-left:12px}._withdraw-address-layer__tab--active_1acns_85{border-bottom:2px solid #1b1b1b;color:#1b1b1b}._withdraw-address-layer__close_1acns_90{position:relative;padding-left:12px;font-size:14px;line-height:20px;font-weight:600;white-space:nowrap;color:#1b1b1b}._withdraw-address-layer__close_1acns_90:before{content:"";position:absolute;top:-1px;left:-11px;width:12px;height:100%;background:linear-gradient(to left,white 0%,rgba(255,255,255,.8) 50%,transparent 100%)}._withdraw-address-layer__contents_1acns_109{margin:0 -12px;padding:0 12px;height:120px;overflow-y:auto}._withdraw-address-layer__contents-button_1acns_116{width:100%;padding:3px 0;font-size:14px;line-height:18px;font-weight:400;text-align:left;word-break:break-all;color:#1b1b1b}._withdraw-address-layer__contents-button_1acns_116>span{color:#015dd1}._withdraw-address-layer__contents-button--waiting_1acns_130{color:#a4a4a4}._withdraw-address-layer__no-data_1acns_134{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}._withdraw-address-layer__no-data-text_1acns_142{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._withdraw-address-layer__no-data-button_1acns_149{margin-top:8px;padding:4px 8px;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._withdraw-address-layer__no-data-button_1acns_149:hover{background-color:#0000001a}._WithdrawDepositConfirmModal_wndxc_1{width:420px!important}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;padding:24px 10px 10px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 h1{font-size:1.8rem;font-weight:700;line-height:1.55;letter-spacing:-.36px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 h2{display:flex;justify-content:center;align-items:center;font-size:12px;line-height:1.29;width:100%;flex-wrap:wrap;text-align:center}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 h2 ._h2-title-end_wndxc_28{color:#1b1b1b;font-weight:700}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._h2-purple_wndxc_32{color:#1d2b59}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._h2-purple-title-end_wndxc_35{color:#1d2b59;font-weight:700}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._h2-purple-title-underline_wndxc_39{color:#1d2b59;font-weight:700;text-decoration:underline}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44{width:100%;margin:20px 0 4px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._amount_wndxc_48{font-weight:700;font-size:1.5rem;line-height:1.4;letter-spacing:.15px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._amount_wndxc_48 ._units_wndxc_54{font-size:1.2rem;font-weight:500;margin-left:6px;color:#777}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._conversion_wndxc_60{font-size:1.3rem;font-weight:500;color:#999;line-height:1.4;letter-spacing:.13px;margin-top:4px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._conversion_wndxc_60 ._units_wndxc_54{margin-left:5px;font-weight:400}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._subtitle_wndxc_72{font-size:1.5rem;font-weight:400;line-height:1.5;letter-spacing:-.32px;color:#777}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 input,._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._vaspSelect_wndxc_79{border:1px solid #ddd;border-radius:4px;width:100%;height:50px;padding-left:16px;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px;margin-top:12px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 input::placeholder,._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._vaspSelect_wndxc_79::placeholder{color:#999;font-weight:400}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._vaspSelect_wndxc_79{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M15%207.5L10%2013.75%205%207.5z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._vaspSelect_wndxc_79 ._placeholder_wndxc_101{color:#999}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._section_wndxc_44{justify-content:space-between;align-items:flex-start;display:flex;position:relative}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._section_wndxc_44 dd{flex-direction:column;align-items:flex-start}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._section_wndxc_44 ._check_wrap_wndxc_114{width:77px;position:absolute;right:0;top:3px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._section_wndxc_44 ._check_wrap_wndxc_114 input{display:none}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._section_wndxc_44 ._check_wrap_wndxc_114 label{width:100%;height:25px;display:flex;align-items:center;color:#707070;padding-left:26px;font-size:1.3rem;background-position:left center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");background-size:20px 20px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._sectionWrap_wndxc_44 ._section_wndxc_44 ._check_wrap_wndxc_114 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");color:#1b1b1b}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._RadioWrap_wndxc_140{display:flex;align-items:center;justify-content:space-around;width:100%;height:20px;font-size:1.5rem;font-weight:500;line-height:21px;letter-spacing:-.3px;cursor:default;margin:10px 0 20px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._RadioWrap_wndxc_140 ._Agree_wndxc_153,._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._RadioWrap_wndxc_140 ._Disagree_wndxc_158{display:flex;width:120px;height:100%}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._RadioWrap_wndxc_140 input[type=radio]{display:none}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._RadioWrap_wndxc_140 ._Radio_wndxc_140{width:50%;height:100%;padding-left:28px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23F8F8F9'%20stroke='%23A4A4A4'/%3e%3c/svg%3e") no-repeat left center}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 ._RadioWrap_wndxc_140 input[type=radio]:checked+._Radio_wndxc_140{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23fff'%20stroke='%231D2B59'/%3e%3ccircle%20cx='10'%20cy='10'%20r='5.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3c/svg%3e") no-repeat left center}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 dl{width:100%;display:flex;align-items:center;margin-bottom:10px}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 dl dt{display:flex;align-items:center;width:40%;font-weight:500;font-size:1.5rem}._WithdrawDepositConfirmModal_wndxc_1 ._contentBox_wndxc_4 dl dd{width:60%;display:flex;align-items:center;padding-left:10px;font-size:1.3rem;word-break:break-all;line-height:1.5}._WithdrawDepositConfirmModal_wndxc_1 ._legalZone_wndxc_197{width:100%}._WithdrawDepositConfirmModal_wndxc_1 ._warning_wndxc_200{text-align:center;width:100%;color:#1d2b59;font-size:1.4rem;line-height:1.6;letter-spacing:-.28px;margin:16px 0 30px}._WithdrawDepositConfirmModal_wndxc_1 ._warning_wndxc_200._step2_wndxc_209{text-align:left;margin:12px 0 20px}._WithdrawDepositConfirmModal_wndxc_1 ._BtnWrap_wndxc_213 ._ModalBtn_wndxc_213{width:176px;height:48px;text-align:center;border-radius:4px;font-size:1.7rem;font-weight:500;line-height:1.55;letter-spacing:-.34px;background-color:#f0f0f0}._WithdrawDepositConfirmModal_wndxc_1 ._BtnWrap_wndxc_213 ._ModalBtn_wndxc_213._Cancel_wndxc_224{margin-right:8px}._WithdrawDepositConfirmModal_wndxc_1 ._BtnWrap_wndxc_213 ._ModalBtn_wndxc_213._Cancel_wndxc_224:hover{background-color:#f2f2f2}._WithdrawDepositConfirmModal_wndxc_1 ._BtnWrap_wndxc_213 ._ModalBtn_wndxc_213._Next_wndxc_230{background-color:#1d2b59;font-weight:700;color:#fff}._WithdrawDepositConfirmModal_wndxc_1 ._BtnWrap_wndxc_213 ._ModalBtn_wndxc_213[disabled]{background-color:#ccc}._WithdrawDepositConfirmModal_wndxc_1 ._BtnWrap_wndxc_213 ._CloseBtn_wndxc_238{width:100%;height:48px;text-align:center;border-radius:4px;font-size:1.7rem;line-height:1.55;letter-spacing:-.34px;background-color:#1d2b59;font-weight:700;color:#fff;margin-top:20px}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251{width:100%;text-align:left}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251 li{display:flex;align-items:center;justify-content:space-between;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px;margin-bottom:15px}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251 li:last-child{margin-bottom:30px}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251 li:last-child ._confirm_txt_wndxc_267{color:#1d2b59}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251 li:last-child ._confirm_txt_wndxc_267 ._units_wndxc_54{margin-left:7px;font-size:1.2rem;font-weight:500;color:#777}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251 li>span{width:120px}._WithdrawDepositConfirmModal_wndxc_1 ._finalConfirmBox_wndxc_251 li ._confirm_txt_wndxc_267{font-weight:500;width:calc(100% - 120px);text-align:right;word-break:break-all}._WithdrawBlockConfirmModal_Overlay_1xjht_1{z-index:50!important}._WithdrawBlockConfirmModal_1xjht_1{width:558px!important}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8{margin:30px 10px 0;color:#1b1b1b}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 ._mainHeadTitle_1xjht_12{width:100%;font-size:2rem;font-weight:700;letter-spacing:-.4px;line-height:1.55;padding-bottom:15.5px;border-bottom:1px solid #999;margin-bottom:20px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 ._sec_title_1xjht_22{width:100%;font-size:1.7rem;font-weight:700;line-height:1.6;text-align:left;margin:24px 0 12px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 h2{display:flex;justify-content:center;align-items:center;font-size:1.7rem;line-height:1.29;margin-top:22px;width:100%;flex-wrap:wrap;text-align:center}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 h2 ._h2-title-end_1xjht_41{color:#1b1b1b;font-weight:700}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 ._h2-no-flex_1xjht_45{display:inline;font-size:1.6rem}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 ._h2-no-flex_1xjht_45 ._h2-title-end_1xjht_41{color:#1b1b1b;font-weight:700}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl._align_1xjht_63,._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl._align_1xjht_63 dd{align-items:baseline}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dt{display:flex;align-items:center;width:38%;word-break:break-word}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl ._subtitle_1xjht_75{font-size:1.5rem;font-weight:700;line-height:1.5;letter-spacing:-.32px;color:#1b1b1b;margin-top:10px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd{width:100%;display:flex;justify-content:flex-start;align-items:center;font-weight:500}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd p{width:100%;font-weight:500;line-height:1.5;word-break:break-all}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd p a{text-decoration:underline}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd ._coin_eng_name_1xjht_99{margin-left:4px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd._total_1xjht_102,._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd._amount_1xjht_102{font-weight:700}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd._amount_1xjht_102{color:#1d2b59}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd ._units_1xjht_108{font-size:1.2rem;font-weight:500;line-height:1.4;letter-spacing:.12px;color:#777;margin-left:8px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd ._copy_btn_1xjht_116{width:13px;margin-left:8px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 dl dd ._copy_btn_1xjht_116 img{width:100%}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 input,._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 ._vaspSelect_1xjht_123{border:1px solid #ddd;border-radius:4px;width:80%;height:50px;padding-left:16px;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px;margin-top:12px}._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 input::placeholder,._WithdrawBlockConfirmModal_1xjht_1 ._contentBox_1xjht_8 ._vaspSelect_1xjht_123::placeholder{color:#999;font-weight:400}._WithdrawBlockConfirmModal_1xjht_1 ._links_1xjht_139{display:flex;align-items:center;justify-content:center;width:250px;height:50px;color:#3b1d1c;background-color:#fada03;font-size:1.6rem;border-radius:10px;font-weight:500;margin:0 auto}._WithdrawBlockConfirmModal_1xjht_1 ._links_1xjht_139>img{width:28px;margin:3px 8px 0 0}._WithdrawBlockConfirmModal_1xjht_1 ._ConfirmWrap_1xjht_156{margin:30px 10px 10px}._WithdrawBlockConfirmModal_1xjht_1 ._ConfirmWrap_1xjht_156 ._ModalBtn_1xjht_159._Confirm_1xjht_156{height:56px;font-weight:700;font-size:1.7rem;line-height:1.55;letter-spacing:-.34px}._WithdrawBlockConfirmModal_1xjht_1 ._BarLine_1xjht_166{padding-top:15.5px;border-bottom:1px solid #ccc}._withdraw-add-info-modal__block_flbd5_1{width:100%}._withdraw-add-info-modal__block_flbd5_1+._withdraw-add-info-modal__block_flbd5_1{margin-top:12px}._withdraw-add-info-modal__block-title-box_flbd5_8{display:flex;justify-content:space-between;margin-bottom:8px}._withdraw-add-info-modal__block-title_flbd5_8{display:inline-block;font-size:15px;line-height:22px;font-weight:500;color:#000}._modal-block__title--inner-type_flbd5_22{font-size:14px;line-height:20px}._withdraw-add-info-modal__block-box_flbd5_27+._withdraw-add-info-modal__block-box_flbd5_27{margin-top:6px}._withdraw-add-info-modal__block-list_flbd5_31>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;color:#000}._withdraw-add-info-modal__block-list_flbd5_31>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#000}._withdraw-add-info-modal__block-list_flbd5_31>li+li{margin-top:2px}._withdraw-add-info-modal__button-box_flbd5_53{display:flex;width:100%;margin-top:16px}._withdraw-add-info-modal__button-box-inner_flbd5_59{display:flex;flex:1;margin:0 -4px}._withdraw-add-info-modal__button_flbd5_53{position:relative;display:flex;align-items:center;justify-content:center;flex:1;margin:0 4px;padding:7px 8px 5px;min-height:48px;border-radius:4px;font-size:17px;font-weight:500;line-height:25px;letter-spacing:-.34px;background-color:#1d2b59;color:#fff}._withdraw-add-info-modal__button_flbd5_53:hover:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._withdraw-add-info-modal__button--primary_flbd5_92{font-weight:600;background-color:#1d2b59;color:#fff}._withdraw-add-info-modal__button--secondary_flbd5_98{font-weight:600;background-color:#f0f0f0;color:#000}._withdraw-add-info-modal__button--line_flbd5_104{border:1px solid #ddd;background-color:#fff;color:#000}._withdraw-add-info-modal__flat-item_flbd5_110{display:flex;justify-content:space-between}._withdraw-add-info-modal__flat-item-right_flbd5_115{font-size:15px;line-height:20px;font-weight:500;color:#000}._withdraw-add-info-modal__flat-item-left_flbd5_122{margin-left:8px;text-align:right}._withdraw-add-info-modal__amount_flbd5_127{font-size:14px;line-height:20px;font-weight:500;color:#000}._withdraw-add-info-modal__trans_flbd5_134{font-size:12px;line-height:17px;font-weight:400;color:#999}._withdraw-add-info-modal__address-info-text_flbd5_141{font-size:14px;line-height:20px;font-weight:500;word-break:break-all;color:#000}._withdraw-add-info-modal__address-info-text_flbd5_141>span{display:inline;font-size:14px;line-height:20px;font-weight:500;color:#015dd1}._withdraw-add-info-modal__address-info-text_flbd5_141 ._withdraw-add-info-modal__address-info-text-memo_flbd5_155{display:inline-block;font-size:14px;line-height:20px;font-weight:500;color:#000}._withdraw-add-info-modal__address-info-text-more_flbd5_163{display:inline-block;font-size:12px;line-height:17px;font-weight:400;color:#d31a2c}._withdraw-add-info-modal__address-notice_flbd5_171{margin-top:8px;font-size:12px;line-height:20px;font-weight:400;color:#000}._withdraw-add-info-modal__notice_flbd5_179{margin-top:16px;padding:12px;border:1px solid #ddd;border-radius:4px;background-color:#fff}._withdraw-add-otp-verify-modal__header_gfnvl_1{padding:20px;border-bottom:1px solid #e0e0e0}._withdraw-add-otp-verify-modal__title_gfnvl_5{font-size:18px;font-weight:600;margin:0}._withdraw-add-otp-verify-modal__content_gfnvl_10{padding:30px 20px}._withdraw-add-otp-verify-modal__input-group_gfnvl_13{display:flex;flex-direction:column;gap:10px}._withdraw-add-otp-verify-modal__label_gfnvl_18{font-size:14px;font-weight:500;color:#333}._withdraw-add-otp-verify-modal__input_gfnvl_13{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px}._withdraw-add-otp-verify-modal__input_gfnvl_13:focus{outline:none;border-color:#1d2b59}._withdraw-add-otp-verify-modal__actions_gfnvl_34{display:flex;gap:10px;padding:20px;border-top:1px solid #e0e0e0}._withdraw-add-otp-verify-modal__button_gfnvl_40{flex:1;padding:12px;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .2s}._withdraw-add-otp-verify-modal__button_gfnvl_40._cancel_gfnvl_49{background-color:#f5f5f5;color:#333}._withdraw-add-otp-verify-modal__button_gfnvl_40._cancel_gfnvl_49:hover{background-color:#e0e0e0}._withdraw-add-otp-verify-modal__button_gfnvl_40._confirm_gfnvl_56{background-color:#1d2b59;color:#fff}._withdraw-add-otp-verify-modal__button_gfnvl_40._confirm_gfnvl_56:hover:not(:disabled){background-color:#152347}._withdraw-add-otp-verify-modal__button_gfnvl_40._confirm_gfnvl_56:disabled{background-color:#ccc;cursor:not-allowed}._Wrap_d3si8_1{width:100%;max-width:1400px;min-width:1024px;min-height:1442px;height:calc(100vh - 85px);margin:0 auto 60px;padding-top:10px;display:flex;justify-content:space-between}._LeftPane_d3si8_13{position:sticky;top:120px;width:412px;flex:0 0 412px;height:calc(100vh - 135px);background:#fff}._CenterPane_d3si8_22{width:calc(100% - 762px);margin:0 10px;height:100%;min-height:100%;background:#fff;box-shadow:0 2px 4px #00000021;overflow:hidden}._RightPane_d3si8_32{width:350px;flex:0 0 350px;height:100%;background:#fff;box-shadow:0 2px 4px #00000021}._container_1qjk2_1{position:relative;visibility:hidden}._show_1qjk2_6{visibility:visible}._mask_1qjk2_10{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#00000080;text-indent:-999em;z-index:20}._content_1qjk2_23{position:fixed;top:50%;left:50%;transform:translate(-50%,-80%);width:500px;padding:25px;border-radius:5px;background:#fff;z-index:21;opacity:0;overflow:hidden}._show_1qjk2_6 ._content_1qjk2_23{transition-property:transform,opacity;transition-duration:.2s;transition-timing-function:ease-in;opacity:1;transform:translate(-50%,-60%)}._inner_1qjk2_45{width:100%;margin-bottom:25px}._inner_1qjk2_45 ._inner-blue_1qjk2_49{color:#054ab4;font-size:14px}._inner_1qjk2_45>p{font-size:1.4rem;line-height:1.3;margin-bottom:6px}._inner_1qjk2_45>p>span{color:red;font-size:16px}._inner_1qjk2_45>p>p>span{color:red;font-size:16px}._checkbox_wrap_1qjk2_67{width:100%;height:24px;margin-bottom:15px}._checkbox_wrap_1qjk2_67 input[type=checkbox]{display:none}._checkbox_wrap_1qjk2_67 label{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;line-height:100%;padding:0 0 0 24px;font-size:1.3rem;background-position:left center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%20preserveAspectRatio='xMinYMid'%20%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23D8D8D8;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.5,15h-8C1.6,15,0,13.4,0,11.5v-8C0,1.6,1.6,0,3.5,0h8C13.4,0,15,1.6,15,3.5v8C15,13.4,13.4,15,11.5,15z%20M3.5,1C2.1,1,1,2.1,1,3.5v8C1,12.9,2.1,14,3.5,14h8c1.4,0,2.5-1.1,2.5-2.5v-8C14,2.1,12.9,1,11.5,1H3.5z'/%3e%3c/g%3e%3c/svg%3e");background-size:15px 15px}._checkbox_wrap_1qjk2_67 input[type=checkbox]:checked+label{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%20preserveAspectRatio='xMinYMid'%20%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23545CA9;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.5,15h-8C1.6,15,0,13.4,0,11.5v-8C0,1.6,1.6,0,3.5,0h8C13.4,0,15,1.6,15,3.5v8C15,13.4,13.4,15,11.5,15z%20M3.5,1C2.1,1,1,2.1,1,3.5v8C1,12.9,2.1,14,3.5,14h8c1.4,0,2.5-1.1,2.5-2.5v-8C14,2.1,12.9,1,11.5,1H3.5z'/%3e%3c/g%3e%3cpolygon%20class='st0'%20points='11.8,4%206.5,9.2%203.2,6.4%202.3,7.3%206.6,11%2012.7,4.9%20'/%3e%3c/svg%3e")}._button_wrap_1qjk2_93{display:flex;align-items:center;justify-content:space-between;width:100%}._button_1qjk2_93{display:flex;align-items:center;justify-content:center;width:49%;height:40px;border-radius:3px;font-size:1.4rem;transition:all .2s linear}._button_1qjk2_93._confirm_1qjk2_110{background-color:#146dc9;color:#fff}._button_1qjk2_93._confirm_1qjk2_110._disable_1qjk2_114{filter:grayscale(1);opacity:.5}._button_1qjk2_93._cancel_1qjk2_118{background-color:#fff;color:#d8d8d8;border:1px solid #d8d8d8}._button_1qjk2_93._cancel_1qjk2_118:hover{color:#054ab4;border-color:#054ab4}._AdditionalAuthModalContent_1susz_1{width:100%}._RadioWrap_1susz_5{display:flex;align-items:center;border:1px solid #a4a4a4;padding:0 15px;width:100%;height:38px;font-size:1.4rem;cursor:default}._RadioWrap_1susz_5 input[type=radio]{display:none}._RadioWrap_1susz_5 ._Radio_1susz_5{width:100%;height:100%;display:flex;align-items:center;padding-left:30px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='15px'%20height='15px'%20viewBox='0%200%2015%2015'%20enable-background='new%200%200%2015%2015'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='15'%20height='15'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjAhMHAi6PxxFVAAAA2ElEQVQY023QMYrCUBAG4P8ftxTEk5h3hg2IwbS5g2CKvYyFhUIK0/ue%20EQtBT/DiQUSE3dLMFlEUfX8zzHzMFEPcs01umUa8aJ81yvGunbItdo4vHrVOT3bAiN/NXzp5LMKW%207tkAAKrppnjg/B0BwOVuBmCb2AWCsYUbyi3jMcw8IBONtA6zeDXCS3oKc+J5Fe3bQZgroz1hzSjM%20jaGXTok4zIg7Kxnt9Leaftr6B+fRHgCwKdb5O7rly8/dTLs8iE98ZRqDGOdx/sKAGyJTw6v26HWV%20tmfxDysHUZqiosJuAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAyLTE5VDA3OjAyOjQ2KzAzOjAw%20dtKcKAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMi0xOVQwNzowMjo0NiswMzowMAePJJQAAAAA%20SUVORK5CYII='%20/%3e%3c/svg%3e") no-repeat left center}._RadioWrap_1susz_5 input[type=radio]:checked+._Radio_1susz_5{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='15px'%20height='15px'%20viewBox='0%200%2015%2015'%20enable-background='new%200%200%2015%2015'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='15'%20height='15'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEUAAABBTM9DS8xDS8xE%20S8xESM1ES8xESstDS8xBTM5ESs1ESsxDS8tEScxCSctCScxESstESstESs1EScxES8xBSM9BS81E%20S8tDS8tESctDSstCS8tESstFSM5CSc1BSM1ES8tCScxBSstDSsxCSsxFSNFES8z////J0HcPAAAA%20JnRSTlMASqDQv0eanl8vopenaWxpgM9/bZZKR2KdMc6jpkNscZNtcZ+mQyB9RrwAAAABYktHRCct%20D6gjAAAAB3RJTUUH4wITBjs2k+1ujgAAAIVJREFUCNddj9cSgjAQRY8sSBIsQZESC9jy/58okWTG%208bxsuVthZpVJLllBZF0qjVamWsLNNuZ35qvuwda+PsCxgVMJ4gM1mJZMYf2CpesRHeVQMDhy8Anm%206EeXoP/3F+c0X+Byheo27xcvFsYpHGTu8b7Hc7GN6QaG7jWlh9re5a5/B/cDZuIMtDCPwNgAAAAl%20dEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMTlUMDY6NTk6NTQrMDM6MDB5xgOvAAAAJXRFWHRkYXRl%20Om1vZGlmeQAyMDE5LTAyLTE5VDA2OjU5OjU0KzAzOjAwCJu7EwAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e") no-repeat left center}._SMS_1susz_30,._OTP_1susz_35{width:100%;margin-bottom:10px}._SMSauth_1susz_40{display:flex;align-items:center;justify-content:space-between;width:100%}._SMSauth_1susz_40 ._SMSInput_1susz_46{position:relative;width:300px;overflow:hidden}._SMSauth_1susz_40 ._SMSInput_1susz_46 input{width:100%;height:48px;font-size:1.8rem;line-height:27.9px;letter-spacing:-.36px;font-weight:500;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5}._SMSauth_1susz_40 ._SMSInput_1susz_46 input::placeholder{color:#ccc}._SMSauth_1susz_40 ._SMSInput_1susz_46 input:focus{border-bottom:2px solid #1b1b1b}._SMSauth_1susz_40 ._SMSInput_1susz_46 ._InputName_1susz_68{font-size:1.3rem;font-weight:500;line-height:20.1px;letter-spacing:-.26px;color:#444;padding-bottom:3px}._SMSauth_1susz_40 ._SMSInput_1susz_46 ._TimeLimit_1susz_76{position:absolute;top:38px;right:0;align-items:center;justify-content:center;color:#c84a31;cursor:default;font-size:1.4rem;font-weight:500;line-height:21.7px;letter-spacing:-.28px}._SMSauth_1susz_40 ._SMSResend_1susz_89{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._SMSauth_1susz_40 ._SMSResend_1susz_89:hover{background:#fff}._SMSauth_1susz_40 ._SMSResend_1susz_89:active{background:#ececfa}._SMSauth_1susz_40 ._SMSResend_1susz_89{font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;font-weight:500;width:100px;height:48px;border:1px solid #ddd;position:relative;top:10px}._SMSauth_1susz_40 ._SMSResend_1susz_89[disabled]{border:1px solid #f0f0f0;color:#ccc;cursor:not-allowed}._SMSChange_1susz_125{display:flex;align-items:center;justify-content:flex-end;width:100%;height:20px;text-align:right;margin-top:15px;margin-bottom:75px}._SMSChange_1susz_125 ._LinkName_1susz_135{font-size:1.5rem;text-decoration:underline;font-weight:500;line-height:20.1px;letter-spacing:-.26px;color:#444;padding-bottom:3px}._OTPauth_1susz_145{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:100px}._OTPauth_1susz_145 ._OTPInput_1susz_152{position:relative;width:100%;overflow:hidden}._OTPauth_1susz_145 ._OTPInput_1susz_152 input{width:100%;height:48px;font-size:1.8rem;line-height:27.9px;letter-spacing:-.36px;font-weight:500;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5}._OTPauth_1susz_145 ._OTPInput_1susz_152 input::placeholder{color:#ccc}._OTPauth_1susz_145 ._OTPInput_1susz_152 input:focus{border-bottom:2px solid #1b1b1b}._OTPauth_1susz_145 ._OTPInput_1susz_152 ._InputName_1susz_68{font-size:1.3rem;font-weight:500;line-height:20.1px;letter-spacing:-.26px;color:#444;padding-bottom:3px}._SelectPane_1susz_183{display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px 0 45px}._SelectPane_1susz_183 ._SelectBtn_1susz_190{display:flex;align-items:center;justify-content:center;width:202px;height:120px;border-radius:4px;color:#1b1b1b;border:1px solid #ddd;font-size:20px;font-weight:500;line-height:31px;letter-spacing:-.4px;cursor:pointer}._Close_1susz_206{font-size:25px;cursor:pointer;position:absolute;bottom:2px;right:0;width:18px}._Links_1susz_215{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0 5px;font-size:1.2rem;color:#777;letter-spacing:-.4px}._Switch_1nt7g_1{border:1px solid rgba(0,0,0,.1);width:42px;height:21px;border-radius:13px;cursor:pointer;display:inline-block;background:#f5f5f5}._Switch_1nt7g_1._On_1nt7g_10{background:#054ab4}._Switch_1nt7g_1._On_1nt7g_10 ._SwitchToggle_1nt7g_13{left:21px;border:1px solid rgba(0,0,0,0)}._Switch_1nt7g_1 ._SwitchToggle_1nt7g_13{overflow:hidden;text-indent:-999em;border:1px solid rgba(0,0,0,.1);width:19px;height:19px;left:0;border-radius:50%;background:#fff;position:relative;transition:left .2s ease-in}._TokenVilBtn_1fkxl_1{width:100%;min-width:150px;max-width:100%;height:50px;background:#054ab4;color:#fff;border-radius:3px;font-size:1.5rem;font-weight:300}._TokenVilBtn_1fkxl_1:hover,._TokenVilBtn_1fkxl_1:active{background:#146dc9}._White_1fkxl_19{background:#fff;color:#054ab4;border:1px solid #d4d4d4}._White_1fkxl_19:hover{background:#fff}._White_1fkxl_19:active{background:#ececfa}._Reverse_1fkxl_31{background:#fff;color:#054ab4;border:1px solid #054ab4}._Reverse_1fkxl_31:hover,._Reverse_1fkxl_31:active{background:#146dc9;color:#fff}._Red_1fkxl_45{background:#d31a2c;color:#fff}._Red_1fkxl_45:hover{background:#f73e4c}._Red_1fkxl_45:active{background:#e83442}._RedReverse_1fkxl_56{background:#fff;color:#d31a2c;border:1px solid #d31a2c}._RedReverse_1fkxl_56:hover{background:#f73e4c;color:#fff}._RedReverse_1fkxl_56:active{background:#e83442;color:#fff}._Navy_1fkxl_70{background:#171b2b;color:#fff}._Navy_1fkxl_70:hover{background:#0f101b}._Navy_1fkxl_70:active{background:#22273b}._NavyReverse_1fkxl_81{background:#fff;color:#171b2b;border:1px solid #171b2b}._NavyReverse_1fkxl_81:hover{background:#0f101b;color:#fff}._NavyReverse_1fkxl_81:active{background:#22273b;color:#fff}._Wrap_1q17n_1{width:500px;background:#fff;border-radius:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._Content_1q17n_11{width:100%;position:relative}._BtnClose_1q17n_16{position:absolute;top:20px;right:20px;cursor:pointer}._Heading_1q17n_23{display:flex;align-items:center;justify-content:flex-start;width:100%;height:60px;font-size:1.7rem;color:#054ab4;font-weight:700;padding:0 60px;border-bottom:1px solid #707070}._UserInfoForm_1q17n_36{width:100%;padding:30px 60px}._UserAccount_1q17n_41{width:100%;font-size:1.5rem;font-weight:700;margin-bottom:30px}._FormEl_1q17n_48{width:100%;margin-bottom:15px}._FormEl_1q17n_48 label{display:inline-block;margin-bottom:5px;color:#7c7c7c;font-size:1.2rem}._FormEl_1q17n_48 input{width:100%;height:40px;border-radius:3px;border:1px solid #d4d4d4;background:#f1f3f4;font-size:1.4rem;padding:0 18px}._BtnEl_1q17n_68{margin-top:30px;display:flex;align-items:center;justify-content:space-between}._BtnEl_1q17n_68 button{width:48%}._container_81k9k_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 18px 40px rgba(11,20,48,.22));border-radius:8px;overflow:hidden}._container_81k9k_1._IMAGE_81k9k_10 article{width:auto;height:auto}._container_81k9k_1 article{width:520px;max-width:calc(100vw - 48px);background:#fff;border-radius:8px;border:1px solid #e3e8f2}@media(max-width:1444px){._container_81k9k_1 article{width:500px;background:#fff}}@media(max-width:1199px){._container_81k9k_1 article{width:460px;background:#fff}}._heading_81k9k_34{display:flex;align-items:center;justify-content:center;width:100%;min-height:72px;padding:22px 28px 18px;text-align:center;font-size:1.9rem;line-height:1.35;font-weight:700;color:#14459f;background-color:#fff;border-bottom:1px solid #e9edf5;word-break:keep-all}._heading_81k9k_34._IMAGE_81k9k_10{display:none}._heading_81k9k_34._notice_81k9k_53{color:#fff;background-color:#191b3b}._html_parse_content_81k9k_58{width:100%;min-height:260px;max-height:470px;padding:24px 28px;overflow-y:auto;background:#fff;font-size:1.45rem;line-height:1.65;color:#1f2937;border-radius:0;scrollbar-width:thin}._html_parse_content_81k9k_58 p{margin:0 0 14px;line-height:1.65}._html_parse_content_81k9k_58 div{line-height:1.65}._html_parse_content_81k9k_58>div>div{padding:0}._html_parse_content_81k9k_58 strong,._html_parse_content_81k9k_58 b{font-weight:700;color:#111827}._html_parse_content_81k9k_58 a{color:#0b4cb7;font-weight:700;text-underline-offset:3px}._html_parse_content_81k9k_58 ul,._html_parse_content_81k9k_58 ol{margin:12px 0 16px;padding-left:20px}._html_parse_content_81k9k_58 li{margin-bottom:8px}._html_parse_content_81k9k_58._event_81k9k_99{padding:0}._html_parse_content_81k9k_58._event_81k9k_99 img{width:100%}._html_parse_content_81k9k_58>div>div>a{display:block;margin:-25px -30px}._html_parse_content_81k9k_58>div>div>a>img{width:100%!important}._html_parse_content_81k9k_58._IMAGE_81k9k_10{padding:0;overflow-y:auto}._bottom_el_81k9k_117{display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;border-top:1px solid #e9edf5;border-radius:0 0 8px 8px;overflow:hidden}._checkbox_el_81k9k_128{display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 90px);height:100%;padding:0 24px;background-color:#f8fafc}._checkbox_el_81k9k_128 input[type=checkbox]{display:none}._checkbox_el_81k9k_128 label{display:flex;align-items:center;justify-content:flex-start;height:25px;font-size:1.35rem;line-height:22.2px;color:#4b5563;padding-left:28px;position:relative}._checkbox_el_81k9k_128 label:before{content:"";position:absolute;left:0;top:50%;width:18px;height:18px;border:1px solid #aab4c3;border-radius:4px;transform:translateY(-50%);background:#fff;box-sizing:border-box}._checkbox_el_81k9k_128 label:after{content:"";position:absolute;left:5px;top:50%;width:8px;height:5px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:translateY(-65%) rotate(-45deg);opacity:0}._checkbox_el_81k9k_128 input[type=checkbox]:checked+label:before{border-color:#244a97;background:#244a97}._checkbox_el_81k9k_128 input[type=checkbox]:checked+label:after{opacity:1}._notice_check_box_81k9k_184{cursor:pointer}._close_btn_81k9k_188{display:flex;align-items:center;justify-content:center;width:110px;height:100%;font-size:1.45rem;font-weight:700;color:#fff;line-height:22.2px;background:#1e3163}._close_81k9k_188{position:absolute;top:20px;right:20px;display:inline-block;width:22px;height:22px;cursor:pointer}._close_81k9k_188:before,._close_81k9k_188:after{content:"";position:absolute;height:1px;width:100%;top:50%;left:0;margin-top:-1px;background:#000}._close_81k9k_188:before{transform:rotate(45deg)}._close_81k9k_188:after{transform:rotate(-45deg)}._close_81k9k_188._thick_81k9k_226:before,._close_81k9k_188._thick_81k9k_226:after{height:4px;margin-top:-2px}._container_3gn6y_1{width:100%}._container_3gn6y_1 ._content_3gn6y_4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:118px}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10{min-width:0;height:100%;padding:12px 18px;border-right:1px solid #e2e2e2;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:8px}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10:last-child{border-right:0}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:2px;width:100%;min-width:0}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24 ._itemTitle_3gn6y_33{display:flex;align-items:center;justify-content:flex-start;width:100%;min-width:0;font-size:1.3rem;font-weight:500;line-height:1.3;color:#444;letter-spacing:-.3px;white-space:nowrap}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24 ._itemPrice_3gn6y_46{width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-end;white-space:nowrap}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24 ._itemPrice_3gn6y_46 ._amount_3gn6y_54{font-size:1.6rem;font-weight:500;line-height:1.35;letter-spacing:-.43px}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24 ._itemPrice_3gn6y_46 ._unit_3gn6y_60{display:inline-block;font-size:1.4rem;line-height:1.7;letter-spacing:-.11px;color:#999;margin-left:8px}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24 ._transit_3gn6y_68{font-size:1.1rem;color:#979797;line-height:1.35;letter-spacing:.12px;width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-end;white-space:nowrap}._container_3gn6y_1 ._content_3gn6y_4 ._box_3gn6y_10 ._item_3gn6y_24 ._transit_3gn6y_68 span{margin-left:5px;letter-spacing:-.28px}._container_1p3rp_1{height:86%;white-space:nowrap;overflow-x:auto;overflow-y:hidden}._container_1p3rp_1>article{min-width:760px;height:100%}._container_1p3rp_1 ._Asset-Wrap_1p3rp_11{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end}._container_1p3rp_1 ._Asset-Wrap_1p3rp_11 ._Filter_1p3rp_17{width:200px;height:50px;display:flex;align-items:center;justify-content:center;padding:0 16px}._container_1p3rp_1 ._Asset-Wrap_1p3rp_11 ._Filter_1p3rp_17 input{display:none}._container_1p3rp_1 ._Asset-Wrap_1p3rp_11 ._Filter_1p3rp_17 label{width:100%;height:25px;display:flex;align-items:center;justify-content:center;padding-left:26px;font-size:1.4rem;font-weight:500;letter-spacing:-.28px;color:#999;background-position:left center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");background-size:20px 20px}._container_1p3rp_1 ._Asset-Wrap_1p3rp_11 ._Filter_1p3rp_17 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e");color:#1b1b1b}._head_1p3rp_49{display:flex;align-items:center;justify-content:flex-start;width:100%;height:40px;background-color:#f8f8f9}._head_1p3rp_49 li:nth-child(1){width:24%;flex:0 0 24%}._head_1p3rp_49 li:nth-child(2){width:24%;flex:0 0 24%}._head_1p3rp_49 li:nth-child(3){width:28%;flex:0 0 28%}._head_1p3rp_49 li:nth-child(4){width:24%;flex:0 0 24%}._head_1p3rp_49 li{display:flex;align-items:center;justify-content:flex-end;font-size:1.3rem;color:#777;border-left:1px solid #e5e4ea;height:100%;box-sizing:border-box;min-width:0;padding:0 24px}._head_1p3rp_49 li:first-child{justify-content:flex-start;border-left:0}._head_1p3rp_49 li:nth-child(2){padding-right:16px}._body_1p3rp_93{width:100%;height:calc(100% - 102px)}._body_1p3rp_93 ._noData_1p3rp_97{display:flex;align-items:center;justify-content:center;width:100%;margin-top:100px;font-size:1.5rem;font-weight:500;line-height:1.55;letter-spacing:-.3px;color:#999}._body_1p3rp_93 ._item_1p3rp_109{display:flex;align-items:center;justify-content:flex-start;width:100%;height:82px;border-bottom:1px solid #dddddd}._body_1p3rp_93 ._item_1p3rp_109:first-child{height:64px}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120:nth-child(1){width:24%;flex:0 0 24%}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120:nth-child(2){width:24%;flex:0 0 24%}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120:nth-child(3){width:28%;flex:0 0 28%}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120:nth-child(4){width:24%;flex:0 0 24%}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120{display:flex;font-size:1.8rem;line-height:16px;position:relative;color:#1b1b1b;border-left:1px solid #dddddd;height:100%;box-sizing:border-box;min-width:0}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._name_1p3rp_147{border-left:0;align-items:center;justify-content:flex-start;padding-left:24px}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._name_1p3rp_147 ._icon_1p3rp_153{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;border-radius:50%;background:#f1f1f1}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._name_1p3rp_147 ._icon_1p3rp_153 img{width:100%}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._name_1p3rp_147 ._coinName_1p3rp_166{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;font-size:1.7rem;font-weight:500;line-height:1.5;letter-spacing:-.34px}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._name_1p3rp_147 ._coinName_1p3rp_166 ._units_1p3rp_176{margin-top:2px;font-size:1.3rem;letter-spacing:-.26px;color:#a4a4a4}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._amount_1p3rp_182{display:flex;align-items:center;justify-content:flex-end;padding-right:16px}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._eval_1p3rp_188{align-items:flex-end;justify-content:center;flex-direction:column;padding-right:24px}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._eval_1p3rp_188 ._transit_1p3rp_194{font-size:1.3rem;font-weight:500;letter-spacing:.13px;line-height:1.4;color:#999}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120._eval_1p3rp_188 ._transit_1p3rp_194 span{margin-left:6px;font-size:1.2rem}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120 ._am_1p3rp_182{min-width:0;font-weight:500;font-size:1.6rem;line-height:1.4;letter-spacing:.16px;white-space:nowrap}._body_1p3rp_93 ._item_1p3rp_109 ._col_1p3rp_120 ._unit_1p3rp_176{flex:0 0 auto;margin-left:8px;font-size:1.2rem;font-weight:500;line-height:1.4;color:#777}._bid_avg_1p3rp_222,._bid_price_1p3rp_227{align-items:center;justify-content:flex-end}._pnl_1p3rp_232,._pl_1p3rp_233{flex-direction:column;justify-content:center;align-items:flex-end;padding-right:24px}._pnl_1p3rp_232>div,._pl_1p3rp_233>div{max-width:100%;white-space:nowrap}._pnl_1p3rp_232 ._transit_1p3rp_194,._pl_1p3rp_233 ._transit_1p3rp_194{max-width:100%;font-size:1.3rem;font-weight:500;letter-spacing:.13px;line-height:1.4;color:#999;white-space:nowrap}._pnl_1p3rp_232 ._transit_1p3rp_194 span,._pl_1p3rp_233 ._transit_1p3rp_194 span{margin-left:6px;font-size:1.2rem}._bid_avg_button_1p3rp_260{color:#fff;background-color:#bababa;border-radius:5px!important;border:0;font-size:12px;font-weight:100;width:33px;padding:2px 4px}._AvgPrice_1p3rp_271{width:380px;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:0;outline:none;padding:30px}._AvgPrice_1p3rp_271 ._ModalHeading_1p3rp_284{font-weight:400;padding-bottom:15px;border-bottom:1px solid black}._AvgPrice_1p3rp_271 ._ModalHeading_1p3rp_284 ._Close_1p3rp_289{float:right;font-size:25px;cursor:pointer}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 p{display:block;padding-top:20px;padding-bottom:20px}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._CoinName_1p3rp_299{font-size:16px;font-weight:600}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._CoinInfoWrap_1p3rp_303{font-size:14px;color:gray}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._CoinInfoWrap_1p3rp_303 ._CoinInfo_1p3rp_303{float:right}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._CoinInfoWrap_1p3rp_303 ._CoinAvgPriceInput_1p3rp_310{text-align:right;border:1px solid gray;width:180px;height:25px;padding:5px;position:relative;bottom:5px;left:7px}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._CoinInfoWrap_1p3rp_303 ._CoinInfoKRW_1p3rp_320{display:inline-block;width:60px;text-align:center;font-size:12px;position:relative;bottom:5px}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._CoinInfoWrap_1p3rp_303 ._CoinInfoName_1p3rp_328{display:inline-block;width:60px;text-align:center;font-size:12px}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._WarningTitle_1p3rp_334{font-size:13px;padding-bottom:5px}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._WarningContent_1p3rp_338{padding-bottom:10px}._AvgPrice_1p3rp_271 ._ModalText_1p3rp_294 ._WarningContent_1p3rp_338>li{font-size:12px;font-weight:300;padding-top:5px;line-height:1.3}._AvgPrice_1p3rp_271 ._CenterDiv_1p3rp_347{text-align:center}._AvgPrice_1p3rp_271 ._CenterDiv_1p3rp_347 ._ResetBtn_1p3rp_350{align-items:center;justify-content:center;width:100px;height:30px;margin:10px 30px 0 auto;background:#fff;color:#054ab4;font-size:1.3rem;border:1px solid #d4d4d4}._AvgPrice_1p3rp_271 ._CenterDiv_1p3rp_347 ._SubmitBtn_1p3rp_361{align-items:center;justify-content:center;width:100px;height:30px;margin:10px auto 0;background:#054ab4;color:#fff;font-size:1.3rem}._List_s1pz3_1{width:100%;display:flex;align-items:center;justify-content:flex-start;height:47px;border-bottom:1px solid #e5e5e5}._Item_s1pz3_10{width:25%;height:100%;display:flex;align-items:center;justify-content:center;color:#a4a4a4;font-size:1.6rem;cursor:pointer;border-bottom:3px solid transparent;transition:all .1s ease-in}._Item_s1pz3_10 span{font-weight:400}._Item_s1pz3_10._Active_s1pz3_25{color:#1b1b1b;border-bottom:3px solid #1b1b1b}._Item_s1pz3_10._Active_s1pz3_25 span{font-weight:700}._Wrap_aq1rv_1{width:100%;height:50px;display:flex;align-items:center;justify-content:flex-end}._Wrap_aq1rv_1 ._Pane_aq1rv_8{width:100%;display:flex;align-items:center;justify-content:flex-end;z-index:4}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15{background:#fff;width:117px}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15:first-child ._Head_aq1rv_19{border-right:1px solid #dddddd}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Head_aq1rv_19{display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:500;line-height:1.5;letter-spacing:-.28px;cursor:pointer;position:relative;top:0;left:0;width:117px;height:16px}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Head_aq1rv_19:after{margin:6px 0 0 12px;display:block;content:"";height:0;width:0;border:6px solid transparent;border-top-color:#1b1b1b}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Body_aq1rv_46{overflow:hidden;max-height:0;transition:all .3s ease-in-out;padding-top:0;display:flex;align-items:center;justify-content:space-between;flex-direction:column;position:absolute;top:48px;right:128px}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Body_aq1rv_46 li{width:100%;display:flex;align-items:flex-start}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Body_aq1rv_46 li input{display:none}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Body_aq1rv_46 li label{font-size:1.4rem;line-height:1.45;letter-spacing:-.28px;padding:3px 0 3px 22px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='3.5'%20fill='white'%20stroke='%23DDDDDD'/%3e%3c/svg%3e") no-repeat left center;background-size:16px 16px}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15 ._Body_aq1rv_46 li input:checked+label{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='3.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3cpath%20d='M15%207.19452L13.9401%206L8.96092%2011.6098L6.05985%208.34034L5%209.53486L8.96175%2014L15%207.19452Z'%20fill='white'/%3e%3c/svg%3e") no-repeat left center;background-size:16px 16px}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15._Active_aq1rv_79 ._Head_aq1rv_19{color:#1d2b59}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15._Active_aq1rv_79 ._Head_aq1rv_19:after{border:6px solid transparent;border-bottom-color:#1d2b59;margin:0 0 6px 12px}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15._Active_aq1rv_79 ._Body_aq1rv_46{padding:10px;width:95px;min-height:130px;border:1px solid #dddddd;border-radius:2px;box-shadow:0 0 8px #0000001f;background-color:#fff}._Wrap_aq1rv_1 ._Pane_aq1rv_8 ._Content_aq1rv_15._Active_aq1rv_79 ._Body_aq1rv_46._trade_aq1rv_96{right:12px;display:inline-grid}._Wrap_12bxh_1{width:100%}._Wrap_12bxh_1>article{width:100%;position:relative;height:100%}._Wrap_12bxh_1 ._Head_12bxh_9{width:100%;display:flex}._Wrap_12bxh_1 ._Head_12bxh_9 li{position:relative;display:flex;align-items:center;justify-content:center;height:40px;font-size:1.3rem;line-height:1.5;letter-spacing:-.26px;color:#777;background-color:#f8f8f9;border-left:1px solid #dddddd}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(1){width:16%}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(2){width:13%}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(3){width:10%}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(4){width:20%}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(5){width:20%}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(6){width:21%}._Wrap_12bxh_1 ._Head_12bxh_9 li:first-child{border-left:0}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(4),._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(5){justify-content:flex-end;padding-right:15px}._Wrap_12bxh_1 ._Head_12bxh_9 li:nth-child(6){justify-content:flex-end;padding-right:20px}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55{height:932px}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58{width:100%;height:832px}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62{width:100%;display:flex;align-items:center;height:64px;border-bottom:1px solid #dddddd}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69{display:flex;align-items:center;justify-content:center}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(1){width:16%}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(2){width:13%}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(3){width:10%}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(4){width:20%}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(5){width:20%}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(6){width:21%}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69{font-size:1.3rem;font-weight:500;line-height:1.45;letter-spacing:.13px;height:100%;border-left:1px solid #dddddd}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69 span{font-size:1.4rem;font-weight:500;line-height:1.45;letter-spacing:-.28px}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69 span._Bid_12bxh_106{color:#c84a31}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69 span._Ask_12bxh_109{color:#015dd1}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69 span._amount_12bxh_112{letter-spacing:.14px;width:134px;word-break:break-all;text-align:right}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69 span._Unit_12bxh_118{display:inline-block;margin-left:5px;color:#777;font-size:1.1rem;font-weight:400;letter-spacing:.11px}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:first-child{border-left:0}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(4),._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(5){justify-content:flex-end;padding-right:15px}._Wrap_12bxh_1 ._scroll_wrap_12bxh_55 ._Table_12bxh_58 ._Row_12bxh_62 ._Col_12bxh_69:nth-child(6){justify-content:flex-end;padding-right:20px}._Cancel_12bxh_138{color:#666}._NoDataList_12bxh_142{display:flex;align-items:center;justify-content:center;width:100%;margin-top:100px;font-size:1.5rem;font-weight:500;line-height:1.55;letter-spacing:-.3px;color:#999}._Wrap_1hhmq_1{width:100%;height:calc(100% - 75px)}._Wrap_1hhmq_1>article{width:100%;position:relative;height:100%}._Wrap_1hhmq_1 ._Head_1hhmq_10{width:100%;display:flex}._Wrap_1hhmq_1 ._Head_1hhmq_10 li{position:relative;display:flex;align-items:center;justify-content:center;height:40px;font-size:1.3rem;line-height:1.5;letter-spacing:-.26px;color:#777;background-color:#f8f8f9;border-left:1px solid #dddddd}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(1){width:16%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(2){width:11%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(3){width:7%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(4){width:16.35%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(5){width:16.35%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(6){width:16.35%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(7){width:17%}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:first-child{border-left:0}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(4),._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(5),._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(6){justify-content:flex-end;padding-right:12px}._Wrap_1hhmq_1 ._Head_1hhmq_10 li:nth-child(7){justify-content:flex-end;padding-right:16px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59{height:932px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62{width:100%;height:832px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66{width:100%;display:flex;height:64px;border-bottom:1px solid #dddddd}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72{display:flex;align-items:center;justify-content:center}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(1){width:16%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(2){width:11%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(3){width:7%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(4){width:16.35%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(5){width:16.35%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(6){width:16.35%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(7){width:17%}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72{font-size:1.3rem;font-weight:500;line-height:1.45;letter-spacing:.13px;border-left:1px solid #dddddd}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72._count_1hhmq_105{align-items:flex-end;flex-direction:column;padding-right:12px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72._count_1hhmq_105>div{width:100%;display:flex;align-items:center;justify-content:flex-end}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72 span{font-size:1.4rem;font-weight:500;line-height:1.45;letter-spacing:-.28px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72 span._Bid_1hhmq_122{color:#c84a31}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72 span._Ask_1hhmq_125{color:#015dd1}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72 span._amount_1hhmq_128{padding-left:4px;letter-spacing:.14px;word-break:break-all;text-align:right}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72 span._Unit_1hhmq_134{display:inline-block;margin-left:5px;color:#777;font-size:1.1rem;font-weight:400;letter-spacing:.11px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:first-child{border-left:0}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(5),._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(6){justify-content:flex-end;padding-right:12px}._Wrap_1hhmq_1 ._scroll_wrap_1hhmq_59 ._Table_1hhmq_62 ._Row_1hhmq_66 ._Col_1hhmq_72:nth-child(7){justify-content:flex-end;padding-right:16px}._Cancel_1hhmq_154{color:#666}._NoDataList_1hhmq_158{display:flex;align-items:center;justify-content:center;width:100%;margin-top:100px;font-size:1.5rem;font-weight:500;line-height:1.55;letter-spacing:-.3px;color:#999}._Wrap_1r91w_1{width:100%;height:calc(100% - 75px)}._Wrap_1r91w_1>article{width:100%;position:relative;height:100%}._Wrap_1r91w_1 ._Head_1r91w_10{width:100%;display:flex}._Wrap_1r91w_1 ._Head_1r91w_10 li{position:relative;display:flex;align-items:center;justify-content:center;height:40px;font-size:1.3rem;line-height:1.5;letter-spacing:-.26px;color:#777;background-color:#f8f8f9;border-left:1px solid #dddddd}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(1){width:15.5%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(2){width:11%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(3){width:6.5%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(4){width:15.5%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(5){width:15.5%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(6){width:15.5%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(7){width:15.5%}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(8){width:8%}._Wrap_1r91w_1 ._Head_1r91w_10 li:first-child{border-left:0}._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(4),._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(5),._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(6),._Wrap_1r91w_1 ._Head_1r91w_10 li:nth-child(7){justify-content:flex-end;padding-right:10px}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58{height:932px}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61{width:100%;height:832px}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65{width:100%;display:flex;align-items:center;height:64px;border-bottom:1px solid #dddddd}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72{display:flex;align-items:center;justify-content:center}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(1){width:15.5%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(2){width:11%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(3){width:6.5%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(4){width:15.5%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(5){width:15.5%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(6){width:15.5%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(7){width:15.5%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(8){width:8%}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72{font-size:1.3rem;font-weight:500;line-height:1.45;letter-spacing:.13px;height:100%;border-left:1px solid #dddddd}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72 span{font-size:1.3rem;font-weight:500;line-height:1.45;letter-spacing:-.26px}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72 span._Bid_1r91w_115{color:#c84a31}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72 span._Ask_1r91w_118{color:#015dd1}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72 span._amount_1r91w_121{padding-left:4px;letter-spacing:.13px;word-break:break-all;text-align:right}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72 span._Unit_1r91w_127{display:inline-block;margin-left:5px;color:#777;font-size:1.1rem;font-weight:400;letter-spacing:.11px}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72 ._CancelBtn_1r91w_135{display:flex;align-items:center;justify-content:center;height:26px;padding:5px 12px;border:1px solid #dddddd;border-radius:4px;font-size:1.2rem;line-height:1.3;letter-spacing:.12px}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(1){font-size:1.2rem;border-left:0}._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(4),._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(5),._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(6),._Wrap_1r91w_1 ._scroll_wrap_1r91w_58 ._Table_1r91w_61 ._Row_1r91w_65 ._Col_1r91w_72:nth-child(7){justify-content:flex-end;padding-right:10px}._NoDataList_1r91w_156{width:100%;height:45px;margin-top:30px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#777}._Wrap_7jpvh_1{width:100%;max-width:1400px;min-width:1024px;height:1080px;margin:0 auto 70px;padding:10px 0 0;display:flex;justify-content:space-between}._LeftPane_7jpvh_12{position:sticky;top:120px;width:412px;flex:0 0 412px;height:calc(100vh - 135px);background:#fff}._RightPane_7jpvh_21{width:calc(100% - 412px);min-height:100%;margin-left:10px;background:#fff;box-shadow:2px 2px 4px #d6d9df;position:relative;overflow:hidden}@media(max-width:1440px){._Wrap_7jpvh_1{padding:10px}._LeftPane_7jpvh_12{width:350px}._RightPane_7jpvh_21{width:calc(100% - 350px);margin-left:10px}}._Wrap_1vxs7_1{width:100%;padding:120px 0}._Wrap_1vxs7_1 ._Inner_1vxs7_5{width:500px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._GuideText_1vxs7_12{text-align:center}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._GuideText_1vxs7_12 h1{font-size:2.6rem;font-weight:700;line-height:36px;letter-spacing:-.26px;margin-bottom:28px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._GuideText_1vxs7_12 p{font-size:1.8rem;letter-spacing:-.36px;line-height:27.9px;margin-bottom:38px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28{width:100%;margin-bottom:24px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._EmailTypeBtn_1vxs7_32{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;letter-spacing:-.17px;font-weight:500;border-radius:4px;border:1px solid #ccc;position:relative}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._EmailTypeBtn_1vxs7_32._Active_1vxs7_46{color:#1b1b1b}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._EmailTypeBtn_1vxs7_32>svg{width:30px;height:30px;fill:#fff;margin-right:10px;position:absolute;left:17px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._KakaoTypeBtn_1vxs7_57{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;letter-spacing:-.17px;font-weight:500;border-radius:4px;position:relative;color:#fff;background:#ddd}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._KakaoTypeBtn_1vxs7_57>svg{width:23px;height:23px;fill:#fff;margin-right:10px;position:absolute;left:22px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._KakaoTypeBtn_1vxs7_57._Active_1vxs7_46{color:#3b1d1c;background:#fada03}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._KakaoTypeBtn_1vxs7_57._Active_1vxs7_46>svg{fill:#3b1d1c}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._AppleTypeBtn_1vxs7_87{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;letter-spacing:-.17px;font-weight:500;margin-top:16px;border-radius:4px;position:relative;color:#fff;background:#ddd}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._AppleTypeBtn_1vxs7_87._Active_1vxs7_46{color:#fff;background:#1b1b1b}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._AppleTypeBtn_1vxs7_87>svg{width:30px;height:30px;fill:#fff;margin-right:5px;position:absolute;left:16px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._Or_1vxs7_115{margin:20px auto;font-size:14px;line-height:22px;letter-spacing:-.28px;color:#777;width:100px;background-color:#fff;text-align:center;position:relative;z-index:2}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._Bar_1vxs7_127{border-top:1px solid #f0f0f0;position:relative;z-index:1;bottom:30px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._BtnMgTop_1vxs7_133{margin-top:80px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._BtnMgBottom_1vxs7_136{margin-bottom:80px}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._SignTypeCheck_1vxs7_28 ._Notice_1vxs7_139{color:#777;font-size:1.4rem;line-height:18px;letter-spacing:-.28px;margin-top:16px;width:100%;text-align:center}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._Links_1vxs7_148{width:100%;display:flex;align-items:center;justify-content:center;padding:5px;font-size:1.4rem;color:#444}._Wrap_1vxs7_1 ._Inner_1vxs7_5 ._Links_1vxs7_148 a{color:#1b1b1b;font-weight:500;text-decoration:underline}._Wrap_2an12_1{width:100%;padding:90px 0}._Wrap_2an12_1 ._Inner_2an12_5{width:500px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_2an12_1 ._Inner_2an12_5 ._GuideText_2an12_12{text-align:center}._Wrap_2an12_1 ._Inner_2an12_5 ._GuideText_2an12_12 h1{font-size:2.6rem;font-weight:600;line-height:37.7px;margin-bottom:24px;height:38px}._Wrap_2an12_1 ._Inner_2an12_5 ._GuideText_2an12_12 p{font-size:1.8rem;line-height:27.9px;letter-spacing:-.36px;color:#777;margin-bottom:40px}._Wrap_2an12_1 ._Inner_2an12_5 ._Box_2an12_29{width:420px;height:124px;padding:23px;border:1px solid #e5e5e5;border-radius:4px;font-size:20px;font-weight:500;letter-spacing:-.5px;margin-bottom:34px}._Wrap_2an12_1 ._Inner_2an12_5 ._Box_2an12_29 span{display:inline-block;width:158px;font-weight:400;margin-bottom:28px}._Wrap_2an12_1 ._Inner_2an12_5 ._CheckWrap_2an12_46{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;font-size:1.4rem;margin-bottom:62px}._Wrap_2an12_1 ._Inner_2an12_5 ._CheckWrap_2an12_46 ._Label_2an12_55{display:flex;align-items:center;height:20px;padding-right:25px;cursor:pointer;background-repeat:no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;background-position:100% 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTObm5ubm5u3t7eXl5f7+/urq6vDw8Hp/fKkAAAAEdFJOUwDpphz5/MqVAAAAfUlEQVQoz9XTwQ2AIAxA0SZuoC5g4gA6ggZhAasLwAawvxwoJbYL0OPLTyCBwrCY34wb7EbMBKvEE2aJBxhl+kR3K5hQosNHYkIvkMKCV2zDgvi2YcGAsQkL2pxySAfllEPCnHJYrxSQw4q2Cfnywff+moTqp1W/t7oI2sp8LTvWwYoWVd0AAAAASUVORK5CYII=);margin-bottom:16px}._Wrap_2an12_1 ._Inner_2an12_5 ._CheckWrap_2an12_46 ._Label_2an12_55._Active_2an12_68{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAAB0UlEQVRYCe2Yv0oDQRDGZ9eLXaJYKEaxFFQkcE0KG60USx/DB0jhG2grWNvZ2QiCjdqmTKWVhYQIFoKKCP5b9zuyEEJy7N3u3m2x01yy2Zn53bdfkmMYyWjeXC7+iL8jYrQphJjHWlnBGHsiQbcR46321m6X9eE6gsRMWVCj+jJiLxKywaGcb3AABhPYOI511B14sSbZeNmeSxMCbDxtgw+fBUDTUwgKBgVNFTDNL9yDE4xlYi4UcK++RKfxBlWjijZkYYCAO1hep9XaNB2uxX4BKjj5KEVv3190/HDvD+Aw3H6nTXfvr24AsxrcFA53oe1BGBsGR1OdsAGHPpFOM+yBsWHwlepUknLeexybagsODbQVhLFhcBgd38ZxStqEywQIY8PgaZC24TIBYnMapAs49GTx9YXAiywBH540mlSrTJJ8LKer5x5tz9aT44fCWX9K0npre3CwyLCSO3MLTuDQMxcgEgch8d62cqiJyA2IZAXZ/fyweqyorSKXB1WyuuIf5ld60UUYKaiAXMGhvhVABeriGgBNVQ0KBgVNFTDN58lM2LSKo3ywcQysHdU3LyvZOKbpGFibV7NboT9Eb3GM+jFNlwtnPhw3GMACJrD9A8oB5qSp6iGUAAAAAElFTkSuQmCC)}._Wrap_2an12_1 ._Inner_2an12_5 ._CheckWrap_2an12_46 p{color:#777}._Wrap_2an12_1 ._Submit_2an12_74{background-color:#1d2b59;border-radius:4px;color:#fff;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px}._Wrap_2an12_1 ._Submit_2an12_74[disabled]{background:#ddd}._SigninForm_2an12_89{width:100%;padding-bottom:20px}._InputEl_2an12_94{position:relative;width:100%;margin-bottom:49px}._InputEl_2an12_94 input{width:100%;height:48px;font-size:1.8rem;font-weight:500;line-height:26.1px;letter-spacing:-.36px;border:none;border-bottom:1px solid #e5e5e5}._InputEl_2an12_94 input::placeholder{color:#ccc}._InputEl_2an12_94 input:focus{border-bottom:2px solid #1b1b1b}._InputEl_2an12_94 ._InputName_2an12_115{font-size:1.3rem;font-weight:500;letter-spacing:-.26px;color:#444;padding-bottom:1px}._InputEl_2an12_94 ._InputError_2an12_122{border-bottom:2px solid #ee5f41}._InputEl_2an12_94 ._Pass_2an12_125{position:absolute;top:17px;right:7px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e") no-repeat center center;background-size:18px 18px}._InputEl_2an12_94 ._Pass_2an12_125._Active_2an12_68{display:flex}._InputEl_2an12_94 ._Error_2an12_140{position:absolute;top:17px;right:7px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:20px 20px}._InputEl_2an12_94 ._Error_2an12_140._Active_2an12_68{display:flex}._InputEl_2an12_94 ._ValidateMsg_2an12_155{position:absolute;top:75px;width:100%;display:flex;align-items:center;justify-content:flex-start;color:#ee5f41;font-size:1.2rem;visibility:hidden}._InputEl_2an12_94 ._ValidateMsg_2an12_155._Active_2an12_68{visibility:visible}._Links_2an12_170{width:100%;display:flex;align-items:center;justify-content:space-between;padding:5px;font-size:1.4rem;font-weight:500;line-height:20.3px;letter-spacing:-.28px;color:#777}._Links_2an12_170 a{font-weight:500;line-height:20.3px;letter-spacing:-.28px;color:#777;text-decoration:underline}._Wrap_nbwao_1{width:100%;padding:90px 0}._Wrap_nbwao_1 ._Inner_nbwao_5{width:548px;height:578px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_nbwao_1 ._Inner_nbwao_5 ._GuideText_nbwao_13{text-align:center}._Wrap_nbwao_1 ._Inner_nbwao_5 ._GuideText_nbwao_13 h1{font-size:2.6rem;font-weight:700;line-height:37.7px;margin-bottom:30px}._Wrap_nbwao_1 ._Inner_nbwao_5 ._Resend_nbwao_22{background-color:#1d2b59;color:#fff;border-radius:4px;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px}._Wrap_nbwao_1 ._Inner_nbwao_5 ._Resend_nbwao_22[disabled]{background:#ddd}._ActiveMsg_nbwao_37{width:100%;font-size:1.6rem;color:#777;line-height:24.8px;letter-spacing:-.32px;text-align:center;border-bottom:1px solid #ddd;padding-bottom:30px}._ActiveMsg_nbwao_37>svg{margin-bottom:16px}._ActiveMsg_nbwao_37>h1{font-size:1.8rem;font-weight:700;line-height:27.9px;margin-bottom:12px;color:#1b1b1b}._CautionMsg_nbwao_58{width:100%;font-size:1.5rem;font-weight:500;line-height:21.8px;letter-spacing:-.3px;text-align:center;padding:30px 0 36px}._CautionMsg_nbwao_58>ul{margin-top:8px}._CautionMsg_nbwao_58>ul li{font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;color:#777;text-align:left}._CautionMsg_nbwao_58>ul li:first-child{margin-bottom:6px}._CautionMsg_nbwao_58 span{color:#444;font-weight:700}._UserId_nbwao_85{display:block;width:300px;margin:0 auto 50px;text-align:center;height:35px;background:#ebebeb;border:0;font-size:1.4rem;color:#054ab4}._Page_1xyku_2{width:100%;margin:24px 0 70px}._Page_1xyku_2 h2{font-size:2rem;font-weight:700;margin-bottom:18px}._Page_1xyku_2 h3{font-size:1.6rem;font-weight:700;margin-bottom:18px}._Page_1xyku_2 p{font-size:1.5rem;line-height:1.5;margin-bottom:18px;margin-top:4px}._Page_1xyku_2 ul{margin-bottom:18px}._Page_1xyku_2 ul li{font-size:1.5rem;line-height:25.5px;letter-spacing:-.3px}._Page_1xyku_2 ul li._main_info_1xyku_30{margin:24px 0 20px}._Page_1xyku_2 ul li._sec_1xyku_33{font-weight:500}._Page_1xyku_2 ul li ul{margin:3px 0 20px;padding:0 15px}._Page_1xyku_2 ul li ul li{margin-bottom:0;color:#444}._Page_1xyku_2 ul li ul li._emphasized_1xyku_44{font-size:calc(1em + 1px);color:#0080d6;text-decoration:underline}._Page_1xyku_2 li{font-size:15px;line-height:22px;letter-spacing:-.3px;color:#1b1b1b}._Page_1xyku_2 table{margin-top:12px;margin-bottom:20px;word-break:keep-all}._Page_1xyku_2 table thead{border-top:1px solid #1b1b1b;border-bottom:1px solid #ddd}._Page_1xyku_2 table thead tr{border-top:1px solid #1b1b1b}._Page_1xyku_2 table th,._Page_1xyku_2 table td{padding:10px 8px;text-align:center!important;border-left:1px solid #ddd;border-bottom:1px solid #ddd;font-size:1.5rem;line-height:1.5}._Page_1xyku_2 table th._first_1xyku_75,._Page_1xyku_2 table td._first_1xyku_75{border-left:0}._Page_1xyku_2 table td._emphasized_1xyku_44{font-size:calc(1em + 1px);color:#0080d6;text-decoration:underline}._Page_1xyku_2 table td._textAlign_1xyku_83{text-align:left!important;vertical-align:top!important}._Page_1xyku_2 ._info-title-list_1xyku_87{margin-bottom:24px}._Page_1xyku_2 ._info-title-list_1xyku_87>li a{display:inline-block;padding:6px 8px;font-size:15px;line-height:22px;font-weight:400;color:#1b1b1b}._Page_1xyku_2 ._link_1xyku_98{display:inline-block;font-size:15px;line-height:22px;font-weight:400;text-decoration:underline;color:#015dd1}._SandBox_1xyku_107{font-size:1.4rem;line-height:22px;letter-spacing:-.28px;color:#1b1b1b}._SandBox_1xyku_107 h2{font-size:2rem;font-weight:700;margin-bottom:18px}._SandBox_1xyku_107 h3{font-size:1.6rem;font-weight:700;margin-bottom:18px}._SandBox_1xyku_107 p{font-size:1.5rem;line-height:1.5;margin-bottom:18px;margin-top:4px}._SandBox_1xyku_107 ul{margin-bottom:15px}._SandBox_1xyku_107 ul li{font-size:1.4rem;line-height:1.5}._SandBox_1xyku_107 ul li ul{padding:0 5px}._SandBox_1xyku_107 ul li._emphasized_1xyku_44{font-size:calc(1em + 1px);color:#0080d6;text-decoration:underline}._SandBox_1xyku_107 table{border:1px solid #d5d5d5;margin-bottom:15px}._SandBox_1xyku_107 table th,._SandBox_1xyku_107 table td{padding:5px 0;text-align:center!important;border:1px solid #d5d5d5;font-size:1.4rem;line-height:1.5}._SandBox_1xyku_107 table td._emphasized_1xyku_44{font-size:calc(1em + 1px);color:#0080d6;text-decoration:underline}._SandBox_1xyku_107 ._info-title-list_1xyku_87{margin-bottom:20px}._SandBox_1xyku_107 ._info-title-list_1xyku_87>li a{display:inline-block;padding:6px 8px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._SandBox_1xyku_107 ._link_1xyku_98{display:inline-block;margin:8px 0 16px;font-size:14px;line-height:20px;font-weight:400;text-decoration:underline;color:#015dd1}._download_btn_1xyku_181{display:flex;align-items:center;justify-content:center;width:60%;height:40px;margin:12px 0;border:1px solid #1D2B59;border-radius:4px;background-color:#fff;color:#1d2b59;font-weight:500;font-size:1.5rem;letter-spacing:-.3px}._download_btn_1xyku_181 img{width:14px;margin-left:5.8px}._info-title-list_1xyku_87{display:flex;flex-wrap:wrap;padding:6px 0;border:1px solid #ddd;position:relative}._info-title-list_1xyku_87:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:#ddd}._info-title-list_1xyku_87>li{flex:0 0 50%}._previous_1xyku_221{width:150px;height:30px;color:#054ab4;border-radius:3px;border:1px solid #d4d4d4;font-size:1.2rem;background:#fff;transition:all .2s ease-in}._previous_1xyku_221 a{color:#1b1b1b}._TrCenter_1xyku_235{text-align:center}._TrCenter_1xyku_235 ._TdLeft_1xyku_238{text-align:left}._policy-page_1xyku_242{word-break:break-all}._policy-page_1xyku_242 h2{margin-top:24px}._policy-page_1xyku_242 h3{margin-top:20px}._policy-page_1xyku_242 ._emphasized_1xyku_44{font-size:17px!important;font-weight:600!important;color:#0080d6!important;text-decoration:underline!important}._policy-page_1xyku_242 li+li{margin-top:4px}._policy-page_1xyku_242 ._margin-bottom-12_1xyku_260{margin-bottom:12px!important}._policy-page_1xyku_242 ._list-text_1xyku_263{margin-top:4px;padding-left:20px}._policy-page_1xyku_242 ._list-text_1xyku_263 ul{margin-bottom:0}._policy-page_1xyku_242 ._list-text_1xyku_263>li{list-style:none;padding-left:0;position:relative;font-size:15px;line-height:24px;color:#1b1b1b}._policy-page_1xyku_242 ._list-text_1xyku_263>li:before{left:auto;position:absolute;right:calc(100% + 3px);top:0;white-space:nowrap}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text1_1xyku_285:before{content:"가."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text2_1xyku_288:before{content:"나."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text3_1xyku_291:before{content:"다."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text4_1xyku_294:before{content:"라."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text5_1xyku_297:before{content:"마."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text6_1xyku_300:before{content:"바."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text7_1xyku_303:before{content:"사."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text8_1xyku_306:before{content:"아."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text9_1xyku_309:before{content:"자."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text10_1xyku_312:before{content:"차."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text11_1xyku_315:before{content:"카."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text12_1xyku_318:before{content:"타."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text13_1xyku_321:before{content:"파."}._policy-page_1xyku_242 ._list-text_1xyku_263>li._text14_1xyku_324:before{content:"하."}._policy-page_1xyku_242 ._list-count_1xyku_327{margin-top:4px;padding-left:20px;counter-reset:parentheses 0}._policy-page_1xyku_242 ._list-count_1xyku_327 ul{margin-bottom:0}._policy-page_1xyku_242 ._list-count_1xyku_327>li{list-style:none;padding-left:0;position:relative;font-size:15px;line-height:24px;color:#1b1b1b}._policy-page_1xyku_242 ._list-count_1xyku_327>li:before{display:flex;left:auto;position:absolute;right:calc(100% + 9px);top:0;counter-increment:parentheses 1;content:counter(parentheses);white-space:nowrap}._policy-page_1xyku_242 ._list-count_1xyku_327>li:nth-child(1):before{width:8px;justify-content:center}._policy-page_1xyku_242 ._list-count_1xyku_327>li:nth-child(11):before{width:14px;justify-content:center}._policy-page_1xyku_242 ._list-count_1xyku_327>li:nth-child(21):before{width:17px;justify-content:center}._policy-page_1xyku_242 ._list-count_1xyku_327>li:after{content:")";position:absolute;top:-1px;right:calc(100% + 3px);font-size:12px}._policy-page_1xyku_242 ._list-round_1xyku_372{margin-top:4px;padding-left:20px;counter-reset:roundCount 0}._policy-page_1xyku_242 ._list-round_1xyku_372 ul{margin-bottom:0}._policy-page_1xyku_242 ._list-round_1xyku_372>li{list-style:none;padding-left:0;position:relative;font-size:15px;line-height:24px;color:#1b1b1b}._policy-page_1xyku_242 ._list-round_1xyku_372>li:before{counter-increment:roundCount 1;content:counter(roundCount);position:absolute;top:3px;right:calc(100% + 3px);display:inline-flex;justify-content:center;width:14px;height:14px;border:1px solid #1b1b1b;border-radius:50%;font-size:10px;line-height:14px;font-weight:500;color:#1b1b1b;transform:scale(.8);white-space:nowrap}._policy-page_1xyku_242 ._list-bar_1xyku_407{margin-top:4px;padding-left:14px;margin-bottom:0}._policy-page_1xyku_242 ._list-bar_1xyku_407 ul{margin-bottom:0}._policy-page_1xyku_242 ._list-bar_1xyku_407>li{list-style:none;padding-left:0;position:relative;font-size:15px;line-height:24px;color:#1b1b1b}._policy-page_1xyku_242 ._list-bar_1xyku_407>li:before{content:"-";left:auto;position:absolute;right:calc(100% + 4px);top:0}._InputEl_1r03u_49 select{width:100%;height:48px;font-size:1.6rem;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M15%207.5L10%2013.75%205%207.5z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}._InputEl_1r03u_49 ._Eye_1r03u_100{position:absolute;top:17px;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M3.109%2015.04L4.158%2014c-1.149-1.032-2.05-2.307-2.64-3.733%201.488-3.718%205.595-6.6%209.482-6.6%201%20.013%201.991.191%202.933.528L15.07%203.05C13.78%202.506%2012.399%202.217%2011%202.2%206.114%202.384%201.807%205.457.044%2010.017c-.059.161-.059.338%200%20.499.651%201.728%201.701%203.279%203.065%204.525z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3cpath%20d='M8.066%2010.069c.106-1.453%201.261-2.608%202.714-2.714l1.327-1.334c-1.514-.399-3.125.037-4.232%201.143-1.106%201.107-1.542%202.718-1.143%204.232l1.334-1.327zM21.956%2010.017c-.841-2.19-2.304-4.087-4.21-5.456l3.52-3.527L20.232%200%20.733%2019.5l1.034%201.033%203.74-3.74c1.668.979%203.56%201.51%205.493%201.54%204.885-.183%209.193-3.257%2010.956-7.817.058-.161.058-.338%200-.499zm-8.023.25c-.006%201.044-.568%202.007-1.474%202.527-.907.52-2.021.518-2.926-.005l3.99-3.989c.263.444.405.95.41%201.467zM11%2016.867c-1.539-.027-3.048-.425-4.4-1.159l1.862-1.863c1.749%201.214%204.115%201.001%205.62-.503%201.505-1.505%201.717-3.871.504-5.62l2.104-2.105c1.683%201.155%202.999%202.769%203.792%204.65-1.489%203.718-5.596%206.6-9.482%206.6z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 22px}._InputEl_1r03u_49 ._Eye_1r03u_100._Open_1r03u_115{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='16'%20viewBox='0%200%2022%2016'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M21.956%207.753C20.193%203.23%2015.886.183%2011%200%206.114.182%201.807%203.23.044%207.753c-.059.16-.059.334%200%20.494C1.807%2012.77%206.114%2015.817%2011%2016c4.885-.182%209.193-3.23%2010.956-7.753.058-.16.058-.334%200-.494zM11%2014.545c-3.887%200-7.994-2.858-9.482-6.545C3.006%204.313%207.113%201.455%2011%201.455c3.886%200%207.993%202.858%209.482%206.545-1.489%203.687-5.596%206.545-9.482%206.545z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3cpath%20d='M11%203.636C8.57%203.636%206.6%205.59%206.6%208s1.97%204.364%204.4%204.364c2.43%200%204.4-1.954%204.4-4.364S13.43%203.636%2011%203.636zm0%207.273C9.38%2010.91%208.066%209.607%208.066%208c0-1.607%201.314-2.91%202.934-2.91S13.933%206.394%2013.933%208c0%20.772-.309%201.511-.86%202.057-.55.546-1.295.852-2.073.852z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 16px}._InputEl_1r03u_49 ._Pass_1r03u_55{position:absolute;top:17px;right:35px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e") no-repeat center center;background-size:18px 18px}._InputEl_1r03u_49 ._Error_1r03u_134{position:absolute;top:17px;right:35px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:20px 20px}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308 label{width:100%;height:25px;padding-left:32px;font-size:1.6rem;line-height:18px;letter-spacing:-.32px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%23E5E5E5'/%3e%3cpath%20d='M14.117%206.434%208.75%2011.8%205.883%208.934%205%209.817l2.867%202.867.883.883.883-.883L15%207.317l-.883-.883z'%20fill='%23fff'/%3e%3c/svg%3e");background-size:20px 20px;display:inline-block}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='.75'%20y='.75'%20width='18.5'%20height='18.5'%20rx='1.25'%20fill='%231E326B'%20stroke='%231E326B'%20stroke-width='1.5'/%3e%3cpath%20d='M14.117%206.433%208.75%2011.8%205.883%208.933%205%209.817l2.867%202.866.883.884.883-.884L15%207.317l-.883-.884z'%20fill='%23fff'/%3e%3c/svg%3e")}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308._AgreeAll_1r03u_329 label{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");font-weight:500}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308._AgreeAll_1r03u_329 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e")}._Wrap_16nqb_1{width:100%;padding:90px 0}._Wrap_16nqb_1 ._Inner_16nqb_5{width:548px;height:465px;padding:40px 40px 50px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_16nqb_1 ._Inner_16nqb_5 ._bankAccount_16nqb_13{background-color:#1d2b59;border-radius:4px;color:#fff;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px;margin-bottom:24px}._ActiveMsg_16nqb_26{width:100%;font-size:1.6rem;color:#777;line-height:24.8px;letter-spacing:-.32px;text-align:center;padding-bottom:36px}._ActiveMsg_16nqb_26 img{margin-bottom:16px}._ActiveMsg_16nqb_26>h1{color:#1b1b1b;font-size:2.2rem;font-weight:700;line-height:34.1px;margin-bottom:12px}._Links_16nqb_46{width:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;line-height:24.8px;letter-spacing:-.32px;color:#777}._Links_16nqb_46 button{color:#1b1b1b;font-weight:500;text-decoration:underline;cursor:pointer}._Wrap_1309f_1{width:100%;padding:120px 0}._Wrap_1309f_1 ._Inner_1309f_5{width:500px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_1309f_1 ._Inner_1309f_5 ._GuideText_1309f_12{text-align:center}._Wrap_1309f_1 ._Inner_1309f_5 ._GuideText_1309f_12 h1{font-size:2.8rem;font-weight:500;margin-bottom:28px;height:36px}._Wrap_1309f_1 ._Inner_1309f_5 ._GuideText_1309f_12 p{font-size:1.8rem;line-height:1.5;margin-bottom:40px}._Wrap_1309f_1 ._Submit_1309f_26{background:#1b1b1b;color:#fff;border-radius:3px;font-size:1.5rem;font-weight:300;cursor:pointer}._Wrap_1309f_1 ._Submit_1309f_26:active{background:#1b1b1b}._Wrap_1309f_1 ._Submit_1309f_26{width:100%;height:56px;margin-top:30px;font-size:1.7rem;font-weight:500}._Wrap_1309f_1 ._Submit_1309f_26[disabled]{background:#ddd}._SigninForm_1309f_48{width:100%}._InputEl_1309f_52{position:relative;width:100%;padding-bottom:30px;overflow:hidden}._InputEl_1309f_52._Password_1309f_58{padding-bottom:30px}._InputEl_1309f_52 input{width:100%;height:48px;font-size:1.6rem;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5}._InputEl_1309f_52 input::placeholder{color:#ccc}._InputEl_1309f_52 input:focus{border-bottom:2px solid #1b1b1b}._InputEl_1309f_52 ._InputName_1309f_75{font-size:1.3rem;color:#444;padding-bottom:1px}._InputEl_1309f_52 ._InputError_1309f_80{border-bottom:2px solid #ee5f41}._InputEl_1309f_52 select{width:100%;height:48px;font-size:1.6rem;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M15%207.5L10%2013.75%205%207.5z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}._InputEl_1309f_52 select:focus{border-bottom:2px solid #1b1b1b}._InputEl_1309f_52 ._Eye_1309f_99{position:absolute;top:17px;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M3.109%2015.04L4.158%2014c-1.149-1.032-2.05-2.307-2.64-3.733%201.488-3.718%205.595-6.6%209.482-6.6%201%20.013%201.991.191%202.933.528L15.07%203.05C13.78%202.506%2012.399%202.217%2011%202.2%206.114%202.384%201.807%205.457.044%2010.017c-.059.161-.059.338%200%20.499.651%201.728%201.701%203.279%203.065%204.525z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3cpath%20d='M8.066%2010.069c.106-1.453%201.261-2.608%202.714-2.714l1.327-1.334c-1.514-.399-3.125.037-4.232%201.143-1.106%201.107-1.542%202.718-1.143%204.232l1.334-1.327zM21.956%2010.017c-.841-2.19-2.304-4.087-4.21-5.456l3.52-3.527L20.232%200%20.733%2019.5l1.034%201.033%203.74-3.74c1.668.979%203.56%201.51%205.493%201.54%204.885-.183%209.193-3.257%2010.956-7.817.058-.161.058-.338%200-.499zm-8.023.25c-.006%201.044-.568%202.007-1.474%202.527-.907.52-2.021.518-2.926-.005l3.99-3.989c.263.444.405.95.41%201.467zM11%2016.867c-1.539-.027-3.048-.425-4.4-1.159l1.862-1.863c1.749%201.214%204.115%201.001%205.62-.503%201.505-1.505%201.717-3.871.504-5.62l2.104-2.105c1.683%201.155%202.999%202.769%203.792%204.65-1.489%203.718-5.596%206.6-9.482%206.6z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 22px}._InputEl_1309f_52 ._Eye_1309f_99._Active_1309f_111{display:flex}._InputEl_1309f_52 ._Eye_1309f_99._Open_1309f_114{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='16'%20viewBox='0%200%2022%2016'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M21.956%207.753C20.193%203.23%2015.886.183%2011%200%206.114.182%201.807%203.23.044%207.753c-.059.16-.059.334%200%20.494C1.807%2012.77%206.114%2015.817%2011%2016c4.885-.182%209.193-3.23%2010.956-7.753.058-.16.058-.334%200-.494zM11%2014.545c-3.887%200-7.994-2.858-9.482-6.545C3.006%204.313%207.113%201.455%2011%201.455c3.886%200%207.993%202.858%209.482%206.545-1.489%203.687-5.596%206.545-9.482%206.545z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3cpath%20d='M11%203.636C8.57%203.636%206.6%205.59%206.6%208s1.97%204.364%204.4%204.364c2.43%200%204.4-1.954%204.4-4.364S13.43%203.636%2011%203.636zm0%207.273C9.38%2010.91%208.066%209.607%208.066%208c0-1.607%201.314-2.91%202.934-2.91S13.933%206.394%2013.933%208c0%20.772-.309%201.511-.86%202.057-.55.546-1.295.852-2.073.852z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 16px}._InputEl_1309f_52 ._Pass_1309f_58{position:absolute;top:17px;right:30px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:18px 18px}._InputEl_1309f_52 ._Pass_1309f_58._Active_1309f_111{display:flex}._InputEl_1309f_52 ._Error_1309f_133{position:absolute;top:17px;right:30px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:20px 20px}._InputEl_1309f_52 ._Error_1309f_133._Active_1309f_111{display:flex}._InputEl_1309f_52 ._ValidateMsg_1309f_148{position:absolute;bottom:8px;display:flex;align-items:center;justify-content:flex-start;color:#bbb;font-size:1.2rem}._InputEl_1309f_52 ._ValidateMsg_1309f_148._Active_1309f_111{color:#1ac8c7}._InputEl_1309f_52 ._ValidateMsg_1309f_148._Eng_1309f_160{right:175px}._InputEl_1309f_52 ._ValidateMsg_1309f_148._NumSpc_1309f_163{right:80px}._InputEl_1309f_52 ._ValidateMsg_1309f_148._Length_1309f_166{right:0}._InputEl_1309f_52 ._ValidateMsg_1309f_148 svg{margin:0 3px 2px 0}._InputEl_1309f_52 ._InvalidMsg_1309f_172{font-size:1.2rem;color:#ee5f41;margin-top:5px;display:none;position:absolute;bottom:8px}._InputEl_1309f_52 ._InvalidMsg_1309f_172._Active_1309f_111{display:block}._InputEl_1309f_52 ._VerificationSelect_1309f_183{width:76px;float:left;margin-right:15px}._InputEl_1309f_52 ._VerificationGlobal_1309f_188{display:flex;align-items:center;justify-content:space-between;width:213px;height:48px;font-size:1.6rem;border:none;border-bottom:1px solid #e5e5e5;color:#777;float:left}._InputEl_1309f_52 ._VerificationGlobalBtn_1309f_200{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._InputEl_1309f_52 ._VerificationGlobalBtn_1309f_200:hover{background:#fff}._InputEl_1309f_52 ._VerificationGlobalBtn_1309f_200:active{background:#ececfa}._InputEl_1309f_52 ._VerificationGlobalBtn_1309f_200{font-size:1.5rem;font-weight:500;width:100px;height:48px;cursor:pointer;float:left;margin-left:16px;border:1px solid #a4a4a4}._InputEl_1309f_52 ._TimeLimit_1309f_229{position:absolute;top:30px;right:0;display:none;align-items:center;justify-content:center;color:#ee5f41;cursor:default;font-size:1.6rem}._InputEl_1309f_52 ._TimeLimit_1309f_229._Active_1309f_111{display:flex}._Verification_1309f_183{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;font-size:1.6rem;padding:0 15px;margin-bottom:48px;border:1px solid #e5e5e5;border-radius:3px;color:#777;background-color:#fafafa}._VerificationBtn_1309f_259{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._VerificationBtn_1309f_259:hover{background:#fff}._VerificationBtn_1309f_259:active{background:#ececfa}._VerificationBtn_1309f_259{font-size:1.3rem;top:0;right:0;width:100px;height:40px;transition:background-color .3s ease-in;cursor:pointer;font-weight:400}._VerificationBtn_1309f_259._Complete_1309f_288{border:1px solid #f0f0f0;color:#ccc}._VerificationInput_1309f_293{display:none}._VerificationInput_1309f_293._Active_1309f_111{display:block}._Policy_1309f_300{padding:26px 16px 24px;border:1px solid #e5e5e5;border-radius:3px}._Policy_1309f_300 p{display:flex;align-items:center;justify-content:center;text-align:center;height:44px;background-color:#fafafa;color:#777;font-size:1.4rem;letter-spacing:-.19px;padding:15px 18px 11px}._PolicyEl_1309f_318{width:100%;position:relative}._PolicyEl_1309f_318 ._CheckWrap_1309f_322{width:100%}._PolicyEl_1309f_318 ._CheckWrap_1309f_322 input{display:none}._PolicyEl_1309f_318 ._CheckWrap_1309f_322 label{width:100%;height:25px;display:flex;align-items:center;padding-left:32px;font-size:1.6rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:20px 20px}._PolicyEl_1309f_318 ._CheckWrap_1309f_322 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._PolicyEl_1309f_318 ._PolicyLink_1309f_342{display:flex;align-items:center;justify-content:center;position:absolute;font-size:1.4rem;font-weight:500;top:0;right:0;height:25px;transition:background-color .3s ease-in;cursor:pointer;text-decoration:underline}._PolicyEl_1309f_318 ._PolicyBox_1309f_356{width:100%;height:100px;margin:10px auto 15px;border:1px solid #e5e5e5;border-radius:3px;overflow:auto}._PolicyEl_1309f_318 ._Note_1309f_364{font-size:1.2rem}._Wrap_kkkfo_1{margin:200px auto;width:600px}._Wrap_kkkfo_1 ._Inner_kkkfo_5{padding:50px 100px;background:#fff}._Logo_kkkfo_10{margin:0 auto 40px;width:100px;height:100px;background:#054ab4;border-radius:50%;text-align:center}._Welcome_kkkfo_19{width:100%;font-size:2.4rem;font-weight:700;text-align:center;margin-bottom:20px}._ActiveMsg_kkkfo_27{width:100%;font-size:1.4rem;font-weight:700;line-height:1.4;text-align:center;margin-bottom:50px}._UserId_kkkfo_36{display:block;width:300px;margin:0 auto 50px;text-align:center;height:35px;background:#ebebeb;border:0;font-size:1.4rem;color:#054ab4}._Links_kkkfo_48{width:100%;padding:20px 10px;font-size:1.2rem;font-weight:700;color:#909090;border-top:1px solid #bcbcbc}._Links_kkkfo_48 dl{width:100%;margin-bottom:10px;display:flex;justify-content:space-between}._Links_kkkfo_48 a{font-weight:700;color:#909090}._Links_kkkfo_48 a:hover,._Links_kkkfo_48 a:active{color:#054ab4}._Wrap_dzi5a_5{width:100%;padding:90px 0}._Wrap_dzi5a_5 ._Inner_dzi5a_9{width:500px;padding:40px 40px 50px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_dzi5a_5 form{width:100%}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19{position:relative;width:100%;padding-bottom:26px;overflow:hidden}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19._Password_dzi5a_25{padding-bottom:42px}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 input{width:100%;height:48px;font-size:1.8rem;line-height:27.9px;letter-spacing:-.36px;font-weight:500;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 input::placeholder{color:#ccc}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 input:focus{border-bottom:2px solid #1b1b1b}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._InputName_dzi5a_45{font-size:1.3rem;font-weight:500;line-height:20.1px;letter-spacing:-.26px;color:#444;padding-bottom:3px}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._InputError_dzi5a_53{border-bottom:2px solid #ee5f41}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._Pass_dzi5a_25{position:absolute;top:28px;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e") no-repeat center center;background-size:20px 20px}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._Pass_dzi5a_25._Active_dzi5a_68{display:flex}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._Error_dzi5a_71{position:absolute;top:28px;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:20px 20px}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._Error_dzi5a_71._Active_dzi5a_68{display:flex}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._ValidateMsg_dzi5a_86{position:absolute;top:80px;width:100%;color:#ee5f41;font-size:1.2rem;visibility:hidden}._Wrap_dzi5a_5 ._InputWrap_dzi5a_19 ._ValidateMsg_dzi5a_86._Active_dzi5a_68{visibility:visible}._Wrap_dzi5a_5 ._CheckWrap_dzi5a_97{display:flex;align-items:center;width:100%;height:20px;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;color:#777}._Wrap_dzi5a_5 ._CheckWrap_dzi5a_97 ._Label_dzi5a_107{display:flex;align-items:center;width:160px;height:100%;padding-left:28px;cursor:pointer;background-repeat:no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;background-position:0 50%;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%23E5E5E5'/%3e%3cpath%20d='M14.117%206.434%208.75%2011.8%205.883%208.934%205%209.817l2.867%202.867.883.883.883-.883L15%207.317l-.883-.883z'%20fill='%23fff'/%3e%3c/svg%3e")}._Wrap_dzi5a_5 ._CheckWrap_dzi5a_97 ._Label_dzi5a_107._Active_dzi5a_68{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='.75'%20y='.75'%20width='18.5'%20height='18.5'%20rx='1.25'%20fill='%231E326B'%20stroke='%231E326B'%20stroke-width='1.5'/%3e%3cpath%20d='M14.117%206.433%208.75%2011.8%205.883%208.933%205%209.817l2.867%202.866.883.884.883-.884L15%207.317l-.883-.884z'%20fill='%23fff'/%3e%3c/svg%3e")}._Wrap_dzi5a_5 ._Submit_dzi5a_123{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;font-weight:500;border-radius:4px;position:relative;margin-bottom:24px;color:#1b1b1b;background:#f0f0f0}._Wrap_dzi5a_5 ._Submit_dzi5a_123._Active_dzi5a_68{background-color:#1d2b59;color:#fff}._Wrap_dzi5a_5 a{font-size:1.4rem;color:#777;line-height:21.7px;letter-spacing:-.28px;text-decoration:underline;margin-left:16px}._Wrap_dzi5a_5 ._Kakao_dzi5a_150{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;font-weight:500;margin-top:37px;border-radius:4px;position:relative;color:#3b1d1c;background:#fada03}._Wrap_dzi5a_5 ._Kakao_dzi5a_150>svg{width:23px;height:23px;fill:#3b1d1c;margin-right:10px;position:absolute;left:23px}._Wrap_dzi5a_5 ._Facebook_dzi5a_173{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;font-weight:500;margin-top:12px;border-radius:4px;position:relative;color:#fff;background:#426cf7}._Wrap_dzi5a_5 ._Facebook_dzi5a_173>svg{width:23px;height:23px;fill:#fff;margin-right:10px;position:absolute;left:22px}._Wrap_dzi5a_5 ._Apple_dzi5a_196{display:flex;align-items:center;justify-content:center;width:100%;height:56px;font-size:1.7rem;line-height:23.15px;font-weight:500;margin-top:12px;border-radius:4px;position:relative;color:#fff;background:#1b1b1b}._Wrap_dzi5a_5 ._Apple_dzi5a_196>svg{width:30px;height:30px;fill:#fff;margin-right:5px;position:absolute;left:17px}._quick-login_dzi5a_220{display:flex;width:100%;flex-direction:column;margin:32px 0 0}._quick-login__button_dzi5a_227{width:100%;min-height:56px;padding:14px 8px 13px;border-radius:4px;font-size:17px;line-height:25px;font-weight:500;background-color:#054ab4;color:#fff}._quick-login__text_dzi5a_239{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;text-align:center;word-break:keep-all;color:#1b1b1b}._container_1o4sd_1{width:100%;margin:0 auto 30px;cursor:default}._container_1o4sd_1 ._title_1o4sd_6{width:100%;text-align:center;margin-bottom:20px;font-size:2.8rem;font-weight:700;line-height:43.4px;letter-spacing:-.56px}._container_1o4sd_1 ._guide_txt_1o4sd_15{width:100%;font-size:1.8rem;line-height:27.9px;letter-spacing:-.36px;text-align:center;margin-bottom:10px}._container_1o4sd_1 ._address_1o4sd_23{display:flex;align-items:center;justify-content:center;width:320px;height:25px;margin:0 auto;border-radius:10px;font-size:1.6rem;line-height:24.8px;letter-spacing:-.32px;color:#999}._container_1o4sd_1 ._address_1o4sd_23 img{width:15px;margin-right:6px;margin-top:4px}._container_1o4sd_1 ._address_1o4sd_23 ._blue_1o4sd_41{color:#3881ea}body{background:#ebebeb}._Wrap_ueyct_5{width:100%;padding:90px 0}._Wrap_ueyct_5 ._Inner_ueyct_9{width:500px;padding:36px 40px;margin:0 auto;border-radius:8px;background:#fff}._Wrap_ueyct_5 ._Inner_ueyct_9 ._title_ueyct_16{width:100%;text-align:center;margin-bottom:20px;font-size:2.8rem;font-weight:700;letter-spacing:-.56px;line-height:1.55}._Wrap_ueyct_5 ._Inner_ueyct_9 ._guide_txt_ueyct_25{width:100%;font-size:1.8rem;text-align:center;line-height:1.55;letter-spacing:-.36px;margin-bottom:40px}._Wrap_ueyct_5 ._InputWrap_ueyct_33{position:relative;width:100%;margin-top:29px}._Wrap_ueyct_5 ._InputWrap_ueyct_33 ._InputName_ueyct_38{font-size:1.3rem;color:#444;margin-bottom:2px}._Wrap_ueyct_5 ._InputWrap_ueyct_33 input{width:100%;height:48px;font-size:1.8rem;font-weight:500;border:0;border-bottom:1px solid #e5e4ea;transition:all .3s ease-in;border-radius:3px}._Wrap_ueyct_5 ._InputWrap_ueyct_33 input::placeholder{color:#ccc}._Wrap_ueyct_5 ._InputWrap_ueyct_33 ._Pass_ueyct_56{position:absolute;top:0;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23545CA9;}%20.st1{fill:%23FFFFFF;}%20%3c/style%3e%3ccircle%20class='st0'%20cx='7.5'%20cy='7.5'%20r='7.5'/%3e%3cpolygon%20class='st1'%20points='11.8,4%206.5,9.2%203.2,6.4%202.3,7.3%206.6,11%2012.7,4.9%20'/%3e%3c/svg%3e") no-repeat center center;background-size:18px 18px}._Wrap_ueyct_5 ._InputWrap_ueyct_33 ._Pass_ueyct_56._Active_ueyct_68{display:flex}._Wrap_ueyct_5 ._Msg_ueyct_71{display:none;width:100%;color:#d31a2c;font-size:1.2rem}._Wrap_ueyct_5 ._Msg_ueyct_71._Active_ueyct_68{display:block}._Wrap_ueyct_5 ._Msg_ueyct_71 ._InputWrap_ueyct_33 ._Submit_ueyct_80{margin-top:43px}._Wrap_ueyct_5 ._Submit_ueyct_80{background-color:#1d2b59;border-radius:4px;color:#fff;margin-top:12px;width:100%;height:56px;font-size:1.7rem;font-weight:500}._Wrap_ueyct_5 ._Submit_ueyct_80:disabled{background-color:#ccc}._Wrap_ueyct_5 ._Submit_ueyct_80._re_send_ueyct_96{background-color:#fff;border:1px solid #1D2B59;color:#1d2b59}._Wrap_ueyct_5 ._Submit_ueyct_80._send_ueyct_101{margin-top:31px}._Wrap_ueyct_5 ._Links_ueyct_104{width:100%;padding:0 10px;margin-top:20px;font-size:1.2rem;font-weight:700;color:#909090}._Wrap_ueyct_5 ._Links_ueyct_104 dl{width:100%;margin-bottom:10px;display:flex;justify-content:space-between}._Wrap_ueyct_5 ._Links_ueyct_104 a{color:#909090}._Wrap_ueyct_5 ._Links_ueyct_104 a:hover,._Wrap_ueyct_5 ._Links_ueyct_104 a:active{color:#054ab4}._Wrap_1tams_1{width:100%;padding:90px 0}._Wrap_1tams_1 ._Inner_1tams_5{width:548px;height:578px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_1tams_1 ._Inner_1tams_5 ._GuideText_1tams_13{text-align:center}._Wrap_1tams_1 ._Inner_1tams_5 ._GuideText_1tams_13 h1{font-size:2.6rem;font-weight:700;line-height:37.7px;margin-bottom:30px}._Wrap_1tams_1 ._Inner_1tams_5 ._Resend_1tams_22{background-color:#1d2b59;color:#fff;border-radius:4px;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px}._ActiveMsg_1tams_34{width:100%;font-size:1.6rem;color:#777;line-height:24.8px;letter-spacing:-.32px;text-align:center;border-bottom:1px solid #ddd;padding-bottom:30px}._ActiveMsg_1tams_34>svg{margin-bottom:16px}._ActiveMsg_1tams_34>h1{font-size:1.8rem;font-weight:700;line-height:27.9px;margin-bottom:12px;color:#1b1b1b}._CautionMsg_1tams_55{width:100%;font-size:1.5rem;font-weight:500;line-height:21.8px;letter-spacing:-.3px;text-align:center;padding:30px 0 36px}._CautionMsg_1tams_55>ul{margin-top:8px}._CautionMsg_1tams_55>ul li{font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;color:#777;text-align:left}._CautionMsg_1tams_55>ul li:first-child{margin-bottom:6px}._CautionMsg_1tams_55 span{color:#444;font-weight:700}._UserId_1tams_82{display:block;width:300px;margin:0 auto 50px;text-align:center;height:35px;background:#ebebeb;border:0;font-size:1.4rem;color:#054ab4}._Wrap_1r03u_1{width:100%;padding:90px 0}._Wrap_1r03u_1 ._Inner_1r03u_5{width:500px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_1r03u_1 ._Inner_1r03u_5 ._GuideText_1r03u_12{text-align:center}._Wrap_1r03u_1 ._Inner_1r03u_5 ._GuideText_1r03u_12 h1{font-size:2.6rem;font-weight:700;line-height:37.7px;margin-bottom:20px}._Wrap_1r03u_1 ._Inner_1r03u_5 ._GuideText_1r03u_12 p{font-size:1.8rem;line-height:26px;margin-bottom:40px}._Wrap_1r03u_1 ._Inner_1r03u_5 ._GuideText_1r03u_12 p span{font-weight:500}._Wrap_1r03u_1 ._Submit_1r03u_29{border-radius:4px;background-color:#1d2b59;color:#fff;width:100%;height:56px;margin-top:30px;font-size:1.7rem;font-weight:500;letter-spacing:-.34px}._Wrap_1r03u_1 ._Submit_1r03u_29[disabled]{background-color:#ccc;cursor:not-allowed}._SigninForm_1r03u_45{width:100%}._InputEl_1r03u_49{position:relative;width:100%;padding-bottom:42px;overflow:hidden}._InputEl_1r03u_49._Password_1r03u_55{padding-bottom:30px}._InputEl_1r03u_49 input{width:100%;height:48px;font-size:1.8rem;font-weight:500;letter-spacing:-.36px;color:#1b1b1b;border:none;border-bottom:1px solid #e5e4ea}._InputEl_1r03u_49 input::placeholder{color:#ccc}._InputEl_1r03u_49 input:focus{border-bottom:2px solid #1b1b1b}._InputEl_1r03u_49 ._InputName_1r03u_74{font-size:1.3rem;font-weight:500;letter-spacing:-.26px;color:#444;padding-bottom:1px}._InputEl_1r03u_49 ._InputError_1r03u_81{border-bottom:2px solid #ee5f41}._InputEl_1r03u_49 select{width:100%;height:48px;font-size:1.6rem;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M15%207.5L10%2013.75%205%207.5z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 10px;background-size:20px 20px}._InputEl_1r03u_49 select:focus{border-bottom:2px solid #1b1b1b}._InputEl_1r03u_49 ._Eye_1r03u_100{position:absolute;top:17px;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M3.109%2015.04L4.158%2014c-1.149-1.032-2.05-2.307-2.64-3.733%201.488-3.718%205.595-6.6%209.482-6.6%201%20.013%201.991.191%202.933.528L15.07%203.05C13.78%202.506%2012.399%202.217%2011%202.2%206.114%202.384%201.807%205.457.044%2010.017c-.059.161-.059.338%200%20.499.651%201.728%201.701%203.279%203.065%204.525z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3cpath%20d='M8.066%2010.069c.106-1.453%201.261-2.608%202.714-2.714l1.327-1.334c-1.514-.399-3.125.037-4.232%201.143-1.106%201.107-1.542%202.718-1.143%204.232l1.334-1.327zM21.956%2010.017c-.841-2.19-2.304-4.087-4.21-5.456l3.52-3.527L20.232%200%20.733%2019.5l1.034%201.033%203.74-3.74c1.668.979%203.56%201.51%205.493%201.54%204.885-.183%209.193-3.257%2010.956-7.817.058-.161.058-.338%200-.499zm-8.023.25c-.006%201.044-.568%202.007-1.474%202.527-.907.52-2.021.518-2.926-.005l3.99-3.989c.263.444.405.95.41%201.467zM11%2016.867c-1.539-.027-3.048-.425-4.4-1.159l1.862-1.863c1.749%201.214%204.115%201.001%205.62-.503%201.505-1.505%201.717-3.871.504-5.62l2.104-2.105c1.683%201.155%202.999%202.769%203.792%204.65-1.489%203.718-5.596%206.6-9.482%206.6z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 22px}._InputEl_1r03u_49 ._Eye_1r03u_100._Active_1r03u_112{display:flex}._InputEl_1r03u_49 ._Eye_1r03u_100._Open_1r03u_115{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='16'%20viewBox='0%200%2022%2016'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M21.956%207.753C20.193%203.23%2015.886.183%2011%200%206.114.182%201.807%203.23.044%207.753c-.059.16-.059.334%200%20.494C1.807%2012.77%206.114%2015.817%2011%2016c4.885-.182%209.193-3.23%2010.956-7.753.058-.16.058-.334%200-.494zM11%2014.545c-3.887%200-7.994-2.858-9.482-6.545C3.006%204.313%207.113%201.455%2011%201.455c3.886%200%207.993%202.858%209.482%206.545-1.489%203.687-5.596%206.545-9.482%206.545z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3cpath%20d='M11%203.636C8.57%203.636%206.6%205.59%206.6%208s1.97%204.364%204.4%204.364c2.43%200%204.4-1.954%204.4-4.364S13.43%203.636%2011%203.636zm0%207.273C9.38%2010.91%208.066%209.607%208.066%208c0-1.607%201.314-2.91%202.934-2.91S13.933%206.394%2013.933%208c0%20.772-.309%201.511-.86%202.057-.55.546-1.295.852-2.073.852z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 16px}._InputEl_1r03u_49 ._Pass_1r03u_55{position:absolute;top:17px;right:35px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e") no-repeat center center;background-size:18px 18px}._InputEl_1r03u_49 ._Pass_1r03u_55._Active_1r03u_112{display:flex}._InputEl_1r03u_49 ._Error_1r03u_134{position:absolute;top:17px;right:35px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:20px 20px}._InputEl_1r03u_49 ._Error_1r03u_134._Active_1r03u_112{display:flex}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149{position:absolute;bottom:8px;display:flex;align-items:center;justify-content:flex-start;color:#ccc;font-size:1.2rem;letter-spacing:-.24px}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149._Active_1r03u_112{color:#1e326b}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149._Eng_1r03u_162{right:175px}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149._NumSpc_1r03u_165{right:80px}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149._Length_1r03u_168{right:0}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149 svg{margin:0 3px 2px 0}._InputEl_1r03u_49 ._ValidateMsg_1r03u_149._English_1r03u_174{position:unset;display:inline-block!important;align-items:center;justify-content:flex-start;font-size:1.2rem;margin-top:8px;margin-right:3px}._InputEl_1r03u_49 ._InvalidMsg_1r03u_183{font-size:1.2rem;color:#ee5f41;display:none;position:absolute;bottom:16px}._InputEl_1r03u_49 ._InvalidMsg_1r03u_183._Active_1r03u_112{display:block}._InputEl_1r03u_49 ._VerificationSelect_1r03u_193{width:76px;float:left;margin-right:15px}._InputEl_1r03u_49 ._VerificationGlobal_1r03u_198{display:flex;align-items:center;justify-content:space-between;width:213px;height:48px;font-size:1.6rem;border:none;border-bottom:1px solid #e5e5e5;color:#777;float:left}._InputEl_1r03u_49 ._VerificationGlobalBtn_1r03u_210{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._InputEl_1r03u_49 ._VerificationGlobalBtn_1r03u_210:hover{background:#fff}._InputEl_1r03u_49 ._VerificationGlobalBtn_1r03u_210:active{background:#ececfa}._InputEl_1r03u_49 ._VerificationGlobalBtn_1r03u_210{font-size:1.5rem;font-weight:500;width:100px;height:48px;cursor:pointer;float:left;margin-left:16px;border:1px solid #a4a4a4}._InputEl_1r03u_49 ._TimeLimit_1r03u_239{position:absolute;top:30px;right:0;display:none;align-items:center;justify-content:center;color:#ee5f41;cursor:default;font-size:1.6rem}._InputEl_1r03u_49 ._TimeLimit_1r03u_239._Active_1r03u_112{display:flex}._Verification_1r03u_193{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;font-size:1.6rem;font-weight:500;line-height:22px;letter-spacing:-.32px;padding:0 15px 0 20px;margin-bottom:40px;border:1px solid #e5e4ea;border-radius:4px}._VerificationBtn_1r03u_270{display:flex;align-items:center;justify-content:center;background-color:#1d2b59;border-radius:2px;font-size:1.3rem;font-weight:500;letter-spacing:-.26px;color:#fff;top:0;right:0;width:100px;height:40px;cursor:pointer}._VerificationBtn_1r03u_270._Complete_1r03u_286{border:1px solid #f0f0f0;color:#ccc}._VerificationInput_1r03u_291{display:none}._VerificationInput_1r03u_291._Active_1r03u_112{display:block}._Policy_1r03u_298{padding:26px 16px 24px;border:1px solid #e5e5e5;border-radius:3px;position:relative}._Policy_1r03u_298 ._PolicyEl_1r03u_304{width:100%;position:relative}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308{width:90%}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308 input{display:none}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308 label{width:100%;height:25px;padding-left:32px;font-size:1.6rem;line-height:18px;letter-spacing:-.32px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%23E5E5E5'/%3e%3cpath%20d='M14.117%206.434%208.75%2011.8%205.883%208.934%205%209.817l2.867%202.867.883.883.883-.883L15%207.317l-.883-.883z'%20fill='%23fff'/%3e%3c/svg%3e");background-size:20px 20px;display:inline-block}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='.75'%20y='.75'%20width='18.5'%20height='18.5'%20rx='1.25'%20fill='%231E326B'%20stroke='%231E326B'%20stroke-width='1.5'/%3e%3cpath%20d='M14.117%206.433%208.75%2011.8%205.883%208.933%205%209.817l2.867%202.866.883.884.883-.884L15%207.317l-.883-.884z'%20fill='%23fff'/%3e%3c/svg%3e")}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308._AgreeAll_1r03u_329 label{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");font-weight:500}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._CheckWrap_1r03u_308._AgreeAll_1r03u_329 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231E326B'/%3e%3cpath%20d='m15.35%207.295-1.134-1.151-5.329%205.408L5.783%208.4%204.648%209.552l4.24%204.304%206.462-6.56z'%20fill='%23fff'/%3e%3c/svg%3e")}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._PolicyLink_1r03u_336{display:flex;align-items:center;justify-content:center;position:absolute;font-size:1.4rem;line-height:16px;letter-spacing:-.28px;bottom:3px;right:0;height:25px;cursor:pointer;text-decoration:underline}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._PolicyBox_1r03u_350{width:100%;height:100px;margin:10px auto 15px;border:1px solid #e5e5e5;border-radius:3px;overflow:auto}._Policy_1r03u_298 ._PolicyEl_1r03u_304 ._Note_1r03u_358{font-size:1.2rem}._Policy_1r03u_298 p{display:flex;align-items:center;justify-content:center;text-align:center;height:46px;background-color:#f8f8f9;color:#777;font-size:1.3rem;font-weight:500;letter-spacing:-.18px;line-height:18px;padding:14px}._Policy_1r03u_298 ._AgreeMarketing_1r03u_375{position:absolute;bottom:-20px;left:0;width:420px;height:48px;font-size:1.3rem;font-weight:500;line-height:18px;letter-spacing:-.18px;color:#1d2b59;background:#fff;border:1px solid #1D2B59;border-radius:4px;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease-in-out}._Policy_1r03u_298 ._AgreeMarketing_1r03u_375._Active_1r03u_112{opacity:1}._Wrap_1hd07_1{width:100%;padding:90px 0}._Wrap_1hd07_1 ._Inner_1hd07_5{width:548px;height:578px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_1hd07_1 ._Inner_1hd07_5 ._GuideText_1hd07_13{text-align:center}._Wrap_1hd07_1 ._Inner_1hd07_5 ._GuideText_1hd07_13 h1{font-size:2.6rem;font-weight:700;line-height:37.7px;margin-bottom:30px}._Wrap_1hd07_1 ._Inner_1hd07_5 ._Resend_1hd07_22{background-color:#1d2b59;color:#fff;border-radius:4px;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px}._ActiveMsg_1hd07_34{width:100%;font-size:1.6rem;color:#777;line-height:24.8px;letter-spacing:-.32px;text-align:center;border-bottom:1px solid #ddd;padding-bottom:30px}._ActiveMsg_1hd07_34>svg{margin-bottom:16px}._ActiveMsg_1hd07_34>h1{font-size:1.8rem;font-weight:700;line-height:27.9px;margin-bottom:12px;color:#1b1b1b}._CautionMsg_1hd07_55{width:100%;font-size:1.5rem;font-weight:500;line-height:21.8px;letter-spacing:-.3px;text-align:center;padding:10px 0 16px}._CautionMsg_1hd07_55>ul{margin-top:8px}._CautionMsg_1hd07_55>ul li{font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;color:#777;text-align:left}._CautionMsg_1hd07_55>ul li:first-child{margin-bottom:6px}._CautionMsg_1hd07_55 span{color:#444;font-weight:700}._UserId_1hd07_82{display:block;width:300px;margin:0 auto 50px;text-align:center;height:35px;background:#ebebeb;border:0;font-size:1.4rem;color:#054ab4}._MarginLeft10px_1hd07_94{margin-left:10px}._CustomerCenter_1hd07_98{text-decoration:underline!important;font-weight:500}._common-button__box_vk5r5_1{width:100%}._common-button__box-inner_vk5r5_5{display:flex;margin:0 -4px}._common-button__box-inner_vk5r5_5>._common-button_vk5r5_1{margin:0 4px}._common-button_vk5r5_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_vk5r5_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_vk5r5_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_vk5r5_1:disabled:active:before{display:none}._common-button--primary_vk5r5_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_vk5r5_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_vk5r5_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email_vk5r5_65{display:flex;align-items:center;justify-content:center;flex:1;padding:90px 0}._search-email__inner_vk5r5_73{width:548px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._common-button__box_13cwr_1{width:100%}._common-button__box-inner_13cwr_5{display:flex;margin:0 -4px}._common-button__box-inner_13cwr_5>._common-button_13cwr_1{margin:0 4px}._common-button_13cwr_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_13cwr_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_13cwr_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_13cwr_1:disabled:active:before{display:none}._common-button--primary_13cwr_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_13cwr_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_13cwr_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-main_13cwr_65 ._search-email-main__image_13cwr_65{margin-top:24px;text-align:center}._search-email-main_13cwr_65 ._search-email-main__title_13cwr_69{margin-top:24px;margin-bottom:16px;font-size:26px;line-height:38px;font-weight:600;text-align:center;color:#1b1b1b}._search-email-main_13cwr_65 ._search-email-main__text_13cwr_78{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._search-email-main_13cwr_65 ._search-email-main__info_13cwr_85{position:relative;margin-top:12px;padding-left:8px;font-size:13px;line-height:20px;font-weight:400;word-break:keep-all;color:#777}._search-email-main_13cwr_65 ._search-email-main__info_13cwr_85:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#777}._search-email-main_13cwr_65 ._search-email-main__button-box_13cwr_105{display:flex;width:100%;margin-top:16px}._common-button__box_9umja_1{width:100%}._common-button__box-inner_9umja_5{display:flex;margin:0 -4px}._common-button__box-inner_9umja_5>._common-button_9umja_1{margin:0 4px}._common-button_9umja_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_9umja_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_9umja_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_9umja_1:disabled:active:before{display:none}._common-button--primary_9umja_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_9umja_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_9umja_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-account-check_9umja_65 ._search-email-account-check__image_9umja_65{margin-top:24px;text-align:center}._search-email-account-check_9umja_65 ._search-email-account-check__title_9umja_69{margin-top:24px;font-size:26px;line-height:38px;font-weight:600;text-align:center;color:#1b1b1b}._search-email-account-check_9umja_65 ._search-email-account-check__text_9umja_77{margin-top:12px;font-size:14px;line-height:20px;font-weight:400;text-align:center;word-break:keep-all;color:#1b1b1b}._search-email-account-check_9umja_65 ._search-email-account-check__text_9umja_77 strong{font-size:16px;line-height:24px;font-weight:600;word-break:break-all;text-decoration:underline;color:#1b1b1b}._search-email-account-check_9umja_65 ._search-email-account-check__button-box_9umja_94{display:flex;width:100%;margin-top:24px}._search-email-account-check_9umja_65 ._search-email-account-check__button-box_9umja_94+._search-email-account-check__button-box_9umja_94{margin-top:8px}._search-email-account-check_9umja_65 ._search-email-account-check__button-inner_9umja_102{display:flex;flex:1;margin:0 -4px}._search-email-account-check_9umja_65 ._search-email-account-check__button_9umja_94{margin:0 4px}._common-button__box_1lylf_1{width:100%}._common-button__box-inner_1lylf_5{display:flex;margin:0 -4px}._common-button__box-inner_1lylf_5>._common-button_1lylf_1{margin:0 4px}._common-button_1lylf_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1lylf_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1lylf_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1lylf_1:disabled:active:before{display:none}._common-button--primary_1lylf_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1lylf_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1lylf_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__title_1lylf_65{margin-bottom:24px;font-size:26px;line-height:38px;font-weight:600;word-break:keep-all;color:#1b1b1b}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__text_1lylf_73{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__text_1lylf_73+._search-email-account-multi-check__text_1lylf_73{margin-top:12px}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__info_1lylf_83{padding:24px 0}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__radio-box_1lylf_86+._search-email-account-multi-check__radio-box_1lylf_86{margin-top:8px}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__radio-label_1lylf_89{cursor:pointer}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__radio-label_1lylf_89 input:checked+._search-email-account-multi-check__radio-text_1lylf_92:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAAB0UlEQVRYCe2Yv0oDQRDGZ9eLXaJYKEaxFFQkcE0KG60USx/DB0jhG2grWNvZ2QiCjdqmTKWVhYQIFoKKCP5b9zuyEEJy7N3u3m2x01yy2Zn53bdfkmMYyWjeXC7+iL8jYrQphJjHWlnBGHsiQbcR46321m6X9eE6gsRMWVCj+jJiLxKywaGcb3AABhPYOI511B14sSbZeNmeSxMCbDxtgw+fBUDTUwgKBgVNFTDNL9yDE4xlYi4UcK++RKfxBlWjijZkYYCAO1hep9XaNB2uxX4BKjj5KEVv3190/HDvD+Aw3H6nTXfvr24AsxrcFA53oe1BGBsGR1OdsAGHPpFOM+yBsWHwlepUknLeexybagsODbQVhLFhcBgd38ZxStqEywQIY8PgaZC24TIBYnMapAs49GTx9YXAiywBH540mlSrTJJ8LKer5x5tz9aT44fCWX9K0npre3CwyLCSO3MLTuDQMxcgEgch8d62cqiJyA2IZAXZ/fyweqyorSKXB1WyuuIf5ld60UUYKaiAXMGhvhVABeriGgBNVQ0KBgVNFTDN58lM2LSKo3ywcQysHdU3LyvZOKbpGFibV7NboT9Eb3GM+jFNlwtnPhw3GMACJrD9A8oB5qSp6iGUAAAAAElFTkSuQmCC)}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__radio-text_1lylf_92{position:relative;display:inline-block;padding-left:24px;font-size:14px;line-height:20px;font-weight:600;text-decoration:underline;color:#1b1b1b}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__radio-text_1lylf_92:before{content:"";position:absolute;top:3px;left:0;width:16px;height:16px;background-repeat:no-repeat;background-size:16px 16px;background-position:0 50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTObm5ubm5u3t7eXl5f7+/urq6vDw8Hp/fKkAAAAEdFJOUwDpphz5/MqVAAAAfUlEQVQoz9XTwQ2AIAxA0SZuoC5g4gA6ggZhAasLwAawvxwoJbYL0OPLTyCBwrCY34wb7EbMBKvEE2aJBxhl+kR3K5hQosNHYkIvkMKCV2zDgvi2YcGAsQkL2pxySAfllEPCnHJYrxSQw4q2Cfnywff+moTqp1W/t7oI2sp8LTvWwYoWVd0AAAAASUVORK5CYII=)}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__button-box_1lylf_117{display:flex;width:100%;margin-top:16px}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__button-box_1lylf_117+._search-email-account-multi-check__button-box_1lylf_117{margin-top:8px}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__button-inner_1lylf_125{display:flex;flex:1;margin:0 -4px}._search-email-account-multi-check_1lylf_65 ._search-email-account-multi-check__button_1lylf_117{margin:0 4px}._common-button__box_1jpgf_1{width:100%}._common-button__box-inner_1jpgf_5{display:flex;margin:0 -4px}._common-button__box-inner_1jpgf_5>._common-button_1jpgf_1{margin:0 4px}._common-button_1jpgf_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1jpgf_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1jpgf_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1jpgf_1:disabled:active:before{display:none}._common-button--primary_1jpgf_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1jpgf_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1jpgf_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-account-nothing-check_1jpgf_65 ._search-email-account-nothing-check__image-box_1jpgf_65{margin-top:24px;text-align:center}._search-email-account-nothing-check_1jpgf_65 ._search-email-account-nothing-check__image_1jpgf_65{width:100px;height:100px}._search-email-account-nothing-check_1jpgf_65 ._search-email-account-nothing-check__title_1jpgf_73{margin:32px 0 52px;font-size:18px;line-height:26px;font-weight:600;text-align:center;color:#1b1b1b}._search-email-account-nothing-check_1jpgf_65 ._search-email-account-nothing-check__contents_1jpgf_81{margin-top:16px}._search-email-account-nothing-check_1jpgf_65 ._search-email-account-nothing-check__button-box_1jpgf_84{display:flex;width:100%}._search-email-account-nothing-check_1jpgf_65 ._search-email-account-nothing-check__button-box_1jpgf_84+._search-email-account-nothing-check__button-box_1jpgf_84{margin-top:8px}._common-button__box_dnhpb_1{width:100%}._common-button__box-inner_dnhpb_5{display:flex;margin:0 -4px}._common-button__box-inner_dnhpb_5>._common-button_dnhpb_1{margin:0 4px}._common-button_dnhpb_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_dnhpb_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_dnhpb_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_dnhpb_1:disabled:active:before{display:none}._common-button--primary_dnhpb_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_dnhpb_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_dnhpb_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-find-account_dnhpb_65 ._search-email-find-account__title_dnhpb_65{margin-bottom:24px;font-size:26px;line-height:26px;font-weight:600;text-align:center;color:#1b1b1b}._search-email-find-account_dnhpb_65 ._search-email-find-account__text_dnhpb_73{margin-bottom:24px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._search-email-find-account_dnhpb_65 ._search-email-find-account__auth-area_dnhpb_80{margin-top:24px;padding-top:24px;border-top:2px solid #1b1b1b}._search-email-find-account_dnhpb_65 ._search-email-find-account__auth-send_dnhpb_85{display:flex;margin-bottom:20px}._search-email-find-account_dnhpb_65 ._search-email-find-account__auth-send-button_dnhpb_89{min-height:40px;font-size:14px}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__label_dnhpb_93{padding-bottom:3px;font-size:13px;line-height:20px;font-weight:400;color:#444}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__inner_dnhpb_100{display:flex}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__input-box_dnhpb_103{position:relative;flex:1;border-bottom:1px solid #e5e5e5}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__input_dnhpb_103{width:100%;height:48px;font-size:16px;line-height:24px;border:0 none}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__input_dnhpb_103:focus+._input-item__input-bar_dnhpb_115{display:block}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__input_dnhpb_103::placeholder{color:#ccc}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__input-bar_dnhpb_115{display:none;position:absolute;bottom:-1px;height:2px;width:100%;background-color:#1b1b1b}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__button_dnhpb_129{min-width:60px;margin-left:8px;padding:3px 12px 4px;background-color:#263b6c;border-radius:4.5px;color:#fff;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;cursor:pointer}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__text_dnhpb_142{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;color:#1b1b1b}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__text--error_dnhpb_149{color:#d31a2c}._search-email-find-account_dnhpb_65 ._input-item_dnhpb_93 ._input-item__text--success_dnhpb_152{color:#1ac8c7}._search-email-find-account_dnhpb_65 ._search-email-find-account__button-box_dnhpb_155{display:flex;width:100%;margin-top:24px}._search-email-find-account_dnhpb_65 ._search-email-find-account__button-box_dnhpb_155+._search-email-find-account__button-box_dnhpb_155{margin-top:8px}._search-email-find-account_dnhpb_65 ._search-email-find-account__button-box-inner_dnhpb_163{display:flex;flex:1;margin:0 -4px}._search-email-find-account_dnhpb_65 ._search-email-find-account__button_dnhpb_155{margin:0 4px}._common-button__box_dvq9l_1{width:100%}._common-button__box-inner_dvq9l_5{display:flex;margin:0 -4px}._common-button__box-inner_dvq9l_5>._common-button_dvq9l_1{margin:0 4px}._common-button_dvq9l_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_dvq9l_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_dvq9l_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_dvq9l_1:disabled:active:before{display:none}._common-button--primary_dvq9l_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_dvq9l_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_dvq9l_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-password-reset_dvq9l_65 ._search-email-password-reset__title_dvq9l_65{margin-bottom:24px;font-size:26px;line-height:38px;font-weight:600;text-align:center;color:#1b1b1b}._search-email-password-reset_dvq9l_65 ._search-email-password-reset__text_dvq9l_73{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._search-email-password-reset_dvq9l_65 ._search-email-password-reset__input-area_dvq9l_79{margin-top:24px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82+._input-item_dvq9l_82{margin-top:24px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__label_dvq9l_85{padding-bottom:3px;font-size:13px;line-height:20px;font-weight:400;color:#444}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__inner_dvq9l_92{position:relative;display:flex;border-bottom:1px solid #e5e5e5}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-box_dvq9l_97{flex:1}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input_dvq9l_97{width:100%;height:48px;font-size:16px;line-height:24px;border:0 none}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input_dvq9l_97:focus+._input-item__input-bar_dvq9l_107{display:block}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input_dvq9l_97::placeholder{color:#ccc}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-bar_dvq9l_107{display:none;position:absolute;bottom:-1px;height:2px;width:100%;background-color:#1b1b1b}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__button_dvq9l_121{margin-left:8px;padding:3px 12px 4px;background-color:#263b6c;border-radius:4.5px;color:#fff;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;cursor:pointer}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__text_dvq9l_133{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;color:#1b1b1b}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__text-check_dvq9l_140{position:relative;display:inline-block;padding-left:12px;font-size:12px;line-height:20px;font-weight:400;color:#bbb}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__text-check_dvq9l_140:before{content:"";position:absolute;top:5px;left:0;width:9px;height:9px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='9'%20viewBox='0%200%209%209'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%23BBB'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20d='M8.295%201.5L3.5%206.295%200.705%203.5%200%204.205%203.5%207.705%209%202.205z'%20transform='translate(-764%20-545)%20translate(590%20480)%20translate(174%2017)%20translate(0%2044)%20translate(0%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 0 0 no-repeat;background-size:9px 9px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__text-check_dvq9l_140+._input-item__text-check_dvq9l_140{margin-left:8px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__text-check--success_dvq9l_162{color:#1ac8c7}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__text-check--success_dvq9l_162:before{background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='9'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.295%201.5%203.5%206.295.705%203.5%200%204.205l3.5%203.5%205.5-5.5-.705-.705z'%20fill='%2332BEB3'/%3e%3c/svg%3e")}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-validation-box_dvq9l_168{display:flex;align-items:center;margin-left:8px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-validation_dvq9l_168{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:18px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-validation--success_dvq9l_179{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-validation--error_dvq9l_182{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-view_dvq9l_185{display:flex;align-items:center;margin-left:8px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-view-button_dvq9l_190{width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M3.109%2015.04L4.158%2014c-1.149-1.032-2.05-2.307-2.64-3.733%201.488-3.718%205.595-6.6%209.482-6.6%201%20.013%201.991.191%202.933.528L15.07%203.05C13.78%202.506%2012.399%202.217%2011%202.2%206.114%202.384%201.807%205.457.044%2010.017c-.059.161-.059.338%200%20.499.651%201.728%201.701%203.279%203.065%204.525z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3cpath%20d='M8.066%2010.069c.106-1.453%201.261-2.608%202.714-2.714l1.327-1.334c-1.514-.399-3.125.037-4.232%201.143-1.106%201.107-1.542%202.718-1.143%204.232l1.334-1.327zM21.956%2010.017c-.841-2.19-2.304-4.087-4.21-5.456l3.52-3.527L20.232%200%20.733%2019.5l1.034%201.033%203.74-3.74c1.668.979%203.56%201.51%205.493%201.54%204.885-.183%209.193-3.257%2010.956-7.817.058-.161.058-.338%200-.499zm-8.023.25c-.006%201.044-.568%202.007-1.474%202.527-.907.52-2.021.518-2.926-.005l3.99-3.989c.263.444.405.95.41%201.467zM11%2016.867c-1.539-.027-3.048-.425-4.4-1.159l1.862-1.863c1.749%201.214%204.115%201.001%205.62-.503%201.505-1.505%201.717-3.871.504-5.62l2.104-2.105c1.683%201.155%202.999%202.769%203.792%204.65-1.489%203.718-5.596%206.6-9.482%206.6z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:22px 22px}._search-email-password-reset_dvq9l_65 ._input-item_dvq9l_82 ._input-item__input-view-button--on_dvq9l_196{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='16'%20viewBox='0%200%2022%2016'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M21.956%207.753C20.193%203.23%2015.886.183%2011%200%206.114.182%201.807%203.23.044%207.753c-.059.16-.059.334%200%20.494C1.807%2012.77%206.114%2015.817%2011%2016c4.885-.182%209.193-3.23%2010.956-7.753.058-.16.058-.334%200-.494zM11%2014.545c-3.887%200-7.994-2.858-9.482-6.545C3.006%204.313%207.113%201.455%2011%201.455c3.886%200%207.993%202.858%209.482%206.545-1.489%203.687-5.596%206.545-9.482%206.545z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3cpath%20d='M11%203.636C8.57%203.636%206.6%205.59%206.6%208s1.97%204.364%204.4%204.364c2.43%200%204.4-1.954%204.4-4.364S13.43%203.636%2011%203.636zm0%207.273C9.38%2010.91%208.066%209.607%208.066%208c0-1.607%201.314-2.91%202.934-2.91S13.933%206.394%2013.933%208c0%20.772-.309%201.511-.86%202.057-.55.546-1.295.852-2.073.852z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._search-email-password-reset_dvq9l_65 ._search-email-password-reset__button-box_dvq9l_199{display:flex;width:100%;margin-top:24px}._common-button__box_1jfy5_1{width:100%}._common-button__box-inner_1jfy5_5{display:flex;margin:0 -4px}._common-button__box-inner_1jfy5_5>._common-button_1jfy5_1{margin:0 4px}._common-button_1jfy5_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1jfy5_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1jfy5_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1jfy5_1:disabled:active:before{display:none}._common-button--primary_1jfy5_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1jfy5_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1jfy5_59{border:1px solid #ddd;background-color:#fff;color:#000}._search-email-complete_1jfy5_65 ._search-email-complete__title_1jfy5_65{margin-bottom:24px;font-size:26px;line-height:38px;font-weight:600;text-align:center;color:#1b1b1b}._search-email-complete_1jfy5_65 ._search-email-complete__text_1jfy5_73{font-size:14px;line-height:20px;font-weight:400;text-align:center;color:#1b1b1b}._search-email-complete_1jfy5_65 ._search-email-complete__text_1jfy5_73+._search-email-complete__text_1jfy5_73{margin-top:12px}._search-email-complete_1jfy5_65 ._search-email-complete__text_1jfy5_73 strong{display:inline-block;font-size:16px;line-height:24px;font-weight:600;word-break:break-all;color:#1b1b1b}._search-email-complete_1jfy5_65 ._search-email-complete__button-box_1jfy5_91{display:flex;width:100%;margin-top:24px}._Wrap_3s3br_1{width:100%;padding:90px 0}._Wrap_3s3br_1 ._Inner_3s3br_5{width:548px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_3s3br_1 ._Inner_3s3br_5 ._GuideText_3s3br_12{text-align:center}._Wrap_3s3br_1 ._Inner_3s3br_5 ._GuideText_3s3br_12 h1{font-size:2.6rem;font-weight:700;line-height:37.7px;margin-bottom:30px}._Resend_3s3br_22{background-color:#1d2b59;color:#fff;border-radius:4px;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px;border-bottom:1px solid #ddd}._ActiveMsg_3s3br_35{width:100%;font-size:1.6rem;color:#777;line-height:24.8px;letter-spacing:-.32px;text-align:center;border-bottom:1px solid #ddd;padding-bottom:30px}._ActiveMsg_3s3br_35>svg{margin-bottom:16px}._ActiveMsg_3s3br_35>h1{font-size:1.8rem;font-weight:700;line-height:27.9px;margin-bottom:12px;color:#1b1b1b}._CautionMsg_3s3br_56{width:100%;font-size:1.5rem;font-weight:500;line-height:21.8px;letter-spacing:-.3px;text-align:center;padding:10px 0 16px}._CautionMsg_3s3br_56>ul{margin-top:8px}._CautionMsg_3s3br_56>ul li{font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;color:#777;text-align:left}._CautionMsg_3s3br_56>ul li:first-child{margin-bottom:6px}._CautionMsg_3s3br_56 span{color:#444;font-weight:700}._UserId_3s3br_83{display:block;width:300px;margin:0 auto 50px;text-align:center;height:35px;background:#ebebeb;border:0;font-size:1.4rem;color:#054ab4}._MarginLeft10px_3s3br_95{margin-left:10px}._CustomerCenter_3s3br_99{text-decoration:underline!important;font-weight:500}._Wrap_14otd_1{width:100%;padding:90px 0}._Wrap_14otd_1 ._Inner_14otd_5{width:548px;padding:40px;margin:0 auto;background:#fff;border-radius:8px}._Wrap_14otd_1 ._Inner_14otd_5 ._GuideText_14otd_12{text-align:center}._Wrap_14otd_1 ._Inner_14otd_5 ._GuideText_14otd_12 h1{font-size:2.6rem;font-weight:700;line-height:37.7px;margin-bottom:30px}._Wrap_14otd_1 ._Inner_14otd_5 ._Resend_14otd_21{background-color:#1d2b59;color:#fff;border-radius:4px;width:100%;height:56px;font-size:1.7rem;font-weight:500;line-height:24.7px;letter-spacing:-.34px}._Wrap_14otd_1 ._ActiveMsg_14otd_32{width:100%;font-size:1.6rem;color:#1b1b1b;line-height:24.8px;letter-spacing:-.32px;text-align:center;padding-bottom:5px}._Wrap_14otd_1 ._ActiveMsg_14otd_32>svg{margin-bottom:16px}._Wrap_14otd_1 ._ActiveMsg_14otd_32>h1{font-size:1.8rem;font-weight:700;line-height:27.9px;margin-bottom:12px;color:#1b1b1b}._Wrap_14otd_1 ._ActiveMsg_14otd_32>h2{font-size:1.8rem;line-height:27.9px;color:#1b1b1b}._Wrap_14otd_1 ._CautionMsg_14otd_56{width:100%;font-size:1.5rem;font-weight:500;line-height:21.8px;letter-spacing:-.3px;text-align:left;padding:25px 0 45px;border-top:1px solid #ddd}._Wrap_14otd_1 ._CautionMsg_14otd_56>ul{margin-top:8px}._Wrap_14otd_1 ._CautionMsg_14otd_56>ul li{font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;color:#777;text-align:left}._Wrap_14otd_1 ._CautionMsg_14otd_56>ul li:first-child{margin-bottom:6px}._Wrap_14otd_1 ._CautionMsg_14otd_56 span{color:#444;font-weight:700}._Wrap_14otd_1 ._UserId_14otd_83{display:block;width:300px;margin:0 auto 50px;text-align:center;height:35px;background:#ebebeb;border:0;font-size:1.4rem;color:#054ab4}._Wrap_14otd_1 ._MarginLeft10px_14otd_94{margin-left:10px}._Wrap_14otd_1 ._CustomerCenter_14otd_97{text-decoration:underline!important;font-weight:500}._Wrap_14otd_1 ._SMSauth_14otd_101{display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid #ddd;padding-top:15px}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSInput_14otd_109{position:relative;width:300px;overflow:hidden}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSInput_14otd_109 input{width:100%;height:48px;font-size:1.8rem;line-height:27.9px;letter-spacing:-.36px;font-weight:500;color:#1b1b1b;border:none;border-bottom:1px solid #e5e5e5}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSInput_14otd_109 input::placeholder{color:#ccc}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSInput_14otd_109 input:focus{border-bottom:2px solid #1b1b1b}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSInput_14otd_109 ._InputName_14otd_131{font-size:1.5rem;font-weight:500;line-height:20.1px;letter-spacing:-.26px;color:#444;padding-bottom:3px;padding-top:15px}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSInput_14otd_109 ._TimeLimit_14otd_140{position:absolute;top:50px;right:0;align-items:center;justify-content:center;color:#c84a31;cursor:default;font-size:1.6rem;font-weight:500;line-height:21.7px;letter-spacing:-.28px}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSResend_14otd_153{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSResend_14otd_153:hover{background:#fff}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSResend_14otd_153:active{background:#ececfa}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSResend_14otd_153{font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;font-weight:500;width:130px;height:48px;border:1px solid #ddd;position:relative;top:10px}._Wrap_14otd_1 ._SMSauth_14otd_101 ._SMSResend_14otd_153[disabled]{border:1px solid #f0f0f0;color:#ccc;cursor:not-allowed}._Wrap_14otd_1 ul{margin-top:8px;margin-bottom:20px}._Wrap_14otd_1 ul li{font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;color:#777;text-align:left}._Wrap_14otd_1 ul li:first-child{margin-bottom:6px}._Wrap_620t5_1{width:100%;background:#fff}._Heading_620t5_6{display:flex;align-items:center;justify-content:center;color:#000;background:#fff;width:100%;font-size:1.8rem;line-height:27px;letter-spacing:-.36px;font-weight:700;height:66px}._MenuList_620t5_20{width:100%;background:#fff}._MenuItem_620t5_25{width:100%}._MenuItem_620t5_25 a,._MenuItem_620t5_25 button{display:flex;align-items:center;justify-content:center;text-align:center;padding:0 30px;line-height:1.3;width:100%;height:60px;font-size:1.5rem;letter-spacing:-.3px;color:#777;transition:all .3s ease-in;background-position:center right 10px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m7.356%204.62%204.738%204.755.685.625-5.423%205.358.894.892L14.5%2010%208.25%203.75l-.894.87z'%20fill='%23A4A4A4'/%3e%3c/svg%3e")}._MenuItem_620t5_25 a:hover,._MenuItem_620t5_25 button:hover{color:#1d2b59;font-weight:500;background-color:#f8f8f9;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m7.355%204.62%204.738%204.755.685.625-5.423%205.358.894.892L14.5%2010%208.25%203.75l-.894.87z'%20fill='%231D2B59'/%3e%3c/svg%3e")}._MenuItem_620t5_25._Active_620t5_51 a,._MenuItem_620t5_25._Active_620t5_51 button{color:#1d2b59;font-weight:500;background-color:#f8f8f9;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m7.355%204.62%204.738%204.755.685.625-5.423%205.358.894.892L14.5%2010%208.25%203.75l-.894.87z'%20fill='%231D2B59'/%3e%3c/svg%3e")}._Wrap_9z2tn_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_9z2tn_13{position:sticky;top:78px;width:256px}._RightPane_9z2tn_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_9z2tn_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_9z2tn_1{padding:10px}}._Sort_9z2tn_42{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:24px 0}._Sort_9z2tn_42._Notice_9z2tn_49{justify-content:space-between}._Sort_9z2tn_42 ._SortBtn_9z2tn_52{width:79px;height:41px;color:#a4a4a4;border-radius:4px;border:1px solid #ddd;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px;margin-right:8px;transition:all .2s ease-in}._Sort_9z2tn_42 ._SortBtn_9z2tn_52._Active_9z2tn_65,._Sort_9z2tn_42 ._SortBtn_9z2tn_52:hover{color:#fff;background:#1d2b59}._Sort_9z2tn_42 ._InputWrap_9z2tn_69{width:356px;height:42px;position:relative}._Sort_9z2tn_42 ._InputWrap_9z2tn_69 input{width:100%;padding:12px 12px 12px 40px;border-radius:4px;border:1px solid #ddd;font-size:1.4rem;line-height:1.29;letter-spacing:-.28px}._Sort_9z2tn_42 ._InputWrap_9z2tn_69 input::placeholder{color:#a4a4a4}._Sort_9z2tn_42 ._InputWrap_9z2tn_69 input:focus{border-color:#1d2b59}._Sort_9z2tn_42 ._InputWrap_9z2tn_69 ._SearchIcon_9z2tn_89{position:absolute;top:12px;left:12px;cursor:pointer;width:20px;height:20px}._List_9z2tn_98{position:relative;width:100%;padding-bottom:70px}._List_9z2tn_98._NoNumber_9z2tn_103 ._Title_9z2tn_103{width:917px;border-left:0}._List_9z2tn_98._NoNumber_9z2tn_103 ._Date_9z2tn_107{width:174px}._Index_9z2tn_111{width:104px;display:flex;align-items:center;justify-content:center}._Title_9z2tn_103{width:812px;display:flex;align-items:center;justify-content:center}._Date_9z2tn_107{width:174px;display:flex;align-items:center;justify-content:center}._ListHead_9z2tn_132{width:100%;height:40px;display:flex;align-items:center;border-top:1px solid #1b1b1b;border-bottom:1px solid #ddd;font-size:1.3rem;font-weight:500;letter-spacing:-.26px}._ListHead_9z2tn_132 ._Title_9z2tn_103,._ListHead_9z2tn_132 ._Date_9z2tn_107{border-left:1px solid #ddd;height:100%}._ListItem_9z2tn_148{display:flex;align-items:center;justify-content:center;height:55px;width:100%;cursor:pointer;border-bottom:1px solid #ddd;transition:background-color .2s ease-in}._ListItem_9z2tn_148:hover{background:#444bcc1a}._ListItem_9z2tn_148 ._Index_9z2tn_111{font-size:1.4rem;line-height:1.5;letter-spacing:-.28px}._ListItem_9z2tn_148 ._Title_9z2tn_103,._ListItem_9z2tn_148 ._Date_9z2tn_107{border-left:1px solid #ddd;height:100%}._ListItem_9z2tn_148 ._Title_9z2tn_103{justify-content:flex-start;padding-left:31px;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px}._ListItem_9z2tn_148 ._Title_9z2tn_103._Top_9z2tn_177,._ListItem_9z2tn_148 ._Title_9z2tn_103._Top_9z2tn_177 ._Top_9z2tn_177{font-weight:700}._ListItem_9z2tn_148 ._Title_9z2tn_103 span{width:50px;text-align:center;margin-right:24px;font-weight:500;color:#777;line-height:1.5;letter-spacing:-.3px}._ListItem_9z2tn_148 ._Title_9z2tn_103 span._en_9z2tn_192{width:100px}._ListItem_9z2tn_148 ._Date_9z2tn_107{font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:-.28px}._PenelBody_9z2tn_202{width:100%;padding:20px 40px}._Wrap_1s3hg_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1s3hg_13{position:sticky;top:78px;width:256px}._RightPane_1s3hg_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1s3hg_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1s3hg_1{padding:10px}}._Content_1s3hg_42{width:100%;padding:30px 0 54px}._ContentHead_1s3hg_47{width:100%;font-size:2rem;line-height:1.7;letter-spacing:-.4px;font-weight:700}._regDate_1s3hg_55{width:100%;color:#999;font-size:1.4rem;font-weight:500;line-height:1.7;letter-spacing:-.28px}._regDate_1s3hg_55 span{margin-left:4px;font-weight:700;font-size:1.5rem;letter-spacing:-.3px;line-height:1.7}._ContentBody_1s3hg_71{width:100%;padding:24px 0 30px;font-size:1.6rem;line-height:1.7;letter-spacing:-.32px;color:#444}._ContentBody_1s3hg_71 img{max-width:100%;height:auto}._BtnPane_1s3hg_84{display:flex;align-items:center;justify-content:flex-end;width:100%}._BtnPane_1s3hg_84 ._GoBackBtn_1s3hg_90{display:flex;align-items:center;justify-content:center;width:192px;height:50px;border-radius:4px;border:1px solid #ccc;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px}._Wrap_sa1vz_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_sa1vz_13{position:sticky;top:78px;width:256px}._RightPane_sa1vz_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_sa1vz_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_sa1vz_1{padding:10px}}._SearchWrap_sa1vz_42{display:flex;align-items:center;justify-content:space-between;width:100%;height:110px;padding:24px 0}._SearchWrap_sa1vz_42 ._SortBtnPane_sa1vz_50{display:flex;align-items:center;justify-content:center}._SearchWrap_sa1vz_42 ._SortBtnPane_sa1vz_50 ._SortBtn_sa1vz_50{width:79px;height:41px;color:#a4a4a4;border-radius:4px;border:1px solid #ddd;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px;margin-right:8px;transition:all .2s ease-in}._SearchWrap_sa1vz_42 ._SortBtnPane_sa1vz_50 ._SortBtn_sa1vz_50._Active_sa1vz_68,._SearchWrap_sa1vz_42 ._SortBtnPane_sa1vz_50 ._SortBtn_sa1vz_50:hover{color:#fff;background:#1d2b59}._SearchWrap_sa1vz_42 ._InputWrap_sa1vz_72{width:356px;height:42px;position:relative}._SearchWrap_sa1vz_42 ._InputWrap_sa1vz_72 input{width:100%;padding:12px 12px 12px 40px;border-radius:4px;border:1px solid #ddd;font-size:1.4rem;line-height:1.29;letter-spacing:-.28px}._SearchWrap_sa1vz_42 ._InputWrap_sa1vz_72 input::placeholder{color:#a4a4a4}._SearchWrap_sa1vz_42 ._InputWrap_sa1vz_72 input:focus{border-color:#1d2b59}._SearchWrap_sa1vz_42 ._InputWrap_sa1vz_72 ._SearchIcon_sa1vz_92{position:absolute;top:12px;left:12px;cursor:pointer;width:20px;height:20px}._List_sa1vz_101{width:100%;padding-bottom:70px;position:relative;border-top:1px solid #1b1b1b}._FaqList_sa1vz_108{width:100%}._FaqItem_sa1vz_112{width:100%;border-bottom:1px solid #ddd}._FaqItem_sa1vz_112._Active_sa1vz_68 ._Arrow_sa1vz_116{transform:translateY(-50%) rotate(135deg)}._Label_sa1vz_120{width:110px;font-weight:500;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px;color:#777;text-align:center}._Title_sa1vz_130{width:calc(100% - 110px);padding-left:13px;font-size:1.5rem;line-height:1.5;letter-spacing:-.3px}._PenelHead_sa1vz_138{width:100%;display:flex;align-items:center;min-height:56px;padding:0 44px 0 0;border:0;background:#fff;text-align:left;position:relative;cursor:pointer}._PenelBody_sa1vz_151{width:100%;display:flex;align-items:center}._Arrow_sa1vz_116{position:absolute;top:50%;right:20px;width:9px;height:9px;border-top:1px solid #a4a4a4;border-right:1px solid #a4a4a4;transform:translateY(-50%) rotate(45deg)}._AnswerText_sa1vz_168{width:100%;padding:30px;font-size:1.5rem;line-height:1.65;letter-spacing:-.3px;color:#1d2b59}._En_sa1vz_177{flex-direction:column;justify-content:center}._En_sa1vz_177 ._SortBtnPane_sa1vz_50{display:flex;align-items:center;justify-content:center}._En_sa1vz_177 ._SortBtnPane_sa1vz_50 ._SortBtn_sa1vz_50{padding:0 15px}._En_sa1vz_177 ._InputWrap_sa1vz_72{margin-top:10px}._Wrap_ino7m_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_ino7m_13{position:sticky;top:78px;width:256px}._RightPane_ino7m_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_ino7m_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_ino7m_1{padding:10px}}._InfoPane_ino7m_42{display:flex;align-items:center;justify-content:flex-start}._BtnWrap_ino7m_48{display:flex;align-items:center;width:100%}._BtnWrap_ino7m_48 ._Btn_ino7m_48{width:33.3%;height:50px;border-bottom:1px solid #ddd;color:#999;font-size:1.6rem;font-weight:500;line-height:20.8px;letter-spacing:-.32px;background:#f8f8f9;transition:all .2s ease-in}._BtnWrap_ino7m_48 ._Btn_ino7m_48._Active_ino7m_65,._BtnWrap_ino7m_48 ._Btn_ino7m_48:hover{color:#1b1b1b;background:#fff;border:0}._InfoPane_ino7m_42._en_ino7m_71{flex-wrap:wrap-reverse}._InfoPane_ino7m_42._en_ino7m_71 ._BtnWrap_ino7m_48{width:100%}._InfoPane_ino7m_42._en_ino7m_71 ._BtnWrap_ino7m_48 ._Btn_ino7m_48{width:25%;height:35px}._InfoPane_ino7m_42._en_ino7m_71 ._UserLevel_ino7m_81{width:100%;margin-bottom:15px;text-align:center}._FeesContent_ino7m_87{padding-bottom:70px}._FeesContent_ino7m_87 ._Content_ino7m_90{display:none}._FeesContent_ino7m_87 ._Content_ino7m_90._Active_ino7m_65{display:block}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96{height:90px;width:100%;padding-top:35px;position:relative}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96._withdraw_ino7m_102{padding-top:24px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._UserLevel_ino7m_81{width:100%;font-size:1.7rem;letter-spacing:-.34px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._UserLevel_ino7m_81 ._userName_ino7m_110,._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._UserLevel_ino7m_81 ._Level_ino7m_110{color:#1d2b59;font-size:1.7rem;font-weight:500;letter-spacing:-.34px;margin-right:2px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._Warning_ino7m_117{font-size:1.3rem;letter-spacing:-.26px;color:#999}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._input_wrap_ino7m_122{width:280px;height:40px;border:1px solid #e5e4ea;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:left;padding-left:12px;position:absolute;right:0;top:24px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._input_wrap_ino7m_122 ._search_icon_ino7m_136{width:20px;height:20px;margin-right:8px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._input_wrap_ino7m_122 ._close_icon_ino7m_141{cursor:pointer}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._input_wrap_ino7m_122 input{width:212px;height:20px;border:0;font-size:1.4rem;letter-spacing:-.28px;line-height:20.3px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._static_area_ino7m_96 ._input_wrap_ino7m_122 input::placeholder{color:#a4a4a4}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155{width:100%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 h3{font-weight:500;font-size:1.5rem;line-height:1.55;letter-spacing:-.3px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 h3 ._Caption_ino7m_164{font-size:1.4rem;font-weight:500;letter-spacing:-.28px;color:#a4a4a4;margin-left:8px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableHead_ino7m_171{width:100%;display:flex;align-items:center;border-bottom:1px solid #ddd;border-top:1px solid #1b1b1b}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableHead_ino7m_171 dt{display:flex;align-items:center;justify-content:center;height:40px;font-size:1.3rem;font-weight:500;letter-spacing:-.26px;border-left:1px solid #ddd}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableHead_ino7m_171 dt:first-child{border-left:0}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableBody_ino7m_191{margin-bottom:35px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableBody_ino7m_191 dl{width:100%;display:flex;border-bottom:1px solid #ddd}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableBody_ino7m_191 dl dt,._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableBody_ino7m_191 dl dd{display:flex;align-items:center;justify-content:center;height:55px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155 ._TableBody_ino7m_191 dl dd{border-left:1px solid #ddd}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableHead_ino7m_171 dt:nth-child(1){width:50%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableHead_ino7m_171 dt:nth-child(2){width:50%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191 dt,._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191 dd{width:50%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._transaction_ino7m_220{font-size:1.5rem;line-height:1.45}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._transaction_ino7m_220 dd{font-weight:500;letter-spacing:.15px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._withdraw_ino7m_102{font-size:1.4rem;line-height:1.45}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._withdraw_ino7m_102 dt{height:auto;min-height:55px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._withdraw_ino7m_102 dd{font-weight:500;letter-spacing:.14px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._withdraw_ino7m_102 dd ._coinName_ino7m_240{font-weight:500}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._withdraw_ino7m_102 dd._fee-item-withdraw_ino7m_243{flex-direction:column;height:auto;min-height:55px;padding:4px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._withdraw_ino7m_102 dd._fee-item-withdraw_ino7m_243 ._fee-item-withdraw__box_ino7m_249{padding:3px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._limit_ino7m_252{font-size:1.4rem;line-height:1.45}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type01_ino7m_208 ._TableBody_ino7m_191._limit_ino7m_252 dd{font-size:1.5rem;font-weight:500;letter-spacing:-.3px}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type02_ino7m_261 ._TableHead_ino7m_171 dt:nth-child(1){width:20%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type02_ino7m_261 ._TableHead_ino7m_171 dt:nth-child(2){width:40%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type02_ino7m_261 ._TableHead_ino7m_171 dt:nth-child(3){width:40%}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type02_ino7m_261 ._TableBody_ino7m_191 dt{width:20%;font-size:1.4rem}._FeesContent_ino7m_87 ._Content_ino7m_90 ._Table_ino7m_155._Type02_ino7m_261 ._TableBody_ino7m_191 dd{width:40%;font-size:1.5rem;font-weight:500;letter-spacing:-.3px}._feeItem__text-sub_ino7m_281{display:inline-block;font-size:14px;line-height:1.2;font-weight:500;word-break:keep-all}._feeItem_ino7m_281{display:inline-block;margin:0 2px;font-weight:500}._feeItem--primary_ino7m_294{color:#000}._feeItem--discount_ino7m_297{color:#dc3545}._feeItem--success_ino7m_300{color:#28a745}._feeItem--danger_ino7m_303{color:#dc3545}._feeItem--warning_ino7m_306{color:#ffc107}._feeItem--info_ino7m_309{color:#17a2b8}._coinName_ino7m_240{font-weight:700;display:inline-block}._feeSeparator_ino7m_318{margin:0 4px;font-weight:700;color:#6c757d}._Page_kq6wc_1{width:40%;margin:50px auto;background-color:#fff;border-radius:10px}._Page_kq6wc_1 h2{font-size:1.6rem;font-weight:700;margin-left:40px;margin-right:40px;margin-bottom:18px;align-items:center}._Page_kq6wc_1 p{font-size:1.5rem;margin-left:40px;margin-right:40px;line-height:1.3;margin-bottom:18px}._Page_kq6wc_1 ._Content_kq6wc_22{width:100%;padding:40px 0 15px}._Page_kq6wc_1 ._BtnPane_kq6wc_26{display:flex;align-items:center;justify-content:flex-end;width:100%;margin-bottom:40px}._Page_kq6wc_1 ._BtnPane_kq6wc_26 ._GoHomeBtn_kq6wc_33{display:flex;align-items:center;justify-content:center;width:90px;height:50px;margin-right:40px;border-radius:4px;border:1px solid #ccc;font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:-.3px}.rc-collapse{background-color:#fff}.rc-collapse-anim-active{transition:height .3s ease}.rc-collapse>.rc-collapse-item{border-top:1px solid #ddd}.rc-collapse>.rc-collapse-item:first-child{border-top:none}.rc-collapse>.rc-collapse-item>.rc-collapse-header{display:flex;align-items:center;width:100%;height:58px;padding:12px 0;font-size:1.6rem;color:#1b1b1b;cursor:pointer;border-bottom:1px solid #f0f0f0;position:relative}.rc-collapse>.rc-collapse-item>.rc-collapse-header:hover{background:#fafafa}.rc-collapse>.rc-collapse-item>.rc-collapse-header .arrow{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:inline-block;width:30px;height:30px;font-size:0;transition:all .3s ease;background:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='14'%20cy='14'%20r='13.5'%20transform='rotate(90%2014%2014)'%20fill='white'%20stroke='%23E5E4EA'/%3e%3cpath%20d='M9%2012L14.0039%2017.0039L19.0078%2012'%20stroke='%23777777'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}.rc-collapse>.rc-collapse-item-disabled>.rc-collapse-header{cursor:not-allowed;color:#999;background-color:#f3f3f3}.rc-collapse-content{overflow:hidden;padding:0;background-color:#f8f8f9;border-top:1px solid #1E326B}.rc-collapse-content>.rc-collapse-content-box{margin-top:16px;margin-bottom:16px}.rc-collapse-content-inactive{display:none}.rc-collapse-item:last-child>.rc-collapse-content{border-radius:0 0 3px 3px}.rc-collapse>.rc-collapse-item-active>.rc-collapse-header .arrow{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='14'%20cy='14'%20r='13.5'%20transform='rotate(-90%2014%2014)'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3cpath%20d='M19%2016L13.9961%2010.9961L8.99219%2016'%20stroke='white'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}.rc-collapse>.rc-collapse-item.Documents .rc-collapse-header{height:118px}._common-button__box_4jdm5_1{width:100%}._common-button__box-inner_4jdm5_5{display:flex;margin:0 -4px}._common-button__box-inner_4jdm5_5>._common-button_4jdm5_1{margin:0 4px}._common-button_4jdm5_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_4jdm5_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_4jdm5_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_4jdm5_1:disabled:active:before{display:none}._common-button--primary_4jdm5_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_4jdm5_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_4jdm5_59{border:1px solid #ddd;background-color:#fff;color:#000}._Wrap_4jdm5_65{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_4jdm5_77{position:sticky;top:78px;width:256px}._RightPane_4jdm5_83{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_4jdm5_83>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_4jdm5_65{padding:10px}}._PwdChange_4jdm5_106{width:100%}._PwdChange_4jdm5_106 ._PwdChangeHead_4jdm5_109{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 0 20px}._PwdChange_4jdm5_106 ._PwdChangeHead_4jdm5_109 ._UserLevelPane_4jdm5_116{font-size:1.6rem;font-weight:500;line-height:24.8px;letter-spacing:-.32px}._PwdChange_4jdm5_106 ._PwdChangeHead_4jdm5_109 ._UserLevelPane_4jdm5_116 ._Blue_4jdm5_122{color:#1d2b59;font-weight:500;margin-right:3px}._PwdChange_4jdm5_106 ._PwdChangeHead_4jdm5_109 ._UserLevelPane_4jdm5_116 ._UserLevel_4jdm5_116{display:inline-block;margin-left:3px}._PwdPenelControl_4jdm5_132{display:flex;align-items:center;justify-content:center}._PwdPenelControl_4jdm5_132 ._PwdPenelBtn_4jdm5_137,._PwdPenelControl_4jdm5_132 ._PwdPenelChangeBtn_4jdm5_138{width:120px;height:30px;margin-left:10px;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500;border-radius:4px}._PwdPenelControl_4jdm5_132 ._PwdPenelBtn_4jdm5_137._Active_4jdm5_148{background-color:#1d2b59;color:#fff}._PwdPenelControl_4jdm5_132 ._PwdPenelChangeBtn_4jdm5_138,._PwdPenelControl_4jdm5_132 ._PwdPenelBtn_4jdm5_137{display:flex;align-items:center;justify-content:center;border:1px solid #e5e4ea;color:#777}._removeAgreeDownload_4jdm5_161{text-align:right}._removeAgreeDownload_4jdm5_161 a{color:#777;font-size:1.4rem;letter-spacing:-.28px;line-height:21.7px;display:flex;align-items:center;justify-content:flex-end}._removeAgreeDownload_4jdm5_161 a img{width:16px;margin-left:6px;margin-bottom:10px}._UserFeesInfo_4jdm5_179{width:100%;display:flex;align-items:center;justify-content:space-between}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185:nth-child(1){width:40%;padding-right:40px}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185:nth-child(2){width:60%;padding-left:8px}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTableHead_4jdm5_193{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;font-size:1.5rem;line-height:21.8px;letter-spacing:-.3px;font-weight:500;border-bottom:1px solid #1b1b1b}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTableHead_4jdm5_193 a{color:#a4a4a4;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500;float:right}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 dl{width:100%;display:flex;align-items:center}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 dl dt,._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 dl dd{width:50%;height:50px;display:flex;align-items:center;justify-content:center;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 dl dt:last-child,._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 dl dd:last-child{border-right:0}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 dl dt{font-weight:500}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Limits_4jdm5_236 dl dt{width:20%}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Limits_4jdm5_236 dl dd{width:40%}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Limits_4jdm5_236 dl ._combineCol_4jdm5_242{width:80%}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Limits_4jdm5_236 dl ._combineCol_4jdm5_242 span{color:#444;margin-left:3px}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Limits_4jdm5_236 dl ._combineCol_4jdm5_242._bold_4jdm5_249{font-weight:700;display:block;text-align:center}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Limits_4jdm5_236 dl ._krw_info_4jdm5_254{color:#777}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Present_4jdm5_257 dl dt{width:40%}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193._Present_4jdm5_257 dl dd{width:60%}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 ._FeesLink_4jdm5_263{display:flex;align-items:center;justify-content:center;justify-content:flex-end;margin:10px auto}._UserFeesInfo_4jdm5_179 ._FeesInfoBox_4jdm5_185 ._FeesTable_4jdm5_193 ._FeesLink_4jdm5_263 a{color:#a4a4a4;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500}._Security_4jdm5_278{width:100%;margin-top:50px}._Security_4jdm5_278>h3{font-size:1.5rem;font-weight:500;margin-bottom:10px}._Security_4jdm5_278._Corp_4jdm5_287 ._LevelBody_4jdm5_287._Level4_4jdm5_287:after{left:69.5%}._Security_4jdm5_278 ._LevelProgress_4jdm5_290{width:100%;border-top:1px solid #1b1b1b}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294{display:flex;align-items:center;justify-content:space-between;align-items:flex-start}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt{width:100%;height:187px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;position:relative;padding:24px 0;border-left:1px solid #e5e4ea}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt:last-child{border-right:1px solid #e5e4ea}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._Level04State_4jdm5_314{display:flex;align-items:center;justify-content:center;position:absolute;top:-30px;left:50%;min-width:40px;height:20px;border-radius:3px;color:#1d2b59;background:#d9daf4;transform:translate(-50%);display:none}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._Level04State_4jdm5_314._Active_4jdm5_148{display:flex}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._Level_4jdm5_287{font-size:1.5rem;line-height:21.8px;letter-spacing:-.3px;color:#999;font-weight:500;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:flex-start}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._Level_4jdm5_287._Completed_4jdm5_344,._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._Level_4jdm5_287._Selected_4jdm5_344{color:#1d2b59;font-weight:700}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._Level_4jdm5_287 ._LevelText_4jdm5_348{width:215px;color:#1b1b1b;font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;text-align:center;margin-top:8px}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357{position:relative;text-indent:-999em;width:35px;height:35px;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");border-radius:50%;cursor:pointer}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357:hover{box-shadow:0 0 2px 2px #e2e2e2}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357:active{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3ccircle%20cx='18'%20cy='18'%20r='15'%20fill='%23DDD'%20stroke='%23fff'%20stroke-width='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20fill='%23fff'/%3e%3cpath%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._Selected_4jdm5_344{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3ccircle%20cx='18'%20cy='18'%20r='15'%20fill='%23DDD'%20stroke='%23fff'%20stroke-width='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20fill='%23fff'/%3e%3cpath%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._Completed_4jdm5_344{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._Completed_4jdm5_344:hover{box-shadow:0 0 1px 1px #e2e2e2}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._Completed_4jdm5_344:active{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._Completed_4jdm5_344:after{background-color:#1d2b59}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._Completed_4jdm5_344._Selected_4jdm5_344{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3ccircle%20cx='18'%20cy='18'%20r='15'%20fill='%231D2B59'%20stroke='%23fff'%20stroke-width='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20fill='%23fff'/%3e%3cpath%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._ProgressItemAlert_4jdm5_393{display:flex;align-items:center;justify-content:center;text-indent:0;font-size:21px;background-color:#e97415;background-image:none;color:#fff}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._ProgressItemAlert_4jdm5_393:hover{box-shadow:none}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._ProgressItemAlert_4jdm5_393:active{background-image:none}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._ProgressItemAlert_4jdm5_393:after{background-color:#e97415}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressInfo_4jdm5_294 dt ._ProgressCircle_4jdm5_357._ProgressItemAlert_4jdm5_393._Selected_4jdm5_344{background-image:none}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressBar_4jdm5_415{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0 24px}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressBar_4jdm5_415 dd{width:16%;display:flex;align-items:center;justify-content:center}._Security_4jdm5_278 ._LevelProgress_4jdm5_290 ._ProgressBar_4jdm5_415 dd:last-child ._ProgressCircle_4jdm5_357:after{display:none}._LevelBody_4jdm5_287{width:100%;padding:40px 60px;background:#f8f8f9;position:relative;margin-bottom:50px;border:1px solid #ddd}._LevelBody_4jdm5_287 ._LevelHeading_4jdm5_440{color:#1d2b59;font-size:1.8rem;line-height:27.9px;font-weight:700;margin-bottom:24px}._LevelBody_4jdm5_287 ._LevelHeading_4jdm5_440 ._Level2Heading_4jdm5_447{font-size:1.5rem;line-height:23.2px;letter-spacing:-.3px;color:#777;font-weight:400}._LevelBody_4jdm5_287._KYC_4jdm5_454{padding:0}._LevelBody_4jdm5_287._CorpKYC_4jdm5_457{padding:0 0 35px}._LevelWrap_4jdm5_461{width:100%}._Step_4jdm5_465{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px}._Step_4jdm5_465 ._StepHeading_4jdm5_473{color:#1b1b1b;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;margin-bottom:10px;font-weight:500}._Step_4jdm5_465 ._StepHeading_4jdm5_473 span{margin-left:9px}._Step_4jdm5_465:last-child{margin-bottom:0}._Step_4jdm5_465 ._StepRow_4jdm5_487{width:100%;padding:0 16px;display:flex;align-items:center;justify-content:flex-start}._Step_4jdm5_465 ._StepRow_4jdm5_487 ._StepInputEl_4jdm5_494 input,._Step_4jdm5_465 ._StepRow_4jdm5_487 ._StepInputEl_4jdm5_494 select{border:1px solid #ddd;border-radius:2px;width:100%;height:48px;margin-right:10px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;padding:0 20px}._Step_4jdm5_465 ._StepRow_4jdm5_487 ._StepInputEl_4jdm5_494 input._notYet_4jdm5_506,._Step_4jdm5_465 ._StepRow_4jdm5_487 ._StepInputEl_4jdm5_494 select._notYet_4jdm5_506{color:#777;line-height:21.7px;letter-spacing:-.28px;font-size:1.4rem}._Step_4jdm5_465 ._StepRow_4jdm5_487 ._StepBtnEl_4jdm5_512 ._StepBtn_4jdm5_512{width:100%;height:48px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;border-radius:2px}._Step_4jdm5_465 ._StepRow_4jdm5_487 ._StepBtnEl_4jdm5_512 ._StepBtn_4jdm5_512._Completed_4jdm5_344{color:#fff;background-color:#ddd}._Level2_4jdm5_447 ._StepHeading_4jdm5_473{color:#1b1b1b;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;margin-bottom:10px;font-weight:500;display:flex;align-items:center;justify-content:flex-start}._Level2_4jdm5_447 ._StepHeading_4jdm5_473:before{width:8px;height:8px;border-radius:50%;background-color:#1b1b1b;content:"";display:block;margin-right:9px}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._StepInputEl_4jdm5_494:nth-child(1){width:34%;margin-right:10px}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._StepInputEl_4jdm5_494:nth-child(2){width:39%;margin-right:10px}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._StepBtnEl_4jdm5_512{width:24%}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._SMSInput_4jdm5_557{position:relative}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._SMSInput_4jdm5_557 input{padding:0 80px 0 15px}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._SMSInput_4jdm5_557 ._TimeLimit_4jdm5_563{position:absolute;top:0;right:0;height:100%;width:80px;display:flex;align-items:center;justify-content:center;color:#054ab4;cursor:default}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575{display:flex;align-items:center;justify-content:center;background:#fff;color:#054ab4;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575:hover{background:#fff}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575:active{background:#ececfa}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575{width:100%;height:40px;font-size:1.2rem}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575._Completed_4jdm5_344{display:flex;align-items:center;justify-content:center;background:#e2e2e2;color:#6b6b6b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575._Completed_4jdm5_344:hover{background:#e2e2e2}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575._Completed_4jdm5_344:active{background:#d5d5d5}._Level2_4jdm5_447 ._StepRow_4jdm5_487 ._BtnStatus_4jdm5_575._Completed_4jdm5_344{cursor:not-allowed}._CorpKYC_4jdm5_457 ._LevelWrap_4jdm5_461{padding:35px 0 0 20px}._CorpKYC_4jdm5_457 ._LevelWrap_4jdm5_461 p{font-size:15px;text-align:center;line-height:1.5}._CorpKYC_4jdm5_457 ._LevelWrap_4jdm5_461 p._KYC_OK_4jdm5_624{text-align:left}._CorpKYC_4jdm5_457 ._complBtn_4jdm5_627{margin:20px auto 0}._account-view-kyc_4jdm5_631{padding:35px 20px}._account-view-kyc__title-box_4jdm5_635{display:flex;align-items:center;margin-bottom:24px}._account-view-kyc__title_4jdm5_635{font-size:18px;line-height:28px;font-weight:700;color:#1d2b59}._account-view-kyc__title--orange_4jdm5_648{color:#e97415}._account-view-kyc__title-button_4jdm5_652{flex:0;margin-left:12px;padding:4px 8px;min-height:32px;font-size:14px;line-height:20px;font-weight:400}._account-view-kyc__info--notice_4jdm5_662{padding:8px 16px;border-radius:4px;background-color:#e0eff6}._account-view-kyc__info-text_4jdm5_668{font-size:15px;line-height:22px;font-weight:400;word-break:keep-all;color:#1b1b1b}._account-view-kyc__info-text_4jdm5_668>em{font-weight:500;color:#e97415}._account-view-kyc__info-text_4jdm5_668+._account-view-kyc__info-text_4jdm5_668{margin-top:12px}._account-view-kyc__notice_4jdm5_683{margin-top:16px}._account-view-kyc__notice-title_4jdm5_687{display:block;margin-bottom:4px;font-size:15px;line-height:20px;font-weight:600;color:#1d2b59}._account-view-kyc__notice-text_4jdm5_696{font-size:15px;line-height:20px;font-weight:400;color:#1d2b59}._account-view-kyc__trade-status_4jdm5_703{display:block;margin-bottom:16px}._account-view-kyc__trade-status-text_4jdm5_708{position:relative;display:inline-block;font-size:15px;line-height:22px;font-weight:400;color:#1b1b1b}._account-view-kyc__trade-status-text_4jdm5_708>span{margin-left:4px}._account-view-kyc__trade-status-text_4jdm5_708+._account-view-kyc__trade-status-text_4jdm5_708{margin-left:8px;padding-left:8px}._account-view-kyc__trade-status-text_4jdm5_708+._account-view-kyc__trade-status-text_4jdm5_708:before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:1px;background-color:#a7a7a7}._account-view-kyc__trade-status-text--orange_4jdm5_733{color:#e97415}._account-view-kyc__trade-status-text--green_4jdm5_737{color:#1da518}._account-view-kyc__trade-status-text--red_4jdm5_741{color:#d31a2c}._account-view-carf_4jdm5_745{display:flex;flex-direction:column;gap:1rem}._account-view-carf__text_4jdm5_750{font-weight:300;line-height:1.4;font-size:1.3rem}._account-view-carf__text--warning_4jdm5_755{margin-top:1rem;font-size:1.3rem;color:#d31a2c}._Level3_4jdm5_761 ._LevelHeading_4jdm5_440{margin-bottom:12px}._Level3_4jdm5_761 ._KakaoAuthText_4jdm5_764{width:100%;font-size:1.5rem;line-height:24px;letter-spacing:-.3px;text-align:left}._Level3_4jdm5_761 ._KakaoAuthBtn_4jdm5_771{width:300px;height:48px;border-radius:2px;background-color:#1d2b59;color:#fff;font-weight:500;font-size:1.5rem;letter-spacing:-.3px;margin:40px auto 0;display:flex;align-items:center;justify-content:center}._Level3_4jdm5_761 ._KakaoAuthBtn_4jdm5_771._release_4jdm5_785{background-color:#ddd}._Level4_4jdm5_287 ._idcardBtn_4jdm5_789{display:flex;align-items:center;justify-content:center;color:#fff;cursor:not-allowed;background-color:#7d7d7d;margin:50px auto 30px;min-width:300px;height:40px}._complBtn_4jdm5_627{display:flex;align-items:center;justify-content:center;background:#1d2b59;color:#fff;border-radius:3px;font-size:1.5rem;font-weight:300;cursor:pointer}._complBtn_4jdm5_627:hover,._complBtn_4jdm5_627:active{background:#1e326b}._complBtn_4jdm5_627{cursor:not-allowed;margin:50px auto 30px;min-width:300px;height:40px}._OTP_4jdm5_825{width:100%}._OTP_4jdm5_825 ._LevelHeading_4jdm5_440{margin-bottom:20px}._OTP_4jdm5_825 h4{font-size:1.5rem;font-weight:700;margin-bottom:12px;letter-spacing:-.3px;line-height:1.55;display:flex;align-items:center;justify-content:flex-start}._OTP_4jdm5_825 h4:before{width:8px;height:8px;border-radius:50%;background-color:#1b1b1b;content:"";display:block;margin-right:9px}._OTP_4jdm5_825 ._SectionOTPGuide_4jdm5_850{font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;color:#444;margin-bottom:16px}._SectionOTP_4jdm5_850{width:100%;margin-bottom:40px;display:flex;align-items:center;justify-content:flex-start;align-items:flex-end}._SectionOTP_4jdm5_850:last-child{margin-bottom:0}._SectionOTP_4jdm5_850 ._ImgBox_4jdm5_869{display:flex;align-items:center;justify-content:center;width:130px;height:130px;border:1px solid #1D2B59;background:#fff}._SectionOTP_4jdm5_850 ._ImgBox_4jdm5_869 img{width:85%}._SectionOTP_4jdm5_850 ._CodePane_4jdm5_881{display:flex;align-items:center;justify-content:flex-start;font-size:1.3rem;line-height:20.1px;margin-left:12px}._SectionOTP_4jdm5_850 ._CodePane_4jdm5_881 ._CodeLabel_4jdm5_889{margin-right:7px;display:flex;align-items:center;justify-content:flex-start}._SectionOTP_4jdm5_850 ._CodePane_4jdm5_881 ._CodeLabel_4jdm5_889:after{content:"";display:block;width:1px;height:12px;background-color:#ccc;margin:3px 0 0 7px}._SectionOTP_4jdm5_850 ._CodePane_4jdm5_881 ._CodeInput_4jdm5_903{color:#1e326b;font-weight:500;margin-right:7px}._SectionOTP_4jdm5_850 ._CodePane_4jdm5_881 ._CodeCopyBtn_4jdm5_908{width:40px;height:20px;border-radius:2px;border:1px solid #1D2B59;background-color:#fff;color:#1d2b59;font-weight:500;line-height:13.9px;font-size:.9rem;padding-bottom:2px}._SectionOTP_4jdm5_850 ._StepInputEl_4jdm5_494{width:60%;margin-right:16px}._SectionOTP_4jdm5_850 ._StepInputEl_4jdm5_494 input{border-radius:2px;border:1px solid #ddd;width:100%;height:48px;padding:12px 20px;font-weight:500;font-size:1.5rem}._SectionOTP_4jdm5_850 ._StepInputEl_4jdm5_494 input::placeholder{color:#ccc}._SectionOTP_4jdm5_850 ._StepBtnEl_4jdm5_512{width:20%}._SectionOTP_4jdm5_850 ._StepBtnEl_4jdm5_512 button{width:160px;height:48px;background-color:#1d2b59;border-radius:2px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;color:#fff;opacity:.4}._SectionOTP_4jdm5_850 ._StepBtnEl_4jdm5_512 button._Active_4jdm5_148{background-color:#1d2b59;opacity:1}._forforeigner_4jdm5_956 ._ProgressCircle_4jdm5_357:after{width:220px}._MembershipBody_4jdm5_960{width:100%;padding:40px 60px;background:#f8f8f9;position:relative;margin-bottom:50px;border:1px solid #ddd}._MembershipBody_4jdm5_960 ._MembershipHeading_4jdm5_968{color:#1d2b59;font-size:1.8rem;line-height:27.9px;font-weight:700;margin-bottom:24px}._MembershipBody_4jdm5_960._MEMBERSHIP_4jdm5_975:after{left:88.6%}._MEMBERSHIP_4jdm5_975{width:100%}._MEMBERSHIP_4jdm5_975 ._MembershipHeading_4jdm5_968{margin-bottom:20px}._MEMBERSHIP_4jdm5_975 h4{font-size:1.5rem;font-weight:700;margin-bottom:12px;letter-spacing:-.3px;line-height:1.55;display:flex;align-items:center;justify-content:flex-start}._MEMBERSHIP_4jdm5_975 h4:before{width:8px;height:8px;border-radius:50%;background-color:#1b1b1b;content:"";display:block;margin-right:9px}._common-button__box_1sftf_1{width:100%}._common-button__box-inner_1sftf_5{display:flex;margin:0 -4px}._common-button__box-inner_1sftf_5>._common-button_1sftf_1{margin:0 4px}._common-button_1sftf_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1sftf_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1sftf_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1sftf_1:disabled:active:before{display:none}._common-button--primary_1sftf_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1sftf_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1sftf_59{border:1px solid #ddd;background-color:#fff;color:#000}._kyc-info-notice-modal_1sftf_65 .global-modal-table-type__wrap{max-width:320px}._kyc-info-notice-modal__info-item_1sftf_69 dt{font-size:14px;line-height:20px;font-weight:600;color:#1b1b1b}._kyc-info-notice-modal__info-item_1sftf_69 dd{margin-top:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._kyc-info-notice-modal__info-item_1sftf_69+._kyc-info-notice-modal__info-item_1sftf_69{margin-top:24px}._kyc-info-notice-modal__info-content_1sftf_87 dd{min-height:80px;padding:8px;border:1px solid #ccc;border-radius:4px}._kyc-info-notice-modal__button-box_1sftf_94{margin-top:20px;display:flex}._common-button__box_1w60p_1{width:100%}._common-button__box-inner_1w60p_5{display:flex;margin:0 -4px}._common-button__box-inner_1w60p_5>._common-button_1w60p_1{margin:0 4px}._common-button_1w60p_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1w60p_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1w60p_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1w60p_1:disabled:active:before{display:none}._common-button--primary_1w60p_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1w60p_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1w60p_59{border:1px solid #ddd;background-color:#fff;color:#000}._Wrap_1w60p_65{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1w60p_77{position:sticky;top:78px;width:256px}._RightPane_1w60p_83{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1w60p_83>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1w60p_65{padding:10px}}._PwdChange_1w60p_106{width:100%}._PwdChange_1w60p_106 ._PwdChangeHead_1w60p_109{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 0 20px}._PwdChange_1w60p_106 ._PwdChangeHead_1w60p_109 ._UserLevelPane_1w60p_116{font-size:1.6rem;font-weight:500;line-height:24.8px;letter-spacing:-.32px}._PwdChange_1w60p_106 ._PwdChangeHead_1w60p_109 ._UserLevelPane_1w60p_116 ._Blue_1w60p_122{color:#1d2b59;font-weight:500;margin-right:3px}._PwdChange_1w60p_106 ._PwdChangeHead_1w60p_109 ._UserLevelPane_1w60p_116 ._UserLevel_1w60p_116{display:inline-block;margin-left:3px}._PwdPenelControl_1w60p_132{display:flex;align-items:center;justify-content:center}._PwdPenelControl_1w60p_132 ._PwdPenelBtn_1w60p_137,._PwdPenelControl_1w60p_132 ._PwdPenelChangeBtn_1w60p_138{width:120px;height:30px;margin-left:10px;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500;border-radius:4px}._PwdPenelControl_1w60p_132 ._PwdPenelBtn_1w60p_137._Active_1w60p_148{background-color:#1d2b59;color:#fff}._PwdPenelControl_1w60p_132 ._PwdPenelChangeBtn_1w60p_138,._PwdPenelControl_1w60p_132 ._PwdPenelBtn_1w60p_137{display:flex;align-items:center;justify-content:center;border:1px solid #e5e4ea;color:#777}._removeAgreeDownload_1w60p_161{text-align:right}._removeAgreeDownload_1w60p_161 a{color:#777;font-size:1.4rem;letter-spacing:-.28px;line-height:21.7px;display:flex;align-items:center;justify-content:flex-end}._removeAgreeDownload_1w60p_161 a img{width:16px;margin-left:6px;margin-bottom:10px}._UserFeesInfo_1w60p_179{width:100%;display:flex;align-items:center;justify-content:space-between}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185:nth-child(1){width:40%;padding-right:40px}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185:nth-child(2){width:60%;padding-left:8px}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTableHead_1w60p_193{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;font-size:1.5rem;line-height:21.8px;letter-spacing:-.3px;font-weight:500;border-bottom:1px solid #1b1b1b}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTableHead_1w60p_193 a{color:#a4a4a4;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500;float:right}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 dl{width:100%;display:flex;align-items:center}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 dl dt,._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 dl dd{width:50%;height:50px;display:flex;align-items:center;justify-content:center;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 dl dt:last-child,._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 dl dd:last-child{border-right:0}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 dl dt{font-weight:500}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Limits_1w60p_236 dl dt{width:20%}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Limits_1w60p_236 dl dd{width:40%}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Limits_1w60p_236 dl ._combineCol_1w60p_242{width:80%}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Limits_1w60p_236 dl ._combineCol_1w60p_242 span{color:#444;margin-left:3px}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Limits_1w60p_236 dl ._combineCol_1w60p_242._bold_1w60p_249{font-weight:700;display:block;text-align:center}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Limits_1w60p_236 dl ._krw_info_1w60p_254{color:#777}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Present_1w60p_257 dl dt{width:40%}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193._Present_1w60p_257 dl dd{width:60%}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 ._FeesLink_1w60p_263{display:flex;align-items:center;justify-content:center;justify-content:flex-end;margin:10px auto}._UserFeesInfo_1w60p_179 ._FeesInfoBox_1w60p_185 ._FeesTable_1w60p_193 ._FeesLink_1w60p_263 a{color:#a4a4a4;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500}._Security_1w60p_278{width:100%;margin-top:50px}._Security_1w60p_278>h3{font-size:1.5rem;font-weight:500;margin-bottom:10px}._Security_1w60p_278._Corp_1w60p_287 ._LevelBody_1w60p_287._Level4_1w60p_287:after{left:69.5%}._Security_1w60p_278 ._LevelProgress_1w60p_290{width:100%;border-top:1px solid #1b1b1b}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294{display:flex;align-items:center;justify-content:space-between;align-items:flex-start}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt{width:100%;height:187px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;position:relative;padding:24px 0;border-left:1px solid #e5e4ea}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt:last-child{border-right:1px solid #e5e4ea}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._Level04State_1w60p_314{display:flex;align-items:center;justify-content:center;position:absolute;top:-30px;left:50%;min-width:40px;height:20px;border-radius:3px;color:#1d2b59;background:#d9daf4;transform:translate(-50%);display:none}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._Level04State_1w60p_314._Active_1w60p_148{display:flex}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._Level_1w60p_287{font-size:1.5rem;line-height:21.8px;letter-spacing:-.3px;color:#999;font-weight:500;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:flex-start}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._Level_1w60p_287._Completed_1w60p_344,._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._Level_1w60p_287._Selected_1w60p_344{color:#1d2b59;font-weight:700}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._Level_1w60p_287 ._LevelText_1w60p_348{width:215px;color:#1b1b1b;font-size:1.3rem;line-height:18.9px;letter-spacing:-.26px;text-align:center;margin-top:8px}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357{position:relative;text-indent:-999em;width:35px;height:35px;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");border-radius:50%;cursor:pointer}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357:hover{box-shadow:0 0 2px 2px #e2e2e2}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357:active{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3ccircle%20cx='18'%20cy='18'%20r='15'%20fill='%23DDD'%20stroke='%23fff'%20stroke-width='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20fill='%23fff'/%3e%3cpath%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._Selected_1w60p_344{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3ccircle%20cx='18'%20cy='18'%20r='15'%20fill='%23DDD'%20stroke='%23fff'%20stroke-width='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20fill='%23fff'/%3e%3cpath%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._Completed_1w60p_344{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._Completed_1w60p_344:hover{box-shadow:0 0 1px 1px #e2e2e2}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._Completed_1w60p_344:active{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._Completed_1w60p_344:after{background-color:#1d2b59}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._Completed_1w60p_344._Selected_1w60p_344{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3ccircle%20cx='18'%20cy='18'%20r='15'%20fill='%231D2B59'%20stroke='%23fff'%20stroke-width='.8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20fill='%23fff'/%3e%3cpath%20d='M15.601%2023.5a.807.807%200%200%201-.57-.232l-4.796-4.709a.782.782%200%200%201%200-1.118.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232l3.948%203.876a.396.396%200%200%200%20.557%200l8.745-8.585a.808.808%200%200%201%20.57-.232c.215%200%20.417.082.57.232a.782.782%200%200%201%200%201.118l-9.594%209.418a.807.807%200%200%201-.57.232'%20stroke='%23fff'/%3e%3c/svg%3e")}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._ProgressItemAlert_1w60p_393{display:flex;align-items:center;justify-content:center;text-indent:0;font-size:21px;background-color:#e97415;background-image:none;color:#fff}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._ProgressItemAlert_1w60p_393:hover{box-shadow:none}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._ProgressItemAlert_1w60p_393:active{background-image:none}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._ProgressItemAlert_1w60p_393:after{background-color:#e97415}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressInfo_1w60p_294 dt ._ProgressCircle_1w60p_357._ProgressItemAlert_1w60p_393._Selected_1w60p_344{background-image:none}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressBar_1w60p_415{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0 24px}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressBar_1w60p_415 dd{width:16%;display:flex;align-items:center;justify-content:center}._Security_1w60p_278 ._LevelProgress_1w60p_290 ._ProgressBar_1w60p_415 dd:last-child ._ProgressCircle_1w60p_357:after{display:none}._LevelBody_1w60p_287{width:100%;padding:40px 60px;background:#f8f8f9;position:relative;margin-bottom:50px;border:1px solid #ddd}._LevelBody_1w60p_287 ._LevelHeading_1w60p_440{color:#1d2b59;font-size:1.8rem;line-height:27.9px;font-weight:700;margin-bottom:24px}._LevelBody_1w60p_287 ._LevelHeading_1w60p_440 ._Level2Heading_1w60p_447{font-size:1.5rem;line-height:23.2px;letter-spacing:-.3px;color:#777;font-weight:400}._LevelBody_1w60p_287._KYC_1w60p_454{padding:0}._LevelBody_1w60p_287._CorpKYC_1w60p_457{padding:0 0 35px}._LevelWrap_1w60p_461{width:100%}._Step_1w60p_465{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px}._Step_1w60p_465 ._StepHeading_1w60p_473{color:#1b1b1b;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;margin-bottom:10px;font-weight:500}._Step_1w60p_465 ._StepHeading_1w60p_473 span{margin-left:9px}._Step_1w60p_465:last-child{margin-bottom:0}._Step_1w60p_465 ._StepRow_1w60p_487{width:100%;padding:0 16px;display:flex;align-items:center;justify-content:flex-start}._Step_1w60p_465 ._StepRow_1w60p_487 ._StepInputEl_1w60p_494 input,._Step_1w60p_465 ._StepRow_1w60p_487 ._StepInputEl_1w60p_494 select{border:1px solid #ddd;border-radius:2px;width:100%;height:48px;margin-right:10px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;padding:0 20px}._Step_1w60p_465 ._StepRow_1w60p_487 ._StepInputEl_1w60p_494 input._notYet_1w60p_506,._Step_1w60p_465 ._StepRow_1w60p_487 ._StepInputEl_1w60p_494 select._notYet_1w60p_506{color:#777;line-height:21.7px;letter-spacing:-.28px;font-size:1.4rem}._Step_1w60p_465 ._StepRow_1w60p_487 ._StepBtnEl_1w60p_512 ._StepBtn_1w60p_512{width:100%;height:48px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;border-radius:2px}._Step_1w60p_465 ._StepRow_1w60p_487 ._StepBtnEl_1w60p_512 ._StepBtn_1w60p_512._Completed_1w60p_344{color:#fff;background-color:#ddd}._Level2_1w60p_447 ._StepHeading_1w60p_473{color:#1b1b1b;font-size:1.4rem;line-height:21.7px;letter-spacing:-.28px;margin-bottom:10px;font-weight:500;display:flex;align-items:center;justify-content:flex-start}._Level2_1w60p_447 ._StepHeading_1w60p_473:before{width:8px;height:8px;border-radius:50%;background-color:#1b1b1b;content:"";display:block;margin-right:9px}._Level2_1w60p_447 ._StepRow_1w60p_487 ._StepInputEl_1w60p_494:nth-child(1){width:34%;margin-right:10px}._Level2_1w60p_447 ._StepRow_1w60p_487 ._StepInputEl_1w60p_494:nth-child(2){width:39%;margin-right:10px}._Level2_1w60p_447 ._StepRow_1w60p_487 ._StepBtnEl_1w60p_512{width:24%}._Level2_1w60p_447 ._StepRow_1w60p_487 ._SMSInput_1w60p_557{position:relative}._Level2_1w60p_447 ._StepRow_1w60p_487 ._SMSInput_1w60p_557 input{padding:0 80px 0 15px}._Level2_1w60p_447 ._StepRow_1w60p_487 ._SMSInput_1w60p_557 ._TimeLimit_1w60p_563{position:absolute;top:0;right:0;height:100%;width:80px;display:flex;align-items:center;justify-content:center;color:#054ab4;cursor:default}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575{display:flex;align-items:center;justify-content:center;background:#fff;color:#054ab4;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575:hover{background:#fff}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575:active{background:#ececfa}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575{width:100%;height:40px;font-size:1.2rem}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575._Completed_1w60p_344{display:flex;align-items:center;justify-content:center;background:#e2e2e2;color:#6b6b6b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575._Completed_1w60p_344:hover{background:#e2e2e2}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575._Completed_1w60p_344:active{background:#d5d5d5}._Level2_1w60p_447 ._StepRow_1w60p_487 ._BtnStatus_1w60p_575._Completed_1w60p_344{cursor:not-allowed}._CorpKYC_1w60p_457 ._LevelWrap_1w60p_461{padding:35px 0 0 20px}._CorpKYC_1w60p_457 ._LevelWrap_1w60p_461 p{font-size:15px;text-align:center;line-height:1.5}._CorpKYC_1w60p_457 ._LevelWrap_1w60p_461 p._KYC_OK_1w60p_624{text-align:left}._CorpKYC_1w60p_457 ._complBtn_1w60p_627{margin:20px auto 0}._account-view-kyc_1w60p_631{padding:35px 20px}._account-view-kyc__title-box_1w60p_635{display:flex;align-items:center;margin-bottom:24px}._account-view-kyc__title_1w60p_635{font-size:18px;line-height:28px;font-weight:700;color:#1d2b59}._account-view-kyc__title--orange_1w60p_648{color:#e97415}._account-view-kyc__title-button_1w60p_652{flex:0;margin-left:12px;padding:4px 8px;min-height:32px;font-size:14px;line-height:20px;font-weight:400}._account-view-kyc__info--notice_1w60p_662{padding:8px 16px;border-radius:4px;background-color:#e0eff6}._account-view-kyc__info-text_1w60p_668{font-size:15px;line-height:22px;font-weight:400;word-break:keep-all;color:#1b1b1b}._account-view-kyc__info-text_1w60p_668>em{font-weight:500;color:#e97415}._account-view-kyc__info-text_1w60p_668+._account-view-kyc__info-text_1w60p_668{margin-top:12px}._account-view-kyc__notice_1w60p_683{margin-top:16px}._account-view-kyc__notice-title_1w60p_687{display:block;margin-bottom:4px;font-size:15px;line-height:20px;font-weight:600;color:#1d2b59}._account-view-kyc__notice-text_1w60p_696{font-size:15px;line-height:20px;font-weight:400;color:#1d2b59}._account-view-kyc__trade-status_1w60p_703{display:block;margin-bottom:16px}._account-view-kyc__trade-status-text_1w60p_708{position:relative;display:inline-block;font-size:15px;line-height:22px;font-weight:400;color:#1b1b1b}._account-view-kyc__trade-status-text_1w60p_708>span{margin-left:4px}._account-view-kyc__trade-status-text_1w60p_708+._account-view-kyc__trade-status-text_1w60p_708{margin-left:8px;padding-left:8px}._account-view-kyc__trade-status-text_1w60p_708+._account-view-kyc__trade-status-text_1w60p_708:before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:1px;background-color:#a7a7a7}._account-view-kyc__trade-status-text--orange_1w60p_733{color:#e97415}._account-view-kyc__trade-status-text--green_1w60p_737{color:#1da518}._account-view-kyc__trade-status-text--red_1w60p_741{color:#d31a2c}._account-view-carf_1w60p_745{display:flex;flex-direction:column;gap:1rem}._account-view-carf__text_1w60p_750{font-weight:300;line-height:1.4;font-size:1.3rem}._account-view-carf__text--warning_1w60p_755{margin-top:1rem;font-size:1.3rem;color:#d31a2c}._Level3_1w60p_761 ._LevelHeading_1w60p_440{margin-bottom:12px}._Level3_1w60p_761 ._KakaoAuthText_1w60p_764{width:100%;font-size:1.5rem;line-height:24px;letter-spacing:-.3px;text-align:left}._Level3_1w60p_761 ._KakaoAuthBtn_1w60p_771{width:300px;height:48px;border-radius:2px;background-color:#1d2b59;color:#fff;font-weight:500;font-size:1.5rem;letter-spacing:-.3px;margin:40px auto 0;display:flex;align-items:center;justify-content:center}._Level3_1w60p_761 ._KakaoAuthBtn_1w60p_771._release_1w60p_785{background-color:#ddd}._Level4_1w60p_287 ._idcardBtn_1w60p_789{display:flex;align-items:center;justify-content:center;color:#fff;cursor:not-allowed;background-color:#7d7d7d;margin:50px auto 30px;min-width:300px;height:40px}._complBtn_1w60p_627{display:flex;align-items:center;justify-content:center;background:#1d2b59;color:#fff;border-radius:3px;font-size:1.5rem;font-weight:300;cursor:pointer}._complBtn_1w60p_627:hover,._complBtn_1w60p_627:active{background:#1e326b}._complBtn_1w60p_627{cursor:not-allowed;margin:50px auto 30px;min-width:300px;height:40px}._OTP_1w60p_825{width:100%}._OTP_1w60p_825 ._LevelHeading_1w60p_440{margin-bottom:20px}._OTP_1w60p_825 h4{font-size:1.5rem;font-weight:700;margin-bottom:12px;letter-spacing:-.3px;line-height:1.55;display:flex;align-items:center;justify-content:flex-start}._OTP_1w60p_825 h4:before{width:8px;height:8px;border-radius:50%;background-color:#1b1b1b;content:"";display:block;margin-right:9px}._OTP_1w60p_825 ._SectionOTPGuide_1w60p_850{font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;color:#444;margin-bottom:16px}._SectionOTP_1w60p_850{width:100%;margin-bottom:40px;display:flex;align-items:center;justify-content:flex-start;align-items:flex-end}._SectionOTP_1w60p_850:last-child{margin-bottom:0}._SectionOTP_1w60p_850 ._ImgBox_1w60p_869{display:flex;align-items:center;justify-content:center;width:130px;height:130px;border:1px solid #1D2B59;background:#fff}._SectionOTP_1w60p_850 ._ImgBox_1w60p_869 img{width:85%}._SectionOTP_1w60p_850 ._CodePane_1w60p_881{display:flex;align-items:center;justify-content:flex-start;font-size:1.3rem;line-height:20.1px;margin-left:12px}._SectionOTP_1w60p_850 ._CodePane_1w60p_881 ._CodeLabel_1w60p_889{margin-right:7px;display:flex;align-items:center;justify-content:flex-start}._SectionOTP_1w60p_850 ._CodePane_1w60p_881 ._CodeLabel_1w60p_889:after{content:"";display:block;width:1px;height:12px;background-color:#ccc;margin:3px 0 0 7px}._SectionOTP_1w60p_850 ._CodePane_1w60p_881 ._CodeInput_1w60p_903{color:#1e326b;font-weight:500;margin-right:7px}._SectionOTP_1w60p_850 ._CodePane_1w60p_881 ._CodeCopyBtn_1w60p_908{width:40px;height:20px;border-radius:2px;border:1px solid #1D2B59;background-color:#fff;color:#1d2b59;font-weight:500;line-height:13.9px;font-size:.9rem;padding-bottom:2px}._SectionOTP_1w60p_850 ._StepInputEl_1w60p_494{width:60%;margin-right:16px}._SectionOTP_1w60p_850 ._StepInputEl_1w60p_494 input{border-radius:2px;border:1px solid #ddd;width:100%;height:48px;padding:12px 20px;font-weight:500;font-size:1.5rem}._SectionOTP_1w60p_850 ._StepInputEl_1w60p_494 input::placeholder{color:#ccc}._SectionOTP_1w60p_850 ._StepBtnEl_1w60p_512{width:20%}._SectionOTP_1w60p_850 ._StepBtnEl_1w60p_512 button{width:160px;height:48px;background-color:#1d2b59;border-radius:2px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;color:#fff;opacity:.4}._SectionOTP_1w60p_850 ._StepBtnEl_1w60p_512 button._Active_1w60p_148{background-color:#1d2b59;opacity:1}._forforeigner_1w60p_956 ._ProgressCircle_1w60p_357:after{width:220px}._MembershipBody_1w60p_960{width:100%;padding:40px 60px;background:#f8f8f9;position:relative;margin-bottom:50px;border:1px solid #ddd}._MembershipBody_1w60p_960 ._MembershipHeading_1w60p_968{color:#1d2b59;font-size:1.8rem;line-height:27.9px;font-weight:700;margin-bottom:24px}._MembershipBody_1w60p_960._MEMBERSHIP_1w60p_975:after{left:88.6%}._MEMBERSHIP_1w60p_975{width:100%}._MEMBERSHIP_1w60p_975 ._MembershipHeading_1w60p_968{margin-bottom:20px}._MEMBERSHIP_1w60p_975 h4{font-size:1.5rem;font-weight:700;margin-bottom:12px;letter-spacing:-.3px;line-height:1.55;display:flex;align-items:center;justify-content:flex-start}._MEMBERSHIP_1w60p_975 h4:before{width:8px;height:8px;border-radius:50%;background-color:#1b1b1b;content:"";display:block;margin-right:9px}._Level2_1w60p_447:after{left:27.5%!important}._Level2_1w60p_447 ._LevelHeading_1w60p_440{margin-bottom:30px}._Level2_1w60p_447 ._complBtn_1w60p_627{cursor:pointer;margin-top:30px}._Level2_1w60p_447 ._complBtn_1w60p_627[disabled]{background-color:#ccc;cursor:not-allowed}._CorpCheck_1w60p_1020{width:380px;position:absolute;top:50%;left:50%;border-radius:8px;background:#fff;overflow:auto;transform:translate(-50%,-50%);outline:none;padding:30px}._CorpCheck_1w60p_1020 ._ModalHeading_1w60p_1032{font-weight:400;padding-bottom:20px}._CorpCheck_1w60p_1020 ._ModalHeading_1w60p_1032 ._Close_1w60p_1036{float:right;font-size:25px;cursor:pointer;position:relative;bottom:20px;right:-20px}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044{display:flex;align-items:center;justify-content:space-between;margin:10px 0;position:relative}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 input{border:1px solid gray;width:240px;height:40px;padding:10px}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 ._Pass_1w60p_1057{position:absolute;right:80px;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:18px 18px}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 ._Pass_1w60p_1057._Active_1w60p_148{display:flex}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 button{display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1b1b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 button:hover{background:#fff}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 button:active{background:#ececfa}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._CheckWrap_1w60p_1044 button{width:70px;height:40px;border:1px solid #1b1b1b}._CorpCheck_1w60p_1020 ._ModalText_1w60p_1044 ._WarningTitle_1w60p_1092{font-size:13px;margin-bottom:20px}._CorpCheck_1w60p_1020 ._CenterDiv_1w60p_1096{text-align:center}._CorpCheck_1w60p_1020 ._CenterDiv_1w60p_1096 ._SubmitBtn_1w60p_1099{align-items:center;justify-content:center;width:100%;height:48px;margin:10px auto 0;background:#1b1b1b;color:#fff;font-size:1.5rem;border-radius:4px}._CorpCheck_1w60p_1020 ._CenterDiv_1w60p_1096 ._SubmitBtn_1w60p_1099[disabled]{background:#ddd}._PwdResetModal_183gu_1{width:500px!important}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4{padding:42px 20px 30px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 h3{font-weight:700;font-size:2.4rem;line-height:1.45;margin-bottom:40px;text-align:center}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 p{font-size:1.8rem;line-height:1.45;letter-spacing:-.36px;color:#777;margin-bottom:15px;text-align:center}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22{position:relative}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._InputName_183gu_25{font-size:1.3rem;font-weight:500;letter-spacing:-.26px;color:#444;margin:25px 0 2px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._InputName_183gu_25 span{color:#c84a31;margin-left:2px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._PwdInput_183gu_22{width:100%;height:48px;border:0;border-bottom:1px solid #e5e4ea;font-size:1.8rem;font-weight:500;letter-spacing:-.36px;line-height:1.55}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._PwdInput_183gu_22::placeholder{color:#ccc}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Pass_183gu_49{position:absolute;top:30px;right:40px;width:18px;height:18px;visibility:hidden;background:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e") no-repeat left center;background-size:18px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Pass_183gu_49._Active_183gu_59{visibility:visible}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Error_183gu_62{position:absolute;top:30px;right:40px;width:18px;height:18px;visibility:hidden;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill-rule='nonzero'%3e%3cg%3e%3cpath%20fill='%23EE5F41'%20d='M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200zm-.786%204.286h1.572v7.857H9.214V4.286zM10%2016.429c-.571%200-1.071-.5-1.071-1.072%200-.571.5-1.071%201.071-1.071s1.071.5%201.071%201.071c0%20.572-.5%201.072-1.071%201.072z'%20transform='translate(-60%20-654)%20translate(60%20654)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:18px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Error_183gu_62._Active_183gu_59{visibility:visible}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Eye_183gu_75{position:absolute;top:19px;right:0;width:40px;height:40px;display:none;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M3.109%2015.04L4.158%2014c-1.149-1.032-2.05-2.307-2.64-3.733%201.488-3.718%205.595-6.6%209.482-6.6%201%20.013%201.991.191%202.933.528L15.07%203.05C13.78%202.506%2012.399%202.217%2011%202.2%206.114%202.384%201.807%205.457.044%2010.017c-.059.161-.059.338%200%20.499.651%201.728%201.701%203.279%203.065%204.525z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3cpath%20d='M8.066%2010.069c.106-1.453%201.261-2.608%202.714-2.714l1.327-1.334c-1.514-.399-3.125.037-4.232%201.143-1.106%201.107-1.542%202.718-1.143%204.232l1.334-1.327zM21.956%2010.017c-.841-2.19-2.304-4.087-4.21-5.456l3.52-3.527L20.232%200%20.733%2019.5l1.034%201.033%203.74-3.74c1.668.979%203.56%201.51%205.493%201.54%204.885-.183%209.193-3.257%2010.956-7.817.058-.161.058-.338%200-.499zm-8.023.25c-.006%201.044-.568%202.007-1.474%202.527-.907.52-2.021.518-2.926-.005l3.99-3.989c.263.444.405.95.41%201.467zM11%2016.867c-1.539-.027-3.048-.425-4.4-1.159l1.862-1.863c1.749%201.214%204.115%201.001%205.62-.503%201.505-1.505%201.717-3.871.504-5.62l2.104-2.105c1.683%201.155%202.999%202.769%203.792%204.65-1.489%203.718-5.596%206.6-9.482%206.6z'%20transform='translate(-984%20-533)%20translate(590%20500)%20translate(394%2033.5)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 22px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Eye_183gu_75._Active_183gu_59{display:flex}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Eye_183gu_75._Open_183gu_90{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='16'%20viewBox='0%200%2022%2016'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%231B1B1B'%20fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath%20d='M21.956%207.753C20.193%203.23%2015.886.183%2011%200%206.114.182%201.807%203.23.044%207.753c-.059.16-.059.334%200%20.494C1.807%2012.77%206.114%2015.817%2011%2016c4.885-.182%209.193-3.23%2010.956-7.753.058-.16.058-.334%200-.494zM11%2014.545c-3.887%200-7.994-2.858-9.482-6.545C3.006%204.313%207.113%201.455%2011%201.455c3.886%200%207.993%202.858%209.482%206.545-1.489%203.687-5.596%206.545-9.482%206.545z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3cpath%20d='M11%203.636C8.57%203.636%206.6%205.59%206.6%208s1.97%204.364%204.4%204.364c2.43%200%204.4-1.954%204.4-4.364S13.43%203.636%2011%203.636zm0%207.273C9.38%2010.91%208.066%209.607%208.066%208c0-1.607%201.314-2.91%202.934-2.91S13.933%206.394%2013.933%208c0%20.772-.309%201.511-.86%202.057-.55.546-1.295.852-2.073.852z'%20transform='translate(-984%20-438)%20translate(590%20402)%20translate(394%2036)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:22px 15px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Message_183gu_94{font-size:1.2rem;color:#c84a31;margin-top:10px;visibility:hidden}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._PwdInputEl_183gu_22 ._Message_183gu_94._Active_183gu_59{visibility:visible}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103{display:flex;align-items:center;justify-content:space-between;margin-top:40px}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103 ._ModalBtn_183gu_109{width:200px;height:56px;text-align:center;border-radius:4px;font-size:1.7rem;font-weight:500}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103 ._ModalBtn_183gu_109._Auth_183gu_117{width:420px;background-color:#1d2b59;color:#fff}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103 ._ModalBtn_183gu_109._Cancel_183gu_122{margin-right:10px;border:1px solid #1D2B59;color:#1d2b59}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103 ._ModalBtn_183gu_109._Cancel_183gu_122:hover{background-color:#f2f2f2}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103 ._ModalBtn_183gu_109._Next_183gu_130{background-color:#1d2b59;color:#fff}._PwdResetModal_183gu_1 ._PwdResetModal_wrap_183gu_4 ._BtnWrap_183gu_103 ._ModalBtn_183gu_109[disabled]{background-color:#ddd}._Wrap_rwrdw_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_rwrdw_13{position:sticky;top:78px;width:256px}._RightPane_rwrdw_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_rwrdw_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_rwrdw_1{padding:10px}}._Guide_rwrdw_42{width:100%;padding:24px 0 40px;display:flex;align-items:flex-start;justify-content:space-between}._Guide_rwrdw_42 ul{padding-left:15px}._Guide_rwrdw_42 ul li{list-style:disc;font-size:1.4rem;line-height:23.8px;letter-spacing:-.28px}._Guide_rwrdw_42 ul li em{color:#1d2b59;font-weight:400}._Guide_rwrdw_42 a{width:134px;height:40px;color:#fff;font-size:1.3rem;letter-spacing:-.26px;font-weight:500;background-color:#1d2b59;border-radius:2px;display:flex;align-items:center;justify-content:center}._Guide_rwrdw_42 a ._OuterLinkIcon_rwrdw_75{margin-right:8px}._MyAPI_rwrdw_79{border:1px solid #ccc}._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 ._MyAPITableHead_rwrdw_82{width:100%;display:flex;align-items:center;background:#f8f8f9}._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 ._MyAPITableHead_rwrdw_82 dt{height:43px;font-size:1.4rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ebebeb}._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 dl{width:100%;display:flex;align-items:center}._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 dl dt,._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 dl dd{width:50%;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;border-right:1px solid #ebebeb}._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 dl dt:last-child,._MyAPI_rwrdw_79 ._MyAPITable_rwrdw_82 dl dd:last-child{border-right:0}._Wrap_1kd9r_1{width:100%}._LevelHeading_1kd9r_5{width:100%;color:#054ab4;font-size:1.5rem;font-weight:700;margin-bottom:40px}._Step_1kd9r_13{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:70px}._Step_1kd9r_13 ._StepHeading_1kd9r_21{color:#000;font-size:1.3rem;margin-bottom:10px;font-weight:700}._Step_1kd9r_13:last-child{margin-bottom:0}._Step_1kd9r_13 ._StepRow_1kd9r_30{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 20px;margin-bottom:10px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 input,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 select{border:1px solid #cccccc;border-radius:3px;padding:0 20px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 input::placeholder,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 select::placeholder{color:#ccc}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 input:focus,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 select:focus{border-color:#054ab4}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 input,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 select{width:100%;height:40px;margin-right:10px;font-size:1.2rem}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 input[type=file],._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 select[type=file]{display:none}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._PostAddress_1kd9r_58{width:200px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._Address_1kd9r_61{width:300px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._DetailAddress_1kd9r_64,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._Residence_1kd9r_64,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._IdentityCard_1kd9r_64,._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._NonfaceInput_1kd9r_64{width:510px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._CountryAddress_1kd9r_67{width:250px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepInputEl_1kd9r_38 ._CityAddress_1kd9r_70{width:255px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73{width:140px}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73{display:flex;align-items:center;justify-content:center;background:#fff;color:#054ab4;border-radius:3px;font-size:1.5rem;font-weight:300;cursor:pointer;border:1px solid #054ab4}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73:hover{background:#fff}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73:active{color:#fff;background:#054ab4}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73{width:100%;height:40px;font-size:1.2rem}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73._Completed_1kd9r_100{display:flex;align-items:center;justify-content:center;background:#e2e2e2;color:#6b6b6b;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73._Completed_1kd9r_100:hover{background:#e2e2e2}._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73 ._StepBtn_1kd9r_73._Completed_1kd9r_100:active{background:#d5d5d5}@media(max-width:1440px){._Step_1kd9r_13 ._StepRow_1kd9r_30 ._StepBtnEl_1kd9r_73{width:100px}}._ExampleBtn_1kd9r_122{padding:0 40px;text-decoration:underline;font-size:1.3rem;color:#054ab4}._GuideList_1kd9r_129{width:100%;margin:15px 0 10px;padding-left:40px}._GuideList_1kd9r_129 li{list-style:disc;font-size:1.3rem;margin-bottom:5px;line-height:1.4}._Pane_1kd9r_141{width:100%;display:flex;justify-content:space-between;align-items:flex-start}._Policy_1kd9r_148{width:48%}._Policy_1kd9r_148 h5{font-size:1.3rem;margin:15px 0}._Policy_1kd9r_148 ._PolicyList_1kd9r_155{width:100%;height:auto;min-height:100px;padding:12px 12px 12px 24px;border:1px solid #e1e1e1;border-radius:3px;background:#fff;margin-bottom:10px}._Policy_1kd9r_148 ._PolicyList_1kd9r_155 li{list-style:disc;font-size:1.2rem;line-height:1.5}._CheckWrap_1kd9r_171{width:100%;height:20px;display:flex;align-items:center}._CheckWrap_1kd9r_171._Single_1kd9r_177{display:inline-block;margin-left:15px;width:16px;height:16px}._CheckWrap_1kd9r_171 input{display:none}._CheckWrap_1kd9r_171 label{font-size:1.2rem;padding:3px 0 3px 25px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%20preserveAspectRatio='xMinYMid'%20%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23D8D8D8;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.5,15h-8C1.6,15,0,13.4,0,11.5v-8C0,1.6,1.6,0,3.5,0h8C13.4,0,15,1.6,15,3.5v8C15,13.4,13.4,15,11.5,15z%20M3.5,1C2.1,1,1,2.1,1,3.5v8C1,12.9,2.1,14,3.5,14h8c1.4,0,2.5-1.1,2.5-2.5v-8C14,2.1,12.9,1,11.5,1H3.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat left center}._CheckWrap_1kd9r_171 input:checked+label{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%20preserveAspectRatio='xMinYMid'%20%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23545CA9;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.5,15h-8C1.6,15,0,13.4,0,11.5v-8C0,1.6,1.6,0,3.5,0h8C13.4,0,15,1.6,15,3.5v8C15,13.4,13.4,15,11.5,15z%20M3.5,1C2.1,1,1,2.1,1,3.5v8C1,12.9,2.1,14,3.5,14h8c1.4,0,2.5-1.1,2.5-2.5v-8C14,2.1,12.9,1,11.5,1H3.5z'/%3e%3c/g%3e%3cpolygon%20class='st0'%20points='11.8,4%206.5,9.2%203.2,6.4%202.3,7.3%206.6,11%2012.7,4.9%20'/%3e%3c/svg%3e") no-repeat left center}._SubmitBtnWrap_1kd9r_195{display:flex;justify-content:flex-end}._SubmitBtnWrap_1kd9r_195 ._Submit_1kd9r_195{background:#1d2b59;color:#fff;border-radius:3px;font-size:1.5rem;font-weight:300;cursor:pointer}._SubmitBtnWrap_1kd9r_195 ._Submit_1kd9r_195:hover,._SubmitBtnWrap_1kd9r_195 ._Submit_1kd9r_195:active{background:#1e326b}._SubmitBtnWrap_1kd9r_195 ._Submit_1kd9r_195{width:150px;height:40px;font-size:1.4rem}._authPoint_1kd9r_219{color:red}._NewCustomModal_wv6nu_1{width:658px;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:3px;outline:none;padding:50px}._Content_wv6nu_15{width:100%}._Content_wv6nu_15 img,._Content_wv6nu_15 svg{width:100%}._Btn_wv6nu_22{background:#1d2b59;color:#fff;border-radius:3px;font-size:1.5rem;font-weight:300;cursor:pointer}._Btn_wv6nu_22:hover,._Btn_wv6nu_22:active{background:#1e326b}._Btn_wv6nu_22{width:100%;height:40px;font-size:1.4rem;margin:20px auto 0;background:#054ab4;color:#fff}._NewCustomModal_eqe90_1{width:50%;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:8px;outline:none;padding:20px}._Content_eqe90_15{width:100%}._Content_eqe90_15 img,._Content_eqe90_15 svg{width:100%;height:250px}._Btn_eqe90_23{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin:20px auto 0;background:#1d2b59;border-radius:4px;color:#fff;font-size:1.6rem}._Wrap_114ux_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_114ux_13{position:sticky;top:78px;width:256px}._RightPane_114ux_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_114ux_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_114ux_1{padding:10px}}._Guide_114ux_42{width:100%;padding:24px 0 40px;display:flex;align-items:flex-start;justify-content:space-between}._Guide_114ux_42 ul{padding-left:15px}._Guide_114ux_42 ul li{list-style:disc;font-size:1.4rem;line-height:23.8px;letter-spacing:-.28px}._Guide_114ux_42 ul li em{color:#1d2b59;font-weight:400}._Guide_114ux_42 ._RightApiBtn_114ux_62{display:flex;align-items:center;justify-content:flex-end}._Guide_114ux_42 ._RightApiBtn_114ux_62 ._links_114ux_67{width:124px;height:40px;color:#1d2b59;font-size:1.3rem;letter-spacing:-.26px;font-weight:500;border:1px solid #1D2B59;border-radius:2px;display:flex;align-items:center;justify-content:center}._Guide_114ux_42 ._RightApiBtn_114ux_62 ._links_114ux_67._CreateApiBtn_114ux_80{color:#fff;background:#1d2b59;border:0;margin-left:12px}._MyAPI_114ux_87{border:1px solid #ccc}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90{width:100%;display:flex;align-items:center;background:#f8f8f9;border-bottom:1px solid #ccc}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt{height:43px;font-size:1.4rem;display:flex;align-items:center;justify-content:center}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt:nth-child(1){width:20%}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt:nth-child(2){width:30%}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt:nth-child(3){width:30%}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt:nth-child(4){width:10%}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt:nth-child(5){width:10%}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt{border-right:1px solid #ccc}._MyAPI_114ux_87 ._MyAPITableHead_114ux_90 dt:last-child{border-right:0}._MyAPI_114ux_87 ._HaveNoAPIList_114ux_125{width:100%;height:43px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:22.4px;letter-spacing:-.28px;color:#999}._MyAPI_114ux_87 ._MyAPITable_114ux_90{width:100%}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl{width:100%;display:flex;align-items:center}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd{height:40px;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd:nth-child(1){width:20%}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd:nth-child(2){width:30%}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd:nth-child(3){width:30%}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd:nth-child(4){width:10%}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd:nth-child(5){width:10%}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd{border-left:0;border-top:0}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd ._apiAuth_114ux_171:hover{color:#1d2b59}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd ._DeleteIcon_114ux_174{overflow:hidden;text-indent:-999rem;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='18px'%20height='22px'%20viewBox='0%200%2018%2022'%20enable-background='new%200%200%2018%2022'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='18'%20height='22'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAQAAABnVgTKAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElN%20RQfjARkBGQtBZeiOAAAAx0lEQVQoz93SMU4CYRCG4WcJZgsKEuMVTNCarQgXcA/gCTSBUO8hbEkI%20J8CElnAPCgItiTZaWFmpcSlY2Y3+JDQ0ftPMfPNmZorhFLqylBexcBmGHmUiEMlMykYdt5qg7cld%204V9I3IN3kwgPUm9WgdnXzs1lu2KkFzygZwS1inUGOrqVym9oJkHXDRKzMNQQ7/NYIwwd1L+Apjb4%209oGNadmogy8xhmAsx7MhYp8lmlpr/dnSspZWjYGX/cP9xKv+MRcXivIjoC0jsC5UAG/MqwAAACV0%20RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMS0yNVQwMToyNToxMSswMDowMKSbcKwAAAAldEVYdGRhdGU6%20bW9kaWZ5ADIwMTktMDEtMjVUMDE6MjU6MTErMDA6MDDVxsgQAAAAGXRFWHRTb2Z0d2FyZQBBZG9i%20ZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e") no-repeat center center}._MyAPI_114ux_87 ._MyAPITable_114ux_90 dl dd ._DeleteIcon_114ux_174:hover{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='18px'%20height='22px'%20viewBox='0%200%2018%2022'%20enable-background='new%200%200%2018%2022'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='18'%20height='22'%20x='0'%20y='0'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAMAAAD6gTxzAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAh1BMVEUsbMb///8sbMYsbMYs%20bMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYs%20bMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYsbMYs%20bMYsbMb///+bkcB5AAAAK3RSTlMAACnU0CWndgGmV2bbilrVw5mWaQU7Pbg1eIc8bRyBknAODZFL%201yhs6epqGM561wAAAAFiS0dEAf8CLd4AAAAHdElNRQfjARkBGRTMbeV7AAAAh0lEQVQY02NgIB4w%20MWsDAQsrkhAbOwcDAwc7J5TLxc3NzcMLJLh5eYAEH1CIl19AEA4E+HlByoSEESYICzFAhUQYGETF%20GIAUQkhcgkFSikFCHElIQBokJC0woEIysgzscgyyMjAheQUQqagEIhWUwUIqqmowL6qpqkAY6hra%20UKCphSOMGTEAAJh0DrlyZuzyAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAxLTI1VDAxOjI1OjIw%20KzAwOjAwjGN8+wAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMS0yNVQwMToyNToyMCswMDowMP0+%20xEcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC'%20/%3e%3c/svg%3e") no-repeat center center}._ApiAuthListModal_u4hem_1{width:40%;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:0;outline:none;padding:10px}._ApiAuthListModal_u4hem_1 table{width:100%;border-bottom:1px solid #eeeeee}._ApiAuthListModal_u4hem_1 table thead{border-bottom:2px solid #054ab4}._ApiAuthListModal_u4hem_1 table thead tr td{font-weight:700;font-size:1.4rem;height:50px}._ApiAuthListModal_u4hem_1 table tbody tr{height:50px}._ApiAuthListModal_u4hem_1 table tbody tr td{font-size:1.2rem;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}._ApiAuthListModal_u4hem_1 table tbody tr ._tdTitle_u4hem_35{color:#666;font-weight:700;font-size:1.3rem;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}._ApiAuthListModal_u4hem_1 table tbody tr ._tdColTitle_u4hem_43{font-size:1.4rem;background-color:#f8f8ff}._Content_u4hem_48{width:100%}._Content_u4hem_48 img,._Content_u4hem_48 svg{width:100%;height:250px}._SubmitBtn_u4hem_56{display:flex;align-items:center;justify-content:center;width:100px;height:30px;margin:20px auto 0;background:#054ab4;color:#fff;font-size:1.3rem}._CancelBtn_u4hem_68{display:flex;align-items:center;justify-content:center;width:100px;height:30px;margin:20px auto 0;background:#fff;color:#054ab4;font-size:1.3rem;border:1px solid #d4d4d4}._addApiNameInput_u4hem_81{width:250px;border:1px solid #d4d4d4;border-radius:3px;padding:0 10px;height:30px;font-size:1.3rem}._ApiCreateModal_1l6nn_1{width:40%;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:0;outline:none;padding:10px}._ApiCreateModal_1l6nn_1 table{width:100%;border-bottom:1px solid #eeeeee}._ApiCreateModal_1l6nn_1 table thead{border-bottom:2px solid #054ab4}._ApiCreateModal_1l6nn_1 table thead tr td{font-weight:700;font-size:1.4rem;height:50px}._ApiCreateModal_1l6nn_1 table tbody tr{height:50px}._ApiCreateModal_1l6nn_1 table tbody tr td{font-size:1.2rem;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}._ApiCreateModal_1l6nn_1 table tbody tr ._tdTitle_1l6nn_35{color:#666;font-weight:700;font-size:1.3rem;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}._ApiCreateModal_1l6nn_1 table tbody tr ._tdColTitle_1l6nn_43{font-size:1.4rem;background-color:#f8f8ff}._Content_1l6nn_48{width:100%}._Content_1l6nn_48 img,._Content_1l6nn_48 svg{width:100%;height:250px}._centerDiv_1l6nn_56{text-align:center}._SubmitBtn_1l6nn_60{align-items:center;justify-content:center;width:100px;height:30px;margin:20px 30px 0 auto;background:#054ab4;color:#fff;font-size:1.3rem}._CancelBtn_1l6nn_71{align-items:center;justify-content:center;width:100px;height:30px;margin:20px auto 0;background:#fff;color:#054ab4;font-size:1.3rem;border:1px solid #d4d4d4}._addApiNameInput_1l6nn_83{width:90%;border:1px solid #d4d4d4;border-radius:3px;padding:0 10px;height:30px;font-size:1.3rem}._checkbox_1l6nn_92{width:12px;height:12px;margin-right:10px}._ApiCreateContentModal_14t8m_1{width:40%;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:0;outline:none;padding:10px}._ApiCreateContentModal_14t8m_1 table{width:100%;border-bottom:1px solid #eeeeee}._ApiCreateContentModal_14t8m_1 table thead{border-bottom:2px solid #054ab4}._ApiCreateContentModal_14t8m_1 table thead tr td{font-weight:700;font-size:1.4rem;height:50px}._ApiCreateContentModal_14t8m_1 table tbody tr{height:50px}._ApiCreateContentModal_14t8m_1 table tbody tr td{font-size:1.2rem;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}._ApiCreateContentModal_14t8m_1 table tbody tr ._tdEm_14t8m_35{color:red}._ApiCreateContentModal_14t8m_1 table tbody tr ._tdTitle_14t8m_38{color:#666;font-weight:700;font-size:1.3rem;border-right:1px solid #eeeeee;border-bottom:1px solid #eeeeee;text-align:center}._ApiCreateContentModal_14t8m_1 table tbody tr ._tdColTitle_14t8m_46{font-size:1.4rem;background-color:#f8f8ff}._ApiCreateContentModal_14t8m_1 table button{width:50px;height:20px;background:#171b2b;color:#fff;font-size:.9rem}._Content_14t8m_58{width:100%}._Content_14t8m_58 img,._Content_14t8m_58 svg{width:100%;height:250px}._CodeCopyBtn_14t8m_66{border:1px solid;min-width:50px;height:20px;background:#fff;color:#054ab4;font-size:1rem}._SubmitBtn_14t8m_75{display:flex;align-items:center;justify-content:center;width:100px;height:30px;margin:20px auto 0;background:#054ab4;color:#fff;font-size:1.3rem}._CancelBtn_14t8m_87{display:flex;align-items:center;justify-content:center;width:100px;height:30px;margin:20px auto 0;background:#fff;color:#054ab4;font-size:1.3rem;border:1px solid #d4d4d4}._addApiNameInput_14t8m_100{width:250px;border:1px solid #d4d4d4;border-radius:3px;padding:0 10px;height:30px;font-size:1.3rem}._KYC_r3awm_1{margin-top:20px}._KYC_r3awm_1 ._Step_r3awm_4{width:100%;margin:0 auto}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRowTitleBox_r3awm_8{display:flex;align-items:center;justify-content:space-between;padding:0 0 4px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRowTitle_r3awm_8{margin:0;font-size:16px;line-height:26px;font-weight:600;color:#1b1b1b}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRowTitleText_r3awm_21{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8{padding:0;height:55px;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:flex-start}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8+._StepRowTitleBox_r3awm_8{padding-top:24px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8._StepRowTopLine_r3awm_38{border-top:2px solid #1b1b1b}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8._Check_r3awm_41{justify-content:center}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8._WithAddress_r3awm_44{height:130px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepHeading_r3awm_47{font-size:1.4rem;width:150px;color:#444;line-height:19.6px;font-weight:400;border-right:1px solid #ddd;height:100%;padding-left:10px;display:flex;align-items:center;justify-content:flex-start}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepHeadingSub_r3awm_60{display:flex;align-items:center;justify-content:center;width:100px;color:#444;font-size:1.3rem;margin-right:5px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69{display:flex;align-items:center;justify-content:flex-start;padding-left:10px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69._EnName_r3awm_75 input{width:20%;background-color:#f8f8f9;margin-right:20px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69._Gender_r3awm_80{display:flex}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 ._PhoneNum_r3awm_83{display:flex;align-items:center;justify-content:space-between}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 ._PhoneNum_r3awm_83 ._StepInputElText_r3awm_88{min-width:300px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 ._StepBtn_r3awm_91{display:flex;align-items:center;justify-content:center;margin-left:10px;width:80px;height:30px;border:1px solid #1D2B59;border-radius:2px;font-weight:500;color:#1d2b59;font-size:14px;line-height:21px;letter-spacing:-.3px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 input{padding:0 10px;border:1px solid #a4a4a4;border-radius:2px;height:30px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 input[type=file]{display:none}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 input::placeholder{color:#ccc;line-height:21px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 ._InfoTxt_r3awm_119{color:#a4a4a4;font-size:1.1rem;margin:8px 0 0 5px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 ._longArea_r3awm_124{width:300px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 ._addrReadOnly_r3awm_127{width:300px;background-color:#f8f8f9}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 select{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23777'%20fill-rule='nonzero'%20d='M15%207.5L10%2013.75%205%207.5z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-974%20-422)%20translate(590%20404)%20translate(384%2018)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 5px;background-size:20px 20px;line-height:21px;width:208px;height:30px;border:1px solid #a4a4a4;padding-left:10px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 select._Default_r3awm_142{color:#999}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputEl_r3awm_69 select option{color:#1b1b1b}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputElText_r3awm_88{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputElTextBox_r3awm_154{padding:4px 10px;border:1px solid #a4a4a4;font-size:14px;line-height:20px;font-weight:400;background-color:#f8f8f9;color:#1b1b1b}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputElTextBox_r3awm_154+._StepHeadingSub_r3awm_60{margin-left:24px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepInputElTextBox_r3awm_154._StepInputElTextBoxFixed_r3awm_166{min-width:300px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._Address_r3awm_169{height:100%;display:flex;align-items:flex-start;justify-content:space-evenly;flex-direction:column}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepBtnEl_r3awm_176{width:95px;height:48px;border:1px solid #999;background-color:#fff;margin-left:10px;border-radius:2px}._KYC_r3awm_1 ._Step_r3awm_4 ._StepRow_r3awm_8 ._StepBtnEl_r3awm_176 ._StepBtn_r3awm_91{font-weight:500;color:#1d2b59;line-height:21px;letter-spacing:-.3px}._KYC_r3awm_1 ._Step_r3awm_4 ._NoticeLeft_r3awm_190{margin-bottom:12px;margin-left:100px;font-size:1.2rem;line-height:16.8px;letter-spacing:-.24px;color:#a4a4a4}._KYC_r3awm_1 ._Step_r3awm_4 ._Question_r3awm_198{margin:20px auto;font-size:15px;font-weight:500}._KYC_r3awm_1 ._Step_r3awm_4 ._CheckWrap_r3awm_203 input{display:none}._KYC_r3awm_1 ._Step_r3awm_4 ._CheckWrap_r3awm_203 label{width:100%;height:25px;padding-left:32px;padding-top:1.5px;font-size:1.5rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23F8F8F9'%20stroke='%23A4A4A4'/%3e%3c/svg%3e");background-size:20px 20px;display:inline-block}._KYC_r3awm_1 ._Step_r3awm_4 ._CheckWrap_r3awm_203 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23fff'%20stroke='%231D2B59'/%3e%3ccircle%20cx='10'%20cy='10'%20r='5.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3c/svg%3e")}._KYC_r3awm_1 ._Step_r3awm_4 ._CheckWrap_r3awm_203:last-child{margin-left:50px}._KYC_r3awm_1 ._NoticeCenter_r3awm_223{width:100%;text-align:center;font-size:1.2rem;line-height:16.8px;letter-spacing:-.24px;color:#777}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231{width:100%;text-align:center;margin:30px 0;position:relative}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231 ._btn_r3awm_237{border-radius:2px;display:inline-block;width:150px;height:48px;font-size:1.5rem;line-height:23.2px;letter-spacing:-.3px;font-weight:500}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231 ._Cancel_r3awm_247{border:1px solid #1D2B59;background-color:#fff;color:#1d2b59}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231 ._Submit_r3awm_231{background-color:#1d2b59;color:#fff}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231 ._Submit_r3awm_231[disabled]{background:#ddd}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231 ._Submit_r3awm_231[disabled]:hover+._ArrowBox_r3awm_259{display:block}._KYC_r3awm_1 ._SubmitBtnWrap_r3awm_231 ._ArrowBox_r3awm_259{display:none;position:absolute;width:120px;padding:8px;left:52%;top:55px;border-radius:8px;background:#333;color:#fff;font-size:1.2rem}._Wrap_1duhg_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1duhg_13{position:sticky;top:78px;width:256px}._RightPane_1duhg_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1duhg_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1duhg_1{padding:10px}}._Wrap_1nc0w_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1nc0w_13{position:sticky;top:78px;width:256px}._RightPane_1nc0w_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1nc0w_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1nc0w_1{padding:10px}}._external-wallet__tabs_1nc0w_42{margin-top:20px}._external-wallet__button-tab_1nc0w_46{position:relative;overflow:hidden;min-height:40px;padding:9px 12px 8px;border-radius:4px;font-size:15px;line-height:21px;font-weight:500;letter-spacing:-.26px;border:1px solid #ddd;background-color:#fff;color:#000}._external-wallet__button-tab_1nc0w_46:hover:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._external-wallet__button-tab_1nc0w_46+._external-wallet__button-tab_1nc0w_46{margin-left:8px}._external-wallet__button-tab--active_1nc0w_73{border-color:#1d2b59;background-color:#1d2b59;color:#fff}._external-wallet-manage-view_13cfs_1{margin-top:24px}._external-wallet-manage-view__title_13cfs_5{font-size:1.6rem;font-weight:500;line-height:24.8px;letter-spacing:-.32px;margin-bottom:12px}._TableDesc_13cfs_13{margin-bottom:20px;color:#777;font-size:1.2rem;letter-spacing:-.24px}._TableDesc_13cfs_13 p{margin-bottom:8px}._external-wallet-manage-view-table_13cfs_23{table-layout:fixed;width:100%}._external-wallet-manage-view-table_13cfs_23 thead td{padding:4px 8px;text-align:center;border-top:1px solid #1b1b1b;border-left:1px solid #f0f0f0;font-size:14px;line-height:20px;font-weight:500;height:40px;word-break:break-all}._external-wallet-manage-view-table_13cfs_23 thead td:first-child{border-left:none}._external-wallet-manage-view-table_13cfs_23 tbody{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}._external-wallet-manage-view-table_13cfs_23 tbody td{font-size:14px;line-height:20px;font-weight:400;height:50px;padding:4px 8px;letter-spacing:-.28px;border-bottom:1px solid #f0f0f0;border-left:1px solid #f0f0f0;word-break:break-all;text-align:center}._external-wallet-manage-view-table_13cfs_23 tbody td:first-child{border-left:0}._external-wallet-manage-view-table_13cfs_23 tbody td:last-child{border-right:0}._external-wallet-manage-view-table_13cfs_23 tbody ._external-wallet-manage-view-table__no-data_13cfs_64{border-right:none;height:250px;text-align:center;font-size:15px;line-height:23px;color:#a4a4a4}._external-wallet-manage-view-table__button_13cfs_73{width:72px;height:30px;border-radius:4px;background-color:#1d2b59;color:#fff;font-size:1.3rem;font-weight:500;line-height:18.9px;letter-spacing:-.26px}._external-wallet-manage-view-table--white-list_13cfs_85 thead td:nth-child(1){width:120px}._external-wallet-manage-view-table--white-list_13cfs_85 thead td:nth-child(2){width:160px}._external-wallet-manage-view-table--white-list_13cfs_85 thead td:nth-child(3){width:150px}._external-wallet-manage-view-table--white-list_13cfs_85 thead td:nth-child(5){width:150px}._external-wallet-manage-view-table--white-list_13cfs_85 tbody td:nth-child(4){text-align:left}._external-wallet-manage-view-table--pre-registration_13cfs_101 thead td:nth-child(1){width:200px}._external-wallet-manage-view-table--pre-registration_13cfs_101 thead td:nth-child(2){width:150px}._external-wallet-manage-view-table--pre-registration_13cfs_101 thead td:nth-child(4){width:150px}._external-wallet-manage-view-table--pre-registration_13cfs_101 tbody td:nth-child(3){text-align:left}._external-wallet-manage-view-table__network-text_13cfs_114{display:inline-block;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-manage-view-table__address_13cfs_122{display:flex;justify-content:space-between;align-items:center}._external-wallet-manage-view-table__address-text_13cfs_128{display:inline-block;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-manage-view-table__address-text--color_13cfs_136{color:#015dd1}._external-wallet-manage-view-table__address-copy_13cfs_140{flex:0 0 16px;margin-left:8px}._external-wallet-manage-view-table__address-copy_13cfs_140>img{width:100%}._external-wallet-manage-view-pagination_13cfs_148{margin-top:24px}._external-wallet-info_1cukh_1{border:1px solid #ddd;border-radius:4px;padding:20px;margin-top:24px}._external-wallet-info__title_1cukh_8{font-size:24px;line-height:36px;font-weight:500;color:#1b1b1b}._external-wallet-info__text_1cukh_15{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b;word-break:keep-all}._external-wallet-info__list_1cukh_23{margin-top:12px}._external-wallet-info__list_1cukh_23>li{position:relative;padding-left:12px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-info__list_1cukh_23>li:before{content:"";position:absolute;top:7px;left:0;width:4px;height:4px;border-radius:4px;background-color:#1b1b1b}._external-wallet-info__list_1cukh_23>li+li{margin-top:4px}._external-wallet-info__list_1cukh_23>li span{color:#1d2b59;font-weight:500}._external-wallet-manage_r5ftj_1{padding:8px 0 0}._external-wallet-manage-info_r5ftj_5{border:1px solid #ddd;border-radius:4px;padding:20px}._external-wallet-manage-info__title_r5ftj_11{font-size:24px;line-height:36px;font-weight:500;color:#1b1b1b}._external-wallet-manage-info__text_r5ftj_18{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-manage-info__list_r5ftj_25{margin-top:12px}._external-wallet-manage-info__list_r5ftj_25>li{position:relative;padding-left:12px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-manage-info__list_r5ftj_25>li:before{content:"";position:absolute;top:7px;left:0;width:4px;height:4px;border-radius:4px;background-color:#1b1b1b}._external-wallet-manage-info__list_r5ftj_25>li+li{margin-top:4px}._external-wallet-manage-info__list_r5ftj_25>li span{color:#1d2b59;font-weight:500}._external-wallet-manage-info__list--more_r5ftj_54{margin:24px 0 70px}._external-wallet-manage__button-box_r5ftj_58{display:flex;justify-content:flex-end}._external-wallet-manage__button_r5ftj_58{padding:11px 12px 9px;min-height:40px;color:#fff;background-color:#1d2b59;border-radius:4px;font-size:16px;line-height:24px;font-weight:500}._external-wallet-manage__button_r5ftj_58:disabled{background:#ddd}._external-wallet-registration-select-layer_zxdaw_1{position:relative}._external-wallet-registration-select-layer__button_zxdaw_5{position:relative;flex:0 0 510px;width:510px;min-height:46px;padding:11px 24px 9px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;line-height:24px;font-weight:400;text-align:left;color:#1b1b1b}._external-wallet-registration-select-layer__button_zxdaw_5:before{content:"";position:absolute;top:50%;right:13px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #707882;transform:translateY(-50%)}._external-wallet-registration-select-layer-contents_zxdaw_30{overflow-y:scroll;position:absolute;top:0;left:0;padding:0;width:510px;height:387px;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 8px #0000001f;background-color:#fff;z-index:10}._external-wallet-registration-select-layer-contents__search-box_zxdaw_45{position:sticky;top:0;left:0;padding:12px 12px 8px;background-color:#fff}._external-wallet-registration-select-layer-contents__search_zxdaw_45{position:relative}._external-wallet-registration-select-layer-contents__search-input_zxdaw_57{display:flex;position:relative;width:100%;height:42px;margin:0;padding:1px 40px 0;border:1px solid #ccc;border-radius:4px;font-size:16px;line-height:22px;font-weight:400;color:#1b1b1b}._external-wallet-registration-select-layer-contents__search-input_zxdaw_57:focus{border-color:#1d2b59}._external-wallet-registration-select-layer-contents__search-icon_zxdaw_75{position:absolute;top:50%;left:7px;width:30px;height:30px;margin-top:-15px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20fill='%23A4A4A4'%20fill-rule='nonzero'%20d='M18.125%2017.241l-4.72-4.72c2.356-2.829%202.07-7.01-.648-9.492-2.719-2.483-6.91-2.387-9.512.216-2.603%202.603-2.699%206.793-.216%209.512%202.482%202.719%206.663%203.004%209.492.648l4.72%204.72.884-.884zM2.5%208.125C2.5%205.018%205.018%202.5%208.125%202.5s5.625%202.518%205.625%205.625-2.518%205.625-5.625%205.625C5.02%2013.747%202.503%2011.23%202.5%208.125z'%20transform='translate(-190.000000,%20-277.000000)%20translate(180.000000,%20269.000000)%20translate(10.000000,%208.000000)'/%3e%3cpath%20d='M0%200H20V20H0z'%20transform='translate(-190.000000,%20-277.000000)%20translate(180.000000,%20269.000000)%20translate(10.000000,%208.000000)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:18px 18px;background-repeat:no-repeat;background-position:center center}._external-wallet-registration-select-layer-contents__step-select-option_zxdaw_88{display:flex;align-items:center;width:100%;padding-left:24px;font-size:15px;line-height:21px;font-weight:400;height:46px}._external-wallet-registration-select-layer-contents__step-select-option_zxdaw_88:first-child{color:#777;font-weight:500}._external-wallet-registration-select-layer-contents__step-select-option_zxdaw_88:hover{background:#f8f8f9}._external-wallet-registration_a49fg_1{padding:24px 0 50px}._external-wallet-registration__step_a49fg_5{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:28px}._external-wallet-registration__step_a49fg_5:last-child{margin-bottom:0}._external-wallet-registration__step-title_a49fg_17{font-size:1.6rem;line-height:24.8px;letter-spacing:-.32px;margin-bottom:16px;font-weight:700;display:flex;align-items:center;justify-content:flex-start}._external-wallet-registration__step-title_a49fg_17:before{width:13px;height:13px;background-color:#1b1b1b;border-radius:50%;content:"";display:block;margin-right:10px}._external-wallet-registration__checkbox-box_a49fg_37{display:flex;font-weight:500;font-size:1.6rem;line-height:22.4px;letter-spacing:-.32px}._external-wallet-registration__checkbox-box_a49fg_37 input[type=radio]{display:none}._external-wallet-registration__checkbox-box_a49fg_37 input[type=radio]:checked+._external-wallet-registration__checkbox-label_a49fg_47{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23fff'%20stroke='%231D2B59'/%3e%3ccircle%20cx='10'%20cy='10'%20r='5.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3c/svg%3e")}._external-wallet-registration__checkbox-label_a49fg_47{width:100%;height:25px;display:flex;align-items:center;padding-left:20px;padding-bottom:2px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23F8F8F9'%20stroke='%23A4A4A4'/%3e%3c/svg%3e") no-repeat 0 3px;background-size:15px}._external-wallet-registration__checkbox_a49fg_37+._external-wallet-registration__checkbox_a49fg_37{margin-left:20px}._external-wallet-registration__step-block_a49fg_66{display:flex;width:100%}._external-wallet-registration__step-block_a49fg_66+._external-wallet-registration__step-block_a49fg_66{margin-top:8px}._external-wallet-registration__step-info-list_a49fg_74{width:100%;margin:4px 0 10px;padding-left:18px}._external-wallet-registration__step-info-list_a49fg_74 li{list-style:disc;font-size:1.4rem;margin-bottom:5px;line-height:23.8px;letter-spacing:-.28px;color:#444}._external-wallet-registration__step-info-list_a49fg_74 li span{color:#1d2b59;font-weight:500}._external-wallet-policy__box_a49fg_92+._external-wallet-policy__box_a49fg_92{margin-top:16px}._external-wallet-policy__list_a49fg_96{width:100%;height:auto;padding:8px 12px;border:1px solid #e5e4ea;border-radius:2px}._external-wallet-policy__list_a49fg_96 li{position:relative;padding-left:12px;font-size:14px;line-height:21px;font-weight:400;color:#1b1b1b}._external-wallet-policy__list_a49fg_96 li:before{content:"";position:absolute;top:7px;left:0;width:4px;height:4px;border-radius:4px;background-color:#1b1b1b}._external-wallet-policy__title_a49fg_122{margin:0 0 8px;font-size:16px;line-height:24px;font-weight:600;color:#1b1b1b}._external-wallet-policy__table_a49fg_130 thead th{padding:5px;border:1px solid #e5e4ea;font-size:10px;line-height:14px;font-weight:400;color:#1b1b1b}._external-wallet-policy__table_a49fg_130 thead th:nth-child(1){width:20%}._external-wallet-policy__table_a49fg_130 thead th:nth-child(2){width:30%}._external-wallet-policy__table_a49fg_130 tbody td{padding:5px;border:1px solid #e5e4ea;font-size:10px;line-height:14px;font-weight:400;color:#1b1b1b}._external-wallet-registration__step-tooltip-box_a49fg_153{display:flex;align-items:center;margin-left:8px}._external-wallet-registration__step-select-box_a49fg_159{position:relative;overflow:hidden;flex:0 0 510px;width:510px;height:46px}._external-wallet-registration__step-select-box_a49fg_159:before{content:"";position:absolute;top:50%;right:14px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #707882;transform:translateY(-50%)}._external-wallet-registration__step-select_a49fg_159{width:100%;height:100%;padding:0 24px 0 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;line-height:24px;font-weight:400;color:#1b1b1b}._external-wallet-registration__step-select_a49fg_159:disabled{color:#6d6d6d}._external-wallet-registration__step-select_a49fg_159:focus{border-color:#1d2b59}._external-wallet-registration__step-select-option_a49fg_195{display:flex;align-items:center;justify-content:flex-start;font-size:15px;height:46px;padding-left:20px}._external-wallet-registration__step-select-option_a49fg_195:first-child{color:#777;font-weight:500}._external-wallet-registration__step-select-option_a49fg_195:hover{background:#f8f8f9}._external-wallet-registration__step-input-box_a49fg_211{position:relative;flex:0 0 510px;width:510px}._external-wallet-registration__step-input-box_a49fg_211+._external-wallet-registration__step-button_a49fg_216{margin-left:8px}._external-wallet-registration__step-input_a49fg_211{width:100%;padding:11px 12px 10px;border:1px solid #ccc;border-radius:4px;font-size:16px;line-height:23px;font-weight:400;color:#1b1b1b}._external-wallet-registration__step-input_a49fg_211:focus{border-color:#1d2b59}._external-wallet-registration__step-input-file_a49fg_234{padding:11px 12px 10px;border:1px solid #ccc;border-radius:4px;min-height:46px}._external-wallet-registration__step-input-file-text_a49fg_241{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:69px;font-size:16px;line-height:23px;font-weight:400;color:#1b1b1b}._external-wallet-registration__step-button_a49fg_216{display:flex;justify-content:center;align-items:center;padding:11px 12px 9px;min-width:140px;min-height:40px;border:1px solid #1d2b59;border-radius:4px;font-size:16px;line-height:24px;font-weight:500;cursor:pointer;background-color:#1d2b59;color:#fff}._external-wallet-registration-info_a49fg_271{border:1px solid #ddd;border-radius:4px;padding:20px}._external-wallet-registration-info__title_a49fg_277{font-size:24px;line-height:36px;font-weight:500;color:#1b1b1b}._external-wallet-registration-info__text_a49fg_284{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-registration-info__list_a49fg_291{margin-top:12px}._external-wallet-registration-info__list_a49fg_291 li{font-size:14px;line-height:20px;letter-spacing:-.28px;list-style-type:disc;margin-left:18px}._external-wallet-registration-info__list_a49fg_291 li+li{margin-top:4px}._external-wallet-registration-info__list_a49fg_291 li span{color:#1d2b59;font-weight:500}._external-wallet-registration-info__list--more_a49fg_309{margin:24px 0 70px}._external-wallet-policy__agree-check_a49fg_313{margin-top:12px}._external-wallet-policy__agree-check-block_a49fg_317+._external-wallet-policy__agree-check-block_a49fg_317{margin-top:14px}._external-wallet-policy__agree-check-label_a49fg_321{display:block;font-size:14px;padding-left:30px;line-height:21px;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%23E5E5E5'/%3e%3cpath%20d='M14.117%206.434%208.75%2011.8%205.883%208.934%205%209.817l2.867%202.867.883.883.883-.883L15%207.317l-.883-.883z'%20fill='%23fff'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:0 0;background-size:20px 20px}._external-wallet-policy__agree-check-label_a49fg_321._external-wallet-policy__agree-check-label--all-check_a49fg_331{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");font-weight:600}._external-wallet-policy__agree-check-input_a49fg_336:checked+._external-wallet-policy__agree-check-label_a49fg_321{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%231D2B59'/%3e%3cpath%20d='M14.117%206.434%208.75%2011.8%205.883%208.934%205%209.817l2.867%202.867.883.883.883-.883L15%207.317l-.883-.883z'%20fill='%23fff'/%3e%3c/svg%3e")}._external-wallet-policy__agree-check-input_a49fg_336:checked+._external-wallet-policy__agree-check-label_a49fg_321._external-wallet-policy__agree-check-label--all-check_a49fg_331{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e")}._external-wallet-registration__button-box_a49fg_343{display:flex;justify-content:flex-end;margin:0 -4px;padding:24px 0 12px}._external-wallet-registration__button_a49fg_343{position:relative;margin:0 4px;min-width:150px;padding:14px 16px 13px;border-radius:4px;font-size:16px;line-height:23px;font-weight:500;background-color:#1d2b59;color:#fff}._external-wallet-registration__button_a49fg_343:active:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:4px;background-color:#0000000d}._external-wallet-registration__button_a49fg_343:disabled{border-color:#ddd;background:#ddd;color:#fff}._external-wallet-registration__button_a49fg_343:disabled:active:before{display:none}._external-wallet-registration__button--primary_a49fg_381{border:1px solid #1d2b59;background-color:#1d2b59;color:#fff}._external-wallet-registration__button--primary_a49fg_381:disabled{border-color:#ddd;background:#ddd}._external-wallet-registration__button--line_a49fg_391{border:1px solid #1d2b59;background-color:#fff;color:#1b1b1b}._external-wallet-registration__button--line_a49fg_391:disabled{border-color:#ddd;background:#ddd;color:#fff}._external-wallet-registration__step_a49fg_5 a,._external-wallet-policy__box_a49fg_92 a{color:#1d2b59!important;text-decoration:none}._external-wallet-registration__step_a49fg_5 a:hover,._external-wallet-policy__box_a49fg_92 a:hover{color:#1d2b59;text-decoration:underline}._instruction_1tukg_1{background:#f5f5f5;padding:30px;margin-top:12px;margin-bottom:24px}._instruction__box_1tukg_8+._instruction__box_1tukg_8{margin-top:40px}._instruction__title_1tukg_12{margin-bottom:6px;font-size:18px;font-weight:600;line-height:26px;color:#1d2b59}._instruction__list_1tukg_20{width:100%;margin:4px 0 12px}._instruction__list_1tukg_20>li{position:relative;margin-bottom:5px;padding-left:12px;font-size:15px;line-height:20px;font-weight:400}._instruction__list_1tukg_20>li:before{content:"";position:absolute;top:8px;left:0;width:4px;height:4px;border-radius:4px;background-color:#1b1b1b}._instruction__list_1tukg_20>li a{font-size:15px;line-height:20px;font-weight:400;text-decoration:underline;color:#1b1b1b}._instruction__text_1tukg_50{font-size:15px;line-height:20px;font-weight:400;color:#1d2b59}._instruction__image-box_1tukg_57{margin-top:24px;text-align:center}._instruction__image_1tukg_57{width:100%;vertical-align:top}._instruction__image-box--mobie-type_1tukg_67 ._instruction__image_1tukg_57{max-width:320px}._external-wallet-complete_98yo3_1{margin:70px 0}._external-wallet-complete__title_98yo3_5{font-size:28px;line-height:40px;font-weight:600;text-align:center;color:#1b1b1b}._external-wallet-complete-table_98yo3_13{width:640px;margin:40px auto 0;table-layout:fixed}._external-wallet-complete-table_98yo3_13 tbody{border-top:1px solid #1b1b1b;border-bottom:1px solid #f0f0f0}._external-wallet-complete-table_98yo3_13 tbody th,._external-wallet-complete-table_98yo3_13 tbody td{font-size:14px;line-height:20px;font-weight:400;height:50px;padding:4px 8px;letter-spacing:-.28px;border-bottom:1px solid #f0f0f0;border-left:1px solid #f0f0f0;word-break:break-all;text-align:center;color:#1b1b1b}._external-wallet-complete-table_98yo3_13 tbody th:first-child,._external-wallet-complete-table_98yo3_13 tbody td:first-child{border-left:0}._external-wallet-complete-table_98yo3_13 tbody th{width:150px;border-left:none;text-align:center;font-weight:600}._external-wallet-complete-table_98yo3_13 tbody td{width:100%;border-right:none}._external-wallet-complete-table_98yo3_13 tbody tr:first-child th,._external-wallet-complete-table_98yo3_13 tbody tr:first-child td{border-top:1px solid #1b1b1b}._external-wallet-complete-table_98yo3_13 tbody tr:last-child th,._external-wallet-complete-table_98yo3_13 tbody tr:last-child td{border-bottom:1px solid #1b1b1b}._external-wallet-complete-table__text_98yo3_55{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-complete-table__text--color_98yo3_62{font-size:14px;line-height:20px;font-weight:400;color:#015dd1}._external-wallet-complete__button-box_98yo3_69{display:flex;justify-content:center;margin-top:40px}._external-wallet-complete__button_98yo3_69{position:relative;overflow:hidden;width:250px;height:52px;border-radius:4px;font-size:1.5rem;font-weight:500;line-height:22.5px;letter-spacing:-.3px;margin-left:16px;color:#fff;background-color:#1d2b59}._external-wallet-complete__button_98yo3_69:hover:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000001a}._external-wallet-complete__list_98yo3_99{width:640px;margin:12px auto 0}._external-wallet-complete__list_98yo3_99>li{position:relative;padding-left:12px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._external-wallet-complete__list_98yo3_99>li:before{content:"";position:absolute;top:7px;left:0;width:4px;height:4px;border-radius:4px;background-color:#1b1b1b}._external-wallet-complete__list_98yo3_99>li+li{margin-top:4px}._Step_xssaw_1{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-bottom:20px}._Step_xssaw_1 ._StepHeading_xssaw_9{font-size:1.5rem;line-height:23.2px;letter-spacing:-.3px;margin-bottom:10px;font-weight:700;width:660px;position:relative;display:flex;align-items:center;justify-content:flex-start}._Step_xssaw_1 ._StepHeading_xssaw_9:before{width:13px;height:13px;background-color:#1b1b1b;border-radius:50%;content:"";display:block;margin-right:10px}._Step_xssaw_1 ._StepHeading_xssaw_9 ._balanceDown_xssaw_30{display:flex;align-items:center;justify-content:center;border:1px solid #1D2B59;width:176px;height:30px;border-radius:4px;background-color:#fff;position:absolute;top:-4px;right:0}._Step_xssaw_1 ._StepHeading_xssaw_9 ._balanceDown_xssaw_30 span{color:#1d2b59;font-weight:500;font-size:1.3rem;letter-spacing:-.26px;margin-right:5px}._Step_xssaw_1:last-child{margin-bottom:0}._Step_xssaw_1 ._StepRow_xssaw_53{display:flex;align-items:center;justify-content:flex-start;width:100%}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepInputEl_xssaw_59 input{width:510px;height:48px;border-radius:2px;border:1px solid #ddd;margin-right:10px;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;padding:0 20px}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepInputEl_xssaw_59 input::placeholder{color:#ccc}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepInputEl_xssaw_59 input[type=file]{display:none}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepInputEl_xssaw_59 input._Duration_xssaw_77{width:242px}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepInputEl_xssaw_59 input._Duration_xssaw_77:last-child{margin-right:0;margin-left:10px}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepInputEl_xssaw_59 input._Active_xssaw_84::placeholder{color:#1b1b1b}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepBtnEl_xssaw_87{width:140px;height:48px;border:1px solid #ccc;border-radius:2px;background-color:#fff;font-size:1.5rem;line-height:23.2px;letter-spacing:-.3px;display:flex;align-items:center;justify-content:center;cursor:pointer}._Step_xssaw_1 ._StepRow_xssaw_53 ._StepBtnEl_xssaw_87 ._StepBtn_xssaw_87{cursor:pointer;font-weight:500}._Step_xssaw_1 ._GuideList_xssaw_105{width:100%;margin:12px 0 10px 18px}._Step_xssaw_1 ._GuideList_xssaw_105 li{list-style:disc;font-size:1.4rem;line-height:23.8px;letter-spacing:-.28px;color:#444}._Step_xssaw_1 ._GuideList_xssaw_105+._StepHeading_xssaw_9{margin-top:20px}._Step_xssaw_1 ._Policy_xssaw_119 h5{font-size:1.4rem;font-weight:500;line-height:21px;letter-spacing:-.28px;margin:2px 0 16px}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyList_xssaw_126{width:659px;padding:12px 20px;border:1px solid #ddd;border-radius:2px;background:#fff;margin-bottom:20px}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyList_xssaw_126 li{list-style:disc;font-size:1.4rem;line-height:23.8px;letter-spacing:-.28px;color:#444;margin-left:11px}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142{width:660px;padding:12px 20px;margin-bottom:20px;border:1px solid #e1e1e1;border-radius:2px;background-color:#fff}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 ul li{font-size:14px;line-height:20px;font-weight:400;color:#444}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 ul li+li{margin-top:4px}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 ul li ul{padding-left:8px}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 p{margin:8px 0;font-size:14px;line-height:20px;font-weight:400;color:#444}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 ._stress_xssaw_169{font-size:15px;font-weight:700;line-height:20px;text-decoration:underline;color:#054ab4}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 ._list-dot_xssaw_176{position:relative;padding-left:8px}._Step_xssaw_1 ._Policy_xssaw_119 ._PolicyContent_xssaw_142 ._list-dot_xssaw_176:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#666}._Step_xssaw_1 ._Policy_xssaw_119 ._CheckWrap_xssaw_190{width:100%;display:flex;align-items:center}._Step_xssaw_1 ._Policy_xssaw_119 ._CheckWrap_xssaw_190 input{display:none}._Step_xssaw_1 ._Policy_xssaw_119 ._CheckWrap_xssaw_190 label{font-size:1.5rem;font-weight:500;letter-spacing:-.3px;line-height:21px;height:25px;padding-left:30px;background-size:23%;background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23DDD'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");background-repeat:no-repeat}._Step_xssaw_1 ._Policy_xssaw_119 ._CheckWrap_xssaw_190 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%231D2B59'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20fill='%23fff'/%3e%3cpath%20d='M15.952%2024a.846.846%200%200%201-.606-.253L10.25%2018.61a.869.869%200%200%201%200-1.22.847.847%200%200%201%20.605-.253c.229%200%20.444.09.605.253l4.196%204.229a.415.415%200%200%200%20.591%200l9.292-9.366a.847.847%200%200%201%201.21%200%20.87.87%200%200%201%200%201.22L16.558%2023.747a.846.846%200%200%201-.605.253'%20stroke='%23fff'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:23%}._SubmitBtnWrap_xssaw_215{display:flex;justify-content:flex-end}._SubmitBtnWrap_xssaw_215 ._Submit_xssaw_215{width:150px;height:48px;border-radius:2px;background-color:#1d2b59;color:#fff;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px}._SubmitBtnWrap_xssaw_215 ._Submit_xssaw_215[disabled]{background-color:#ddd}._table_1q2dt_1{width:100%}._table_1q2dt_1 ._thead-top_1q2dt_4 tr td{color:#054ab4;font-weight:700;font-size:1.4rem;height:50px;padding-left:20px}._table_1q2dt_1 ._thead-bottom_1q2dt_11 tr{height:50px;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee}._table_1q2dt_1 ._thead-bottom_1q2dt_11 tr td{text-align:center;font-size:1.2rem;color:#666;line-height:1.8rem}._table_1q2dt_1 ._thead-bottom_1q2dt_11 tr td:nth-child(1){padding-left:20px;padding-right:20px}._table_1q2dt_1 ._thead-bottom_1q2dt_11 tr td:nth-last-child(1){padding-right:20px;padding-left:20px}._table_1q2dt_1 tbody tr{height:50px;border-bottom:1px solid #eeeeee}._table_1q2dt_1 tbody tr:hover{background:#f9f9f9}._table_1q2dt_1 tbody tr td{font-size:1.3rem;text-align:center;line-height:1.8rem;padding-left:10px;padding-right:10px}._table_1q2dt_1 tbody tr td:nth-child(1){padding-left:20px;padding-right:20px}._table_1q2dt_1 tbody tr td:nth-last-child(1){padding-left:20px;padding-right:20px}._DocumentsList_1q2dt_53{background-color:#fff;border:1px solid #e5e4ea;border-radius:6px;overflow:hidden}._Documents_1q2dt_53{border-top:1px solid #e5e4ea;background:#fff}._Documents_1q2dt_53:first-child{border-top:0}._Documents_1q2dt_53._Active_1q2dt_67 ._PanelHead_1q2dt_67{background:#f8faff;border-left:3px solid #1D2B59;padding-left:17px}._PanelHead_1q2dt_67{width:100%;display:grid;grid-template-columns:180px minmax(0,1fr) 100px;column-gap:18px;align-items:center;padding:18px 20px;min-height:76px;background:#fff;transition:background-color .16s ease}._PanelHead_1q2dt_67 ._Type_1q2dt_84{font-size:1.6rem;line-height:24px;font-weight:700}._PanelHead_1q2dt_67 ._Type_1q2dt_84._Active_1q2dt_67{color:#1d2b59}._PanelHead_1q2dt_67 ._Description_1q2dt_92{font-size:1.4rem;line-height:21px;color:#444}._PanelHead_1q2dt_67 ._Submit_1q2dt_97{display:flex;align-items:center;justify-content:flex-end}._PanelHead_1q2dt_67 ._Submit_1q2dt_97 button{width:86px;height:34px;border-radius:4px;border:1px solid #1D2B59;background:#fff;font-size:1.3rem;font-weight:700;color:#1d2b59;transition:background-color .16s ease,color .16s ease}._PanelHead_1q2dt_67 ._Submit_1q2dt_97 button:hover:not(:disabled){background:#1d2b59;color:#fff}._PanelHead_1q2dt_67 ._Submit_1q2dt_97 button:disabled{cursor:default;border-color:#ddd;background:#f0f0f0;color:#999}._PanelHead_1q2dt_67 ._Submit_1q2dt_97 button._Disabled_1q2dt_123{background:#1d2b59;color:#fff;border:0}._PanelBody_1q2dt_129{padding:28px 40px 34px;background-color:#f8f8f9;border-top:1px solid #dfe6f6}._table_1ylb8_1{width:100%}._table_1ylb8_1 ._thead-top_1ylb8_4 tr td{color:#054ab4;font-weight:700;font-size:1.4rem;height:50px;padding-left:20px}._table_1ylb8_1 ._thead-bottom_1ylb8_11 tr{height:50px;border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee}._table_1ylb8_1 ._thead-bottom_1ylb8_11 tr td{text-align:center;font-size:1.2rem;color:#666;line-height:1.8rem}._table_1ylb8_1 ._thead-bottom_1ylb8_11 tr td:nth-child(1){padding-left:20px;padding-right:20px}._table_1ylb8_1 ._thead-bottom_1ylb8_11 tr td:nth-last-child(1){padding-right:20px;padding-left:20px}._table_1ylb8_1 tbody tr{height:50px;border-bottom:1px solid #eeeeee}._table_1ylb8_1 tbody tr:hover{background:#f9f9f9}._table_1ylb8_1 tbody tr td{font-size:1.3rem;text-align:center;line-height:1.8rem;padding-left:10px;padding-right:10px}._table_1ylb8_1 tbody tr td:nth-child(1){padding-left:20px;padding-right:20px}._table_1ylb8_1 tbody tr td:nth-last-child(1){padding-left:20px;padding-right:20px}._SubmitHistoryTable_1ylb8_53{margin:40px 0 258px}._SubmitHistoryTable_1ylb8_53 ._thead-top_1ylb8_4{border-top:1px solid #1b1b1b;border-bottom:1px solid #ddd}._SubmitHistoryTable_1ylb8_53 ._thead-top_1ylb8_4 tr td{font-weight:500;font-size:1.3rem;letter-spacing:-.26px;height:48px;text-align:center;border-left:1px solid #ddd}._SubmitHistoryTable_1ylb8_53 ._thead-top_1ylb8_4 tr td:first-child{border-left:0}._SubmitHistoryTable_1ylb8_53 tbody td{font-size:1.4rem;letter-spacing:-.28px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:center;height:48px}._SubmitHistoryTable_1ylb8_53 tbody td:first-child{border-left:0}._SubmitHistoryTable_1ylb8_53 ._modal-td_1ylb8_82 ._btn_text_1ylb8_82{display:block;width:72px;height:30px;border-radius:4px;background-color:#1d2b59;color:#fff;font-size:1.3rem;font-weight:500;line-height:18.9px;letter-spacing:-.26px;margin:0 auto;cursor:pointer}._AdminMessage_1ylb8_97{width:420px;position:absolute;top:50%;left:50%;border:1px solid rgb(204,204,204);background:#fff;overflow:auto;transform:translate(-50%,-50%);border-radius:4px;outline:none;padding:30px}._AdminMessage_1ylb8_97 ._ModalHeading_1ylb8_110{display:flex;align-items:center;margin-bottom:15.5px}._AdminMessage_1ylb8_97 ._ModalHeading_1ylb8_110 ._Type_1ylb8_115{display:flex;align-items:center;justify-content:center;color:#1d2b59;width:54px;height:30px;border-radius:4px;border:1px solid #1D2B59;text-align:center;font-weight:500;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px}._AdminMessage_1ylb8_97 ._ModalHeading_1ylb8_110 ._status_1ylb8_130{font-size:1.7rem;line-height:26.3px;letter-spacing:-.34px;font-weight:500;padding-left:10px}._AdminMessage_1ylb8_97 ._ModalText_1ylb8_137{border-top:1px solid #e5e4ea;padding:23px 0;min-height:120px;margin-bottom:17px}._AdminMessage_1ylb8_97 ._ModalText_1ylb8_137 p{line-height:24px;font-size:1.5rem;letter-spacing:-.3px;color:#444}._AdminMessage_1ylb8_97 ._CenterDiv_1ylb8_149{text-align:center}._AdminMessage_1ylb8_97 ._CenterDiv_1ylb8_149 ._SubmitBtn_1ylb8_152{align-items:center;justify-content:center;width:100%;height:48px;background:#1d2b59;border-radius:4px;color:#fff;font-size:1.5rem;font-weight:500;letter-spacing:-.3px}._Wrap_5subd_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_5subd_13{position:sticky;top:78px;width:256px}._RightPane_5subd_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_5subd_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_5subd_1{padding:10px}}._InfoPane_5subd_42{display:flex;align-items:center;justify-content:flex-start;margin:18px 0 20px}._InfoPane_5subd_42 ._BtnWrap_5subd_48{display:flex;align-items:center;width:100%;border-bottom:1px solid #e5e4ea}._InfoPane_5subd_42 ._BtnWrap_5subd_48 ._Btn_5subd_48{width:50%;height:50px;color:#999;font-size:1.6rem;font-weight:500;line-height:20.8px;background:#fff;border-bottom:2px solid transparent;transition:color .16s ease,border-color .16s ease}._InfoPane_5subd_42 ._BtnWrap_5subd_48 ._Btn_5subd_48._Active_5subd_65,._InfoPane_5subd_42 ._BtnWrap_5subd_48 ._Btn_5subd_48:hover{color:#1d2b59;background:#fff;border-bottom-color:#1d2b59}._Content_5subd_71{margin-bottom:40px}._Wrap_1urbs_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1urbs_13{position:sticky;top:78px;width:256px}._RightPane_1urbs_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1urbs_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1urbs_1{padding:10px}}._GuideText_1urbs_42{display:flex;align-items:center;width:100%;padding:24px 0 40px;font-size:1.4rem;line-height:23.8px;letter-spacing:-.28px}._Table_1urbs_52{width:100%;cursor:default}._Table_1urbs_52 dt,._Table_1urbs_52 dd{border-right:1px solid #ddd}._Table_1urbs_52 dt:last-child,._Table_1urbs_52 dd:last-child{border-right:0}._Table_1urbs_52 ._TableHead_1urbs_62{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;border-top:1px solid #1b1b1b}._Table_1urbs_52 ._TableHead_1urbs_62 dt{display:flex;align-items:center;justify-content:center}._Table_1urbs_52 ._TableHead_1urbs_62 dt:nth-child(1){width:25%}._Table_1urbs_52 ._TableHead_1urbs_62 dt:nth-child(2){width:25%}._Table_1urbs_52 ._TableHead_1urbs_62 dt:nth-child(3){width:25%}._Table_1urbs_52 ._TableHead_1urbs_62 dt:nth-child(4){width:25%}._Table_1urbs_52 ._TableHead_1urbs_62 dt{height:40px;font-size:1.3rem;font-weight:500;line-height:20.1px;letter-spacing:-.26px}._Table_1urbs_52 ._TableBody_1urbs_92{width:100%;padding-bottom:150px}._Table_1urbs_52 ._TableBody_1urbs_92 dl{display:flex;align-items:center;border-bottom:1px solid #e2e2e2}._Table_1urbs_52 ._TableBody_1urbs_92 dl:hover{background-color:#f1f3f44d}._Table_1urbs_52 ._TableBody_1urbs_92 dd{display:flex;align-items:center;justify-content:center}._Table_1urbs_52 ._TableBody_1urbs_92 dd:nth-child(1){width:25%}._Table_1urbs_52 ._TableBody_1urbs_92 dd:nth-child(2){width:25%}._Table_1urbs_52 ._TableBody_1urbs_92 dd:nth-child(3){width:25%}._Table_1urbs_52 ._TableBody_1urbs_92 dd:nth-child(4){width:25%}._Table_1urbs_52 ._TableBody_1urbs_92 dd{height:54px;font-size:1.5rem;line-height:21px;letter-spacing:.15px}._Table_1urbs_52 ._TableBody_1urbs_92 ._NotLogin_1urbs_127{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-size:1.3rem}._Wrap_1thss_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1thss_13{position:sticky;top:78px;width:256px}._RightPane_1thss_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1thss_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1thss_1{padding:10px}}._Table_1thss_42{width:100%;cursor:default}._TableHead_1thss_47{display:flex;align-items:center;border-bottom:1px solid #ccc}._TableHead_1thss_47 dt{display:flex;align-items:center;justify-content:center;width:100%;height:50px;font-size:1.4rem;font-weight:700}._TableBody_1thss_62{width:100%;font-size:14px}._TableBody_1thss_62 p{font-size:14px;line-height:1.3;margin-bottom:18px}._TableBody_1thss_62 ul{margin-bottom:18px}._TableBody_1thss_62 ul li{font-size:14px;line-height:1.3;margin-bottom:5px}._TableBody_1thss_62 ul li ul{margin-top:5px;margin-bottom:13px;padding:0 16px}._TableBody_1thss_62 ul li ul li{margin-bottom:0}._TableBody_1thss_62 ._RadioWrap_1thss_87{display:flex;align-items:center;justify-content:flex-start;width:100%;font-size:1.5rem;font-weight:500;line-height:21px;letter-spacing:-.3px;cursor:default;margin:12px 0 16px}._TableBody_1thss_62 ._RadioWrap_1thss_87 input[type=radio]{display:none}._TableBody_1thss_62 ._RadioWrap_1thss_87 ._Radio_1thss_87{width:100%;height:100%;padding-left:28px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23F8F8F9'%20stroke='%23A4A4A4'/%3e%3c/svg%3e") no-repeat left center}._TableBody_1thss_62 ._RadioWrap_1thss_87 input[type=radio]:checked+._Radio_1thss_87{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='%23fff'%20stroke='%231D2B59'/%3e%3ccircle%20cx='10'%20cy='10'%20r='5.5'%20fill='%231D2B59'%20stroke='%231D2B59'/%3e%3c/svg%3e") no-repeat left center}._TableBody_1thss_62 ._Agree_1thss_111,._TableBody_1thss_62 ._Disagree_1thss_115{width:80px;margin-bottom:10px}._TableBody_1thss_62 ._SubmitBtnWrap_1thss_119{display:flex;justify-content:flex-end;margin-bottom:30px}._TableBody_1thss_62 ._SubmitBtnWrap_1thss_119 ._Submit_1thss_119{width:150px;height:48px;border-radius:2px;background-color:#1d2b59;font-size:1.5rem;font-weight:500;line-height:23.2px;letter-spacing:-.3px;color:#fff}._TableBody_1thss_62 ._SubmitBtnWrap_1thss_119 ._Submit_1thss_119:disabled{background-color:#ddd}._NotLogin_1thss_139{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-size:1.3rem}._common-button__box_u2wx6_1{width:100%}._common-button__box-inner_u2wx6_5{display:flex;margin:0 -4px}._common-button__box-inner_u2wx6_5>._common-button_u2wx6_1{margin:0 4px}._common-button_u2wx6_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_u2wx6_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_u2wx6_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_u2wx6_1:disabled:active:before{display:none}._common-button--primary_u2wx6_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_u2wx6_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_u2wx6_59{border:1px solid #ddd;background-color:#fff;color:#000}._account-integration-step-list__title_u2wx6_65{font-size:24px;font-weight:500;line-height:1.2;margin-bottom:20px;color:#1b1b1b}._account-integration-step-list__text_u2wx6_73{font-size:16px;line-height:24px;font-weight:400;margin-bottom:15px;word-break:keep-all;color:#1b1b1b}._account-integration-step-list__button-text_u2wx6_82{display:flex;align-items:center;justify-content:flex-start;font-size:16px;font-weight:500;height:100%;cursor:pointer;text-decoration:underline;margin-bottom:15px}._table-container_u2wx6_94{width:100%;box-sizing:border-box;margin:24px 0}._table-container_u2wx6_94 ._account-table_u2wx6_99{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;table-layout:auto}._table-container_u2wx6_94 ._account-table_u2wx6_99 thead{background:#f8f9fa}._table-container_u2wx6_94 ._account-table_u2wx6_99 thead tr th{padding:8px 4px;text-align:center;font-weight:600;color:#333;border-bottom:2px solid #e9ecef;font-size:13px;position:relative;word-break:break-word}._table-container_u2wx6_94 ._account-table_u2wx6_99 thead tr th._header-select_u2wx6_121{width:10%}._table-container_u2wx6_94 ._account-table_u2wx6_99 thead tr th._header-account_u2wx6_124,._table-container_u2wx6_94 ._account-table_u2wx6_99 thead tr th._header-assets_u2wx6_127{width:30%}._table-container_u2wx6_94 ._account-table_u2wx6_99 thead tr th._header-date_u2wx6_130{width:20%}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr{border-bottom:1px solid #f1f3f4;transition:background-color .2s ease;height:40px}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr:hover{background-color:#f8f9fa}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr:last-child{border-bottom:none}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td{padding:12px 10px;font-size:14px;color:#333;vertical-align:middle;word-break:break-word;line-height:1.2;text-align:center;border-right:1px solid #e9ecef}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td:last-child{border-right:none}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-select_u2wx6_157{text-align:center;width:10%}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-select_u2wx6_157 ._custom-checkbox_u2wx6_161{display:inline-block;width:20px;height:20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .1s ease;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%20preserveAspectRatio='xMinYMid'%20%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23D8D8D8;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.5,15h-8C1.6,15,0,13.4,0,11.5v-8C0,1.6,1.6,0,3.5,0h8C13.4,0,15,1.6,15,3.5v8C15,13.4,13.4,15,11.5,15z%20M3.5,1C2.1,1,1,2.1,1,3.5v8C1,12.9,2.1,14,3.5,14h8c1.4,0,2.5-1.1,2.5-2.5v-8C14,2.1,12.9,1,11.5,1H3.5z'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;margin:0 auto}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-select_u2wx6_157 ._custom-checkbox_u2wx6_161:hover{transform:scale(1.05)}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-select_u2wx6_157 ._custom-checkbox_u2wx6_161:active{transform:scale(.95)}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-select_u2wx6_157 ._custom-checkbox_u2wx6_161._checked_u2wx6_180{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2023.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%20preserveAspectRatio='xMinYMid'%20%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23545CA9;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M11.5,15h-8C1.6,15,0,13.4,0,11.5v-8C0,1.6,1.6,0,3.5,0h8C13.4,0,15,1.6,15,3.5v8C15,13.4,13.4,15,11.5,15z%20M3.5,1C2.1,1,1,2.1,1,3.5v8C1,12.9,2.1,14,3.5,14h8c1.4,0,2.5-1.1,2.5-2.5v-8C14,2.1,12.9,1,11.5,1H3.5z'/%3e%3c/g%3e%3cpolygon%20class='st0'%20points='11.8,4%206.5,9.2%203.2,6.4%202.3,7.3%206.6,11%2012.7,4.9%20'/%3e%3c/svg%3e")}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-account_u2wx6_183{font-weight:500;color:#1d2b59;width:40%;word-break:break-all}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-assets_u2wx6_189{width:25%;text-align:right}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-assets_u2wx6_189 ._assets-link_u2wx6_193{color:#1d2b59;text-decoration:underline;cursor:pointer;font-weight:500;word-break:break-all}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-assets_u2wx6_189 ._assets-link_u2wx6_193:hover{color:#1d2b59}._table-container_u2wx6_94 ._account-table_u2wx6_99 tbody tr td._cell-date_u2wx6_203{color:#666;font-size:14px;width:25%}._account-integration-step-list__info_u2wx6_209>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._account-integration-step-list__info_u2wx6_209>li+li{margin-top:4px}._account-integration-step-list__info_u2wx6_209>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._account-integration-step-list__button-box_u2wx6_232{display:flex;width:100%;margin-top:16px}._account-integration-step-list__button-inner_u2wx6_238{display:flex;flex:1;margin:0 -4px}._account-integration-step-list__button_u2wx6_82{margin:0 4px}._account-integration-step-list-asset-integration-modal_u2wx6_248 .global-confirm-modal__text{text-align:left}._common-button__box_s3gs4_1{width:100%}._common-button__box-inner_s3gs4_5{display:flex;margin:0 -4px}._common-button__box-inner_s3gs4_5>._common-button_s3gs4_1{margin:0 4px}._common-button_s3gs4_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_s3gs4_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_s3gs4_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_s3gs4_1:disabled:active:before{display:none}._common-button--primary_s3gs4_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_s3gs4_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_s3gs4_59{border:1px solid #ddd;background-color:#fff;color:#000}._guidance-on-base-assets-modal_s3gs4_65 .global-modal-table-type__wrap{max-width:320px}._guidance-on-base-assets-modal__list_s3gs4_69>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._guidance-on-base-assets-modal__list_s3gs4_69>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._guidance-on-base-assets-modal__list_s3gs4_69>li+li{margin-top:4px}._guidance-on-base-assets-modal__button-box_s3gs4_92{margin-top:20px;display:flex}._common-button__box_1fprc_1{width:100%}._common-button__box-inner_1fprc_5{display:flex;margin:0 -4px}._common-button__box-inner_1fprc_5>._common-button_1fprc_1{margin:0 4px}._common-button_1fprc_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1fprc_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1fprc_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1fprc_1:disabled:active:before{display:none}._common-button--primary_1fprc_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1fprc_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1fprc_59{border:1px solid #ddd;background-color:#fff;color:#000}._account-integration-step-email-auth__title_1fprc_65{font-size:24px;font-weight:500;line-height:1.2;margin-bottom:20px;color:#1b1b1b}._account-integration-step-email-auth__text_1fprc_73{font-size:16px;line-height:1.29;margin-bottom:15px;color:#1b1b1b}._account-integration-step-email-auth__info-title_1fprc_80{display:block;font-size:16px;line-height:24px;font-weight:400;color:#1b1b1b}._account-integration-step-email-auth__info-text_1fprc_88{font-size:16px;line-height:24px;font-weight:500;text-decoration:underline;color:#1b1b1b}._account-integration-step-email-auth__auth-area_1fprc_96{margin-top:24px;padding-top:24px;border-top:2px solid #1b1b1b}._account-integration-step-email-auth__auth-send_1fprc_102{display:flex;margin-bottom:20px}._account-integration-step-email-auth__auth-send-button_1fprc_107{min-height:40px;padding:4px 8px;font-size:14px}._input-item_1fprc_113 ._input-item__label_1fprc_113{padding-bottom:3px;font-size:13px;line-height:20px;font-weight:400;color:#444}._input-item_1fprc_113 ._input-item__inner_1fprc_120{display:flex}._input-item_1fprc_113 ._input-item__input-box_1fprc_123{position:relative;flex:1;border-bottom:1px solid #e5e5e5}._input-item_1fprc_113 ._input-item__input_1fprc_123{width:100%;height:48px;font-size:16px;line-height:24px;border:0 none}._input-item_1fprc_113 ._input-item__input_1fprc_123:focus+._input-item__input-bar_1fprc_135{display:block}._input-item_1fprc_113 ._input-item__input_1fprc_123::placeholder{color:#ccc}._input-item_1fprc_113 ._input-item__input-bar_1fprc_135{display:none;position:absolute;bottom:-1px;height:2px;width:100%;background-color:#1b1b1b}._input-item_1fprc_113 ._input-item__button_1fprc_149{min-width:80px;margin-left:8px;padding:3px 12px 4px;background-color:#263b6c;border-radius:4.5px;color:#fff;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;cursor:pointer}._input-item_1fprc_113 ._input-item__text_1fprc_162{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;color:#1b1b1b}._input-item_1fprc_113 ._input-item__text--error_1fprc_169{color:#d31a2c}._input-item_1fprc_113 ._input-item__text--success_1fprc_172{color:#1ac8c7}._account-integration-step-email-auth__button-box_1fprc_176{display:flex;width:100%;margin-top:24px}._account-integration-step-email-auth__button-box-inner_1fprc_182{display:flex;flex:1;margin:0 -4px}._account-integration-step-email-auth__button_1fprc_176{margin:0 4px}._common-button__box_1287n_1{width:100%}._common-button__box-inner_1287n_5{display:flex;margin:0 -4px}._common-button__box-inner_1287n_5>._common-button_1287n_1{margin:0 4px}._common-button_1287n_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1287n_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1287n_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1287n_1:disabled:active:before{display:none}._common-button--primary_1287n_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1287n_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1287n_59{border:1px solid #ddd;background-color:#fff;color:#000}._account-integration-step-complete_1287n_65{padding:32px 0}._account-integration-step-complete__title_1287n_69{font-size:28px;line-height:42px;font-weight:600;text-align:center;color:#1b1b1b}._account-integration-step-complete__info_1287n_77{margin:24px 0 32px}._account-integration-step-complete__info-text_1287n_81{font-size:14px;line-height:20px;font-weight:400;text-align:center;color:#777}._account-integration-step-complete__info-text_1287n_81+._account-integration-step-complete__info-text_1287n_81{margin-top:12px}._account-integration-step-complete__info-text_1287n_81 strong{display:inline-block;font-size:18px;line-height:20px;font-weight:600;word-break:break-all;text-align:center;text-decoration:underline;color:#1b1b1b}._account-integration__wrap_1pf1m_1{display:table;height:100%;width:100%;flex:1}._account-integration__inner_1pf1m_8{display:table-cell;padding:64px 24px 24px;vertical-align:middle}._account-integration_1pf1m_1{position:relative;width:800px;margin:0 auto;padding:24px;border-radius:8px;background-color:#fff}._account-integration_1pf1m_1:before{content:"";position:absolute;top:-44px;left:0;width:116px;height:29px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAdCAYAAAB7YUi1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXdSURBVHgB7ZpfctNGHMd/u1JomGFa8xboQ8Ubw5BgTlD7BAkniDlB8HMJKDB9jtMLEE4AOUHMCVBJyvQN8dDBHR5wpzOlEGuX7ypWsK2VVmtLBmb8mXiirP5kvd/d378VI3B1V3pLnB4xojr+rFE2rRdb7PGl1YevcOyRPU/lSdTu/emHtKASuBLzHKdDiNmgPDEF7Sgx1aEkuUPTscGWnEe0oDI4VqZPptWmxGwzP/mzd3RvH6Lepumo04LK4FiZ67lXTIiZoETlEb+J+/tkR40WVIZLJjOrETPhr5e/BD9e+7VJjjiUMwpV8/za8gV2h2aAMR68Odp+mnfNynW/wZmzKRk1mKSa6realPgdEIOP/xgdmHz8yvUdn2z7xvm7wSB69valH+jOX1p7uCWFuDjWyPmr3ovtx2SBm3nGIGZCJE763HFoVpYvUB2C3KfZCPHRCqqEZCz2355UDTL+oeGhmowNHDTg4zuXVh903jtipx/4ff1zpugn/omLcUJAGSIwbI5OmpW671FEHTw3dQ+wEpRrWwuKuXLV9zAAM6/Oqrm89uA+xDykwpE5u3M+cp6r70flE49ZRc/WCGopJk2XvswNJaaU5u+jocqB96qK9scF/dbFlHLMRK6sPmhNKWaCx87xJ1QNjZXrDxtUMp996NcrZohPW0pzNP2/K8YCDkZM6+tUECQk7eGwS4MohHPz0NjC7F5PuQ/J6ioI6h3f9ymb/iDiTQfxhPbsEm+gL5oVKRpxH0rkVNCveGVCyLB3nB+56lCrk3T9lDIQrrjVC8YiWXXcVcEJi9LfD8HKVq3ud3RB0pD+W0T8lM0+TP8WrMV4Ds74T1QyXAq6VURMhcOXVIj/TeSRWBGbmuZQpsU8Q7VLJ2pqcuva8sCZqSACMecybu6/FkveOu/EasD0Vtd5NCWMUT3O0aT8x3jxieiOpAON1Hkh93pH+TmmEhUmdm8yNWEkNih7rLy83BTPukFaayFeU8m433N6t7YnW0md1oQSFeasrfcJI0DM965oKjU/Cn6YMjfFqSEf6zDl+QxI1+niVxOTri7gR1LnGQuoAKpAoWn0DPfY56au3KeSSaLcfYi6WfQmYy13KKbyOSE+57hoMiYLDWYZRPxEbz1UAFQAmN1UXzEhf6AykWIvy/TPwmjaUo6oI2ImTXMX1Y2DHE07otkiDNLmEX03m3wbGF9HoFW6X50sLMwmqkbMhERURK1NqpjlzA2DOE0wgqpSK9UoZZh3j1QBV8Yn4xbv/AlvUcnoarlKVCrqU5WoSJA9HP6MPPBWTmgfi4r917DX3iYrMFEkMWMeyiQ7SP4PaqZdmgiMVPqB1Gs/r/g+rAylJrU4LR1m0e8dbV/JfOZpOvRqsl1ydoNKJqs4byfq8bZf5Lpru7LuYjMdhxepIFjR3d7xPftVLeQBNgcbE621YTmvqRN1JM+eJPz76O4BZZM72ZSvRB4azBAYFsbNOWclqokRMeeSj323JPY/RM4WpdOFWLTLWMFCRvF3Q2qESJqpXZRNXTqGrTafKoBJYfTLw9d9QiqIazhfiqjzFlOhzC5cwW2IpVtxagutNeYr2efttMlHFdiTrKlttayT2Atd161OyflzMuORRR5vElQxk6hfQswEuIIuRN2BqPY54ilx5ajAdTWW52P1MyUkHj2jkuEFr7OKfhO+pJgJyr/DD9u/1KYCMYhZRa4YI1jleagJa1Fd05uEcyIW1YlUFBqaro1fR8EEUOlXhWK23/xxt0MVUMTkjmJlflH076ztyhqmjdnkDTDYLlYFGy9iY4B/pxIYinMFQcYGTCAmpvTYsJyHImGfSQrQz+5/PHqcl3otuxR8GKT7aSJ+PonX0pWdyXqyyps/SPtnpsDOFINA07w03bLxqRDVHxE1wL03aUElcEzPaYIdK/Mbb8+JMz9WialZcEq8hXHjN/kEfmOD7LFaqau7cuOozaw3qxcU52xPCoONvIy20GJVzeCCLgZtc1luwXz4BL8J2bP5XPM/AAAAAElFTkSuQmCC) 0 0 no-repeat;background-size:116px 29px}._Wrap_c02gz_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_c02gz_13{position:sticky;top:78px;width:256px}._RightPane_c02gz_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_c02gz_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_c02gz_1{padding:10px}}._policy-tabs_c02gz_42{display:flex;align-items:center;width:100%;height:66px;border-bottom:1px solid #e5e4ea;margin:0;padding:0;gap:0}._policy-tabs_c02gz_42 ._policy-tab_c02gz_42{display:flex;align-items:center;height:100%;padding:0 30px;text-decoration:none;color:#666;font-size:18px;font-weight:400;letter-spacing:-.36px;line-height:27px;border-bottom:3px solid transparent;background:none;cursor:pointer;position:relative;margin-bottom:-1px}._policy-tabs_c02gz_42 ._policy-tab_c02gz_42:hover{color:#333}._policy-tabs_c02gz_42 ._policy-tab_c02gz_42._active_c02gz_72{color:#1b1b1b;font-weight:700;border-bottom-color:#1b1b1b}._terms-vasp_wubrx_1{padding:24px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._terms-vasp_wubrx_1 ._terms-vasp__inner_wubrx_8{width:1134px;margin:0 auto;padding:32px;background-color:#fff}._terms-vasp_wubrx_1 h2{margin-bottom:24px;font-size:20px;line-height:30px;font-weight:600;word-break:break-all}._terms-vasp_wubrx_1 table{margin-bottom:20px;word-break:keep-all}._terms-vasp_wubrx_1 table thead{border-top:1px solid #1b1b1b;border-bottom:1px solid #ddd}._terms-vasp_wubrx_1 table thead tr{border-top:1px solid #1b1b1b}._terms-vasp_wubrx_1 table th,._terms-vasp_wubrx_1 table td{padding:10px 3px;text-align:center!important;border-left:1px solid #ddd;border-bottom:1px solid #ddd;font-size:14px;line-height:20px;font-weight:400;word-break:break-all}._terms-vasp_wubrx_1 table th._first_wubrx_42,._terms-vasp_wubrx_1 table td._first_wubrx_42{border-left:0}._terms-vasp_wubrx_1 table td._emphasized_wubrx_45{font-size:calc(1em + 1px);color:#0080d6;text-decoration:underline}._terms-vasp_wubrx_1 table td._textAlign_wubrx_50{text-align:left!important;vertical-align:top!important}._terms-info-oversea_3nfgp_1{padding:24px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._terms-info-oversea_3nfgp_1 ._terms-info-oversea__inner_3nfgp_8{width:1134px;margin:0 auto;padding:32px;background-color:#fff}._terms-info-oversea_3nfgp_1 h2{margin-bottom:24px;font-size:20px;line-height:30px;font-weight:600;word-break:break-all}._terms-info-oversea_3nfgp_1 table{margin-bottom:20px;word-break:keep-all}._terms-info-oversea_3nfgp_1 table thead{border-top:1px solid #1b1b1b;border-bottom:1px solid #ddd}._terms-info-oversea_3nfgp_1 table thead tr{border-top:1px solid #1b1b1b}._terms-info-oversea_3nfgp_1 table th,._terms-info-oversea_3nfgp_1 table td{padding:10px 3px;text-align:center!important;border-left:1px solid #ddd;border-bottom:1px solid #ddd;font-size:14px;line-height:20px;font-weight:400;word-break:break-all}._terms-info-oversea_3nfgp_1 table th._first_3nfgp_42,._terms-info-oversea_3nfgp_1 table td._first_3nfgp_42{border-left:0}._terms-info-oversea_3nfgp_1 table td._emphasized_3nfgp_45{font-size:calc(1em + 1px);color:#0080d6;text-decoration:underline}._terms-info-oversea_3nfgp_1 table td._textAlign_3nfgp_50{text-align:left!important;vertical-align:top!important}._delete-id_11hfv_1{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;padding:90px 0}._delete-id__inner_11hfv_10{width:548px;padding:40px;margin:0 auto;background-color:#fff;border-radius:8px}._common-button__box_1a5i6_1{width:100%}._common-button__box-inner_1a5i6_5{display:flex;margin:0 -4px}._common-button__box-inner_1a5i6_5>._common-button_1a5i6_1{margin:0 4px}._common-button_1a5i6_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1a5i6_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1a5i6_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1a5i6_1:disabled:active:before{display:none}._common-button--primary_1a5i6_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1a5i6_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1a5i6_59{border:1px solid #ddd;background-color:#fff;color:#000}._delete-id-policy__title_1a5i6_65{margin-bottom:24px;font-size:24px;line-height:36px;font-weight:600;text-align:center;color:#1b1b1b}._delete-id-policy__info_1a5i6_74+._delete-id-policy__info_1a5i6_74{margin-top:16px}._delete-id-policy__info-title_1a5i6_78{display:block;font-size:14px;line-height:20px;font-weight:600;color:#1b1b1b}._delete-id-policy__info-title_1a5i6_78+._delete-id-policy__list_1a5i6_85{margin-top:4px}._delete-id-policy__list_1a5i6_85>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._delete-id-policy__list_1a5i6_85>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._delete-id-policy__bottom_1a5i6_108{position:relative;margin-top:24px}._delete-id-policy__bottom_1a5i6_108:before{content:"";position:absolute;bottom:calc(100% - 2px);left:0;right:0;height:12px;background:linear-gradient(0deg,#fff,#fff0)}._delete-id-policy__checkbox_1a5i6_122{position:relative}._delete-id-policy__checkbox_1a5i6_122 label{display:inline-block;padding-left:28px;font-size:16px;line-height:24px;font-weight:500;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:0 1px;background-size:20px 20px}._delete-id-policy__checkbox_1a5i6_122 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._delete-id-policy__button-box_1a5i6_140{display:flex;width:100%;margin-top:24px}._common-button__box_1elks_1{width:100%}._common-button__box-inner_1elks_5{display:flex;margin:0 -4px}._common-button__box-inner_1elks_5>._common-button_1elks_1{margin:0 4px}._common-button_1elks_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1elks_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1elks_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1elks_1:disabled:active:before{display:none}._common-button--primary_1elks_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1elks_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1elks_59{border:1px solid #ddd;background-color:#fff;color:#000}._delete-id-assets__title_1elks_65{margin-bottom:24px;font-size:24px;line-height:36px;font-weight:600;text-align:center;color:#1b1b1b}._delete-id-assets__info-title_1elks_74{display:block;font-size:16px;line-height:24px;font-weight:600;text-align:center;color:#1b1b1b}._delete-id-assets__info_1elks_74{margin-top:16px}._delete-id-assets__info-text_1elks_87{font-size:14px;line-height:20px;font-weight:500;text-align:center;color:#1b1b1b}._delete-id-assets__info-text_1elks_87+._delete-id-assets__info-text_1elks_87{margin-top:4px}._delete-id-assets__notice-text_1elks_98{margin-top:12px;font-size:14px;line-height:18px;font-weight:400;text-align:center;color:#777}._delete-id-assets__state_1elks_107{margin-top:24px;padding:12px 24px;border:1px solid #ddd;border-radius:4px}._delete-id-assets__state-button_1elks_114{font-size:14px;line-height:20px;font-weight:400;text-decoration:underline;color:#1b1b1b}._delete-id-assets__state-info_1elks_122{margin-top:12px}._delete-id-assets__state-info-text_1elks_126{font-size:14px;line-height:20px;font-weight:500;word-break:keep-all;color:#1b1b1b}._delete-id-assets__state-info-text_1elks_126>em{font-weight:700;color:#054ab4}._delete-id-assets__state-info-button-box_1elks_138{display:flex;width:100%;margin-top:12px}._delete-id-assets__state-info-button_1elks_138{min-height:40px;font-size:15px;padding:5px 8px}._delete-id-assets__check-info_1elks_150{margin-top:24px}._delete-id-assets__checkbox_1elks_154{position:relative}._delete-id-assets__checkbox_1elks_154 label{display:inline-block;padding-left:28px;font-size:16px;line-height:24px;font-weight:500;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:0 1px;background-size:20px 20px}._delete-id-assets__checkbox_1elks_154 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._delete-id-assets__button-box_1elks_172{display:flex;width:100%;margin-top:24px}._common-button__box_1utgi_1{width:100%}._common-button__box-inner_1utgi_5{display:flex;margin:0 -4px}._common-button__box-inner_1utgi_5>._common-button_1utgi_1{margin:0 4px}._common-button_1utgi_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1utgi_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1utgi_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1utgi_1:disabled:active:before{display:none}._common-button--primary_1utgi_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1utgi_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1utgi_59{border:1px solid #ddd;background-color:#fff;color:#000}._delete-id-assets-notice-modal_1utgi_65 .global-modal-table-type__wrap{max-width:312px}._delete-id-assets-notice-modal__list_1utgi_69>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._delete-id-assets-notice-modal__list_1utgi_69>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._delete-id-assets-notice-modal__button-box_1utgi_88{display:flex;margin-top:24px}._common-button__box_1r9fy_1{width:100%}._common-button__box-inner_1r9fy_5{display:flex;margin:0 -4px}._common-button__box-inner_1r9fy_5>._common-button_1r9fy_1{margin:0 4px}._common-button_1r9fy_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1r9fy_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1r9fy_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1r9fy_1:disabled:active:before{display:none}._common-button--primary_1r9fy_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1r9fy_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1r9fy_59{border:1px solid #ddd;background-color:#fff;color:#000}._delete-id-auth__title_1r9fy_65{margin-bottom:24px;font-size:24px;line-height:36px;font-weight:600;text-align:center;color:#1b1b1b}._delete-id-auth__title-sub_1r9fy_74{margin-bottom:32px;font-size:18px;line-height:26px;font-weight:600;text-align:center;word-break:break-all;color:#1b1b1b}._delete-id-auth__title-sub_1r9fy_74>span,._delete-id-auth__title-sub_1r9fy_74 em{display:block;line-height:26px;font-weight:600;word-break:break-all;color:#1b1b1b}._delete-id-auth__title-sub_1r9fy_74 em{margin:8px 0;line-height:22px}._input-item_1r9fy_95+._input-item_1r9fy_95{margin-top:24px}._input-item_1r9fy_95 ._input-item__label_1r9fy_98{padding-bottom:3px;font-size:13px;line-height:20px;font-weight:400;color:#444}._input-item_1r9fy_95 ._input-item__inner_1r9fy_105{display:flex}._input-item_1r9fy_95 ._input-item__input-box_1r9fy_108{position:relative;flex:1;border-bottom:1px solid #e5e5e5}._input-item_1r9fy_95 ._input-item__input_1r9fy_108{width:100%;height:48px;font-size:16px;line-height:24px;border:0 none}._input-item_1r9fy_95 ._input-item__input_1r9fy_108:focus+._input-item__input-bar_1r9fy_120{display:block}._input-item_1r9fy_95 ._input-item__input_1r9fy_108::placeholder{color:#ccc}._input-item_1r9fy_95 ._input-item__input-bar_1r9fy_120{display:none;position:absolute;bottom:-1px;height:2px;width:100%;background-color:#1b1b1b}._input-item_1r9fy_95 ._input-item__button_1r9fy_134{min-width:60px;margin-left:8px;padding:3px 12px 4px;background-color:#263b6c;border-radius:4.5px;color:#fff;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;cursor:pointer}._input-item_1r9fy_95 ._input-item__button_1r9fy_134:disabled{border-color:#ddd;background:#ddd;color:#fff}._input-item_1r9fy_95 ._input-item__button_1r9fy_134:disabled:active:before,._input-item_1r9fy_95 ._input-item__button_1r9fy_134:disabled:hover:before{display:none}._input-item_1r9fy_95 ._input-item__text_1r9fy_155{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;color:#a4a4a4}._input-item_1r9fy_95 ._input-item__text--error_1r9fy_162{color:#d31a2c}._input-item_1r9fy_95 ._input-item__text--success_1r9fy_165{color:#1ac8c7}._delete-id-auth__auth-area_1r9fy_169{margin-top:24px;padding-top:24px;border-top:2px solid #1b1b1b}._delete-id-auth__auth-send_1r9fy_175{display:flex;margin-bottom:20px}._delete-id-auth__auth-send-button_1r9fy_180{min-height:40px;font-size:14px}._delete-id-auth__button-box_1r9fy_185{display:flex;width:100%;margin-top:24px}._delete-id-auth__info_1r9fy_191{margin-top:28px}._delete-id-auth__info-title_1r9fy_195{display:block;margin-bottom:12px;font-size:16px;line-height:20px;font-weight:600;color:#1b1b1b}._delete-id-auth__info-item_1r9fy_204+._delete-id-auth__info-item_1r9fy_204{margin-top:12px}._delete-id-auth__info-item-title_1r9fy_208{display:block;margin-bottom:4px;font-size:14px;line-height:20px;font-weight:600;color:#1b1b1b}._delete-id-auth__info-item-list_1r9fy_217>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._delete-id-auth__info-item-list_1r9fy_217>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._delete-id-auth__info-item-list_1r9fy_217>li+li{margin-top:4px}._common-button__box_113u9_1{width:100%}._common-button__box-inner_113u9_5{display:flex;margin:0 -4px}._common-button__box-inner_113u9_5>._common-button_113u9_1{margin:0 4px}._common-button_113u9_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_113u9_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_113u9_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_113u9_1:disabled:active:before{display:none}._common-button--primary_113u9_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_113u9_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_113u9_59{border:1px solid #ddd;background-color:#fff;color:#000}._delete-id-auth-alert-modal_113u9_65 .global-modal-table-type__wrap{max-width:312px}._delete-id-auth-alert-modal__text_113u9_69{font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._delete-id-auth-alert-modal__button-box_113u9_77{display:flex;margin-top:24px}._common-button__box_16mk0_1{width:100%}._common-button__box-inner_16mk0_5{display:flex;margin:0 -4px}._common-button__box-inner_16mk0_5>._common-button_16mk0_1{margin:0 4px}._common-button_16mk0_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_16mk0_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_16mk0_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_16mk0_1:disabled:active:before{display:none}._common-button--primary_16mk0_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_16mk0_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_16mk0_59{border:1px solid #ddd;background-color:#fff;color:#000}._delete-id-complete__title_16mk0_65{margin-bottom:32px;font-size:24px;line-height:36px;font-weight:600;word-break:break-all;text-align:center;color:#1b1b1b}._delete-id-complete__info_16mk0_75{margin-top:28px}._delete-id-complete__info-title_16mk0_79{display:block;margin-bottom:12px;font-size:16px;line-height:20px;font-weight:600;color:#1b1b1b}._delete-id-complete__info-item_16mk0_88+._delete-id-complete__info-item_16mk0_88{margin-top:12px}._delete-id-complete__info-item-title_16mk0_92{display:block;margin-bottom:4px;font-size:14px;line-height:20px;font-weight:600;color:#1b1b1b}._delete-id-complete__info-item-list_16mk0_101>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;word-break:keep-all;color:#1b1b1b}._delete-id-complete__info-item-list_16mk0_101>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._delete-id-complete__info-item-list_16mk0_101>li+li{margin-top:4px}._delete-id-complete__button-box_16mk0_124{display:flex;margin-top:24px}._old-member-verification__wrap_25vvv_1{display:table;height:100%;width:100%;flex:1}._old-member-verification__inner_25vvv_8{display:table-cell;padding:64px 24px 24px;vertical-align:middle}._old-member-verification_25vvv_1{position:relative;width:460px;margin:0 auto;padding:40px;border-radius:8px;background-color:#fff}._old-member-verification_25vvv_1:before{content:"";position:absolute;top:-44px;left:0;width:116px;height:29px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAdCAYAAAB7YUi1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXdSURBVHgB7ZpfctNGHMd/u1JomGFa8xboQ8Ubw5BgTlD7BAkniDlB8HMJKDB9jtMLEE4AOUHMCVBJyvQN8dDBHR5wpzOlEGuX7ypWsK2VVmtLBmb8mXiirP5kvd/d378VI3B1V3pLnB4xojr+rFE2rRdb7PGl1YevcOyRPU/lSdTu/emHtKASuBLzHKdDiNmgPDEF7Sgx1aEkuUPTscGWnEe0oDI4VqZPptWmxGwzP/mzd3RvH6Lepumo04LK4FiZ67lXTIiZoETlEb+J+/tkR40WVIZLJjOrETPhr5e/BD9e+7VJjjiUMwpV8/za8gV2h2aAMR68Odp+mnfNynW/wZmzKRk1mKSa6realPgdEIOP/xgdmHz8yvUdn2z7xvm7wSB69valH+jOX1p7uCWFuDjWyPmr3ovtx2SBm3nGIGZCJE763HFoVpYvUB2C3KfZCPHRCqqEZCz2355UDTL+oeGhmowNHDTg4zuXVh903jtipx/4ff1zpugn/omLcUJAGSIwbI5OmpW671FEHTw3dQ+wEpRrWwuKuXLV9zAAM6/Oqrm89uA+xDykwpE5u3M+cp6r70flE49ZRc/WCGopJk2XvswNJaaU5u+jocqB96qK9scF/dbFlHLMRK6sPmhNKWaCx87xJ1QNjZXrDxtUMp996NcrZohPW0pzNP2/K8YCDkZM6+tUECQk7eGwS4MohHPz0NjC7F5PuQ/J6ioI6h3f9ymb/iDiTQfxhPbsEm+gL5oVKRpxH0rkVNCveGVCyLB3nB+56lCrk3T9lDIQrrjVC8YiWXXcVcEJi9LfD8HKVq3ud3RB0pD+W0T8lM0+TP8WrMV4Ds74T1QyXAq6VURMhcOXVIj/TeSRWBGbmuZQpsU8Q7VLJ2pqcuva8sCZqSACMecybu6/FkveOu/EasD0Vtd5NCWMUT3O0aT8x3jxieiOpAON1Hkh93pH+TmmEhUmdm8yNWEkNih7rLy83BTPukFaayFeU8m433N6t7YnW0md1oQSFeasrfcJI0DM965oKjU/Cn6YMjfFqSEf6zDl+QxI1+niVxOTri7gR1LnGQuoAKpAoWn0DPfY56au3KeSSaLcfYi6WfQmYy13KKbyOSE+57hoMiYLDWYZRPxEbz1UAFQAmN1UXzEhf6AykWIvy/TPwmjaUo6oI2ImTXMX1Y2DHE07otkiDNLmEX03m3wbGF9HoFW6X50sLMwmqkbMhERURK1NqpjlzA2DOE0wgqpSK9UoZZh3j1QBV8Yn4xbv/AlvUcnoarlKVCrqU5WoSJA9HP6MPPBWTmgfi4r917DX3iYrMFEkMWMeyiQ7SP4PaqZdmgiMVPqB1Gs/r/g+rAylJrU4LR1m0e8dbV/JfOZpOvRqsl1ydoNKJqs4byfq8bZf5Lpru7LuYjMdhxepIFjR3d7xPftVLeQBNgcbE621YTmvqRN1JM+eJPz76O4BZZM72ZSvRB4azBAYFsbNOWclqokRMeeSj323JPY/RM4WpdOFWLTLWMFCRvF3Q2qESJqpXZRNXTqGrTafKoBJYfTLw9d9QiqIazhfiqjzFlOhzC5cwW2IpVtxagutNeYr2efttMlHFdiTrKlttayT2Atd161OyflzMuORRR5vElQxk6hfQswEuIIuRN2BqPY54ilx5ajAdTWW52P1MyUkHj2jkuEFr7OKfhO+pJgJyr/DD9u/1KYCMYhZRa4YI1jleagJa1Fd05uEcyIW1YlUFBqaro1fR8EEUOlXhWK23/xxt0MVUMTkjmJlflH076ztyhqmjdnkDTDYLlYFGy9iY4B/pxIYinMFQcYGTCAmpvTYsJyHImGfSQrQz+5/PHqcl3otuxR8GKT7aSJ+PonX0pWdyXqyyps/SPtnpsDOFINA07w03bLxqRDVHxE1wL03aUElcEzPaYIdK/Mbb8+JMz9WialZcEq8hXHjN/kEfmOD7LFaqau7cuOozaw3qxcU52xPCoONvIy20GJVzeCCLgZtc1luwXz4BL8J2bP5XPM/AAAAAElFTkSuQmCC) 0 0 no-repeat;background-size:116px 29px}._common-button__box_11yfv_1{width:100%}._common-button__box-inner_11yfv_5{display:flex;margin:0 -4px}._common-button__box-inner_11yfv_5>._common-button_11yfv_1{margin:0 4px}._common-button_11yfv_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_11yfv_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_11yfv_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_11yfv_1:disabled:active:before{display:none}._common-button--primary_11yfv_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_11yfv_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_11yfv_59{border:1px solid #ddd;background-color:#fff;color:#000}._old-member-verification-asset-holings-on__title_11yfv_65{margin-bottom:24px;font-size:24px;line-height:36px;font-weight:600;color:#1b1b1b}._old-member-verification-asset-holings-on__text_11yfv_73{font-size:16px;line-height:24px;font-weight:400;color:#1b1b1b}._old-member-verification-asset-holings-on__text_11yfv_73+._old-member-verification-asset-holings-on__text_11yfv_73{margin-top:12px}._old-member-verification-asset-holings-on__button-box_11yfv_83{margin-top:24px}._common-button__box_1c4bb_1{width:100%}._common-button__box-inner_1c4bb_5{display:flex;margin:0 -4px}._common-button__box-inner_1c4bb_5>._common-button_1c4bb_1{margin:0 4px}._common-button_1c4bb_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_1c4bb_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_1c4bb_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_1c4bb_1:disabled:active:before{display:none}._common-button--primary_1c4bb_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_1c4bb_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_1c4bb_59{border:1px solid #ddd;background-color:#fff;color:#000}._old-member-verification-auth-fail__title_1c4bb_65{margin-bottom:24px;font-size:32px;line-height:48px;font-weight:600;color:#1b1b1b}._old-member-verification-auth-fail__text_1c4bb_73{font-size:16px;line-height:24px;font-weight:400;color:#1b1b1b}._old-member-verification-auth-fail__text_1c4bb_73+._old-member-verification-auth-fail__text_1c4bb_73{margin-top:12px}._old-member-verification-auth-fail__button-box_1c4bb_83{margin-top:24px}._common-button__box_b8p3r_1{width:100%}._common-button__box-inner_b8p3r_5{display:flex;margin:0 -4px}._common-button__box-inner_b8p3r_5>._common-button_b8p3r_1{margin:0 4px}._common-button_b8p3r_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_b8p3r_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_b8p3r_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_b8p3r_1:disabled:active:before{display:none}._common-button--primary_b8p3r_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_b8p3r_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_b8p3r_59{border:1px solid #ddd;background-color:#fff;color:#000}._old-member-verification-auth-success__title_b8p3r_65{margin-bottom:24px;font-size:32px;line-height:48px;font-weight:600;color:#1b1b1b}._old-member-verification-auth-success__text_b8p3r_73{font-size:16px;line-height:24px;font-weight:400;color:#1b1b1b}._old-member-verification-auth-success__text_b8p3r_73 strong{font-size:18px;line-height:24px;font-weight:600;word-break:break-all;text-decoration:underline}._old-member-verification-auth-success__text_b8p3r_73+._old-member-verification-auth-success__text_b8p3r_73{margin-top:12px}._old-member-verification-auth-success__button-box_b8p3r_90{margin-top:24px}._common-button__box_yf7n2_1{width:100%}._common-button__box-inner_yf7n2_5{display:flex;margin:0 -4px}._common-button__box-inner_yf7n2_5>._common-button_yf7n2_1{margin:0 4px}._common-button_yf7n2_1{position:relative;display:flex;align-items:center;justify-content:center;flex:1;padding:5px 8px;min-height:48px;border-radius:4px;font-size:15px;font-weight:500;line-height:22px;word-break:keep-all;background-color:#1d2b59;color:#fff}._common-button_yf7n2_1:active:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0000001a}._common-button_yf7n2_1:disabled{border-color:#ddd;background-color:#ddd;color:#fff}._common-button_yf7n2_1:disabled:active:before{display:none}._common-button--primary_yf7n2_47{font-weight:600;background-color:#1d2b59;color:#fff}._common-button--secondary_yf7n2_53{font-weight:600;background-color:#f0f0f0;color:#000}._common-button--line_yf7n2_59{border:1px solid #ddd;background-color:#fff;color:#000}._old-member-verification-asset-holings-off__title_yf7n2_65{margin-bottom:24px;font-size:24px;line-height:36px;font-weight:600;color:#1b1b1b}._old-member-verification-asset-holings-off__text_yf7n2_73{font-size:16px;line-height:24px;font-weight:400;color:#1b1b1b}._old-member-verification-asset-holings-off__text_yf7n2_73+._old-member-verification-asset-holings-off__text_yf7n2_73{margin-top:12px}._old-member-verification-asset-holings-off__step_yf7n2_83{margin-top:24px}._old-member-verification-asset-holings-off__step-title_yf7n2_87{display:block;margin-bottom:8px;font-size:16px;line-height:24px;font-weight:600;color:#1b1b1b}._old-member-verification-asset-holings-off__step-title-sub_yf7n2_96{display:block;margin-top:12px;margin-bottom:4px;font-size:14px;line-height:20px;font-weight:600;color:#1b1b1b}._old-member-verification-asset-holings-off__step-notice-list_yf7n2_106>li{position:relative;padding-left:8px;font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._old-member-verification-asset-holings-off__step-notice-list_yf7n2_106>li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:3px;background-color:#1b1b1b}._old-member-verification-asset-holings-off__step-notice-list_yf7n2_106>li+li{margin-top:4px}._old-member-verification-asset-holings-off__step-text_yf7n2_128{font-size:14px;line-height:20px;font-weight:400;color:#1b1b1b}._old-member-verification-asset-holings-off__step-text_yf7n2_128 strong{font-size:16px;line-height:24px;font-weight:600;word-break:break-all}._old-member-verification-asset-holings-off__button-box_yf7n2_141,._old-member-verification-asset-holings-off__auth-area_yf7n2_145{margin-top:24px}._old-member-verification-asset-holings-off__auth-send_yf7n2_149{display:flex;margin-bottom:20px}._old-member-verification-asset-holings-off__auth-send-button_yf7n2_154{min-height:40px;padding:5px 8px;font-size:14px}._input-item_yf7n2_160 ._input-item__label_yf7n2_160{padding-bottom:3px;font-size:13px;line-height:20px;font-weight:400;color:#444}._input-item_yf7n2_160 ._input-item__inner_yf7n2_167{display:flex}._input-item_yf7n2_160 ._input-item__input-box_yf7n2_170{position:relative;flex:1;border-bottom:1px solid #e5e5e5}._input-item_yf7n2_160 ._input-item__input_yf7n2_170{width:100%;height:48px;font-size:16px;line-height:24px;border:0 none}._input-item_yf7n2_160 ._input-item__input_yf7n2_170:focus+._input-item__input-bar_yf7n2_182{display:block}._input-item_yf7n2_160 ._input-item__input_yf7n2_170::placeholder{color:#ccc}._input-item_yf7n2_160 ._input-item__input-bar_yf7n2_182{display:none;position:absolute;bottom:-1px;height:2px;width:100%;background-color:#1b1b1b}._input-item_yf7n2_160 ._input-item__button_yf7n2_196{min-width:60px;margin-left:8px;padding:3px 12px 4px;background-color:#263b6c;border-radius:4.5px;color:#fff;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;cursor:pointer}._input-item_yf7n2_160 ._input-item__text_yf7n2_209{margin-top:8px;font-size:13px;line-height:20px;font-weight:400;color:#1b1b1b}._input-item_yf7n2_160 ._input-item__text--error_yf7n2_216{color:#d31a2c}._input-item_yf7n2_160 ._input-item__text--success_yf7n2_219{color:#1ac8c7}._mid-banner-carousel_2wh4i_1{width:100%;height:414px;margin:0 auto;position:relative;padding:70px 0;background-color:#fff}._mid-banner-carousel__title_2wh4i_10{width:100%;margin-bottom:40px;font-size:30px;line-height:34px;font-weight:700;text-align:center;color:#1b1b1b}._mid-banner-carousel__navigation_2wh4i_20{position:absolute;top:0;left:50%;width:1214px;margin-left:-600px}._mid-banner-carousel__nav-button_2wh4i_28{position:absolute;top:72px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f5f5f5;border:1px solid #e0e0e0;cursor:pointer;z-index:5}._mid-banner-carousel__nav-button_2wh4i_28:hover{background-color:#e9e9e9}._mid-banner-carousel__nav-button_2wh4i_28:active{background-color:#d9d9d9}._mid-banner-carousel__nav-arrow_2wh4i_49{position:absolute;top:50%;left:50%;display:block;width:10px;height:10px;margin-top:-5px;border-top:2px solid #666;border-left:2px solid #666;transform:rotate(-45deg)}._mid-banner-carousel__nav-button--prev_2wh4i_62{left:-60px}._mid-banner-carousel__nav-button--prev_2wh4i_62 ._mid-banner-carousel__nav-arrow_2wh4i_49{margin-left:-3px}._mid-banner-carousel__nav-button--next_2wh4i_69{right:-50px}._mid-banner-carousel__nav-button--next_2wh4i_69 ._mid-banner-carousel__nav-arrow_2wh4i_49{margin-left:-6px;transform:rotate(135deg)}._mid-banner-carousel__swiper-container_2wh4i_77{position:relative}._mid-banner-carousel__swiper_2wh4i_77{width:1206px;margin:0 auto}._mid-banner-carousel__swiper-item_2wh4i_86{overflow:hidden;margin:0 8px 20px;display:block;border-radius:8px;box-shadow:1px 2px 4px #00000026}._mid-banner-carousel__swiper-item-image_2wh4i_94{width:389px;height:180px;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}._container_1cw8q_1{width:100%;height:650px;background-color:#f7f7fb;padding:70px 0 100px}._container_1cw8q_1 ._mainBox_1cw8q_7{width:1200px;margin:0 auto}._container_1cw8q_1 ._mainBox_1cw8q_7>h1{width:100%;color:#1b1b1b;font-size:3rem;line-height:34px;font-weight:700;text-align:center;margin-bottom:40px}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20{width:50%;height:335px;float:left}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._half-canvas_1cw8q_25{border-top-left-radius:6px;border-top-right-radius:6px;background-color:#fff;width:100%;float:left;display:flex;padding:20px}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._half-canvas_1cw8q_25 ._topic-title_1cw8q_34{background-color:#fff;width:100%;color:#1d2b59;font-size:2.5em;font-weight:700}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._half-canvas_1cw8q_25 ._topic-title-end_1cw8q_41{width:100%;color:#1b1b1b;font-weight:700}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._half-canvas_1cw8q_25 ._moreLink_1cw8q_46{width:50px}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._half-canvas_1cw8q_25 ._moreLink_1cw8q_46 a{color:#a4a4a4;font-size:1.3rem;line-height:20.1px;font-weight:500;text-align:right;width:100%}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 article{width:100%;float:left}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68{background-color:#fff;box-shadow:0 4px #00000012;width:100%;padding-left:20px;padding-right:20px}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._title-head_1cw8q_75{width:500px;padding-top:20px;font-size:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;line-height:29px;letter-spacing:-.4px;word-break:keep-all;color:#1b1b1b}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._image-wrap_1cw8q_88{height:120px;padding-top:10px;overflow:hidden;display:flex}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._content_1cw8q_94{height:87px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._content_1cw8q_94 ._content-head_1cw8q_101{width:100%;font-size:1.5rem;font-weight:500;line-height:29px;letter-spacing:-.4px;color:#a4a4a4;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._content_1cw8q_94 ._text_1cw8q_115{width:100%;height:20px;font-size:1.6rem;line-height:23.2px;letter-spacing:-.32px;display:flex;justify-content:space-between;align-items:center}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._content_1cw8q_94 ._text_1cw8q_115 ._media_1cw8q_125{color:#1e326b}._container_1cw8q_1 ._mainBox_1cw8q_7 ._carousel_1cw8q_20 ._item_1cw8q_61 ._pane_1cw8q_68 ._content_1cw8q_94 ._text_1cw8q_115 ._date_1cw8q_128{color:#999}._fobl-news-view__section_1i94m_1{min-height:584px}._fobl-news-view__section-color_1i94m_5{background-color:#f7f7fb}._fobl-news-view__section-conut_1i94m_9{min-height:686px}._fobl-news-view__section-conut_1i94m_9 .global-card-swiper-card__image{padding-top:100%}._Wrap_1puuh_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_1puuh_13{position:sticky;top:78px;width:256px}._RightPane_1puuh_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_1puuh_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_1puuh_1{padding:10px}}._auth-security_1puuh_42{width:100%;padding:0;background:#fff;margin-bottom:5rem}._auth-security__list_1puuh_49{width:100%;padding:0;margin:0;list-style:none;border-bottom:1px solid #ddd}._auth-security__list_1puuh_49:last-child{border-bottom:none}._auth-security__item_1puuh_60{display:flex;align-items:stretch;width:100%;min-height:5.5rem;background-color:transparent;cursor:pointer;transition:background-color .2s}._auth-security__item_1puuh_60:first-child{border-bottom:1px solid #ddd}._auth-security__item_1puuh_60:hover{background-color:#00000005}._auth-security__item-left_1puuh_76{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1.6rem 0 1.6rem 2rem}._auth-security__item-right_1puuh_84{display:flex;align-items:center;justify-content:center;width:12rem;padding:1.6rem 2rem 1.6rem 0}._auth-security__item-title_1puuh_92{display:block;margin-bottom:.4rem;font-size:1.5rem;line-height:2.32rem;letter-spacing:-.03rem;font-weight:500;word-break:keep-all;color:#1b1b1b}._auth-security__item-text_1puuh_103{font-size:1.4rem;line-height:2.17rem;letter-spacing:-.028rem;font-weight:400;word-break:keep-all;color:#777}._auth-security__checkbox_1puuh_112{display:flex;align-items:center;justify-content:center}._auth-security__checkbox-box_1puuh_118{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem}._auth-security__checkbox-box_1puuh_118 input{display:none}._auth-security__checkbox-box_1puuh_118 label{width:2.4rem;height:2.4rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%20transform='translate(-606%20-840)%20translate(590%20816)%20translate(16%2024)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23E5E5E5'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:2.4rem 2.4rem;display:inline-block;cursor:pointer}._auth-security__checkbox-box_1puuh_118 input:checked+label{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%3e%3cg%20transform='translate(-100%20-528)%20translate(100%20528)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%231AC8C7'/%3e%3cg%20fill='%23FFF'%20fill-rule='nonzero'%3e%3cpath%20d='M11.351%203.295L10.217%202.144%204.888%207.552%201.783%204.4%200.649%205.552%204.889%209.856z'%20transform='translate(4%204)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._auth-security__item-arrow_1puuh_141{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem}._auth-security__modal_1puuh_149{width:100%!important;max-width:50rem!important;position:absolute;top:50%!important;left:50%;background:#fff;overflow-y:auto;overflow-x:hidden;transform:translate(-50%,-50%);border-radius:1.2rem;padding:2.4rem;box-shadow:0 .8rem 3.2rem #0000001f;max-height:90vh}._auth-security__modal-actions_1puuh_165{display:flex;gap:1.2rem;margin-top:2.4rem;justify-content:flex-end}._auth-security__modal-actions_1puuh_165 ._auth-security__modal-button_1puuh_171{flex:1;padding:1.2rem 2.4rem;border-radius:.4rem;font-size:1.5rem;cursor:pointer;border:none;transition:all .2s}._auth-security__dropdown-wrapper_1puuh_181{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}._auth-security__dropdown-wrapper--open_1puuh_187{max-height:500px}._auth-security__dropdown-icon_1puuh_191{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;cursor:pointer}._auth-security__dropdown-notice_1puuh_200{padding:1.6rem 0 1.6rem 2rem;background-color:#faf1f0;word-break:keep-all;line-height:1.8rem;margin-top:0;margin-bottom:0}._auth-security__dropdown-description_1puuh_209{font-size:1.4rem;color:#c84a31}._auth-security__dropdown-description--bold_1puuh_214{font-weight:600;line-height:1.8rem;margin-bottom:.4rem}._auth-security__dropdown-description_1puuh_209 p{margin:0;line-height:1.8rem}._auth-security__dropdown-list_1puuh_225{list-style:none;padding:0;margin:0}._auth-security__dropdown-item_1puuh_231{display:flex;align-items:stretch;width:100%;min-height:5.5rem;background-color:transparent;cursor:pointer;transition:background-color .2s;border-top:1px solid #ddd}._auth-security__dropdown-item_1puuh_231:first-child{border-top:none}._auth-security__dropdown-item_1puuh_231:hover{background-color:#00000005}._auth-security__dropdown-item_1puuh_231:last-child{border-bottom:1px solid #ddd}._auth-security__dropdown-item-text_1puuh_251{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1.6rem 0 1.6rem 2rem;font-size:1.4rem;line-height:2.17rem;letter-spacing:-.028rem;font-weight:400;color:#1b1b1b}._auth-security__dropdown-item-checkbox_1puuh_264{display:flex;align-items:center;justify-content:center;width:12rem;padding:1.6rem 2rem 1.6rem 0}._account-security-lock-popup_1puuh_272{width:100%}._account-security-lock-popup__notice_1puuh_276{margin-bottom:2.4rem}._account-security-lock-popup__notice_1puuh_276 p{font-size:1.4rem;line-height:2.17rem;color:#777;margin-bottom:.8rem}._account-security-lock-popup__notice_1puuh_276 p:first-child{color:#c84a31;font-size:1.5rem;font-weight:600;margin-bottom:.8rem}._account-security-lock-popup__notice_1puuh_276 p:last-child{margin-bottom:0}._account-security-lock-popup__terms-box_1puuh_295{margin-bottom:2.4rem}._account-security-lock-popup__terms_1puuh_295{display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem;margin-bottom:1.2rem;border:1px solid #ddd;border-radius:.4rem;cursor:pointer;transition:all .2s}._account-security-lock-popup__terms_1puuh_295:hover{background-color:#00000005}._account-security-lock-popup__terms_1puuh_295 p{flex:1;font-size:1.4rem;line-height:2.17rem;color:#777;margin:0}._account-security-lock-popup__terms--selected_1puuh_320{border-color:#1d2b59;background-color:#1d2b5905}._auth-security__modal-title_1puuh_325{font-size:2rem;font-weight:500;margin:2.4rem 0;color:#1b1b1b}._show-notice-toast_7496z_1{position:fixed;bottom:20px;left:50%;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;transform:translate(-50%) translateY(30px);pointer-events:none}._show-notice-toast--show_7496z_12{opacity:1;visibility:visible;transform:translate(-50%) translateY(-8rem)}._show-notice-toast__inner_7496z_17{background-color:#263b6c;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:300px}._show-notice-toast__text_7496z_25{margin:0;font-size:14px;line-height:1.5;white-space:pre-line}._show-notice-toast__text_7496z_25 strong{font-weight:600}._WithdrawOtpActive_z0zx0_1,._WithdrawOtpNonActive_z0zx0_1{display:flex;flex-direction:column;gap:2rem;text-align:left}._WithdrawOtpActive__header_z0zx0_7,._WithdrawOtpNonActive__header_z0zx0_7{margin-top:2rem}._WithdrawOtpActive__header_z0zx0_7>span,._WithdrawOtpNonActive__header_z0zx0_7>span{font-size:2rem;font-weight:500;text-align:left}._WithdrawOtpActive__content_z0zx0_15>p,._WithdrawOtpNonActive__content_z0zx0_15>p{font-size:1.5rem;line-height:2rem;word-break:keep-all}._WithdrawOtpActive_z0zx0_1 ._notice_z0zx0_20,._WithdrawOtpNonActive_z0zx0_1 ._notice_z0zx0_20{padding:1.6rem;background-color:#faf1f0;border-radius:1rem;word-break:keep-all;border:.1rem solid #ee5f41}._WithdrawOtpActive_z0zx0_1 ._notice_z0zx0_20>span,._WithdrawOtpNonActive_z0zx0_1 ._notice_z0zx0_20>span{font-weight:600;line-height:1.8rem;margin-bottom:.2rem;color:#c84a31;font-size:1.2rem}._WithdrawOtpActive_z0zx0_1 ._description_z0zx0_34,._WithdrawOtpNonActive_z0zx0_1 ._description_z0zx0_34{font-size:1.4rem;color:#c84a31}._WithdrawOtpActive_z0zx0_1 ._description_z0zx0_34>p,._WithdrawOtpNonActive_z0zx0_1 ._description_z0zx0_34>p{line-height:1.8rem}._WithdrawOtpActive_z0zx0_1 ._description--bold_z0zx0_41,._WithdrawOtpNonActive_z0zx0_1 ._description--bold_z0zx0_41{font-weight:600;margin-bottom:.2rem}._WithdrawOtpNonActive__otpTitle_z0zx0_46{margin-bottom:1rem;display:block;font-weight:500;font-size:1.2rem}._WithdrawOtpNonActive__otpInput_z0zx0_52>span{display:block;margin-bottom:.3rem;font-size:1.2rem;padding-left:.2rem}._WithdrawOtpNonActive__otpInput_z0zx0_52>input{width:100%;height:3rem;padding:.5rem;border:.1rem solid #e2e2e2;border-radius:.5rem}._button_hvx0a_1{font-weight:600;border-radius:.4rem;border:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;padding:0 2rem}._button--medium_hvx0a_14{height:5rem;font-size:1.6rem}._button--small_hvx0a_18{height:4rem;font-size:1.4rem}._button--large_hvx0a_22{height:6rem;font-size:1.8rem}._button--primary_hvx0a_26{background-color:#1d2b59;color:#fff}._button--primary_hvx0a_26:hover:not(:disabled){background-color:#19254d}._button--primary_hvx0a_26:active:not(:disabled){background-color:#172246}._button--primary_hvx0a_26:disabled{background-color:#e2e2e2;cursor:not-allowed}._button--secondary_hvx0a_40{background-color:#f5f5f5;color:#1b1b1b}._button--secondary_hvx0a_40:hover:not(:disabled){background-color:#ededed}._button--secondary_hvx0a_40:active:not(:disabled){background-color:#e8e8e8}._button--secondary_hvx0a_40:disabled{background-color:#e2e2e2;cursor:not-allowed}._button--disabled_hvx0a_54{opacity:.6}._Wrap_13g93_1{width:100%;max-width:1400px;min-width:1024px;min-height:calc(100vh - 426px);margin:0 auto 60px;padding:10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}._LeftPane_13g93_13{position:sticky;top:78px;width:256px}._RightPane_13g93_19{width:calc(100% - 266px);min-height:calc(100vh - 85px);background:#fff;padding:0 30px}._RightPane_13g93_19>h2{display:flex;align-items:center;width:100%;height:66px;font-size:1.8rem;font-weight:700;letter-spacing:-.36px;line-height:27px;border-bottom:1px solid #e5e4ea}@media screen and (max-width:1280px){._Wrap_13g93_1{padding:10px}}._GuideText_13g93_42{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0 40px;font-size:1.4rem;line-height:23.8px;letter-spacing:-.28px}._PwdPenelChangeBtn_13g93_53{width:140px;height:30px;font-size:1.3rem;line-height:20.1px;letter-spacing:-.26px;font-weight:500;border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e4ea;color:#777;background-color:transparent;cursor:pointer;transition:all .2s}._PwdPenelChangeBtn_13g93_53:hover:not(:disabled){background-color:#00000005}._PwdPenelChangeBtn_13g93_53:disabled{opacity:.6;cursor:not-allowed}._Table_13g93_78{width:100%;cursor:default}._Table_13g93_78 dt,._Table_13g93_78 dd{border-right:1px solid #ddd}._Table_13g93_78 dt:last-child,._Table_13g93_78 dd:last-child{border-right:0}._Table_13g93_78 ._TableHead_13g93_88{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;border-top:1px solid #1b1b1b}._Table_13g93_78 ._TableHead_13g93_88 dt{display:flex;align-items:center;justify-content:center}._Table_13g93_78 ._TableHead_13g93_88 dt:nth-child(1){width:25%}._Table_13g93_78 ._TableHead_13g93_88 dt:nth-child(2){width:25%}._Table_13g93_78 ._TableHead_13g93_88 dt:nth-child(3){width:25%}._Table_13g93_78 ._TableHead_13g93_88 dt:nth-child(4){width:25%}._Table_13g93_78 ._TableHead_13g93_88 dt{height:40px;font-size:1.3rem;font-weight:500;line-height:20.1px;letter-spacing:-.26px}._Table_13g93_78 ._TableBody_13g93_118{width:100%;padding-bottom:150px}._Table_13g93_78 ._TableBody_13g93_118 dl{display:flex;align-items:center;border-bottom:1px solid #e2e2e2}._Table_13g93_78 ._TableBody_13g93_118 dl:hover{background-color:#f1f3f44d}._Table_13g93_78 ._TableBody_13g93_118 dl._CurrentSession_13g93_130{background-color:#1d2b59;opacity:.8;color:#fff}._Table_13g93_78 ._TableBody_13g93_118 dd{display:flex;align-items:center;justify-content:center}._Table_13g93_78 ._TableBody_13g93_118 dd:nth-child(1){width:25%}._Table_13g93_78 ._TableBody_13g93_118 dd:nth-child(2){width:25%}._Table_13g93_78 ._TableBody_13g93_118 dd:nth-child(3){width:25%}._Table_13g93_78 ._TableBody_13g93_118 dd:nth-child(4){width:25%}._Table_13g93_78 ._TableBody_13g93_118 dd{height:54px;font-size:1.5rem;line-height:21px;letter-spacing:.15px}._Table_13g93_78 ._TableBody_13g93_118 ._ContentGroup_13g93_158{display:flex;flex-direction:column;align-items:center}._Table_13g93_78 ._TableBody_13g93_118 ._NotLogin_13g93_163{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-size:1.3rem}._Table_13g93_78 ._LoginInfo_13g93_171{display:flex;flex-direction:column}._Wrap_kdru8_1{position:relative;width:100%;min-height:100vh}._Inner_kdru8_7{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:1366px;padding:100px 0;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}._Inner_kdru8_7 h1{position:relative;top:-70px;font-size:3rem;font-weight:700}._Inner_kdru8_7 h2{font-size:2rem;font-weight:700;margin-bottom:30px}._Inner_kdru8_7 p{font-size:1.5rem;margin-bottom:30px;text-align:center;line-height:1.3}._LinkWrap_kdru8_38{display:flex;align-items:center;justify-content:center}._LinkWrap_kdru8_38 button,._LinkWrap_kdru8_38 a{display:flex;align-items:center;justify-content:center;width:170px;height:40px;cursor:pointer;font-size:1.4rem;margin:30px 15px;font-weight:700}._LinkWrap_kdru8_38 button{color:#fff;background:#054ab4}._LinkWrap_kdru8_38 a{border:1px solid #054ab4;background:#fff;color:#054ab4}._LinkWrap_kdru8_38 a:hover{background:#054ab4;color:#fff}
