@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
 font-family: 'GmarketSansMedium';
}
#hd,
#wrapper,
#ft {
    min-width: 100%;
}


/* 팝업레이어 */

#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 0px
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops_con {}

.hd_pops img {
    max-width: 100%;
    height: auto
}

.hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff
}


/* 상단 레이아웃 */

#hd {
    position: relative;
    background: none;
    min-width: 100%;
}

#hd h1 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#hd_wr {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid #111;
    height: 90px;
}

#hd_wr_inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.hd_right_btn {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 10px;
}

.hd_right_btn button {
    border: none;
    background: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 3px;
    font-size: 20px;
}

.hd_right_btn>a {
    float: left;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 3px;
    border: 0;
    background: 0;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    color: #3c3c3c
}

.hd_right_btn .cart {
    position: relative
}

.hd_right_btn .cart .cart-count {
    position: absolute;
    top: 20%;
    right: 0px;
    display: block;
    height: 16px;
    line-height: 16px;
    background: #ff4444;
    font-size: 11px;
    color: #fff;
    padding: 0 5px;
    border-radius: 50%
}

.fixed #scroll_top_gnb {
    display: inline-block
}

#scroll_top_gnb {
    display: none;
    margin: 10px 0 0 0;
}

#gnb_scroll {
    margin: 0 auto;
    display: table
}

#gnb_scroll li {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding: 0 10px
}

#gnb_scroll li:hover a {
    color: #111
}

.btn_align {
    float: left;
    display: inline-block
}

.join_btn {
    position: relative
}

.animated2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce2 {
    0%,
    100% {
        -webkit-transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-5px)
    }
}

@keyframes bounce2 {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

.bounce2 {
    -webkit-animation-name: bounce2;
    animation-name: bounce2
}

#animated-example {
    z-index: 99;
    width: 45px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    background-color: #ccc;
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 35px;
    left: -5px;
    border-radius: 3px
}

#animated-example:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 18px;
    width: 4px;
    height: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ccc;
}

.hd_search h3 {
    padding: 20px;
    border-bottom: 1px solid #f7f7f7
}

.hd_search #sch_str {
    margin: 20px;
    width: 257px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 0 40px 0 20px
}

.hd_search #sch_submit {
    position: absolute;
    top: 83px;
    right: 25px;
    width: 40px;
    height: 35px;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background: none;
    font-size: 15px;
    color: #333
}

.hd_search .btn_close {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 999;
    color: #cecece
}

.hd_search .btn_close:hover {
    color: #ddd
}

.tnb_con {
    display: none;
    width: 300px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 998
}

.tnb_con:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 1
}

.tnb_con:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #eee transparent
}

.hd_search .tnb_con:before {
    right: 80px
}

.hd_search .tnb_con:after {
    right: 80px
}

#btn_hdcate {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    background: none;
    border: 0;
    font-size: 28px;
    color: #3c3c3c
}

#hd #btn_hdmy {
    position: absolute;
    top: 10px;
    right: 45px
}

#hd_wr_inner #logo {
    text-align: center;
    float: none;
    padding: 0;
}

#hd_wr_inner #logo img {
    max-height: 80px;
}

#hd_wr.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

#hd_wr.fixed #hd_wr_inner {
    height: 80px
}

#hd_wr.fixed #hd_wr_inner #logo {
    display: inline-block;
    float: left;
}

#hd_wr.fixed #btn_hdcate {
    display: none;
    margin-top: 20px
}

#hd_wr.fixed #sidr {
    display: none
}

#hd_wr.fixed .tnb_con {
    top: 60px
}


/* 게시판 큐알코드 공유버튼 */

.btn_qrcode {
    margin: 0 2px;
    padding: 0 10px;
    color: #777;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 1;
    height: 40px;
    border-radius: 5px;
    vertical-align: middle;
}

.btn_qrcode:hover {
    background: #f5f5f5;
}


/* 텍스트 크기 조절 */

#text_size {
    float: right;
    margin: 5px 0 0 10px;
}

#text_size button {
    margin: 0 2px;
    padding: 2px;
    border: 1px solid #c3c6ca;
    background-color: #fff;
    line-height: 1;
    width: 36px;
    height: 36px;
    vertical-align: top;
    overflow: hidden;
    min-width: auto;
}

#text_size button img {
    width: auto !important;
    height: 100%;
}

#text_size button:hover {
    background: #f5f5f5;
}

#text_size button:hover img {
    opacity: 0.5;
}

.ts_up * {
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}

.ts_up2 * {
    font-size: 2.4rem !important;
    line-height: 4.2rem !important;
}

#show_password {
    min-width: 50px;
}


/* 큐알코드 생성 */

.ly-blind {
    display: none;
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

.ly-blind>i {
    position: fixed;
    display: block;
    color: #fff;
    font-size: 3.2rem;
    top: 0;
    right: 0;
    margin: 2%;
    cursor: pointer;
}

.ly-blind>i:hover {
    opacity: 0.6;
}

.ly-blind .wzqrcode {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px -100px;
}

.ly-blind>p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 65%;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}

.ly-blind .wzqrcode .qrcode-image {
    z-index: 1100;
    width: 100%;
    height: 100%;
}


/*카테고리*/

.sidr {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #222;
    background: #1c1c1c;
}

.sidr.sidr-left {
    left: -320px;
    right: auto
}

.menu_close {
    display: none
}

.sidr-open .menu_close {
    display: block;
    position: fixed;
    left: 320px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    font-size: 20px;
    border: 0;
    z-index: 199999;
    opacity: 0.7;
    cursor: default !important;
}

.sidr #menu {}

#category {
    clear: both
}

#category .menu_wr {
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    z-index: 199919
}

#category .menu_wr .cate_tab {
    border-bottom: 0;
}

#category .menu_wr .content {
    padding-top: 20px;
}

#category .menu_wr .content .con {}

.ct_login h2 {
    font-size: 1.5em;
    margin: 10px;
    color: #fff;
}

.ct_login p {
    line-height: 1.4em;
    margin: 10px;
    color: #737373
}

.ct_login ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
.ct_login .ct-btn {
    
width: 94%;
    
margin: 0 auto;
}
.ct_login .ct-btn li {
    float: left;
    width: 50%;
}

.ct_login .ct-btn a {
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 37px;
    color: #3d3e3e;
    background: #fff;
}

.ct_login .ct-btn a:hover {
    background: #f3f3f3;
}

.ct_login .ct-btn .btn_1 {
    background: #3d3e3e;
    border-color: #3d3e3e;
    color: #fff
}

.ct_login .ct-btn .btn_1:hover {
    background: #111
}

.ct_login .ct-info {
    margin: 20px 0;
    position: relative
}

.ct_login .ct-info li {
    float: left;
    width: 33%;
    text-align: center
}

.ct_login .ct-info a {
    display: block;
    position: relative
}

.ct_login .ct-info i {
    
color: #aaa;
    
font-size: 18px;
}

.ct_login .ct-info strong {
    display: block;
    font-weight: normal;
    font-size: 0.92em;
    padding: 5px 0 0;
    color: #fff;
}

.ct_login .ct-info li .num {
    display: block;
    position: absolute;
    top: -10px;
    left: 40px;
    padding: 0 5px;
    background: #ef7878;
    color: #fff;
    border-radius: 15px;
    line-height: 15px;
    font-size: 11px;
}

.ct_login .ct-info button {
    border: 0;
    background: none
}

.ct_logout h2 {
    display: block;
    font-size: 20px;
    margin: 20px 0 30px 20px;
    color: #fff;
}

.ct_logout dl {
    padding: 5px 10px;
    background: #f3f3f3;
    margin: 10px 0
}

.ct_logout dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
.cate_tab:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cate_tab li {
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 0.92em
}

.cate_tab a {
    display: block;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    color: #999;
    font-size: 16px;
}

.cate_tab .selected {
    border-bottom: 1px solid #fff;
    color: #fff;
}

#hd_sch {
    text-align: center;
    padding: 0 0 10px;
    margin: 20px 5px;
}

#hd_sch h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#hd_sch .sch_inner {
    position: relative
}

#hd_sch #sch_str {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    background: #222;
    color: #fff;
    padding: 0 40px 0 20px
}

#hd_sch .sch_submit {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 40px;
    height: 35px;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background: none;
    font-size: 15px;
    color: #999;
}

.cate a {
    display: block;
    color: #aaa;
    padding: 0 10px;
    border-bottom: 1px solid #333;
    font-size: 16px;
}

.cate a:hover {
    text-decoration: underline;
}

.cate {}

.cate li {
    position: relative;
    line-height: 40px
}

.cate li.but {
    margin-top: 30px;
    border: solid 1px #fff;
    background-color: #222;
    border-radius: 10px;
    text-align: center;
}

.cate li.but a {
    color: #fff;
    border: 0;
    font-weight: bold;
}

.cate li button {
    position: absolute;
    top: 0;
    right: 0;
    background: url;
    border: 0;
    width: 30px;
    height: 40px;
    overflow: hidden;
    border: 0;
    background: url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;
    text-indent: -9999px
}

