﻿input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", 돋움, dotum, sans-serif;
}
input:focus {outline:none;}
select:focus {outline:none;}
textarea:focus{outline:none;}
.wrap {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    top: 0;
    position: relative;
}

.header {
    overflow: visible;
    position: fixed;
    display: flex;
    flex-direction: column;
    /*height: 400px;*/
    color: #333;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 200px;
    border-bottom: 1px solid #ececec;
    background-color:#fff;
    width:100%;
    z-index: 3;
}

.bg_header {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: url(/mall/type1/images/list_top_bg.jpg) center no-repeat;
    background-size: cover;
    transition: transform 1s;
    animation: zoom 1s ease-out 0s 1 normal both;
    z-index: -1;
}

.header-top {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    height: 80px;
    padding: 0 60px 0 52px;
    font-family: "Noto Sans KR Bold", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    box-sizing: border-box;
}

    .header-top:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: 10;
    }

.link_logo {
    position: relative;
    display: block;
    width: 212px;
    height: 80px;
    background: url(/images/site/casino_site_logo.png) center no-repeat;
    background-size: 70%;
}

.top_menu_layout {
    text-align: center;
}

.top_menu {
    float: left;
    width: 53px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    padding: 0 6px;
}

.menu_list_item {
    float: left;
    line-height: 80px;
    padding: 0 24px;
    font-size: 17px;
    font-weight: normal;
}

.link_home {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 250px;
    color: #000;
    font-size: 0;
    text-align: center;
    line-height: 60px;
    z-index: 30;
}

    .link_home.on {
        display: block;
    }

.btn_top {
    display: none;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    z-index: 30;
    cursor:pointer;cursor:hand;
    
    font-size: 25px;
    border: 0;
    z-index: 5;
}

.btn_menu {
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 30;
    cursor:pointer;cursor:hand;
    border: 0;
    z-index: 5;
}

    .btn_menu:before {
        top: 25px;
    }

    .btn_menu:after {
        top: 15px;
    }

    .btn_menu span {
        top: 20px;
    }

    .btn_menu:after, .btn_menu:before, .btn_menu span {
        content: "";
        position: absolute;
        left: 50%;
        width: 23px;
        height: 2px;
        margin-left: -8px;
        background-color: #000;
        transition: all 0.2s;
    }

    .btn_menu.on:before {
        width: 26px;
        top: 50%;
        margin-left: -13px;
        transform: rotate( -45deg );
        transition: all 0.2s;
    }

    .btn_menu.on span {
        display: none;
    }

    .btn_menu.on:after {
        width: 26px;
        top: 50%;
        margin-left: -13px;
        transform: rotate( 45deg );
        transition: all 0.2s;
    }

.nav_solution {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    margin: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 2;
    padding-bottom: 0 !important;
}

    .nav_solution .scroll_spy {
        width: 50%;
        max-width: 750px;
        height: 100%;
        margin: 0 auto;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 0 !important;
        position: relative;
        float: left;
    }

        .nav_solution .scroll_spy .navbar {
            display: inline-block;
            padding: 0;
            width: 100%;
            vertical-align: top;
        }

            .nav_solution .scroll_spy .navbar li {
                display: inline-block;
                height: 55px;
                float: left;
            }

.nav_search_layout {
    float: right;
    min-width: 350px;
    height: 55px;
}

.nav_search_layout_inner {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 7px;
    background-color: transparent;
    line-height: 40px;
}

.nav_solution .link_nav {
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    position: relative;
    display: block;
    padding-left: 35px;
    color: #999;
    white-space: nowrap;
    transition: color 0.3s;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}

.nav_solution .navbar > li.active .link_nav {
    color: #f781a9;
}

.btn_home {
    color: #999;
    background-image: url(/images/site/ico_home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
    width: 80px;
    height: 19px;
    cursor:pointer;cursor:hand;
}



.main {
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    display: block;
    flex-grow: 1;
    padding: 0 60px 0 52px;
    color: #333;
    margin-top:80px;
}

.breadscrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
}

.inner_cont {
    max-width: 1200px;
    margin: 0 auto;
}

.inner_cont2 {
    max-width: 1580px;
    margin: 0 auto;
}

