@charset "utf-8";
/********************************************************
 * filename : board.css
 * description : 일반 게시판 리스트, 갤러리 게시판 리스트 등 게시판에 관련된  CSS
 * date : 2017-05-30
*********************************************************/

/* ******************   게시판 :: 공통  ********************** */

/* PAGING */

.paging {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.paging-normal a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #868686;
    letter-spacing: -0.25px;
}

.paging-normal a.cur {
    border: 1px solid #0069CB;
    background-color: #0069CB;
    color: #fff;
}

.paging-normal a.paging-arrow {
    line-height: 28px;
}

.paging i {
    vertical-align: middle;
    color: inherit
}

/* SEARCH BOX */

.board-search-box {
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #ddd;
}

.board-search-box>p {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.search-box-inner {
    float: right;
    width: 400px;
}

.board-search-box select {
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
}

.board-search-box .search-word {
    width: 250px;
    height: 40px;
    border: 1px solid #ccc;
    border-right: 0;
    padding: 0;
    text-indent: 10px;
    color: #868686;
    font-size: 13px;
}

.board-search-box .search-word:focus {
    color: #333;
}

.board-search-box .bbs-search-btn {
    margin: 0px;
    border: 0;
    width: 40px;
    height: 40px;
    margin-left: -4px;
    background: #333;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

/* TOTAL NUMBER */

.total-list-con {
    padding-bottom: 15px;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.25px;
}

.total-list-con b {
    color: #eb8500
}

/* NO LIST */

.bbs-no-list {
    padding: 100px 0;
    text-align: center;
    color: #777;
    font-size: 15px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

/* ******************   寃뚯떆�� :: 踰꾪듉  ********************** */

.bbs-btn-controls {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}

.bbs-btn-controls .left-btn-controls {
    float: left;
}

.bbs-btn-controls .right-btn-controls {
    float: right;
}

.bbs-btn-controls button,
.bbs-btn-controls a {
    display: inline-block;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: 0 2px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.bbs-btn-controls .btn-style01 {
    background-color: #333;
}

.bbs-btn-controls .btn-style02 {
    background-color: #636363;
}

.bbs-btn-controls .btn-style03 {
    border: 2px solid #929292;
    background-color: #fff;
    color: #929292;
    line-height: 30px;
}

/* ******************   FAQ 게시판  ********************** */

.top-search-box {
    margin-bottom: 20px;
}

.top-search-box select {
    width: 200px;
    height: 39px;
    border: 1px solid #ccc;
    vertical-align: top;
}

#faqListCon {
    border-top: 1px solid #000;
    margin-bottom: 30px;
}

#faqListCon dl {
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}

#faqListCon dl dt {
    position: relative;
    padding: 15px 2% 15px 2%;
}

#faqListCon dl dt .faq-category {
    display: inline-block;
    width: 110px;
    color: #aaa;
    margin-right: 5px;
    font-size: 13px;
    line-height: 24px;
    vertical-align: top;
}

#faqListCon dl dt .faq-subject {
    padding-left: 25px;
}

#faqListCon dl dt .faq-title {
    display: inline-block;
    width: 95%;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 24px;
    text-indent: 10px;
    /*white-space:nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

/* calc() 8브라우저 호환 x => width 직접 넣어주어야 함*/

#faqListCon.faq-category-list-con dl dt .faq-title {
    width: calc(95% - 120px);
}

#faqListCon dl dt .arrow {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 13px;
    height: 9px;
    margin-top: -5px;
    background: url(/images/board/faq_arrow_icon.png) no-repeat;
}

#faqListCon dl.open dt .arrow {
    transform: rotate(-180deg);
}

#faqListCon dl.open dt .faq-subject strong {
    white-space: normal;
    text-overflow: unset;
}

#faqListCon dl dd {
    /*display:none;*/
    border-top: 1px solid #d7d7d7;
    padding: 20px 2%;
    background: #f0f0f0;
    line-height: 20px;
}

#faqListCon dl dt .question-icon,
#faqListCon dl dd .answer-icon {
    /*width:22px; height:22px; line-height:22px;*/
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    /*-webkit-border-radius:22px;-moz-border-radius:22px;-o-border-radius:22px;border-radius:22px;*/
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
}

#faqListCon dl dt .question-icon {
    position: absolute;
    top: 17px;
    left: 2%;
    background-color: #1f2a68;
}

#faqListCon dl dd .answer-icon {
    display: block;
    background-color: #cc3939;
    margin-bottom: 10px;
}

/* ******************   게시판 :: 갤러리형 게시판 01  ********************** */

.bbs-gallery-list-con ul {
    overflow: hidden;
    width: 100%;
    padding: 35px 0 25px;
    margin-bottom: 50px;
}

.bbs-gallery-list-con ul li {
    float: left;
    width: 257px;
    margin-left: 6px;
}

.bbs-gallery-list-con ul li:first-child {
    margin-left: 0;
}