.cate li button.ct_cl {
    background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%
}

.sub_cate {
    display: none
}

.sub_cate a {
    border-bottom: 1px solid #efefef;
    background: url(../../img/btn_next.gif) no-repeat 21px 17px;
    padding-left: 30px
}

.sub_cate2 a {
    padding-left: 40px;
    background-position: 31px 17px
}

.sub_cate3 a {
    padding-left: 50px;
    background-position: 41px 17px
}

.sub_cate4 a {
    padding-left: 60px;
    background-position: 51px 17px
}


/* 중간 레이아웃 */

#wrapper {
    min-width: 100%;
    min-height: calc(100vh - 320px);
}

#container {
    padding: 0 0 10px;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    width: auto;
}

#container.idx-container {
    max-width: 100%
}

#container .idx_only {
    max-width: 100%;
}

#sbn_side::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: #ddd;
}

#sbn_side::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: #efecea;
}

#container .idx_only ul {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#container_title {
    margin: 60px 0 40px;
    padding: 0;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold
}

#container_title span {
    display: inline-block;
    padding-bottom: 10px
}

#container.con_item_veiw {
    max-width: 100%
}

.con_item_veiw #container_title,
.con_tit_view {
    display: none;
}


/* 내용관리 */

#ctt {
    margin: 10px 0;
    padding: 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.ctt_admin {
    margin: 0 5px;
    text-align: right
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ctt_con {
    padding: 10px 0
}

.ctt_img {
    text-align: center
}


/*퀵메뉴*/

#quick {
    transition: all 0.5s;
    height: 100%;
    position: fixed;
    top: 88px;
    right: 0;
    z-index: 999;
}

#quick.fix {
    top: 0
}

#quick .qk_innr {
    position: absolute;
    top: 0;
    left: -60px;
    background: #111;
    height: 100%
}

#quick .qk_btn li.tabsTab {
    position: relative
}

#quick .qk_btn button {
    width: 60px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    background: transparent;
    border: 0
}

#quick .qk_btn a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px
}

#quick .qk_btn button:hover,
#quick .qk_btn a:hover {
    background: #333
}

#quick .qk_btn button#top_btn {
    border: 0;
    background: #222;
    width: 60px;
    height: 50px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0
}

#quick .qk_btn button#top_btn:hover {
    background: #444;
    color: #fff
}

#quick .tabs_con {
    height: 100%;
    text-align: center;
    border-top: solid #333 2px;
}

#quick .qk_con {
    position: relative;
    background: #fff;
    height: 100%;
    width: 230px;
    display: none;
    overflow-y: auto;
    border-left: 1px solid #ddd
}

#quick .qk_con_wr {
    padding: 25px 20px 20px
}

#quick .qk_con h3 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2
}

#quick .qk_con h3 span,
#quick .qk_con h3 a {
    display: inline-block
}

#quick .con_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: transparent;
    border: 0;
    color: #eee;
    font-size: 2em
}

#quick .con_close:hover {
    color: #444
}

#q_cart_wr h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#q_cart_wr .li_empty {
    border: 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 50px;
    color: #cecece
}

.qk_prdli {
    text-align: left
}

.qk_prdli li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    position: relative
}

.qk_prdli li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.qk_prdli .qk_img {
    float: left;
    width: 60px;
    margin-right: 10px
}

.qk_prdli .qk_txt {
    float: left;
    width: 119px;
    text-align: left
}

.qk_prdli li:hover .qk_name a {
    color: #333
}

.qk_prdli .qk_name a {
    color: #666;
    display: block
}

.qk_prdli .info_date {
    color: #999;
    font-size: 1em;
    margin-top: 5px;
    display: block
}

.qk_prdli .qk_opt {
    font-size: 0.92em;
    color: #888;
    margin: 5px 0;
    line-height: 1.3em
}

.qk_prdli .prd_del {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #ddd;
    color: #999;
    border: 0
}

.qk_prdli li:hover .prd_del {
    display: block
}

.qk_cart_btn {
    margin: 10px 0
}

.qk_cart_btn .qk_go_cart {
    width: 100%;
    background: #242424;
    font-weight: bold;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px;
    transition: all 0.3s ease;
    display: inline-block
}

.qk_cart_btn .qk_go_cart:hover {
    background: #ae1548
}

.qk_cart_btn .qk_go_buy {
    width: 100%;
    background: #fff;
    font-weight: bold;
    color: #444;
    border: 1px solid #ccc;
    height: 40px;
    margin: 0 0 5px
}

#quick .cart_al {
    text-align: left;
    margin: 10px 0;
    position: relative;
    ;
    line-height: 1.5em
}

#quick .cart_al strong {
    position: absolute;
    top: 0;
    right: 0
}

#quick_open {
    display: none;
    background: #000;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    color: #fff;
    border: 0;
    font-size: 15px;
    z-index: 99
}


/* 하단 레이아웃 */

#ft {
    border-top: 1px solid #eee;
    margin: 20px 0 0;
    text-align: center;
    line-height: 1.5em
}

#ft h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#ft h3 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    font-weight: normal;
    color: #5f6374;
    text-indent: 0;
    text-align: center;
    padding: 0;
}

#ft h3 a {
    color: #ddd
}

.ft_wr {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0
}

.ft_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.ft_con {
    width: 100%;
    padding: 10px 3%;
    color: #ddd;
    background-color: #051327;
    font-size: 0.85em;
    line-height: 1.5em;
    word-wrap: break-word;
    text-align: center;
}

#ft_cs {
    border-left: 0
}

#ft_cs strong {
    color: #000;
    font-size: 1.5em
}

#ft_cs p {
    margin: 5px 0 0;
    color: #777
}

#ft_cs .qa_link {
    display: inline-block;
    background: #397b57;
    color: #fff;
    padding: 0 10px;
    line-height: 32px;
    margin: 10px 0 0;
    border-radius: 2px
}

#ft_bank p {
    margin: 0 0 10px;
    color: #000;
    font-weight: bold
}

#ft_if strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

#ft_if span {
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}

#ft_link {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    text-align: center;
    font-size: 0.85em
}

#ft_link li {
    display: inline-block;
    line-height: 14px;
    padding: 0 10px;
    text-align: left;
    font-weight: normal;
    border-left: 1px solid #d8d8d8
}

#ft_link li:first-child {
    border: 0
}

#ft_link li a {
    color: #d8d8d8
}

.ft_copy {
    font-size: 12px;
    clear: both;
    background: #111;
    padding: 10px 0;
    text-align: center;
    color: #d0d0d0
}

#ft_to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    z-index: 99
}

#ft_to_top:hover {
    background: #333
}


/* 목록 바로가기 */

.sanchor {
    border-bottom: 1px solid #111;
    margin: 30px 0 10px;
    text-align: center;
    font-size: 0
}

.sanchor:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.sanchor li {
    display: inline-block;
    margin-bottom: -1px;
    text-align: center;
    line-height: 40px;
    font-size: 0.92em;
    font-size: 12px;
    margin-left: -1px
}

.sanchor a {
    display: block;
    color: #646464;
    border: 1px solid #ddd;
    border-bottom-color: #111;
    background: #fcfcfc;
    padding: 0 30px
}

.sanchor a:hover {
    background: #fff
}

.sanchor a.sanchor_on {
    border: 1px solid #111;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    color: #000;
    background: #fff;
    position: relative
}

.sanchor a span {
    display: inline-block;
    line-height: 18px;
    padding: 0 5px;
    background: #aaa;
    color: #fff;
    border-radius: 5px
}

.sanchor a.sanchor_on span {
    background: #111
}


/* ####### 쇼핑몰 컨텐츠 ####### */

.st_bg {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #e2e1e0;
    vertical-align: -1px
}

#listtype {
    margin: 30px 0 20px
}


/* 장바구니 주문서 공통 */

#sod_chk {
    margin: 10px;
    font-size: 0.85em
}

.sod_list {
    margin: 10px;
    font-size: 0.85em
}

.sod_list .sod_li {
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0
}

.sod_list .li_name {
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
    padding: 15px;
    font-size: 1.2em
}

.sod_list .li_op_wr {
    position: relative;
    margin: 10px;
    padding-left: 90px;
    min-height: 80px
}

.sod_list .total_img {
    position: absolute;
    top: 0;
    left: 0
}

.sod_list .mod_options {
    padding: 0 7px;
    border: 1px solid #ff4444;
    color: #ff4444;
    background: #fff;
    height: 30px;
    line-height: 21px;
    margin: 5px 0 0
}

.sod_list .li_prqty {
    margin: 10px 10px;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0 0
}

.sod_list .li_prqty:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_list .li_prqty_sp {
    float: left;
    width: 50%;
    display: block;
    line-height: 20px;
    padding: 0 7px;
    text-align: right
}

.sod_list .li_prqty_sp span {
    float: left
}

.sod_list .prqty_sc,
.sod_list .prqty_price {
    border-right: 1px solid #dcdcdc
}

