/*03-01-01 올선데이 경쟁력*/
.sub03-01-01 .sub03-01-01_logo {
    width: 50%;
    margin: 0 auto;
}
.sub03-01-01 .sub03-01-01_logo img {
    width: 100%;
    padding-top: 50px;
}
.sub03-01-01 .border_bar {
    display: block;
    width: 320px; height: 2px;
    background-color: #bc2a2f;
    margin: 10px auto;
}
.sub03-01-01 .sub03-01-01_tit {
    font-weight: bold;
    font-family: var(--font-RixRak);
    color: #bc2a2f;
    text-align: center;
    font-size: 18px;
}
.sub03-01-01 .sub03-01-01_txt {
    font-size: 13px;
    font-family: Pretendard;
    margin: 40px 0;
    line-height: 1.5;
    text-align: center;
    color: #bc2a2f;
    position: relative;
}
.sub03-01-02 .bar {
    display: block;
    width: 2px;
    height: 40px;
    margin: 0 auto;
    background-color: #bc2a2f;
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -50%);
}
.sub03-01-02  {
    padding: 50px 0;
    background-color: #fbf2d6;
    position: relative;
}
.sub03-01-02 .swiper-slide {
    background-color: #fff;
    padding: 40px 0;
    border-radius: 20px;
    overflow: hidden;
}
.sub03-01-02 .tit .tit01 {
    font-family: var(--font-RixRak);
    font-size: 18px;
    color: #bc2a2f;
    text-align: center;
    font-weight: 900;
}
.sub03-01-02 .tit .tit02 {
    font-family: var(--font-RixRak);
    font-size: 24px;
    text-align: center;
}
.sub03-01-02 .img {
    width: 20%;
    margin: 0 auto;
}
.sub03-01-02 img {
    width: 60%;
    margin: 30px 20%;
}
.sub03-01-02 .txt {
    font-family: Pretendard;
    text-align: center;
    line-height: 1.39;
    font-size: 16px;
}
.sub03-01-02 .swiper-button-prev, .sub03-01-02 .swiper-button-next {
    display: none;
}
.sub03-01-02 .swiper-button-prev::after {
    background-image: ;
}
.sub03-01-02_pc {
    display: none;
}

/*03-02-01 개설절차*/

