* {
    box-sizing: border-box;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    ;
    -webkit-font-smoothing: antialiased;

}

ul,
li,
dl,
dd,
dt {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    padding: 0.3rem 1rem;
    background: #333;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'pretendard' !important;
    cursor: pointer;
}

button:hover {
    border-radius: 3px;
    background: #000;
    color: #fff;
}



.wrap {
    width: 100%;
    font-family: pretendard !important;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

header {
    background: #333;
    max-width: 800px;
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
    z-index: 100;
}

.content h3.hd { float: right; margin: 1rem 0;
}

.content {
    max-width: 800px;
    width: 100%;
    background: #fff;
    padding:1rem 2rem 1rem;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.content h1 {
    font-size: 1.5rem;
    color: #363129;
    margin: 1rem 0;
    font-weight:600 ;

}

.certif {
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 100;

}

.certif i {
    font-size: 3rem;
}

h2,
h3 {
    margin:0 0 1rem 0;
}

h2.info {
    text-align: center;
    margin: 3rem 0 4rem;
    font-weight: normal;
    font-size: 2rem;
}

p {
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
}

.certif span {
    font-weight: 700;
}

input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    margin-bottom: 5px;
    padding: 0 1rem;
    font-size: 1.25rem;
    background: #fafafa;
}

input::placeholder {
    color: #818181;
    font-weight: 600;
}


table {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    width: 100%;
    min-width: 700px;
}

table thead tr {
    background: #4b4232;
    color: #fff;
    line-height: 50px;
}

.scr {
    overflow-x: auto;
    width: 100%;
}

footer {
    max-width: 800px;
    width: 100%;

    padding:0rem;
    box-sizing: border-box;

}
footer img{margin-bottom: 1rem;}
footer ul li span {
    font-weight: 700;
    margin-right: 1.2rem;
    line-height: 1.6rem;
}

footer h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

footer h3 {
    font-size: 1rem;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.wrap {
    padding-top: 100px;
}



.inimg {
    position: relative;


    background: #ffffff;
}

.certcorp {
    display: flex;
    gap: 5rem;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
   margin: 0 1rem;

}

.certcorp h3 {
    font-weight: 300;
    line-height: 135%;
    font-size: 1.4rem;
    margin: 0;
}

.certcorp h3 img {
    width: 250px;
    display: block;
    margin-bottom: 2rem;
}
.certcorp img {
    width: 240px;

}
.certcorp button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0.5rem 2rem;
}

.certcorp button i {
    font-size: 1rem;
}

.image {
    display: block;

}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 850px;

}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;

}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.text {
    font-size: 1.05rem;
    line-height: 138%;
    padding: 1rem;
    overflow-y: auto;
}

.text h2 {
    margin: 1rem 0;
}

.text h3 {
    font-weight: normal !important;
    font-size: 1.25rem;

}

.text img {
    margin-right: 1rem;
    float: left;
}


.btnx {display: flex; gap:1rem;}
.btnx button {
    width: 100%;
    border: 1px solid #818181;
    background: #fff;
    color: #333;
    margin-bottom: 5px;
    padding: 1rem;
    font-size: 1.2rem;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btnx button:hover {
    background: #f4f4f4;
    border-color: #000;
}

.ifst ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.ifst ul li {
    display: flex;
    align-items: center;
    width: 32%;
    height: 190px;
    flex-direction: column;
    border: 1px solid #818181;
    background: #fff;
    color: #333;
    margin-bottom: 5px;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
}

.ifst ul li i {
    font-size: 2rem;
    border-radius: 50%;
    background: #eeeeee;
    color: #b4b4b4;
    padding: 1.3rem;
    margin: 1rem 0;
}

.language {
    border: 0;
    background: #333;
    color: #fff;
    padding: inherit;
    padding: 0.8rem 2rem !important;
    font-size: 1rem;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
}

.btx {
    margin-top:10px
}

.btx button {
    width:100%;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1rem;
}
.btx button.eng {
    letter-spacing:0 !important;
}

.pubox, .pubox * {
    font-family: "Noto Sans KR", sans-serif;
}
.pubox {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0, 0.1);
	position:fixed;
	left:0;
	top:0;
	z-index:100;
}
.popup {
	top:50%;
	left:50%;
	position:absolute;
	border-radius:0.2rem;
	padding:1rem 1rem 0;
	transform:translate(-50%, -50%);
	background-color:rgba(255,255,255,0.95);
	border:none;
	border:1px solid #333;
	width:700px;
	background:#fff;
}
.popup2 {
	top:50%;
	left:50%;
	position:absolute;
	border-radius:0.2rem;
	padding:1rem 1rem 0;
	transform:translate(-50%, -50%);
	background-color:rgba(255,255,255,0.95);
	border:none;
	border:1px solid #333;
	width:860px;
	background:#fff;
}
.pop_cert > .bt_x {
    display: flex;
	margin:1rem 0 1rem 1rem;
	padding:0;
	justify-content:flex-end !important;
}
.pop_cert > .bt_x > button {
    width:inherit;
	font-size:14px;
	font-weight:600;
    margin: 0.1rem;
    color: #333;
    background: #FFFFFF;
    border: 1px solid #999;
    border-radius: 0.2rem;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
    cursor: pointer;
    height: 40px;
}
.pop_cert > h2 {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
	border-radius:0.2rem;
	background:#f17f02;
	color:#FFFFFF;
	padding-left:1rem;
	font-size:1.3rem;
	line-height:2.5rem;
	margin-bottom:1rem;
	font-weight:600;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.05);
	background:url('/img/t_if_ximg.png') no-repeat left 1rem center #f17f02;
	padding-left:3rem;
}
.pop_cert > ul > li {
	border:0.03rem solid #666;
	background:#FFFFFF;
	border-radius:0.2rem;
	margin-bottom:0.5rem;
	font-size:1.1rem;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.05);
	padding:1rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}