.sod_list .total_price {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    display: block;
    clear: both;
    margin: 10px;
    text-align: right;
    padding: 5px 10px;
    line-height: 20px
}

.sod_list .total_price span {
    float: left
}

.sod_list .total_price strong {
    font-size: 1.25em;
    color: #ff4444
}

.sod_opt li {
    padding-left: 10px;
    color: #777;
    margin: 3px 0;
    line-height: 1.3em
}

#sit_opt_added {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 0;
    list-style: none;
}

#sit_opt_added li {
    padding: 20px;
    border: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 5px
}

#sit_opt_added li .opt_name {
    line-height: 28px;
    padding: 0 0 10px;
}

#sit_opt_added li .opt_name .sit_opt_subj {
    font-size: 11px;
}

#sit_opt_added li .opt_count {}

#sit_opt_added li .opt_count:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sit_opt_added button {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #666;
    font-size: 0.92em
}

#sit_opt_added button:hover {
    color: #000
}

#sit_opt_added .num_input {
    float: left;
    border: 0;
    height: 30px;
    width: 40px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center
}

#sit_opt_added .sit_opt_del {
    border: 0;
    font-size: 15px;
    background: #fff;
    margin-left: 3px
}

#sit_opt_added .sit_opt_del:hover {
    color: red
}

#sit_opt_added .sit_opt_prc {
    float: right;
    display: block;
    padding: 0 3px;
    text-align: right;
    line-height: 30px;
    font-size: 1.183em;
    font-weight: bold
}

.sod_option_btn .mod_options {
    height: 30px;
    margin: 5px 0 20px;
    padding: 0 5px;
    border: 1px solid #d4d6db;
    color: #606060;
    background: #fff;
    border-radius: 3px
}

.cp_btn {
    padding: 0 10px;
    border: 1px solid #d4d6db;
    color: var(--default-color);
    background: #fff;
    height: 26px;
    border-radius: 3px
}

.cp_cancel {
    padding: 0 10px;
    border: 1px solid #aaa;
    color: #666;
    background: #fff;
    height: 26px;
    border-radius: 3px
}


/* 장바구니 */

#mod_option_frm {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    min-width: 300px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4)
}

#mod_option_frm h2 {
    height: 45px;
    line-height: 45px;
    font-size: 1.167em;
    background: #333;
    color: #fff;
    padding: 0 15px
}

#mod_option_frm #sit_tot_price {
    margin: 15px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
    position: relative
}

#mod_option_frm #sit_tot_price span {
    font-weight: normal;
    font-size: 13px
}

#mod_option_frm #sit_sel_option ul {
    background: #f3f3f3;
    border: 0
}

#mod_option_frm h3 {
    margin: 0 0 10px;
    color: #5772d5
}

#mod_option_frm .option_wr {
    margin: 15px
}

#mod_option_frm .option_wr label {
    margin: 0 0 5px;
    display: block
}

#mod_option_frm .option_wr select {
    width: 100%;
    height: 30px;
    border: 1px solid #d9d9d9;
    margin: 0 0 5px
}

#mod_option_frm .btn_confirm {
    margin: 15px
}

#mod_option_frm .btn_confirm .btn_submit {
    font-size: 1.167em;
    font-weight: bold;
    width: 100%
}

#mod_option_frm .btn_confirm .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 1.25em
}

#sod_bsk .btn_del_wr {
    margin: 10px
}

#sod_bsk .sod_ta_wr {
    background: #fff;
    padding: 15px
}

#sod_bsk .go_shopping {
    margin: 10px
}

#sod_bsk .go_shopping .btn01 {
    line-height: 50px;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    text-align: center
}

#m_sod_bsk_tot {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px 20px;
    border: solid 1px #ddd;
}

#m_sod_bsk_tot li {
    text-align: right;
}

#m_sod_bsk_tot li span {
    line-height: 36px;
    vertical-align: middle;
}

#m_sod_bsk_tot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#m_sod_bsk_tot dt {
    float: left;
    width: 40%;
    padding: 5px 0;
    line-height: 20px;
    clear: both
}

#m_sod_bsk_tot dd {
    float: left;
    width: 60%;
    padding: 5px 0;
    text-align: right;
    line-height: 20px
}

#m_sod_bsk_tot .sod_bsk_cnt {
    border-top: 1px solid #e2e2e2;
    font-weight: bold;
    margin-top: 5px;
    line-height: 60px;
    vertical-align: middle;
}

#m_sod_bsk_tot .sod_bsk_cnt strong {
    color: #ff4444;
    font-size: 1.25em;
    vertical-align: middle;
}

#sod_bsk_act {
    margin-top: 20px;
}

#sod_bsk_act a.btn01,
#sod_bsk_act .btn_submit {
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
}


/* 주문서 작성 */

#sod_frm .od_prd_list {
    background: #fff
}

.od_prd_list .td_chk {
    border-left: 0
}

.od_prd_list .td_prd {
    border-left: 0;
    position: relative;
    padding-left: 90px;
    min-height: 100px
}

.od_prd_list .td_prd .sod_img {
    position: absolute;
    top: 15px;
    left: 0
}

.od_prd_list .td_prd .sod_name {
    min-height: 80px
}

.od_prd_list .td_prd .prd_name {
    font-size: 1.167em
}

.od_prd_list .total_prc {
    color: #ff006c;
    font-weight: bold;
    font-size: 1.167em
}

#sod_frm_orderer {
    padding: 10px;
    border-bottom: 1px solid #d6d3d3
}

#sod_frm_taker {
    padding: 20px 10px;
}

#sod_frm_taker h2,
#sod_frm_orderer h2 {
    margin: 10px 0;
    font-size: 1.25em
}

.odf_list li {}

.odf_list label,
.odf_list strong {
    display: block;
    margin: 7px 0 5px;
    color: #444;
    font-weight: normal
}

.odf_list .frm_input {
    width: 100%;
    margin: 0 0 5px
}

.odf_list .dlv_slt div {
    background: #f3f3f3;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 10px
}

.odf_list .dlv_slt div label {
    display: inline-block;
    margin: 3px 0;
    color: #000
}

#order_address {
    display: inline-block;
    width: 100px;
    text-align: center;
    border: 1px solid #111;
    color: #fff;
    height: 30px;
    margin: 10px;
    line-height: 28px;
    vertical-align: middle;
    background: #111
}

.odf_list .ad_default {
    display: inline-block;
    margin: 0
}

.odf_list .btn_addsch {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    height: 30px
}

.odf_list .add_num {
    position: relative;
    display: block
}

.odf_list textarea {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#m_sod_frm_paysel {
    margin: 10px 0
}

#m_sod_frm_paysel ul {
    margin: 0 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

#m_sod_frm_paysel ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#m_sod_frm_paysel li {
    float: left;
    padding: 5px;
    width: 46%;
    height: 25px
}

#m_sod_frm_paysel .KPAY {
    background: url('../img/kpay.png') no-repeat;
    width: 37px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    background-size: 100%
}

#m_sod_frm_paysel .PAYNOW {
    background: url('../img/paynow.png') no-repeat;
    width: 46px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    background-size: 100%
}

#m_sod_frm_paysel .PAYCO {
    background: url('../img/payco.png') no-repeat 1px;
    width: 46px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    background-size: 100%
}

#m_sod_frm_paysel .inicis_lpay {
    background: url('../img/lpay_logo.png') no-repeat;
    width: 35px;
    height: 12px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    background-size: 100%
}

.kakaopay_icon {
    background: url('../img/kakao.png') no-repeat;
    height: 21px;
    width: 74px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%
}

.samsung_pay {
    background: url('../img/samsungpay.png') no-repeat;
    height: 12px;
    width: 83px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm {
    font-size: 0.85em
}

#sod_frm .sod_ta_wr {
    background: #fff;
    padding: 15px
}

#sod_frm .btn_confirm {
    width: 98%;
    margin: 0 auto 10px
}

#sod_frm .btn_submit {
    width: 96%;
    font-size: 1em;
    margin: 5px 0
}

#sod_frm .btn_cancel,
#sod_frm .btn01 {
    width: 96%;
    line-height: 45px;
    height: 45px;
    font-size: 1em;
    margin: 5px 0;
    padding: 0;
    border-radius: 0
}

#sod_frm_pay {
    padding: 10px;
    border-top: 1px solid #f3f3f3
}

#sod_frm_pay h2 {
    margin: 10px 0;
    font-size: 1.25em
}

#sod_frm_pay .cp_btn1,
#sod_frm_pay .cp_cancel1 {
    margin-top: 0
}

.odf_tbl {
    position: relative
}

.odf_tbl table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc
}

.odf_tbl table th {
    border-top: 1px solid #eceff4;
    padding: 10px;
    text-align: left;
    width: 120px;
    font-weight: normal
}

.odf_tbl table td {
    border-top: 1px solid #eceff4;
    padding: 7px 10px;
    text-align: right
}

#sod_frm_pt_alert {
    margin: 10px 0;
    color: #aaa;
}

