/**
 * Created by PhpStorm.
 * Date         : 2023-09-14
 * Developer    : InSeok Yang
 * Description  : style.css
 * ⓒ 2023. WebPlanet Co. All Rights Reserved.
 */

/*******************************************************************************************/
/* COMMON */
/*******************************************************************************************/
/* FONT */

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Handletter';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-preel: 'Pretendard-ExtraLight';
    --font-prel: 'Pretendard-Light';
    --font-prer: 'Pretendard-Regular';
    --font-prem: 'Pretendard-Medium';
    --font-preeb: 'Pretendard-ExtraBold';
    --font-preb: 'Pretendard-Bold';
    --font-presb: 'Pretendard-SemiBold';
    --font-sbg: 'SEBANG_Gothic_Bold';
    --font-ltr: 'Handletter';
}


/* Button reset */
.wp_solution .wp_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
}


/* Ratio */
.wp_solution .ratio1 {
    padding-top: 100%;
    /*1:1*/
}

.wp_solution .ratio2 {
    padding-top: 50%;
    /*2:1*/
}

.wp_solution .ratio3 {
    padding-top: 200%;
    /*1:2*/
}

.wp_solution .ratio4 {
    padding-top: 75%;
    /*4:3*/
}

.wp_solution .ratio5 {
    padding-top: 133.35%;
    /*3:4*/
}

.wp_solution .ratio6 {
    padding-top: 56.25%;
    /*16:9*/
}


/*******************************************************************************************/


/*******************************************************************************************/
/* POP_UP PAGE */
/*******************************************************************************************/
.wp_solution {
}

.wp_solution #wp_pop_up {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, .9);
    z-index: 99999;
}

.wp_solution #wp_pop_up .wp_pop_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 좌,우 버튼 */
.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_arw {
    position: absolute;
    top: 50%;
    z-index: 999;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_prev {
    left: -15%;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_next {
    right: -15%;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_arw > i {
    color: rgba(255, 255, 255, .64);
    font-size: 50px;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_arw:hover > i {
    color: #1B96AA;
    text-shadow: 0 3px 6px rgba(255, 255, 255, .05);
}


/* 팝업슬라이드 영역 */
.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view {
    max-width: 540px;
    max-height: 660px;
    width: 100%;
    max-height: 660px;
    box-shadow: 0 3 21 rgba(0, 0, 0, .32);
    /*overflow: hidden;*/
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide {
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide li {
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide li a .img_frame {
    max-height: 610px !important;
    overflow-y: auto;
    /* overflow: hidden; */
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide li a .img_frame img {
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide li a .img_frame iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/* 하단영역 */
.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    /*background-color: #1B96AA;*/
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot .wp_day_chk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding-left: 15px;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot .wp_day_chk > input[type=checkbox] {
    width: 25px;
    height: 25px;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot .wp_day_chk > label {
    color: #a1a1a1;
    font-size: 15px;
    font-family: var(--font-prem);
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot .wp_pop_cls {
    width: 55px;
    height: 55px;
    transition: 0.4s;
    /*background-color: #37C5DC;*/
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot .wp_pop_cls:hover {
    opacity: 0.65;
    transition: 0.4s;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_bot .wp_pop_cls > i {
    color: #a1a1a1;
    font-size: 24px;
}


/* dots */
.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    z-index: 999;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide .slick-dots > li {
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide .slick-dots > li > button {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border-radius: 50%;
}

.wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view .pop_slide .slick-dots > li.slick-active > button {
    background-color: #37c5dc;
}


@media (max-width: 768px) {
    .wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_prev {
        left: 0;
    }

    .wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .btn_pop_next {
        right: 0;
    }
}

@media (max-width: 576px) {

    /* 팝업슬라이드 영역 */
    .wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view {
        max-width: 320px;
    }
}


@media (max-width: 375px) {

    /* 팝업슬라이드 영역 */
    .wp_solution #wp_pop_up .wp_pop_wrap .pop_frame .pop_view {
        max-width: 280px;
        /* max-height: 660px; */
    }
}

/*******************************************************************************************/