.wrap {
    /* min-height: 100vh; */
    margin-top: 68px;
    position: relative;
}

.container {
    padding: 20px 0 30px;
    /* min-height: calc(100vh - 51px);
     */
    width: 850px;
}

#content {
    float: left;
    text-align: left;
    position: relative;
    padding: 20px 0 50px 20px;
}

.contents {
    position: relative;
    overflow: hidden;
    float: right;
    width: 850px;
}

.mo_show {
    display: none;
}

.contents .title {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contents .title  img {
    width: 140px;
    margin-bottom: 35px;
}

.contents h3 {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 35px;
    /* border-bottom: 2px solid #ef3b24; */
    height: 42px;
    font-size: 26px;
    font-weight: 500;
    padding: 0 12px;
}
/* .tab_none {
    overflow: hidden;
    margin-bottom: 40px;
}
.tab_none ul {
    height: 45px;
}
.tab_none ul li {
    overflow: hidden;
    float: left;
}
a:link {
    text-decoration: none;
}
.tab_none ul li a {
    display: block;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-bottom: none;
    border-left: none;
    width: 207px;
    height: 44px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #222;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
}
.tab_none ul li:first-child a {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #bdbdbd;
}
.tab_none ul li:last-child a {
    border-radius: 0 5px 5px 0;
}
.tab_none ul li.active a {
    position: relative;
    border: none;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #ef3b24 url(/images/icons/admin/ico_top_arrow.png) no-repeat center bottom;
    z-index: 100;
} */
.tab_none {
    overflow: hidden;
    /* margin-bottom: 40px; */
    margin-top: 2px;
}
.tab_none ul {
    /* border-bottom: 1px solid #bdbdbd; */
    /* height: 45px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_none ul li {
    overflow: hidden;
    /* float: left; */
    /* width: 100%; */
    padding: 5px 20px;
}
a:link {
    text-decoration: none;
}
.tab_none ul li a {
    display: block;
    overflow: hidden;
    /* border: 1px solid #bdbdbd; */
    border-bottom: none;
    border-left: none;
    /* width: 100%; */
    height: 44px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #222;
    background: #fff;
    font-size: 16px;
    /* border-bottom: 1px solid #bdbdbd; */
}
.tab_none ul li:first-child a {
    border-radius: 5px 0 0 5px;
    /* border-left: 1px solid #bdbdbd; */
}
.tab_none ul li:last-child a {
    border-radius: 0 5px 5px 0;
}
.tab_none ul li.active a {
    position: relative;
    border: none;
    height: 45px;
    line-height: 45px;
    color: #ef3b24;
    font-weight: 600;
}
.tab_none ul li.active a::after {
    position: absolute;
    content: '';
    background-color: #ef3b24;
    border-radius: 50px;
    left: 5%;
    bottom: 5px;
    width: 90%;
    height: 1.5px;
}

.capsule {
    width: 100%;
    margin: auto;
    margin-bottom: 35px;
}

.capsule ul {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: none;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 auto;
}

.capsule ul li {
    width: calc(100% / 3) !important;
    text-align: center;
    flex: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}

.capsule ul li.current::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #EF3B24;
    transition: all 0.15s;
}