.sod_frm_point {
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.sod_frm_point div {
    background: #fff;
    border-bottom: 1px solid #eceff4;
    padding: 010px;
    text-align: right;
    line-height: 40px;
    vertical-align: middle;
}

.sod_frm_point div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_frm_point div label {
    float: left;
    line-height: 40px;
}

.sod_frm_point div span {
    display: block;
    font-size: 0.92em;
}

.sod_frm_point div span:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_frm_point .max_point_box em {
    font-style: normal !important
}

.sod_frm_point div strong {
    float: left;
    color: #666;
    font-weight: normal
}

.sod_frm_point div em {
    color: #ff006c;
    font-size: 18px;
    font-weight: bold
}

.sod_frm_point #od_temp_point {
    height: 40px;
    border: 1px solid #ccc;
    text-align: right;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 1.5em;
    color: #ff006c;
}

#settle_bank {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: right;
    clear: both;
    margin-top: 10px;
}

#settle_bank select {
    height: 30px;
    margin: 0 0 5px;
    width: 100%
}

#settle_bank #od_deposit_name {
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
}

#settle_bank label {
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

#settle_bank p {
    text-align: left;
    line-height: 50px;
}

#bank_account {
    margin: 10px 0 20px;
    border: solid 1px #ddd;
    overflow: hidden;
}

#bank_account li {
    text-align: left;
    line-height: 40px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: -1px;
}

#bank_account li em {
    display: inline-block;
    width: 24%;
    text-align: right;
    color: #666;
}

#bank_account li span {
    font-size: 16px;
    font-weight: bold;
}

#sod_frm_pt_info {
    border-bottom: 1px solid #ccc
}

.od_coupon {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4)
}

.od_coupon h3 {
    height: 45px;
    line-height: 45px;
    font-size: 1.167em;
    background: #333;
    color: #fff;
    padding: 0 15px;
    text-align: left
}

.od_coupon .tbl_head02 {}

.od_coupon .tbl_head02 .btn_frmline {
    background: #3b67c2;
    color: #fff;
    border: 0;
    padding: 0 5px;
    line-height: 25px
}

.od_coupon .tbl_head02 td {
    text-align: left
}

.od_coupon .tbl_head02 th {
    width: auto !important
}

.od_coupon .tbl_head02 .td_mngsmall {
    width: 60px;
    text-align: center
}

.od_coupon .tbl_head02 .td_numbig {
    width: 80px;
    text-align: right
}

.od_coupon .btn_confirm {
    margin: 20px
}

.od_coupon .btn_confirm .btn_submit {
    height: 40px;
    font-size: 1.167em;
    font-weight: bold;
    width: 100%
}

.od_coupon .btn_confirm .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 1.25em
}

.cp_btn,
.cp_btn1 {
    padding: 0 7px;
    border: 1px solid #38b2b9;
    color: #38b2b9;
    background: #fff;
    height: 23px;
    line-height: 21px;
    margin: 10px 0 0
}

.cp_apply {
    background: #3b67c2;
    color: #fff;
    border: 0;
    padding: 0 5px;
    line-height: 25px
}

.cp_cancel,
.cp_cancel1 {
    padding: 0 7px;
    border: 1px solid #aaa;
    color: #666;
    background: #fff;
    height: 23px;
    line-height: 21px;
    margin: 10px 0 0 2px
}

#sod_frm_escrow {
    margin: 10px
}

#sod_frm_escrow h2 {
    font-size: 1.25em
}

#od_pay_sl h3 {
    font-size: 1.25em
}


/* 쿠폰 */

#scp_list li {
    position: relative;
    padding: 0
}

#scp_list .li_pd {
    position: relative;
    padding: 10px
}

#scp_list .li_title {
    font-weight: bold;
    font-size: 1.167em
}

#scp_list .pd_price {
    position: absolute;
    top: 10px;
    right: 10px
}

#scp_list .pd_price strong {
    color: #ff006c;
    font-size: 1.5em
}

#scp_list .li_target {
    color: #666;
    margin: 5px 0 0;
    background: #f3f3f3;
    border-top: 1px dotted #ccc;
    padding: 5px 10px
}

#scp_list .pd_date {
    float: right;
    color: #777
}

.main_image_area {
    min-height: 360px;
    overflow: hidden;
    background-color: #ddd;
}

#sit_pvi {
    min-height: 500px;
}


/* 배송지 목록 */

#sod_addr {}

#sod_addr ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sod_addr li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e9e9e9
}

#sod_addr .addr_title {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 10px 30px
}

#sod_addr .ad_subject {
    height: 30px;
    border: 1px solid #bbb;
    width: 100%;
    padding: 0 10px
}

#sod_addr .ad_chk {
    position: absolute;
    top: 17px;
    left: 10px
}

#sod_addr .addr_info {
    padding: 15px
}

#sod_addr .addr_name {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.083em
}

#sod_addr .addr_addr {
    line-height: 1.5em;
    margin: 5px 0
}

#sod_addr .addr_tel {
    margin: 5px 0;
    color: #666
}

#sod_addr .fa-mobile {
    font-size: 14px
}

#sod_addr .addr_btn {
    border-radius: 0 0 3px 3px;
    padding: 10px
}

#sod_addr .addr_btn:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_addr .sel_address {
    display: inline-block;
    height: 30px;
    background: none;
    border: 1px solid #333;
    color: #333;
    padding: 0 5px
}

#sod_addr .del_address {
    display: inline-block;
    text-align: center;
    border: 1px solid #aaa;
    background: none;
    color: #888;
    padding: 0 5px;
    height: 30px;
    line-height: 28px;
    vertical-align: middle
}

#sod_addr input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-indent: -999px;
    left: 0;
    z-index: -1px
}

#sod_addr .add_lb {
    display: inline-block;
    float: left;
    width: 32%;
    text-align: center;
    border: 1px solid #4162ff;
    color: #4162ff;
    height: 30px;
    line-height: 28px
}

#sod_addr input[type="radio"]:checked+.add_lb {
    z-index: 3;
    background: #4162ff;
    color: #fff
}


/* 주문내역 */

#sod_v {
    margin: 10px
}

#sod_v .td_stat {
    width: 100px
}

#sod_v_info {
    margin: 0 0 10px;
    padding: 10px;
    background: #e6d5d2;
    color: #883d1a;
    text-align: center;
    border-bottom: 1px solid #c3bcb1
}


/* 주문상세내역 */

#sod_list_inq {}

#sod_fin_list .sod_ta_wr {
    padding: 15px;
    background: #fff
}

#sod_fin_list h2 {
    position: absolute;
    border: 0;
    font-size: 0;
    line-height: 0;
    content: ""
}

#sod_fin_list .prqty_stat {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    background: #6583c5;
    color: #fff
}

#sod_fin_list .li_opt {
    color: #777;
    margin: 3px 0;
    line-height: 1.3em;
    padding-right: 50px
}

#sod_sts_wrap {
    margin: 10px
}

#sod_sts_wrap .btn_wr {
    border-top: 1px solid #bbb;
    text-align: center
}

#sod_sts_explan_open {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #bbb;
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
    color: #333;
    background: none
}

#sod_sts_explan {
    display: none
}

#sod_fin_legend {
    background: #f7f7f7;
    margin: 0 0 10px;
    padding: 10px;
    line-height: 20px
}

#sod_fin_legend:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_fin_legend dt {
    float: left;
    width: 20%
}

#sod_fin_legend dd {
    float: left;
    width: 80%
}

#sod_fin_view {
    margin: 10px
}

#sod_fin_view h2 {
    position: absolute;
    border: 0;
    font-size: 0;
    line-height: 0;
    content: ""
}

#sod_fin_view h3 {
    font-size: 1.167em;
    margin: 20px 0 10px
}

#sod_fin_no {
    margin: 10px 0 40px;
    border: 2px solid #b9b9b9;
    background: #f3f3f3;
    color: #444;
    text-align: center;
    padding: 10px
}

#sod_fin_no strong {
    font-size: 1em
}

#sod_fin_tot {
    margin: 10px
}

#sod_fin_tot h2 {
    font-size: 1.167em;
    margin: 20px 0 10px
}

#sod_fin_tot ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sod_fin_tot li {
    padding: 10px;
    background: #333;
    border-bottom: 1px solid #999;
    color: #fff;
    zoom: 1
}

#sod_fin_tot li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_fin_tot #alrdy {
    border-bottom: 0 !important
}

#sod_fin_tot #alrdy .right {
    margin-top: 10px;
    text-align: right;
    color: #f3f3f3;
    font-size: 0.9em
}

#sod_fin_tot #alrdy .right p {
    position: relative
}

#sod_fin_tot #alrdy .right .title {
    position: absolute;
    left: 0;
    padding-left: 8px
}

#sod_fin_tot strong {
    float: right
}

#sod_fin_cancel {
    margin: 10px
}

#sod_fin_cancel h2 {
    position: absolute;
    border: 0;
    font-size: 0;
    line-height: 0;
    content: ""
}

