/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left_box {
    width: 266px;
    height: 2000px;
    background-color: #282828;
    float: left;
}
.contents_box {
    overflow: hidden;
}
.contents_top {
    height: 500px;
    background-image: url('/images/ico/pattern.jpg');
    background-repeat: repeat;
    background-size: contain;
    padding: 82px 34px 100px 80px;
}
.contents_top h3 {
    font-size: 24px;
    font-weight: 700;
}
.contents_top h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 70px;
    color: #555;
}
.contents_top h5 span {
    color: #000;
    font-weight: 600;
    border-bottom: 4px solid #ea4624;
}
.contents_top p {
    word-break: keep-all;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 40px;
    color: #333;
    letter-spacing: -0.3px;
}
.contents_top p span {
    color: #000;
    font-weight: 500;
}

.tabbox {
    background: white;
    padding: 40px 40px 80px;
}
.menu {
    width: 150px;
    float: left;
}
.menu li {
    width: 100%;
    line-height: 60px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 2px;
    color: #888;
    cursor: pointer;
    padding-left: 20px;
    border-radius: 5px 0 0 5px;
}
.menu li i {
    margin-right: 5px;
}
.menu li.select {
    color: #ea4624;
    background-color: rgb(237, 237, 237);
    transition: 0.5s;
}
.menu li:hover {
    color: #ea4624;
    background-color: rgb(237, 237, 237);
}
.tabcont {
    overflow: hidden;
    background-color: rgb(237, 237, 237);
    margin-left: 0;
    min-height: 1300px;
    padding: 50px 50px;
    border-radius: 0px 5px 5px 5px;
}
.tabcont>div+div {
    display: none;
}
.tabtable {
    border-radius: 5px;
    overflow: hidden;
}
.tabtable th, td {
    background: #fff;
    text-align: center;
    color: #555;
}
.tabtable th {
    color: #000;
    font-weight: 500;
    padding: 1.3rem .2rem;
}
.tabtable td {
    padding: 1.2rem .2rem;
}
.tabtop {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.tabtop div {
    padding: .8rem 1.5rem;
    background-color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    color: #555;
}
.tabtop div i {
    color: #ea4624;
    margin-right: 5px;
}
.tabtop div:last-child {
    background-color: #ea4624;
    color: #fff;
}
.tabtop div:last-child i {
    color: #fff;
}


@media (max-width:680px){
    .left_box {
        display: none;
    }
    .contents_top {
        padding: 35px 20px;
        height: auto;
    }
    .contents_top h3 {
        font-size: 1.7rem;
    }
    .contents_top h5 {
        font-size: 16px;
        margin-top: 30px;
    }
    .contents_top p {
        word-break: keep-all;
        font-size: 13px;
        margin-top: 20px;
    }
    .tabbox {
        padding: 5px 0px;
    }
    .menu {
        width: 100%;
        float: none;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 20px;
        padding: 0 5px;
    }
    .menu li {
        width: 20%;
        display: inline-block;
        font-size: 12px;
        padding-left: 3px;
        line-height: 30px;
        border-radius: 5px;
        text-align: center;
    }
    .menu li i {
        display: none;
    }
    .menu li.select {
        font-size: 13px;
        font-weight: bold;
        color: #ea4624;
        background-color: rgb(237, 237, 237);
        transition-duration: 0.5s;
    }
    .menu li:hover {
        color: #ea4624;
        background-color: rgb(237, 237, 237);
    }
    .tabcont {
        padding: 20px 10px;
        height: auto;
        min-height: 700px;
    }
    .tabtop div {
        padding: .5rem .8rem;
        font-size: .7rem;
    }
    .tabtable th, td {
        font-size: .7rem;
        padding: .8rem .2rem;
    }
    .tabtable td {
        padding: .5rem .2rem;
    }
}