.inner_cont_full {
    max-width: 1760px;
    margin: 0 auto;
}

.inner_cont_right {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.inner_cont_left {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.wrap_nav {
    height: 55px;
    line-height: 55px;
}

.share_icon {
    float: left;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    cursor:pointer;cursor:hand;
    background-color: #deecf8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    opacity: 0.6;
}

.list_blog {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -40px;
    position: relative;
}

    .list_blog li {
        margin: 50px 0 0 40px;
        box-sizing: border-box;
    }


.list_goods_main_top {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: -20px;
    position: relative;
}

.list_goods_main_bottom {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: -20px;
    position: relative;
}

.list_goods_main_top li {
    margin: 50px 0 0 40px;
    box-sizing: border-box;
}

.list_goods_main_bottom li {
    margin: 50px 0 0 40px;
    box-sizing: border-box;
}

#nav_btn_menu_bar {
    float: left;
    width: 40px;
    border-right: 1px solid #8f8d8b;
    text-align: center;
    font-size: 15px;
    color: #aea99b;
}

.section {
    /*padding: 90px 0 100px;*/
}

.blog_top {
    overflow: hidden;
    height: 350px;
    margin-top: 50px;
}

.tit_news {
    color: #000;
    font-weight: 900;
    font-size: 28px;
    font-family: "Noto Sans KR bold", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    line-height: 1.39;
    letter-spacing: -0.9px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    padding-left: 20px;
    cursor:pointer;cursor:hand;
}

.list_tit_news {
    display: -webkit-box;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-family: "Noto Sans KR Regular";
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 19px;
    color: #444;
    cursor:pointer;cursor:hand;
    text-align: center;
}


.txt_news {
    font-size: 18px;
    line-height: 1.67;
    color: #444;
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 90px;
    padding-left: 20px;
    cursor:pointer;cursor:hand;
}

.list_txt_news {
    display: -webkit-box;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-bottom: 15px;
    color: #666666;
    cursor:pointer;cursor:hand;
}

.hash_wrap {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4%;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 0;
}

.hash_wrap_list {
    overflow: hidden;
    max-width: 298px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4%;
    margin-bottom: 12px;
}

    .hash_wrap_list span, .hash_wrap span {
        margin-right: 17px;
    }

        .hash_wrap span a, .hash_wrap_list span a {
            color: #009fde;
            font-size: 15px;
            font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
            font-weight: bold;
        }



.info_board_date {
    float: right;
    height: 44px;
    line-height: 44px;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    color: #999999;
    font-size: 16px;
}

.list_info_board_date {
    float: right;
    height: 34px;
    line-height: 34px;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    color: #999999;
    font-size: 15px;
}

.preview_board {
    padding: 30px 0 0 0;
    position: relative;
    border-top: 0;
    box-sizing: border-box;
}

.thumb_board {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 240px;
    background-repeat:no-repeat;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: top center;
    transition: 0.5s all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius:15px;
}
.thumb_board_colortype {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat:no-repeat;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: top center;
    transition: 0.5s all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.thumb_board2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: top center;
    transition: 0.5s all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

    .thumb_board:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }





.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.open_wrap {
    display: inline-block;
}

.dsib {
    display: inline-block !important;
}

.close_wrap_list {
    display: none;
    background-color: #f2f2f2;
    border-radius: 20px;
    width: 100%;
    height: 34px;
    max-width: 180px;
    min-width: 180px;
}

.sc_scroll_link {
    margin: 90px auto 0 auto;
    text-align: center;
    display: block;
    line-height: 58px;
    color: #025fb6;
    border: 1px solid #025fb6;
    border-radius: 32px;
    background-color: #fff;
    transition: 0.5s all;
    width: 150px;
    cursor:pointer;cursor:hand;
    font-size: 16px;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
}

    .sc_scroll_link:hover {
        color: #fff;
        background-color: #025fb6;
    }

.list01 {
    margin: 90px 45px 0 45px;
    box-sizing: border-box;
}

.footer {
    height: 183px;
    padding: 0 60px 0 52px;
    background-color: #fbfbfb;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    font-family: "Helvetica Neue LT Std", "Noto Sans KR Bold", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    box-sizing: border-box;
    
}

.nav_menu_layout {
    width: 241px;
}

.nav_dep1 {
    margin-top: 70px;
}

.mobile_only {
    display: none;
}

.area_tit {
    margin-bottom: 60px;
    padding-top: 50px;
    text-align: center;
    color: #000;
}

    .area_tit .tit_section2 {
        display: block;
        margin-bottom: 5px;
        font-family: "Helvetica Neue LT Std", "Noto Sans KR Bold", "Apple SD Gothic Neo", "맑은 고딕", 돋움, dotum, sans-serif;
        font-size: 48px;
    }

    .area_tit .desc_section {
        font-size: 18px;
        font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", 돋움, dotum, sans-serif;
        color: #666;
    }

.footer_txt {
    font-size: 15px;
}

.top_menu_ico1 {
    width: 38px;
    height: 80px;
    background: url(/site/images/location@2x.png) no-repeat;
    background-position:center;
    background-size: 48%;
}

.top_menu_ico2 {
    width: 38px;
    height: 80px;
    background: url(/site/images/user@2x.png) no-repeat;
     background-position:center;
    background-size: 50%;
}

.top_menu_ico3 {
    width: 38px;
    height: 80px;
    background: url(/site/images/cart@2x.png) no-repeat;
      background-position:center;
    background-size: 55%;
}

.top_menu_ico4 {
    width: 38px;
    height: 80px;
    background: url(/site/images/top_icon.jpg) no-repeat;
    background-position: -167px center;
}

.footer_info {
    width: 340px;
    height: 100%;
    /*background: url(/site/images/company_info.PNG) no-repeat;
    background-position: top center;
    background-size: 100%;*/
}

.footer_menu {
    float: left;
    height: 100%;
    line-height: 35px;
    padding: 0 10px;
    margin-right: 50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.footer_menu_sub {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    font-family: 'Noto Sans KR Regular';
    cursor:pointer;
}
.footer_menu_sub:hover{
    color:#000;
}

.login_box_img {
    float: left;
    width: 50%;
    max-width: 621px;
    max-height: 543px;
    height: 543px;
    background-color:#000;
    background-repeat: no-repeat;
    position: center center;
    background-size: 100%;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    place-content: space-around center;
}

.login_box_content {
    float: left;
    width: 50%;
    min-height: 543px;
    color: #333;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-content: space-around;
    justify-content: space-between;
}

.join_box_img {
    float: left;
    width: 33%;
    margin-left: 49%;
    height: calc(100% - 463px);
    background-image: url(/site/images/join_image.jpg);
    background-repeat: no-repeat;
    position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    right: 0;
}

.join_box_right_img {
    background-image: url(/site/images/join_image.jpg);
    background-repeat: no-repeat;
    position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.join_box_content {
    float: left;
    width: 60%;
    min-height: 543px;
    color: #333;
   
    box-sizing: border-box;
    align-content: space-around;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 200px;
}

.box_content_layout {
    max-width: 467px;
    width: 90%;
}

.content_btn {
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #000;
    width: calc(100% - 2px);
    font-size: 18px;
    font-family: 'Noto Sans KR Bold';
}

.content_top_title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 48px;
    font-size: 36px;
    font-family: 'Noto Sans KR Bold';
}

.content_title {
    height: 17px;
    line-height: 17px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #555;
}

.login_ck_info {
    height: 17px;
    line-height: 17px;
    margin-left: 10px;
    color: #f4432d;
    /*display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;*/
}

.ck_option_layout {
    height: 20px;
    line-height: 20px;
    margin-bottom: 46px;
    font-size: 16px;
    width: 100%;
}

.btn_sns_login {
    float: left;
    width: 49px;
    height: 100%;
    cursor:pointer;cursor:hand;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.tit_page {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans KR Bold", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}

.desc_page {
   margin-top: 18px;
    height: 100px;
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    word-break: keep-all;
    font-family: "Noto Sans KR Regular", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
}
.screen_sel_txt {
    float: left;
    height: 23px;
    color: #000;
    margin-left: 10px;
    font-size: 18px;
    font-family: "Noto Sans KR Bold", "Apple SD Gothic Neo", "맑은 고딕", "돋움", dotum, sans-serif;
}

.rdo_sel {
    float: left;
    width: 23px;
    height: 23px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/radio_selected.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.rdo_default {
    float: left;
    width: 23px;
    height: 23px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/radio.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.screen_sel_box_layout {
    float: left;
    width: 100%;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
    box-sizing: border-box;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.goods_title {
    text-align: center;
    width: 100%;
    float: left;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-size: 22px;
    font-family: 'Noto Sans KR Bold', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
}

.goods_info_title {
    text-align: center;
    width: 100%;
    float: left;
    color: #000;
    margin-left: 0;
    font-family: 'Noto Sans KR Bold', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
    font-size: 38px;
    height: 43px;
    line-height: 43px;
    margin-top: 180px;
    text-align: left;
}

.goods_info {
    text-align: center;
    width: calc(100% - 20px);
    float: left;
    line-height: 29px;
    margin-top: 8px;
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-family: 'Noto Sans KR Regular', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.goods_list_layout {
    padding-bottom: 46px;
}

.liftstyle_title {
    font-family: 'Noto Sans KR Bold', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
    text-align: right;
    font-size: 27px;
    padding-right: 70px;
}

.liftstyle_info {
    text-align: right;
    height: 23px;
    color: #000;
    font-size: 20px;
    font-family: 'Noto Sans KR Regular', 'Apple SD Gothic Neo', '맑은 고딕', '돋움', dotum, sans-serif;
    padding-right: 70px;
}

.ico_detail_black {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_black@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}

.ico_detail_black_sel {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_black_hover@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}

.ico_detail_black:hover {
    background-image: url(/site/images/detail_black_hover@2x.png);
}

.ico_detail_pearl {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_pearl@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}

.ico_detail_pearl_sel {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_pearl_hover@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}

.ico_detail_pearl:hover {
    background-image: url(/site/images/detail_pearl_hover@2x.png);
}

.ico_detail_silver {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_silver@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}

.ico_detail_silver_sel {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_silver_hover@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}
.ico_detail_silver:hover {
    background-image: url(/site/images/detail_silver_hover@2x.png);
}
.ico_detail_ust {
    display:none;
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_ust@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
}
.ico_detail_ust_sel {
    float: left;
    width: 37px;
    height: 37px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_ust_hover@2x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
    display:none;
}

.ico_detail_ust:hover {
    background-image: url(/site/images/detail_ust_hover@2x.png);
}

.goods_info_option {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-content: space-around;
    justify-content: center;
    margin-top:20px;
    margin-bottom:60px;
}

.goods_box_img {
    float: left;
    width: 65%;
    background-repeat: no-repeat;
    background-position: top center;
}

.option_box_content {
    float: left;
    width: 27%;
    margin-left: 5%;
    color: #333;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-content: space-around;
    justify-content: space-between;
}

.ico_detail_chk {
    float: left;
    width: 26px;
    height: 26px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_chk@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.ico_detail_chk_sel {
    float: left;
    width: 26px;
    height: 26px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/detail_chk_selected@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}


.item_select select {
    min-width: 180px;
    height: 40px;
    padding: 0 20px 0 8px;
    border: 1px solid #333;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;cursor:hand;
    vertical-align: middle;
    transition: border 0.4s;
    box-sizing: border-box;
    background-image: url(/images/site/ico_arrow_down.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-right: 10px;
}

.drag_monitor {
    position: absolute;
    width: 60%;
    background-image: url(/site/images/crystal_screen_s.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
    top: 3.5%;
    z-index: 1;
    transition: 0.7s all;
    margin-top:-20px;
}

.btn_size_change {
    width: 50px;
    text-align: center;
    height: 100%;
    cursor:pointer;cursor:hand;
    font-size: 15px;
}

.goods_info_contents {
    font-size: 19px;
    line-height: 1.58;
    text-align: left;
    color: #1e1e22;
    margin-top: 24px
}

.delivery_info {
    font-size: 16px;
    color: #0569f8;
    margin-left: 10px;
}

.check_box {
    float: left;
    width: 20px;
    height: 20px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/ck_box_unchecked.png);
    background-size: 100%;
}

.check_box_sel {
    float: left;
    width: 20px;
    height: 20px;
    cursor:pointer;cursor:hand;
    background-image: url(/site/images/ck_box_checked.png);
    background-size: 100%;
}

.join_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.join_info {
    width: 100%;
    height: 153px;
    line-height: 1.5;
    margin-top: 28px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.btn_join {
    width: 60%;
    margin-left: 20%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    margin-top: 70px;
    font-family: 'Noto Sans KR Bold';
}

.input_ck_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 20px;
    background-image: url(/site/images/confirm@2x.png);
}

.join_content_box_layout {
    float: left;
    width: 60%;
    height: 100%;
    min-height: 1022px;
    
    box-sizing: border-box;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.join_content_top_title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 48px;
    font-size: 36px;
    font-family: 'Noto Sans KR Bold';
    float: left;
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-top: 169px;
}

.user_info_layout {
    max-width: 485px;
    width: 90%;
    height: 100%;
    min-height: 1022px;
}

.controll_bar {
    height: 61px;
    width: 84%;
    margin-left: 9%;
    margin-bottom: 4%;
}

.controll_layout {
    float: left;
    width: 100%;
    height: 32px;
}

.btn_size_scroll {
    position: absolute;
    width: 32px;
    height: 32px;
    /*margin-top: -14.5px;*/
    background-image: url(/site/images/drag_point@2x.png);
    background-repeat: no-repeat;
    position: center center;
    background-size: 100%;
    background-position: center center;
    z-index: 1;
    /*transition: 0.7s all;*/
}

.inch_sel_layout {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-content: space-around;
    justify-content: space-between;
    color: #fff;
}

.control_scroll_bar {
    float: left;
    width: 97%;
    margin-left: 1%;
    height: 3px;
    opacity: 0.7;
    background-color: #fff;
    margin-top:14.5px;
}

.box_faq_title {
    height: 26px;
    font-size: 22px;
    width: 100%;
    line-height: 1.36;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans KR bold';
}

.box_faq_content {
    height: 22px;
    margin-top: 10px;
    font-size: 19px;
    width: 100%;
    line-height: 1.58;
    color: #1e1e22;
    text-align: center;
}

.kakao_chat {
    position: fixed;
    right: 0;
    top: 33%;
    width: 133px;
    height: 191px;
    background-image: url(/site/images/kakao_chat.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index:2;
    cursor:pointer;
}

.list_board {
    cursor:pointer;cursor:hand;
    height: 98%;
    border-bottom: 1px solid #dbdbdb;
}

.list_content_layout {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: 80px;
}

.list_content_layout_open {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: auto;
}

.list_faq_title {
    width: 100%;
    cursor:pointer;cursor:hand;
    height: 80px;
}

    .list_faq_title .tit {
        float: left;
        width: calc(100% - 20px);
        height: 80px;
        line-height: 80px;
        color: #000;
        font-size: 20px;
        font-family: 'Noto Sans KR bold';
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

    .list_faq_title .myqna_tit {
        float: left;
        width: calc(100% - 120px);
        height: 40px;
        line-height: 40px;
        color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        font-size: 18px;
        color: #000;
    }
    .list_faq_title .myqna_datetime {
        float: right;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    

    .list_faq_title .folder_ico_p {
        float: right;
        width: 20px;
        height: 100%;
        background-image: url('/site/images/more@2x.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
    }

    .list_faq_title .folder_ico_m {
        float: right;
        width: 20px;
        height: 100%;
        background-image: url('/site/images/close@2x.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
    }

.list_faq_content {
    width: 100%;
    font-size: 19px;
    line-height: 1.58;
    color: #737373;
    margin-bottom: 30px;
}
.list_faq_content .myqna_question{
    float:left;
    width:calc(100% - 100px);
    font-size:22px;
}
.myqna_state{
    float:right;font-size:18px;color:#0569f8;
}

.myqna_delete{
    float:right;font-size:18px;margin-top:20px;
}


.page_layout {
    width: 100%;
    height: 20px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.first_page {
    height: 100%;
    width: 16px;
    margin-right: 20px;
    cursor:pointer;cursor:hand;
    background-image: url('/site/images/page_num_pre.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

    .first_page:hover {
        background-image: url('/site/images/page_num_pre_hover.png');
    }

.page_num {
    height: 100%;
    font-size: 18px;
    color: #737373;
    line-height: 20px;
    margin-left: 20px;
    cursor:pointer;
}

    .page_num:hover {
        color: #000;
    }

.page_num_sel {
    color: #000;
}

.last_page {
    height: 100%;
    width: 16px;
    margin-left: 38px;
    cursor:pointer;cursor:hand;
    background-image: url('/site/images/page_num_nex.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
    .last_page:hover {
        background-image: url('/site/images/page_num_nex_hover.png');
    }

    .qna_title {
    height: 17px;
    line-height: 17px;
    margin-bottom: 18px;
    font-size: 15px;
    color: #737373;
}

.mypage_top_userinfo {
    float: left;
    width: calc(20% - 60px);
    height: calc(100% - 50px);
    font-size: 33px;
    line-height: 1.43;
    font-family: 'Noto Sans KR Bold';
    margin-top: 50px;
    margin-left: 60px;
}
.mypage_top_info {
    float: left;
    height: 100%;
    color: #737373;
    font-size: 16px;
    margin-top: 97px;
}
.mypage_top_btn_layout {
    float: right;
    max-width: 265px;
    width: 20%;
    height: 100%;
    margin-right: 60px;
    margin-top: 82px;
}

.mypage_top_btn {
    width: 100%;
    height: 55px;
    border: 1px solid #000;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-family: 'Noto Sans KR Bold';
}

.my_page_submenu {
    float: left;
    width: calc(20% - 10px);
    min-height: 200px;
    margin-left: 10px;
    margin-top:30px;
}
.my_page_submenu_items {
    float:left;
    height: 43px;
    width: 100%;
    line-height: 43px;
    font-size: 20px;
}

.thumb_img {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #d0d0d0;
    margin-right: 12px;
    background-image: url('../images/no-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pwd_reset_btn {
    float: left;
    width: calc(35% - 22px);
    height: 43px;
    border: 1px solid #000;
    text-align: center;
    font-size: 18px;
    margin-left: 15px;
}
.minus_amount {
    background-image: url('../images/sub@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6px;
    cursor:pointer;cursor:hand;
}
.minus_amount:hover {
    background-image: url('../images/sub_hover@2x.png');
}

.plus_amount {
    background-image: url('../images/add@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6px;
    cursor:pointer;cursor:hand;
}
.plus_amount:hover {
    background-image: url('../images/add_hover@2x.png');
}
.order_left_layout{
    float: left;width: 45%;margin-right:5%;
}
.order_right_layout{
    float:left;width: 50%;
}
.order_list_layout {
    float: left;
    width: calc(100% - 52px);
    min-height: 200px;
    border: 1px solid #dbdbdb;
    padding: 33px 25px;
}

.pop_btn01 {
    width: 42%;
    margin-left: 30%;
    margin-top: 35px;
    height: 55px;
    border: 1px solid #000;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
}
.pop_content {
    font-size: 20px;
    line-height: 1.75;
    font-family: 'Noto Sans KR Regular';
    color: #000;
    text-align: center;
}
.showroom_map {
    float: left;
    width: calc(60% - 2px);
    padding-bottom: 35%;
    background-color: #eee;
    border: 1px solid #dbdbdb;
}

.root_daum_roughmap {
    float: left;
    width: calc(60% - 2px);
    background-color: #eee;
    border: 1px solid #dbdbdb;
}
.root_daum_roughmap {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}
.showroom_info {
    float: left;
    width: 35%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.showroom_info_title {
    font-size: 38px;
    line-height: 0.79;
    font-family: 'Noto Sans KR Bold';
}

.showroom_info_content {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5;
}
.num_limit .num_text {
    position: relative;
    bottom: 33px;
    left: 94%;
    font-size: 13px;
    color: #999;
}
.num_limit .num_text2 {
    position: relative;
    bottom: 33px;
    left: 96%;
    font-size: 13px;
    color: #999;
}

.num_limit .num_text em {
    color: #333;
}
.num_limit .num_text2 em {
    color: #333;
}

.amount_m {
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 25px;
    background-image: url(/site/images/sub@2x.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;cursor:hand;
}
.amount_m:hover {
    background-image: url(/site/images/sub_hover@2x.png);
}
.amount_p {
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 25px;
    background-image: url(/site/images/add@2x.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;cursor:hand;
}
.amount_p:hover {
    background-image: url(/site/images/add_hover@2x.png);
}

.btn_booking {
    margin-left: 20%;
    width: 28%;
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    height: 55px;
}

.show_room_content {
    margin-left: 20%;
    width: 75%;
    margin-top: 18px;
    font-size: 20px;
}
.showroom_title_layout {
    margin-left: 20%;
    width: 75%;
}

.img_upload_content {
    cursor:pointer;cursor:hand;
    float: left;
    width: calc(100% - 2px);
    height: 70px;
    line-height: 70px;
    margin-bottom: 5px;
    border: 1px solid #dbdbdb;
    font-size: 18px;
    color: #737373;
    text-align: center;
    margin-top: 10px;
}
.cinema_top_title {
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 1.33;
    margin-top: 100px;
    margin-bottom: 80px;
    font-family: Noto Sans KR Bold;
    color: #000;
}
.cinema_middle_content {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 1.46;
    color: #000;
    margin-bottom: 20px;
    font-family: Noto Sans KR Regular;
}
.cinema_bottom_content {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 1.58;
    color: #000;
    margin-bottom: 20px;
    font-family: Noto Sans KR Regular;
}
.contents_layout1 {
    float: left;
    width: calc(46% - 65px);
    min-height: 400px;
    padding-right: 65px;
}
.bg_layout1 {
    float: left;
    right: 0;
    width: 47%;
    padding-bottom: 28.6%;
    background-color: #ddd;
    background-image: url('/site/images/cinema_photo01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg_layout2 {
    float: left;
    right: 0;
    width: 47%;
    padding-bottom: 28.6%;
    background-color: #ddd;
    background-image: url('/site/images/cinema_photo02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contents_layout2 {
    float: left;
    width: calc(46% - 130px);
    min-height: 400px;
    padding-left: 130px;
}


.bg_youtube1 {
    float: left;
    right: 0;
    width: calc(50% - 5px);
    margin-right: 5px;
}

.bg_youtube2 {
    float: left;
    right: 0;
    width: calc(50% - 5px);
    margin-left: 5px;
}
.privacy_tit{
    font-size:18px;line-height:2;
}
.privacy_cont{
    font-size:14px;line-height:1.52;
}

.thumb_board1{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/prod_01.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.thumb_board1:hover {
    background-image:url(/site/images/prod_01_selected.jpg);
}
.thumb_board2{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/prod_02.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.thumb_board2:hover {
    background-image:url(/site/images/prod_02_selected.jpg);
}
.thumb_board3{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/prod_03.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.thumb_board3:hover {
    background-image:url(/site/images/prod_03_selected.jpg);
}
.thumb_board4{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/prod_04.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.thumb_board4:hover {
    background-image:url(/site/images/prod_04_selected.jpg);
}
.thumb_board5{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/prod_05.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.thumb_board5:hover {
    background-image:url(/site/images/prod_05_selected.jpg);
}
.thumb_board6{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/prod_search.png);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.thumb_board6:hover {
    background-image:url(/site/images/prod_search__selected.png);
}
.goods_info_txt{
    min-height:60px;
}



.colortype_board1{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/optical_02@2x.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.colortype_board1:hover {
    background-image:url(/site/images/optical_02_sel.jpg);
}
.colortype_board2{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/optical_01.png);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.colortype_board2:hover {
    background-image:url(/site/images/optical_01_sel.jpg);
}
.colortype_board3{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/optical_03@2x.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.colortype_board3:hover {
    background-image:url(/site/images/optical_03_sel.jpg);
}
.colortype_board4{
    display: flex;flex-direction: column;box-sizing: border-box;place-content: space-around center;justify-content: flex-end;background-image:url(/site/images/optical_04.png);background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.colortype_board4:hover {
    background-image:url(/site/images/optical_04_sel.jpg);
}

.menu_list_item_home:first-of-type + li + li{
    border-bottom:0;
}
#section_top_title{
    padding-top:90px;
}

.menu_list_item {
    float: left;
    line-height: 80px;
    padding: 0 30px;
    font-size: 19px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .header {
        position: relative;
    }
    .main{
        margin-top:10px;
    }
}