@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR");abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{font-size:100%;margin:0;padding:0;vertical-align:baseline;border:0;outline:0;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{background-color:var(--lgtBg);margin:0;box-sizing:border-box;font-family:"Roboto", "Noto Sans KR", sans-serif;font-size:10px;min-height:100vh;scrollbar-width:none}body{display:flex;flex-direction:column;padding:0 !important}body.modal-open{width:100vw}@media screen and (min-width: 992px){body.modal-open{width:calc(100vw - 1rem)}}::-webkit-scrollbar{width:1rem}::-webkit-scrollbar:horizontal{height:1rem}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}::-webkit-scrollbar-thumb{background-color:#6d6d6d;outline:1px solid #6d6d6d}*,*:before,*:after{box-sizing:inherit}a{margin:0;padding:0;vertical-align:baseline;text-decoration:none;border:0;background:transparent;color:inherit;text-decoration:inherit}a:visited,a:hover,a:focus,a:active{text-decoration:none;color:inherit;outline:none !important;box-shadow:none !important}button{color:inherit;font-weight:inherit;background:none;border:none;text-align:center}button:focus{outline:none}input{outline:none}input::-ms-clear{display:none}li{list-style-type:none;list-style:none}main{display:block}table,thead,tbody,tr,th,td{border-collapse:collapse;border-spacing:0}.g-container{padding:calc(var(--headerMobile) + 2.4rem) 0 calc(var(--footerMobile) + 1.6rem)}@media screen and (min-width: 992px){.g-container{padding:calc(var(--headerPc) + 4rem) 0 2.4rem}}.hide{display:none !important}.show{display:block !important}.g-mobile-only{display:block !important}@media screen and (min-width: 992px){.g-mobile-only{display:none !important}}.g-pc-only{display:none !important}@media screen and (min-width: 992px){.g-pc-only{display:block !important}}h3{margin-top:1.6rem;margin-left:1.6rem;color:var(--lgt00);font-size:1.6rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em}@media screen and (min-width: 992px){h3{font-size:2rem;margin-top:2.4rem;margin-left:2.4rem}}.g-buy{color:var(--lgtBuyStrong)}.g-sell{color:var(--lgtSellStrong)}.g-maintain{color:var(--lgtNeutral)}.g-common-box{background:var(--lgtSectionBg);border-radius:8px}.g-btn{background:var(--primaryBtn);border-radius:20px;padding:1.2rem;text-align:center;color:var(--white);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;cursor:pointer}.g-btn:before{font-family:"Font Awesome 5 Free";content:""}.g-btn:hover{background:var(--primaryBtnHover)}.g-btn.disabled,.g-btn:disabled,.g-btn[disabled]{cursor:not-allowed;background:var(--primaryBtnDisable)}.g-btn.style-line{background:transparent;color:var(--primaryBtn);border:1px solid var(--primaryBtn)}.g-btn.style-line:hover{color:var(--white);background:var(--primaryBtn)}.g-btn.style-line.disabled,.g-btn.style-line:disabled,.g-btn.style-line[disabled]{color:var(--primaryBtnDisable);border-color:var(--primaryBtnDisable)}.g-btn.style-line.disabled:hover,.g-btn.style-line:disabled:hover,.g-btn.style-line[disabled]:hover{color:var(--primaryBtnDisable);background:transparent}.g-btn.style-line.dark{color:var(--lgt01);border-color:var(--lgt04)}.g-btn.style-line.dark:hover{color:var(--lgt01);background:transparent;border-color:var(--lgt04)}.g-btn.style-line.dark.disabled,.g-btn.style-line.dark:disabled,.g-btn.style-line.dark[disabled]{color:var(--lgt01);border-color:var(--lgt04)}.g-btn.style-line.dark.disabled:hover,.g-btn.style-line.dark:disabled:hover,.g-btn.style-line.dark[disabled]:hover{color:var(--lgt01);background:transparent}@media screen and (min-width: 992px){.g-btn.style-line.dark:hover{color:var(--primaryBtn);background:transparent;border-color:var(--primaryBtn)}}.g-input-box{position:relative;display:flex;flex-direction:column}.g-input-box label{color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-bottom:0.4rem}.g-input-box input{background:var(--lgtInputBg);border:1px solid var(--lgtInputBorder);border-radius:8px;padding:1rem 0.8rem;color:var(--lgtInputTxtPrimary);font-size:1.4rem;font-weight:var(--regular);line-height:1.8rem;letter-spacing:-0.04em}.g-input-box input:hover{border-color:var(--lgtInputBorderActive)}.g-input-box input:focus{color:var(--lgtInputTxtSecondary);border-color:var(--lgtInputBorderActive)}.g-input-box input.active{color:var(--lgtInputTxtSecondary)}.g-input-box .clearBtn{position:absolute;top:53%;right:1%;padding:0}.g-input-box .clearBtn i{font-size:1.6rem;color:var(--lgt01)}.g-select-box div{position:relative;cursor:pointer}.g-select-box div img{position:absolute;top:50%;transform:translateY(-50%)}.g-select-box div img.coin-icon{width:1.8rem;left:4%}.g-select-box div img.g-input-arrow{right:5%}.g-select-box div input{width:100%;background:var(--lgtInputBg);border:1px solid var(--lgtInputBorder);border-radius:8px;padding:1.1rem 0.8rem;color:var(--lgtInputTxtSecondary);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;cursor:pointer}.g-select-box div input:hover{border-color:var(--lgtInputBorderActive)}.g-select-box div input.active{color:var(--lgtInputTxtSecondary);border-color:var(--lgtInputBorderActive)}.g-table{width:100%}.g-table thead{border-top:1px solid var(--lgtSectionBoder);border-bottom:1px solid var(--lgtSectionBoder)}.g-table thead tr th{padding:1.6rem 0;color:var(--lgt01);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;vertical-align:middle;text-align:center;border:none}.g-table thead tr th .current-price{display:flex;align-items:center;justify-content:center}.g-table thead tr th .current-price img{width:1.6rem;margin-right:0.2rem}.g-table thead tr th .current-price span sup{top:-0.7em;left:0.3em}.g-table thead tr th .current-price span sub{bottom:-0.5em;left:-0.45em}.g-table thead tr th.g-table-pc-only{display:none}@media screen and (min-width: 992px){.g-table thead tr th{font-size:1.4rem}.g-table thead tr th .current-price img{margin-right:0.4rem}.g-table thead tr th.g-table-pc-only{display:table-cell}}.g-table tbody tr{border-top:1px solid var(--lgtSectionBoder)}.g-table tbody tr:first-of-type{border-top:none}.g-table tbody tr td{color:var(--lgt01);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;padding:0.15rem;border:none;vertical-align:middle;text-align:right}.g-table tbody tr td:first-of-type{padding-left:0.4rem !important;text-align:left}.g-table tbody tr td:last-of-type{padding-right:0.4rem}.g-table tbody tr td .g-underText{display:flex;flex-direction:column}.g-table tbody tr td .g-underText span{font-weight:var(--regular);color:var(--lgt04)}.g-table tbody tr td.highlight-coin{padding:0.7rem 0}.g-table tbody tr td.highlight-coin .g-underText{font-weight:var(--bold);align-items:center;flex-direction:row}.g-table tbody tr td.highlight-coin .g-underText img{width:1.6rem;margin-right:0.4rem}.g-table tbody tr td.highlight-coin .g-underText div{width:68px;display:flex;flex-direction:column}.g-table tbody tr td.highlight-coin .g-underText div span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-table tbody tr td.highlight{font-weight:var(--bold)}.g-table tbody tr td.g-buy{color:var(--lgtBuyStrong)}.g-table tbody tr td.g-sell{color:var(--lgtSellStrong)}.g-table tbody tr td.g-table-pc-only{display:none}@media screen and (min-width: 992px){.g-table tbody tr td{font-size:1.4rem;padding:0 0.8rem}.g-table tbody tr td:first-of-type{padding-left:1.6rem !important}.g-table tbody tr td:last-of-type{padding-right:1.6rem}.g-table tbody tr td.highlight-coin{padding:0.7rem 0.8rem}.g-table tbody tr td.highlight-coin .g-underText img{margin-right:0.8rem}.g-table tbody tr td.highlight-coin .g-underText div{width:100px}.g-table tbody tr td.g-table-pc-only{display:table-cell}}.modal .modal-content{background:var(--lgtBg);border-radius:8px;padding:0.8rem}@media screen and (min-width: 992px){.modal .modal-content{padding:1.6rem}}.modal .modal-content .col{cursor:pointer;background:var(--lgtInputBg);border:1px solid transparent;border-radius:4px;padding:1.2rem;color:var(--lgtInputTxtSecondary);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:center}.modal .modal-content .col.active{background:var(--lgtInputBgActive);border:1px solid var(--lgtInputBorderActive)}@media screen and (min-width: 992px){.modal .modal-content .col:hover{background:var(--lgtInputBgActive);border:1px solid var(--lgtInputBorderActive)}}.modal .modal-content .col.empty:hover{cursor:default;background:var(--lgtInputBg);border-color:transparent}.modal .modal-content .col.empty.active:hover{background:var(--lgtInputBgActive);border:1px solid var(--lgtInputBorderActive)}.modal .modal-content .col.empty.disable{background:var(--lgtInputBg);border-color:transparent}.modal .modal-content .col.disable{border-color:transparent;cursor:default}.modal .modal-content .col.disable:hover{background:var(--lgtInputBg);border-color:transparent}.modal .modal-content .col.disable:before{width:100%;height:100%;position:absolute;content:"";border-radius:4px;background:rgba(0,0,0,0.6)}.modal .modal-content .g-mCancel-btn{display:inline-block;width:8rem;height:4rem;color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;text-align:center;padding:1.2rem 0;margin:1.6rem auto 0;cursor:pointer}.modal .modal-content.maxWidthCol .modal-body{padding:0;scrollbar-width:none}.modal .modal-content.maxWidthCol .modal-body::-webkit-scrollbar{width:0}.modal .modal-content.maxWidthCol .modal-body .col{display:flex;align-items:center;justify-content:center;margin-bottom:0.8rem}.modal .modal-content.maxWidthCol .modal-body .col:last-of-type{margin-bottom:0}.modal .modal-content.maxWidthCol .modal-body .col:hover{background:var(--lgtInputBgActive);border:1px solid var(--lgtInputBorderActive)}.modal .modal-content.maxWidthCol .modal-body .col img{width:1.6rem;margin-right:0.4rem}.modal .modal-content.select-coin{max-height:calc(100vh - 9px)}.modal .modal-content.select-coin .modal-body{padding:0;height:calc(100vh - 72px);scrollbar-width:none}.modal .modal-content.select-coin .modal-body::-webkit-scrollbar{display:none}.modal .modal-content.select-coin .modal-body .row .col{min-width:calc((100% / 4) - 6px);display:flex;align-items:center;justify-content:center;margin-right:0.8rem;margin-bottom:0.8rem}.modal .modal-content.select-coin .modal-body .row .col.mb-none,.modal .modal-content.select-coin .modal-body .row .col.empty{margin-bottom:0}.modal .modal-content.select-coin .modal-body .row .col:nth-child(4n){margin-right:0}.modal .modal-content.select-coin .modal-body .row .col img{width:1.6rem;margin-right:0.4rem}.modal .modal-content.select-coin .modal-footer{padding:0;border:none;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top:1px solid var(--lgtSectionDivider)}@media screen and (min-width: 992px){.modal .modal-content.select-coin{max-height:72rem}.modal .modal-content.select-coin .modal-body{height:62rem}}.modal .modal-content.select-exchange .modal-body{padding:0}.modal .modal-content.select-exchange .modal-body .row .col{min-width:calc((100% / 3) - 8px);display:flex;align-items:center;justify-content:center;margin-right:0.8rem;margin-bottom:0.8rem}.modal .modal-content.select-exchange .modal-body .row .col.mb-none,.modal .modal-content.select-exchange .modal-body .row .col.empty{margin-bottom:0}.modal .modal-content.select-exchange .modal-body .row .col:nth-child(3n){margin-right:0}.modal .modal-content.select-exchange .modal-body .row .col img{width:1.6rem;margin-right:0.4rem}.modal .modal-content.setting{height:calc(100vh - 8px);overflow-y:scroll;scrollbar-width:none}.modal .modal-content.setting::-webkit-scrollbar{width:0}.modal .modal-content.setting .modal-header{padding:0;border-bottom:none;border-top-left-radius:0;border-top-right-radius:0;flex-direction:column}.modal .modal-content.setting .modal-header h4{display:block;color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em;margin:1.6rem auto 2.4rem}.modal .modal-content.setting .modal-header .tabBtn-cover{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:2.4rem}.modal .modal-content.setting .modal-header .tabBtn-cover .tabBtn{width:calc(100% / 3);padding:1.2rem 0;border-bottom:1px solid var(--lgtTabBasic);color:var(--lgtTabBasic);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;cursor:pointer}.modal .modal-content.setting .modal-header .tabBtn-cover .tabBtn.clickBtn{color:var(--lgtTabActive);border-color:var(--lgtTabActive)}.modal .modal-content.setting .modal-body{height:100%;padding:0;scrollbar-width:none}.modal .modal-content.setting .modal-body::-webkit-scrollbar{width:0}.modal .modal-content.setting .modal-body .tab-contents{display:none}.modal .modal-content.setting .modal-body .tab-contents.clickContents{display:block}.modal .modal-content.setting .modal-body .tab-contents .list-box{height:100%}.modal .modal-content.setting .modal-body .tab-contents .list-box .row .col{min-width:calc((100% / 3) - 8px);display:flex;align-items:center;justify-content:center;margin-right:0.8rem;margin-bottom:0.8rem}.modal .modal-content.setting .modal-body .tab-contents .list-box .row .col:nth-child(3n){margin-right:0}.modal .modal-content.setting .modal-body .tab-contents .list-box .row .col img{width:1.6rem;margin-right:0.4rem}.modal .modal-content.setting .modal-body .tab-contents .list-box.coin .row .col{min-width:calc((100% / 4) - 6px)}.modal .modal-content.setting .modal-body .tab-contents .list-box.coin .row .col:nth-child(3n){margin-right:0.8rem}.modal .modal-content.setting .modal-body .tab-contents .list-box.coin .row .col:nth-child(4n){margin-right:0}@media screen and (min-width: 992px){.modal .modal-content.setting{height:auto}.modal .modal-content.setting .modal-body .tab-contents .list-box{height:50.4rem}}.modal .modal-content.setting .btn-box{display:flex;flex-direction:column;margin-top:2.4rem}.modal .modal-content.setting .btn-box .cancel{width:fit-content;color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em;padding:0.4rem 0.7rem;margin:2rem auto 0;cursor:pointer}.modal .modal-content.setting.edit{height:auto}.modal .modal-content.setting.edit .modal-body textarea{width:100%;height:8rem;padding:0.8rem;margin-bottom:0.6rem;background:var(--lgtInputBg);border:1px solid var(--lgtInputBorder);border-radius:8px;color:var(--lgtInputTxtPrimary);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;resize:none;scrollbar-width:none}.modal .modal-content.setting.edit .modal-body textarea:focus{outline:none}.modal .modal-content.setting.edit .modal-body textarea::-webkit-scrollbar{width:0}.modal .modal-content.setting.edit .modal-body .textCnt{color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:right}.pl-pr-none{padding-left:0 !important;padding-right:0 !important}.pl-none{padding-left:0 !important}.pr-none{padding-right:0 !important}.row{margin-right:0;margin-left:0}.container{padding-right:8px;padding-left:8px}@media screen and (min-width: 992px){.container{padding-right:0px;padding-left:0px}}@media screen and (min-width: 1200px){.container{max-width:996px}}header{width:100vw;position:fixed;top:0;left:0;z-index:50}.headerWrap{display:flex;align-items:center;justify-content:space-between;height:var(--headerMobile);background:var(--lgtHeaderBg);padding:0.8rem}@media screen and (min-width: 992px){.headerWrap{display:block;height:var(--headerPc);padding:0 2.2rem 0 1.2rem}}.headerWrap .logo{position:absolute;vertical-align:middle}.headerWrap .logo.invisible{visibility:hidden}.headerWrap .logo img{width:4rem}@media screen and (min-width: 992px){.headerWrap .logo{top:1.2rem}.headerWrap .logo img{width:5.6rem}}.headerWrap .switch-btn{width:3.2rem;cursor:pointer}@media screen and (min-width: 992px){.headerWrap .switch-btn{width:4rem}}.headerWrap .g-pc-only{height:var(--headerPc)}.headerWrap .g-pc-only .meunWrap{height:100%;display:flex;align-items:center}.headerWrap .g-pc-only .meunWrap .container{height:100%}.headerWrap .g-pc-only .meunWrap .container ul{height:100%;display:flex;align-items:center;justify-content:flex-start}.headerWrap .g-pc-only .meunWrap .container ul li{height:100%;display:flex;align-items:center;color:var(--lgt01);font-size:1.6rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em;margin-left:1.2rem;padding:0.4rem 0.8rem;border-bottom:1px solid transparent}.headerWrap .g-pc-only .meunWrap .container ul li a{cursor:pointer}.headerWrap .g-pc-only .meunWrap .container ul li:hover,.headerWrap .g-pc-only .meunWrap .container ul li.active{border-bottom:1px solid var(--navActive)}@media (min-width: 992px) and (max-width: 1024px){.headerWrap .g-pc-only .meunWrap .container ul{margin-left:6rem}}@media (min-width: 1024px) and (max-width: 1100px){.headerWrap .g-pc-only .meunWrap .container ul{margin-left:4rem}}.headerWrap .g-pc-only .meunWrap .container .choice-wrap{display:flex;align-items:center;position:absolute;top:50%;transform:translateY(-50%);right:22px}.headerWrap .g-pc-only .meunWrap .container .choice-wrap .choice-modal{display:flex;align-items:center;color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-right:3.2rem;cursor:pointer}.headerWrap .g-pc-only .meunWrap .container .choice-wrap .choice-theme{display:flex;align-items:center;justify-content:center}.headerWrap .g-pc-only .meunWrap .container .choice-wrap .choice-theme span{color:var(--lgt02);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-right:0.4rem}.headerWrap .g-mobile-only .hamburger-btn{position:absolute;top:8px;right:8px;width:4rem;height:4rem;padding:0.7rem 0.5rem;cursor:pointer}.headerWrap .g-mobile-only .hamburger-btn span{transition-duration:0.15s;display:block;width:100%;height:0.4rem;border-radius:0.3rem;background:var(--primary06)}.headerWrap .g-mobile-only .hamburger-btn span.active{transform:rotate(45deg) translate(5px, 10px)}.headerWrap .g-mobile-only .hamburger-btn span:nth-child(2){margin:0.6rem 0}.headerWrap .g-mobile-only .hamburger-btn span:nth-child(2).active{transform:rotate(-45deg) translate(-2.5px, -1.5px)}.headerWrap .g-mobile-only .hamburger-btn span:nth-child(3){width:55%}.headerWrap .g-mobile-only .hamburger-btn span:nth-child(3).active{transform:rotate(-45deg) translate(3.5px, -4px)}.headerWrap .g-mobile-only .slide-meunWrap{width:100vw;height:100vh;position:fixed;top:var(--headerMobile);left:100%;padding-top:2.4rem;background:var(--lgtSectionBg);transition-duration:0.5s;z-index:60}.headerWrap .g-mobile-only .slide-meunWrap.meunOpen{left:0}.headerWrap .g-mobile-only .slide-meunWrap .list{display:flex;align-items:center;justify-content:space-between;padding:0 0.8rem;cursor:pointer;border-bottom:1px solid var(--lgtSectionDivider)}.headerWrap .g-mobile-only .slide-meunWrap .list:first-of-type{border-top:1px solid var(--lgtSectionDivider)}.headerWrap .g-mobile-only .slide-meunWrap .list.theme span{color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin:1.6rem 0}.headerWrap .g-mobile-only .slide-meunWrap .list .user-selection{display:flex;flex-direction:column;margin:0.6rem 0}.headerWrap .g-mobile-only .slide-meunWrap .list .user-selection span{color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}.headerWrap .g-mobile-only .slide-meunWrap .list .user-selection span.selected{color:var(--lgt04);font-size:1.2rem;margin-top:0.4rem}.headerWrap .g-mobile-only .slide-meunWrap .list .g-input-arrow{transform:rotate(-90deg)}footer{position:fixed;left:0;right:0;bottom:0;background:var(--lgtFooterbg);box-shadow:0px -4px 8px rgba(255,255,255,0.15)}@media screen and (min-width: 992px){footer{position:relative;margin-top:auto}}footer .g-pc-only{height:var(--footerPc);padding:3.2rem}footer .g-pc-only p{color:#8b9297;font-size:1.4rem;font-weight:400;line-height:1.6rem;letter-spacing:-0.04em;text-align:center}footer .g-mobile-only{height:var(--headerMobile)}footer .g-mobile-only .row{width:85%;height:100%;align-items:center;margin:0 auto}footer .g-mobile-only .row .col a{display:flex;align-items:center;flex-direction:column}footer .g-mobile-only .row .col a img{width:1.6rem}footer .g-mobile-only .row .col a span{color:var(--lgt04);font-size:1.1rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-top:0.4rem}footer .g-mobile-only .row .col a span.active{color:var(--primary06)}#dashboard .mr-8{margin-right:0.8rem}@media screen and (min-width: 992px){#dashboard .mr-8{margin-right:0}}@media screen and (min-width: 992px){#dashboard .mr-16{margin-right:1.6rem}}@media screen and (min-width: 992px){#dashboard .mb-16{margin-bottom:1.6rem}}#dashboard .select-row{display:flex;flex-direction:row}#dashboard .select-row .g-select-box{margin-left:0.8rem;margin-bottom:0.8rem}#dashboard .select-row .g-select-box:first-of-type{margin-left:0}#dashboard .select-row .g-select-box:first-of-type input{padding-left:2.8rem}#dashboard .select-row .g-select-box div input{padding:1.2rem 0.8rem}@media screen and (min-width: 992px){#dashboard .select-row .g-select-box div{width:12rem}}#dashboard .custom-row{display:flex;flex-direction:column}@media screen and (min-width: 992px){#dashboard .custom-row{flex-direction:row;margin-bottom:1.6rem}#dashboard .custom-row:last-of-type{margin-bottom:0}}#dashboard .custom-row .gauge-chart-trend{margin:0 auto;width:340px}#dashboard .custom-row .gauge-chart-horror,#dashboard .custom-row .gauge-chart-dominance{margin:0 auto;width:100px;transform:translateY(-20px)}#dashboard .custom-row .chart-first{fill:#fe617e}#dashboard .custom-row .chart-second{fill:#ef834c}#dashboard .custom-row .chart-third{fill:#dea616}#dashboard .custom-row .chart-fourth{fill:#84ab4b}#dashboard .custom-row .chart-fifth{fill:#07b294}#dashboard .custom-row .needle,#dashboard .custom-row .needle-center{fill:#86939a}#dashboard .custom-row .custom-moblie-row{display:flex;flex-wrap:wrap}#dashboard .custom-row .custom-moblie-row .g-common-box{width:calc((100% / 2) - 4px);height:12.8rem;padding:1.6rem 0;text-align:center}#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24{padding:2.4rem 0}#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24 .title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);top:26%}#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24 .Bitfinex-p{width:100%;position:absolute;top:46%}#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24 .Bitfinex-p div{display:flex;align-items:center;justify-content:center}#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24 .text-P{position:absolute;top:46%;left:50%;transform:translateX(-50%)}#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24 .text-P .text-contents:last-of-type{margin-top:0.8rem}@media screen and (min-width: 1200px){#dashboard .custom-row .custom-moblie-row .g-common-box.box-gap-24 .text-P .text-contents:last-of-type{margin-top:0}}#dashboard .custom-row .custom-moblie-row .g-common-box.box-center-p .title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);top:35%}#dashboard .custom-row .custom-moblie-row .g-common-box.box-center-p .text-contents{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);top:62%}#dashboard .custom-row .custom-moblie-row .g-common-box .title{color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-bottom:1.6rem;white-space:nowrap}#dashboard .custom-row .custom-moblie-row .g-common-box .title.narrow-md{margin-bottom:0.6rem}#dashboard .custom-row .custom-moblie-row .g-common-box .title span{margin-left:0.4rem}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents{color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.gaugeChartText-p{transform:translateY(-8px)}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p{padding:0 2.5rem}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p div{display:flex;align-items:center}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p div:first-of-type{margin-bottom:0.8rem}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p div img{width:1.6rem}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p div span{margin-left:0.8rem}@media screen and (min-width: 992px) and (max-width: 1199px){#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p{padding:0 0.8rem}}@media screen and (min-width: 1200px){#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p{padding:0 1rem}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents.Bitfinex-p:first-of-type{margin-bottom:0}}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart{padding:0 1.6rem}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .state{display:flex;align-items:center;justify-content:space-between}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .state img{width:1.6rem}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .state span{color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .bar{height:2.4rem;display:flex;align-items:center;margin:0.4rem 0}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .bar span{height:100%;display:inline-block;border-radius:4px}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .bar span.long{border-top-right-radius:0;border-bottom-right-radius:0;background:var(--Long)}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .bar span.short{border-top-left-radius:0;border-bottom-left-radius:0;background:var(--Short)}@media screen and (min-width: 992px){#dashboard .custom-row .custom-moblie-row .g-common-box{width:calc((100% / 2) - 16px);height:14.4rem;padding:1.6rem 0 2.4rem}#dashboard .custom-row .custom-moblie-row .g-common-box .title{font-size:1.6rem;line-height:2.4rem}#dashboard .custom-row .custom-moblie-row .g-common-box .text-contents{font-size:1.6rem;line-height:2.4rem}#dashboard .custom-row .custom-moblie-row .g-common-box .barChart .state span{font-size:1.6rem;line-height:2.4rem}}#dashboard .custom-row .g-common-box{position:relative;margin-bottom:0.8rem}@media screen and (min-width: 992px){#dashboard .custom-row .g-common-box{margin-bottom:0}}#dashboard .custom-row .g-common-box .question-mark{position:absolute;top:8px;right:8px;margin:0.4rem;cursor:pointer}#dashboard .custom-row .g-common-box .guidePopup{width:320px;position:absolute;top:46px;right:8px;border-radius:2px;background:var(--TooltipBg);padding:1.6rem;letter-spacing:-0.04em;text-align:center;z-index:15}#dashboard .custom-row .g-common-box .guidePopup:before{content:"";position:absolute;top:-10px;right:4px;border:10px solid transparent;border-top-width:0;border-bottom-color:var(--TooltipBg)}#dashboard .custom-row .g-common-box .guidePopup .popup-header{color:var(--white);font-size:2rem;font-weight:var(--regular);line-height:2.4rem}#dashboard .custom-row .g-common-box .guidePopup .popup-body{margin:1.6rem 0;padding:1.6rem 0;border-top:1px solid var(--TooltipBorder);border-bottom:1px solid var(--TooltipBorder);color:var(--white);font-size:1.4rem;font-weight:var(--regular);line-height:2rem;text-align:left}#dashboard .custom-row .g-common-box .guidePopup button{width:100%;padding:0.8rem;color:var(--white);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem}@media screen and (min-width: 768px){#dashboard .custom-row .g-common-box .guidePopup{width:30rem}}#dashboard .custom-row .g-common-box .trend-contents{display:flex;flex-direction:column;margin:1.6rem 0.8rem}#dashboard .custom-row .g-common-box .trend-contents .center-line{width:100%;height:1px;background:var(--lgtSectionDivider)}#dashboard .custom-row .g-common-box .trend-contents .trend_text{margin-top:1.6rem}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row{height:5.6rem;margin-bottom:1.6rem}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row:last-of-type{margin-bottom:0}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col{display:flex;align-items:center;flex-direction:column;padding:0.8rem 0;margin-right:1.6rem}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col:last-of-type{margin-right:0}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col span{color:var(--lgt01);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:center}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col span.strong{font-size:1.4rem;font-weight:var(--bold);margin-top:0.8rem}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col span.strong.g-buy{color:var(--lgtBuyStrong)}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col span.strong.g-sell{color:var(--lgtSellStrong)}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col span.strong.g-maintain{color:var(--lgtNeutral)}@media screen and (min-width: 992px){#dashboard .custom-row .g-common-box .trend-contents{display:flex;align-items:center;justify-content:space-between;flex-direction:row;margin:2.4rem 0.8rem}#dashboard .custom-row .g-common-box .trend-contents .center-line{width:1px;height:200px}#dashboard .custom-row .g-common-box .trend-contents .trend_text{margin-top:0}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row{margin-bottom:0.8rem}#dashboard .custom-row .g-common-box .trend-contents .trend_text .row .col{margin-right:0}}#dashboard .custom-row .g-common-box .price-state{margin:2.4rem;display:flex;align-items:center;justify-content:center}#dashboard .custom-row .g-common-box .price-state svg{margin-right:1.3rem;margin-top:8px;stroke-dasharray:400;stroke-dashoffset:400;animation:draw 2s linear forwards}@media screen and (min-width: 992px){#dashboard .custom-row .g-common-box .price-state svg{margin-top:0}}@keyframes draw{to{stroke-dashoffset:0}}#dashboard .custom-row .g-common-box .price-state ol li{list-style:disc;color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .g-common-box .price-state ol li:nth-child(2){margin:4rem 0}#dashboard .custom-row .g-common-box .price-state ol li .price{height:3.2rem;margin-left:1.2rem;display:flex;flex-direction:column}#dashboard .custom-row .g-common-box .price-state ol li .price span{font-weight:var(--bold)}#dashboard .custom-row .g-common-box .price-state ol li .price span:last-of-type{text-align:right}@media screen and (min-width: 992px){#dashboard .custom-row .g-common-box .price-state ol li{font-size:1.6rem;line-height:2.4rem}#dashboard .custom-row .g-common-box .price-state ol li:nth-child(2){margin:2.4rem 0}#dashboard .custom-row .g-common-box .price-state ol li .price{height:4.8rem}}#dashboard .custom-row .g-common-box .situation-imgBox{height:63%;display:flex;align-items:center;justify-content:space-around;margin-top:2.4rem;margin-bottom:4rem}#dashboard .custom-row .g-common-box .situation-imgBox .percentBox{display:flex;align-items:center;flex-direction:column}#dashboard .custom-row .g-common-box .situation-imgBox .percentBox .situation-circle{width:8rem;margin-bottom:0.8rem}#dashboard .custom-row .g-common-box .situation-imgBox .percentBox span{color:var(--lgt01);font-size:2.4rem;font-weight:var(--bold);line-height:2.4rem}#dashboard .custom-row .g-common-box .situation-imgBox .percentBox span.long{color:var(--Long)}#dashboard .custom-row .g-common-box .situation-imgBox .percentBox span.short{color:var(--Short)}#dashboard .custom-row .g-common-box .situation-imgBox .countBox div{color:var(--lgt00);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:center;margin-bottom:0.8rem}@media screen and (min-width: 992px){#dashboard .custom-row .g-common-box .situation-imgBox .percentBox .situation-circle{width:8.8rem}}#dashboard .custom-row .g-common-box .realTime-contents{display:flex;align-items:center;flex-direction:column;margin:2.4rem 0.8rem 1.6rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart{width:100%}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row:last-of-type{margin-bottom:0}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .title{width:16%;color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover{width:70%;display:flex;flex-direction:column}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .state{height:2.4rem;display:flex;align-items:center;justify-content:space-between;color:var(--lgt03);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .state .main-state{font-size:1.4rem;font-weight:var(--bold)}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .state .main-state.g-buy{color:var(--lgtBuyStrong)}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .state .main-state.g-sell{color:var(--lgtSellStrong)}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .barChart{height:2.4rem;display:flex;align-items:center}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .barChart span{height:100%;display:inline-block;border-radius:4px;padding:0.2rem 0.4rem;color:var(--white);font-size:1.2rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .barChart span.sellStrong{border-top-left-radius:0;border-bottom-left-radius:0;background:var(--lgtSellStrong);text-align:left}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .barChart span.buyStrong{border-top-right-radius:0;border-bottom-right-radius:0;background:var(--lgtBuyStrong);text-align:right}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .price{height:2.4rem;display:flex;align-items:center;justify-content:space-between}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .price span{color:var(--lgt03);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .list-btn{width:14%;position:relative}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .list-btn i{position:absolute;top:50%;transform:translateY(-50%);right:0;color:var(--primary06);border:1px solid var(--primary06);border-radius:4px;box-sizing:border-box;cursor:pointer}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .list-btn.inactive i{color:var(--lgt04);border-color:var(--lgt04)}#dashboard .custom-row .g-common-box .realTime-contents .part-trend{width:100%;max-height:32rem;margin-top:2.4rem;background:rgba(255,255,255,0.02);border-radius:8px;overflow-y:auto;scrollbar-width:none}#dashboard .custom-row .g-common-box .realTime-contents .part-trend::-webkit-scrollbar{display:none}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line{height:4rem;display:flex;align-items:center;flex-direction:row;justify-content:space-between;padding:0.4rem 0.8rem;border-bottom:1px solid var(--lgtSectionDivider)}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line:last-of-type{border-bottom:none}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state{display:flex;align-items:center}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state span{display:block;color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state span.g-sell{width:5.6rem;color:var(--lgtSellStrong)}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state span.g-sell:before{content:"\f111";font-family:"Font Awesome 5 Free";font-size:0.8rem;font-weight:var(--bold);margin-right:0.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state span.g-buy{width:5.6rem;color:var(--lgtBuyStrong)}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state span.g-buy:before{content:"\f111";font-family:"Font Awesome 5 Free";font-size:0.8rem;font-weight:var(--bold);margin-right:0.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state span.Unknow{color:var(--lgt04)}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state .exchange{display:flex;align-items:center}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state .exchange img{width:1.6rem;margin-right:0.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state.inOut{justify-content:space-between}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .state.inOut .arrow{margin:0 0.8rem}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .price{display:flex;flex-direction:column}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .price span{color:var(--lgt01);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:right}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .price span.krw{color:var(--lgt03)}@media screen and (min-width: 992px){#dashboard .custom-row .g-common-box .realTime-contents{flex-direction:row;justify-content:space-between;margin:3.2rem 3.2rem 4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart{width:calc((100% / 2) - 4.4rem)}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row{margin-bottom:3.2rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .title{font-size:1.6rem;line-height:2.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .state{font-size:1.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .state .main-state{font-size:1.6rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .barChart{height:2.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .barChart span{padding:0.4rem;font-size:1.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-chart .row .chart-cover .price span{font-size:1.4rem}#dashboard .custom-row .g-common-box .realTime-contents .part-trend{width:calc((100% / 2) - 4.4rem);height:35rem;max-height:35rem;margin-top:0}#dashboard .custom-row .g-common-box .realTime-contents .part-trend .line .price span{font-size:1.4rem}}#kimp .g-btn{display:block;margin:1.6rem 0 0.8rem auto}#kimp .g-btn:before{content:"\f013";margin-right:0.6rem}@media screen and (min-width: 992px){#kimp .g-btn{margin:2.4rem 0 1.6rem auto}}#kimp .g-common-box.main{padding:1.6rem 1.6rem 2.4rem}#kimp .g-common-box.main .coin{margin-bottom:2.4rem}#kimp .g-common-box.main .coin .g-select-box{width:9.6rem;margin-left:auto}#kimp .g-common-box.main .coin .g-select-box div input{padding-left:2.8rem}#kimp .g-common-box.main .coin .mainText{width:27.6rem;height:9.6rem;margin:2.4rem auto 0}#kimp .g-common-box.main .coin .mainText div{color:var(--primary06);font-size:6.4rem;font-weight:var(--bold);line-height:6.4rem;letter-spacing:-0.02em;text-align:center}#kimp .g-common-box.main .coin .mainText span{display:block;text-align:right;color:var(--primary06);font-size:2.4rem;font-weight:var(--regular);line-height:3.2rem;letter-spacing:-0.04em}#kimp .g-common-box.main .exchange{display:flex;align-items:center}#kimp .g-common-box.main .exchange .col{padding:0 8px}#kimp .g-common-box.main .exchange .col .g-select-box div input{padding-left:2.8rem}@media screen and (min-width: 768px){#kimp .g-common-box.main .exchange .col .g-select-box div input{padding-left:3.6rem}}#kimp .g-common-box.main .exchange .col .priceBox{height:3.2rem;margin-top:0.8rem;text-align:right;line-height:1.6rem;letter-spacing:-0.04em}#kimp .g-common-box.main .exchange .col .priceBox div{color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold)}#kimp .g-common-box.main .exchange .col .priceBox span{color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular)}@media screen and (min-width: 992px){#kimp .g-common-box.main{padding:4.8rem 3.2rem;display:flex;align-items:center;justify-content:space-between}#kimp .g-common-box.main .coin{display:flex;align-items:center;justify-content:space-between}#kimp .g-common-box.main .coin .g-select-box{width:12rem}#kimp .g-common-box.main .coin .g-select-box div input{padding-left:2.8rem}#kimp .g-common-box.main .coin .mainText{width:auto;height:14rem;text-align:right;margin:0;margin-left:2.4rem}#kimp .g-common-box.main .coin .mainText div{font-size:9.6rem;line-height:9.6rem}#kimp .g-common-box.main .coin .mainText span{font-size:4rem;line-height:4.8rem}#kimp .g-common-box.main .exchange{flex-direction:column}#kimp .g-common-box.main .exchange .col{display:flex;flex-direction:row-reverse;padding:0;margin-bottom:4.8rem}#kimp .g-common-box.main .exchange .col:last-of-type{margin-bottom:0}#kimp .g-common-box.main .exchange .col .g-select-box{width:12rem}#kimp .g-common-box.main .exchange .col .g-select-box div input{padding-left:2.8rem}#kimp .g-common-box.main .exchange .col .priceBox{height:7.2rem;margin-top:0;margin-right:2.4rem;line-height:3.2rem}#kimp .g-common-box.main .exchange .col .priceBox div{font-size:2.8rem;margin-bottom:0.8rem}#kimp .g-common-box.main .exchange .col .priceBox span{font-size:2.8rem}}#kimp .g-common-box.table{margin-bottom:0.8rem}#kimp .g-common-box.table:last-of-type{margin-bottom:0}#kimp .g-common-box.table .title{padding:1.6rem 0.8rem;display:flex;align-items:center}#kimp .g-common-box.table .title span{color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em}#kimp .g-common-box.table .title span.name{font-weight:var(--regular);margin-right:2.4rem}#kimp .g-common-box.table .title span.name:last-of-type{margin-right:0}#kimp .g-common-box.table .title img{width:1.6rem;margin:0 0.4rem}@media screen and (min-width: 992px){#kimp .g-common-box.table{margin-bottom:1.6rem}#kimp .g-common-box.table .title{padding:1.6rem}#kimp .g-common-box.table .title span{font-size:2rem;line-height:2.4rem}#kimp .g-common-box.table .title span.name{margin-right:3.2rem}#kimp .g-common-box.table .title img{width:2.4rem}#kimp .g-common-box.table .g-table thead tr th:nth-child(1){width:10rem}#kimp .g-common-box.table .g-table thead tr th:nth-child(4){width:13rem}}#notice .container{padding:0}#notice .g-common-box{border-radius:0}#notice .g-common-box h3{margin:0;padding:1.6rem;border-bottom:1px solid var(--lgtSectionDivider)}#notice .g-common-box .no-notice{padding:1.6rem 0;color:var(--lgt00);font-size:1.6rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em;text-align:center}@media screen and (min-width: 992px){#notice .g-common-box .no-notice{padding:2.4rem 0;font-size:2rem}}#notice .g-common-box .notice-list{display:flex;align-items:center;justify-content:space-between;padding:0 0.8rem;border-bottom:1px solid var(--lgtSectionDivider)}#notice .g-common-box .notice-list:hover{cursor:pointer;background:var(--lgtSectionBgHover)}#notice .g-common-box .notice-list .common-fontStyle{color:var(--lgt04);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:center}#notice .g-common-box .notice-list .common-fontStyle.number{width:3.2rem}#notice .g-common-box .notice-list .common-fontStyle.date{width:4rem}#notice .g-common-box .notice-list .row{width:calc(100% - 4rem);flex-wrap:nowrap}#notice .g-common-box .notice-list .row .enrollment{width:calc(100% - 3.2rem);padding:1.6rem 0.8rem}#notice .g-common-box .notice-list .row .enrollment .title{width:100%;color:var(--lgt00);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0.8rem}#notice .g-common-box .notice-list .row .enrollment .user-response{display:flex;flex-direction:row}#notice .g-common-box .notice-list .row .enrollment .user-response div{display:flex;align-items:center;justify-content:center;color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-right:0.8rem}#notice .g-common-box .notice-list .row .enrollment .user-response div i{font-size:1.6rem;margin-right:0.2rem}#notice .g-common-box .notice-list .row .enrollment .lookup{display:flex;align-items:center;color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#notice .g-common-box .notice-list .row .enrollment .lookup i{font-size:1.6rem;margin-right:0.2rem}@media screen and (min-width: 576px){#notice .g-common-box{border-radius:8px}}@media screen and (min-width: 992px){#notice .g-common-box h3{padding:2.4rem}#notice .g-common-box .notice-list .common-fontStyle{font-size:1.4rem}#notice .g-common-box .notice-list .common-fontStyle.number{width:5.6rem}#notice .g-common-box .notice-list .common-fontStyle.date{width:9.6rem}#notice .g-common-box .notice-list .row{width:calc(100% - 9.6rem)}#notice .g-common-box .notice-list .row .enrollment{width:calc(100% - 5.6rem)}#notice .g-common-box .notice-list .row .enrollment.thinLine{display:flex;padding:0.8rem}#notice .g-common-box .notice-list .row .enrollment.thinLine .title{margin-bottom:0}#notice .g-common-box .notice-list .row .enrollment .title{font-size:1.6rem;line-height:2.4rem}#notice .g-common-box .notice-list .row .enrollment .user-response div{margin-right:1.6rem}#notice .g-common-box .notice-list .row .enrollment .user-response div i{margin-right:0.4rem}#notice .g-common-box .notice-list .row .enrollment .lookup{min-width:5.4rem;margin-left:0.8rem}#notice .g-common-box .notice-list .row .enrollment .lookup i{margin-right:0.4rem}}#notice .g-common-box .pagination{padding:1.6rem 0 2.4rem}#notice .g-common-box .pagination .page-item{margin-left:0.8rem}#notice .g-common-box .pagination .page-item.Previous{margin-left:0;margin-right:1.6rem}#notice .g-common-box .pagination .page-item.Next{margin-left:2.4rem}#notice .g-common-box .pagination .page-item.Previous .page-link,#notice .g-common-box .pagination .page-item.Next .page-link{width:4rem;height:4rem;color:var(--lgt02);font-size:1.4rem;border:1px solid var(--lgt04);border-radius:50%}#notice .g-common-box .pagination .page-item.Previous .page-link:hover,#notice .g-common-box .pagination .page-item.Next .page-link:hover{color:var(--lgt02);border:1px solid var(--lgt04);background-color:transparent}#notice .g-common-box .pagination .page-item .page-link{width:3.2rem;height:3.2rem;color:var(--lgt03);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:center;padding:0.75rem 0;background-color:transparent;border:none}#notice .g-common-box .pagination .page-item .page-link.active,#notice .g-common-box .pagination .page-item .page-link:hover{color:var(--white);background-color:var(--primary06);border-color:transparent;border-radius:50%}#notice .g-common-box .pagination .page-item .page-link:focus{box-shadow:transparent}@media screen and (min-width: 992px){#notice .g-common-box .pagination{padding:2.4rem 0}#notice .g-common-box .pagination .page-item.Previous{margin-right:2.8rem}#notice .g-common-box .pagination .page-item.Next{margin-left:3.6rem}}#noticeContents .container{padding:0}#noticeContents .g-common-box{border-radius:0}#noticeContents .g-common-box:first-of-type{margin-bottom:0.8rem}#noticeContents .g-common-box h3{margin:0;padding:1.6rem;border-bottom:1px solid var(--lgtSectionDivider)}#noticeContents .g-common-box .title{padding:1.6rem 0.8rem;padding-bottom:0}#noticeContents .g-common-box .title p{color:var(--lgt00);font-size:2rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em;word-break:break-all}#noticeContents .g-common-box .title .user-response{display:flex;align-items:center;justify-content:space-between;margin-top:0.8rem;padding-bottom:1.6rem;border-bottom:1px solid var(--lgtSectionDivider)}#noticeContents .g-common-box .title .user-response .d-flex div{display:flex;align-items:center;color:var(--lgt04);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-right:0.8rem}#noticeContents .g-common-box .title .user-response .d-flex div i{font-size:1.6rem;margin-right:0.2rem}#noticeContents .g-common-box .title .user-response .d-flex div.writer{color:var(--lgt02)}#noticeContents .g-common-box .title .user-response .date{color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#noticeContents .g-common-box .delete-content{display:flex;align-items:center;justify-content:center;padding:4rem 0;border-bottom:1px solid var(--lgtSectionDivider)}#noticeContents .g-common-box .delete-content .svgWrap{width:350px}#noticeContents .g-common-box .main-content{padding:1.6rem 0.8rem 4rem;color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em}#noticeContents .g-common-box .main-content.onlyText{padding:1.6rem 0.8rem}#noticeContents .g-common-box .main-content .user-opinion{display:flex;align-items:center;justify-content:center;margin-top:4rem}#noticeContents .g-common-box .main-content .user-opinion div{display:flex;align-items:center;justify-content:center;flex-direction:column;width:6.4rem;height:6.4rem;color:var(--white);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;background:var(--lgt04);border-radius:40px;cursor:pointer}#noticeContents .g-common-box .main-content .user-opinion div i{font-size:2.4rem;margin-bottom:0.4rem}#noticeContents .g-common-box .main-content .user-opinion div:first-of-type{margin-right:1.6rem}#noticeContents .g-common-box .main-content .user-opinion div.like.active{background:var(--lgtLike)}#noticeContents .g-common-box .main-content .user-opinion div.hate.active{background:var(--lgtHate)}#noticeContents .g-common-box .another-post{padding:0.8rem;border-top:1px solid var(--lgtSectionDivider);border-bottom:1px solid var(--lgtSectionDivider)}#noticeContents .g-common-box .another-post p{display:flex;align-items:center;color:var(--lgt02);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;padding:0.4rem 0}#noticeContents .g-common-box .another-post p:first-of-type{margin-bottom:0.8rem}#noticeContents .g-common-box .another-post p span{width:25.3rem;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:0.8rem;cursor:pointer}#noticeContents .g-common-box .btn-box{text-align:right;padding:1.6rem 0.8rem}#noticeContents .g-common-box .btn-box .g-btn{width:8rem;padding:1.05rem 0.8rem}#noticeContents .g-common-box .btn-box .g-btn.listBtn{margin-left:0.8rem}@media screen and (min-width: 576px){#noticeContents .g-common-box{border-radius:8px}}@media screen and (min-width: 992px){#noticeContents .g-common-box h3{padding:2.4rem}#noticeContents .g-common-box .title{padding:2.4rem}#noticeContents .g-common-box .title .user-response{padding-bottom:2.4rem}#noticeContents .g-common-box .title .user-response .d-flex div{margin-right:1.6rem}#noticeContents .g-common-box .title .user-response .d-flex div span{font-size:1.4rem}#noticeContents .g-common-box .title .user-response .d-flex div span i{margin-right:0.4rem}#noticeContents .g-common-box .main-content{padding:0 2.4rem 4rem;font-size:1.6rem}#noticeContents .g-common-box .main-content.onlyText{padding:0 2.4rem 2.4rem}#noticeContents .g-common-box .another-post{padding-left:2.4rem}#noticeContents .g-common-box .another-post p{font-size:1.6rem;line-height:2.4rem}#noticeContents .g-common-box .another-post p span{width:30rem}#noticeContents .g-common-box .btn-box{padding:2.4rem}}#noticeContents .g-common-box.comment-impossible{padding:2.4rem;color:var(--lgt00);font-size:1.6rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em;text-align:center}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment-impossible{font-size:2rem}}#noticeContents .g-common-box.comment h2{color:var(--lgt00);font-size:1.6rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em;padding:1.6rem;border-bottom:1px solid var(--lgtSectionDivider)}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment h2{padding:2.4rem}}#noticeContents .g-common-box.comment .comment-input{padding:1.6rem 0.8rem;border-bottom:1px solid var(--lgtSectionDivider)}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .comment-input{padding:2.4rem}}#noticeContents .g-common-box.comment .comment-input textarea{width:100%;height:8rem;padding:0.8rem;margin-bottom:0.6rem;background:var(--lgtInputBg);border:1px solid var(--lgtInputBorder);border-radius:8px;color:var(--lgtInputTxtPrimary);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;resize:none;scrollbar-width:none}#noticeContents .g-common-box.comment .comment-input textarea:focus{outline:none}#noticeContents .g-common-box.comment .comment-input textarea::-webkit-scrollbar{width:0}#noticeContents .g-common-box.comment .comment-input .registration-box{display:flex;align-items:center}#noticeContents .g-common-box.comment .comment-input .registration-box .textCnt{color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#noticeContents .g-common-box.comment .comment-input .registration-box .g-btn{width:6.4rem;padding:0.8rem}#noticeContents .g-common-box.comment .comment-input .registration-box .edit .g-btn{margin-right:0.8rem}#noticeContents .g-common-box.comment .comment-input .registration-box .edit .close-btn{width:6.4rem;color:var(--lgt01);font-size:1.4rem;font-weight:var(--bold);line-height:1.6rem;letter-spacing:-0.04em;padding:0.8rem 0}#noticeContents .g-common-box.comment .comment-input.edit{padding:0;border-bottom:none}#noticeContents .g-common-box.comment .comment-input.userClick{display:none;padding:0;margin-top:1.6rem;border-bottom:none}#noticeContents .g-common-box.comment .comment-input.userClick .d-flex{padding:0.8rem 0;margin-top:1.6rem}#noticeContents .g-common-box.comment .comment-input.userClick .d-flex .arrow{color:var(--lgt01);font-size:1.6rem;padding:0.8rem}#noticeContents .g-common-box.comment .comment-input.userClick .d-flex .another-comments{width:100%}#noticeContents .g-common-box.comment .comment-input.userClick .viewMorm{color:var(--primary06);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;text-align:right;margin-top:1.6rem}#noticeContents .g-common-box.comment .comment-input.userClick .viewMorm button{padding:0.8rem 0;cursor:pointer}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .comment-input.userClick{margin-top:2.4rem}#noticeContents .g-common-box.comment .comment-input.userClick .d-flex{margin-top:2.4rem}#noticeContents .g-common-box.comment .comment-input.userClick .viewMorm{margin-top:2.4rem}}#noticeContents .g-common-box.comment .writer-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.8rem}#noticeContents .g-common-box.comment .writer-info .row i{color:var(--lgt02);font-size:3.2rem;margin-right:0.4rem}#noticeContents .g-common-box.comment .writer-info .row span{color:var(--lgt02);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#noticeContents .g-common-box.comment .writer-info .manage{display:flex;align-items:center}#noticeContents .g-common-box.comment .writer-info .manage span{display:flex;align-items:center;color:var(--lgt03);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;padding:0.8rem 0.3rem;cursor:pointer}#noticeContents .g-common-box.comment .writer-info .manage span i{font-size:1.6rem}#noticeContents .g-common-box.comment .writer-info .manage span.edit{margin-right:0.8rem}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .writer-info .row img{margin-right:0.8rem}#noticeContents .g-common-box.comment .writer-info .row span{font-size:1.6rem;line-height:2.4rem}}#noticeContents .g-common-box.comment .opinion{color:var(--lgt00);font-size:1.4rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .opinion{font-size:1.6rem}}#noticeContents .g-common-box.comment .another-user{display:flex;align-items:center;justify-content:space-between;margin-top:0.8rem}#noticeContents .g-common-box.comment .another-user .user-clickEffect{display:flex}#noticeContents .g-common-box.comment .another-user .user-clickEffect div{display:flex;align-items:center;color:var(--lgt04);font-size:1.4rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em;margin-left:2.4rem;cursor:pointer}#noticeContents .g-common-box.comment .another-user .user-clickEffect div:first-of-type{margin-left:0}#noticeContents .g-common-box.comment .another-user .user-clickEffect div i{font-size:1.6rem;margin-right:0.4rem}#noticeContents .g-common-box.comment .another-user .user-clickEffect div.click-agree.like.active i{color:var(--lgtLike)}#noticeContents .g-common-box.comment .another-user .user-clickEffect div.click-agree.hate.active i{color:var(--lgtHate)}#noticeContents .g-common-box.comment .another-user .date{color:var(--lgt04);font-size:1.2rem;font-weight:var(--regular);line-height:1.6rem;letter-spacing:-0.04em}#noticeContents .g-common-box.comment .another-user .date.blind{display:block;width:100%;text-align:right}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .another-user .user-clickEffect div{font-size:1.6rem;line-height:2.4rem}#noticeContents .g-common-box.comment .another-user .user-clickEffect div i{font-size:2.4rem}#noticeContents .g-common-box.comment .another-user .date{font-size:1.4rem}}#noticeContents .g-common-box.comment .viewMorm-btn{text-align:center}#noticeContents .g-common-box.comment .viewMorm-btn .g-btn{width:16rem;margin:1.6rem 0}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .viewMorm-btn .g-btn{margin:2.4rem 0}}#noticeContents .g-common-box.comment .no-comment{padding:1.6rem 0;text-align:center;color:var(--lgt00);font-size:1.6rem;font-weight:var(--regular);line-height:2.4rem;letter-spacing:-0.04em}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .no-comment{padding:2.4rem 0;font-size:2rem}}#noticeContents .g-common-box.comment .more-comment{padding:1.6rem 0.8rem;border-bottom:1px solid var(--lgtSectionDivider)}#noticeContents .g-common-box.comment .more-comment .user-comment{margin:0 0.8rem}@media screen and (min-width: 992px){#noticeContents .g-common-box.comment .more-comment{padding:2.4rem}}#warning{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}#warning .centerContainer{position:absolute;top:50%;transform:translateY(-50%);top:40%;width:90vw;height:50%}#warning .centerContainer .svgWrap{width:100%;height:88%}#warning .centerContainer p{color:var(--lgt01);font-size:2.4rem;font-weight:var(--regular);line-height:3.2rem;letter-spacing:-0.04em;text-align:center;margin:4.8rem 0}#warning .centerContainer a{display:block;width:16rem;margin:0 auto}#warning .centerContainer a .g-btn{width:100%}#loading{position:fixed;width:100vw;height:100vh;background:rgba(31,33,40,0.7);z-index:100}#loading .center-align{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#GettingReady{height:calc(100vh - var(--headerMobile))}#GettingReady .center-p{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (min-width: 376px){#GettingReady .center-p .svgWrap{max-width:35rem}}@media screen and (min-width: 768px){#GettingReady .center-p .svgWrap{max-width:45rem}}#GettingReady .center-p .info{color:var(--lgt01);font-size:1.4rem;font-weight:var(--regular);line-height:180%;letter-spacing:-0.04em;margin-top:3.2rem;text-align:center}@media screen and (min-width: 992px){#GettingReady{height:calc(100vh - var(--headerPc))}#GettingReady .center-p .info{font-size:2.4rem;margin-top:4.8rem}}
