#main_content{
    width: 100%;
    margin-top: 230px;
}


/* main_section1 */
.main_section1{
    width: 100%;
    position: relative;
}

.visual{
    width: 100%;
    height: 680px;
    position: relative;
}

.slider1,
.v_0,
.v_1,
.v_2{
    width: 100%;
    height: 680px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.v_0 img,
.v_1 img,
.v_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_sec1_content{
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.main_sec1_content .center{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.line{
    width: 1px;
    height: 70px;
    background-color: #ccc;
}

.m_s1_box1{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.m_s1_txt1{
    margin-top: 15px;
}

.m_s1_txt1 p{
    position: relative;
    font-size: 28px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.m_s1_txt1 p img{
    position: absolute;
    top: -35px;
    right: -33px;
    animation: pulsate-bck 0.5s ease-in-out infinite both;
}

.m_s1_txt1 span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 10px;
}

.m_s1_txt1 span strong{
    font-weight: normal;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.m_s1_img1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
}

.m_s1_box2 ul{
    display: flex;
}

.m_s1_box2 ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 45px;
    cursor: pointer;
}

.m_s1_box2 ul li:last-child{
    margin-right: 0;
}

.m_s1_box2 ul li p{
    font-size: 17px;
    color: #111;
    margin-top: 7px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.m_s1_box3 p{
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.m_s1_box3 p strong{
    display: block;
    font-size: 34px;
    font-weight: normal;
    font-family: 'Pretendard-ExtraBold', sans-serif;
    margin-top: 5px;
}

.m_s1_box3 span{
    display: block;
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 10px;
}


/* main_section2 */
.main_section2{
    width: 100%;
    padding-top: 110px;
}

.section_title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section_title p{
    font-size: 60px;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #ed2a76, #ff8a8d, #fbaf3f);
    color: transparent;
    -webkit-background-clip: text;
}

.section_title span{
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 10px;
}

.section_title span strong{
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.m_sec2_content{
    width: 100%;
    margin-top: 50px;
}

.m_sec2_content ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m_sec2_content ul li{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.review_write_btn{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.review_write_btn a{
    position: relative;
    padding: 0 8px 10px;
    display: flex;
    align-items: center;
}

.review_write_btn a p{
    font-size: 17px;
    color: #ed2a76;
    font-family: 'Pretendard-Medium', sans-serif;
}

.review_write_btn a i{
    color: #ed2a76;
    font-size: 17px;
    font-weight: bold;
    margin-left: 13px;
    transition: transform .3s;
}

.review_write_btn a span{
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ed2a76, #ff8a8d, #fbaf3f);
    left: 0;
    bottom: 0;
}

.review_write_btn a:hover i{
   transform: translateX(12px);
}


/* main_section3 */
.main_section3{
    width: 100%;
    margin-top: 120px;
}

ul.category_slide{
    width: 100%;
    display: flex !important;  
}

ul.category_slide li{
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

ul.category_slide li img{
    width: 100%;
}

ul.category_slide li p{
    position: absolute;
    bottom: 0;
    left: 18px;
    font-size: 33px;
    color: #111;
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

ul.category_slide li p span{
    display: block;
    font-size: 18px;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 3px;
}


/* main_section4 */
.main_section4{
    width: 100%;
    margin-top: 120px;
}

.main_section4 .section_title{
    width: 100%;
    align-items: flex-start;
}

ul.recruit_slide{
    width: 100%;
    padding-top: 120px;
    display: flex !important;
    margin-top: -70px;
}

ul.recruit_slide li{
    margin: 0 13px;
    cursor: pointer;
}

.recruit_thumb{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.recruit_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.recruit_thumb:hover img{
    transform: scale(1.1);
}

.recruit_txt{
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}

.recruit_txt span{
    font-size: 16px;
    color: #ed2a76;
    display: block;
    font-family: 'Pretendard-Regular', sans-serif;
}

.recruit_txt p{
    font-size: 19px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 3px;
}


/* main_section5 */
.ntn{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: rgba(237, 42, 118, 0.8);
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
}


/* main_section6 */
.main_section6{
    width: 100%;
    margin-top: 130px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_section6>img{
    max-width: 100%;
}

.main_section6 .center{
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.main_section6 .center>p{
    font-size: 53px;
    color: #fff;
    font-family: 'Pretendard-ExtraBold', sans-serif;
    line-height: 55px;
}

.main_section6 .center>p span{
    color: #ee3368;
}

.main_section6 .center>span{
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    display: block;
    margin-top: 15px;
}

.em_btn{
    display: flex;
    margin-top: 35px;
}

.em_btn a{
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.em_btn a p{
    font-size: 17px;
    color: #ee3368;
    font-family: 'Pretendard-Medium', sans-serif;
}

.em_btn a i{
    color: #ee3368;
    font-size: 16px;
    margin-left: 30px;
    font-weight: bold;
    transition: transform .3s;
}

.em_btn a:hover i{
    transform: translateX(10px);
}


/* main_section6 */
.main_section7{
    margin: 120px 0 200px;
}

ul.information_slide{
    width: 100%;
    padding-top: 120px;
    display: flex !important;
    margin-top: -70px;
}

ul.information_slide li{
    margin: 0 18px;
    cursor: pointer;
}

.information_thumb{
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.information_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.information_thumb:hover img{
    transform: scale(1.1);
}