/* 공통 */

html{
    background: #fff;
}
.wrap_box .sec01_sub_title p {
    font-size: 1.16rem;
    color: #AEACAC;
    font-weight: 400;
    line-height: 1.4;
}

.wrap_box .enter_btn {
    text-align: center;
}

.wrap_box .enter_btn a {
    width: auto;
    /* height: 86px;
     */
     /* padding: 0 45px; */
    padding: 20px 40px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-sizing: border-box;
    color: #0077FF;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
}

.wrap_box .enter_btn a:hover {
    background-color: #0077FF;
    color: #fff;
}

.wrap_box .enter_btn a:hover i {
    color: #fff;
}

.wrap_box .enter_btn a i {
    color: #0077FF;
    font-size: 1.4rem;
}

.section {
    height: 100%;
}

.wrap_box .sub_title {
    width: 100%;
    padding-bottom: 86px;
}



.section01 .wrap_box .enter_btn a,
.section04 .wrap_box .enter_btn a{gap: 60px}
.section02 .wrap_box .enter_btn a{gap: 40px}
.section03 .wrap_box .enter_btn a{gap: 90px}

.tab_type4 > ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

div.tab_boxx{
    padding-top: 40px;
}

.tab_type4 ul li:hover a {
    color: #0077FF;
    border: 1px solid #0077FF;
}

.tab_type4 ul li a {
    display: flex;
    /* height: 100%; */
    font-size: 1.5rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    color:#BBBBBB;
    border-radius: 43px;
    border: 1px solid #E1E1E1;
    background: #fff;
    width: 165px;
    display: block;
    padding: 16px 0px;
    box-sizing: border-box;
    text-align:center;
}


/* side_bar */
.side_bar {
    width: 30px;
    height: 132px;
    position: fixed;
    left: 54px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 9999;
}

.side_bar .mov_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 100%;
}

.menu-active {
    background-color: #DFEEFF;
    border: 1px solid #0077FF !important;
}

.side_bar .mov_btn.menu-active a span {
    background-color: #0077FF;
}

/* .side_bar .mov_btn.on a span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #0077FF;
    border-radius: 100%;
}

.side_bar .mov_btn.on a {
    width: 26px;
    height: 26px;
    background-color: #DFEEFF;
    border: 1px solid #0077FF;
} */

.side_bar .mov_btn a {
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.side_bar .mov_btn a span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #DBDBDB;
    border-radius: 100%;
}

.side_bar .mov_btn a:hover {
    width: 26px;
    height: 26px;
    background-color: #DFEEFF;
}

.side_bar .mov_btn a:hover span {
    background-color: #0077FF;
}



/* main_header */
#wrap #header .lnb,
#wrap #header2 .lnb {
    display: flex;
}


/* section01 */
.section01 {
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}

.section01::after {
    content: '';
    position: absolute;
    background: url(/project/design/com/img_bar1.png) no-repeat center / contain;
    top: 50px;
    right: -75%;
    width: 187%;
    height: 387px;
    z-index: -1;
}

.section01::before {
    content: '';
    position: absolute;
    background: url(/project/design/com/img_bar2.png) no-repeat left / contain;
    bottom: -70px;
    left: 18%;
    width: 100%;
    height: 387px;
    z-index: -1;
}

.section01 .sec01_img {
    width: 55%;
    height: 100%;
    position: absolute;
    top: 14%;
    right: 3%;
    background: url(/project/design/com/img_main.png) no-repeat center / 100%;
}

.section01 .wrap_box {
    padding-top: 150px;
    box-sizing: border-box;
}

.section01 .wrap_box .sec01_title {
    width: 500px;
    word-break: keep-all;
    padding: 30px 0;
}

.section01 .wrap_box .sec01_title h1 {
    font-size: 3.9rem;
    font-weight: 700;
    color: #000;
    font-family:"Gyeong_Title";
    line-height: 1.2;
}

.section01 .wrap_box .sec01_sub_title {
    width: 320px;
    word-break: keep-all;
    padding-bottom: 125px;
}

.section01 .enter_btn {
    text-align: left;
}

/* section02, section03 content는 sub page와 연동으로 default에 작성 */

