* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f5f5f5;
    font: 12px/50% 'Noto Sans KR', Verdana, Arial, sans-serif;
    color: #4c4c4c;
    letter-spacing: -.5px;
    /* width:100%; */
    /*overflow: hidden; */
}
a, a::after {
    color: #5c5c5c;
    text-decoration: none;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* common */

.top {
    background: #4568DC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef8e38, #659999, #108dc7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ef8e38, #659999, #108dc7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 16px 30px;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
}

/* header */
.top h1 {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 240px;
    background: url('../../2022/img/junesoft_logo.png') no-repeat left center/201px;
    position: relative;
}

.top h1::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, .6);
    left: 220px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

/* main */
.box {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
}
.box h2 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    padding: 8px 0;
    padding-left: 10px;
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, #ff9e48, #cf9b29, #3d9ecb);
    border-image-slice: 1;
}
.nav-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.nav-wrap a.link-box {
    float: left;
    display: block;
    width: 15%;
    height: 100px;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, .1);
    color: #6b5f7b;
    font-size: 15px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: -.5px;
    box-sizing: border-box;
    transition: all .4s;
}
.nav-wrap a.link-box:nth-child(6n) {
    margin-right: 0;
}
.nav-wrap a.link-box:hover {
    border: 1px solid;
    border-image: linear-gradient(to right, #fba356, #81cbcb, #21b9ca);
    border-image-slice: 1;
}

/* sub */
.container {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1200px;
}

h2.tit {
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    padding: 8px 0;
    padding-left: 10px;
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, #ff9e48, #cf9b29, #3d9ecb);
    border-image-slice: 1;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    border-top: 1px solid #888;
    font-size: 14px;
}

table th {
    font-weight: bold;
}

table th,
table td {
    padding: 20px 15px;
    border-bottom: #ccc 1px solid;
}


h4 {
    color: #f1290e;
    font-weight: bold;
    padding-left: 10px;
}

p {
    padding: 0 0 10px 10px;
}

th {
    text-align: center
}
td.date {color: #888;}
a.download_pdf {display: inline-block; margin-left: 6px; font-size: 12px; text-decoration: none; color: #555; border: 1px solid #999; padding: 8px 10px; border-radius: 50px; transition: all .2s;}
a.download_pdf:hover {background-color: #999; color: #fff;}
.align_C {text-align: center;}
.btn {display: inline-block; margin-right: 4px; font-size: 10px; color: #fff; padding: 3px 3px; border-radius: 2px;}
.btn_html {background-color: #486beb;}
.btn_design {background-color: #e84ea0;}
.btn_img {background-color: #75c062;}
.btn_link-design {
    width: 74px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    padding: 8px;
    padding-left: 24px;
    border-radius: 30px;
    transition: .2s all ease-out;
}
.btn_link-design.figma {
    color: #555;
    border: 1px solid #777;
    background: url("/2022/img/icon_figma.png") no-repeat left 8px center/14px;
}
.btn_link-design.figma:hover {
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.btn_link-design.image {
    border: 1px solid #e17eb2;
    background: url("/2022/img/icon_img.png")  no-repeat left 8px center/14px;
    color: #d578a9;
}
.btn_link-design.image:hover {
    color: #fff;
    background-color: #d578a9;
    border-color: #d578a9;
}