.capsule ul::after {
    width: calc(100% / 3) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.col_content {
    position: relative;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 35px 0;
}
.inner_text {
    display: flex;
    flex-direction: column;
    /*margin: 10px 0 20px 0;*/
}
.inner_text.table {
    overflow-x: auto;
}
.inner_text img {
    margin-top: 10px;
}
.inner_text dl.depth1 dd,
.inner_text p,
.inner_text li,
.inner_text span,
.inner_text table th,
.inner_text td {
    letter-spacing: -0.4px;
    word-break: keep-all;
}
.col_content h4 {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 600;
}
.col_content h4::before {
    position: relative;
    left: 0;
    top: 2px;
    overflow: hidden;
    content: "";
    height: 18px;
    border-left: 3px solid #EF3B24;
    padding-left: 10px;
}
dl.depth1 {
    width: 100%;
    margin-left: 16px;
    font-size: 14px;
}
dl.depth1 dd {
    padding-bottom: 5px;
    line-height: 140%;
    text-indent: -21px;
    margin-left: 18px;
    padding-left: 0 !important;
    background: none !important;
}
.inner_text p {
    font-size: 16px;
    margin-left: 15px;
}
.inner_text ul {
    /*margin-bottom: 15px;*/
    padding-left: 15px;
}
.inner_text ol {
    margin-bottom: 15px;
    padding-left: 27px;
}
.inner_text ul li {
    padding-left: 10px;
}
.inner_text ol li {
    list-style-type: decimal;
}
.inner_text ul li,
.inner_text ol li {
    position: relative;
    font-size: 14px;
    /* line-height: 1.6; */
    margin-top: 7px;
}
.inner_text ol li:first-child {
    margin-top: 0;
}
.inner_text ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #cdb687;
}
.inner_text ul li ol {
    margin-top: 7px;
}
.inner_text ul ol li::before {
    width: 0;
    height: 0;
}
.inner_text .sub-title {
    margin: 10px 15px 15px 13px;
    font-size: 14px;
    font-weight: 500;
}
.inner_text table {
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
}
.inner_text table.text_left tr td {
    text-align: left;
}
.inner_text table tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.inner_text table th {
    background-color: #F2EBDB;
    border-right: 1px solid #ccc;
    font-weight: 500;
    color: #926916;
    font-size: 13px;
}
.inner_text table tr th:first-child {
    border-top: 1px solid #cdb687;
}
.inner_text table tr:first-child th,
.inner_text table tr:first-child td {
    border-top: 2px solid #cdb687;
}
.inner_text table td {
    color: #2e2e2e;
    border-right: 1px solid #ccc;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #ccc;
}
.inner_text table th,
.inner_text table td  {
    text-align: center;
    padding: 6px 6px 6px 10px;
}
.inner_text table tr:first-child {
    border-top: 2px solid #926916;
}
.inner_text table th:last-child {
    border-right: none;
}
.inner_text table .seperate {
    border-bottom: 1px solid #ccc;
}
.inner_text table td:nth-child(1) {
    border-left: 1px solid #ccc;
}
.inner_text table td:nth-child(3) {
    border-right: 1px solid #ccc;
}
.inner_text table .choice {
    border-bottom: 1px solid #ccc;
}
.inner_text table .management {
    border-left: 0 !important;
}
.inner_text table td b {
    text-align: left;
}
.inner_text table td p {
    position: relative;
    text-align: left;
    padding: 0 0 0 7px;
}
.inner_text table td p::before {
    position: absolute;
    content: '';
    background-color: #2e2e2e;
    border-radius: 50px;
    left: 0;
    top: 10px;
    width: 2.5px;
    height: 2.5px;
}
.inner_text .bold {
    letter-spacing: -0.3px;
}
.inner_text table td a {
    display: inline-block;
    cursor: pointer;
}
.inner_text table td a.form-word::after {
    content: "WORD";
    position: relative;
    top: -1px;
    letter-spacing: -0.3px;
    right: 0.2rem;
    width: 34px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    border: 0 none;
    border-radius: 2px;
    background: #999999;
    display: inline-block;
    margin-left: 10px;
}
.inner_text table td a.form-pdf::after {
    content: "PDF";
    position: relative;
    top: -1px;
    letter-spacing: -0.3px;
    right: 0.2rem;
    width: 34px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    border: 0 none;
    border-radius: 2px;
    background: #999999;
    display: inline-block;
    margin-left: 10px;
}
.inner_text table td a::after {
    content: "PDF";
    position: relative;
    top: -1px;
    letter-spacing: -0.3px;
    right: 0.2rem;
    width: 34px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    border: 0 none;
    border-radius: 2px;
    background: #999999;
    display: inline-block;
    margin-left: 10px;
}
.inner_text table .text_left th,
.inner_text table .text_left td {
    text-align: left;
}
.inner_text .note {
    padding: 6px 0 6px 0;
}
.inner_text .sub_text p a {
    color: #E21A22;
}
.inner_text .inquiry {
    color: #181818;
}


@media (max-width: 720px) {
    .pc_show {
        display: none;
    }
    .mo_show {
        display: block;
    }
    .container {
        width: 100%;
    }
    #content {
        padding: 0;
    }
    .contents {
        width: 100%;
    }
    .contents .title {
        text-align: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 30px;
    }
    .contents h3  {
        font-size:  16px;
        height: 35px;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .contents img {
        width: 100px !important;
        margin-bottom: 15px !important;

    }
    .col_content {
        padding: 0 15px;
    }
    .tab_none {
        padding: 0 15px;
    }
    .tab_none ul {
        display: flex;
        justify-content: space-between;
    }
    .tab_none ul li {
        width: 100%;
    }
    #lnb_new {
        display: none;
    }
    .tab_none {
        width: 100%;
    }
    .tab_none ul li a {
        width: 100%;
        font-size: 14px;
    }
    .inner_text dl.depth1 dd,
    .inner_text p,
    .inner_text li,
    .inner_text span,
    .inner_text table th,
    .inner_text table td {
        font-size: 12px;
    }
    .inner_text ul li,
    .inner_text ol li  {
        font-size: 12px;
    }
    /* dl.depth1 {
        padding-left: 30px;
    } */
    .inner_text:last-child {
        margin-bottom: 50px;
    }
}
