/*sub01_01 올선데이 소개*/
.sub01-01-01 {
    width: 100%; height: auto;
    padding-bottom: 50px;
    position: relative;
}
.sub01-01-02 .bar {
    width: 2px; height: 60px;
    background-color: #bc2a2f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub01-01-01 img {
    width: 60%;
    margin-left: 20%;
    padding: 50px 0;
}

.sub01-01-02 {
    width: 100%;
    background-color: #fbf2d6;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.sub01-01-02 .title {
    font-family: 'ghanachoco';
    font-size: 35px;
    color: #bc2a2f;
    width: 100%;
}
.sub01-01-02 .sub_title {
    color: #fff;
    width: 100%; height: 30px;
    background-color: #bc2a2f;
    margin: 20px auto;
    line-height: 30px;
    font-family: var(--font-RixRak);
}
.sub01-01-02 .sub_title .font {
    font-weight: bold;
}
.sub01-01-02 .txt-inner {
    width: 90%;
    margin: 0 auto;
}
.sub01-01-02 .txt {
    font-family: Pretendard;
    line-height: 1.2;
    font-size: 16px;
}
.sub01-01-03 img {
    width: 100%;
}

.sub01-01-03 {
    overflow: hidden; /* 이미지를 잘리지 않게 하기 위해서 사용 */
    width: 100%; height: auto;
}

.fade-in-grow {
    opacity: 0; /* 초기에는 투명하게 설정 */
    transform: scale(0); 
    transition: opacity 2s ease-in-out, transform 2s ease-in-out; /* 2초 동안 서서히 변화 */
}

.fade-in-grow.visible {
    opacity: 1; /* 보이게 설정 */
    transform: scale(1); /* 원래 크기로 설정 */
}
/*sub01_02 올선데이 BI*/
.sub01-02-01 {
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}
.sub01-02-01 img {
    width: 100%;
}
.sub01-02-02 .bar {
    width: 2px; height: 40px;
    background-color: #bc2a2f;
    position: absolute;
    top: 0px; left: 50%;
    transform: translate(-50%, -50%);
}
.sub01-02-02 {
    background-color: #fbf2d6;
    padding: 50px 0;
    position: relative;
}
.sub01-02-02 .sub-inner {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}
.sub01-02-02 .sub-inner .bi_img {
    width: 360%;
    display: flex;
}
.sub01-02-02 .bi_img>div{
    width: 90%;
    margin-left: 10px;
}
.sub01-02-02 .bi_img>div:last-child {
    margin-right: 10px;
}
.sub01-02-02 .bi_img>div img {
    width: 100%;
}

.sub01-02-02 .bi_btn {
    display: flex;
}
.sub01-02-02 .bi_btn ul {
    width: 50%; height: 40px;
    border: 3px solid #bc2a2f;
}
.sub01-02-02 .bi_btn ul {
    margin: 10px;
}
.sub01-02-02 .bi_btn ul:last-child {
    margin-left: 0;
}
.sub01-02-02 .bi_btn ul li {
    color: #bc2a2f;
    font-size: 16px;
    font-family: var(--font-RixRak);
}
.sub01-02-02 .bi_btn ul li:first-child {
    line-height: 20px;
    text-align: left;
    float: left;
    padding: 10px;
}
.sub01-02-02 .bi_btn ul li:last-child {
    text-align: right;
    padding: 5px;
}