#sod_fin_cancel h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_fin_cancel button {
    height: 50px;
    border: 1px solid #5e6b6f;
    font-weight: bold;
    width: 100%;
    background: #fff;
    color: #5e6b6f;
    margin: 20px 0;
}

#sod_fin_cancel p {
    text-align: center;
    background: #ffe0e0;
    border: 2px solid #d50c0c;
    padding: 15px;
    color: #d50c0c;
    font-size: 1.167em;
    font-weight: bold
}

#sod_fin_cancelfrm {
    display: none;
    margin: 10px 0 0;
    text-align: center;
    background: #fff;
    padding: 15px
}

#sod_fin_cancelfrm .frm_input {
    background: #fff;
    margin: 0 0 5px;
    width: 100%
}

#sod_fin_cancelfrm .btn_frmline {
    background: #5e6b6f;
    color: #fff;
    border: 0;
    padding: 10px;
    width: 100%;
    cursor: pointer
}

#sod_fin_test {
    padding: 10px
}


/* 오늘 본 상품 */

#stv {
    position: relative;
    height: 100%
}

#stv .li_empty {
    text-align: center;
    line-height: 100px
}

#stv_pg {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 229px;
    text-align: center;
    margin: 10px 0 0;
    padding: 15px;
    line-height: 20px;
    background: #fff
}

.stv_item {
    display: none;
    padding: 5px;
    word-break: break-all;
    border-bottom: 1px solid #444;
}

.stv_item:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.stv_item .prd_img {
    display: inline-block;
    float: left;
    margin: 10px 5px;
    border: solid 1px #ddd;
    padding: 5px;
}

.stv_item .prd_cnt {
    display: inline-block;
    float: left
}

.stv_item .prd_cnt span {
    display: block;
    max-width: 105px
}

.stv_item .prd_cnt .prd_name {
    font-weight: bold;
    margin-bottom: 3px
}


/*장바구니*/

#sbsk {
    position: relative
}

#sbsk li {
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    padding: 10px;
}

#sbsk li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sbsk .go_cart {
    display: block;
    border: 1px solid #d5d9dd;
    color: var(--default-color);
    border-radius: 2px;
    background: #fff;
    padding: 0;
    line-height: 40px;
}

#sbsk .btn_buy {
    padding: 0;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px;
}

#sbsk .btn_buy .btn_submit {
    width: 100%;
    height: 40px
}

#sbsk .li_empty {
    text-align: center;
    line-height: 100px
}

#sbsk .prd_img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: solid 1px #ddd;
    width: 40%;
}

#sbsk .prd_cnt {
    display: inline-block;
    float: left;
    width: 50%;
}

#sbsk .prd_cnt a,
#sbsk .prd_cnt span {
    display: block;
    max-width: 105px
}

#sbsk .prd_cnt .prd_name {
    font-weight: bold;
    margin-bottom: 3px
}

#sbsk .cart_del {
    border: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #c5c8ca;
    background: #fff;
    font-size: 1.25em
}


/*위시리스트*/

#wish {}

#wish li {
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    padding: 15px
}

#wish li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#wish .li_empty {
    text-align: center;
    line-height: 100px
}

#wish .prd_img {
    display: inline-block;
    float: left;
    margin-right: 10px
}

#wish .prd_cnt {
    display: inline-block;
    float: left
}

#wish .prd_cnt a {
    display: block;
    max-width: 105px
}

#wish .prd_cnt .prd_name {
    font-weight: bold;
    margin-bottom: 3px
}


/* 마이페이지 */

#smb_my {
    position: relative;
    max-width: 1200px;
    font-size: 0.85em;
    margin: 20px auto
}

#smb_my_ov {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 0 15px;
}

#smb_my_ov .hello_name {
    background: #f8f8f8;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

#smb_my_ov h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#smb_my_ov .my_img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 35px 0 0;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

#smb_my_ov .my_img img {
    width: 120px;
    height: auto;
}

#smb_my_ov .btn_edit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #959595;
    line-height: 23px;
    color: #fff;
}

#smb_my_ov .btn_edit:hover {
    background: #d25959;
    color: #fff
}

#smb_my_ov .my_name {
    margin: 10px 0;
    font-size: 18px;
    line-height: 36px;
}

#smb_my_ov .my_name strong {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

#smb_my_ov .btn_out {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-radius: 0 0 0 5px;
    padding: 0 5px;
    line-height: 22px;
    font-size: 11px;
    color: #777
}

#smb_my_wr {
    min-height: 560px;
    border: solid 1px #ddd;
    padding: 20px;
}

.my_cou_wr {
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}

.my_cou_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.my_cou_wr .my_cou {
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px 0
}

.my_cou_wr .my_po {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0
}

.my_cou_wr img {
    padding: 5px 0 0;
    width: 23px;
    height: auto;
}

.my_cou_wr a {
    color: #111;
    font-weight: bold;
}

.my_cou_wr span {
    display: block;
    line-height: 24px;
    color: #555;
    font-weight: normal;
}

.my_info {
    padding: 0 10px;
    line-height: 18px
}

.my_info dt {
    border-top: 1px solid #e6e6e6;
    color: #fda83c;
    padding: 10px 0 0;
    font-size: 0.92em
}

.my_info dd {
    padding: 0 0 10px
}

.my_info dt:first-child {
    border: 0
}

.btn_my_if {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 10px;
    background: #f3f3f3
}

#smb_my_od {
    position: relative;
    margin: 0 0 50px;
    padding: 0
}

#smb_my_od h2 {
    margin: 0 0 10px;
    font-size: 1.25em
}

#smb_my_wish {
    margin: 0 0 35px
}

#smb_my_wish h2 {
    margin: 0 0 10px;
    font-size: 1.25em
}

#smb_my_wish ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#smb_my_wish li {
    float: left;
    width: 25%;
    padding: 5px
}

#smb_my_wish li .wish_img {
    border: solid 1px #ddd;
}

#smb_my_wish li img {
    width: 100%;
    height: auto;
}

#smb_my_wish li a {
    display: block;
    margin: 5px 0;
    font-weight: bold
}

#smb_my_wish .empty_list {
    width: 100%;
    padding: 100px 0;
    text-align: center
}

#smb_my_wish .btn_more {
    position: absolute;
    right: 0;
    top: 0
}


/* 위시리스트 */

#sod_ws {}

.sod_ws_img {
    width: 90px;
    text-align: center
}

#sod_ws_act {
    text-align: center;
    margin: 20px 0 30px
}

#sod_ws_act button {
    height: 50px;
    font-weight: bold;
    font-size: 1.167em;
    border-radius: 3px;
    line-height: 50px;
    padding: 0 20px;
}

#sod_ws_act .btn01 {
    border: 1px solid #98a3b3
}

#sod_ws_act .btn02 {
    border: 1px solid #333;
    background: #222;
}

#sod_ws_act .btn02:hover {
    background: #444;
}

#sod_ws li .info_link {
    display: block;
    margin: 10px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #646464;
    font-weight: bold
}

#sod_ws li .info_date {
    color: #646464;
    font-size: 0.92em
}

#sod_ws li .wish_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: center;
    line-height: 35px;
    color: #f00
}

#sod_ws li .wish_info {
    padding: 0 50px 10px 30px;
    position: relative;
    margin-top: 10px;
    height: 60px;
}

#sod_ws li .wish_del {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e6e6e6;
    display: block;
    font-size: 1.25em;
    color: #777;
    border-radius: 5px;
}

#sod_ws li .wish_del:hover {
    background: #777;
    color: #fff
}


/* 주문내역 include */

#sod_inquiry li {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px
}

#sod_inquiry li .idtime_link {
    font-weight: bold;
    font-size: 1em
}

#sod_inquiry li .idtime_time {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999
}

#sod_inquiry li .inquiry_name {
    margin: 10px 0;
    color: #666
}

#sod_inquiry li .inquiry_price {
    font-size: 1.25em;
    font-weight: bold
}

#sod_inquiry li .inv_status {
    display: block;
    text-align: center;
    margin: 5px 0 0;
    font-weight: bold
}

#sod_inquiry li .inv_inv {
    margin: 10px 0 0;
    display: block;
    border: 1px solid #c4c5cc;
    color: #666
}

.status_01 {
    display: block;
    background: #fda83c;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.status_02 {
    display: block;
    background: #ff6f6f;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.status_03 {
    display: block;
    background: #5bd085;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.status_04 {
    display: block;
    background: #6fa8ff;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.status_05 {
    display: block;
    background: #333;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.status_06 {
    display: block;
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-weight: bold
}


/* 주문상세내역 중 현금영수증 발급 */

#scash {}

#scash section {
    padding: 10px 0
}

#scash h2 {
    margin: 0 0 10px;
    text-align: center
}

#scash .tbl_head01 th {
    padding: 0 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f2f5f9;
    text-align: left
}

#scash_apply {
    padding: 10px 0 15px;
    text-align: center
}

#scash_apply button {
    padding: 10px;
    border: 0;
    background: #565e60;
    color: #fff
}

#scash_copy {
    text-align: center
}


/* 이미지 등비율 리사이징 */