/* section04 */
.section04 {
    position: relative;
    z-index: 1;
}

.section04::after {
    content: '';
    position: absolute;
    background: url(/project/design/com/img_bar1.png) no-repeat;
    top: 95px;
    right: -51%;
    width: 100%;
    height: 450px;
    z-index: -1;
}

.section04::before {
    content: '';
    position: absolute;
    background: url(/project/design/com/img_bar2.png) no-repeat center/ contain;
    bottom: -40px;
    left: -69%;
    width: 100%;
    height: 380px;
    z-index: -1;
    padding: 0 200px;
}

.section04 .wrap_box .sub_title {
    padding-bottom: 40px;
}

.section04 .tab_box .store {
    width: 90%;
    height: 266px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    transition: all .2s;
}

.section04 .tab_box .store .under_box {
    display: flex;
    justify-content: right;
    height: 95px;
    position: relative;
    border-top-left-radius: 10px ;
    border-top-right-radius: 10px ;
    background-color: #fff;
    transition: all .5s;
}

.section04 .tab_box .store .under_box::before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: linear-gradient(135deg ,#8CDEA9, #71D1B4, #41BAE7 ); transition: opacity .5s;     border-top-left-radius: 10px ;
    border-top-right-radius: 10px ;}
.section04 .tab_box .store:hover .under_box:before { opacity: 1;}
.section04 .tab_box .store .under_box .store_title {position: relative; transition: all .5s;} 
.section04 .tab_box .store .under_box .con_img { display: flex; justify-content: right; align-items: bottom; position: relative;  transition: all .5s;} 



.section04 .tab_box .store .under_box .under_con {
    width: 100%;
    position: relative;
}
.section04 .tab_box .store .under_box .under_con > span {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 35px;
    left: 30px;
    overflow: hidden;
    border-radius: 100%;
    border: 7px solid #fff;
    display: flex;
    justify-content: center;
}
.section04 .tab_box .store .under_box .under_con .store_title {
    display: block;
    padding-top: 45px;
    padding-left: 42%;
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
    text-align: left;
}

.section04 .tab_box .store .bottom_box {
    padding: 16px 35px 35px 35px;
    text-align: left;
}

.section04 .tab_box .store .bottom_box p {
    font-size: 0.94rem;
    font-weight: 400;
    color: #A7A6A6;
    line-height: 1.5;
}

.section04 .tab_box .store .bottom_box .center {
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 500;
    color: #A7A0A0;
}

.section04 .tab_box .store .bottom_box .bt_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.section04 .tab_box .store .bottom_box .bt_text br { display: none;}
.section04 .tab_box .store .bottom_box .bt_text br::before { content: " ";}

.section04 .tab_box .st_fruit .under_box {
    background: #F8F5FF;
}

.section04 .tab_box .st_fish .under_box {
    background: #F3F8FE;
}

.section04 .tab_box .st_veg .under_box {
    background: #F2F9F3;
}

.section04 .tab_box .store:hover .under_box  {
    background: linear-gradient(135deg ,#8CDEA9, #71D1B4, #41BAE7 );
    transition: all 10s;
}

.section04 .tab_box .store:hover .under_box .under_con .store_title {
    color: #fff;
}

.section04 .tab_box .store {
    width: 95%;
    display: block;
    position: relative;
}

.section04 .tab_box .store:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    width: 100px;
    height: 120px;
}

.section04 .tab_box .st_fruit:after {
    background: url(/project/design/com/img_grape.png) no-repeat right / 100%;
}

.section04 .tab_box .st_fish:after {
    background: url(/project/design/com/img_shell.png) no-repeat right / 100%;
}

.section04 .tab_box .st_veg:after {
    background: url(/project/design/com/img_carrot.png) no-repeat right / 100%;
}

/* section05 */

.section05 {
    position: relative;
    z-index: 1;
}

.section05::after {
    content: '';
    position: absolute;
    background: url(/project/design/com/img_bar1.png) no-repeat;
    bottom: -110px;
    right: -51%;
    width: 100%;
    height: 450px;
    z-index: -1;
}

.section05 .wrap_box {
    padding: 0px 50px 130px 50px;
    box-sizing: border-box;
}

