@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:700,400,300);
:root {
            --primary-color: #417591;
            --primary-hover: #0369a1;
            --dark-bg: #0f172a;
            --card-bg: #ffffff;
            --text-main: #1e293b;
            --text-muted: #64748b;
            --border-color: #e2e8f0;
            --bg-light: #f8fafc;
        }
body {
	font-family: 'Sarala', Verdana, Geneva, sans-serif, "Segoe UI", 'Noto Sans KR';
	    background-image: url(../images/bg_01.gif);
}
figure{text-align: center;margin: 20px 0;}

p,
ul,
li
{

	color: #c7c7c7;
	line-height:30px;
}

ul,
li{
	margin:0px;
	padding:0px;
	}
label {
    color: #fff;
}



h1 {
	color:#f2c917;
	font-size:2.80rem;
	font-weight: 700;
	margin: 20px 0 20px;
	line-height: 5rem;
}

h3 {
	font-family: 'Sarala', Verdana, Geneva, sans-serif, "Segoe UI", 'Noto Sans KR';
	color: #ffffff;
	font-size: 2rem;line-height: 27px;    font-weight: bolder;
}

h4 {
	font-family: 'Sarala', Verdana, Geneva, sans-serif, "Segoe UI", 'Noto Sans KR';
	font-size: 15px;
	color: #f2c917;
	line-height: 30px;
	bottom: 10px;
	top: 65px;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
.cont{
	margin-top: 50px;
	margin-right: 150px;
	margin-left: 75px;
	margin-bottom: 80px;
}
.t2{
	color: #f2c917;
	font-size: 13px;
	line-height: 25px; 
}
.prize{
	margin-top: 20px;
	margin-right: 150px;
	margin-left: 75px;
	margin-bottom: 70px;
}
.t1{
	font-size: 18px;
	line-height: 30px; 
}
.footer{
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.t-footer{
	color:#FFF;
	font-size: 15px;
	line-height: 25px; 
}

.dot_red{
	font-size: 13px;
	line-height: 25px;
	color: #FF6700
	}
	
.dot_orange{
	font-size: 13px;
	line-height: 25px;
	color: #FFBE00
	}
	
.black{
	font-size: 13px;
	line-height: 25px;
	color: #000
	}


.statement_box{    margin: 30px 0;}
.list-unstyled{margin:0 0 0 20px;}
.list-unstyled li{list-style-type: disc;}



.t_link A:link,
.t_link A:active,
.t_link A:visited { COLOR: #FFF;text-decoration: none }
.t_link A:hover { COLOR:#76b900;text-decoration: none }


.hr{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -10px;
	}



.myButton {
	background-color:#fae500;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #ffdd00;
	display:inline-block;
	cursor:pointer;
	color:#362700;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color: #FFFFFF;
}
.myButton:active {
	position:relative;
	top:1px;
}






.section-card {
    background-color:#161616;
    border-radius: 10px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.section-card small{ color:#adadad;}
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color:#fff;
    margin-bottom: 16px;
    padding-left: 12px;
	    line-height: 33px;
    border-left: 4px solid var(--primary-color);
}
.section-card p a{color:#fff;    text-decoration: underline;}
.section-card p a:hover{text-decoration:none;}



.download-box {
    background-color: #262626;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-top: 16px;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.btn-download:hover,.btn-search:hover{
	    color: #ffffff;
    background: #1c7091;
}

.lookup-box {
    background-color: #262626;
    border-radius: 8px;
    padding: 20px;
    margin: 16px 0;
}
.input-group {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.sn-input {
    flex: 1;
    min-width: 260px;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    outline: none;
}
.btn-search {
    background-color:var(--primary-color);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s;
}
.styled-list {
    list-style: none;
    padding-left: 0;
}
.styled-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}
.styled-list li::before {
    content: "•";
    position: absolute;
    left: 8px;    top: 8px;
    color: var(--primary-color);
    font-size: 1.4rem;
    line-height: 1;
}

.result-block {
    padding: 20px;
    border-bottom: 1px solid #363d46;
}
.result-block-title {
    font-weight: 700;
    color:#fff;
    margin-bottom: 12px;
}

.info-table td.label-cell {
    color:#b9b9b9;
    width:220px;
    font-weight: 500;
	    line-height: 28px;
}
.info-table td.value-cell {
    color:#b9b9b9;
    font-weight: 500;
}
.badge-verified {
    background-color: #dcfce7;
    color: #15803d;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-left: 8px;
	font-size: 1.2rem;
}



.data-table {
    width: 100%;
    border-collapse: collapse;
        margin: 10px 0 15px;
	color:#a7a7a7;
}
.data-table th {
    background-color: var(--primary-color);
    color: #ffffff;
    text-align: left;
    padding: 12px 14px;

}

.data-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border-color);

}
.data-table tr:nth-child(even) {
       background-color: #d3eefd;
    color: #161616;
}







footer{     padding: 18px 0 26px;
    text-align: center;
    color: #b3b3b3;}


	@media screen and (max-width: 768px){
h1 {line-height: 3.5rem;}		
.section-card {padding: 28px 25px;}
.result-block {padding: 20px 10px;}
.info-table td.label-cell {width: 130px;}
.section-title {font-size: 2rem;line-height: 30px;}
.btn-search {width: 100%;}

	}