.img_fix {
    width: 100%;
    height: auto
}


/* 콘텐츠별 스타일 */

.cnt_cmt {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: bold
}


/* 기본리스트 */

.list_01 {
    padding: 0 10px;
    font-size: 0.85em
}

.list_01 li {
    background: #fff;
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #eee
}

.list_01 li.li_all_chk {
    position: relative;
    text-align: center
}

.list_01 li.li_all_chk div {
    position: absolute;
    left: 5px;
    top: 10px
}

.list_01 li.li_all_chk label {
    vertical-align: baseline
}

.list_01 li:hover {
    background: #f9f9f9
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_01 li.empty_li {
    border: 0
}


/* 기본폼 */

.form_01 {
    margin: 10px
}

.form_01 li {
    margin: 5px 0;
    position: relative
}

.form_01 textarea,
.frm_input {
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    vertical-align: middle;
}

.form_01 textarea {
    width: 100%;
    height: 100px
}

.frm_input {
    height: 50px;
}

.full_input {
    width: 100%
}

.form_01 .frm_file {
    display: block;
    margin-bottom: 5px;
    width: 100%
}

.form_01 select {
    height: 50px;
    border-radius: 3px;
    padding: 0 2px;
    border: solid 1px #ddd;
}

.form_01 .frm_info {
    font-size: 0.7em;
    color: #111;
    text-align: left;
    margin: 3px 0 10px;
    line-height: 1.6em
}


/* 자료 없는 목록 */

.empty_table {
    width: 100% !important;
    padding: 50px 0 !important;
    text-align: center !important;
    color: #666 !important
}

.empty_list {
    padding: 50px 0 !important;
    text-align: center !important;
    color: #666 !important
}


/* 필수입력 */

.required,
textarea.required {
    background-image: url('../img/require.png') !important;
    background-repeat: no-repeat !important;
    background-position: right top !important
}


/* 테이블 그리드 padding 0 5px 고려한 넓이 */

.grid_1 {
    width: 40px
}

.grid_2 {
    width: 100px
}

.grid_3 {
    width: 120px
}

.grid_4 {
    width: 190px
}

.grid_5 {
    width: 240px
}

.grid_6 {
    width: 290px
}

.grid_7 {
    width: 340px
}

.grid_8 {
    width: 390px
}

.grid_9 {
    width: 440px
}

.grid_10 {
    width: 490px
}

.grid_11 {
    width: 540px
}

.grid_12 {
    width: 590px
}

.grid_13 {
    width: 640px
}

.grid_14 {
    width: 690px
}

.grid_15 {
    width: 740px
}

.grid_16 {
    width: 790px
}

.grid_17 {
    width: 840px
}

.grid_18 {
    width: 890px
}


/* 자바스크립트 alert 대안 */

#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}


/* 상품상세 메뉴 floating */

#info_top_layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #eee
}

#form_btn_layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #eee
}


/*현금영수증*/

#kcp_req_rx .tbl_head01 tbody th {
    text-align: left
}


/*배송지목록*/

#sod_addr .win_desc {
    padding: 10px 20px
}


/*쇼핑몰레이아웃*/

#mb_login .btn_submit {
    background: #111;
    box-shadow: none;
}

#mb_login .btn_submit:hover {
    background: #555;
    box-shadow: none;
}

#bo_list,
#bo_cate {
    margin-top: 10px !important
}

#fregisterform {}

#bo_w .btn_submit,
#bo_w a.btn_cancel {}

#bo_w {
    padding: 10px
}

#fqalist {}

#sit_sms_new #sms_agree {
    padding: 10px 20px !important
}


/*이벤트*/

#sev_hhtml,
#sev_thtml {
    padding: 10px
}

#sev_hhtml img,
#sev_thtml img {
    width: 100%
}


/*네이버페이*/

.naverpay-item {
    padding-top: 15px;
    clear: both
}

#sod_bsk_act .naverpay-cart {
    margin-top: 15px;
    clear: both;
    position: static
}


/*PC 주문서*/

#sod_frm_orderer .tbl_frm01,
#sod_frm_taker .tbl_frm01 {
    background: #fafafa;
    padding: 0;
}

#sod_frm_orderer table tr,
#sod_frm_taker table tr {
    border-bottom: solid 1px #eee;
}

#sod_frm_orderer table th,
#sod_frm_taker table th {
    border: 0;
    padding: 10px;
    text-align: right;
    border-right: solid 1px #eee;
}

#sod_frm_orderer table td,
#sod_frm_taker table td {
    border: 0;
    padding: 10px;
    vertical-align: middle
}

#sod_frm_orderer table td .frm_address,
#sod_frm_taker table td .frm_address {
    margin-bottom: 10px;
}

#od_pay_sl input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-indent: -999px;
    left: 0;
    z-index: -1px
}

#od_pay_sl .lb_icon {
    display: inline-block;
    width: 174px;
    background: #fff;
    border: 0;
    margin: -1px 0 0 -1px;
    cursor: pointer;
    height: 60px;
    position: relative;
    padding-left: 65px;
    padding-top: 6px;
    z-index: 1;
    line-height: 50px;
}

#od_pay_sl input[type="radio"]:checked+.lb_icon {
    border: 1px solid #ff006c;
    z-index: 3
}

#sod_frm_paysel {
    background-color: #fff;
    border: solid 1px #ddd;
    overflow: hidden;
    padding: 20px;
}

#sod_frm_paysel legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_frm_paysel .KPAY {
    background: url('../img/kpay.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .PAYNOW {
    background: url('../img/paynow.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .PAYCO {
    background: url('../img/payco.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .inicis_lpay {
    background: url('../img/lpay_logo.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .kakaopay_icon {
    background: url('../img/kakao.png') no-repeat 50% 50% #f4dc34;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .bank_icon {
    background: url('../img/pay_icon0.png') no-repeat 15px 50% #fff
}

#sod_frm_paysel .point_icon {
    background: url('../img/pay_icon1.png') no-repeat 15px 50% #fff
}

#sod_frm_paysel .vbank_icon {
    background: url('../img/pay_icon2.png') no-repeat 15px 50% #fff;
    padding-top: 13px
}

#sod_frm_paysel .iche_icon {
    background: url('../img/pay_icon2.png') no-repeat 15px 50% #fff;
    padding-top: 13px
}

#sod_frm_paysel .hp_icon {
    background: url('../img/pay_icon3.png') no-repeat 24px 50% #fff
}

#sod_frm_paysel .card_icon {
    background: url('../img/pay_icon4.png') no-repeat 17px 50% #fff
}

#sod_bsk_tot {
    margin: 20px 10px 0;
    padding: 20px;
    background-color: #fff;
    display: none;
}

#sod_bsk_tot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_bsk_tot li {
    position: relative;
    float: left;
    background: #fff;
    width: 33.333%;
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #e7ebf1;
    padding: 15px 0
}

#sod_bsk_tot li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_bsk_tot li span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-weight: bold
}

#sod_bsk_tot .sod_bsk_sell,
#sod_bsk_tot .sod_bsk_coupon {
    border-right: 1px solid #e7ebf1
}

#sod_bsk_tot .sod_bsk_point,
#sod_bsk_tot .sod_bsk_cnt {
    width: 100%;
    clear: both;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: right
}

#sod_bsk_tot .sod_bsk_point span,
#sod_bsk_tot .sod_bsk_cnt span {
    float: left;
    margin: 0
}

#sod_bsk_tot .sod_bsk_coupon:before {
    display: block;
    content: "-";
    position: absolute;
    top: 25px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    border: 1px solid #e7ebf1;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px
}

#sod_bsk_tot .sod_bsk_dvr:before {
    display: block;
    content: "+";
    position: absolute;
    top: 25px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    border: 1px solid #e7ebf1;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px
}

#sod_bsk_tot .sod_bsk_cnt strong {
    color: #111;
    font-size: 1.25em
}

#sod_frm_pay .pay_tbl table {
    width: 100%;
    border-collapse: collapse
}

#sod_frm_pay .pay_tbl th {
    text-align: left;
    padding: 10px;
    width: 120px;
    border-bottom: 1px solid #e7ebf1;
    background: #fff;
    font-weight: bold;
    color: #777
}

#sod_frm_pay .pay_tbl td {
    text-align: right;
    padding: 10px;
    height: 30px;
    border-bottom: 1px solid #e7ebf1;
    background: #fff
}

#sod_frm_pay .pay_tbl td .cp_cancel {
    margin: 0 0 0 2px
}

#sod_frm_pay .pay_tbl td .btn_frmline {
    padding: 0 7px;
    border: 1px solid #38b2b9;
    color: #38b2b9;
    background: #fff;
    height: 23px;
    line-height: 21px;
    margin: 0
}

#od_tot_price {
    margin: 10px 0;
    background: #fff;
    line-height: 40px;
    text-align: right;
    padding: 20px;
}

#od_tot_price span {
    float: left;
    font-weight: bold
}

#od_tot_price strong {
    font-size: 1.5em;
    color: #111;
}