.section04 .on,
.section05 .on {
    border: 1px solid #0077FF !important;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    color: #0077FF !important;
}

.section05 .wrap_box .sub_title {
    padding-bottom: 50px;
}

.section05 .sec05_conbox {
    display: flex;
    justify-content: center;
}

.section05 .sec05_conbox .conbox {
    display: block;
    /* width: 100%; */
    width: 330px;
    height:  290px;
    padding: 33px 40px;
    background: #fff;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative; 
    transition: all .5s; 
    /* overflow: hidden; */
}

.section05 .sec05_conbox .conbox::before { 
    border-radius: 10px;
    display: block; 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    background: linear-gradient(135deg ,#8CDEA9, #71D1B4, #41BAE7 ); 
    transition: opacity .5s;
}

    .section05 .sec05_conbox .conbox:hover:before { opacity: 1;}

/* .section05 .sec05_conbox .conbox:hover {
    background: linear-gradient(135deg ,#8CDEA9, #71D1B4, #41BAE7 );
} */

.section05 .sec05_conbox .conbox:hover .date,
.section05 .sec05_conbox .conbox:hover .con_title,
.section05 .sec05_conbox .conbox:hover .desc_box,
.section05 .sec05_conbox .conbox:hover .detail {
    color: #fff;
}

.section05 .sec05_conbox .conbox .date {
    font-size: 17px;
    font-weight: 700;
    font-family: "Gyeong_Title";
    color: #0077FF;
    position: relative;
    transition: all .5s;
}

.section05 .sec05_conbox .conbox .con_title {
    width: 230px;
    margin: 20px 0 15px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.16rem;
    font-weight: 700;
    color: #000;
    position: relative;
    transition: all .5s;
    min-height: 55px;
}




.section05 .sec05_conbox .conbox .desc_box {
    /* margin-bottom: 35px; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.94rem;
    font-weight: 300;
    color: #AEAEAE;
    position: relative;
    transition: all .5s;
    min-height: 80px;
}

.section05 .sec05_conbox .conbox .detail {
    display: block;
    font-size: 0.94rem;
    font-weight: 600;
    color: #BBBBBB;
    position: relative;
    transition: all .5s;
}

.section05 .sec05_conbox .conbox.on {
    background: linear-gradient(135deg ,#8CDEA9, #71D1B4, #41BAE7 );
    border: none !important;
}

.section05 .sec05_conbox .conbox.on .date,
.section05 .sec05_conbox .conbox.on .con_title,
.section05 .sec05_conbox .conbox.on .desc_box,
.section05 .sec05_conbox .conbox.on .detail {
    color: #fff;
}


.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    overflow-x: hidden !important;
  }

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    /* padding: 20px; */
    height: 400px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .section04 .swiper-slide {
    margin-top: 0px !important;
    height: 320px;
}

.section05 .swiper-slide {
    height: 350px;
}


  .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-image: none !important;
    border-radius: 100%;
    left: 85px;
    top: 58%;
    right: auto;
    padding: 40px;
    box-sizing: border-box;
}

.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1 {
    left: 86px !important;
    top: 55.5% !important;
    right: auto;
    transition: all .2s;
}

.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {
    right: 86px !important;
    top: 55.5% !important;
    right: auto;
    transition: all .2s;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 86px !important;
    top: 50% !important;
    transform: translatey(-50%);
    right: auto;
    transition: all .2s;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 86px !important;
    top: 50% !important;
    transform: translatey(-50%);
    right: auto;
    transition: all .2s;
}


.swiper-button-prev i,
.swiper-button-next i {
    font-size: 1.5rem;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    transition: all .2s;
}

.swiper_btn1,
.swiper_btn2{
    width: 100%;
    position: absolute;
    top: 55%;
    right: 0;
}

.swiper_btn2 {
    top: 62%;
}

  .swiper-slide00 {
    text-align: center;
    font-size: 18px;
    height: 200px;
    margin: 0;
    /* padding: 0 30px 50px 30px; */
    box-sizing: border-box;
  }

  .swiper-container-multirow>.swiper-wrapper {
    display: flex;
    align-items: self-end;
    padding-bottom: 50px;
}


@media all and (max-width: 1700px) {
    html {
        font-size: 15px;
    }
}

@media all and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
    .section04 .tab_box .store_box {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
}

@media all and (max-width: 1399px) {
    html {
        font-size: 16px;
    }


    .side_bar {
        left: 30px;
    }

    .swiper_btn1,
    .swiper_btn2 {
        width: 300px;
        position: absolute;
        top: 22%;
        right: 0% !important;
    }

    .swiper_btn2 {
        top: 23%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        padding: 30px;
        box-sizing: border-box;
        border: 1px solid #e4e4e4;
    }

    .section03 .sec03_conbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 50px;
    }

    .sec03_conbox .conbox .con_title h3 {
        font-size: 1.5rem;
    }

    .sec03_conbox .conbox .con_text p {
        font-size: 1.2rem;
    }
    
    .section03 .sec03_conbox .conbox .con_img img {
        width: 7rem;
    }

    .section05 .sec05_conbox .conbox {
        padding: 30px 20px;
    }

    .section05 .sec05_conbox .conbox .desc_box {
        width: auto;
    }
}

