#section01 {
    position: relative;
}

#section01 .slider_section {
    height: 372px;
    background: linear-gradient(to bottom, #1f2329 65%, #131619);
}

#section01 .area_flex_inner {
    width: 1000px;
}

#main_slider {
    width: 100%;
    height: 372px;
    position: absolute;
    left: 0;
    top: 10px;
}

#main_slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

#main_slider .slick-dots>li {
    width: 10px;
    height: 10px;
    background: gray;
    float: left;
    margin-right: 14px;
    transition: all 0.5s ease;
    border-radius: 50%;
    cursor: pointer;
}

#main_slider .slick-dots>li.slick-active {
    transform: scale(1.1);
    background: white;
}

#main_slider .slick-dots>li:last-child {
    margin-right: 0;
}

#before_section02 {
    position: relative;
    display: flex;
    justify-content: center;
}


#before_section02_div {
    padding-top: 72px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #212529;
    margin-bottom: 16px;
    height: 35px;
    ;
}


#before_section02_div_span1 {
    color: #293FF1;
    margin-left: 6px;
}

#before_section02_div_span2 {
    color: #999999;
    font-size: 13px;
    background: url(../image/more_arrow.png) no-repeat right 0 top 6px;
    padding-right: 10px;
    cursor: pointer;
    margin-top: 5px;
    float: right;
    font-weight: 400;
}


#before_section02_div_span3 {
    margin-left: 6px;
}


#section02 {
    position: relative;
    display: flex;
    justify-content: center;
}

.section_div {
    width: 1110px;
    position: relative;
}

.section02_li {
    width: 259px;
    height: 393px;
    float: left;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 5px;
}

li.section02_li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.section02_li img {
    width: 100%;
}

#section03 {
    padding-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}


#section3_btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px;
    background: #505ED1;
    border-radius: 4px;
    color: white;
    float: right;
    cursor: pointer;
}


#section04 {
    /* padding-top: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
    height: 480px;
}


.div_text_center {
    text-align: center;
}

.section04_title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #212529;
}

.section04_div1 {
    width: 356px;
    height: 378px;
    background-image: url(/assets/template/1/img/pbl/main_bg2.png);
    float: left;
    border-radius: 20px;
}

.section04_div1_sub1 {
    margin-top: 78px;
    margin-left: 74px;
    width: 210px;
    height: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #F8FAFB;
}

.section04_div1_sub2 {
    margin-top: 2px;
    margin-left: 105px;
    width: 144px;
    height: 24px;
}

.section04_div1_sub3 {
    text-align: center;
}

.section04_div1_sub3_1 {
    margin-left: 13px;
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 130px;
    text-align: center;
    color: #F8FAFB;
}

.section04_div1_sub3_2 {
    width: 13px;
    height: 45px;
    margin-top: 197px;
    margin-left: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 45px;
    text-align: center;
    color: #F8FAFB;
    opacity: 0.3;
}

.section04_div1_sub3_3 {
    width: 24px;
    height: 65px;
    margin-top: 192px;
    margin-left: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
    color: #F8FAFB;
    opacity: 0.3;
}

.section04_div1_sub4 {
    width: 195px;
    height: 18px;
    margin-top: 70px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #F8FAFB;
    opacity: 0.5;
}

.section04_div2 {
    position: relative;
    width: 728px;
    height: 378px;
    margin-left: 10px;
    float: left;
    background: #FFFFFF;
    border: 1px solid #E6E8EB;
    border-radius: 20px;
}

.section04_div2_sub {
    margin-top: 37px;
    margin-left: 40px;
    margin-right: 40px;
}

.section04_div2_title {
    margin-top: 20px;
    max-height: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.arrow {
    width: 100%;
    text-align: right;
}

.section04_btns {
    margin-top: 18px;
    text-align: right;
}


.section04_btn1 {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #293FF1;
    border-radius: 4px;
    color: #293FF1;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 28px 5px 28px;
    margin-right: 8px;
    cursor: pointer;
}

.section04_btn2 {
    box-sizing: border-box;
    background: #293FF1;
    border: 1px solid #293FF1;
    border-radius: 4px;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;

}

.section04_div2_id {
    margin-top: 24px;
    text-align: left;
    height: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.section04_div2_subtitle {
    margin-top: 4px;
    text-align: left;
    height: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.cursor_pointer {
    cursor: pointer;
}

.section04_div2_content {
    margin-top: 25px;
    text-align: left;
    width: 648px;
    height: 72px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    overflow: hidden;
    -webkit-line-clamp: 4;
    word-break: keep-all;
}

#slack_now_page {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #293FF1;
}

#slack_total_page {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: gray;
}

#section05 {
    padding-top: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    /* height: 1106px; */
}