.sub01-02-03 .sub01-02-03_tit {
    font-family: 'ghanachoco';
    text-align: center;
    margin: 0 0 10px 0;
    padding-top: 50px;
    font-size: 50px;
}
.sub01-02-03 .sub01-02-03_txt {
    font-weight: bold;
    font-family: var(--font-RixRak);
    text-align: center;
    font-size: 18px;
}
.sub01-02-03 .sub01-02-03_txt02 {
    font-size: 14px;
    font-family: Pretendard;
    margin: 40px 0;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
.sub01-02-03 .sub01-02-03_txt02 .bar {
    width: 2px; height: 60px; 
    background-color: #000;
    position: absolute;
    top: 85px; left: 50%; 
    transform: translate(-50%, -50%);
}
.sub01-02-03 .border_bar {
    display: block;
    width: 60%; height: 3px;
    background-color: #000;
    margin: 10px auto;
}
.sub01-02-03 .inner {
    width: 100%;
    background-color: #e5e5e5;
    padding: 60px;
    margin-bottom: 50px;
}
.sub01-02-03 .inner img {
    width: 100%;
}
@media all and (min-width: 601px) {

    /*sub01_01 올선데이 소개*/

    .sub01-01-02 .title {
        font-size: 50px;
    }
    .sub01-01-02 .sub_title {
        font-size: 18px;
        width: 550px; height: 50px;
        line-height: 50px;
        margin: 30px auto;
    }
    .sub01-01-02 .txt {
        font-size: 18px;
        line-height: 1.5;
    }

    /*sub01_02 올선데이 BI*/

    .sub01-02-02 .sub-inner {
        width: 95%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .sub01-02-02 .bar {
        width: 2px; height: 60px;
    }
    .sub01-02-02 .sub-inner .bi_img {
        width: 100%;
        display: block;
    }
    .sub01-02-02 .bi_img>div{
        width: 50%;
        float: left;
        margin-left: 0;
    }
    .sub01-02-02 .bi_img>div img {
        width: 100%;
    }
    .sub01-02-02 .bi_img>div:last-child {
        margin-right: 0;
    }
    .sub01-02-02 .bi_btn {
       justify-content: space-between;
    }
    .sub01-02-02 .bi_btn>ul {
        width: 260px; height: 60px;
        border: 3px solid #bc2a2f;
        margin: 20px auto;
    }
    .sub01-02-02 .bi_btn>ul:first-child {
        margin-right: 10px;
    }
    .sub01-02-02 .bi_btn ul:last-child {
        margin-left: 0;
    }
    .sub01-02-02 .bi_btn ul li {
        color: #bc2a2f;
        font-size: 18px;
        font-family: var(--font-RixRak);
    }
    .sub01-02-02 .bi_btn ul li:first-child {
        padding: 15px;
        text-align: left;
        float: left;
    }
    .sub01-02-02 .bi_btn ul li:last-child {
        text-align: right;
        padding: 15px;
    }
    
    .sub01-02-03 .sub01-02-03_tit {
        font-family: 'ghanachoco';
        text-align: center;
        margin: 0 0 10px 0;
        padding-top: 50px;
        font-size: 50px;
    }
    .sub01-02-03 .sub01-02-03_txt {
        font-weight: bold;
        font-family: var(--font-RixRak);
        text-align: center;
        font-size: 18px;
    }
    .sub01-02-03 .sub01-02-03_txt02 {
        font-size: 14px;
        font-family: Pretendard;
        margin: 40px 0;
        line-height: 1.5;
        text-align: center;
    }
    .sub01-02-03 .sub01-02-03_txt02 .bar {
        top: 100px;
    }
    .sub01-02-03 .border_bar {
        display: block;
        width: 60%; height: 3px;
        background-color: #000;
        margin: 10px auto;
    }
    .sub01-02-03 .inner {
        width: 100%;
        background-color: #e5e5e5;
        padding: 30px;
        margin-bottom: 50px;
    }
    .sub01-02-03 .inner img {
        width: 100%;;
    }

    .sub01-02-03 .sub01-02-03_tit {
        margin: 0 0 10px 0;
        padding-top: 50px;
        font-size: 80px;
    }
    .sub01-02-03 .sub01-02-03_txt {
        font-weight: bold;
        font-family: var(--font-RixRak);
        text-align: center;
        font-size: 20px;
    }
    .sub01-02-03 .sub01-02-03_txt02 {
        font-size: 20px;
        font-family: Pretendard;
    }
    .sub01-02-03 .border_bar {
        display: block;
        width: 30%; height: 3px;
        background-color: #000;
        margin: 10px auto;
    }
    .sub01-02-03 .inner {
        padding: 100px;
        margin-bottom: 100px;
    }
}

@media all and (min-width: 769px) {

    /*sub01_02 올선데이 BI*/

    .sub01-02-01 {
        width: 60%;
        padding-bottom: 100px;
    }
    .sub01-02-02 {
        padding: 100px 0;
    }
    .sub01-02-03 .sub01-02-03_tit {
        padding-top: 100px;
    }
    .sub01-02-03 .sub01-02-03_txt {
        font-size: 25px;
    }    
    .sub01-02-03 .sub01-02-03_txt02 {
        margin: 60px 0;
    }
    .sub01-02-03 .sub01-02-03_txt02 .bar {
        top: 125px;
    }
    .sub01-02-03 .border_bar {
        width: 27%;
    }
    .sub01-02-03 .inner {
        width: 50%;
        background-color: #e5e5e5;
        padding: 100px;
        margin: 0 auto;
        margin-bottom: 100px;
    }
}

@media all and (min-width: 1025px) {


    .sub01-01-02 .sub_title {
        font-size: 20px;
        margin: 40px auto;
        width: 640px;
    }
    .sub01-01-02 .txt {
        width: 800px;
        margin: 0 auto;
        font-size: 16px;
    }
    /*sub01_02 올선데이 BI*/

    .sub01-02-01 {
        width: 650px;
        padding-bottom: 100px;
    }
    .sub01-02-02 .sub-inner .bi_img {
        width: 80%;
        margin: 0 auto;
    }
    .sub01-02-02 .bi_btn {
        margin-top: 50px;
    }
    .sub01-02-03 .sub01-02-03_txt02 .bar {
        top: 125px;
    }
    .sub01-02-03 .inner {
        width: 576px; height: 576px;
        background-color: #e5e5e5;
        padding: 100px;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .sub01-02-03 .border_bar {
        width: 280px;
    }
}

@media all and (min-width: 1441px) {
    .sub01-01-02 .sub_title {
       width: 620px;
    }
    .sub01-01-02 .txt-inner {
        width: 84%;
        margin: 0 auto;
    }
}