@charset "utf-8";

/* font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* common */
*{margin:0; padding:0;letter-spacing: -.02em;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0 none;margin:0;padding:0}
h1, h2, h3, h4, h5, h6, em{font-weight:normal;}
form{display:inline}
ul, ol{list-style:none}
hr, caption{display:none}
li img{vertical-align:top}
input, textarea{border:0 none}
em{font-style:normal}
a{color:#666; text-decoration:none;}
table{border-collapse:collapse; border-spacing:0; table-layout:fixed;}
button{background:none; border:none; cursor:pointer; outline:none;}
input [type='radio']{vertical-align:middle;}
input [type='checkbox']{vertical-align:middle;}
body{min-width:1450px;}

html, body{background: #000;}

/* header */
.nft_header {background: #fff;padding: 16px 0;text-align:center;}

/* common */
.nft_certification .inner{width:1218px;margin:0 auto;}
.nft_certification .-offscreen {overflow: hidden; white-space: nowrap; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; border: 0;}
.nft_certification img{display:block;margin: 0 auto;}
.nft_certification .search_wrap *, .nft_certification .main_wrap *{font-family: 'Roboto', sans-serif;}

/* search_wrap */
.nft_certification .search_wrap{height:272px;padding-top: 70px;background:#000;box-sizing: border-box;text-align:center;}
.nft_certification .search_wrap .main_tit{font-size:35px;font-weight:500;color:#A8A2A2;line-height:36px;letter-spacing:0;}
.nft_certification .search_wrap .main_tit span{font-weight:400;}
.nft_certification .search_wrap .sub_tit{font-size:16px;font-weight:300;color:#808080;letter-spacing:-.02em;}
.nft_certification .search_wrap .srch_bar{width:496px;height:62px;margin: 24px auto 12px;padding: 10px;border:1px solid #656067;text-align:left;box-sizing: border-box;}
.nft_certification .search_wrap .srch_bar .srch_btn{display: inline-block;width:40px;height:40px;background:url("/common/img/nft_certification/search_ico.svg") no-repeat center;vertical-align: middle;}
.nft_certification .search_wrap .srch_bar input[type="text"]{background: none;border: 0;width: 430px;height: 40px;padding: 0;vertical-align: middle;text-indent: 8px;font-size:20px;font-weight:400;color:#C1C0BF;}
.nft_certification .search_wrap .srch_bar input:focus{outline:none;}

/* main_wrap */
.nft_certification .main_wrap{height:1116px;padding-top:110px;background:#1a151b url("/common/img/nft_certification/bg_img.jpg") no-repeat top center;}
.nft_certification .main_wrap .date_txt{margin: 3px 0 45px;line-height:28px;font-size:24px;font-weight:500;color:#C1C0BF;text-align:center;}

/* main_wrap > .info_wrap*/
.nft_certification .info_wrap{padding:48px 138px 0;}
.nft_certification .info_wrap .img_box{display:inline-block;position:relative;width:300px;height:300px;vertical-align: top;}
.nft_certification .info_wrap .img_box .mini_mark{position:absolute;top:10px;right:10px;}
.nft_certification .info_wrap .img_box .nft_img{width:100%;height:100%;}
.nft_certification .info_wrap .img_box:after{content:'';position:absolute;top:0;left:0;display:block;width: 100%;height: 100%;background:url("/common/img/nft_certification/img_line.png") no-repeat center center;z-index: 1;}
.nft_certification .info_wrap .cert_box{display:inline-block;margin-left:42px;vertical-align: top;}
.nft_certification .info_wrap .cert_box p{color:#C1C0BF;font-size:20px;font-weight:300;}
.nft_certification .info_wrap .cert_box ul{margin: 12px 0 10px;}
.nft_certification .info_wrap .cert_box li{margin-bottom:6px;line-height:28px;color:#C1C0BF;font-size:24px;}
.nft_certification .info_wrap .cert_box li:before{content:'';display:inline-block;background:#C1C0BF;margin-top: -4px;margin-right:8px;width:6px;height:6px;border-radius:10px;vertical-align:middle;}
.nft_certification .info_wrap .cert_box li strong{font-weight:500;}
.nft_certification .info_wrap .cert_box li:nth-child(1) strong,
.nft_certification .info_wrap .cert_box li:nth-child(2) strong{display: inline-block;width:150px;}
.nft_certification .info_wrap .cert_box table {width: 594px;}
.nft_certification .info_wrap .cert_box table th,
.nft_certification .info_wrap .cert_box table td{padding:8px 0;line-height:21px;border:2px solid #4F4C50;font-size:18px;color:#C1C0BF;text-align:center;}
.nft_certification .info_wrap .cert_box table th{background:#000;font-weight:500;}
.nft_certification .info_wrap .cert_box table td{font-weight:300;}

.nft_certification .info_wrap .url_box {margin-top:12px;}
.nft_certification .info_wrap .url_box p{line-height:19px;margin-bottom:4px;}
.nft_certification .info_wrap .url_box strong{font-size:16px;font-weight:500;color:#C1C0BF;}
.nft_certification .info_wrap .url_box a{font-size:16px;font-weight:300;color:#C1C0BF;text-decoration:underline;}

/* error_wrap */
.nft_certification .error_wrap{min-height:800px;padding-top:225px;background:#1a151b url("/common/img/nft_certification/bg_err_img.jpg") no-repeat top center;text-align:center;}
.nft_certification .error_wrap *{font-family: 'S-CoreDream';}
.nft_certification .error_wrap h2{margin:18px 0 12px;font-size:24px;font-weight:600;color:#959595;}
.nft_certification .error_wrap p{line-height:20px;font-size:13px;font-weight:500;color:#959595;}

/* no_result */
.nft_certification .no_result{margin-top:67px;}

/* report_wrap */
.nft_certification .report_wrap *{font-family: 'Roboto', sans-serif;}
.nft_certification .report_wrap{position:relative;background:#1a151b url("/common/img/nft_certification/bg2_img_mid.jpg") repeat-y center center;}
.nft_certification .report_wrap:before{content:'';display:block;position:absolute;top:0;width:100%;height: 1184px;background:#1a151b url("/common/img/nft_certification/bg2_img_top.jpg") no-repeat top center;}
.nft_certification .report_wrap:after{content:'';display:block;position:absolute;bottom:0;width:100%;height: 455px;background:#1a151b url("/common/img/nft_certification/bg2_img_bottom.jpg") no-repeat top center;}
.nft_certification .report_wrap .report_in{position: relative;width:950px;margin:0 auto;z-index: 1;padding-top:130px;padding-bottom:420px;}
.nft_certification .report_wrap .report_in h2{color:#BBB6BD;font-size:43px;font-weight: 500;text-align:center;}
.nft_certification .report_wrap .report_in .report_box h3{margin-top:30px;color:#C1C0BF;font-size:25px;line-height:50px;font-weight: 500;}
.nft_certification .report_wrap .report_in .report_box h3:before{content:'';display: inline-block;width: 7px;height: 7px;border-radius: 10px;background: #C1C0BF;position: relative;top: -5px;margin-right: 8px;}
.nft_certification .report_wrap .report_in .report_box p{margin-top:5px;color:#A9A7AA;font-size:20px;line-height:30px;}
.nft_certification .report_wrap .report_in .report_box ul{margin-top:10px;}
.nft_certification .report_wrap .report_in .report_box ul li{margin-left:10px;color:#A9A7AA;}
.nft_certification .report_wrap .report_in .report_box ul li img{margin-left: 20px;margin-top: 12px;margin-bottom:25px;}
.nft_certification .report_wrap .report_in .report_box ul li span{font-size:18px;}
.nft_certification .report_wrap .report_in .report_box ul.barList {margin-left:10px;}
.nft_certification .report_wrap .report_in .report_box ul.barList li:before{content: '-';position: relative;left: -10px;font-size:18px;line-height:40px;font-weight:200;}
.nft_certification .report_wrap .report_in .report_box ul.numList {margin-left:15px;}
.nft_certification .report_wrap .report_in .report_box ul.numList li{list-style:number;font-size:20px;line-height:30px;padding-left: 5px;}
.nft_certification .report_wrap .report_in .nftClub_box ul li p{margin-left: 22px;}
.nft_certification .report_wrap .report_in .nftClub_box ul li span{margin-left: 50px;display:block;}