.btn_address {
    height: 50px;
    padding: 0 10px;
    font-size: 1.083em;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    border: 1px solid #111;
    color: #fff;
    vertical-align: middle;
    background: #111;
    border-radius: 3px;
    margin-bottom: 10px;
    margin: 0px !important;
    position: relative !important;
}

.sod_left {
    display: table-cell;
    width: 65%;
    padding: 10px;
    vertical-align: top;
    border: solid 1px #ddd;
}

.sod_right {
    display: table-cell;
    width: 35%;
    background: #eceff4;
    padding: 20px;
    vertical-align: top;
    height: 100%
}

.order_wrap {
    display: table;
    width: 100%;
    margin-top: 40px;
}

.order_wrap h2 {
    display: none;
}

.order_wrap h3 {
    color: #111;
    line-height: 36px;
    padding: 5px 10px;
}


/*개인결제 폼*/

#m_sod_frm_orderer {
    margin: 10px
}

#m_sod_frm_orderer h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#m_sod_frm_orderer ul {
    background: #fff;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px
}

#m_sod_frm_orderer li {
    line-height: 20px
}

#m_sod_frm_orderer th {
    width: 80px
}

#m_sod_frm_orderer td .frm_input {
    width: 100%
}

#m_pv_sod_frm .btn_confirm {
    margin: 10px
}

#m_pv_sod_frm .btn_confirm .btn_submit {
    width: 100%;
    height: 45px;
    font-size: 1.167em;
    font-weight: bold;
    margin: 0 0 3px
}

#m_pv_sod_frm .btn_confirm .btn_cancel {
    width: 100%;
    height: 45px;
    line-height: 43px;
    font-size: 1.167em;
    font-weight: bold;
    padding: 0
}

#gnb {
    position: relative;
    background: none;
    margin: 0;
    border-top: 0;
}

#gnb h2 {
    display: none;
}

#gnb #gnb_1dul {
    display: flex;
    justify-content: center;
    border: 0;
}

#gnb .gnb_1dli {
    float: none;
    word-wrap: break-word;
}

.gnb_1da {
    display: block;
    padding: 0 20px;
    line-height: 48px;
    color: #010101;
    text-decoration: none;
    font-size: 18px;
}


/* 게시물 선택복사 선택이동 */

#copymove {}

#copymove .win_desc {
    text-align: center;
    display: block
}

#copymove .tbl_wrap {
    margin: 20px
}

#copymove .win_btn {
    padding: 0 20px 20px
}

.copymove_current {
    background: #ff3061;
    padding: 5px;
    color: #fff;
    border-radius: 3px
}

.copymove_currentbg {
    background: #f4f4f4
}


/* 화면낭독기 사용자용 */

#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    display: none !important;
}

#bo_v_img {
    text-align: center;
}


/* ie6 이미지 너비 지정 */

.img_fix {
    width: 100%;
    height: auto
}


/* 캡챠 자동등록(입력)방지 기본 -pc */

#captcha {
    display: inline-block;
    position: relative;
    padding: 0;
    height: auto !important;
    border: 0 !important;
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    display: none;
}

#captcha #captcha_img {
    width: 168px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0
}

#captcha #captcha_mp3 {
    margin: 0 5px 0 2px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: #ccc url('../img/captcha2.png') no-repeat 5px 3px;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: #ccc url('../img/captcha2.png') no-repeat 5px -36px;
    text-indent: -999px;
    border-radius: 3px;
    position: absolute;
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 120px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 36px;
}


/* 캡챠 자동등록(입력)방지 기본 - mobile */

#captcha.m_captcha audio {
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 160px;
    height: 50px;
    position: absolute;
    opacity: 0;
}

#captcha.m_captcha #captcha_img {}

#captcha.m_captcha #captcha_reload {}

#captcha.m_captcha #captcha_reload span {
    display: none
}

#captcha.m_captcha #captcha_key {}

#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    letter-spacing: 0
}

#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url('../img/captcha2.png') no-repeat 0 0;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none
}


/* ckeditor 단축키 */

.cke_sc {
    position: relative;
    margin: 0;
    text-align: right
}

.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}


/* ckeditor 태그 기본값 */

#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con li {
    display: list-item
}


/* 버튼 */

a.btn,
.btn {
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    font-weight: normal;
    border: 0;
    font-size: 14px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
    text-decoration: none
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #07356e;
    background: #0a4ea2;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none
}

.btn_confirm {
    text-align: center;
    margin-bottom: 40px;
}


/* 서식단계 진행 */

.btn_submit {
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
    border-radius: 3px
}

.btn_submit:hover {
    color: #fff;
    background: #555;
}

.btn_close {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 3px;
    background: #fff
}

a.btn_close {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    margin: 0 0 0 10px;
    font-weight: bold;
}

a.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.btn_cancel:hover {
    color: #fff;
    background: #aaa
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    border: 0;
    background: #434a54;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    vertical-align: top
}


/* 우편번호검색버튼 등 */

a.btn_frmline {}

button.btn_frmline {
    font-size: 1em
}


/* 게시판용 버튼 */

a.btn_b01,
.btn_b01 {
    display: inline-block;
    background: #111;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
    font-weight: normal;
}

a.btn_b01:hover,
.btn_b01:hover {
    background: #333;
    color: #fff;
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    background: #111;
    color: #fff;
    font-weight: normal;
}

.btn_b02:hover,
.btn_b02:hover {
    background: #333;
    color: #ffffff
}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    background: #fff;
    border: 1px solid #b9bdd3;
    color: #333;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6
}

a.btn_b04,
.btn_b04 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
    background: #f9f9f9
}


/* 관리자 전용 버튼 */

a.btn_admin,
.btn_admin {
    display: inline-block;
    color: #111;
    text-decoration: none;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #111;
}

.btn_admin:hover,
a.btn_admin:hover {
    color: #fff;
    background: #222;
}


/* 기본테이블 */


/* 테이블 */

table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {
    margin: 0 0 10px
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 50px
}

.tbl_head01 thead th input {
    vertical-align: middle
}


/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    text-align: center
}

.tbl_head01 tbody th {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    height: 50px;
    word-break: break-all
}

.tbl_head01 a:hover {
    text-decoration: underline
}

.tbl_head02 {
    margin: 0 0 10px
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0
}

.tbl_head02 thead th input {
    vertical-align: middle
}

.tbl_wrap tbody th {
    width: 120px;
    text-align: right;
    padding-right: 10px;
}


/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {}

.tbl_head03 {
    margin: 0 0 10px;
    overflow: auto;
}

.tbl_head03 table {
    border-bottom: 1px solid #d3d3d3;
    min-width: 650px;
}

