
.common01 .text{
    position: relative;
}
.common01 .text a{
    position: absolute;
    left: 16vw;
    top: 17%;
    transform: translateY(-50%);
    width: 10vw;
    height: auto;
}
.common01 .text a figure{
    width: 100%;
    height: 100%;
}
/* section02 */
.section02{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section02 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
    text-align: center;
}
.section02 > h1 span{
    color: #0123B4;
}
.section02 .cont{
    width: 85.9375vw;
    display: flex;
    border-top: 2px solid #000;
}
.section02 .cont .left{
    width: 16%;
}
.section02 .cont .left li{
    width: 100%;
    border-right: 2px solid #858585;
    border-bottom: 2px solid #858585;
    height: 6.77vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.30vw;
    font-weight: 500;
}
.section02 .cont .left li:nth-child(1){
    height: 4.16vw;
}
.section02 .cont .left li:nth-child(6){
    height: 18.22vw;
}
.section02 .cont .left li:nth-child(3){
    height: 8.9vw;
}
.section02 .cont .left li:nth-child(7){
    height: 11.19vw;
}
.section02 .cont .right{
    width: 84%;
}
.section02 .cont .right li{
    width: 100%;
    border-bottom: 2px solid #858585;
    height: 6.77vw;
    display: flex;
    flex-direction: column;
    padding-left: 4.16vw;
    justify-content: center;
    font-size: 1.30vw;
    font-weight: 700;
}
.section02 .cont .right li .blue{
    color: #0123B4;
}
.section02 .cont .right li p{
    margin-bottom: 0.8vw;
}
.section02 .cont .right li p:last-child{
    margin-bottom: 0;
}
.section02 .cont .right li:nth-child(1){
    height: 4.16vw;
}
.section02 .cont .right li:nth-child(6){
    height: 18.22vw;
}
.section02 .cont .right li:nth-child(3){
    height: 8.9vw;
}
.section02 .cont .right li:nth-child(7){
    height: 11.19vw;
}

/* section02 */



/* section03 */
.section03{
    width: 85.9375vw;
    margin: 0 auto;
    margin-bottom: 13.54vw;
}
.section03 > h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
    text-align: center;
}
.section03 > h1 span{
    color: #0123B4;
}
.section03 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 32.5vw;
}
.section03 .inner > div{
    width: 40.10vw;
    height: 100%;
    border: 2px solid #000;
    padding: 2.60vw 0 2.60vw 2.08vw;
    border-radius: 2.60vw;
    position: relative;
}
.section03 .inner > figure{
    width: 3.02vw;
    height: auto;
}
.section03 .inner > div p{
    font-size: 1.30vw;
    font-weight: 900;
    color: #0123B4;
    margin-bottom: 1.04vw;
}
.section03 .inner > div span{
    display: block;
    padding-left: 1.04vw;
    font-size: 1.04vw;
    font-weight: 600;
    margin-bottom: 2.08vw;
}
.section03 .inner > div a{
    display: block;
    width: 14.58vw;
    height: 4.16vw;
    position: absolute;
    right: 2.08vw;
    bottom: 2.60vw;
}
.section03 .inner > div a figure{
    width: 100%;
    height: 100%;
}
/* section03 */


@media screen and (max-width:500px) {
    .common01{
        margin: 20vw 0 20vw;
    }
    .common01 .text a {
        position: absolute;
        left: 50%;
        top: -13vw;
        transform: translateX(-50%);
        width: 33vw;
        height: auto;
    }
    /* 공통 */
    .common .text ul li a{
        padding: 2vw 4vw;
        border-radius: 2vw;
        margin-right: 2vw;
        font-size: 2.8vw;
        margin-bottom: 2vw;
    }
    .common .text ul li:nth-child(n+5) a{
        margin-bottom: 0;
    }
    .common .text ul li:nth-child(4) a{
        margin-right: 0;
    }
    .common .text ul li:last-child a{
        margin-right: 0;
    }
    /* 공통 */

    .common01 .photo{
        top: 45vw;
    }
    .section02{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section02 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
        word-break: keep-all;
    }
    .section02 .cont {
        width: 100%;
    }
    .section02 .cont .left li:nth-child(1) {
        height: 10vw;
    }
    .section02 .cont .left {
        width: 25%;
    }
    .section02 .cont .left li {
        width: 100%;
        height: 30vw;
        font-size: 3vw;
    }
    .section02 .cont .right {
        width: 75%;
    }
    .section02 .cont .right li {
        width: 100%;
        border-bottom: 2px solid #858585;
        height: 30vw;
        padding-left: 20px;
        justify-content: center;
        font-size: 3vw;
        font-weight: 700;
    }
    .section02 .cont .right li:nth-child(1){
        height: 10vw;
    }
    .section02 .cont .right li:nth-child(3) {
        height: 30vw;
    }
    .section02 .cont .left li:nth-child(3) {
        height: 30vw;
    }
    .section02 .cont .right li:nth-child(6) {
        height: 50vw;
    }
    .section02 .cont .left li:nth-child(6) {
        height: 50vw;
    }
    .section02 .cont .right li:nth-child(7) {
        height: 40vw;
    }
    .section02 .cont .left li:nth-child(7) {
        height: 40vw;
    }
    .section03{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section03 > h1{
        font-size: 8vw;
        font-weight: 900;
        margin-bottom: 10vw;
        text-align: center;
        word-break: keep-all;

    }
    .section03 .inner {
        flex-direction: column;
        justify-content: center;
        height: auto;
    }
    .section03 .inner > div {
        width: 100%;
        padding: 4vw;
        border-radius: 6vw;
    }
    .section03 .inner > div p {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .section03 .inner > div span {
        padding-left: 2vw;
        font-size: 3.5vw;
        margin-bottom: 5vw;
    }
    .section03 .inner > div span br{
        display: none;
    }
    .section03 .inner > .left{
        padding-bottom: 8vw;
    }
    .section03 .inner > div a {
        width: 32vw;
        height: 9.06vw;
        right: 4vw;
        bottom: 4vw;
    }
    .section03 .inner > figure {
        width: 8.02vw;
        transform: rotate(90deg);
        margin: 5vw 0;
    }
}