@charset "UTF-8";

/*공통CSS*/
@import url("./common.css");

div, table, thead, tbody, tfoot, tr, th, td, p, ul, li {
    /* box-shadow: 0 0 4px rgba(0,0,0,0.5); */
}

/* wrpper --------------------------------------------------------------------------------------------------*/
.pu_wrapper {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}
/*--------------------------------------------------------------------------------------------------*/

/* 탑 --------------------------------------------------------------------------------------------------*/
.pu_top {
    margin: 0px auto;
    width: 1200px;
}

    .pu_top .pu_contents {
        width: 100%;
        padding: 25px 0px;
        float: left;
    }

    .pu_top .pu_logo {
        margin-left: 50px;
        float: left;
    }

        .pu_top .pu_logo a {
            font-size: 48px;
            cursor: pointer;
        }

        .pu_top .pu_logo .pu_logo_sub {
            line-height: 0px;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 15px;
            display: block;
        }

    .pu_top .pu_nav {
        margin-top: 35px;
        margin-left: 70px;
        float: left;
    }

    .pu_top .pu_nav_def {
        margin-top: 35px;
        margin-right: 50px;
        float: right;
    }

        .pu_top .pu_nav li, .pu_top .pu_nav_def li {
            position: relative;
            display: block;
            float: left;
        }

            .pu_top .pu_nav li a, .pu_top .pu_nav_def li a {
                padding: 29px 18px 0;
                font-size: 13px;
                color: #777;
                text-transform: uppercase;
                font-weight: 600;
                cursor: pointer;
                transition: 200ms;
            }

                .pu_top .pu_nav li a.active, .pu_top .pu_nav li a:hover, .pu_top .pu_nav_def li a.active, .pu_top .pu_nav_def li a:hover {
                    color: #d8703f !important;
                    transition: 200ms;
                }
/*--------------------------------------------------------------------------------------------------*/

