/* 드림 테마 11호 */

a.btn#new_link {
    border-radius: 2em;
    padding: 6px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    height: auto;
    gap: 6px;
    background-color: transparent;
    border: 1px solid transparent;
}

.btn_outline {
    margin: 20px auto;
}

.btn_outline {
    border: 1px solid #333 !important;
    background: #fff !important;
    color: #333;
}

.btn_outline:hover {
    background: #333 !important;
    color: #fff;
}

section .sec_inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0 0;
}

section._end .sec_inner {
    padding: 80px 0;
}

.sec_inner h2.m_tit {
    font-size: 36px;
    color: #444;
}

.sec_inner p.desc {
    padding: 10px 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #777;
}

/* */

.sec__1 .grids {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.sec__1 .grids .con_box {
    border: 1px solid #f5f5f5;
    color: #333;
}

.sec__1 .grids .con_box:nth-child(odd) {
    margin-top: 80px;
}

.sec__1 .grids .con_box {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;  
}

/* .sec__1 .grids .con_box:hover {
    box-shadow: rgba(0, 0, 33, 0.07) 0px 16px 22.4px 4.8px, rgba(0, 0, 33, 0.05) 0px 3.2px 16px 0px, rgba(0, 0, 33, 0.07) 0px 0px 1px 0px;
    -webkit-transform: translate3D(0, -3%, 0);
    -moz-transform: translate3D(0, -3%, 0);
    -ms-transform: translate3D(0, -3%, 0);
    transform: translate3D(0, -3%, 0);
} */

.sec__1 .grids .thumb {
    overflow: hidden;
}

.sec__1 .grids .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec__1 .grids .con_box div.info {
    padding: 20px 0 10px;
    text-align: center;
}

.sec__1 .grids .con_box div.info strong {
    display: block;
    padding: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
}

.sec__1 .grids .con_box div.info p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    word-break: keep-all;
}

/* */

.sec__1_5 {
    padding: 60px 0;
}

.sec__1_5 .grids {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sec__1_5 .grids a {
    position: relative;
}

.sec__1_5 .grids a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sec__1_5 .grids a:hover:after {
    background: rgba(0, 0, 0, 0.6);
}

.sec__1_5 .grids a:hover div.info p[class~=hide_txt] {
    opacity: 1;
    height: auto;
}

.sec__1_5 .grids a .thumb {
    overflow: hidden;
    position: relative;
}

.sec__1_5 .grids a .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.sec__1_5 .grids a:hover .thumb img {
    transform: scale(1.1);
}

.sec__1_5 .grids div.info {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec__1_5 .grids div.info strong {
    display: block;
    padding: 0 0 12px;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    word-break: keep-all;
}

.sec__1_5 .grids div.info p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    word-break: keep-all;
}

.sec__1_5 .grids div.info p.hide_txt {
    opacity: 0;
    height: 0;
    transition: .5s all ease;
}

.sec__1_5 .grids div.info span {
    display: block;
    padding: 12px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

/* */

.sec__1_7 .grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
}

.sec__1_7 .grids .con_box {
    margin-top: 230px;
}

.sec__1_7 .grids .con_box:nth-child(2) {
    margin-top: 0;
}

.sec__1_7 .grids .con_box:nth-child(odd) {
    margin-top: 0;
}

.sec__1_7 .grids .con_box div.info {
    padding: 20px 0 10px;
}

.sec__1_7 .grids .con_box div.info strong {
    display: block;
    padding: 0 0 12px;
    font-size: 34px;
    font-weight: 600;
}

.sec__1_7 .grids .con_box div.info p {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

/* */

.dream_11 {
    overflow: hidden;
}

#sec_1_8 {
    position: relative;
}

.sec__1_8 .swiper_inner {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -15px;
    width: 100%;
    height: 40px;
}

.sec__1_8 .swiper_inner > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #333;
    cursor: pointer;
    border-radius: 999px;
}

.sec__1_8 .swiper_inner i {
    color: #fff;
}

.sec__1_8 .swiper_btn_prev {
    left: -70px;
}

.sec__1_8 .swiper_btn_next {
    right: -70px;
}

.sec__1_8 .swiper_paging {
    margin-top: 30px;
    text-align: center;
}

/* */

.sec__2 .grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 20px;
}

