.iuHTse {
    padding: 150px 0px;
}

.gNA-DTR {
    text-align: center;
}

.gNA-DTR h2 {
    font-size: 50px;
    font-family: GmarketSansBold;
    margin-bottom: 20px;
}

.gNA-DTR ul {
    display: flex;
    border: 1px solid rgb(204, 204, 204);
}

.gNA-DTR ul li:not(:last-child) {
    border-right: 1px solid rgb(204, 204, 204);
}

.gNA-DTR ul li {
    flex: 1 1 0%;
}

.gNA-DTR ul li.on a {
    background-color: rgb(2, 56, 133);
    color: rgb(255, 255, 255);
}

.gNA-DTR ul li a {
    font-size: 16px;
    padding-top: 5px;
    line-height: 60px;
    font-family: GmarketSansBold;
    width: 100%;
}

.iuHTse .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    text-align: center;
    margin-top: 50px;
}

.iuHTse .list li a>div {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.iuHTse .list li a h5 {
    margin-top: 20px;
    line-height: 1.2;
}

.iuHTse .list li a>div>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    background-color: rgba(2, 56, 133, 0.2);
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

.iuHTse .list li a>div>div span {
    background-color: rgb(2, 56, 133);
    padding: 7px 15px 5px;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
}

.iuHTse .list li:hover a>div {
    border: 5px solid #023885;
}

.iuHTse .list li a>div>img {
    width: 100%;
}

.iuHTse .list li a>div>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #02388533;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .5s;
}

.iuHTse .list li:hover a>div>div {
    opacity: 1;
}

.cjpqtT {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.cjpqtT img {
    border-radius: 15px;
    width: 100%;
}

.cjpqtT .content {
    width: 100%;
}

.cjpqtT h2 {
    font-size: 30px;
    color: rgb(2, 56, 133);
    font-family: GmarketSansBold;
    margin-bottom: 20px;
}

.cjpqtT .flex {
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.cjpqtT p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: rgb(68, 68, 68);
}

.cjpqtT .table {
    flex: 1 1 0%;
}

.cjpqtT table {
    width: 100%;
    border: 1px solid rgb(225, 225, 225);
    border-collapse: collapse;
    margin-top: 20px;
}

.cjpqtT table tr td:nth-child(1),
.cjpqtT table tr td:nth-child(3) {
    background-color: rgb(140, 173, 220);
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100px;
}

.cjpqtT table tr td {
    border: 1px solid rgb(225, 225, 225);
    padding: 7px 0px 5px;
}

.cjpqtT table tr td:nth-child(2),
.cjpqtT table tr td:nth-child(4) {
    padding-left: 15px;
}

.cjpqtT h5 {
    text-align: right;
    color: rgb(68, 68, 68);
    margin-top: 10px;
}

/** */
.eScdwa {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}
.eScdwa img {
    border: 1px solid rgb(2, 56, 133);
    border-radius: 15px;
    width: 400px;
}
.eScdwa h2 {
    font-size: 30px;
    color: rgb(2, 56, 133);
    font-family: GmarketSansBold;
    margin-bottom: 20px;
}
.eScdwa p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: rgb(68, 68, 68);
}
.eScdwa table {
    width: 100%;
    border: 1px solid rgb(225, 225, 225);
    border-collapse: collapse;
    margin-top: 20px;
}
.eScdwa table tr td:nth-child(1), .eScdwa table tr td:nth-child(3) {
    background-color: rgb(140, 173, 220);
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100px;
}
.eScdwa table tr td:nth-child(2), .eScdwa table tr td:nth-child(4) {
    padding-left: 15px;
}
.eScdwa table tr td {
    border: 1px solid rgb(225, 225, 225);
    padding: 7px 0px 5px;
}
.eScdwa h5 {
    text-align: right;
    color: rgb(68, 68, 68);
    margin-top: 10px;
}

.iCWmAs h2 {
    font-size: 20px;
    color: rgb(2, 56, 133);
    font-family: GmarketSansBold;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    gap: 5px;
}
.iCWmAs p {
    margin: 10px 0px;
    line-height: 1.4;
}
.iCWmAs p b {
    font-family: GmarketSansBold;
}
.iCWmAs .content {
    margin: 50px 0px;
}
.iCWmAs .content > div {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


.eScdwa h3 {
    font-size: 24px;
    color: rgb(2, 56, 133);
    font-family: GmarketSansBold;
    margin-bottom: 20px;
}

.iCWmAs .content > div img {
    width: 100%;
}

.iCWmAs h2 span {
    color: rgb(0, 0, 0);
    font-family: GmarketSansMedium;
}

@media (max-width:1000px) {
    .cjpqtT .flex {
        flex-direction: column;
    }
    .cjpqtT h5{
        text-align: left;
    }
}

@media (max-width:900px) {
    .iuHTse .list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .eScdwa {
        flex-direction: column;
    }    
}

@media (max-width:700px) {
    .iuHTse .list {
        grid-template-columns: 1fr 1fr;
    }
    .cjpqtT table tr{
        display: flex;
        flex-direction: column;
    }
    .cjpqtT table tr td{
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width:600px) {
    .gNA-DTR h2 {
        font-size: 40px;
    }
    .gNA-DTR ul li a {
        line-height: 40px;
        font-size: 14px;
    }
    .cjpqtT h2{
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }
    .cjpqtT p{
        font-size: 12px;
    }
    .cjpqtT table{
        margin-top: 0px;
    }
    .cjpqtT h5{
        font-size: 10px;
    }    
}

@media (max-width: 500px) {
    .gNA-DTR .list li a h5{
        font-size: 12px;
        letter-spacing: -1px;
    }
    .eScdwa h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .eScdwa h3{
        font-size: 16px;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    .eScdwa p{
        font-size: 12px;
    }
    .eScdwa img{
        width: 100% !important;
    }
    .eScdwa table tr{
        display: flex;
        flex-direction: column;
    }
    .eScdwa table tr td{
        width: 100% !important;
        text-align: center;
    }
    .eScdwa h5{
        text-align: left;
        font-size: 10px;
    }    
    .iuHTse .list li a h5 {
        font-size: 12px;
        letter-spacing: -1px;
    }
    .eScdwa {
        gap: 20px;
    }
    .eScdwa h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .iCWmAs h2 {
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        align-items: start;
    }
    .iCWmAs .content > div {
        margin-top: 10px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .gNA-DTR ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .gNA-DTR ul li:nth-child(1), .gNA-DTR ul li:nth-child(2) {
        border-bottom: 1px solid rgb(204, 204, 204);
    }
}