#section05_title1 {
    height: 34px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #212529;
}

#section05_title2 {
    margin-top: 20px;
    height: 112px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    color: #212529;
}

#section05_list {
    margin-top: 40px;
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
}

.section05_item {
    display: flex;
    margin-bottom: 64px;
}

.section05_item:nth-child(even) img {
    order: 2;
    /* 우측으로 배치 */
}

.section05_item:nth-child(odd) img {
    order: 1;
    /* 좌측으로 배치 */
}

.section05_item:nth-child(even) div {
    order: 1;
    margin-left: 0px;
    margin-right: 22px;
    /* 좌측으로 배치 */
}

.section05_item:nth-child(odd) div {
    order: 2;
    /* 우측으로 배치 */
}

.section05_item:nth-child(odd) .section05_div2 {
    align-items: start;
    text-align: left;
    padding-top: 20px;
}

.section05_item:nth-child(even) .section05_div2 {
    align-items: end;
    text-align: right;
    padding-top: 20px;
}

#section05_div1 {
    width: 542px;
    height: 250px;
    float: left;
}

.section05_item img {
    width: 620px;
    height: 300px;
}

.section05_div2 {
    margin-left: 22px;
    width: 470px;
    height: 250px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section05_div2_1 {
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 68px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 34px;
    color: #212529;
}

.section05_div2_2 {
    margin-top: 11px;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 180px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #212529;
    word-break: keep-all;
}

#section06 {
    padding-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}

#section06_div {
    width: 1100px;
}

.section06_li {
    width: 90px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.section06_li_div1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section06_li img {
    width: 100px;
}

#section07 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

#section07_div {
    width: 1110px;
    text-align: center;
    padding-top: 20px;
}

#section07_btn {
    box-sizing: border-box;
    background: #293FF1;
    border: 1px solid #293FF1;
    border-radius: 4px;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 80px 10px 80px;
    text-align: center;
    cursor: pointer;
}

#section08 {
    padding-top: 152px;
    text-align: center;
}

#section09 {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    display: flex;
    justify-content: center;
}

#section10 {
    padding-top: 110px;
    position: relative;
    display: flex;
    justify-content: center;
}

#section10_title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    color: #212529;
}

#section09_div {
    width: 1100px;
}

.section09_li img {
    width: 1100px;
}

#section09 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
}

#section09 .slick-dots>li {
    width: 10px;
    height: 10px;
    background: gray;
    float: left;
    margin-right: 14px;
    transition: all 0.5s ease;
    border-radius: 50%;
    cursor: pointer;
}

#section09 .slick-dots>li.slick-active {
    transform: scale(1.1);
    background: white;
}

#section09 .slick-dots>li:last-child {
    margin-right: 0;
}

#section02_arrow_left {
    position: absolute;
    left: -42px;
    top: 82px;
    cursor: pointer;
    display: none;
}

#section02_arrow_right {
    position: absolute;
    right: -42px;
    top: 82px;
    cursor: pointer;
    display: none;
}

#section01_arrow_left {
    position: relative;
    top: 150px;
    left: calc(50% - 600px);
    cursor: pointer;
    display: none;
}

#section01_arrow_right {
    position: relative;
    top: 150px;
    left: calc(50% + 535px);
    cursor: pointer;
    display: none;
}

#section09_arrow_left {
    position: relative;
    right: -53px;
    top: -92px;
    cursor: pointer;
    display: none;
}

#section09_arrow_right {
    position: relative;
    left: 974px;
    top: -92px;
    cursor: pointer;
}

#section04_arrow_left {
    margin-right: -3px;
}

.pbl_cate_item {
    cursor: pointer;
}

#section04_arrow_right {
    margin-left: -3px;
}

#section06_arrow_left {
    margin-top: 21px;
    display: none;
}

#section06_arrow_right {
    margin-top: 21px;
    cursor: pointer;
    display: none;
}

.section02_li_div1_img {
    width: 263px;
    height: 207px;
    border: 1px solid #E6E8EB;
    border-radius: 4px;
}

.section02_item_cate {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #505ED1;
    margin-top: 4px;
}

.section02_item_title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}

.section02_item_sub_title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #9EA7AD;
    margin-top: 12px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.section02_item_cate_count {
    margin-top: 16px;
}

.section02_item_cate_count1 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #505ED1;
}

.section02_item_cate_count2 {
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
}

.section02_content {
    padding: 12px;
}