/* 베너 --------------------------------------------------------------------------------------------------*/
.pu_banner {
}

    .pu_banner > .pu_row > .pu_contents {
        background: url(http://template.hyper-nomad.com/template/20_ecommerce/best_store/images/banner.jpg);
        height: 495px;
        background-size: cover;
        background-repeat: no-repeat;
    }
/*--------------------------------------------------------------------------------------------------*/

/* 사진 --------------------------------------------------------------------------------------------------*/
.pu_pic {
    padding: 50px 0px 50px 0px;
    width: 100%;
    background-color: #f5f5f5;
}

    .pu_pic > .pu_row > .pu_contents {
        margin: 0px auto;
        max-width: 1500px;
        min-width: 1200px;
        min-height: 220px;
    }

.pu_pic_item {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
    background-size: 100%, 100%, contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s ease;
}

    .pu_pic_item .pu_pic_title {
        width: 0%;
        height: 50px;
        line-height: 50px;
        position: absolute;
        bottom: 15px;
        font-size: 16px;
        white-space: nowrap;
        background-color: #ffffff;
        transition: .5s ease;
        opacity: 0;
        display: block;
        cursor: pointer;
    }

    .pu_pic_item:hover .pu_pic_title {        
        width: 80%;
        transition: .5s ease;
        opacity: 1;
    }

    .pu_pic_item .pu_pic_title .pu_pic_title_cont {
        padding-left: 10px;
        display: inline-block;
        width: calc(80% - -20px);
        white-space: nowrap;
        overflow: hidden;
    }

    .pu_pic_item .pu_pic_title .pu_pic_title_click {
        position: absolute;
        right: 10px;
        font-size: 25px;
        transform: rotate(-25deg);
    }

.pu_col_lg_2 .pu_pic_item .pu_pic_title .pu_pic_title_cont {
    font-size: 15px;
    width: calc(80% - -5px);
}

.pu_col_lg_2 .pu_pic_item .pu_pic_title .pu_pic_title_click {
    font-size: 20px;
}

.pu_col_lg_1 .pu_pic_item:hover .pu_pic_title {
    min-width: 100%;
    max-width: 100%;
    opacity: 1;
}

.pu_col_lg_1 .pu_pic_item .pu_pic_title .pu_pic_title_cont {
    font-size: 12px;
    width: calc(80% - -0px);
}

.pu_col_lg_1 .pu_pic_item .pu_pic_title .pu_pic_title_click {
    font-size: 15px;
}

.pu_pic_item:hover .pu_pic_title:hover {
    color: #ffffff;
    background-color: #d8703f;
}

/*--------------------------------------------------------------------------------------------------*/

/* 타이틀 --------------------------------------------------------------------------------------------------*/
.pu_title {
    background-color: #f5f5f5;
}

    .pu_title > .pu_row > .pu_contents {
        margin: 0px auto;
        height: 60px;
        min-width: 1200px;
        max-width: 1500px;
        line-height: 60px;
    }

    .pu_title li {
        position: relative;
        display: block;
        float: left;
    }

        .pu_title li a {
            font-size: 15px;
            color: #777777;
        }

        .pu_title li:last-child a {
            color: #d8703f;
        }

        .pu_title li:nth-child(2)::before, .pu_title li:nth-child(3)::before, .pu_title li:nth-child(4)::before {
            margin: 0px 7px 0px 7px;
            color: #ccc;
            content: "/\00a0";
        }
/*--------------------------------------------------------------------------------------------------*/

/* 보드 --------------------------------------------------------------------------------------------------*/
.pu_board {
}

    .pu_board > .pu_row > .pu_contents {
        margin: 0px auto;
        padding: 10px 0px 10px 0px;
        max-width: 1500px;
        min-width: 1200px;
        min-height: 650px;
    }
/*--------------------------------------------------------------------------------------------------*/

/* 레프트 --------------------------------------------------------------------------------------------------*/
.pu_left {
    float: left;
}

    .pu_left > .pu_row > .pu_contents {
        margin-top: 50px;
        width: 195px;
        background-color: #ffffff;
        border: 1px solid #dddddd;
    }

    .pu_left .pu_contents::before {
        content: " ";
        display: block;
        height: 25px;
        background-color: #f5f5f5;
    }

    .pu_left ul {
        padding: 10px;
        color: #999999;
        font-size: 15px;
        font-weight: 500;
    }

        .pu_left ul ul li a {
            cursor: pointer;
            transition: 200ms;
        }

            .pu_left ul ul li a:hover {
                color: #d8703f;
                transition: 200ms;
            }

    .pu_left li {
        margin-bottom: 10px;
        display: block;
    }

        .pu_left li .pu_select {
            width: 15px;
            color: #d8703f;
            display: inline-block;
        }

            .pu_left li .pu_select i {
                display: none;
            }

        .pu_left li.active .pu_select i {
            display: block;
        }

/*큐알코드*/
.pu_qr_code {
    margin: 15px auto;
    display: none;
    position: relative;
    text-align: center;
    color: #808080;
    cursor: pointer;
}

    .pu_qr_code .pu_qr_code_img {
        font-size: 60px;
    }

    .pu_qr_code span {
        font-size:13px;
        display: block;
    }
/*--------------------------------------------------------------------------------------------------*/

/* 바디 --------------------------------------------------------------------------------------------------*/
.pu_body {
    min-width: calc(100% - 195px);
    max-width: calc(100% - 195px);
    min-height: calc(700px - 20px);
    float: left;
}

    .pu_body > .pu_row > .pu_contents {
        margin-left: 10px;
    }

/*--------------------------------------------------------------------------------------------------*/

/* 사진/미디어 --------------------------------------------------------------------------------------------------*/
.pu_wrapper_dimm {
    width: 1000px;
    height: 700px;
    background-color: #fff;
    overflow: hidden;
}

.pu_dimm_left {
    width: 10%;
    height: 100%;
    float: left;
    display: table;
}

.pu_dimm_btn_left {
    color: #a6a6a6;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.pu_dimm_mddle {
    width: 80%;
    height: 100%;
    float: left;
}

.pu_dimm_pic {
    padding: 2% 0px;
    width: 100%;
    height: 70%;
    text-align: center;
}

.pu_dimm_pic_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.pu_dimm_pic_main {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.pu_dimm_pic_main_detail {
    cursor: pointer;
}

.pu_dimm_pic_navi {
    width: 100%;
    height: 30%;
    text-align: center;
}

.pu_dimm_pic_navi_ul {
    width: 100%;
    height: 100%;
    margin: 0px 0px;
}

.pu_dimm_pic_navi_li {
    width: 20%;
    height: 90%;
    padding: 1%;
    float: left;
    overflow: hidden;
}

.pu_dimm_pic_navi_btn {
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background-size: 100%, 100%, contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .pu_dimm_pic_navi_btn:hover {
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
    }

.pu_dimm_right {
    width: 10%;
    height: 100%;
    display: table;
}

.pu_dimm_btn_right {
    color: #a6a6a6;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.pu_youtube_player {
    height: 99%;
}

.pu_floating_btn_close {
    width: 47px;
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 35px;
    color: #a6a6a6;
}
/*--------------------------------------------------------------------------------------------------*/

/* 관심 --------------------------------------------------------------------------------------------------*/
label.pu_btn_like_list {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    label.pu_btn_like_list .pu_btn_like_cont {
        width: 120px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 25px;
        left: 30px;
        font-size: 11px;
        text-align: center;
        background-color: #e6f5ff;
        border-radius: 7px;
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
        opacity: 0;
        z-index: 1;
        transition: 200ms;
        
    }

    label.pu_btn_like_list:hover .pu_btn_like_cont {
        opacity: 1;
        transition: 200ms;
    }

label.pu_btn_like_view {
    width: 50px;
    height: 45px;
    font-size: 27px;
    text-align: center;
    background-color: #ffffff;
    border: #bfbfbf solid 3px;
    border-radius: 7px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

    label.pu_btn_like_view .pu_btn_like_cont {
        width: 150px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: 50px;
        font-size: 13px;
        text-align: center;
        background-color: #e6f5ff;
        border-radius: 7px;
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
        opacity: 0;
        z-index: 1;
        transition: 200ms;
    }

    label.pu_btn_like_view:hover .pu_btn_like_cont {
        opacity: 1;
        transition: 200ms;
    }
/*--------------------------------------------------------------------------------------------------*/

/* about --------------------------------------------------------------------------------------------------*/

.pu_actor_profile_wrapper {
    width: 100%;
    height: 220px;
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
}

.pu_actor_profile_home_img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 5px;
    transition: 200ms;
    background-size: 100%, 100%, contain;
    background-position: center center;
    background-repeat: no-repeat;
}



.pu_actor_about_main_pic_wrapper {
    padding:10px 10px;
    height:480px;
    position: relative;
    overflow: hidden;
}

.pu_actor_about_main_pic {
    width: 100%;
    min-height: 400px;
    max-height: 450px;
    overflow: hidden;
    border-radius: 10px;
    background-size: 100%, 100%, contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.pu_actor_about_main_btn_wrapper {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0px;
}

.pu_actor_about_main_btn {
    width: 48%;
    height: 35px;
    line-height: 35px;
}

.pu_actor_about_main_btn:first-child {
    margin-right:3%;
}

    .pu_actor_about_main_btn:hover {
        color: #fff;
        background-color: #1175e9;
    }



.pu_pic_item_photo_btn_edit {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
}

.pu_pic_item_photo_btn_del {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color:#ffffff;
    background-color: #9a0000;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 10px;
    display: block;
    cursor: pointer;
}

.pu_pic_item_photo:hover .pu_pic_item_photo_btn_edit,
.pu_pic_item_photo:hover .pu_pic_item_photo_btn_del {
    opacity: 1;
}

/*--------------------------------------------------------------------------------------------------*/

/* 페이징 --------------------------------------------------------------------------------------------------*/
.pu_paging {
    width: 450px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;    
}

    .pu_paging a {
        margin-right:2px;
        padding: 0px 5px 0px 5px;
        height: 23px;
        min-width: 26px;
        line-height: 22px;
        font-size: 15px;
        display: inline-block;
        border: 1px solid #dddddd;
        border-radius: 3px;
        transition: 200ms;
        cursor: pointer;
    }

        .pu_paging a.active,
        .pu_paging a:hover {
            height: 23px;
            color: #ffffff;
            background-color: #d8703f;
            border: 1px solid #d8703f;
            transition: 200ms;
        }
/*--------------------------------------------------------------------------------------------------*/

/* 풋 --------------------------------------------------------------------------------------------------*/
.pu_foot {
    background-color: #2E2E2E;
}

    .pu_foot .pu_contents {
        margin: 0px auto;
        padding: 30px 0px;
        min-width: 1200px;
        max-width: 1500px;
        color: #999999;
    }

        .pu_foot .pu_contents .pu_copyright {
            text-align: center;
        }

            .pu_foot .pu_contents .pu_copyright a {
                text-align: center;
            }
/*--------------------------------------------------------------------------------------------------*/

/* 로그인 --------------------------------------------------------------------------------------------------*/
#naverIdLogin img,
#kakakoIdLogin img,
.abcRioButton.abcRioButtonLightBlue {
    margin-left: calc(50% - 104px);
    margin-bottom: 5px;
    width: 208px !important;
    height: 45px !important;
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
/*--------------------------------------------------------------------------------------------------*/

/* 이용약관 --------------------------------------------------------------------------------------------------*/
.pu_wrapper_agree {
    padding: 60px;
}

.pu_person_rule, .pu_use_rule {
    background-color: #f2f2f2;
    border-radius: 8px;
}

.pu_person_rule_title, .pu_use_rule_title {
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
}

.pu_person_rule_content, .pu_use_rule_content {
    padding: 15px;
    height: 350px;
    overflow-y: scroll;
}

.pu_person_rule_check, .pu_use_rule_check {
    padding: 20px 0px;
    text-align: right;
    background-color: #fff;
}
/*--------------------------------------------------------------------------------------------------*/

/* ETC --------------------------------------------------------------------------------------------------*/
.dev_btn_remove_hash_tag {
    margin-right: 10px;
}
/*--------------------------------------------------------------------------------------------------*/