.tbl_head03 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head03 thead th {
    padding: 12px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head03 thead a {
    color: #383838
}

.tbl_head03 thead th input {
    vertical-align: top
}


/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head03 tfoot th,
.tbl_head03 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head03 tbody th {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head03 td {
    padding: 15px 5px;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    line-height: 1.5em;
    word-break: break-all
}

.tbl_head03 td:first-child {
    border-left: 0
}

.tbl_head03 a {}


/* 폼 테이블 */

.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 120px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

.write_div_type textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input,
.frm_input_full {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
    padding: 5px
}

.frm_input {
    text-indent: 3px;
    margin-right: 5px;
    height: 50px;
    line-height: 50px;
}

.frm_input_full {
    width: 100%;
    text-indent: 3px;
    margin-right: 5px;
    height: 50px;
    line-height: 50px;
}

.full_input {
    text-indent: 3px;
    width: 100%
}

.half_input {
    text-indent: 3px;
    width: 49.5%
}

.twopart_input {
    width: 385px;
    text-indent: 3px;
    margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    line-height: 22px;
    min-height: 80px;
    vertical-align: bottom;
    font-size: 14px;
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

.icheckbox_square-blue,
.iradio_square-blue {
    background-color: #fff !important;
}

.iradio_square-blue {
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

.icheckbox_square-blue+label,
.iradio_square-blue+label {
    margin-right: 10px;
    line-height: 50px;
    margin-bottom: 0;
}


/*기본 리스트*/

.list_01 ul {
    border-top: 1px solid #ececec
}

.list_01 li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    position: relative
}

.list_01 li:nth-child(odd) {
    background: #f6f6f6
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_01 li:hover {
    background: #f9f9f9
}

.list_01 li.empty_li {
    text-align: center;
    padding: 20px 0;
    color: #666
}

.list_02 ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_02 li {
    float: left;
    width: 24%;
    margin: 10px 0 20px 18px;
    border: solid 1px #ddd;
    overflow: hidden;
    padding: 10px;
}

.list_02 li:nth-child(5n+1) {
    clear: both;
    margin-left: 0
}


/*폼 리스트*/

.form_01 h2 {
    font-size: 1.167em
}

.form_01 ul {
    margin: 0;
    padding: 0;
}

.form_01 li {
    position: relative;
    margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.form_01 .left_input {
    text-indent: 10px;
    float: left
}

.form_01 .margin_input {
    text-indent: 10px;
    margin-right: 1%
}

.form_01 textarea {
    padding: 5px;
    height: 100px;
    width: 100%
}

.form_01 .frm_label {
    display: inline-block;
    width: 130px
}


/* 필수입력 */

.required,
textarea.required {
    background-image: url('../img/require.png') !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    -webkit-transition: none;
    -ms-transition: unset;
    -o-transition: unset;
    transition: none;
}


/* 테이블 항목별 정의 */

.td_board {
    width: 80px;
    text-align: center
}

.td_category {
    width: 80px;
    text-align: center
}

.td_chk {
    width: 30px;
    text-align: center
}

.td_date {
    width: 90px;
    text-align: center
}

.td_datetime {
    width: 110px;
    text-align: center
}

.td_default {
    width: 60px;
    text-align: center
}

.td_dvr {
    width: 60px;
    text-align: center
}

.td_group {
    width: 80px;
    text-align: center
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 120px;
    text-align: center
}

.td_stat {
    width: 60px;
    text-align: center
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #ccc
}

.txt_rdy {
    color: #8abc2a
}

.td_mngsmall {
    width: 60px;
    text-align: center
}


/* 새창 기본 스타일 */

.new_win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.new_win .tbl_wrap {
    margin: 20px 0;
}

.new_win #win_title {
    font-size: 1.4rem;
    height: 50px;
    line-height: 36px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .win_ul {
    margin-bottom: 15px;
    padding: 0 20px
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    margin-left: 5px
}

.new_win .win_ul li:first-child {
    margin-left: 0
}

.new_win .win_ul li a {
    display: block;
    padding: 8px 0;
    color: var(--default-color)
}

.new_win .win_ul .selected {
    background: #111;
    border-color: #111;
    position: relative;
    z-index: 5
}

.new_win .win_ul .selected a {
    color: #fff;
    font-weight: bold
}

.new_win .win_desc {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    font-size: 1em;
    background: #111;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px
}

.new_win .win_desc i {
    font-size: 1.2em;
    vertical-align: baseline
}

.new_win .win_desc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #da4453;
    border-radius: 3px 0 0 3px
}

.new_win .frm_info {
    font-size: 0.92em;
    color: #919191
}

.new_win .win_total {
    float: right;
    display: block;
    line-height: 36px;
    font-weight: normal;
    font-size: 0.75em;
    color: #111;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px
}

.new_win .new_win_con {
    margin: 20px 0;
    padding: 20px
}

.new_win .new_win_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .new_win_con2 {
    margin: 20px 0
}

.new_win .btn_confirm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_btn {
    text-align: center;
    margin: 20px 0 40px;
}

.new_win .btn_close {
    height: 45px;
    width: 60px;
    overflow: hidden;
    cursor: pointer
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 45px;
    font-weight: bold;
    font-size: 1.083em
}

.fakeLoader {
    display: none;
}


/* 검색결과 색상 */

.sch_word {
    color: #fff;
    background: #ff005a;
    padding: 2px 5px 3px;
    line-height: 18px;
    margin: 0 2px
}


/* 자바스크립트 alert 대안 */

#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}


/* 사이드뷰 */

.sv_wrap {
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 9;
    display: none;
    margin: 5px 0 0;
    font-size: 0.92em;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 36px;
    width: 100px;
    font-weight: normal;
    color: #bbb;
    text-align: left;
}

.sv_wrap .sv a:hover {
    background: #000;
    color: #fff
}

.sv_member {
    color: #333
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 23px;
    left: 0px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}

.content_copy {
    display: none;
}


/* 페이징 */

.pg_wrap {
    clear: both;
    display: inline-block;
    margin-top: 10px;
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {
    text-align: center
}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    border: 1px solid #eee
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 36px;
    line-height: 34px;
    padding: 0 5px;
    min-width: 36px;
    text-decoration: none;
    border-radius: 3px
}

.pg_page:hover {
    background-color: #fafafa
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_first.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_prev.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_end.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_next.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    background: #111;
    border: 1px solid #111;
    color: #fff;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    min-width: 36px;
    border-radius: 3px
}


/* cheditor 이슈 */

.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Mobile화면으로 */

#device_change {
    display: block;
    line-height: 50px;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center
}

#device_change:hover {
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}

.swal-text {
    line-height: 24px;
}

.swal-button.swal-button--confirm {
    background-color: #111;
}

.swal-button.swal-button--confirm:hover,
.swal-button.swal-button--confirm:active {
    background-color: #333 !important;
}

.swal-button-container {
    margin: 0 5px;
}

.swal-footer {
    text-align: center;
    margin-bottom: 30px;
}

.iziModal {
    margin: 0 !important;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

#bo_cate #bo_cate_on {
    background: #111 !important;
    border-color: #111 !important;
    box-shadow: none;
}

.iziModal .iziModal-header {
    background: #111 !important;
}

#modal-iframe {
    border-color: #111 !important;
}

.iziModal .iziModal-header {
    cursor: move;
}

.selectric-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 50px;
}

.selectric-open {
    z-index: 20 !important;
}

.selectric .label,
.selectric .button {
    height: 48px !important;
    line-height: 48px !important;
}

.selectric .label {
    margin: 0 50px 0 10px !important;
}

.selectric .button {
    width: 36px !important;
    border-left: solid 1px #ddd;
    padding: 0;
}

.selectric-items {
    min-width: fit-content;
}

.selectric-items li {
    padding: 5px 5px 5px 10px !important;
    text-align: left;
    white-space: nowrap;
    margin: 0 !important;
}

#new_sch .selectric {
    margin-right: 10px;
}

.chk_box {
    list-style: none;
}

.ui-widget.ui-widget-content {
    min-width: 200px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

body.viewer-open {
    overflow: auto !important;
    padding-right: 0 !important;
}


/* --------------------gallery board image wzappend---------------------- */

.gall_row figure {
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    background-color: #f2f9fb;
    border: 0;
}

.gall_row figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    height: auto;
    opacity: .8
}

.gall_row figure figcaption {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gall_row figure figcaption::before,
.gall_row figure figcaption::after {
    pointer-events: none
}

.gall_row figure figcaption,
.gall_row figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gall_row figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.gall_row figure .desc {
    margin: 0;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

figure.bx-grandi {
    position: relative;
    z-index: auto;
    overflow: hidden;
    background-color: #f2f9fb;
}

figure.bx-grandi img {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

figure.bx-grandi figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(3.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

figure.bx-grandi .desc {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: center;
}

figure.bx-grandi:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.bx-grandi:hover figcaption::before {
    -webkit-transform: scale3d(3.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

figure.bx-grandi:hover .desc {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.view_image {
    background: #000;
    width: fit-content;
    padding: 0;
    margin: 20px auto;
    border: 1px solid #ddd;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.view_image img {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.view_image:hover img {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

.view_image .view_img_caption {
    color: #fff;
    padding: 0;
    margin: 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.view_image .view_img_caption::before,
.view_image .view_img_caption::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform .4s;
    -moz-transition: opacity 0.4s, -moz-transform .4s;
    -o-transition: opacity 0.4s, -o-transform .4s;
    transition: opacity 0.4s, transform .4s
}

.view_image .view_img_caption::before {
    top: 14%;
    right: 5%;
    bottom: 14%;
    left: 5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.view_image .view_img_caption::after {
    top: 8%;
    right: 10%;
    bottom: 8%;
    left: 10%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.view_image:hover .view_img_caption::before,
.view_image:hover .view_img_caption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.view_image .view_img_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    z-index: 1
}

.pgwSlideshow .ps-list ul {
    min-width: 100%;
    text-align: center;
}

.pgwSlideshow .ps-list li {
    float: none;
    display: inline-block;
}

.profile_img img {
    width: 24px;
    height: auto;
    border-radius: 50%;
}

.ui-widget.ui-widget-content:not(.ui-datepicker) {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}

.new_memo {
    animation: blink .3s linear infinite;
    -webkit-animation: blink .3s linear infinite;
    -moz-animation: blink .3s linear infinite;
    -ms-animation: blink .3s linear infinite;
    -o-animation: blink .3s linear infinite;
}

@keyframes blink {
    0% {
        color: rgb(165, 37, 37);
    }
    100% {
        color: rgb(228, 255, 108);
    }
}

@-webkit-keyframes blink {
    0% {
        color: rgb(165, 37, 37);
    }
    100% {
        color: rgb(228, 255, 108);
    }
}

@-moz-keyframes blink {
    0% {
        color: rgb(165, 37, 37);
    }
    100% {
        color: rgb(228, 255, 108);
    }
}

@-ms-keyframes blink {
    0% {
        color: rgb(165, 37, 37);
    }
    100% {
        color: rgb(228, 255, 108);
    }
}

@-o-keyframes blink {
    0% {
        color: rgb(165, 37, 37);
    }
    100% {
        color: rgb(228, 255, 108);
    }
}

.grecaptcha-badge,
#eTkZp {
    display: none !important;
}

#flogin .text {
    background: #0a4ea2;
}

#fregister p {
    background: #000 !important;
}