@media all and (max-width: 1275px) {
    html {
        font-size: 13px;
    }

    .wrap_box .sub_title h2 {
        width: 23rem;
    }

    .swiper_btn1,
    .swiper_btn2 {
        width: 280px;
        top: 21%;
    }

    .swiper_btn2 {
        top: 22%;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        padding: 25px;
    }
}

@media all and (max-width: 1200px) {
    html {
        font-size: 12px;
    }

    .tab_type4 ul li a {
        font-size: 1.2rem;
        width: 100px;
    }

    .section04 .tab_box .store_box {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 1050px) {
    html {
        font-size: 14px;
    }

    .section01 .wrap_box .sec01_title h1 {
        font-size: 3.5rem;
    }

    .swiper_btn1,
    .swiper_btn2 {
        width: 280px;
        top: 21.5%;
    }

    .swiper_btn2 {
        top: 22.5%;
    }
}

@media all and (max-width: 1000px) {
    .swiper_btn1 {
        top: 18%;
    }
}

@media all and (max-width: 900px) {
    .tab_type4 > ul {
        gap: 10px;
    }

    .swiper_btn1, .swiper_btn2 {
        width: 270px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        padding: 1.5rem;
    }

    .section04 .tab_box .store .under_box .under_con .store_title {
        font-size: 1.5rem;
        text-align: center;
        padding-left: 0;
    }

    .section04 .tab_box .store .bottom_box .center {
        font-size: 1.2rem;
        text-align: center;
        padding-left: 0 !important; 
    }

    .section04 .tab_box .store .bottom_box p {
        font-size: 1.2rem;
    }

    .section04 .tab_box .store {
        width: 90%;
    }
}

@media all and (max-width: 840px) {
    .section05 .sec05_conbox .conbox {
        width: 100% !important;
    }
}

@media all and (max-width: 800px) {
    .section01 {
        background-color: #f9fcf9;
    }

    .section01 .sec01_img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 10%;
        right: -46%;
        z-index: -1;
        opacity: 1;
    }

    .section01::before,
    .section01::after {
        display: none;
    }

    .section01 .wrap_box {
        padding-top: 150px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .section01 .wrap_box .sec01_title {
        width: 100%;
    }

    .section01 .wrap_box .sec01_sub_title {
        width: 50%;
    }
    
    .tab_type4 > ul {
        justify-content: left;
    }

    .section03 .sec03_conbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    
    .sec03_conbox .conbox .con_text {
        padding: 17px 0 10px 0;
    }

    .section03 .sec03_conbox .conbox .con_img img {
        width: 6rem;
    }

    .swiper_btn1 {
        top: 17.5%;
    }

    .side_bar {
        display: none;
    }
}

@media all and (max-width: 700px) {
    .section01 .wrap_box .sec01_title h1 {
        font-size: 2.5rem;
    }

    .swiper_btn1, .swiper_btn2 {
        width: 265px;
    }

    .swiper_btn1 {
        top: 270px
    }

    .swiper_btn2 {
        top: 230px;
    }

    .tab_type4 > ul {
        justify-content: center;
        padding-bottom: 0;
    }

    .sec03_conbox .conbox h3 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .sec03_conbox .conbox h3 .con_img0 {
        display: block !important;
    }

    .sec03_conbox .conbox .con_img1,
    .sec03_conbox .conbox .con_img2,
    .sec03_conbox .conbox .con_img3,
    .sec03_conbox .conbox .con_img4 {
        display: none;
    }

    .section03 .sec03_conbox .conbox {
        height: auto;
        padding: 20px;
    }
}


@media all and (max-width: 600px) {
    html {
        font-size: 11px;
    }

    .section01 .wrap_box .sec01_title h1 {
        font-size: 3rem;
    }

    .wrap_box .sec01_sub_title p {
        font-size: 1.4rem;
    }

    .section03 .sec03_conbox .conbox {
        padding: 20px 20px 0 20px;
    }

    .sec03_conbox .conbox .con_text p {
        font-size: 1.5rem;
    }

    .swiper_btn1 {
        top: 210px;
    }

    .swiper_btn2 {
        top: 220px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        padding: 2rem;
    }

    .section04 .tab_box .store {
        height: auto;
    }

    .section04 .tab_box .store .under_box .under_con > span {
        width: 70px;
        height: 70px;
        top: 5px;
        left: 35px;
    }

    .wrap_box .sub_title h2 {
        font-size: 2.2rem;
    }

    .wrap_box .sub_title p {
        font-size: 1.3rem;
    }

    .tab_type4 ul li a {
        padding: 10px 0px;
    }

    .section04 .tab_box .store .under_box .under_con .store_title {
        font-size: 1.8rem;
    }

    .section04 .swiper-slide {
        height: 280px;
    }

    .section04 .tab_box .store .bottom_box .center {
        font-size: 2rem;
        text-align: left;
        padding-bottom: 20px !important;
    }

    .tab_box .store .bottom_box .center {
        font-size: 1.5rem;
    }

    .section04 .tab_box .store .bottom_box p {
        font-size: 1.4rem;
    }

    .tab_type4 ul li a {
        font-size: 1.2rem;
        width: 80px;
    }

    .section05 .wrap_box {
        padding: 0px 50px 80px 50px;
        box-sizing: border-box;
    }

    .section05 .sec05_conbox .conbox .con_title {
        font-size: 1.5rem;
    }

    .section05 .sec05_conbox .conbox .desc_box {
        font-size: 1.3rem;
    }

    .section05 .sec05_conbox .conbox .detail {
        font-size: 1.4rem;
    }
}

@media all and (max-width: 500px) {
    html {
        font-size: 10px;
    }

    .section04 .swiper-slide {
        height: 260px;
    }

    .section04 .tab_box .store {
        width: 85%;
    }

    .section04 .tab_box .store .under_box .under_con > span {
        left: 10px;
    }

    .section04 .tab_box .store .under_box .under_con .store_title {
        font-size: 1.5rem;
        margin-left: 0px;
    }

    .section04 .tab_box .store:after {
        top: 12px;
        right: 10px;
        width: 70px;
        height: 95px;
    }

    .section04 .tab_box .store .under_box .under_con > span {
        width: 60px;
        height: 60px;
        top: 12px;
        left: 5px;
    }

    .wrap_box .enter_btn a {
        padding: 10px 16px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        font-size: 1.5rem;
    }

    .section01 .wrap_box .enter_btn a{gap: 40px}
    .section02 .wrap_box .enter_btn a{gap: 30px}
    .section03 .wrap_box .enter_btn a{gap: 60px}

    .section05 .sec05_conbox .conbox {
        box-shadow: none !important;
        border: 1px solid #d4d4d4;
        /* overflow: hidden; */
    }

    .tab_type4 ul li a {
        width: 70px;
        padding: 5px 0px;
    }

    .section04 .tab_box .store .bottom_box .center {
        font-size: 1.5rem;
        padding-bottom: 10px !important;
    }

    .section04 .tab_box .store .bottom_box p {
        font-size: 1.3rem;
    }

    .section05 .wrap_box {
        padding: 0px 10px 80px 10px;
        box-sizing: border-box;
    }

    .section05 .swiper-slide {
        height: 290px;
    }
    .swiper_btn1,
    .swiper_btn2 {
        right: -70px !important;
    }
}


/* 221212 추가 */

#container { padding-top: 80px;}
.sec03_conbox { gap: 40px;}
.sec03_conbox .conbox { width: 100%; padding: 40px 40px 30px 40px; cursor: default; display: flex; flex-direction: column; justify-content: space-between;}
.sec03_conbox .conbox .con_text { flex: 3; padding: 20px 0 0 0;}
.sec03_conbox .conbox .con_text ul { display: flex; flex-direction: column; gap: 7px;}
.sec03_conbox .conbox .con_text ul > li { padding-left: 10px; position: relative; transition: all ease 0.5s; font-size: 17px; color: #AEAEAE;}
.sec03_conbox .conbox .con_text ul > li:before { content: "· "; display: block; position: absolute; top: 0; left: 0;}
.sec03_conbox .conbox .con_img { justify-self: flex-end;}
.sec03_conbox .conbox .con_img img { height: 90px;}
.sec03_conbox .conbox:hover .con_text ul > li { color: #fff;} 


@media all and (max-width: 900px) {
    .sec03_conbox .conbox .con_text {padding:0;}
    .sec03_conbox .conbox .con_text ul { gap: 3px;}
    .sec03_conbox .conbox .con_text ul > li { font-size: 15px;}
}

@media all and (max-width: 600px) {
    .wrap_box { width: 90%;}
    .section01 { background-color: #fff; margin-bottom: 60px;}
    .section01 .sec01_img { top: auto; bottom: 0; right: 0; background: url(/project/design/com/img_main.png) no-repeat center 105% / 90%;}    
    .section01 .wrap_box { padding-top: 30px; padding-bottom: 260px; text-align: center;}
    .section01 .wrap_box .sec01_logo { padding-left: 5px;}
    .section01 .wrap_box .sec01_title { padding: 15px 0 10px 0;}
    .section01 .wrap_box .sec01_title h1 { font-size: 2.2rem;}
    .section01 .wrap_box .sec01_title h1 br { display: none; }
    .section01 .wrap_box .sec01_sub_title { padding-bottom: 20px; text-align: center; width: 100%;}
    .section01 .wrap_box .enter_btn { text-align: center;}
    .section01 .wrap_box .enter_btn a { background-color: #0077FF; color: #fff;}
    .section01 .wrap_box .enter_btn a i { color: #fff;}

    .sec02_conbox .conbox .figure { height: 120px;}
    .sec02_conbox .conbox .figure_img { top: 10%;}
    .sec02_conbox .conbox .figure_img img { height: 170px;}
    .sec02_conbox .conbox .con_text p { font-size: 13px;}

    
    .section03 .sec03_conbox { padding: 0 10px 60px 10px; grid-row-gap:30px}
    .section03 .sec03_conbox .conbox {padding: 30px; box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);}
    .sec03_conbox .conbox .con_title h3 { font-size: 20px;}
    .sec03_conbox .conbox .con_text { padding-top: 20px;}
    .sec03_conbox .conbox .con_text ul > li { font-size: 13px;}
    .sec03_conbox .conbox .con_img img { height: auto;}

    .section04 .wrap_box { width: 100%;}
    .tab_box { padding: 20px 0 !important;}

    .section04 .tab_box .store .under_box .under_con { display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; gap: 10px;}
    .section04 .tab_box .store .under_box .under_con .store_title { padding: 0;}
    .section04 .tab_box .store .under_box .under_con > span { position: relative; top:auto; left: auto; }

    .section05 .sec05_conbox { width: 100%; box-sizing: border-box;}
    .section05 .swiper-slide, .section05 .sec05_conbox .conbox { height: 220px;}
    .section05 .sec05_conbox .conbox { display: flex; flex-direction: column; justify-content: space-between; padding: 30px; box-sizing: border-box;}
    .section05 .sec05_conbox .conbox .con_title { width: 100%; margin: 10px 0; min-height: auto;}
    .section05 .sec05_conbox .conbox .desc_box { min-height: auto; flex: 10;}    
    
}