.sub03-02-01 {
    background-color: #fbf2d6;
    padding: 50px 0;
}
.sub03-02-01 .swiper-slide {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

.sub03-02-01_pc {
    display: none;
}

.sub03-02-01_mobile {
    display: block;
    background-color: #fbf2d6;
}
.sub03-02-01_mobile .inner .contents {
    margin-bottom: 20px;
}
.sub03-02-01_mobile .inner .contents>div {
    width: 100%; height: 115px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.sub03-02-01_mobile .inner .top {
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.sub03-02-01_mobile .inner .arrow {
    margin: 10px auto;
    display: block;
    width: 40px; height: 40px;
}
.sub03-02-01 .top .top01 {
    display: flex;
}
.sub03-02-01 .top .num {
    color: #bc2a2f;
    font-size: 18px;
    font-family: var(--font-RixRak);
    font-weight: bold;
    font-weight: 900;
    margin-right: 10px;
}
.sub03-02-01 .top .icon {
    width: 36px;
}
.sub03-02-01 .top .icon img {
    width: 100%;
}
.sub03-02-01 .top .tit {
    font-size: 20px;
    font-family: var(--font-RixRak);
    font-weight: bold;
}
.sub03-02-01 .border {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 20px 0;
}
.sub03-02-01 .btm {
    font-size: 16px;
    font-family: Pretendard;
}
.sub03-02-01 .swiper-button-prev, .sub03-02-01 .swiper-button-next {
    display: none;
}

/*03-03-01 개설비용*/

.sub03-03-01 .inner {
    max-width: 1200px;
}
.sub03-03-01 {
    padding: 100px 0;
    background-color: #fbf2d6;
}
.sub03-03-01 table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.sub03-03-01 th {
    background-color: #bc2a2f;
    color: #fff;
    font-family: var(--font-RixRak);
    padding: 20px 0;
    border: none;
}
.sub03-03-01 th:first-child, .sub03-03-01 th:nth-child(2) {
    border-right: 1px solid #fff;
}
.sub03-03-01 tr {
    border-bottom: 2px solid #bc2a2f;
    border-collapse: collapse;
    border-spacing: 0;
}
.sub03-03-01 td {
    font-family: var(--font-RixRak);
    text-align: center;
    color: #bc2a2f;
    padding: 20px 20px;
    border: none;
}
.sub03-03-01 td:first-child {
    width: 110px;
}
.sub03-03-01 td:nth-child(3) {
    font-family: Pretendard;
    text-align: left;

}
.sub03-03-01 tr:nth-child(10) {
    background-color: #fff;
    border: 6px solid #bc2a2f;
    font-weight: bold;
}
@media all and (min-width: 601px) {

    /*03-01-01 올선데이 경쟁력*/
    .sub03-01-01 .sub03-01-01_tit {
        font-size: 20px;
    }
    .sub03-01-01 .sub03-01-01_txt {
        font-size: 18px;
    }
    .sub03-01-01 .border_bar {
        width: 360px;
    }

    /*03-02-01 개설절차*/
    .sub03-02-01 .top .num {
        font-size: 24px;
    }
    .sub03-02-01 .top .tit {
        font-size: 30px;
        font-family: var(--font-RixRak);
    }
    .sub03-02-01 .btm {
        font-size: 18px;
    }

    /*03-03-01 개설비용*/
    .sub03-03-01 th {
        font-size: 18px;
    }
    .sub03-03-01 td {
        font-size: 18px;
        font-family: var(--font-RixRak);
    }
    .sub03-03-01 td:first-child {
        width: 140px;
    }
    .sub03-01-02 .bar {
        display: block;
        width: 2px;
        height: 60px;
        margin: 0 auto;
        background-color: #bc2a2f;
        position: absolute;
        top: 0; left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media all and (min-width: 769px) {

    /*03-01-01 올선데이 경쟁력*/
    .sub03-01-01 .sub03-01-01_logo {
        width: 60%;
    }
    .sub03-01-01 .sub03-01-01_logo img {
        padding-top: 100px;
    }
    .sub03-01-01 .border_bar {
        width: 450px;
    }

    .sub03-01-01 .sub03-01-01_tit {
        font-size: 20px;
    }
    .sub03-01-01 .sub03-01-01_txt {
        font-size: 16px;
        margin-bottom: 100px;
    }
    .sub03-01-02 .swiper-slide {
        display: none;
    }
    .sub03-01-02_pc {
        display: block;
    }
    .sub03-01-02_pc .inner .contents {
        display: flex;
        justify-content: center;
    }
    .sub03-01-02  {
        padding: 100px 0;
    }
    .sub03-01-02 .tit .tit01 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sub03-01-02 .tit .tit02 {
        font-size: 28px;
    }
    .sub03-01-02 .img {
        width: 50%;
    }
    .sub03-01-02 .txt {
        font-size: 16px;
    }
    .sub03-01-02 .sub03-01-02_pc .all_sunday {
        background-color: #fff;
        border-radius: 30px;
        padding: 20px;
        margin-right: 10px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        width: 25%;
    }
    .sub03-01-02 .sub03-01-02_pc .all_sunday:last-child {
        margin-right: 0;
    }

    /*03-02-01 개설절차*/
    .sub03-02-01 {
        padding: 0;
    }
    .sub03-02-01_mobile {
        display: none;
    }
    .sub03-02-01 .top>ul {
        width: 50%;
    }

    .sub03-02-01 .btm {
        font-size: 16px;
        margin-top: 40px;
        font-family: Pretendard;
    }
    .sub03-02-01 .top .icon  {
        margin-top: 20px;
    }
    .sub03-02-01 .top .num {
        margin-right: 0px;
    }
    .sub03-02-01_pc {
        display: block;
        padding: 100px 0;
        background-color: #fbf2d6;
    }
    .sub03-02-01_pc .inner .contents {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .sub03-02-01_pc .inner .contents .arrow {
        display: none;
    }
    .sub03-02-01_pc .inner .contents>div {
        width: 32%;
        background-color: #fff;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .sub03-02-01 .swiper-slide {
        display: none;
    }
    .sub03-02-01 .top .num {
        font-size: 16px;
        
    }
    .sub03-02-01 .top .tit {
        font-size: 22px;
    }
    .sub03-02-01 .btm {
        font-size: 16px;
    }
}

@media all and (min-width: 1025px) {

    /*03-01-01 올선데이 경쟁력*/
    .sub03-01-01 .sub03-01-01_logo {
        width: 40%;
    }
    .sub03-01-01 .border_bar {
        width: 420px;
    }
    .sub03-01-02 .tit .tit02 {
        font-size: 30px;
    }
    .sub03-02-01_pc .inner .contents .arrow {
        display: block;
        margin: auto;
    }
    .sub03-01-02 .sub03-01-02_pc .all_sunday {
        padding: 60px 20px;
        margin-right: 20px;
    }
    .sub03-02-01_pc .inner .contents>div {
        width: 30%;
    }
    .sub03-02-01 .top .num {
        font-size: 18px;
    }

    .sub03-02-01 .btm {
        font-size: 16px;
    }
    .sub03-02-01 .top>ul {
        width: auto;
    }
    .sub03-02-01_pc .inner .contents {
        margin-bottom: 40px;
    }
}

@media all and (min-width: 1441px) {
    .sub03-02-01_pc .inner .contents {
        justify-content: center;
    }
    .sub03-02-01_pc .inner .contents>div {
        width: 420px;
    }
    .sub03-02-01_pc .inner .contents .arrow {
        margin: auto 30px;
    }


}