@charset "UTF-8";
.dtlTop_wrap {
    margin-bottom: 120px;
}
.dtlTop_txt {
    margin-top: 60px;
}
.dtlTop_img {
    text-align: center;
    margin-top: 40px;
}
.dtlTop_lst {
    margin-top: 80px;
}
.dtlTop_box {
    margin-top: 80px;
}
.dtlTop_box .txt {
    margin-top: 40px;
}
.dtlTop_tableBox {
    margin-top: 40px;
}
.dtlTop_table {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
.dtlTop_table th,
.dtlTop_table td {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: #FFFFFF;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    height: 52px;
    padding: 0 1.4em;
}
.dtlTop_table .is-gray th,
.dtlTop_table .is-gray td {
    background: #F7F9FA;
}
.dtlTop_table tr:nth-child(1) th {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #6AC0E5;
}
.dtlTop_box .lst {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    margin-top: 40px;
}
.dtlTop_box .lst li {
    text-align: center;
}
.dtlTop_box .lst .c-lnk {
    font-weight: 500;
    font-size: 14px;
    color: #347ec0;
    margin-top: 10px;
}
.dtlTop_btn {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin-top: 60px;
}
.dtlTop_btn .c-btn {
    max-width: 400px;
}
.popup_cnt {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 60px;
    box-sizing: border-box;
    text-align: center;
}
.output_img {
    display: none;
    text-align: center;
}
.output_img.active {
    display: block;
}
.output_img {
    width: 100%;
    height: auto;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
}
.about_lst {
    margin-top: 60px;
}
.about_box {
    margin-top: 80px;
}
.about_box:first-child {
    margin-top: 0;
}
.about_box .txt {
    margin-top: 26px;
}
.about_table {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    margin-top: 40px;
}
.about_table th,
.about_table td {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: #FFFFFF;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    height: 52px;
    padding: 0 1.4em;
}
.about_table .is-gray th,
.about_table .is-gray td {
    background: #F7F9FA;
}
.about_table .is-blue th,
.about_table .is-blue td {
    background: #EAF6FF;
}
.about_table .is-blank {
    background: #fff !important;
}
.about_add {
    font-size: 14px;
    margin-top: 10px;
}
.others_wrap {
    margin-top: 100px;
}
.others_wrap:first-child {
    margin-top: 0;
}
.others_wrap .txt {
    margin-top: 60px;
}
.others_wrap .lst {
    display: flex;
    justify-content: center;
    gap: 40px 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.others_wrap .lst li {
    text-align: center;
}
.others_wrap .lst .info_lnk {
    font-weight: 500;
    font-size: 14px;
    color: #347ec0;
    margin-top: 10px;
}
.about_lst .dtlTop_box .lst .c-lnk {
    text-align: center;
}
.others_btn {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin-top: 60px;
}
.others_btn .c-btn {
    max-width: 400px;
}
.dtlTop_box.ver2 .lst {
    margin-top: 0;
}
@media only screen and (min-width:767px) {
    .dtlTop_box .lst li a:hover,
    .others_wrap .lst li a:hover {
        opacity: .8;
    }
    .dtlTop_box .lst a:hover {
        opacity: .8;
    }
    .popup_main.ver2 {
        max-width: 1300px;
    }
    .popup_main.ver2 .popup_cnt {
        padding: 50px;
    }
    .output_img.ver2 {
        max-width: 1170px;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .dtlTop_wrap {
        padding: 0 40px;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .dtlTop_box .lst {
        gap: 0 4%;
    }
    .dtlTop_box .lst li {
        width: 48%;
    }
    .dtlTop_box .lst li img {
        width: 100%;
        height: auto;
    }
    .dtlTop_btn {
        gap: 0 4%;
    }
    .dtlTop_btn .c-btn {
        width: 48%;
    }
    .dtlTop_btn .c-btn a {
        font-size: 14px;
    }
    .others_wrap .lst {
        gap: 0 4%;
    }
    .others_wrap .lst li {
        width: 48%;
    }
    .others_wrap .lst li img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width:767px) {
    .dtlTop_wrap {
        padding: 0 5.128vw;
        margin-bottom: 16vw;
    }
    .dtlTop_txt {
        margin-top: 10.667vw;
    }
    .dtlTop_img {
        margin-top: 5.333vw;
    }
    .dtlTop_img img {
        width: 100%;
        height: auto;
    }
    .dtlTop_lst {
        margin-top: 10.667vw;
    }
    .dtlTop_box {
        margin-top: 10.667vw;
    }
    .dtlTop_box .txt {
        margin-top: 5.333vw;
    }
    .dtlTop_tableBox {
        margin-top: 5.333vw;
    }
    .dtlTop_table th,
    .dtlTop_table td {
        font-size: 3.077vw;
        height: auto;
        padding: .8em 1em;
    }
    .dtlTop_table tr:nth-child(1) th {
        font-size: 3.59vw;
    }
    .dtlTop_box .lst {
        display: block;
        margin-top: 5.333vw;
    }
    .dtlTop_box .lst li {
        text-align: center;
        margin-top: 7.179vw;
    }
    .dtlTop_box .lst li img {
        width: 100%;
        height: auto;
    }
    .dtlTop_box .lst .c-lnk {
        font-size: 3.59vw;
        margin-top: 2.564vw;
    }
    .dtlTop_btn {
        display: block;
        margin-top: 10.256vw;
    }
    .dtlTop_btn .c-btn {
        max-width: none;
        margin-top: 5.128vw;
    }
    .popup_cnt {
        padding: 7.692vw 2.564vw 2.564vw;
    }
    .about_lst {
        margin-top: 10.667vw;
    }
    .about_box {
        margin-top: 10.667vw;
    }
    .about_box .txt {
        margin-top: 5.128vw;
    }
    .about_table th,
    .about_table td {
        font-size: 3.077vw;
        height: auto;
        padding: .6em .8em;
    }
    .about_table.is-ver2 tr:nth-child(1) th {
        width: 18%;
    }
    .about_table.is-ver2 tr:nth-child(1) td:nth-child(2) {
        width: 18%;
    }
    .others_wrap {
        margin-top: 10.667vw;
    }
    .others_wrap .txt {
        margin-top: 10.667vw;
    }
    .others_wrap .lst {
        display: block;
        margin-top: 5.333vw;
    }
    .others_wrap .lst li {
        margin-top: 7.179vw;
    }
    .others_wrap .lst li img {
        width: 100%;
        height: auto;
    }
    .others_wrap .lst .info_lnk {
        font-size: 3.59vw;
        margin-top: 2.564vw;
    }
    .others_btn {
        display: block;
        margin-top: 10.256vw;
    }
    .others_btn .c-btn {
        max-width: none;
    }
    .dtlTop_box.ver2 .lst img {
        width: 100%;
        height: auto;
    }
}