.bbs-gallery-list-con ul li a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.bbs-gallery-list-con ul li a .gallery-thum-box {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.bbs-gallery-list-con ul li a .gallery-thum,
.bbs-gallery-list-con ul li a .movie-thum-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bbs-gallery-list-con ul li a .gallery-thum {
    display: block;
    overflow: hidden;
}

.bbs-gallery-list-con ul li a .movie-thum-over {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.bbs-gallery-list-con ul li a .movie-thum-over i {
    color: #fff;
    font-size: 50px;
    margin: 25% 0 0 0;
}

.bbs-gallery-list-con ul li a:hover .movie-thum-over i {
    color: #faa61a
}

.bbs-gallery-list-con ul li a .gallery-thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bbs-gallery-list-con ul li a:hover .gallery-thum img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bbs-gallery-list-con ul li a .gallery-txt-con {
    padding: 5% 0;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-tit {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-txt {
    height: 58px;
    overflow: hidden;
    margin: 3% 0 6%;
    color: #5e5e5e;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    word-break: keep-all;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-day {
    color: #6a6969;
    font-size: 13px;
    font-weight: 300;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-day i {
    font-size: 18px;
    vertical-align: middle;
    color: inherit
}

.bbs-gallery-list-con ul li a:hover {
    border-color: #000
}

/* ******************   갤러리형게시판 02  ********************** */

.gallery-list-con02 {
    *zoom: 1;
}

.gallery-list-con02:after {
    clear: both;
    display: block;
    content: "";
}

.gallery-list-con02 .gallery-list li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.gallery-list-con02 .gallery-list li:first-child,
.gallery-list-con02 .gallery-list li.mar0 {
    margin-left: 0 !important;
}

.gallery-list-con02 .gallery-list li a {
    display: block;
    width: 100%;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery-list-con02 .gallery-list li .list-photo-con {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 180px;
}

.gallery-list-con02 .gallery-list li .list-photo-con img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.gallery-list-con02 .gallery-list li .list-info-con {
    width: 94%;
    padding: 20px 3%;
    letter-spacing: -0.5px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.gallery-list-con02 .gallery-list li .list-info-con .list-tit {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery-list-con02 .gallery-list li .list-info-con p {
    overflow: hidden;
    height: 60px;
    color: #777;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}

.gallery-list-con02 .gallery-list li .list-info-con .list-day {
    color: #aaa;
    font-size: 13px;
}

.gallery-list-con02 .gallery-list li .list-info-con .list-day i {
    vertical-align: middle;
    font-size: 18px;
}

.gallery-list-con02 .gallery-list li a:hover .list-info-con {
    margin-left: 1%;
}

.gallery-list-con02 .gallery-list li a:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .15);
}

.gallery-list-con02 .gallery-list li a:hover .list-photo-con img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-list-con02 .gallery-list li a:hover .list-tit {
    color: #0cb8b2
}

/* ******************   갤러리형게시판 03  ********************** */

.gallery-list-con03 .gallery-list {
    overflow: hidden;
}

.gallery-list-con03 .gallery-list .gal-list-item {
    float: left;
    width: 22%;
    margin: 0 1.5%;
    margin-bottom: 30px;
}

.gallery-list-con03 .gallery-list .gal-list-item a {
    display: block;
    position: relative;
}

/*.gallery-list-con03 .gallery-list .gal-list-item.mar0{margin-left:0;}*/

.gallery-list-con03 .gallery-list .gal-list-item .gal-thum {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 129%;
    position: relative;
    border: 1px solid #ddd;
}

.gallery-list-con03 .gallery-list .gal-list-item .gal-thum>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-list-con03 .gallery-list .gal-list-item .gal-thum img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-list-con03 .gallery-list .gal-list-item .gal-tit {
    display: block;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.gallery-list-con03 .gallery-list .gal-list-item .gal-info {
    height: 24px;
}

.gallery-list-con03 .gallery-list .gal-list-item .gal-info .gal-writer {
    float: left;
    font-weight: 600
}

.gallery-list-con03 .gallery-list .gal-list-item .gal-info .gal-date {
    float: right;
    font-weight: 400;
    color: #888;
}

/* over style */

.gallery-list-con03 .gallery-list .gal-list-item .over-thum {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum::before,
.gallery-list-con03 .gallery-list .gal-list-item .over-thum::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 32px;
    line-height: 32px;
    margin: -16px 0 0 -27px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum span::before,
.gallery-list-con03 .gallery-list .gal-list-item .over-thum span::after {
    position: absolute;
    content: "";
    opacity: 0.7;
    filter: Alpha(opacity=70);
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum span::before {
    top: 0px;
    left: 0px;
}

.gallery-list-con03 .gallery-list .gal-list-item .over-thum span::after {
    bottom: 0px;
    right: 0px;
}

.gallery-list-con03 .gallery-list .gal-list-item a:hover .over-thum {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.gallery-list-con03 .gallery-list .gal-list-item a:hover .over-thum::before,
.gallery-list-con03 .gallery-list .gal-list-item a:hover .over-thum::after {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-list-con03 .gallery-list .gal-list-item a:hover .over-thum span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery-list-con03 .gallery-list .gal-list-item a:hover .gal-thum img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

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

@media all and (max-width:1220px) {
    /* 인증서 :: 갤러리형게시판 03 */
    .gallery-list-con03 .gallery-list .gal-list-item {
        width: 30.3%;
        margin-bottom: 5%;
    }
    .gallery-list-con03 .gallery-list .gal-list-item .gal-thum {
        padding-top:
    }
    .gallery-list-con03 .gallery-list .gal-list-item a .gallery-txt-con .gal-tit {
        font-size: 15px;
        line-height: 20px;
    }
    .gallery-list-con03 .gallery-list .gal-list-item a .gallery-txt-con .gal-txt {
        height: 34px;
        font-size: 11.5px;
    }
    .gallery-list-con03 .gallery-list .gal-list-item a .gallery-txt-con .gal-day {
        font-size: 11.5px;
    }
}

@media all and (max-width:768px) {
    /* 인증서 :: 갤러리형게시판 03 */
    .gallery-list-con03 .gallery-list .gal-list-item {
        width: 47%;
    }
}

/* ******************   게시판 :: 갤러리형 게시판 04  ********************** */

.bbs-gallery-list-con ul {
    overflow: hidden;
    width: 100%;
    padding: 35px 0 25px;
    margin-bottom: 50px;
}

.bbs-gallery-list-con ul li {
    float: left;
    width: 24%;
    margin: 0 0.5% 1% 0.5%;
}

.bbs-gallery-list-con ul li a {
    display: block;
    position: relative;
    border: 1px solid #d4d4d4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.bbs-gallery-list-con ul li a .gallery-thum-box {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.bbs-gallery-list-con ul li a .gallery-thum,
.bbs-gallery-list-con ul li a .movie-thum-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bbs-gallery-list-con ul li a .movie-thum-over {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.bbs-gallery-list-con ul li a .movie-thum-over i {
    color: #fff;
    font-size: 50px;
    margin: 25% 0 0 0;
}

.bbs-gallery-list-con ul li a:hover .movie-thum-over i {
    color: #faa61a
}

.bbs-gallery-list-con ul li a .gallery-thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bbs-gallery-list-con ul li a .gallery-txt-con {
    padding: 8% 4%;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-tit {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-txt {
    height: 38px;
    overflow: hidden;
    margin: 3% 0 6%;
    color: #5e5e5e;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 1.5em;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-day {
    color: #6a6969;
    font-size: 13px;
    font-weight: 300;
}

.bbs-gallery-list-con ul li a .gallery-txt-con .gal-day i {
    font-size: 18px;
    vertical-align: middle;
    color: inherit
}

.bbs-gallery-list-con ul li a:hover {
    border-color: #000
}

/* ******************   갤러리형게시판 05  ********************** */

.gallery-list-con05 {
    *zoom: 1;
}

.gallery-list-con05:after {
    clear: both;
    display: block;
    content: "";
}

.gallery-list-con05 .best-prd-item {
    float: left;
    position: relative;
    width: 24.25%;
    margin-left: 1%;
    margin-bottom: 1%;
}

.gallery-list-con05 .best-prd-item.mar0 {
    margin-left: 0;
}

.gallery-list-con05 .best-prd-item .best-prd-thumb {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 196px;
}

.gallery-list-con05 .best-prd-item .best-prd-thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-list-con05 .best-prd-item .cover-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ce1919;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-list-con05 .best-prd-item .cover-info .cover-info-txt {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -23px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.45px;
}

.gallery-list-con05 .best-prd-item .cover-info .cover-info-txt strong {
    display: block;
    width: 80%;
    margin: 0px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 14px;
    font-weight: 400;
}

.gallery-list-con05 .best-prd-item.big-thumbnail-item {
    width: 49.5%;
    margin-left: 0;
}

.gallery-list-con05 .best-prd-item.big-thumbnail-item .best-prd-thumb {
    height: 404px;
}

.gallery-list-con05 .best-prd-item a:hover img {
    transform: scale(1.1)
}

.gallery-list-con05 .best-prd-item a:hover .cover-info {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

/* ******************  제품,갤러리 리스트 06 ********************** */

.prd-list-style06 {
    *zoom: 1;
}

.prd-list-style06:after {
    clear: both;
    display: block;
    content: "";
}

.prd-list-style06 .prd-list-item {
    position: relative;
    float: left;
    width: 24.25%;
    margin-left: 1%;
    margin-bottom: 1%;
}

/* 3줄표시 : width:32.66%*/

.prd-list-style06 .prd-list-item.mar0 {
    margin-left: 0;
}

.prd-list-style06 .prd-list-item a {
    display: block;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prd-list-style06 .prd-list-item a .prd-thumb-item {
    display: block;
    overflow: hidden;
    height: 261px;
}

.prd-list-style06 .prd-list-item a .prd-thumb-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prd-list-style06 .prd-list-item .prd-list-info-con {
    height: 48px;
    padding: 25px;
    background-color: #fff;
    text-align: center;
}

.prd-list-style06 .prd-list-item .prd-list-info-con .prd-tit {
    display: block;
    color: #666;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 15px;
}

.prd-list-style06 .prd-list-item .prd-list-info-con .prd-price {
    color: #333;
    letter-spacing: -0.35px;
    font-size: 18px;
    font-weight: 400;
}

.prd-list-style06 .prd-list-item .prd-icons {
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
}

.prd-list-style06 .prd-list-item .prd-icons span {
    display: table-cell;
    width: 62px;
    height: 62px;
    line-height: 16px;
    color: #fff;
    background: rgba(206, 25, 25, 0.9);
    text-align: center;
    vertical-align: middle;
}

.prd-list-style06 .prd-list-item a:hover {
    border-color: #ce1919;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}

.prd-list-style06 .prd-list-item a:hover .prd-thumb-item img {
    transform: scale(1.1)
}

/* ******************   게시판 :: 일반게시판 리스트 01  ********************** */

.board-basic-tbl {
    width: 100%;
    margin-bottom: 50px;
}

.board-basic-tbl th,
.board-basic-tbl td {
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 14px;
    line-height: 15px;
}

.board-basic-tbl th {
    height: 50px;
    border-top: 1px solid #333;
    color: #333;
    font-weight: 500;
}

.board-basic-tbl td {
    padding: 14px 0;
    text-align: center;
}

.board-basic-tbl tr:hover td {
    background-color: #f2f2f2;
}

.board-basic-tbl tr:hover td.bbs-subject a {
    color: #000;
}

.board-basic-tbl td.bbs-subject {
    text-align: left;
    padding-left: 10px;
}

.board-basic-tbl td.bbs-subject .bbs-title {
    font-weight: 400;
}

.board-basic-tbl .notice-row td,
.board-basic-tbl .notice-row td a {
    color: #111;
    font-weight: 500;
}

.board-basic-tbl .notice-row td.bbs-subject .bbs-title {
    font-weight: 500;
}

.board-basic-tbl .notice-row .notice-icon {
    display: inline-block;
    padding: 3px 10px;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.new-icon {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    margin-left: 2px;
    text-align: center;
    background-color: #eb8500;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.board-basic-tbl td span. .board-basic-tbl td strong {
    vertical-align: middle;
}

.board-basic-tbl td .bbs-icons {
    display: inline-block;
    margin-left: 0px;
    color: #999;
    vertical-align: middle;
}

.board-basic-tbl td .material-icons {
    vertical-align: middle;
    height: 18px;
    font-size: 17px;
}

.board-basic-tbl td .comment-num {
    display: inline-block;
    height: 14px;
    margin: 2px 0 0 2px;
    color: #aaa;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.5px;
    vertical-align: middle;
    font-family: "돋움", dotum, "나눔고딕", NanumGothic, "Nanum Gothic", Arial, sans-serif;
}

.board-basic-tbl td .comment-num i {
    font-size: 14px;
    color: #aaa;
    margin-right: 1px;
}

.board-basic-tbl td .reply-icon {
    display: inline-block;
    padding: 2px 8px 2px 3px;
    margin-right: 5px;
    color: #fff;
    background-color: #333;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: "돋움", dotum, "나눔고딕", NanumGothic, "Nanum Gothic", Arial, sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.board-basic-tbl .reply-state span {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background-color: #888;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.board-basic-tbl .reply-state.reply-state-finish span {
    background-color: #5997bb
}

.board-basic-tbl td.bbs-no-list {
    padding: 100px 0;
    border-top: 0;
}

/* ******************   게시판 뷰페이지  ********************** */

/* 게시판 :: 뷰 :: 상단 타이틀 정보 */

.bbs-view-top .star-rating {
    padding-bottom: 10px;
}

.bbs-view-top .event-date {
    overflow: hidden;
    color: #888;
    padding-bottom: 10px;
}

.bbs-view-top .event-date dt,
.bbs-view-top .event-date dd {
    display: inline-block;
    letter-spacing: -0.5px;
}

.bbs-view-top .event-date dt {
    margin-right: 10px;
    color: #333;
}

.bbs-view-top .event-date dt i {
    font-size: 16px;
    margin: -1px 3px 0 0;
    vertical-align: middle;
}

.bbs-view-top .reply-state {
    float: none;
    text-align: left;
    margin-bottom: 10px;
}

.bbs-view-top .reply-state span {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background-color: #888;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.bbs-view-top .reply-state.reply-state-finish span {
    background-color: #5997bb
}

.bbs-view-top .bbs-category {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.bbs-view-top {
    padding: 22px 3%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}

.bbs-view-top .bbs-tit {
    color: #282828;
    font-size: 24px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 32px;
}

.bbs-view-top .bbs-write-info dt,
.bbs-view-top .bbs-write-info dd {
    display: inline-block;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600
}

.bbs-view-top .bbs-write-info dd {
    margin: 0 2% 0 0.5%;
    color: #888;
    font-weight: 400
}

.bbs-view-content {
    padding: 30px 3%;
}

/* 게시판 :: 뷰 :: 첨부파일 */

.bbs-view-file-info-box {
    line-height: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 17px 3%;
    margin-bottom: 10px;
}

.bbs-view-file-info-box .bbs-file-list {
    overflow: hidden;
    padding-top: 15px;
}

.bbs-view-file-info-box .bbs-file-list:first-child {
    padding-top: 0;
}

.bbs-view-file-info-box .bbs-file-list dt {
    float: left;
    width: 15%;
    font-weight: 600;
    color: #333;
}

.bbs-view-file-info-box .bbs-file-list dd {
    float: left;
    width: 85%;
}

.bbs-view-file-info-box .bbs-file-list dd a:hover {
    text-decoration: underline;
}

/* 게시판 :: 뷰 :: 관리자코멘트 */

/*
.manage-comment-con{border:1px solid #ddd; margin:10px 0;}
.manage-comment-con h1{padding:15px 3%; background-color:#f9f9f9; }
.manage-comment-con h1 strong{color:#333; font-weight:600; font-size:16px;}
.manage-comment-con h1 span{margin-left:10px; font-weight:400; color:#aaa; font-size:13px;}
.manage-comment-txt{padding:18px 3%; font-weight:400; line-height:1.5em; border-top:1px solid #eee;}
*/

/* 게시판 :: 뷰 :: 관리자코멘트 */

.manage-comment-con {
    border: 1px solid #ddd;
    margin: 10px 0;
}

.manage-comment-con h1 {
    position: relative;
    padding: 15px 3%;
    background-color: #f9f9f9;
}

.manage-comment-con h1 strong {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.manage-comment-con h1 span {
    margin-left: 10px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
}

.manage-comment-con .comment-controls {
    position: absolute;
    top: 9px;
    right: 3%
}

.manage-comment-con .comment-controls button {
    padding: 3px 10px;
    background-color: #636363;
    margin-left: 5px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.manage-comment-txt {
    padding: 18px 3%;
    font-weight: 400;
    line-height: 1.5em;
    border-top: 1px solid #eee;
}

/* 게시판 :: 뷰 :: 관리자 댓글등록 */

.magage-comment-write {
    overflow: hidden;
}

.magage-comment-write h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.magage-comment-write h1 i {
    vertical-align: middle;
    margin-top: -2px;
}

.magage-comment-write textarea {
    float: left;
    background-color: #f7f7f7;
    width: 90%;
    height: 100px;
    border: 0;
    resize: none;
}

.magage-comment-write .cm-register-btn {
    float: left;
    width: 9.5%;
    height: 102px;
    color: #fff;
    font-size: 18px;
    background-color: #282828
}

/* 게시판 :: 뷰 :: 댓글 */

.bbs-comment-con {
    padding-top: 15px;
}

.bbs-comment-con .bbs-cm-head {
    font-size: 18px;
    color: #2f2f2f;
    letter-spacing: -0.25px;
    padding-bottom: 15px;
    font-weight: 600;
}

.cm-write-con {
    border: 1px solid #d7d7d7;
    border-top: 1px solid #000;
    margin-bottom: 20px;
}

.cm-write-top {
    position: relative;
    overflow: hidden;
    padding: 10px 1%;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
}

.cm-writer-info {
    line-height: 26px;
    /*padding-left:30px; background:url(images/board/cm_writer_icon.png) no-repeat*/
}

.cm-write-top .cm-writer {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-right: 2%;
    vertical-align: middle;
}

.cm-write-top .cm-write-sub-txt {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}

.cm-write-bottom {
    padding: 1%;
    overflow: hidden;
}

.cm-write-bottom .cm-textarea {
    float: left;
    height: 85px;
    width: 85%;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
    resize: none;
    box-sizing: border-box;
}

.cm-write-bottom .cm-regi-btn {
    float: left;
    height: 85px;
    width: 15%;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    background-color: #333;
    vertical-align: middle;
}

.cm-list-con {
    border: 1px solid #d7d7d7
}

.cm-list-con li {
    border-top: 1px solid #d7d7d7;
}

.cm-list-con li:first-child {
    border-top: 0;
}

.cm-item .cm-write-top {
    background-color: #fcfcfc
}

.cm-control-btns {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
}

.cm-control-btns a {
    display: inline-block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #999;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.cm-item .cm-content {
    padding: 10px 1%;
    font-weight: 400;
    line-height: 1.3em;
    color: #555;
}

.reply-cm-write-con {
    padding-left: 15px;
}

.reply-cm-write-con .cm-write-top {
    padding: 10px 3%;
    border-top: 1px solid #e5e5e5;
    background: #fcfcfc url(/images/board/comment_reply.gif) no-repeat 2% 50%
}

/* ******************   비밀번호입력 ********************** */

.bbs-password-input-con {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #ddd;
}

.password-input-tit {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

.password-input-tit b {
    font-weight: 600;
}

.bbs-password-input-box {
    padding: 50px 0;
    border: 1px solid #eee;
    background-color: #fafafa;
}

.bbs-password-input-box label {
    margin: 0 10px 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}

.bbs-password-input-box #pwdInput {
    height: 30px;
    width: 30%;
    max-width: 250px;
    border: 1px solid #ddd;
    text-indent: 10px;
}

/* ******************   게시판 :: 쓰기페이지  ********************** */

.bbs-write-tbl {
    width: 100%;
    border-top: 1px solid #333;
}

.bbs-write-tbl th,
.bbs-write-tbl td {
    padding: 8px 0;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ddd;
}

.bbs-write-tbl th {
    padding-left: 2%;
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.bbs-write-tbl td .write-input {
    border: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 38px;
    width: 50%;
}

.bbs-write-tbl td .write-input:focus {
    border-color: #000;
}

.bbs-write-tbl td fieldset {
    padding: 10px 0;
}

.bbs-write-tbl td.lock-setting span {
    display: inline-block;
    margin-right: 3%;
}

.bbs-write-tbl td input[type="file"] {
    height: auto;
    padding: 10px 0;
}

.bbs-write-tbl td .write-sub-txt {
    color: #888;
    margin-left: 10px;
}

/* SEARCH BOX 2 */

.board-search-box2 {
    overflow: hidden;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cfcfcf;
}

.board-search-box2 .search-box-total-list {
    float: left;
    line-height: 40px;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.4px;
    text-indent: 10px;
}

.board-search-box2 .board-search-box-inner {
    position: relative;
    float: right;
    width: 50%;
    max-width: 350px;
    background-color: #fff;
    padding: 5px 25px 5px 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.board-search-box2 .board-search-box-inner select {
    width: 30%;
    margin-right: 1%;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #999;
    font-size: 16px;
}

.board-search-box2 .board-search-box-inner .search-word {
    width: 60%;
    height: 22px;
    text-indent: 10px;
    border: 0px;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    font-size: 16px;
    color: #999;
}

.board-search-box2 .board-search-box-inner .bbs-search-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    color: #333;
    font-size: 20px;
    background: none;
    border: 0px;
    cursor: pointer
}

.board-search-box2 .board-search-box-inner .bbs-search-btn i {
    font-size: 30px;
    color: #727272;
}

/**************************************** 회원관련폼 **********************************************/

.join-intro-content {
    text-align: center;
    padding-bottom: 500px;
    padding-top: 100px;
}

.join-intro-content h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #4a4a4a;
    font-weight: 400;
}

.join-intro-content p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.4px;
    color: #666666;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 60px;
}

.join-intro-content p span {
    color: #bd2727;
}

.join-intro-content ul {
    width: 735px;
    margin: 0 auto;
}

.join-intro-content ul li {
    width: 350px;
    height: 115px;
    float: left;
    background-color: #139CEC;
}

.join-intro-content ul li:first-child {
    background-color: #3E668B;
    margin-right: 35px
}

.join-intro-content ul li a {
    display: block;
    height: 115px;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #fff;
    font-weight: 500;
    line-height: 115px;
}

.join-intro-content ul li img {
    margin-right: 40px;
}

/* 공통 :: 가로값지정 */

.width10 {
    width: 10% !important;
}

.width20 {
    width: 20% !important;
}

.width30 {
    width: 30% !important;
}

.width40 {
    width: 40% !important;
}

.width50 {
    width: 50% !important;
}

.width60 {
    width: 60% !important;
}

.width70 {
    width: 70% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.width100 {
    width: 100% !important;
}

/* 怨듯넻 :: �곷떒 吏꾪뻾怨쇱젙 諛� */

.join-process-bar-con>ol {
    overflow: hidden;
    margin: 0px auto 50px;
    text-align: center;
}

.join-process-bar-con>ol>li {
    display: inline-block;
    padding-left: 80px;
    overflow: hidden;
    text-align: center;
    letter-spacing: -0.5px;
    background: url(/images/board/process_arrow.png) no-repeat 0 50%
}

.join-process-bar-con>ol>li:first-child {
    background: none;
}

.join-process-bar-con>ol>li .process-icon {
    float: left;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #ccc;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
}

.join-process-bar-con>ol>li.current .process-icon {
    background-color: #424446
}

.join-process-bar-con>ol>li .process-icon i {
    font-size: 24px;
    line-height: 48px;
}

.join-process-bar-con>ol>li dl {
    float: left;
    width: 120px;
    padding-left: 15px;
    text-align: left;
    padding-top: 5px;
}

.join-process-bar-con>ol>li dl dt {
    height: 20px;
    font-size: 13px;
    color: #888;
}

.join-process-bar-con>ol>li dl dd {
    height: 28px;
    font-size: 17px;
    color: #333;
}

/* 怨듯넻 :: 踰꾪듉 */

.btn-controls {
    text-align: center;
    padding-top: 30px;
}

.btn-controls button,
.btn-controls a {
    display: inline-block;
    width: 100%;
    height: 52px;
    border: 0;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    margin-bottom: 1%;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.btn-controls a {
    line-height: 52px;
}

.btn-controls.short-btn a,
.btn-controls.short-btn button {
    max-width: 200px;
}

.btn-controls.two-btns button,
.btn-controls.two-btns a {
    width: 48%;
    margin: 0 1%;
    max-width: 200px;
}

.btn-controls.three-btns button,
.btn-controls.three-btns a {
    width: 30%;
    margin: 0 0.5%;
    max-width: 200px;
}

.btn-controls .style01 {
    background-color: #3a4050;
}

.btn-controls .style02 {
    background-color: #8c8c8c;
}

.btn-controls .style03 {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #918c8b;
    color: #222;
}

/* 怨듯넻 :: �뚯썝�쇰젅�댁븘�� */

.member-con-inner {
    padding: 60px 0;
    border: 1px solid #ddd;
    background-color: #fff;
}

.member-search-con-inner {
    padding: 75px 0;
    border: 1px solid #ddd;
    border-top: 0;
}

.member-form-con {
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
}

/* 媛�줈媛� �ㅼ젙 */

.member-form-con-txt {
    padding-bottom: 50px;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.member-form-con-txt strong {
    display: block;
    padding-bottom: 15px;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.member-form-con-txt b {
    font-weight: 500;
}

.form-tit {
    display: block;
    color: #464646;
    font-size: 20px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-list li {
    overflow: hidden;
    margin-top: -1px;
}

.form-list li:first-child {
    margin-top: 0;
}

.form-list li label {
    line-height: 30px;
    color: #686767;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.form-input-box {
    float: left;
    width: 80%;
}

.form-input {
    position: relative;
    width: 99%;
    background: none;
    border: 0px;
    color: #707070;
    font-size: 14px;
    border: 1px solid #ddd;
    letter-spacing: -0.3px;
    font-weight: 400;
    height: 50px;
    text-indent: 10px;
    color: #aaa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.form-select {
    width: 30%;
    background: none;
    border: 0px;
    color: #707070;
    font-size: 15px;
    border: 1px solid #ddd;
    letter-spacing: -0.3px;
    font-weight: 400;
    height: 50px;
    color: #aaa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.form-input:focus,
.form-select:focus {
    color: #333;
    border-color: #000;
    z-index: 1;
}

/* -------- LOGIN  -------- */

.id-save-btn {
    text-align: right;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-top: 30px;
}

.form-box-list {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.form-box-list a {
    color: #464646;
    font-size: 16px;
    letter-spacing: -0.3px;
}

.form-box-list a:first-child {
    margin-left: -10px;
}

.form-box-list a:before {
    display: inline-block;
    content: "";
    background-color: #ddd;
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: -2px 20px 0 20px;
}

.form-box-list a:first-child:before {
    display: none;
}

.form-box-list a:hover {
    color: #000
}

/* -------- LOGIN (SHOP) -------- */

.member-con-inner-shop {
    overflow: hidden;
    padding: 75px 5%;
    border: 1px solid #ddd;
}

.member-con-inner-shop .member-form-con {
    float: right;
    width: 44%;
    padding-left: 2%;
}

.member-con-inner-shop .member-form-con:first-child {
    float: left;
    width: 51.5%;
    border-right: 1px solid #ddd;
    padding-right: 2%;
    padding-left: 0;
}

.member-con-inner-shop .member-form-con .btn-controls {
    padding-top: 10px;
}

.member-con-inner-shop .member-form-nonmember {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
}

.member-con-inner-shop .member-form-nonmember-con {
    float: left;
    width: 50%;
}

.member-con-inner-shop .member-form-sub-txt {
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

/* -------- LOGIN (SNS) -------- */

.member-con-inner-sns {
    overflow: hidden;
    padding: 75px 5%;
    border: 1px solid #ddd;
}

.member-con-inner-sns .member-form-con {
    display: inline-block;
    width: 44%;
    vertical-align: middle;
    padding-left: 2%;
}

.member-con-inner-sns .member-form-con:first-child {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    padding-right: 3%;
    padding-left: 0;
}

.member-con-inner-sns .member-form-sub-txt {
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

.member-con-inner-sns .member-form-con .sns-login-list {
    padding-top: 15px;
}

.member-con-inner-sns .member-form-con .sns-login-list li {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.member-con-inner-sns .member-form-con .sns-login-list li:first-child {
    padding-top: 0;
}

.member-con-inner-sns .member-form-con .sns-login-list li a,
.member-con-inner-sns .member-form-con .sns-login-list li button {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #888;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 70px;
}

.member-con-inner-sns .member-form-con .sns-login-list .sns-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 50px;
}

/* -------- JOIN 01 -------- */

.join-step-con {
    padding-bottom: 50px;
}

.join-step-con .join-tit {
    color: #464646;
    font-size: 20px;
    letter-spacing: -0.3px;
    font-weight: 500;
    padding-bottom: 15px;
}

.join-agreement-con {
    border: 1px solid #ddd;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 2%;
    background-color: #fff;
}

.agree-txt {
    padding-top: 10px;
    font-size: 13px;
    letter-spacing: -0.3px;
    color: #868686;
}

/* -------- JOIN 02 / MODIFY -------- */

.join-form-con {
    position: relative;
    border-top: 1px solid #464646;
}

.essential-txt {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #464646;
    font-size: 13px;
    letter-spacing: -0.3px;
}

.essential-icon {
    color: #cf0505;
    margin-right: 3px;
}

.join-form-tbl {
    width: 100%;
}

.join-form-tbl th,
.join-form-tbl td {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.join-form-tbl th {
    text-align: left;
    color: #464646;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.join-form-tbl .input-basic,
.join-form-tbl .select-basic {
    height: 34px;
    border: 0px;
    width: 50%;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    vertical-align: middle;
}

.join-form-tbl .input-basic:focus {
    border-color: #333;
}

.join-form-tbl .input-basic {
    text-indent: 10px;
}

.join-form-tbl .select-basic {
    height: 38px;
}

.join-form-tbl .join-sub-btn {
    display: inline-block;
    min-width: 114px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #464646;
    vertical-align: middle;
    text-align: center;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.join-form-tbl .join-sub-btn:hover {
    background-color: #464646;
    color: #fff;
}

.join-form-tbl .join-sub-txt {
    display: inline-block;
    margin-left: 10px;
    color: #828282;
    font-weight: 400;
    font-size: 11px;
    font-family: "�뗭�", dotum, sans-serif;
    letter-spacing: -0.5px;
}

.join-form-tbl .join-sub-txt .font-ok {
    color: #0095ff;
    font-weight: 400;
}

.join-form-tbl .join-sub-txt .font-caution {
    color: #ff3800;
    font-weight: 400;
}

.join-form-tbl .hypen {
    margin: 0 5px;
}

.address-input .input-basic {
    margin-top: 6px;
}

.address-input .input-basic:first-child {
    margin-top: 0;
}

.join-form-tbl fieldset {
    padding: 8px 0;
}

.join-form-tbl label,
.join-form-tbl input[type="checkbox"],
.join-form-tbl input[type="radio"] {
    vertical-align: bottom;
}

.join-form-tbl .read-only-data {
    padding: 10px 0;
    font-size: 15px;
    color: #333;
}

/* -------- JOIN FINISH  -------- */

.join-finish-con {
    width: 90%;
    margin: 0px auto;
    max-width: 570px;
}

.join-finish-icon {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    margin: 30px auto;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -o-border-radius: 100em;
    border-radius: 100em;
}

.join-finish-icon i {
    margin-top: 24px;
    font-size: 70px;
}

.join-finish-txt {
    text-align: center;
    line-height: 1.6em;
    font-size: 18px;
    color: #333;
}

.join-finish-txt strong {
    font-weight: 600;
}

.join-finish-tit-con {
    height: 80px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    letter-spacing: -0.3px;
    margin-bottom: 40px;
}

.join-finish-tit {
    font-weight: 400;
    color: #5e5e5e;
    font-size: 24px;
}

.join-finish-tit strong {
    color: #333;
    font-weight: 600;
}

.join-finish-sub-tit {
    padding-top: 10px;
    color: #666;
    letter-spacing: -0.5px;
    font-size: 15px;
}

.join-finish-sub-tit {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.join-finish-sub-tit b {
    color: #000;
    font-weight: 500;
}

.join-finish-member-info {
    overflow: hidden;
    padding: 0 2% 20px 2%;
}

.join-finish-member-info .member-info-left-icon {
    float: left;
    width: 30%;
    max-width: 178px;
}

.join-finish-member-info .member-info-left-icon i {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-size: 70px;
    vertical-align: top;
    text-align: center;
    background-color: #8c98aa;
    color: #fff;
}

.member-info-right-con {
    float: left;
    width: 70%;
    padding-top: 8px;
}

.member-info-right-con dl {
    overflow: hidden;
}

.member-info-right-con dl dt,
.member-info-right-con dl dd {
    float: left;
    letter-spacing: -0.3px;
    padding: 10px 0;
}

.member-info-right-con dl dt {
    width: 30%;
    color: #686767;
    font-size: 15px;
}

.member-info-right-con dl dt i {
    font-size: 16px;
    color: #ccc;
    margin-right: 3px;
}

.member-info-right-con dl dd {
    width: 70%;
    color: #838383;
    font-size: 14px;
}

.member-info-right-con dl .member-divine {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #6b6b6b;
    margin-left: 5px;
    margin-top: -3px;
}

/* -------- �꾩씠�� 李얘린 -------- */

.id-check-inner .customer-id {
    color: #969696;
    font-size: 18px;
    padding: 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
}

.id-check-inner .customer-id strong {
    color: #343434;
    font-weight: 600;
}

/* page*/

.paging {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.paging-style01 a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 39px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 39px;
    color: #868686;
    letter-spacing: -0.25px;
}

.paging-style01 a.cur {
    border: 1px solid #4b4b4b;
    background-color: #4b4b4b;
    color: #fff;
}

.paging-style01 a img {
    height: 12px;
}

.paging-style01 a.paging-arrow {
    line-height: 36px;
}

.paging-style01 a.paging-arrow i {
    vertical-align: middle;
    color: inherit
}

/*page**/