.sec__2 .grids .fxsb {
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.sec__2 .grids .fxsb strong {
    font-size: 29px;
    font-weight: 600;
}

.sec__2 .grids .fxsb a span:hover {
    transform: rotate(90deg);
    transition: .5s all ease;
}

.sec__2 .lst_simple {
    margin: 0 0 10px;
}

.sec__2 .lst_simple li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.sec__2 .lst_simple li .fxs {
    max-width: 78%;
}

.sec__2 .lst_simple li a {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.65;
}

.sec__2 .lst_simple li i {
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 18px;
    /* color: #C42828; */
}

.sec__2 .lst_simple li i._reply {
    transform: rotate(180deg);
}

.sec__2 .lst_simple li a:hover {
    text-decoration: underline;
}

.sec__2 .lst_simple li .date {
    font-weight: 400;
    color: #666;
    line-height: 1.65;
}

.sec__2 .grids .com_wrap > a {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    border: 0;
}

.sec__2 .grids .com_wrap > a i {
    font-size: 60px;
    margin: 0 15px 0 0;
}

.sec__2 .grids .com_wrap > a:hover i {
    transition: .5s all ease;
}

.sec__2 .grids .com_wrap > a:hover i {
    transform: rotateY(360deg);
}

.sec__2 .grids .com_wrap > a:hover i {
    color: #2c64e5;
}

.sec__2 .grids .com_wrap > a strong {
    display: block;
    margin: 0 0 5px;
    font-size: 20px;
}

.sec__2 .grids .com_wrap > a p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

/* */

.sec__3 {
    background: #fafafa;
}

.sec__3 .grids {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 20px;
}

.sec__3 .grids > div {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.sec__3 .grids > div .fxsb {
    justify-content: center;
    position: relative;
    height: 100%;
    padding: 50px 10px;
}

.sec__3 .grids > div .fxsb em {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
    background: #555;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    border-radius: 999px;
    text-align: center;
    line-height: 24px;
}

.sec__3 .grids > div [class~=icon] i {
    padding: 0 0 10px;
    font-size: 40px;
}

.sec__3 .grids > div:hover [class~=icon] i {
    transition: .5s all ease;
}

.sec__3 .grids > div:hover [class~=icon] i {
    transform: rotateY(360deg);
}

.sec__3 .grids > div:hover [class~=icon] i {
    color: #2c64e5;
}

.sec__3 .txt_box {
    text-align: center;
}

.sec__3 .txt_box p {
    font-size: 16px;
    font-weight: 400;
}

.sec__3 .txt_box span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}

.sec__3 .grids > div:last-child .fxsb {
    padding: 30px;
}

.sec__3 .grids > div:last-child .fxsb .txt_box {
    text-align: left;
}

.sec__3 .grids > div:last-child .fxsb .txt_box span {
    color: rgba(255, 255, 255, .6);
}

/* */

@media screen and (max-width: 1400px) {

    section .sec_inner {
        padding: 40px 10px 0;
    }

    section.sec__1_7 .sec_inner {
        padding: 0 10px 0;
    }

    section._end .sec_inner {
        padding: 40px 10px;
    }

    .sec__1 .grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sec__1_5 .grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sec__1_8 .swiper_btn_prev {
        left: 0;
    }
    
    .sec__1_8 .swiper_btn_next {
        right: 0;
    }

    .sec__1_7 .grids .con_box .thumb img {
        max-width: 100%;
    }

    .sec__2 .grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sec__3 .grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media screen and (max-width: 1024px) {

    .sec__1_7 .grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));        
    }

    .sec__1_7 .grids .thumb {
        text-align: center; 
    }

    .sec__1_7 .grids .con_box {
        margin-top: 0px;
    }

}

@media screen and (max-width: 768px) {

    .sec_inner h2.m_tit {
        font-size: 24px;
    }
    
    .sec_inner p.desc {
        padding: 5px 0 10px;
        font-size: 14px;
    }

    a.btn#new_link {
        gap: 4px;
        min-width: 160px;
        padding: 10px 10px;
        font-size: 14px;
    }

    .btn .material-symbols-outlined {
        font-size: 16px;
    }

    .sec__1 .grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sec__1 .grids .con_box:nth-child(odd) {
        margin-top: 0;
    }

    .sec__1_5 .grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sec__1_5 .grids div.info strong,
    .sec__1_7 .grids .con_box div.info strong {
        font-size: 24px;
    }

    .sec__2 .grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sec__3 .grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}