.pop_cert > ul > li:hover {
	border-color:#f17f02;
}
.pop_cert .on {
	border-color:#f17f02;
	color:#f60;
	font-weight:500;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.1);
}
.pop_cert .on p {
	text-decoration:underline;
}
.pop_cert > ul > li:last-child {
	margin-bottom:0rem;
}
.pop_cert > ul > li > button {
	font-weight:600;
	font-size:14px;
}
.pop_cert > ul > li > .pn_view {
	margin-top:1rem;
	font-weight:normal;
	font-size:0.9rem;
	line-height:1.4rem;
	width:100%;
	color:#333;
	text-decoration:none;
}

.pop_cert > ul > li > .pn_view p{
	text-decoration:none;
}

.pop_cert table {
	width:100%;
	margin:1rem auto;
	border:1px solid #666;
	background:#FFFFFF;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.1);
}
.pop_cert span {
	font-weight:bold;
}

.in_x  td {line-height:38px; height:40px; text-align:left;}
.in_x  td{font-size:12px; ;}
.in_x  td > button{font-size:12px; line-height:20px; height:22px; margin-left:0.5rem;}

.intxt{	width:100%;
	margin:1rem auto;
	border:1px solid #999;
	background:#FFFFFF;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.1);
	border-radius:0.3rem;
	padding:0.3rem;}
	.in_st_x{ background:rgba(255,255,255,0.8);  margin:2rem 0;  padding:2rem 0;border-radius:1rem; border:1px solid #ddd;box-shadow:0.2rem 0.2rem 0.2rem #f1f1f1;}
.in_st_x p{line-height:2rem; text-align:center; font-size:14px; margin-bottom:2rem;}
.in_st_x p > span{display:block; font-size:22px; font-weight:500;}
.in_st_x ul{display:flex; align-items:center; justify-content:center;}
.in_st_x ul > li{text-align:center; width:25%;}
.in_st_x ul > li > h2 {font-size:1.2rem; line-height:2rem; font-weight:600;}
.in_st_x ul > li:nth-child(even){width:5%;}
.in_st_x ul > li > span {width:130px; height:130px; padding-top:1.5rem; border-radius:50%; margin:0 auto; border:1px solid #ddd; box-shadow:0.2rem 0.2rem 0.2rem #eee; display:block;}
.in_st_x ul > li > span > img{position:inherit;}

.ldingx {
	text-align:center;
}
.ldingx > ul > li {
	display:block;
}
.loader {
	margin:1rem auto;
	width:100%;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #f17f02;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.st_x {
	width:100%;
	margin:0 auto;
}
.st_x ul {
	display:flex;
	justify-content:space-between;
}
.st_x ul > li {
	background:#FFFFFF;
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:calc(33.3% - 40px);
	padding:0.5rem 0;
	text-align:center;
	border-radius:5rem;
	border:1px solid #ccc;box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.05);
}
.st_x .on{font-weight:700; font-size:110%; }
.st_x ul > li > span {
	display:block;
	font-size:70%;
	color:#666666;
}
.st_x ul > li:nth-child(even) {
	background:url(../img/icon_nx.png) no-repeat center center;
	width:40px;
	border:none;
	box-shadow:none;
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}

.agreeTable tr th{
	height:40px;
	line-height:30px;
}

.agreeTable tr td{
	line-height:30px;
	font-size:13px;
}

#p_message{
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}