@charset "utf-8"; @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); /* font-family: 'Nanum Gothic'; */
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap'); /* font-family: 'Montserrat'; */
@import url('//fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700|Noto+Serif+KR:400,500&display=swap&subset=korean'); /* font-family: 'Noto Sans KR'; */
@font-face {
    font-family: 'SJ_R';
    src: url('../font/SJ_R.ttf');
}

@font-face {
    font-family: 'SJ_R';
    src: url('../font/SJJungR.woff');
}

@font-face {
    font-family: 'GS_B';
    src: url('../font/GmarketSansTTFBold.ttf');
}

@font-face {
    font-family: 'GS_L';
    src: url('../font/GmarketSansTTFLight.ttf');
}

@font-face {
    font-family: 'GS_M';
    src: url('../font/GmarketSansTTFMedium.ttf');
}

@font-face {
    font-family: 'BING';
    src: url('../font/Binggraes.ttf');
}

@font-face {
    font-family: 'BING';
    src: url('../font/Binggrae.otf');
}

@font-face {
    font-family: 'NS_BLACK';
    src: url('../font/NotoSansCJKkr-Black.otf');
}

@font-face {
    font-family: 'NS_B';
    src: url('../font/NotoSansCJKkr-Bold.otf');
}

@font-face {
    font-family: 'NS_DL';
    src: url('../font/NotoSansCJKkr-DemiLight.otf');
}

@font-face {
    font-family: 'NS_L';
    src: url('../font/NotoSansCJKkr-Light.otf');
}

@font-face {
    font-family: 'NS_M';
    src: url('../font/NotoSansCJKkr-Medium.otf');
}

@font-face {
    font-family: 'NS_R';
    src: url('../font/NotoSansCJKkr-Regular.otf');
}

@font-face {
    font-family: 'NS_T';
    src: url('../font/NotoSansCJKkr-Thin.otf');
}

/* 초기화 */
html {
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'Malgun Gothic', dotum, sans-serif;
    background: #fff
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-family: 'Malgun Gothic', dotum, sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul, dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label, input, button, select, img {
    vertical-align: middle;
    font-size: 1em
}

input, button {
    margin: 0;
    padding: 0;
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 1em
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea, select {
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

.placeholdersjs {
    color: #aaa !important
}

.detailArea .rightBox .mebbox ul li .lv01 span {
	color: #666666;
}
.detailArea .rightBox .mebbox ul li .lv02 span {
	color: #f09c29;
}
.detailArea .rightBox .mebbox ul li .lv03 span {
	color: #f07d29;
}
.detailArea .rightBox .mebbox ul li .lv04 span {
	color: #fe4c02;
}
.detailArea .rightBox .mebbox ul li .lv05 span {
	color: #ff0000;
}
.detailArea .rightBox .mebbox ul li .lv06 span {
	color: #093;
}

@media screen and (min-width: 1201px) {
    #hd, #wrapper, #ft {
        min-width:1200px
    }

    #hd_pop, #hd_wrapper, #hd_top ul, #container_wr, #ft_wr {
        width: 1200px
    }

    /* 상단 레이아웃 */
    #hd {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1100;
    }

    #hd_h1 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden
    }

    #hd_wrapper {
        position: relative;
        margin: 0 auto;
    }

    #hd_wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #hd_top {
        text-align: right;
    }

    #hd_top ul {
        margin: auto;
    }

    #hd_top ul li {
        display: inline-block;
        vertical-align: top;
    }

    #hd_top ul li a {
        color: #fff;
        text-decoration: none;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        font-size: 13px;
        padding: 5px 20px 7px;
        display: inline-block;
        background-color: #fe4c02;
    }

    #logo {
        display: inline-block;
        position: absolute;
        top: -15px;
        left: 0px;
		z-index:20;
    }
	
	#logo a {
		display:block;
		overflow:hidden;
	}

    #logo img {
    }

    /* 상단로그인 */
    #loginbox {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 0px;
    }

    #loginbox #login_before a {
        display: inline-block;
        padding: 0 25px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 13px;
        background-color: #fcb74c;
        color: #fff;
    }

    #loginbox #login_after {
        display: inline-block;
        position: absolute;
        top: -10px;
        right: 0px;
        width: 110px;
    }

    #loginbox #login_after > span {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: url(../img/others/member.png) no-repeat center;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    #loginbox #login_after > span img {
        /*max-width: 100%;*/
        width:100%;
        height:100%;
    }

    #loginbox #login_after > p {
        width: calc(100% - 58px);
        height: 50px;
        line-height: 48px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
    }

    #loginbox #login_after > section {
        position: absolute;
        top: 50px;
        right: -20px;
        width: 180px;
        background-color: #fff;
        padding: 15px 0 0;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        display: none;
    }

    #loginbox #login_after > section .prof {
        position: relative;
        margin: 0 10px 10px;
    }

    #loginbox #login_after > section .prof > span {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: url(../img/others/member.png) no-repeat center;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }

    #loginbox #login_after > section .prof > span img {
        max-width: 100%;
    }

    #loginbox #login_after > section .prof p {
        margin-left: 60px;
        font-size: 12px;
        padding: 3px 0;
    }

    #loginbox #login_after > section .btns {
        padding: 0;
        text-align: left;
        margin: 0 10px;
    }

    #loginbox #login_after > section .btns a {
        display: inline-block;
        vertical-align: top;
        padding: 2px 10px;
        color: #666;
        float: right;
    }

    #loginbox #login_after > section .btns span {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        color: #666;
        text-align: left;
        padding: 2px 0;
    }

    #loginbox #login_after > section .btns .subsc {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
    }

    #loginbox #login_after > section .mybtn {
        padding: 0;
        margin: 0 10px 10px;
        text-align: left;
    }

    #loginbox #login_after > section .mybtn .mypage {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-align: left;
    }

    #loginbox #login_after > section .mybtn .logbtn {
        display: block;
        color: #666;
        border-radius: 3px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    #loginbox #login_after > section .accpay {
        text-align: left;
        padding: 2px 10px 0;
    }

    #loginbox #login_after > section .accpay a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-align: left;
    }

    .naveric {
        color: #093;
    }

    .naveric span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        background: url(../img/icon/naver_s.png) no-repeat center / 90%;
        background-color: #093;
        border-radius: 2px;
    }

    .kakaoic {
        color: #ffeb00;
    }

    .kakaoic span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        background: url(../img/icon/kakao_s.png) no-repeat center / 90%;
        background-color: #ffeb00;
        border-radius: 2px;
    }

    .freebtn span {
        display: inline-block;
        vertical-align: top;
        padding: 2px 5px;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
    }

    .freebtn b {
        font-size: 15px;
        font-family: 'Noto Sans KR';
    }

    #gnb_open {
        display: none;
    }

    #user_btn, #user_btn2 {
        display: none;
    }

    /* 메인메뉴 */
    #gnb {
        position: relative;
        z-index:19;
        padding: 0;
        text-align: right;
        margin:0 100px 0 0;
    }

    #gnb > h2 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        display: none;
    }

    #gnb .gnb_wrap {
        margin: 0 auto;
        position: relative;
        padding: 0px 50px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    #gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active {
        z-index: 3
    }

    #gnb #gnb_1dul {
        font-size: 1.083em;
        padding: 0;
        zoom:1; text-align: center;
    }

    #gnb ul:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #gnb .gnb_1dli {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        position: relative;
    }

    #gnb .gnb_1dli:hover {
        color: #F60;
    }

    #gnb .gnb_1dli button {
        display: none;
    }

    .gnb_1dli .bg {
        position: absolute;
        top: 24px;
        right: 8px;
        display: inline-block;
        width: 10px;
        height: 10px;
        overflow: hidden;
        background: url('./images/gnb_bg2.gif') no-repeat 50% 50%;
        text-indent: -999px
    }
    
    .gnb_1dli span {
        display:none;
    }

    .gnb_1da {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        padding: 35px;
        font-weight: bold;
    }

    .gnb_2dli:first-child {
        border: 0
    }

    .gnb_2dul {
        display: none;
        position: absolute;
        top: 65px;
        min-width: 140px;
        background-color: #333;
    }

    .gnb_2dul .gnb_2dul_box {
        padding: 0;
        -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
        -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
        box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2)
    }

    .gnb_2da {
        display: block;
        padding: 0 10px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    a.gnb_2da:hover {
        color: #fff;
        background: #F90;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }

    .gnb_1dli_air .gnb_2da {
    }

    .gnb_1dli_on .gnb_2da {
    }

    .gnb_2da:focus, .gnb_2da:hover {
        color: #fff
    }

    .gnb_1dli_over .gnb_2dul {
        display: block;
        left: 0
    }

    .gnb_1dli_over2 .gnb_2dul {
        display: block;
        right: 0
    }

    .gnb_wrap .gnb_empty {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        line-height: 2.7em;
        color: #080808
    }

    .gnb_wrap .gnb_empty a {
        color: #3a8afd;
        text-decoration: underline
    }

    .gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {
        color: #555
    }

    #gnb .gnb_menu_btn {
        background: #000;
        color: #fff;
        width: 50px;
        height: 55px;
        border: 0;
        vertical-align: top;
        font-size: 18px
    }

    #gnb .gnb_close_btn {
        background: #fff;
        color: #b6b9bb;
        width: 50px;
        height: 50px;
        border: 0;
        vertical-align: top;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0
    }

    #gnb .gnb_mnal {
        float: right;
        padding: 0
    }

    .svisual {
        text-align: center;
        color: #000;
        position: relative;
        background: url(../img/subvisual/5.jpg) no-repeat center / cover;
        height: 350px;
        box-sizing: border-box;
    }

    .svisual div {
        position: absolute;
        top: 180px;
        left: 0px;
        width: 100%;
    }

    .svisual h2 {
        width: 100%;
        padding: 0px;
        margin: -5px auto 0;
        font-size: 32px;
        font-weight: bolder;
        display: none;
        color: #fff;
    }

    .svisual p {
        margin: auto;
        display: none;
        color: #fff;
        font-size: 12px;
    }

    /* 중간 레이아웃 */
    #wrapper {
        z-index: 5;
        position: relative;
        width: 100%;
        padding: 0 0 50px;
    }

    #wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #wrapper_title {
        padding: 20px 0;
        font-size: 2.5em;
        font-weight: bold;
        font-family: 'Noto Sans KR';
        font-weight: 600;
    }

    /* 상단타이틀 */
    .toptitle {
        position: relative;
        padding: 25px 0;
    }

    .toptitle > h2 {
        font-family: 'GS_M';
        font-size: 27px;
        color: #333;
        position: relative;
    }

    .toptitle > h2 span {
        position: absolute;
        top: -40px;
        right: 0px;
        padding: 0px;
        line-height: 20px;
    }

    .toptitle > h2 span a {
        display: inline-block;
        vertical-align: top;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        font-size: 16px;
        padding: 0 10px;
        margin: 0px;
    }

    .toptitle > p {
        color: #666;
    }

    .toptitle > a {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -20px;
        background-color: #fe4c02;
        color: #fff;
        text-align: center;
        width: 100px;
        height: 35px;
        line-height: 34px;
    }

    .toptitle div {
        position: relative;
        padding: 20px;
        background-color: #fff;
        margin: 10px 0;
        border-radius: 7px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
    }

    .toptitle div span {
        display: inline-block;
        padding-left: 15px;
        margin-left: 15px;
        vertical-align: middle;
        border-left: 1px solid #ccc;
    }

    .toptitle div span:first-child {
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .center {
        text-align: center;
    }

    #container {
        position: relative;
        margin: 0 auto;
        width: 1200px;
        min-height: 500px;
        height: auto !important;
        padding: 50px 0;
    }

    /* 로그인 */
    #logins {
        width: 800px;
        text-align: center;
        margin: 20px auto;
        display: flex;
    }

    #logins > div {
        margin: 0 40px;
        background-color: #fff;
        width: calc(50% - 80px);
        position: relative;
    }

    #logins > div:first-child:after {
        visibility: visible;
        content: "OR";
        position: absolute;
        top: 50%;
        right: -65px;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-top: -45px;
        font-size: 18px;
        background-color: #fff;
    }

    #logins > div:first-child:before {
        visibility: visible;
        content: "";
        position: absolute;
        top: 0px;
        right: -40px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }

    #logins .nlogin p {
        margin: 0 0 10px 0;
    }

    #logins .nlogin p span {
        background-color: #f6f6f6;
        display: block;
        height: 50px;
        text-align: left;
    }

    #logins .nlogin p span label {
        width: 90px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        font-size: 12px;
        color: #666;
        border-right: 1px solid #eee;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #logins .nlogin p span input {
        width: calc(100% - 98px);
        height: 50px;
        display: inline-block;
        border: 0px;
        background-color: transparent;
    }

    #logins .nlogin p input[type="submit"] {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        width: 100%;
        color: #fff;
        border: 0px;
        font-weight: bolder;
        font-size: 12px;
        height: 50px;
        margin-top: 15px;
    }

    #logins .nlogin p a {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        width: 100%;
        color: #666;
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        margin-top: 5px;
        display: block;
        border: 1px solid #eee;
    }

    #logins .nlogin div span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        color: #666;
        font-size: 12px;
    }

    .btnareas {
        padding: 50px 0;
    }

    .kakaobtn {
        background-color: #ffeb00;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .naverbtn {
        background-color: #1ec800;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .kakaobox {
        background: url(../img/icon/kakao_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .naverbox {
        background: url(../img/icon/naver_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    /* 회원가입 약관 */
    .agreeform {
        background-color: #fff;
        text-align: left;
        width: 800px;
        margin: auto;
    }

    .agreeform h5 {
        padding: 20px 20px 20px 0;
        font-size: 15px;
    }

    .agreeform ul li {
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: -1px;
    }

    .agreeform ul li p {
        padding: 20px 20px 20px 50px;
    }

    .agreeform ul li span {
        float: right;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 30px;
        background-color: #000;
        color: #fff;
    }

    .agreeform textarea {
        width: 100%;
        border: 0px;
        background-color: #eee;
    }

    /* 회원가입 계정선택 */
    .wayarea {
        text-align: center;
    }

    .wayarea ul {
        width: 300px;
        margin: auto;
    }

    .wayarea ul li {
        margin: 10px auto;
    }

    .wayarea ul div img {
        width: 100%;
        border-radius: 20px;
    }

    .wayarea .kakaobtns {
        background-color: #ffeb00;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .naverbtns {
        background-color: #1ec800;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .joinbtns {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .kakaoboxs {
        background: url(../img/icon/kakao_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .wayarea .naverboxs {
        background: url(../img/icon/naver_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .wayarea .joinboxs {
        background: url(../img/others/member.png) no-repeat center / cover;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    /* 회원가입 폼 */
    .joinArea {
    }

    .joinArea .formarea {
        overflow: hidden;
    }

    .joinArea .formarea > ul > li {
        padding: 7px 0;
        width: 500px;
        margin: auto;
        position: relative;
    }

    .joinArea .formarea > ul > li > p {
        margin-left: 84px;
        color: #999;
        font-size: 12px;
    }

    .joinArea .formarea > ul > li > span {
        position: absolute;
        top: 7px;
        right: -80px;
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
    }

    .joinArea .formarea > ul > li > label {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #666;
        vertical-align: top;
        font-size: 12px;
    }
	
	.agarea {
		margin-left:84px;
		padding:20px 0;
		color:#666;
	}
	
	.agarea h5 {
		font-size:15px;
		margin-bottom:10px;
	}
	
	.agarea ul li {
		padding:10px;
		border:1px solid #ddd;
	}
	
	.agarea ul li:last-child {
		border-top:0px;
	}
	
	.agarea ul li span {
		display:inline-block;
		vertical-align:middle;
		float:right; width:15px;
		height:15px;
		background:url(../img/others/left.png) no-repeat center;
		cursor:pointer;
	}

    .joinArea .formarea .twoline {
        height: auto;
        line-height: 18px;
    }

    .joinArea .formarea button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 40px;
        width: 80px;
        border-radius: 4px;
    }

    .joinArea .formarea > ul > li > input {
        width: calc(100% - 102px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .joinArea .formarea > ul > li > select {
        width: calc(100% - 122px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .joinArea .formarea > ul > li > .sideIp {
        width: calc(100% - 182px);
    }

    .slidebtn {
        display: inline-block;
        vertical-align: top;
    }

    .slidebtn ul li {
        padding: 3px 0;
        text-align: left;
    }

    .slidebtn ul li label {
        display: inline-block;
    }

    .slidebtn ul li font {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }

    .slidebtn ul li p {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        height: 30px;
        border-radius: 30px;
        background-color: #eee;
        position: relative;
    }
	
	.slidebtn ul li p span {
        display: inline-block;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        top: 2px;
    }

    .slidebtn ul li .off span {
        background-color: #fff;
        top: 2px;
    }
	.slidebtn ul li .on span {
        background-color: #fe4c02;
        top: 2px;
    }
	
	

    /* 회원가입 완료 */
    .joincArea {
        border: 1px solid #ddd;
        border-top: 3px solid #fcb64e;
        width: 800px;
        margin: 50px auto;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        border-radius: 17px;
        overflow: hidden;
    }

    .joincArea ul {
        display: flex;
        text-align: center;
    }

    .joincArea ul li {
        width: 50%;
        position: relative;
    }

    .joincArea ul li > img {
        height: 100px;
    }

    .joincArea ul li:first-child {
        text-align: center;
        border-right: 1px solid #ddd;
        height: 300px;
        line-height: 300px;
    }

    .joincArea ul li div {
        padding: 50px;
    }

    .joincArea ul li div h4 {
        font-family: 'Noto Sans KR';
        font-size: 21px;
        margin-top: 40px;
    }

    .joincArea ul li div p {
        color: #666;
        margin-bottom: 20px;
    }

    .joincArea ul li div p a {
        display: inline-block;
        width: 40%;
        height: 40px;
        line-height: 40px;
        background-color: #fcb64e;
        color: #fff;
        text-align: center;
    }

    .joincArea ul li div p a:first-child {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #333;
    }

    /* 회원가입 프로세스 */
    .joinProc {
        padding: 50px 0;
    }

    .joinProc ul {
        margin: auto;
        text-align: center;
    }

    .joinProc ul li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-family: 'Noto Sans KR';
        font-size: 15px;
        color: #666;
        position: relative;
        padding: 10px 50px;
    }

    .joinProc ul li span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background-color: #f6f6f6;
        text-align: center;
        font-size: 18px;
        color: #666;
    }

    .joinProc ul li:after {
        visibility: visible;
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -10px;
        width: 20px;
        height: 20px;
        background: url(../img/others/left.png) no-repeat center;
        margin-top: -10px;
    }

    .joinProc ul li:first-child:after {
        display: none;
    }

    .joinProc ul .onX {
        color: #fe4c02;
        border-bottom: 2px solid #fe4c02;
        font-weight: bolder;
    }

    .joinProc ul .onX span {
        background-color: #fe4c02;
        color: #fff;
    }

    /* 회원탈퇴 */
    .mem_outtit {
        width: 600px;
        margin: 0 auto 25px;
    }

    .mem_outtit h3 {
        font-size: 15px;
        color: #333;
    }

    .mem_outtit div {
        padding: 15px;
        background-color: #f6f6f6;
        border-radius: 7px;
    }

    .mem_outtit div p {
        padding: 4px 0;
        color: #666;
    }

    .mboutArea {
        overflow: hidden;
    }

    .mboutArea ul li {
        padding: 7px 0;
        width: 600px;
        margin: auto;
        position: relative;
    }

    .mboutArea button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 40px;
        width: 80px;
        border-radius: 4px;
    }

    .mboutArea label {
        display: inline-block;
        width: 90px;
        height: 40px;
        line-height: 40px;
        color: #666;
        vertical-align: top;
        font-size: 13px;
    }

    .mboutArea input[type="text"], .mboutArea input[type="password"] {
        width: calc(100% - 98px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .mboutArea ul li div {
        display: none;
        padding: 5px 4px 0 0;
        text-align: right;
    }

    .mboutArea ul li div input[type="text"] {
        width: calc(100% - 94px);
        height: 40px;
        background-color: #f6f6f6;
    }

    .mboutArea select {
        width: calc(100% - 98px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .mboutArea p {
        margin-left: 94px;
        color: #999;
        font-size: 12px;
    }

    .mboutArea .agreechk label {
        color: #666;
        display: block;
        border: 1px solid #eee;
        padding: 0 10px;
        margin-top: 20px;
        width: 100%;
        height: 40px;
        font-size: 12px;
    }

    /* 클래스 */
    #orderlist {
        position: relative;
        overflow: hidden;
    }

    #orderlist li {
        position: relative;
        overflow: hidden;
        padding: 15px 0;
        display: flex;
        border-bottom: 1px solid #eee;
    }

    #orderlist li #thumbs {
        width: 200px;
        margin-right: 20px;
    }

    #orderlist li #thumbs p img {
        width: 100%;
    }

    #orderlist li #infos {
        width: calc(100% - 220px);
    }

    #orderlist li #infos h5 {
        font-family: 'Noto Sans KR';
        font-size: 21px;
    }

    #orderlist li #infos p {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        font-weight: 400;
        color: #666;
    }

    #orderlist li #infos div {
        padding: 10px 0 0;
    }

    #orderlist li #infos div a {
        background: url(./img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    /* 전송버튼 */
    .submitbtn {
        padding: 25px 0;
        text-align: center;
    }

    .submitbtn input[type="submit"], .submitbtn input[type="button"] {
        width: 150px;
        height: 45px;
        margin: auto;
        border: 0px;
        background-color: #fe4c02;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn a {
        display: inline-block;
        vertical-align: top;
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 150px;
        color: #666;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn2 {
        padding: 25px 0;
        text-align: center;
    }

    .submitbtn2 a {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        border: 0px;
        background-color: #fe4c02;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn2 input[type="submit"] {
        height: 45px;
        text-align: center;
        width: 150px;
        color: #666;
        background-color: #f6f6f6;
        border-radius: 4px;
        border: 1px solid #f3f3f3;
        ; }

    /* 하단 레이아웃 */
    #ft {
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #333;
    }

    #ft_top {
        border-bottom: 1px solid #eee;
    }

    #ft_top p {
        width: 1200px;
        margin: auto;
        text-align: right;
    }

    #ft_top a, #ft_top span {
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 12px;
        padding: 10px 20px;
    }

    #ft_wr {
        width: 1200px;
        margin: auto;
        padding: 50px 0;
        position: relative;
        text-align: left;
        display: flex;
    }

    #ft_wr #ft_info {
        width: calc(100% - 300px);
    }

    #ft_wr #ft_info h3 img {
        height: 40px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer {
        width: 300px;
    }

    #ft_wr #ft_customer h5 {
        color: #666;
        font-size: 12px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer a {
        display: block;
        font-family: 'GS_M';
        color: #3c1e20;
        background-color: #fae100;
        padding: 0 10px;
        border-radius: 60px;
        box-sizing: border-box;
        font-size: 18px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer a span {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        text-align: center;
        background: url(../img/icon/kakao.png) no-repeat center / 80% 80%;
        margin: 5px;
    }

    #ft_wr #ft_customer a font {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 58px);
        height: 40px;
        line-height: 44px;
        margin: 5px 0;
        text-align: center;
    }

    #ft_wr p {
        color: #666;
        font-size: 12px;
        padding: 3px 0;
    }

    #ft_wr p font {
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }

    #ft_copy {
        background-color: #f6f6f6;
        color: #666;
        font-size: 12px;
        padding: 10px 0;
    }

    #top_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 0;
        border-top: 1px solid #e5e7ea;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        background: none;
        font-size: 20px;
        color: #dedede
    }

    #top_btn:hover {
        border-color: #3059c7;
        background: #3059c7;
        color: #fff
    }

    /* 게시판 */
    .board_list {
        padding: 10px 0;
    }

    .board_list ul li {
        text-align: left;
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        margin-bottom: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
		position:relative;
    }
	
	.board_list ul .offset:after {
		visibility:visible;
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		line-height:100%;
		background-color:rgba(255,255,255,0.7);
		text-align:center;
		color:#666;
		font-weight:bolder;
		font-size:15px;
    }
	
	.board_list ul .offset:before {
		visibility:visible;
		content:"종료된 이벤트입니다.";
		position:absolute;
		top:50%;
		left:0px;
		height:30px;
		line-height:30px;
		margin-top:-15px;
		width:100%;
		text-align:center;
		color:#666;
		font-weight:bolder;
		font-size:15px;
		z-index:5;
    }

    .board_list ul li div {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        padding: 10px;
        box-sizing: border-box;
    }

    .board_list ul li div span {
        display: inline-block;
        margin-right: 8px;
    }

    .board_list ul li div span img {
        width: 100%;
    }

    .board_list ul li div h5 {
        font-family: 'Noto Sans KR';
        color: #666;
        font-size: 18px;
		line-height:25px;
		height:25px;
		white-space:normal;
		overflow:hidden;
		text-overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom:10px;
    }

    .board_list ul li div p {
        color: #666;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        font-size: 13px;
		line-height:15px;
		height:30px;
        padding: 0 0 20px;
		white-space:normal;
		overflow:hidden;
		text-overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom:20px;
    }
	
	.board_list ul li div h6 {
        font-family: 'Noto Sans KR';
        color: #666;
        font-size: 13px;
    }

    /* 글작성 */
    .board_write {
    }

    .board_write {
        overflow: hidden;
        background-color: #fff;
        border-top: 2px solid #222;
        border-bottom: 1px solid #ddd;
        padding: 25px 0;
    }

    .board_write div {
        padding: 10px 0;
    }

    .board_write div h5 {
        font-family: 'GS_M';
        font-size: 16px;
        color: #333;
        margin-bottom: 7px;
        font-weight: normal;
    }

    .board_write div p input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write div ul {
    }

    .board_write div ul li {
        width: calc(100% - 314px);
        display: inline-block;
        vertical-align: top;
    }

    .board_write div ul li:first-child {
        width: 300px;
        margin-right: 6px;
    }

    .board_write div ul li input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write div ul li select {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write .filebox {
    }

    .board_write .filebox h6 {
    }

    .board_write .filebox p {
        color: #666;
    }

    .board_write .filebox div p {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .board_write .filebox div p label {
        width: 90px;
        height: 90px;
        display: block;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: url(../img/others/cross.png) no-repeat center / 60%;
        cursor: pointer;
    }

    .board_write .filebox div p label input {
        visibility: hidden;
    }

    .board_write .filebox div p .thumblibox {
        width: 90px;
        height: 90px;
        display: block;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .board_write .filebox div p .thumblibox img {
        width: 100%;
    }

    .board_write .filebox div p .thumbclear {
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../img/others/close_btn.png) no-repeat center;
        width: 12px;
        height: 12px;
        display: block;
    }

    .board_write div textarea {
        width: 100%;
        height: 340px;
        border: 1px solid #ddd;
    }

    .board_write div input[type="submit"] {
        border: 0px;
        height: 50px;
        width: 200px;
        text-align: center;
        color: #fff;
        background-color: #fe4c02;
        border-radius: 7px;
        float: right;
    }

    /* 게시판 글보기 */
    .board_view {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        border-top: 2px solid #222;
        padding: 25px;
    }

    .board_view .conArea {
        min-height: 300px;
    }

    .board_view .ctnlink {
        overflow: hidden;
        border-top: 1px solid #ddd;
        padding: 25px 0 0;
    }

    .board_view .cntbox {
        float: left;
    }

    .board_view .cntbox span {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        color: #666;
    }

    .board_view .linkbox {
        float: right;
        text-align: center;
        font-size: 11px;
    }

    .board_view .linkbox a {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        height: 30px;
        line-height: 28px;
        width: 80px;
        position: relative;
        color: #999;
        border: 1px solid #ddd;
    }

    .board_view .linkbox .listbtn {
    }

    .board_view .linkbox .leftbtn:after {
        visibility: visible;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        background: url(../img/others/right.png) no-repeat center / 70% auto;
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -6px;
    }

    .board_view .linkbox .rightbtn:after {
        visibility: visible;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        background: url(../img/others/left.png) no-repeat center / 70% auto;
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -6px;
    }

    /* 게시판 글보기 댓글 */
    .commentArea {
        overflow: hidden;
    }

    .commentArea h5 {
        text-align: left;
        line-height: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .commentArea h5 span {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000;
        float: right;
    }

    .commentArea h5 span input[type="text"] {
        border: 0px;
        height: 35px;
        width: 250px;
    }

    .commentArea h5 span input[type="submit"] {
        border: 0px;
        height: 35px;
        width: 80px;
        background-color: #fe4c02;
        color: #fff;
    }

    .commentArea ul li {
        margin-bottom: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        padding: 15px;
        border-radius: 7px;
        position: relative;
    }

    .commentArea ul li h3 {
        height: 35px;
        line-height: 35px;
        color: #666;
    }

    .commentArea ul li h3 span {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        overflow: hidden;
        margin-right: 5px;
    }

    .commentArea ul li h3 span img {
        width: 100%;
    }

    .commentArea ul li h3 font {
        color: #999;
        margin-left: 10px;
    }

    .commentArea ul li p {
        padding: 10px 0;
    }

    .commentArea ul li div {
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 20px;
        margin-top: -10px;
    }

    .commentArea ul li div a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    /* faq */
    #searchArea {
        text-align: right;
    }

    #searchArea select {
        width: 100px;
        height: 30px;
    }

    #searchArea #inputs {
        width: 150px;
        height: 30px;
    }

    .faqpos .faq_top .searchArea {
        padding: 10px 0;
    }

    .faqpos .faq_top .searchArea span {
        display: inline-block;
        border: 1px solid #000;
        width: 100%;
    }

    .faqpos .faq_top .searchArea input[type="text"] {
        border: 0px;
        width: calc(100% - 40px);
        background-color: #fff;
        height: 40px;
    }

    .faqpos .faq_top .searchArea input[type="submit"] {
        width: 40px;
        height: 40px;
        border: 0px;
        background: #fff url(../img/others/btn_search.jpg) no-repeat center;
    }
	
	.faqpos .faq_top .mnArea {
		display: grid;
		grid-template-columns: repeat(9, 1fr);
		column-gap: 4px;
		row-gap: 4px;
	}
	
    .faqpos .faq_top .mnArea a {
        width:100%;
        height: 35px;
        border: 1px solid #ddd;
        line-height: 35px;
        text-align: center;
        background-color: #fff;
    }
	
	.faqpos .faq_top .mnArea .onX {
		border:1px solid #fe4c02;
		background-color:#fe4c02;
		color:#fff;
	}

    .faqpos .faq_list {
        padding: 25px 0;
    }

    .faqpos .faq_list ul li {
        border: 1px solid #ddd;
        margin-bottom: 5px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    .faqpos .faq_list ul li h5 {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        position: relative;
    }

    .faqpos .faq_list ul li #upbox:after {
        visibility: visible;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../img/others/top.png) no-repeat center;
    }

    .faqpos .faq_list ul li #downbox:after {
        visibility: visible;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../img/others/bottom.png) no-repeat center;
    }

    .faqpos .faq_list ul li div {
        padding: 20px;
        background-color: #f6f6f6;
    }

    /* 출금 */
    .detailArea {
        text-align: center;
        width: 800px;
        margin: auto;
    }

    .detailArea h5 {
        font-size: 16px;
    }

    .detailArea .leftInfo {
        width: 200px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .leftInfo div {
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
        border-top: 3px solid #fe4c02;
        border-radius: 8px 8px 0 0;
    }

    .detailArea .leftInfo div p {
        padding: 10px;
        background-color: #f6f6f6;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .detailArea .leftInfo div p span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 20px);
    }

    .detailArea .leftInfo div > a {
        display: block;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #666;
    }

    .detailArea .leftInfo > a {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .detailArea .rightBox {
        width: calc(100% - 228px);
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox input[type="text"], .detailArea .rightBox input[type="tel"], .detailArea .rightBox select {
        height: 40px;
        background-color: #eee;
        color: #666;
        border: 0px;
    }

    .detailArea .rightBox > ul {
    }

    .detailArea .rightBox .account {
        margin-bottom: 17px;
    }

    .detailArea .rightBox .account label {
        display: block;
        color: #666;
        text-align: left;
        margin-bottom: 5px;
    }

    .detailArea .rightBox .account select {
        width: 100%;
    }

    .detailArea .rightBox .payform {
        margin-bottom: 17px;
    }

    .detailArea .rightBox .payform label {
        display: block;
        color: #666;
        text-align: left;
        margin-bottom: 5px;
    }

    .detailArea .rightBox .payform span {
        display: block;
        padding: 0 10px;
        background-color: #eee;
        border-radius: 5px;
    }

    .detailArea .rightBox .payform span font {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox .payform input[type="text"], .detailArea .rightBox .payform input[type="tel"] {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 20px);
    }

    .detailArea .rightBox .paybox {
        margin-bottom: 17px;
    }

    .detailArea .rightBox .paybox button {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 40px;
        border-radius: 3px;
        width: calc(20% - 4px);
    }

    .detailArea .rightBox h4 {
        margin: 25px 0 8px;
        text-align: left;
    }

    .detailArea .rightBox h5 {
        margin: 0 0 8px;
        text-align: left;
    }

    .detailArea .rightBox table {
        width: 100%;
        border-top: 1px solid #333;
        text-align: center;
    }

    .detailArea .rightBox table tr th {
        padding: 10px;
        border-bottom: 1px solid #eee;
        background-color: #f9f9f9;
        color: #666;
    }

    .detailArea .rightBox table tr td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #666;
    }

    /* 포인트 */
    .detailArea .leftInfo .memoutpop span {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .detailArea .rightBox .mebbox {
        margin-bottom: 25px;
    }

    .detailArea .rightBox .mebbox ul {
        padding: 25px 10px;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 12px;
		    overflow-x:scroll;
		    display:flex;
		    margin-bottom:25px;
    }

    .detailArea .rightBox .mebbox ul li {
        text-align: center;
		    display:flex;
		    margin:0 10px;
    }

    .detailArea .rightBox .mebbox ul li h6 {
        font-size: 15px;
        margin-bottom: 5px;
		    width:70px;
		    height: 50px;
        line-height: 52px;
    }

    .detailArea .rightBox .mebbox ul li p {
        display: inline-block;
        vertical-align: top;
        width: 140px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        margin: auto;
    }

    .detailArea .rightBox .mebbox ul li p span {
        display: block;
        width: 50%;
        height: 50px;
        line-height: 52px;
        border-right: 1px solid #eee;
        font-family: 'GS_B';
        font-size: 16px;
    }

    .detailArea .rightBox .mebbox ul li p font {
        display: block;
        width: 50%;
        height: 50px;
        line-height: 52px;
        font-family: 'GS_B';
        font-size: 16px;
        color: #333;
    }
	
	.detailArea .rightBox .mebbox ul li .lv01 span {
		color: #666666;
	}
	.detailArea .rightBox .mebbox ul li .lv02 span {
		color: #f09c29;
	}
	.detailArea .rightBox .mebbox ul li .lv03 span {
		color: #f07d29;
	}
	.detailArea .rightBox .mebbox ul li .lv04 span {
		color: #fe4c02;
	}
	.detailArea .rightBox .mebbox ul li .lv05 span {
		color: #ff0000;
	}

    .detailArea .rightBox .searbox {
        margin-bottom: 25px;
    }

    .detailArea .rightBox .searbox ul {
    }

    .detailArea .rightBox .searbox li {
        padding: 4px 0;
        overflow: hidden;
    }

    .detailArea .rightBox .searbox li:first-child {
    }

    .detailArea .rightBox .searbox li:first-child span {
        width: 20px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox .searbox li:first-child input[type="text"] {
        width: calc(50% - 16px);
        height: 35px;
        background: #eee url(../img/del.png) no-repeat right center / auto 60%;
    }

    .detailArea .rightBox .searbox li:last-child {
    }

    .detailArea .rightBox .searbox button {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 35px;
        border-radius: 3px;
        width: calc(15% - 4px);
        font-size: 12px;
        color: #666;
    }

    .detailArea .rightBox .searbox input[type="submit"] {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 35px;
        border-radius: 3px;
        width: calc(25% - 4px);
    }

    /* 무/유료회원 */
    .memberArea {
        width: 1200px;
        margin: auto;
    }

    .memberArea > div {
        box-sizing: border-box;
        position: relative;
    }

    .memberArea #memship, .memberArea #point, .memberArea #linkback {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 14px);
        margin: 0 5px;
    }

    .memberArea > div input[type="text"] {
        height: 35px;
        border: 0px;
        background-color: #eee;
        width: 100%;
		padding:0 10px;
    }

    .memberArea #memship > div, .memberArea #point > div, .memberArea #linkback > div {
        margin-bottom: 10px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        min-height: 180px;
    }

    .memberArea > div #icarea {
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
        width: 200px;
    }

    .memberArea > div #icarea p span {
        display: block;
        margin: auto;
        overflow: hidden;
    }

    .memberArea > div #icarea #profs span {
        display: block;
        margin: auto;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .memberArea > div #icarea #profs span img {
        width: 100%;
    }

    .memberArea > div #icarea h6 {
        margin: 5px 0 10px;
        color: #666;
    }

    .memberArea > div #icarea a {
        display: inline-block;
        width: 150px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
    }

    .memberArea > div #minfos {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 233px);
    }

    .memberArea > div #minfos ul li {
        display: flex;
        padding: 2px 0;
    }

    .memberArea > div #minfos ul li h5 {
        height: 35px;
        line-height: 35px;
        width: 70px;
        color: #666;
        font-weight: normal;
    }

    .memberArea > div #minfos ul li p {
        width: calc(100% - 70px);
    }

    .memberArea > div #minfos ul li button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 35px;
        width: 80px;
        border-radius: 4px;
        margin-left: 5px;
    }

    .memberArea > div #minfos ul li .sideIp {
        width: calc(100% - 85px);
    }

    .memberArea > div #minfos ul li label {
        display: block;
        padding: 0 10px;
        background-color: #eee;
    }

    .memberArea > div #minfos ul li label input[type="text"] {
        width: calc(100% - 20px);
    }

    .memberArea > div #minfos ul li .sidlab {
        width: calc(100% - 84px);
    }

    .memberArea > div #minfos.oneline {
        padding: 25px 0 0;
    }

    .memberArea > div #minfos.twoline {
        padding: 25px 0 0;
    }

    .memberArea > div #mpoints {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 233px);
    }

    .memberArea > div #mpoints ul li {
        padding: 10px 0;
    }

    .memberArea > div #mpoints ul li span {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 24px);
        display: inline-block;
        vertical-align: middle;
        height: 40px;
		line-height:38px;
		text-align:right;
    }

    .memberArea > div #mpoints ul li h6 {
        background-color: #eee;
        padding: 0 10px;
    }

    .memberArea > div #mpoints a {
        display: block;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .memberArea > div #mcards {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 233px);
    }

    .memberArea > div #mcards ul li {
        padding: 10px;
        border-radius: 10px;
        display: block;
        vertical-align: top;
        height: 160px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .memberArea > div #mcards ul li #btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .memberArea > div #mcards ul li #btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
    }

    .memberArea > div #mcards ul li h2 font {
        font-size: 14px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        display: block;
    }

    .memberArea > div #mcards ul li h2 span {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .memberArea > div #mcards ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .memberArea > div #mcards ul p {
        color: #666;
        margin-bottom: 25px;
    }

    .memberArea > div #mcards ul p b {
        font-size: 14px;
        color: #f00;
    }

    .memberArea > div #mcards ul a {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    .memberArea > div #paymenu {
        min-height: 370px;
    }

    /* 카드결제 */
    .payArea {
    }

    .payArea ul li {
        padding: 10px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 290px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .payArea ul li #btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .payArea ul li #btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        border-radius: 5px;
    }

    .payArea ul li #btnAreas span {
        display: block;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .payArea ul li h2 {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li #infos {
        display: flex;
        font-size: 13px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li #infos h5 {
        margin-right: 15px;
    }

    .payArea ul #embtn {
        font-size: 15px;
        cursor: pointer;
    }

    .payArea ul #embtn div {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
        background: url(../img/others/wcross.png) no-repeat top center / auto 70%;
        margin-top: -31px;
        color: #999;
        font-family: 'GS_M';
    }

    /* 계좌관리 */
    .accArea {
    }

    .accArea ul li {
        padding: 10px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 290px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .accArea ul li #btnAreas, .accArea ul li .btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .accArea ul li #btnAreas a, .accArea ul li .btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        border-radius: 5px;
    }
	
	.accArea ul li #btnAreas span {
        display: block;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .accArea ul li h2 font {
        font-size: 14px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        display: block;
    }

    .accArea ul li h2 span {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .accArea ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .accArea ul #embtn {
        font-size: 15px;
        cursor: pointer;
    }

    .accArea ul #embtn div {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
        background: url(../img/others/wcross.png) no-repeat top center / auto 70%;
        margin-top: -31px;
        color: #999;
        font-family: 'GS_M';
    }

    .hana {
        background-color: #85d2c9;
        color: #fff;
    }

    /* 하나 */
    .hana:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/hana.png) no-repeat center / cover;
    }

    .samsung {
        background-color: #8ec7ff;
        color: #fff;
    }

    /* 삼성 */
    .samsung:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/samsung.png) no-repeat center / cover;
    }

    .woori {
        background-color: #85bbe8;
        color: #fff;
    }

    /* 우리 */
    .woori:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/woori.png) no-repeat center / cover;
    }

    .hyudai {
        background-color: #a6b4e9;
        color: #fff;
    }

    /* 현대 */
    .hyudai:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/hyundai.png) no-repeat center / cover;
    }

    .kb {
        background-color: #fef8e0;
        color: #333;
    }

    /* 국민 */
    .kb:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url(../img/bank/kb.png) no-repeat center / cover;
    }

    .nh {
        background-color: #7fbb44;
        color: #fff;
    }

    /* 농협 */
    .nh:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url(../img/bank/nh.png) no-repeat center / cover;
    }

    .shinhan {
        background-color: #8b9acf;
        color: #fff;
    }

    /* 신한 */
    .shinhan:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/shinhan.png) no-repeat center / cover;
    }
	
	.bccard {
        background-color: #ff8186;
        color: #fff;
    }

    /* 비씨 */
    .bccard:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/bc.png) no-repeat center / cover;
    }
	
	.master {
        background-color: #ffd08f;
        color: #fff;
    }
    
    .lotte {
        background-color: #ffd08f;
        color: #fff;
    }

    /* 롯데 */
    .lotte:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/lotte.png) no-repeat center / cover;
    }

    /* 마스터 */
    .master:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/master.png) no-repeat center / cover;
    }
    
    .lotte {
        background-color: #ffd08f;
        color: #fff;
    }

    /* 롯데 */
    .lotte:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/lotte.png) no-repeat center / cover;
    }

    /* 페이지리스트 */
    #pageList {
        text-align: center;
        margin-top: 25px;
    }

    #pageList a {
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #666;
        background-color: #fff;
    }

    #pageList #onX {
        background-color: #fcb64e;
        color: #fff;
        border: 1px solid #fcb64e;
    }

    #pageList #prevBtn {
        width: 30px;
        background: #fff url(../img/others/btn_prev.gif) no-repeat center;
        color: #fff;
        margin-right: 5px;
    }

    #pageList #nextBtn {
        width: 30px;
        background: #fff url(../img/others/btn_next.gif) no-repeat center;
        color: #fff;
        margin-left: 5px;
    }

    #pageList #firstBtn {
        width: 30px;
        background: #fff url(../img/others/btn_first.gif) no-repeat center;
        color: #fff;
    }

    #pageList #lastBtn {
        width: 30px;
        background: #fff url(../img/others/btn_end.gif) no-repeat center;
        color: #fff;
    }

    /* 영상리스트 */
    #productlist {
        position: relative;
        overflow: hidden;
        clear: both;
    }

    #productlist li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        width: calc(25% - 10px);
        margin-right: 6px;
        border: 1px solid #ddd;
    }

    #productlist li .thumbs {
        position: relative;
    }

    #productlist li .thumbs img {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    #productlist li .thumbs span {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 16px;
        color: #fff;
    }

    #productlist li .thumbs .onX {
        color: #F90;
    }

    #productlist li .infos {
        padding: 20px;
        min-height: 120px;
    }

    #productlist li .infos h5 {
        font-size: 13px;
        font-weight: bolder;
        color: #666;
    }

    #productlist li .infos p {
        margin-bottom: 5px;
    }

    #productlist #nonlist {
        height: 200px;
        line-height: 200px;
        text-align: center;
        font-size: 14px;
        color: #666;
        width: 100%;
    }

    /* 검색 */
    .moveSearch {
        padding: 0 0 15px;
    }

    .moveSearch label {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

    .moveSearch label input[type="text"] {
        height: 35px;
        border: 0px;
        width: 200px;
        background-color: transparent;
    }

    .moveSearch label input[type="submit"] {
        height: 35px;
        border: 0px;
        width: 35px;
        background: url(../img/others/btn_search.jpg) no-repeat center;
    }

    .moveSearch select {
        height: 35px;
        border: 1px solid #ddd;
        width: 200px;
        background-color: transparent;
    }

    /* 상품리스트 정렬 */
    #sct_sort {
        zoom:1; border-bottom: 1px solid #ddd;
        border-top: 2px solid #000;
        margin-bottom: 15px;
    }

    #sct_sort:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #sct_sort ul {
        display: flex;
        justify-content: space-between;
    }

    #sct_sort li {
        position: relative;
        padding: 10px 0;
        width: auto;
    }

    #sct_sort li font {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        font-weight: 400;
        color: #666;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

    /* 상태박스 */
    .freeic {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .mindic {
        background: url(../img/back/orange.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .makic {
        background: url(../img/back/red.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .nlpic {
        background: url(../img/back/blue.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .otheric {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .primaryic {
        background-color: #FFB03C !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .secondaryic {
        background-color: #6c757d !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .successic {
        background-color: rgba(40,167,69, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .dangeric {
        background-color: rgba(220,53,69) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .warningic {
        background-color: rgba(255,193,7, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .infoic {
        background-color: rgba(13,202,240, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .darkic {
        background-color: #111418 !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    

    .sit_ov_wrap {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 7px 7px 0 0;
        padding: 50px;
    }

    /* 상품 상세보기 - 이미지 미리보기 */
    #sit_pvi {
        padding: 15px 0;
        margin-bottom: 50px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 600px;
    }

    #sit_pvi_bigs {
        margin: 0 0 10px;
        text-align: center
    }

    #sit_pvi_bigs img {
        border: 1px solid #ddd;
    }

    /* 상품 상세보기 - 간략정보 및 구매기능 */
    #sit_ov {
        position: relative;
        padding: 20px 0 15px;
        width: calc(100% - 628px);
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }

    #sit_ov h3 {
        margin: 0 0 10px
    }

    #sit_title {
        margin: 0 0 10px;
        font-size: 24px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    #sit_tag {
        margin: 0 0 10px;
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #09F;
    }

    #sit_tag span {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 4px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        border: 1px solid #09F;
    }

    #sit_info {
        border: 1px solid #ddd;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    #sit_info h3 {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        text-align: center;
        font-size: 16px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        padding: 10px;
        margin: 0px;
    }
    
    #sit_info .molists {
        height:350px;
    		overflow-y:scroll;
    }

    #sit_info table {
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    #sit_info table tr:hover {
        background-color: #f6f6f6;
    }

    #sit_info table tr th {
        padding: 5px;
        width: 70px;
    }
    
    #sit_info table tr th img {
        height: 60px;
    }

    #sit_info table tr td {
        padding: 5px;
    }

    #sit_info table tr td a {
        display: block;
        height: 60px;
        line-height: 60px;
        color: #666;
    		white-space:normal;
    		overflow:hidden;
    		text-overflow: hidden;
    		display: -webkit-box;
    		-webkit-line-clamp: 1;
    		-webkit-box-orient: vertical;
    }

    #sit_like {
        padding: 25px 0;
        overflow: hidden;
        font-size: 14px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    #sit_like label {
        display: inline-block;
        width: 70px;
        height: 30px;
        border-radius: 30px;
        background-color: #f6f6f6;
        margin-left: 10px;
    }

    #sit_like label span {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        border: 1px solid #ddd;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    /* 목록 바로가기 */
    .sanchor {
        margin: 30px 0 20px ;
        padding: 0;
        zoom:1; margin: auto;
    }

    .sanchor:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    .sanchor li {
        float: left;
        width: 33.3333%;
        text-align: center;
        ;list-style: none
    }

    .sanchor li p {
        position: relative;
        height: 50px;
        margin-left: -1px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        color: #999;
        line-height: 50px;
    }

    .sanchor li .sanchor_on {
        margin: 0 0 0 -1px;
        border: 1px solid #ddd;
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff;
        color: #000;
        font-weight: bold
    }

    .sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count {
        background: #55bfb1;
    }

    .introinfo {
        padding: 25px 0;
        border-bottom: 1px solid #ddd;
    }

    .introinfo p {
        font-size: 15px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    .reviewlist {
        padding: 25px 0;
    }

    .reviewlist h5 {
        font-size: 21px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .reviewlist p {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    .reviewlist ul li {
        padding: 15px;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }

    .reviewlist ul li h4 {
        font-size: 16px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .reviewlist ul li h4 span {
        width: 44px;
        height: 44px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/others/member.png) no-repeat center / cover;
        border: 1px solid #ddd;
        border-radius: 100%;
    }

    .reviewlist ul li div {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    .information {
        padding: 25px 0;
    }

    .information h5 {
        font-size: 21px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .information p {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    /* 레이어팝업 */
    .fixed_layer {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 1100;
        display: none;
    }

    .fixed_layer > div {
        width: 400px;
        background-color: #fff;
        margin: auto;
        padding: 25px;
        display: none;
        position: relative;
    }

    .fixed_layer > div > h3 {
        font-family: 'Noto Sans KR';
        color: #333;
        font-size: 27px;
    }

    .fixed_layer > div > h5 {
        font-family: 'Noto Sans KR';
        color: #333;
        font-size: 21px;
    }

    .fixed_layer > div > p {
        font-size: 14px;
        color: #f00;
        margin-bottom: 25px;
    }

    .fixed_layer > div ul li {
        padding: 5px 0;
    }

    .fixed_layer > div label {
        display: block;
        padding: 3px 0;
    }

    .fixed_layer > div input[type="text"], .fixed_layer > div input[type="password"], .fixed_layer > div input[type="tel"] {
        height: 35px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .fixed_layer > div input[type="submit"] {
        height: 40px;
        width: 100%;
        color: #fff;
        background: url(../img/back/blue.png) repeat-x center / auto 100%;
        font-size: 16px;
        font-family: 'Noto Sans KR';
        border: 0px;
        margin-top: 20px;
    }

    .fixed_layer > div textarea {
        height: 300px;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px;
        box-sizing: border-box;
        color: #666;
    }

    .fixed_layer > div > span {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .fixed_layer .memout {
    }

    .fixed_layer .memout h6 {
        color: #f00;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .fixed_layer .memout p {
        padding: 3px 0;
        color: #666;
    }

    .fixed_layer .memout input[type="text"] {
        margin-top: 10px;
    }

    .fixed_layer .memout input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fff;
        border: 1px solid #ddd;
        color: #666;
        margin: 0px;
    }

    .fixed_layer .memout a {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fe4c02;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        margin: 0px;
    }

    .fixed_layer .accplus {
    }

    .fixed_layer .accplus p {
        padding: 3px 0;
        color: #666;
        display: flex;
    }

    .fixed_layer .accplus p label {
        display: block;
        width: 70px;
        height: 40px;
        line-height: 40px;
        color: #666;
    }

    .fixed_layer .accplus input[type="text"], .fixed_layer .accplus input[type="tel"], .accplus select {
        width: calc(100% - 70px);
        border: 1px solid #ddd;
    }

    .fixed_layer .accplus input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fe4c02;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }
	
	.fixed_layer .cardplus {}
	.fixed_layer .cardplus .oneipt { 
	    padding:3px 0;
		color:#666;
	}
	.fixed_layer .cardplus .oneipt label { 
	    display:block;
		padding:5px 0;
		color:#666; 
	}
	.fixed_layer .cardplus .oneipt input[type="text"], .fixed_layer .cardplus .oneipt input[type="password"], .fixed_layer .cardplus .oneipt input[type="tel"] { 
	    width:calc(25% - 4px);
		display:inline-block;
		vertical-align:top; 
	}
	.fixed_layer .cardplus .twoipt { 
	    padding:5px 0;
		color:#666;
		display:flex; 
	}
	.fixed_layer .cardplus .twoipt p { 
	    width:50%; 
	}
	.fixed_layer .cardplus .twoipt p:first-child { 
	    width:49%;
		margin-right:1%; 
	}
	.fixed_layer .cardplus .twoipt p label { 
	    display:block;
		padding:3px 0;
		color:#666; 
	}
	.fixed_layer .cardplus input[type="submit"] { 
	    display:inline-block;
		vertical-align:top;
		width:calc(50% - 4px);
		background-color:#fe4c02;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff;
		font-size:13px; 
	}
	
	
	

    .rg_fixed {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 70px;
        z-index: 1001;
        text-align: center;
        display: none;
    }

    .rg_fixed img {
        border-radius: 100%;
        max-width: 100%;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    }

    .rg_fixed ul {
        margin-top: 230px;
    }

    .rg_fixed ul li p {
        margin-bottom: 10px;
    }

    .rg_fixed ul li #top_btns {
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 100%;
        border: 0px;
        color: #666;
        font-size: 13px;
        border: 1px solid #eee;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    }
}

@media screen and (max-width: 1200px) and (min-width:901px) {				
    /* 상단 레이아웃 */ #hd {
        position:fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1100;
    }

    #hd_h1 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden
    }

    #hd_wrapper {
        position: relative;
        margin: 0 auto;
    }

    #hd_wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #hd_top {
        text-align: right;
    }

    #hd_top ul {
        margin: auto;
    }

    #hd_top ul li {
        display: inline-block;
        vertical-align: top;
    }

    #hd_top ul li a {
        color: #fff;
        text-decoration: none;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        font-size: 13px;
        padding: 5px 20px 7px;
        display: inline-block;
        background-color: #fe4c02;
    }

    #logo {
        display: inline-block;
        position: absolute;
        top: -15px;
        left: 0px;
		z-index:20;
    }
	
	#logo a {
		display:block;
		overflow:hidden;
	}

    #logo img {
    }

    /* 상단로그인 */
    #loginbox {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 0px;
    }

    #loginbox #login_before a {
        display: inline-block;
        padding: 0 25px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 13px;
        background-color: #fcb74c;
        color: #fff;
    }

    #loginbox #login_after {
        display: inline-block;
        position: absolute;
        top: -10px;
        right: 0px;
        width: 110px;
    }

    #loginbox #login_after > span {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: url(../img/others/member.png) no-repeat center;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    #loginbox #login_after > span img {
        /*max-width: 100%;*/
        width:100%;
        height:100%;
    }

    #loginbox #login_after > p {
        width: calc(100% - 58px);
        height: 50px;
        line-height: 48px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
    }

    #loginbox #login_after > section {
        position: absolute;
        top: 50px;
        right: -20px;
        width: 180px;
        background-color: #fff;
        padding: 15px 0 0;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        display: none;
    }

    #loginbox #login_after > section .prof {
        position: relative;
        margin: 0 10px 10px;
    }

    #loginbox #login_after > section .prof > span {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: url(../img/others/member.png) no-repeat center;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }

    #loginbox #login_after > section .prof > span img {
        max-width: 100%;
    }

    #loginbox #login_after > section .prof p {
        margin-left: 60px;
        font-size: 12px;
        padding: 3px 0;
    }

    #loginbox #login_after > section .btns {
        padding: 0;
        text-align: left;
        margin: 0 10px;
    }

    #loginbox #login_after > section .btns a {
        display: inline-block;
        vertical-align: top;
        padding: 2px 10px;
        color: #666;
        float: right;
    }

    #loginbox #login_after > section .btns span {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        color: #666;
        text-align: left;
        padding: 2px 0;
    }

    #loginbox #login_after > section .btns .subsc {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
    }

    #loginbox #login_after > section .mybtn {
        padding: 0;
        margin: 0 10px 10px;
        text-align: left;
    }

    #loginbox #login_after > section .mybtn .mypage {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-align: left;
    }

    #loginbox #login_after > section .mybtn .logbtn {
        display: block;
        color: #666;
        border-radius: 3px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    #loginbox #login_after > section .accpay {
        text-align: left;
        padding: 2px 10px 0;
    }

    #loginbox #login_after > section .accpay a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-align: left;
    }

    .naveric {
        color: #093;
    }

    .naveric span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        background: url(../img/icon/naver_s.png) no-repeat center / 90%;
        background-color: #093;
        border-radius: 2px;
    }

    .kakaoic {
        color: #ffeb00;
    }

    .kakaoic span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        background: url(../img/icon/kakao_s.png) no-repeat center / 90%;
        background-color: #ffeb00;
        border-radius: 2px;
    }

    .freebtn span {
        display: inline-block;
        vertical-align: top;
        padding: 2px 5px;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
    }

    .freebtn b {
        font-size: 15px;
        font-family: 'Noto Sans KR';
    }

    #gnb_open {
        display: none;
    }

    #user_btn, #user_btn2 {
        display: none;
    }

    /* 메인메뉴 */
    #gnb {
        position: relative;
        z-index: 19;
        padding: 0;
        text-align: right;
        margin: 0 100px 0 0;
    }

    #gnb > h2 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        display: none;
    }

    #gnb .gnb_wrap {
        margin: 0 auto;
        position: relative;
        padding: 0px 50px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    #gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active {
        z-index: 3
    }

    #gnb #gnb_1dul {
        font-size: 1.083em;
        padding: 0;
        zoom:1; text-align: center;
    }

    #gnb ul:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #gnb .gnb_1dli {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        position: relative;
    }

    #gnb .gnb_1dli:hover {
        color: #F60;
    }

    #gnb .gnb_1dli button {
        display: none;
    }

    .gnb_1dli .bg {
        position: absolute;
        top: 24px;
        right: 8px;
        display: inline-block;
        width: 10px;
        height: 10px;
        overflow: hidden;
        background: url('./images/gnb_bg2.gif') no-repeat 50% 50%;
        text-indent: -999px
    }
    
    .gnb_1dli span {
        display:none;
    }

    .gnb_1da {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        padding: 35px;
        font-weight: bold;
    }

    .gnb_2dli:first-child {
        border: 0
    }

    .gnb_2dul {
        display: none;
        position: absolute;
        top: 65px;
        min-width: 140px;
        background-color: #333;
    }

    .gnb_2dul .gnb_2dul_box {
        padding: 0;
        -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
        -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
        box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2)
    }

    .gnb_2da {
        display: block;
        padding: 0 10px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    a.gnb_2da:hover {
        color: #fff;
        background: #F90;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }

    .gnb_1dli_air .gnb_2da {
    }

    .gnb_1dli_on .gnb_2da {
    }

    .gnb_2da:focus, .gnb_2da:hover {
        color: #fff
    }

    .gnb_1dli_over .gnb_2dul {
        display: block;
        left: 0
    }

    .gnb_1dli_over2 .gnb_2dul {
        display: block;
        right: 0
    }

    .gnb_wrap .gnb_empty {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        line-height: 2.7em;
        color: #080808
    }

    .gnb_wrap .gnb_empty a {
        color: #3a8afd;
        text-decoration: underline
    }

    .gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {
        color: #555
    }

    #gnb .gnb_menu_btn {
        background: #000;
        color: #fff;
        width: 50px;
        height: 55px;
        border: 0;
        vertical-align: top;
        font-size: 18px
    }

    #gnb .gnb_close_btn {
        background: #fff;
        color: #b6b9bb;
        width: 50px;
        height: 50px;
        border: 0;
        vertical-align: top;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0
    }

    #gnb .gnb_mnal {
        float: right;
        padding: 0
    }

    .svisual {
        text-align: center;
        color: #000;
        position: relative;
        background: url(../img/subvisual/5.jpg) no-repeat center / cover;
        height: 350px;
        box-sizing: border-box;
    }

    .svisual div {
        position: absolute;
        top: 180px;
        left: 0px;
        width: 100%;
    }

    .svisual h2 {
        width: 100%;
        padding: 0px;
        margin: -5px auto 0;
        font-size: 32px;
        font-weight: bolder;
        display: none;
        color: #fff;
    }

    .svisual p {
        margin: auto;
        display: none;
        color: #fff;
        font-size: 12px;
    }

    /* 중간 레이아웃 */
    #wrapper {
        z-index: 5;
        position: relative;
        width: 100%;
        padding: 0 0 50px;
    }

    #wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #wrapper_title {
        padding: 20px 0;
        font-size: 2.5em;
        font-weight: bold;
        font-family: 'Noto Sans KR';
        font-weight: 600;
    }

    /* 상단타이틀 */
    .toptitle {
        position: relative;
        padding: 25px 0;
    }

    .toptitle > h2 {
        font-family: 'GS_M';
        font-size: 27px;
        color: #333;
        position: relative;
    }

    .toptitle > h2 span {
        position: absolute;
        top: -40px;
        right: 0px;
        padding: 0px;
        line-height: 20px;
    }

    .toptitle > h2 span a {
        display: inline-block;
        vertical-align: top;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        font-size: 16px;
        padding: 0 10px;
        margin: 0px;
    }

    .toptitle > p {
        color: #666;
    }

    .toptitle > a {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -20px;
        background-color: #fe4c02;
        color: #fff;
        text-align: center;
        width: 100px;
        height: 35px;
        line-height: 34px;
    }

    .toptitle div {
        position: relative;
        padding: 20px;
        background-color: #fff;
        margin: 10px 0;
        border-radius: 7px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
    }

    .toptitle div span {
        display: inline-block;
        padding-left: 15px;
        margin-left: 15px;
        vertical-align: middle;
        border-left: 1px solid #ccc;
    }

    .toptitle div span:first-child {
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .center {
        text-align: center;
    }

    #container {
        position: relative;
        margin: 0 auto;
        min-height: 500px;
        height: auto !important;
        padding: 50px 20px;
    }

    /* 로그인 */
    #logins {
        width: 800px;
        text-align: center;
        margin: 20px auto;
        display: flex;
    }

    #logins > div {
        margin: 0 40px;
        background-color: #fff;
        width: calc(50% - 80px);
        position: relative;
    }

    #logins > div:first-child:after {
        visibility: visible;
        content: "OR";
        position: absolute;
        top: 50%;
        right: -65px;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-top: -45px;
        font-size: 18px;
        background-color: #fff;
    }

    #logins > div:first-child:before {
        visibility: visible;
        content: "";
        position: absolute;
        top: 0px;
        right: -40px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }

    #logins .nlogin p {
        margin: 0 0 10px 0;
    }

    #logins .nlogin p span {
        background-color: #f6f6f6;
        display: block;
        height: 50px;
        text-align: left;
    }

    #logins .nlogin p span label {
        width: 90px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        font-size: 12px;
        color: #666;
        border-right: 1px solid #eee;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #logins .nlogin p span input {
        width: calc(100% - 98px);
        height: 50px;
        display: inline-block;
        border: 0px;
        background-color: transparent;
    }

    #logins .nlogin p input[type="submit"] {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        width: 100%;
        color: #fff;
        border: 0px;
        font-weight: bolder;
        font-size: 12px;
        height: 50px;
        margin-top: 15px;
    }

    #logins .nlogin p a {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        width: 100%;
        color: #666;
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        margin-top: 5px;
        display: block;
        border: 1px solid #eee;
    }

    #logins .nlogin div span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        color: #666;
        font-size: 12px;
    }

    .btnareas {
        padding: 50px 0;
    }

    .kakaobtn {
        background-color: #ffeb00;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .naverbtn {
        background-color: #1ec800;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .kakaobox {
        background: url(../img/icon/kakao_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .naverbox {
        background: url(../img/icon/naver_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    /* 회원가입 약관 */
    .agreeform {
        background-color: #fff;
        text-align: left;
    }

    .agreeform h5 {
        padding: 20px 20px 20px 0;
        font-size: 15px;
    }

    .agreeform ul li {
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: -1px;
    }

    .agreeform ul li p {
        padding: 20px 20px 20px 50px;
    }

    .agreeform ul li span {
        float: right;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 30px;
        background-color: #000;
        color: #fff;
    }

    .agreeform textarea {
        width: 100%;
        border: 0px;
        background-color: #eee;
    }

    /* 회원가입 계정선택 */
    .wayarea {
        text-align: center;
    }

    .wayarea ul {
        width: 300px;
        margin: auto;
    }

    .wayarea ul li {
        margin: 10px auto;
    }

    .wayarea ul div img {
        width: 100%;
        border-radius: 20px;
    }

    .wayarea .kakaobtns {
        background-color: #ffeb00;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .naverbtns {
        background-color: #1ec800;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .joinbtns {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .kakaoboxs {
        background: url(../img/icon/kakao_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .wayarea .naverboxs {
        background: url(../img/icon/naver_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .wayarea .joinboxs {
        background: url(../img/others/member.png) no-repeat center / cover;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    /* 회원가입 폼 */
    .joinArea {
    }

    .joinArea .formarea {
        overflow: hidden;
    }

    .joinArea .formarea > ul > li {
        padding: 7px 0;
        width: 500px;
        margin: auto;
        position: relative;
    }

    .joinArea .formarea > ul > li > p {
        margin-left: 84px;
        color: #999;
        font-size: 12px;
    }

    .joinArea .formarea > ul > li > span {
        position: absolute;
        top: 7px;
        right: -80px;
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
    }

    .joinArea .formarea > ul > li > label {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #666;
        vertical-align: top;
        font-size: 12px;
    }
	
	.agarea {
		margin-left:84px;
		padding:20px 0;
		color:#666;
	}
	
	.agarea h5 {
		font-size:15px;
		margin-bottom:10px;
	}
	
	.agarea ul li {
		padding:10px;
		border:1px solid #ddd;
	}
	
	.agarea ul li:last-child {
		border-top:0px;
	}
	
	.agarea ul li span {
		display:inline-block;
		vertical-align:middle;
		float:right; width:15px;
		height:15px;
		background:url(../img/others/left.png) no-repeat center;
		cursor:pointer;
	}

    .joinArea .formarea .twoline {
        height: auto;
        line-height: 18px;
    }

    .joinArea .formarea button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 40px;
        width: 80px;
        border-radius: 4px;
    }

    .joinArea .formarea > ul > li > input {
        width: calc(100% - 92px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .joinArea .formarea > ul > li > select {
        width: calc(100% - 112px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .joinArea .formarea > ul > li > .sideIp {
        width: calc(100% - 172px);
    }

    .slidebtn {
        display: inline-block;
        vertical-align: top;
    }

    .slidebtn ul li {
        padding: 3px 0;
        text-align: left;
    }

    .slidebtn ul li label {
        display: inline-block;
    }

    .slidebtn ul li font {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }

    .slidebtn ul li p {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        height: 30px;
        border-radius: 30px;
        background-color: #eee;
        position: relative;
    }

    .slidebtn ul li p span {
        display: inline-block;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    /* 회원가입 완료 */
    .joincArea {
        border: 1px solid #ddd;
        border-top: 3px solid #fcb64e;
        width: 800px;
        margin: 50px auto;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        border-radius: 17px;
        overflow: hidden;
    }

    .joincArea ul {
        display: flex;
        text-align: center;
    }

    .joincArea ul li {
        width: 50%;
        position: relative;
    }

    .joincArea ul li > img {
        height: 100px;
    }

    .joincArea ul li:first-child {
        text-align: center;
        border-right: 1px solid #ddd;
        height: 300px;
        line-height: 300px;
    }

    .joincArea ul li div {
        padding: 50px;
    }

    .joincArea ul li div h4 {
        font-family: 'Noto Sans KR';
        font-size: 21px;
        margin-top: 40px;
    }

    .joincArea ul li div p {
        color: #666;
        margin-bottom: 20px;
    }

    .joincArea ul li div p a {
        display: inline-block;
        width: 40%;
        height: 40px;
        line-height: 40px;
        background-color: #fcb64e;
        color: #fff;
        text-align: center;
    }

    .joincArea ul li div p a:first-child {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #333;
    }

    /* 회원가입 프로세스 */
    .joinProc {
        padding: 50px 0;
    }

    .joinProc ul {
        margin: auto;
        text-align: center;
    }

    .joinProc ul li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-family: 'Noto Sans KR';
        font-size: 15px;
        color: #666;
        position: relative;
        padding: 10px 50px;
    }

    .joinProc ul li span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background-color: #f6f6f6;
        text-align: center;
        font-size: 18px;
        color: #666;
    }

    .joinProc ul li:after {
        visibility: visible;
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -10px;
        width: 20px;
        height: 20px;
        background: url(../img/others/left.png) no-repeat center;
        margin-top: -10px;
    }

    .joinProc ul li:first-child:after {
        display: none;
    }

    .joinProc ul .onX {
        color: #fe4c02;
        border-bottom: 2px solid #fe4c02;
    }

    .joinProc ul .onX span {
        background-color: #fe4c02;
        color: #fff;
    }

    /* 회원탈퇴 */
    .mem_outtit {
        width: 600px;
        margin: 0 auto 25px;
    }

    .mem_outtit h3 {
        font-size: 15px;
        color: #333;
    }

    .mem_outtit div {
        padding: 15px;
        background-color: #f6f6f6;
        border-radius: 7px;
    }

    .mem_outtit div p {
        padding: 4px 0;
        color: #666;
    }

    .mboutArea {
        overflow: hidden;
    }

    .mboutArea ul li {
        padding: 7px 0;
        width: 600px;
        margin: auto;
        position: relative;
    }

    .mboutArea button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 40px;
        width: 80px;
        border-radius: 4px;
    }

    .mboutArea label {
        display: inline-block;
        width: 90px;
        height: 40px;
        line-height: 40px;
        color: #666;
        vertical-align: top;
        font-size: 13px;
    }

    .mboutArea input[type="text"], .mboutArea input[type="password"] {
        width: calc(100% - 98px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .mboutArea select {
        width: calc(100% - 98px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .mboutArea p {
        margin-left: 94px;
        color: #999;
        font-size: 12px;
    }

    .mboutArea .agreechk label {
        color: #666;
        display: block;
        border: 1px solid #eee;
        padding: 0 10px;
        margin-top: 20px;
        width: 100%;
        height: 40px;
        font-size: 12px;
    }

    .mboutArea ul li div {
        display: none;
        padding: 5px 4px 0 0;
        text-align: right;
    }

    .mboutArea ul li div input[type="text"] {
        width: calc(100% - 94px);
        height: 40px;
        background-color: #f6f6f6;
    }

    /* 클래스 */
    #orderlist {
        position: relative;
        overflow: hidden;
    }

    #orderlist li {
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: 7px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        border-radius: 7px;
        display: flex;
    }

    #orderlist li #thumbs {
        width: 200px;
        margin-right: 20px;
    }

    #orderlist li #thumbs p img {
        width: 100%;
    }

    #orderlist li #infos {
        width: calc(100% - 220px);
    }

    #orderlist li #infos h5 {
        font-family: 'Noto Sans KR';
        font-size: 21px;
    }

    #orderlist li #infos p {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        font-weight: 400;
        color: #666;
    }

    #orderlist li #infos div {
        padding: 10px 0 0;
    }

    #orderlist li #infos div a {
        background: url(./img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    /* 전송버튼 */
    .submitbtn {
        padding: 25px 0;
        text-align: center;
    }

    .submitbtn input[type="submit"], .submitbtn input[type="button"] {
        width: 150px;
        height: 45px;
        margin: auto;
        border: 0px;
        background-color: #fe4c02;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn a {
        display: inline-block;
        vertical-align: top;
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 150px;
        color: #666;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

		.submitbtn2 {
	        padding: 25px 0;
	        text-align: center;
	    }

    .submitbtn2 a {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        border: 0px;
        background-color: #fe4c02;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn2 input[type="submit"] {
        height: 45px;
        text-align: center;
        width: 150px;
        color: #666;
        background-color: #f6f6f6;
        border-radius: 4px;
        border: 1px solid #f3f3f3;
    }
    /* 하단 레이아웃 */
    #ft {
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #333;
        padding: 0 20px;
    }

    #ft_top {
        border-bottom: 1px solid #eee;
    }

    #ft_top p {
        margin: 0 20px;
        text-align: right;
    }

    #ft_top a, #ft_top span {
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 12px;
        padding: 10px 20px;
    }

    #ft_wr {
        margin: auto;
        padding: 50px 0;
        position: relative;
        text-align: left;
        display: flex;
    }

    #ft_wr #ft_info {
        width: calc(100% - 300px);
    }

    #ft_wr #ft_info h3 img {
        height: 40px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer {
        width: 300px;
    }

    #ft_wr #ft_customer h5 {
        color: #666;
        font-size: 12px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer a {
        display: block;
        font-family: 'GS_M';
        color: #3c1e20;
        background-color: #fae100;
        padding: 0 10px;
        border-radius: 60px;
        box-sizing: border-box;
        font-size: 18px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer a span {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        text-align: center;
        background: url(../img/icon/kakao.png) no-repeat center / 80% 80%;
        margin: 5px;
    }

    #ft_wr #ft_customer a font {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 58px);
        height: 40px;
        line-height: 44px;
        margin: 5px 0;
        text-align: center;
    }

    #ft_wr p {
        color: #666;
        font-size: 12px;
        padding: 3px 0;
    }

    #ft_wr p font {
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }

    #ft_copy {
        background-color: #f6f6f6;
        color: #666;
        font-size: 12px;
        padding: 10px 0;
    }

    #top_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 0;
        border-top: 1px solid #e5e7ea;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        background: none;
        font-size: 20px;
        color: #dedede
    }

    #top_btn:hover {
        border-color: #3059c7;
        background: #3059c7;
        color: #fff
    }

    /* 게시판 */
    .board_list {
        padding: 10px 0;
    }

    .board_list ul li {
        text-align: left;
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        margin-bottom: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
	
	.board_list ul .offset:after {
		visibility:visible;
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		line-height:100%;
		background-color:rgba(255,255,255,0.7);
		text-align:center;
		color:#666;
		font-weight:bolder;
		font-size:15px;
    }
	
	.board_list ul .offset:before {
		visibility:visible;
		content:"종료된 이벤트입니다.";
		position:absolute;
		top:50%;
		left:0px;
		height:30px;
		line-height:30px;
		margin-top:-15px;
		width:100%;
		text-align:center;
		color:#666;
		font-weight:bolder;
		font-size:15px;
		z-index:5;
    }

    .board_list ul li div {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        padding: 10px;
        box-sizing: border-box;
    }

    .board_list ul li div span {
        display: inline-block;
        margin-right: 8px;
    }

    .board_list ul li div span img {
        width: 100%;
    }

    .board_list ul li div h5 {
        font-family: 'Noto Sans KR';
        color: #666;
        font-size: 18px;
		line-height:25px;
		height:25px;
		white-space:normal;
		overflow:hidden;
		text-overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom:10px;
    }

    .board_list ul li div p {
        color: #666;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        font-size: 13px;
		line-height:15px;
		height:30px;
        padding: 0 0 20px;
		white-space:normal;
		overflow:hidden;
		text-overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom:20px;
    }
	
	.board_list ul li div h6 {
        font-family: 'Noto Sans KR';
        color: #666;
        font-size: 13px;
    }

    /* 글작성 */
    .board_write {
    }

    .board_write {
        overflow: hidden;
        background-color: #fff;
        border-top: 2px solid #222;
        border-bottom: 1px solid #ddd;
        padding: 25px 0;
    }

    .board_write div {
        padding: 10px 0;
    }

    .board_write div h5 {
        font-family: 'GS_M';
        font-size: 16px;
        color: #333;
        margin-bottom: 7px;
        font-weight: normal;
    }

    .board_write div p input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write div ul {
    }

    .board_write div ul li {
        width: calc(100% - 314px);
        display: inline-block;
        vertical-align: top;
    }

    .board_write div ul li:first-child {
        width: 300px;
        margin-right: 6px;
    }

    .board_write div ul li input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write div ul li select {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write .filebox {
    }

    .board_write .filebox h6 {
    }

    .board_write .filebox p {
        color: #666;
    }

    .board_write .filebox div p {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .board_write .filebox div p label {
        width: 90px;
        height: 90px;
        display: block;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: url(../img/others/cross.png) no-repeat center / 60%;
        cursor: pointer;
    }

    .board_write .filebox div p label input {
        visibility: hidden;
    }

    .board_write .filebox div p .thumblibox {
        width: 90px;
        height: 90px;
        display: block;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .board_write .filebox div p .thumblibox img {
        width: 100%;
    }

    .board_write .filebox div p .thumbclear {
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../img/others/close_btn.png) no-repeat center;
        width: 12px;
        height: 12px;
        display: block;
    }

    .board_write div textarea {
        width: 100%;
        height: 340px;
        border: 1px solid #ddd;
    }

    .board_write div input[type="submit"] {
        border: 0px;
        height: 50px;
        width: 200px;
        text-align: center;
        color: #fff;
        background-color: #fe4c02;
        border-radius: 7px;
        float: right;
    }

    /* 게시판 글보기 */
    .board_view {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        border-top: 2px solid #222;
        padding: 25px;
    }

    .board_view .conArea {
        min-height: 300px;
    }

    .board_view .ctnlink {
        overflow: hidden;
        border-top: 1px solid #ddd;
        padding: 25px 0 0;
    }

    .board_view .cntbox {
        float: left;
    }

    .board_view .cntbox span {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        color: #666;
    }

    .board_view .linkbox {
        float: right;
        text-align: center;
        font-size: 11px;
    }

    .board_view .linkbox a {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        height: 30px;
        line-height: 28px;
        width: 80px;
        position: relative;
        color: #999;
        border: 1px solid #ddd;
    }

    .board_view .linkbox .listbtn {
    }

    .board_view .linkbox .leftbtn:after {
        visibility: visible;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        background: url(../img/others/right.png) no-repeat center / 70% auto;
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -6px;
    }

    .board_view .linkbox .rightbtn:after {
        visibility: visible;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        background: url(../img/others/left.png) no-repeat center / 70% auto;
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -6px;
    }

    /* 게시판 글보기 댓글 */
    .commentArea {
        overflow: hidden;
    }

    .commentArea h5 {
        text-align: left;
        line-height: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .commentArea h5 span {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000;
        float: right;
    }

    .commentArea h5 span input[type="text"] {
        border: 0px;
        height: 35px;
        width: 250px;
    }

    .commentArea h5 span input[type="submit"] {
        border: 0px;
        height: 35px;
        width: 80px;
        background-color: #fe4c02;
        color: #fff;
    }

    .commentArea ul li {
        margin-bottom: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        padding: 15px;
        border-radius: 7px;
        position: relative;
    }

    .commentArea ul li h3 {
        height: 35px;
        line-height: 35px;
        color: #666;
    }

    .commentArea ul li h3 span {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        overflow: hidden;
        margin-right: 5px;
    }

    .commentArea ul li h3 span img {
        width: 100%;
    }

    .commentArea ul li h3 font {
        color: #999;
        margin-left: 10px;
    }

    .commentArea ul li p {
        padding: 10px 0;
    }

    .commentArea ul li div {
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 20px;
        margin-top: -10px;
    }

    .commentArea ul li div a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    /* faq */
    #searchArea {
        text-align: right;
    }

    #searchArea select {
        width: 100px;
        height: 30px;
    }

    #searchArea #inputs {
        width: 150px;
        height: 30px;
    }

    .faqpos .faq_top .searchArea {
        padding: 10px 0;
    }

    .faqpos .faq_top .searchArea span {
        display: inline-block;
        border: 1px solid #000;
        width: 100%;
    }

    .faqpos .faq_top .searchArea input[type="text"] {
        border: 0px;
        width: calc(100% - 40px);
        background-color: #fff;
        height: 40px;
    }

    .faqpos .faq_top .searchArea input[type="submit"] {
        width: 40px;
        height: 40px;
        border: 0px;
        background: #fff url(../img/others/btn_search.jpg) no-repeat center;
    }

    .faqpos .faq_top .mnArea {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		column-gap: 4px;
		row-gap: 4px;
	}
	
    .faqpos .faq_top .mnArea a {
        width:100%;
        height: 35px;
        border: 1px solid #ddd;
        line-height: 35px;
        text-align: center;
        background-color: #fff;
    }
	
	.faqpos .faq_top .mnArea .onX {
		border:1px solid #fe4c02;
		background-color:#fe4c02;
		color:#fff;
	}

    .faqpos .faq_list {
        padding: 25px 0;
    }

    .faqpos .faq_list ul li {
        border: 1px solid #ddd;
        margin-bottom: 5px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    .faqpos .faq_list ul li h5 {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        position: relative;
    }

    .faqpos .faq_list ul li #upbox:after {
        visibility: visible;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../img/others/top.png) no-repeat center;
    }

    .faqpos .faq_list ul li #downbox:after {
        visibility: visible;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../img/others/bottom.png) no-repeat center;
    }

    .faqpos .faq_list ul li div {
        padding: 20px;
        background-color: #f6f6f6;
    }

    /* 출금 */
    .detailArea {
        text-align: center;
    }

    .detailArea h5 {
        font-size: 16px;
    }

    .detailArea .leftInfo {
        width: 200px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .leftInfo div {
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
        border-top: 3px solid #fe4c02;
        border-radius: 8px 8px 0 0;
    }

    .detailArea .leftInfo div p {
        padding: 10px;
        background-color: #f6f6f6;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .detailArea .leftInfo div p span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 20px);
    }

    .detailArea .leftInfo div > a {
        display: block;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #666;
    }

    .detailArea .leftInfo > a {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .detailArea .rightBox {
        width: 600px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox input[type="text"], .detailArea .rightBox input[type="tel"], .detailArea .rightBox select {
        height: 40px;
        background-color: #eee;
        color: #666;
        border: 0px;
    }

    .detailArea .rightBox > ul {
    }

    .detailArea .rightBox .account {
        margin-bottom: 17px;
    }

    .detailArea .rightBox .account label {
        display: block;
        color: #666;
        text-align: left;
        margin-bottom: 5px;
    }

    .detailArea .rightBox .account select {
        width: 100%;
    }

    .detailArea .rightBox .payform {
        margin-bottom: 17px;
    }

    .detailArea .rightBox .payform label {
        display: block;
        color: #666;
        text-align: left;
        margin-bottom: 5px;
    }

    .detailArea .rightBox .payform span {
        display: block;
        padding: 0 10px;
        background-color: #eee;
        border-radius: 5px;
    }

    .detailArea .rightBox .payform span font {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox .payform input[type="text"], .detailArea .rightBox .payform input[type="tel"] {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 20px);
    }

    .detailArea .rightBox .paybox {
        margin-bottom: 17px;
    }

    .detailArea .rightBox .paybox button {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 40px;
        border-radius: 3px;
        width: calc(20% - 4px);
    }

    .detailArea .rightBox h4 {
        margin: 25px 0 8px;
        text-align: left;
    }

    .detailArea .rightBox h5 {
        margin: 0 0 8px;
        text-align: left;
    }

    .detailArea .rightBox table {
        width: 100%;
        border-top: 1px solid #333;
        text-align: center;
    }

    .detailArea .rightBox table tr th {
        padding: 10px;
        border-bottom: 1px solid #eee;
        background-color: #f9f9f9;
        color: #666;
    }

    .detailArea .rightBox table tr td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #666;
    }

    /* 포인트 */
    .detailArea .leftInfo .memoutpop span {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .detailArea .rightBox .mebbox {
        margin-bottom: 25px;
    }
    
    .detailArea .rightBox .mebbox ul {
        padding: 25px 10px;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 12px;
		    overflow-x:scroll;
		    display:flex;
		    margin-bottom:25px;
    }

    .detailArea .rightBox .mebbox ul li {
        text-align: center;
		    display:flex;
		    margin:0 10px;
    }

    .detailArea .rightBox .mebbox ul li h6 {
        font-size: 15px;
        margin-bottom: 5px;
		    width:70px;
		    height: 50px;
        line-height: 52px;
    }

    .detailArea .rightBox .mebbox ul li p {
        display: inline-block;
        vertical-align: top;
        width: 140px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        margin: auto;
    }

    .detailArea .rightBox .mebbox ul li p span {
        display: block;
        width: 50%;
        height: 50px;
        line-height: 52px;
        border-right: 1px solid #eee;
        font-family: 'GS_B';
        font-size: 16px;
        color: #fe4c02;
    }

    .detailArea .rightBox .mebbox ul li p font {
        display: block;
        width: 50%;
        height: 50px;
        line-height: 52px;
        font-family: 'GS_B';
        font-size: 16px;
        color: #333;
    }
	
	.detailArea .rightBox .mebbox ul li .lv01 span {
		color: #666666;
	}
	.detailArea .rightBox .mebbox ul li .lv02 span {
		color: #f09c29;
	}
	.detailArea .rightBox .mebbox ul li .lv03 span {
		color: #f07d29;
	}
	.detailArea .rightBox .mebbox ul li .lv04 span {
		color: #fe4c02;
	}
	.detailArea .rightBox .mebbox ul li .lv05 span {
		color: #ff0000;
	}

    .detailArea .rightBox .searbox {
        margin-bottom: 25px;
    }

    .detailArea .rightBox .searbox ul {
    }

    .detailArea .rightBox .searbox li {
        padding: 4px 0;
        overflow: hidden;
    }

    .detailArea .rightBox .searbox li:first-child {
    }

    .detailArea .rightBox .searbox li:first-child span {
        width: 20px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox .searbox li:first-child input[type="text"] {
        width: calc(50% - 16px);
        height: 35px;
        background: #eee url(../img/del.png) no-repeat right center / auto 60%;
    }

    .detailArea .rightBox .searbox li:last-child {
    }

    .detailArea .rightBox .searbox button {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 35px;
        border-radius: 3px;
        width: calc(15% - 4px);
        font-size: 12px;
        color: #666;
    }

    .detailArea .rightBox .searbox input[type="submit"] {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 35px;
        border-radius: 3px;
        width: calc(25% - 4px);
    }

    /* 무/유료회원 */
    .memberArea {
        margin: auto;
    }

    .memberArea > div {
        box-sizing: border-box;
        position: relative;
    }

    .memberArea #memship, .memberArea #point, .memberArea #linkback {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 14px);
        margin: 0 5px;
    }

    .memberArea > div input[type="text"] {
        height: 35px;
        border: 0px;
        background-color: #eee;
        width: 100%;
		padding:0 10px;
    }

    .memberArea #memship > div, .memberArea #point > div, .memberArea #linkback > div {
        margin-bottom: 10px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        min-height: 180px;
    }

    .memberArea > div #icarea {
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
        width: 200px;
    }

    .memberArea > div #icarea p span {
        display: block;
        margin: auto;
        overflow: hidden;
    }

    .memberArea > div #icarea #profs span {
        display: block;
        margin: auto;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .memberArea > div #icarea #profs span img {
        width: 100%;
    }

    .memberArea > div #icarea h6 {
        margin: 5px 0 10px;
        color: #666;
    }

    .memberArea > div #icarea a {
        display: inline-block;
        width: 150px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
    }

    .memberArea > div #minfos {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 233px);
    }

    .memberArea > div #minfos ul li {
        display: flex;
        padding: 2px 0;
    }

    .memberArea > div #minfos ul li h5 {
        height: 35px;
        line-height: 35px;
        width: 70px;
        color: #666;
        font-weight: normal;
    }

    .memberArea > div #minfos ul li p {
        width: calc(100% - 70px);
    }

    .memberArea > div #minfos ul li button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 35px;
        width: 80px;
        border-radius: 4px;
        margin-left: 5px;
    }

    .memberArea > div #minfos ul li .sideIp {
        width: calc(100% - 85px);
    }

    .memberArea > div #minfos ul li label {
        display: block;
        padding: 0 10px;
        background-color: #eee;
    }

    .memberArea > div #minfos ul li label input[type="text"] {
        width: calc(100% - 20px);
    }

    .memberArea > div #minfos ul li .sidlab {
        width: calc(100% - 84px);
    }

    .memberArea > div #minfos.oneline {
        padding: 25px 0 0;
    }

    .memberArea > div #minfos.twoline {
        padding: 25px 0 0;
    }

    .memberArea > div #mpoints {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 233px);
    }

    .memberArea > div #mpoints ul li {
        padding: 10px 0;
    }

    .memberArea > div #mpoints ul li span {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 24px);
        display: inline-block;
        vertical-align: middle;
        height: 40px;
		line-height:38px;
		text-align:right;
    }

    .memberArea > div #mpoints ul li h6 {
        background-color: #eee;
        padding: 0 10px;
    }

    .memberArea > div #mpoints a {
        display: block;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .memberArea > div #mcards {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 233px);
    }

    .memberArea > div #mcards ul li {
        padding: 10px;
        border-radius: 10px;
        display: block;
        vertical-align: top;
        height: 160px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .memberArea > div #mcards ul li #btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .memberArea > div #mcards ul li #btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
    }

    .memberArea > div #mcards ul li h2 font {
        font-size: 14px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        display: block;
    }

    .memberArea > div #mcards ul li h2 span {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .memberArea > div #mcards ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .memberArea > div #mcards ul p {
        color: #666;
        margin-bottom: 25px;
    }

    .memberArea > div #mcards ul p b {
        font-size: 14px;
        color: #f00;
    }

    .memberArea > div #mcards ul a {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    .memberArea > div #paymenu {
        min-height: 370px;
    }

    /* 카드결제 */
    .payArea {
    }

    .payArea ul {
    }

    .payArea ul li {
        padding: 10px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 290px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .payArea ul li #btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .payArea ul li #btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        border-radius: 5px;
    }

    .payArea ul li #btnAreas span {
        display: block;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .payArea ul li h2 {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li #infos {
        display: flex;
        font-size: 13px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li #infos h5 {
        margin-right: 15px;
    }

    .payArea ul #embtn {
        font-size: 15px;
        cursor: pointer;
    }

    .payArea ul #embtn div {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
        background: url(../img/others/wcross.png) no-repeat top center / auto 70%;
        margin-top: -31px;
        color: #999;
        font-family: 'GS_M';
    }

    /* 계좌관리 */
    .accArea {
        margin: 20px;
    }

    .accArea ul li {
        padding: 10px;
        border-radius: 10px;
        display: inline-block;
        vertical-align: top;
        width: 290px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .accArea ul li #btnAreas, .accArea ul li .btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .accArea ul li #btnAreas a, .accArea ul li .btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        border-radius: 5px;
    }
	
	.accArea ul li #btnAreas span {
        display: block;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .accArea ul li h2 font {
        font-size: 14px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        display: block;
    }

    .accArea ul li h2 span {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .accArea ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .accArea ul #embtn {
        font-size: 15px;
        cursor: pointer;
    }

    .accArea ul #embtn div {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
        background: url(../img/others/wcross.png) no-repeat top center / auto 70%;
        margin-top: -31px;
        color: #999;
        font-family: 'GS_M';
    }

    .hana {
        background-color: #85d2c9;
        color: #fff;
    }

    /* 하나 */
    .hana:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/hana.png) no-repeat center / cover;
    }

    .samsung {
        background-color: #8ec7ff;
        color: #fff;
    }

    /* 삼성 */
    .samsung:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/samsung.png) no-repeat center / cover;
    }

    .woori {
        background-color: #85bbe8;
        color: #fff;
    }

    /* 우리 */
    .woori:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/woori.png) no-repeat center / cover;
    }

    .hyudai {
        background-color: #a6b4e9;
        color: #fff;
    }

    /* 현대 */
    .hyudai:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/hyundai.png) no-repeat center / cover;
    }

    .kb {
        background-color: #fef8e0;
        color: #333;
    }

    /* 국민 */
    .kb:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url(../img/bank/kb.png) no-repeat center / cover;
    }

    .nh {
        background-color: #7fbb44;
        color: #fff;
    }

    /* 농협 */
    .nh:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url(../img/bank/nh.png) no-repeat center / cover;
    }

    .shinhan {
        background-color: #8b9acf;
        color: #fff;
    }

    /* 신한 */
    .shinhan:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/shinhan.png) no-repeat center / cover;
    }
	
	.bccard {
        background-color: #ff8186;
        color: #fff;
    }

    /* 비씨 */
    .bccard:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/bc.png) no-repeat center / cover;
    }
	
	.master {
        background-color: #ffd08f;
        color: #fff;
    }

    /* 마스터 */
    .master:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/master.png) no-repeat center / cover;
    }
    
    .lotte {
        background-color: #ffd08f;
        color: #fff;
    }

    /* 롯데 */
    .lotte:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/lotte.png) no-repeat center / cover;
    }

    /* 페이지리스트 */
    #pageList {
        text-align: center;
        margin-top: 25px;
    }

    #pageList a {
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #666;
        background-color: #fff;
    }

    #pageList #onX {
        background-color: #fcb64e;
        color: #fff;
        border: 1px solid #fcb64e;
    }

    #pageList #prevBtn {
        width: 30px;
        background: #fff url(../img/others/btn_prev.gif) no-repeat center;
        color: #fff;
        margin-right: 5px;
    }

    #pageList #nextBtn {
        width: 30px;
        background: #fff url(../img/others/btn_next.gif) no-repeat center;
        color: #fff;
        margin-left: 5px;
    }

    #pageList #firstBtn {
        width: 30px;
        background: #fff url(../img/others/btn_first.gif) no-repeat center;
        color: #fff;
    }

    #pageList #lastBtn {
        width: 30px;
        background: #fff url(../img/others/btn_end.gif) no-repeat center;
        color: #fff;
    }

    /* 영상리스트 */
    #productlist {
        position: relative;
        overflow: hidden;
        clear: both;
    }

    #productlist li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        width: calc(25% - 10px);
        margin-right: 6px;
        border: 1px solid #ddd;
    }

    #productlist li .thumbs {
        position: relative;
    }

    #productlist li .thumbs img {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    #productlist li .thumbs span {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 16px;
        color: #fff;
    }

    #productlist li .thumbs .onX {
        color: #F90;
    }

    #productlist li .infos {
        padding: 20px;
        min-height: 120px;
    }

    #productlist li .infos h5 {
        font-size: 13px;
        font-weight: bolder;
        color: #666;
    }

    #productlist li .infos p {
        margin-bottom: 5px;
    }

    #productlist #nonlist {
        height: 200px;
        line-height: 200px;
        text-align: center;
        font-size: 14px;
        color: #666;
        width: 100%;
    }

    /* 검색 */
    .moveSearch {
        padding: 0 0 15px;
    }

    .moveSearch label {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

    .moveSearch label input[type="text"] {
        height: 35px;
        border: 0px;
        width: 200px;
        background-color: transparent;
    }

    .moveSearch label input[type="submit"] {
        height: 35px;
        border: 0px;
        width: 35px;
        background: url(../img/others/btn_search.jpg) no-repeat center;
    }

    .moveSearch select {
        height: 35px;
        border: 1px solid #ddd;
        width: 200px;
        background-color: transparent;
    }

    /* 상품리스트 정렬 */
    #sct_sort {
        zoom:1; border-bottom: 1px solid #ddd;
        border-top: 2px solid #000;
        margin-bottom: 15px;
    }

    #sct_sort:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #sct_sort ul {
        display: flex;
        justify-content: space-between;
    }

    #sct_sort li {
        position: relative;
        padding: 10px 0;
        width: auto;
    }

    #sct_sort li font {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        font-weight: 400;
        color: #666;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

    /* 상태박스 */
    .freeic {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .mindic {
        background: url(../img/back/orange.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .makic {
        background: url(../img/back/red.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .nlpic {
        background: url(../img/back/blue.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .otheric {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .primaryic {
        background-color: #FFB03C !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .secondaryic {
        background-color: #6c757d !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .successic {
        background-color: rgba(40,167,69, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .dangeric {
        background-color: rgba(220,53,69) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .warningic {
        background-color: rgba(255,193,7, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .infoic {
        background-color: rgba(13,202,240, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .darkic {
        background-color: #111418 !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .sit_ov_wrap {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 7px 7px 0 0;
        padding: 50px;
    }

    /* 상품 상세보기 - 이미지 미리보기 */
    #sit_pvi {
        padding: 15px 0;
        margin-bottom: 50px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 600px;
    }

    #sit_pvi_bigs {
        margin: 0 0 10px;
        text-align: center
    }

    #sit_pvi_bigs img {
        border: 1px solid #ddd;
    }

    /* 상품 상세보기 - 간략정보 및 구매기능 */
    #sit_ov {
        position: relative;
        padding: 20px 0 15px;
        width: calc(100% - 628px);
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }

    #sit_ov h3 {
        margin: 0 0 10px
    }

    #sit_title {
        margin: 0 0 10px;
        font-size: 24px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    #sit_tag {
        margin: 0 0 10px;
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #09F;
    }

    #sit_tag span {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 4px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        border: 1px solid #09F;
    }

    #sit_info {
        border: 1px solid #ddd;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    #sit_info h3 {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        text-align: center;
        font-size: 16px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        padding: 10px;
        margin: 0px;
    }
    
    #sit_info .molists {
        height:350px;
    		overflow-y:scroll;
    }

    #sit_info table {
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    #sit_info table tr:hover {
        background-color: #f6f6f6;
    }

    #sit_info table tr th {
        padding: 5px;
        width: 70px;
    }
    
    #sit_info table tr th img {
        height: 60px;
    }

    #sit_info table tr td {
        padding: 5px;
    }

    #sit_info table tr td a {
        display: block;
        height: 60px;
        line-height: 60px;
        color: #666;
    		white-space:normal;
    		overflow:hidden;
    		text-overflow: hidden;
    		display: -webkit-box;
    		-webkit-line-clamp: 1;
    		-webkit-box-orient: vertical;
    }

    #sit_like {
        padding: 25px 0;
        overflow: hidden;
        font-size: 14px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    #sit_like label {
        display: inline-block;
        width: 70px;
        height: 30px;
        border-radius: 30px;
        background-color: #f6f6f6;
        margin-left: 10px;
    }

    #sit_like label span {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        border: 1px solid #ddd;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    /* 목록 바로가기 */
    .sanchor {
        margin: 30px 0 20px ;
        padding: 0;
        zoom:1; margin: auto;
    }

    .sanchor:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    .sanchor li {
        float: left;
        width: 33.3333%;
        text-align: center;
        ;list-style: none
    }

    .sanchor li p {
        position: relative;
        height: 50px;
        margin-left: -1px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        color: #999;
        line-height: 50px;
    }

    .sanchor li .sanchor_on {
        margin: 0 0 0 -1px;
        border: 1px solid #ddd;
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff;
        color: #000;
        font-weight: bold
    }

    .sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count {
        background: #55bfb1;
    }

    .introinfo {
        padding: 25px 0;
        border-bottom: 1px solid #ddd;
    }

    .introinfo p {
        font-size: 15px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    .reviewlist {
        padding: 25px 0;
    }

    .reviewlist h5 {
        font-size: 21px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .reviewlist p {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    .reviewlist ul li {
        padding: 15px;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }

    .reviewlist ul li h4 {
        font-size: 16px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .reviewlist ul li h4 span {
        width: 44px;
        height: 44px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/others/member.png) no-repeat center / cover;
        border: 1px solid #ddd;
        border-radius: 100%;
    }

    .reviewlist ul li div {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    .information {
        padding: 25px 0;
    }

    .information h5 {
        font-size: 21px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .information p {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    /* 레이어팝업 */
    .fixed_layer {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 1100;
        display: none;
    }

    .fixed_layer > div {
        width: 400px;
        background-color: #fff;
        margin: auto;
        padding: 25px;
        display: none;
        position: relative;
    }

    .fixed_layer > div > h3 {
        font-family: 'Noto Sans KR';
        color: #333;
        font-size: 27px;
    }

    .fixed_layer > div > h5 {
        font-family: 'Noto Sans KR';
        color: #333;
        font-size: 21px;
    }

    .fixed_layer > div > p {
        font-size: 14px;
        color: #f00;
        margin-bottom: 25px;
    }

    .fixed_layer > div ul li {
        padding: 5px 0;
    }

    .fixed_layer > div label {
        display: block;
        padding: 3px 0;
    }

    .fixed_layer > div input[type="text"], .fixed_layer > div input[type="password"], .fixed_layer > div input[type="tel"] {
        height: 35px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .fixed_layer > div input[type="submit"] {
        height: 40px;
        width: 100%;
        color: #fff;
        background: url(../img/back/blue.png) repeat-x center / auto 100%;
        font-size: 16px;
        font-family: 'Noto Sans KR';
        border: 0px;
        margin-top: 20px;
    }

    .fixed_layer > div textarea {
        height: 300px;
        width: 100%;
        border: 1px solid #eee;
        padding: 15px;
        box-sizing: border-box;
        color: #666;
    }

    .fixed_layer > div > span {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .fixed_layer .memout {
    }

    .fixed_layer .memout h6 {
        color: #f00;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .fixed_layer .memout p {
        padding: 3px 0;
        color: #666;
    }

    .fixed_layer .memout input[type="text"] {
        margin-top: 10px;
    }

    .fixed_layer .memout input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fff;
        border: 1px solid #ddd;
        color: #666;
        margin: 0px;
    }

    .fixed_layer .memout a {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fe4c02;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        margin: 0px;
    }

    .fixed_layer .accplus {
    }

    .fixed_layer .accplus p {
        padding: 3px 0;
        color: #666;
        display: flex;
    }

    .fixed_layer .accplus p label {
        display: block;
        width: 70px;
        height: 40px;
        line-height: 40px;
        color: #666;
    }

    .fixed_layer .accplus input[type="text"], .fixed_layer .accplus input[type="tel"], .accplus select {
        width: calc(100% - 70px);
        border: 1px solid #ddd;
    }

    .fixed_layer .accplus input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fe4c02;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }
	
	.fixed_layer .cardplus {}
	.fixed_layer .cardplus .oneipt { 
	    padding:3px 0;
		color:#666;
	}
	.fixed_layer .cardplus .oneipt label { 
	    display:block;
		padding:5px 0;
		color:#666; 
	}
	.fixed_layer .cardplus .oneipt input[type="text"], .fixed_layer .cardplus .oneipt input[type="password"], .fixed_layer .cardplus .oneipt input[type="tel"] { 
	    width:calc(25% - 4px);
		display:inline-block;
		vertical-align:top; 
	}
	.fixed_layer .cardplus .twoipt { 
	    padding:5px 0;
		color:#666;
		display:flex; 
	}
	.fixed_layer .cardplus .twoipt p { 
	    width:50%; 
	}
	.fixed_layer .cardplus .twoipt p:first-child { 
	    width:49%;
		margin-right:1%; 
	}
	.fixed_layer .cardplus .twoipt p label { 
	    display:block;
		padding:3px 0;
		color:#666; 
	}
	.fixed_layer .cardplus input[type="submit"] { 
	    display:inline-block;
		vertical-align:top;
		width:calc(50% - 4px);
		background-color:#fe4c02;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff;
		font-size:13px; 
	}
	
	

    .rg_fixed {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 70px;
        z-index: 1001;
        text-align: center;
        display: none;
    }

    .rg_fixed img {
        border-radius: 100%;
        max-width: 100%;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    }

    .rg_fixed ul {
        margin-top: 230px;
    }

    .rg_fixed ul li p {
        margin-bottom: 10px;
    }

    .rg_fixed ul li #top_btns {
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 100%;
        border: 0px;
        color: #666;
        font-size: 13px;
        border: 1px solid #eee;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    }
}

@media screen and (max-width: 900px) {		
    /* 상단 레이아웃 */ #hd {
        position:fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1100;
    }

    #hd_h1 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden
    }

    #hd_wrapper {
        position: relative;
        margin: 0 auto;
    }

    #hd_wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #hd_top {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        background-color: rgba(0,0,0,0.4);
    }

    #hd_top ul li {
        margin: auto;
        text-align: center;
        display: flex;
    }

    #hd_top a {
        position: relative;
        color: #fff;
        font-size: 12px;
        padding: 10px 20px;
        display: block;
        width: 50%;
        box-sizing: border-box;
    }

    #hd_top a:first-child {
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    #logo {
        text-align: center;
        padding: 10px 0;
    }

    #logo img {
        height: 40px;
    }

    /* 로그인전 */
    #loginbox2 {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 0px;
    }

    #loginbox2 #login_before a {
        display: inline-block;
        padding: 0 25px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 13px;
        background-color: #fcb74c;
        color: #fff;
    }
    /* 로그인후 */
    #loginbox {
        position: fixed;
        width: 50%;
        height: 100%;
        background-color: #fff;
        top: 0px;
        right: 0px;
        display: none;
    }

    #loginbox #login_before {
        padding: 50px 25px;
        font-size: 12px;
        text-align: center;
    }

    #loginbox #login_before a {
        height: 40px;
        line-height: 40px;
        color: #666;
        text-decoration: none;
        border: 1px solid #ddd;
        display: block;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    #loginbox #login_after {
        padding: 25px;
    }

    #loginbox #login_after > span {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: url(../img/others/member.png) no-repeat center;
        display: none;
        overflow: hidden;
    }

    #loginbox #login_after > span img {
        /*max-width: 100%;*/
        width:100%;
        height:100%;
    }

    #loginbox #login_after > p {
        height: 50px;
        line-height: 48px;
        color: #333;
        text-decoration: none;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        display: none;
    }

    #loginbox #login_after > section {
        background-color: #fff;
    }

    #loginbox > span {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    #loginbox #login_after > section > a {
        display: block;
        height: 30px;
        line-height: 28px;
        background: url(../img/back/red.png) repeat-x center / auto 100%;
        text-align: center;
        color: #fff;
        border-radius: 3px;
    }

    #loginbox #login_after > section .prof {
        position: relative;
    }

    #loginbox #login_after > section .prof > span {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: url(../img/others/member.png) no-repeat center;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }

    #loginbox #login_after > section .prof > span img {
        max-width: 100%;
    }

    #loginbox #login_after > section .prof p {
        margin-left: 60px;
        font-size: 12px;
        padding: 3px 0;
    }

    #loginbox #login_after > section .btns {
        padding: 5px 0;
        text-align: center;
    }

    #loginbox #login_after > section .btns a {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        padding: 2px 10px;
        color: #666;
    }

    #loginbox #login_after > section .btns span {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        padding: 2px 10px;
        color: #666;
    }

    #loginbox #login_after > section .btns .subsc {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
    }

    #loginbox #login_after > section .mybtn {
        padding: 0;
        display: flex;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    #loginbox #login_after > section .mybtn span {
        display: block;
        width: 50%;
        height: 60px;
        line-height: 60px;
        color: #666;
    }

    #loginbox #login_after > section .mybtn a {
        display: block;
        width: 50%;
        height: 60px;
        line-height: 60px;
        border-left: 1px solid #ddd;
        color: #666;
    }

    #loginbox #login_after > section .accpay {
        text-align: center;
    }

    #loginbox #login_after > section .accpay a {
        display: block;
        padding: 2px 5px;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
        color: #666;
        margin: 0 10px 10px;
    }

    .naveric {
        color: #093;
    }

    .naveric span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        background: url(../img/icon/naver_s.png) no-repeat center / 90%;
        background-color: #093;
        border-radius: 2px;
    }

    .kakaoic {
        color: #ffeb00;
    }

    .kakaoic span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        background: url(../img/icon/kakao_s.png) no-repeat center / 90%;
        background-color: #ffeb00;
        border-radius: 2px;
    }

    .freebtn span {
        display: inline-block;
        vertical-align: top;
        padding: 2px 5px;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        border: 1px solid #ddd;
    }

    .freebtn b {
        font-size: 15px;
        font-family: 'Noto Sans KR';
    }

    .hd_sch_wr {
        display: inline-block;
        width: 200px;
        position: absolute;
        top: 20px;
        right: 0px;
    }

    #hd_sch h3 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden
    }

    #hd_sch {
        border-radius: 30px;
        overflow: hidden
    }

    #hd_sch #sch_str {
        float: left;
        width: 140px;
        height: 40px;
        padding-left: 15px;
        border-radius: 30px 0 0 30px;
        background: #eee;
        border: 0;
        border-right: 0;
        font-size: 12px;
        color: #666;
    }

    #hd_sch #sch_submit {
        float: left;
        width: 60px;
        height: 40px;
        border: 0;
        background: #eee;
        color: #666;
        border-radius: 0 30px 30px 0;
        cursor: pointer;
        font-size: 16px
    }

    /* 메인메뉴 */
    #gnb_open {
        position: absolute;
        top: 12px;
        left: 10px;
        padding: 0 10px;
        height: 30px;
        width: 30px;
        border: 0;
        background-size: 70%;
        color: #fff;
        background: none;
        font-size: 21px;
        cursor: pointer;
        z-index: 10001;
    }
		
		
    #user_btn {
        position: absolute;
        top: 16px;
        right: 10px;
        padding: 0 10px;
        height: 30px;
        width: 30px;
        border: 0;
        color: #fff;
        font-size: 21px;
        background: none;
        letter-spacing: -0.1em;
        cursor: pointer;
        z-index: 10001;
    }
    
    #user_btn2 {
    		display: inline-block;
        position: absolute;
        top: 16px;
        right: 10px;
        border: 0;
        background: none;
        letter-spacing: -0.1em;
        z-index: 10001;
    }
    
	  #user_btn2 a{
	  	  display: inline-block;
        padding: 0 25px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 13px;
        background-color: #fcb74c;
        color: #fff;
	  }

    #gnb {
        display: none;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        height: 100%;
        overflow-y: auto;
        width: 50%;
        -webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4);
        -moz-box-shadow: 0 0 5px rgba(55,55,5,0.4);
        box-shadow: 0 0 5px rgba(55,55,5,0.4);
    }

    #gnb h2 {
        text-align: center;
        background-color: #000;
        padding: 13px 0;
        overflow: hidden;
        color: #fff;
    }

    #gnb h2 img {
        height: 70px;
    }

    #gnb .gnb_wrap a {
        color: #666;
    }

    .gnb_1dli {
        position: relative;
        line-height: 40px;
    }

    .gnb_1dli button {
        position: absolute;
        top: 0;
        right: 0;
        background: url;
        border: 0;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border: 0;
        background: url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;
        text-indent: -9999px
    }

    .gnb_1dli button.btn_gnb_cl {
        background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%
    }

    .gnb_1dli .bg {
        display: none;
    }
    
    .gnb_1dli > span {
    		padding: 0 20px;
        border-bottom: 1px solid #eee;
    		display:block;
    		color:#666;
    		cursor:pointer;
    }

    .gnb_1da {
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        display:block;
    }
    
    .gnb_al_li_plus > a {
        display:none;
        border:1px solid #900;
    }

    .gnb_2dul {
        display: none;
        background-color: #f6f6f6;
    }

    .gnb_2da {
        border-bottom: 1px solid #eee;
        background: url(../img/btn_next.gif) no-repeat 21px 17px;
        padding-left: 30px;
    }

    #gnb_close {
        position: fixed;
        top: 0px;
        right: 0px;
        margin: 0;
        height: 100%;
        width: 40%;
        border: 0;
        background: url(../img/mobile/btn_close.png) no-repeat right 50%;
        background-size: 25px;
        color: #fff;
        text-indent: -999999999px;
        overflow: hidden;
        background-color: rgba(0,0,0,0.7);
    }

    #gnb_all {
        display: none;
    }

    #gnb_empty {
        padding: 20px 0;
        color: #fff;
        text-align: center;
        line-height: 2em
    }

    #gnb_empty a {
        display: inline;
        text-decoration: underline
    }

    #gnb_all_bg {
        background-color: rgba(0,0,0,0.7);
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0px;
        right: 0px;
        display: none;
    }

    .svisual {
        text-align: center;
        color: #000;
        position: relative;
        background: url(../img/subvisual/5.jpg) no-repeat center / cover;
        height: 250px;
        box-sizing: border-box;
    }

    .svisual div {
        position: absolute;
        top: 130px;
        left: 0px;
        width: 100%;
    }

    .svisual h2 {
        width: 100%;
        padding: 0px;
        margin: -5px auto 0;
        font-size: 21px;
        font-weight: bolder;
        display: none;
        color: #fff;
    }

    /*.svisual p {
        margin: auto;
        display: none;
        color: #fff;
        font-size: 12px;
        width: 390px;
        word-break: keep-all;
    }*/
    
    .svisual p {
        margin: auto;
        display: none;
        color: #fff;
        font-size: 12px;
        width: 80%;
        word-break: keep-all;
    }

    /* 중간 레이아웃 */
    #wrapper {
        z-index: 5;
        position: relative;
        width: 100%;
        padding: 0 0 50px;
    }

    #wrapper:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #wrapper_title {
        padding: 20px 0;
        font-size: 2.5em;
        font-weight: bold;
        font-family: 'Noto Sans KR';
        font-weight: 600;
    }

    /* 상단타이틀 */
    .toptitle {
        position: relative;
        padding: 50px 20px 0;
    }

    .toptitle > h2 {
        font-family: 'GS_M';
        font-size: 21px;
        color: #333;
        position: relative;
    }

    .toptitle > h2 span {
        position: absolute;
        top: -20px;
        right: 0px;
        padding: 0px;
        line-height: 20px;
    }

    .toptitle > h2 span a {
        display: inline-block;
        vertical-align: top;
        color: #666;
        font-size: 13px;
        padding: 0 10px;
        margin: 0px;
    }

    .toptitle > p {
        color: #666;
    }

    .toptitle > a {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -20px;
        background-color: #fe4c02;
        color: #fff;
        text-align: center;
        width: 100px;
        height: 35px;
        line-height: 34px;
    }

    .toptitle div {
        position: relative;
        padding: 20px;
        background-color: #fff;
        margin: 10px 0;
        border-radius: 7px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
    }

    .toptitle div span {
        display: inline-block;
        padding-left: 15px;
        margin-left: 15px;
        vertical-align: middle;
        border-left: 1px solid #ccc;
    }

    .toptitle div span:first-child {
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .center {
        text-align: center;
    }

    #container {
        position: relative;
        margin: 0 auto;
        min-height: 500px;
        height: auto !important
    }

    /* 로그인 */
    #logins {
        text-align: center;
        margin: auto;
    }

    #logins > div {
        margin: 0 40px;
        background-color: #fff;
        position: relative;
    }

    #logins > div:first-child:after {
        visibility: visible;
        content: "OR";
        position: absolute;
        bottom: 5px;
        left: 50%;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-left: -25px;
        font-size: 18px;
        background-color: #fff;
    }

    #logins > div:first-child:before {
        visibility: visible;
        content: "";
        position: absolute;
        bottom: 30px;
        left: 0px;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }

    #logins .nlogin p {
        margin: 0 0 10px 0;
    }

    #logins .nlogin p span {
        background-color: #f6f6f6;
        display: block;
        height: 50px;
        text-align: left;
    }

    #logins .nlogin p span label {
        width: 90px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        font-size: 12px;
        color: #666;
        border-right: 1px solid #eee;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #logins .nlogin p span input {
        width: calc(100% - 98px);
        height: 50px;
        display: inline-block;
        border: 0px;
        background-color: transparent;
    }

    #logins .nlogin p input[type="submit"] {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        width: 100%;
        color: #fff;
        border: 0px;
        font-weight: bolder;
        font-size: 12px;
        height: 50px;
        margin-top: 15px;
    }

    #logins .nlogin p a {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        width: 100%;
        color: #666;
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        margin-top: 5px;
        display: block;
        border: 1px solid #eee;
    }

    #logins .nlogin div span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        color: #666;
        font-size: 12px;
    }

    .btnareas {
        padding: 50px 0;
    }

    .kakaobtn {
        background-color: #ffeb00;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .naverbtn {
        background-color: #1ec800;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .kakaobox {
        background: url(../img/icon/kakao_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .naverbox {
        background: url(../img/icon/naver_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    /* 회원가입 약관 */
    .agreeform {
        background-color: #fff;
        text-align: left;
        padding: 0 20px;
    }

    .agreeform h5 {
        padding: 20px 20px 20px 0;
        font-size: 15px;
    }

    .agreeform ul li {
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: -1px;
    }

    .agreeform ul li p {
        padding: 20px 20px 20px 50px;
    }

    .agreeform ul li span {
        float: right;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 30px;
        background-color: #000;
        color: #fff;
    }

    .agreeform textarea {
        width: 100%;
        border: 0px;
        background-color: #eee;
    }

    /* 회원가입 계정선택 */
    .wayarea {
        text-align: center;
        padding: 20px 0 0;
    }

    .wayarea ul {
        width: 300px;
        margin: auto;
    }

    .wayarea ul li {
        margin: 10px auto;
    }

    .wayarea ul div img {
        width: 100%;
        border-radius: 20px;
    }

    .wayarea .kakaobtns {
        background-color: #ffeb00;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .naverbtns {
        background-color: #1ec800;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .joinbtns {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: block;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .wayarea .kakaoboxs {
        background: url(../img/icon/kakao_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .wayarea .naverboxs {
        background: url(../img/icon/naver_s.png) no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .wayarea .joinboxs {
        background: url(../img/others/member.png) no-repeat center / cover;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    /* 회원가입 폼 */
    .joinArea {
        padding: 0 20px;
    }

    .joinArea .formarea {
        overflow: hidden;
    }

    .joinArea .formarea > ul > li {
        padding: 7px 0;
        margin: auto;
        position: relative;
    }

    .joinArea .formarea > ul > li > p {
        margin-left: 84px;
        color: #999;
        font-size: 12px;
    }

    .joinArea .formarea > ul > li > span {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: right;
    }

    .joinArea .formarea > ul > li > label {
        display: inline-block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #666;
        vertical-align: top;
        font-size: 12px;
    }
	
	.agarea {
		margin-left:84px;
		padding:20px 0;
		color:#666;
	}
	
	.agarea h5 {
		font-size:15px;
		margin-bottom:10px;
	}
	
	.agarea ul li {
		padding:10px;
		border:1px solid #ddd;
	}
	
	.agarea ul li:last-child {
		border-top:0px;
	}
	
	.agarea ul li span {
		display:inline-block;
		vertical-align:middle;
		float:right; width:15px;
		height:15px;
		background:url(../img/others/left.png) no-repeat center;
		cursor:pointer;
	}

    .joinArea .formarea .twoline {
        height: auto;
        line-height: 18px;
    }

    .joinArea .formarea button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 40px;
        width: 80px;
        border-radius: 4px;
    }

    .joinArea .formarea > ul > li > input {
        width: calc(100% - 92px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .joinArea .formarea > ul > li > select {
        width: calc(100% - 112px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .joinArea .formarea > ul > li > .sideIp {
        width: calc(100% - 172px);
    }

    .slidebtn {
        display: inline-block;
        vertical-align: top;
    }

    .slidebtn ul li {
        padding: 3px 0;
        text-align: left;
    }

    .slidebtn ul li label {
        display: inline-block;
    }

    .slidebtn ul li font {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        height: 30px;
        line-height: 30px;
    }

    .slidebtn ul li p {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        height: 30px;
        border-radius: 30px;
        background-color: #eee;
        position: relative;
    }

    .slidebtn ul li p span {
        display: inline-block;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        top: 2px;
        left: 2px;
    }

    /* 회원가입 완료 */
    .joincArea {
        border: 1px solid #ddd;
        border-top: 3px solid #fcb64e;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        border-radius: 17px;
        overflow: hidden;
        margin: 0 20px;
    }

    .joincArea ul {
        text-align: center;
    }

    .joincArea ul li {
        position: relative;
    }

    .joincArea ul li > img {
        height: 50px;
    }

    .joincArea ul li:first-child {
        text-align: center;
        padding: 25px 0 0;
    }

    .joincArea ul li div {
        padding: 25px;
    }

    .joincArea ul li div h4 {
        font-family: 'Noto Sans KR';
        font-size: 21px;
    }

    .joincArea ul li div p {
        color: #666;
        margin-bottom: 20px;
    }

    .joincArea ul li div p a {
        display: inline-block;
        width: 40%;
        height: 40px;
        line-height: 40px;
        background-color: #fcb64e;
        color: #fff;
        text-align: center;
    }

    .joincArea ul li div p a:first-child {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #333;
    }

    /* 회원가입 프로세스 */
    .joinProc {
        padding: 50px 0;
    }

    .joinProc ul {
        margin: auto;
        text-align: center;
    }

    .joinProc ul li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-family: 'Noto Sans KR';
        font-size: 13px;
        color: #666;
        position: relative;
        padding: 10px;
    }

    .joinProc ul li span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 40px;
        background-color: #f6f6f6;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

    .joinProc ul li:after {
        visibility: visible;
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -10px;
        width: 20px;
        height: 20px;
        background: url(../img/others/left.png) no-repeat center;
        margin-top: -10px;
    }

    .joinProc ul li:first-child:after {
        display: none;
    }

    .joinProc ul .onX {
        color: #fe4c02;
        border-bottom: 2px solid #fe4c02;
    }

    .joinProc ul .onX span {
        background-color: #fe4c02;
        color: #fff;
    }

    /* 회원탈퇴 */
    .mem_outtit {
        margin: 0 20px 25px;
    }

    .mem_outtit h3 {
        font-size: 15px;
        color: #333;
    }

    .mem_outtit div {
        padding: 15px;
        background-color: #f6f6f6;
        border-radius: 7px;
    }

    .mem_outtit div p {
        padding: 4px 0;
        color: #666;
    }

    .mboutArea {
        overflow: hidden;
        margin: 0 20px;
    }

    .mboutArea ul li {
        padding: 7px 0;
        margin: auto;
        position: relative;
    }

    .mboutArea button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 40px;
        width: 80px;
        border-radius: 4px;
    }

    .mboutArea label {
        display: inline-block;
        width: 90px;
        height: 40px;
        line-height: 40px;
        color: #666;
        vertical-align: top;
        font-size: 13px;
    }

    .mboutArea input[type="text"], .mboutArea input[type="password"] {
        width: calc(100% - 98px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .mboutArea select {
        width: calc(100% - 98px);
        height: 40px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
    }

    .mboutArea p {
        margin-left: 94px;
        color: #999;
        font-size: 12px;
    }

    .mboutArea .agreechk label {
        color: #666;
        display: block;
        border: 1px solid #eee;
        padding: 0 10px;
        margin-top: 20px;
        width: 100%;
        height: 40px;
        font-size: 12px;
    }

    .mboutArea ul li div {
        display: none;
        padding: 5px 4px 0 0;
        text-align: right;
    }

    .mboutArea ul li div input[type="text"] {
        width: calc(100% - 94px);
        height: 40px;
        background-color: #f6f6f6;
    }

    /* 클래스 */
    #orderlist {
        position: relative;
        overflow: hidden;
        padding: 20px;
    }

    #orderlist li {
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 7px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        border-radius: 7px;
        display: flex;
    }

    #orderlist li #thumbs {
        width: 50%;
        margin-right: 20px;
    }

    #orderlist li #thumbs p img {
        width: 100%;
    }

    #orderlist li #infos {
        width: 50%;
    }

    #orderlist li #infos h5 {
        font-family: 'Noto Sans KR';
        font-size: 18px;
    }

    #orderlist li #infos p {
        font-family: 'Noto Sans KR';
        font-size: 12px;
        font-weight: 400;
        color: #666;
    }

    #orderlist li #infos div {
        padding: 10px 0 0;
    }

    #orderlist li #infos div a {
        background: url(./img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
		    font-size:11px;
		    color:#666;
    }

    /* 전송버튼 */
    .submitbtn {
        padding: 20px 0;
        text-align: center;
    }

    .submitbtn input[type="submit"], .submitbtn input[type="button"] {
        width: 100px;
        height: 45px;
        margin: auto;
        border: 0px;
        background-color: #fe4c02;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn a {
        display: inline-block;
        vertical-align: top;
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 100px;
        color: #666;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
		.submitbtn2 {
        padding: 25px 0;
        text-align: center;
    }

    .submitbtn2 a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        border: 0px;
        background-color: #fe4c02;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .submitbtn2 input[type="submit"] {
        height: 45px;
        text-align: center;
        width: 100px;
        color: #666;
        background-color: #f6f6f6;
        border-radius: 4px;
        border: 1px solid #f3f3f3;
    }
    /* 하단 레이아웃 */
    #ft {
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #333;
    }

    #ft_top {
        border-bottom: 1px solid #eee;
    }

    #ft_top p {
        /*margin: 0 20px;*/
        margin: 0 0px;
        text-align: center;
    }

    #ft_top a, #ft_top span {
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 12px;
        padding: 10px 20px;
    }

    #ft_wr {
        margin: auto;
        padding: 25px;
        position: relative;
        text-align: left;
    }

    #ft_wr #ft_info {
    }

    #ft_wr #ft_info h3 img {
        height: 40px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer {
        padding: 25px 0 0;
    }

    #ft_wr #ft_customer h5 {
        color: #666;
        font-size: 12px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer a {
        display: block;
        font-family: 'GS_M';
        color: #3c1e20;
        background-color: #fae100;
        padding: 0 10px;
        border-radius: 60px;
        box-sizing: border-box;
        font-size: 18px;
        margin-bottom: 20px;
    }

    #ft_wr #ft_customer a span {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        text-align: center;
        background: url(../img/icon/kakao.png) no-repeat center / 80% 80%;
        margin: 5px;
    }

    #ft_wr #ft_customer a font {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 58px);
        height: 40px;
        line-height: 44px;
        margin: 5px 0;
        text-align: center;
    }

    #ft_wr p {
        color: #666;
        font-size: 12px;
        padding: 3px 0;
    }

    #ft_wr p font {
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }

    #ft_copy {
        background-color: #f6f6f6;
        color: #666;
        font-size: 12px;
        padding: 10px 0;
    }

    #top_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 0;
        border-top: 1px solid #e5e7ea;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        background: none;
        font-size: 20px;
        color: #dedede
    }

    #top_btn:hover {
        border-color: #3059c7;
        background: #3059c7;
        color: #fff
    }

    /* 게시판 */
    .board_list {
        padding: 20px;
    }

    .board_list ul li {
        text-align: left;
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        margin-bottom: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
	
	.board_list ul .offset:after {
		visibility:visible;
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		line-height:100%;
		background-color:rgba(255,255,255,0.7);
		text-align:center;
		color:#666;
		font-weight:bolder;
		font-size:15px;
    }
	
	.board_list ul .offset:before {
		visibility:visible;
		content:"종료된 이벤트입니다.";
		position:absolute;
		top:50%;
		left:0px;
		height:30px;
		line-height:30px;
		margin-top:-15px;
		width:100%;
		text-align:center;
		color:#666;
		font-weight:bolder;
		font-size:15px;
		z-index:5;
    }

    .board_list ul li div {
        padding: 10px;
        box-sizing: border-box;
    }

    .board_list ul li div span {
        display: inline-block;
    }

    .board_list ul li div span img {
        width: 100%;
    }

    .board_list ul li div h5 {
        font-family: 'Noto Sans KR';
        color: #666;
        font-size: 18px;
		line-height:25px;
		height:25px;
		white-space:normal;
		overflow:hidden;
		text-overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom:10px;
    }

    .board_list ul li div p {
        color: #666;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        font-size: 13px;
		line-height:15px;
		height:30px;
        padding: 0 0 20px;
		white-space:normal;
		overflow:hidden;
		text-overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom:20px;
    }
	
	.board_list ul li div h6 {
        font-family: 'Noto Sans KR';
        color: #666;
        font-size: 13px;
    }

    /* 글작성 */
    .board_write {
        overflow: hidden;
        background-color: #fff;
        border-top: 2px solid #222;
        border-bottom: 1px solid #ddd;
        padding: 5px 0 20px;
        margin: 20px;
    }

    .board_write div {
        padding: 10px 0;
    }

    .board_write div h5 {
        font-family: 'GS_M';
        font-size: 16px;
        color: #333;
        margin-bottom: 7px;
        font-weight: normal;
    }

    .board_write div p input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write div ul {
    }

    .board_write div ul li {
        width: calc(100% - 314px);
        display: inline-block;
        vertical-align: top;
    }

    .board_write div ul li:first-child {
        width: 300px;
        margin-right: 6px;
    }

    .board_write div ul li input[type="text"] {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write div ul li select {
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
    }

    .board_write .filebox {
    }

    .board_write .filebox h6 {
    }

    .board_write .filebox p {
        color: #666;
    }

    .board_write .filebox div p {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .board_write .filebox div p label {
        width: 90px;
        height: 90px;
        display: block;
        border: 1px solid #ddd;
        border-radius: 7px;
        background: url(../img/others/cross.png) no-repeat center / 60%;
        cursor: pointer;
    }

    .board_write .filebox div p label input {
        visibility: hidden;
    }

    .board_write .filebox div p .thumblibox {
        width: 90px;
        height: 90px;
        display: block;
        border-radius: 7px;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .board_write .filebox div p .thumblibox img {
        width: 100%;
    }

    .board_write .filebox div p .thumbclear {
        position: absolute;
        top: 5px;
        right: 5px;
        background: url(../img/others/close_btn.png) no-repeat center;
        width: 12px;
        height: 12px;
        display: block;
    }

    .board_write div textarea {
        width: 100%;
        height: 340px;
        border: 1px solid #ddd;
    }

    .board_write div input[type="submit"] {
        border: 0px;
        height: 50px;
        width: 200px;
        text-align: center;
        color: #fff;
        background-color: #fe4c02;
        border-radius: 7px;
        float: right;
    }

    /* 게시판 글보기 */
    .board_view {
        margin-bottom: 25px;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top: 2px solid #222;
        padding: 25px;
        margin: 20px;
        background-color: #f6f6f6;
    }

    .board_view .conArea {
        min-height: 300px;
    }

    .board_view .ctnlink {
        overflow: hidden;
        border-top: 1px solid #ddd;
        padding: 25px 0 0;
    }

    .board_view .cntbox {
        float: left;
    }

    .board_view .cntbox span {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        color: #666;
    }

    .board_view .linkbox {
        float: right;
        text-align: center;
        font-size: 11px;
    }

    .board_view .linkbox a {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        height: 30px;
        line-height: 28px;
        width: 80px;
        position: relative;
        color: #999;
        border: 1px solid #ddd;
    }

    .board_view .linkbox .listbtn {
    }

    .board_view .linkbox .leftbtn:after {
        visibility: visible;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        background: url(../img/others/right.png) no-repeat center / 70% auto;
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -6px;
    }

    .board_view .linkbox .rightbtn:after {
        visibility: visible;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        background: url(../img/others/left.png) no-repeat center / 70% auto;
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -6px;
    }

    /* 게시판 글보기 댓글 */
    .commentArea {
        overflow: hidden;
    }

    .commentArea h5 {
        text-align: left;
        line-height: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .commentArea h5 span {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000;
        float: right;
    }

    .commentArea h5 span input[type="text"] {
        border: 0px;
        height: 35px;
        width: 250px;
    }

    .commentArea h5 span input[type="submit"] {
        border: 0px;
        height: 35px;
        width: 80px;
        background-color: #fe4c02;
        color: #fff;
    }

    .commentArea ul li {
        margin-bottom: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        padding: 15px;
        border-radius: 7px;
        position: relative;
    }

    .commentArea ul li h3 {
        height: 35px;
        line-height: 35px;
        color: #666;
    }

    .commentArea ul li h3 span {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        overflow: hidden;
        margin-right: 5px;
    }

    .commentArea ul li h3 span img {
        width: 100%;
    }

    .commentArea ul li h3 font {
        color: #999;
        margin-left: 10px;
    }

    .commentArea ul li p {
        padding: 10px 0;
    }

    .commentArea ul li div {
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 20px;
        margin-top: -10px;
    }

    .commentArea ul li div a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    /* faq */
    #searchArea {
        text-align: right;
    }

    #searchArea select {
        width: 100px;
        height: 30px;
    }

    #searchArea #inputs {
        width: 150px;
        height: 30px;
    }

    .faqpos {
        margin: 0 20px;
    }

    .faqpos .faq_top .searchArea {
        padding: 10px 0;
    }

    .faqpos .faq_top .searchArea span {
        display: inline-block;
        border: 1px solid #000;
        width: 100%;
    }

    .faqpos .faq_top .searchArea input[type="text"] {
        border: 0px;
        width: calc(100% - 40px);
        background-color: #fff;
        height: 40px;
    }

    .faqpos .faq_top .searchArea input[type="submit"] {
        width: 40px;
        height: 40px;
        border: 0px;
        background: #fff url(../img/others/btn_search.jpg) no-repeat center;
    }

    .faqpos .faq_top .mnArea {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 4px;
		row-gap: 4px;
	}
	
    .faqpos .faq_top .mnArea a {
        width:100%;
        height: 35px;
        border: 1px solid #ddd;
        line-height: 35px;
        text-align: center;
        background-color: #fff;
    }
	
	.faqpos .faq_top .mnArea .onX {
		border:1px solid #fe4c02;
		background-color:#fe4c02;
		color:#fff;
	}

    .faqpos .faq_list {
        padding: 25px 0;
    }

    .faqpos .faq_list ul li {
        border: 1px solid #ddd;
        margin-bottom: 5px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    .faqpos .faq_list ul li h5 {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        position: relative;
    }

    .faqpos .faq_list ul li h5:after {
        visibility: visible;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../img/others/gnb_bg.gif) no-repeat center;
    }

    .faqpos .faq_list ul li div {
        padding: 20px;
        background-color: #f6f6f6;
    }

    /* 출금 */
    .detailArea {
        padding: 0 20px;
    }

    .detailArea h5 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .detailArea .leftInfo {
        margin: 20px 0;
    }

    .detailArea .leftInfo div {
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
        border-top: 3px solid #fe4c02;
        border-radius: 8px 8px 0 0;
    }

    .detailArea .leftInfo div p {
        padding: 10px;
        background-color: #f6f6f6;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .detailArea .leftInfo div p span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 20px);
    }

    .detailArea .leftInfo div > a {
        display: block;
        border: 1px solid #ddd;
        border-radius: 3px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
    }

    .detailArea .leftInfo > a {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .detailArea .rightBox {
    }

    .detailArea .rightBox input[type="text"], .detailArea .rightBox input[type="tel"], .detailArea .rightBox select {
        height: 40px;
        background-color: #eee;
        color: #666;
        border: 0px;
    }

    .detailArea .rightBox .account {
        margin-bottom: 20px;
    }

    .detailArea .rightBox .account label {
        display: block;
        height: 25px;
        line-height: 25px;
        color: #666;
    }

    .detailArea .rightBox .account select {
        width: 100%;
    }

    .detailArea .rightBox .payform {
        margin-bottom: 20px;
    }

    .detailArea .rightBox .payform label {
        display: block;
        height: 25px;
        line-height: 25px;
        color: #666;
    }

    .detailArea .rightBox .payform span {
        display: block;
        padding: 0 10px;
        background-color: #eee;
        border-radius: 5px;
    }

    .detailArea .rightBox .payform span font {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox .payform input[type="text"], .detailArea .rightBox .payform input[type="tel"] {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 20px);
    }

    .detailArea .rightBox .paybox {
        margin-bottom: 20px;
    }

    .detailArea .rightBox .paybox button {
        border: 1px solid #ddd;
        background: url(./img/back/white.png) repeat-x center / auto 100%;
        height: 40px;
        border-radius: 3px;
        width: calc(20% - 4px);
    }

    .detailArea .rightBox h5 {
        margin-bottom: 8px;
    }

    .detailArea .rightBox table {
        width: 100%;
        border-top: 1px solid #333;
        text-align: center;
    }

    .detailArea .rightBox table tr th {
        padding: 10px;
        border-bottom: 1px solid #eee;
        background-color: #f9f9f9;
        color: #666;
    }

    .detailArea .rightBox table tr td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #666;
    }

    /* 포인트 */
    .detailArea .leftInfo .memoutpop span {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .detailArea .rightBox {
    }

    .detailArea .rightBox input[type="text"], .detailArea .rightBox input[type="tel"], .detailArea .rightBox select {
        height: 30px;
        background-color: #eee;
        border: 0px;
    }

    .detailArea .rightBox .mebbox {
        margin-bottom: 25px;
    }

    .detailArea .rightBox .mebbox ul {
        padding: 25px 0;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 12px;
		    overflow-x:scroll;
		    display:flex;
		    margin-bottom:25px;
    }

    .detailArea .rightBox .mebbox ul li {
        text-align: center;
		    display:flex;
		    margin:0 10px;
    }

    .detailArea .rightBox .mebbox ul li h6 {
        font-size: 12px;
        margin-bottom: 5px;
		    width: 60px;
		    height: 40px;
        line-height: 42px;
		    font-weight:normal;
    }

    .detailArea .rightBox .mebbox ul li p {
        display: inline-block;
        vertical-align: top;
        width: 115px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 40px;
        display: flex;
        margin: auto;
    }

    .detailArea .rightBox .mebbox ul li p span {
        display: block;
        width: 50%;
        height: 40px;
        line-height: 42px;
        border-right: 1px solid #eee;
        font-family: 'GS_B';
        font-size: 13px;
    }

    .detailArea .rightBox .mebbox ul li p font {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 42px;
        font-family: 'GS_B';
        font-size: 13px;
        color: #333;
    }
	
	.detailArea .rightBox .mebbox ul li .lv01 span {
		color: #666666;
	}
	.detailArea .rightBox .mebbox ul li .lv02 span {
		color: #f09c29;
	}
	.detailArea .rightBox .mebbox ul li .lv03 span {
		color: #f07d29;
	}
	.detailArea .rightBox .mebbox ul li .lv04 span {
		color: #fe4c02;
	}
	.detailArea .rightBox .mebbox ul li .lv05 span {
		color: #ff0000;
	}

    .detailArea .rightBox .searbox {
        margin-bottom: 25px;
    }

    .detailArea .rightBox .searbox ul {
    }

    .detailArea .rightBox .searbox li {
        padding: 4px 0;
        overflow: hidden;
    }

    .detailArea .rightBox .searbox li:first-child {
    }

    .detailArea .rightBox .searbox li:first-child span {
        width: 20px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        vertical-align: top;
    }

    .detailArea .rightBox .searbox li:first-child input[type="text"] {
        width: calc(50% - 16px);
        height: 35px;
        background: #eee url(../img/del.png) no-repeat right center / auto 60%;
    }

    .detailArea .rightBox .searbox li:last-child {
    }

    .detailArea .rightBox .searbox button {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 35px;
        border-radius: 3px;
        width: calc(15% - 4px);
    }

    .detailArea .rightBox .searbox input[type="submit"] {
        border: 1px solid #ddd;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        height: 35px;
        border-radius: 3px;
        width: calc(25% - 4px);
    }

    /* 유료회원 */
    .memberArea {
        margin: 20px;
    }

    .memberArea > div {
        box-sizing: border-box;
        position: relative;
    }

    .memberArea > div input[type="text"] {
        height: 35px;
        border: 0px;
        background-color: #eee;
        width: 100%;
		padding:0 10px;
    }

    .memberArea #memship > div, .memberArea #linkback > div {
        margin-bottom: 10px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .memberArea > div #icarea {
        text-align: center;
    }

    .memberArea > div #icarea p span {
        display: block;
        margin: auto;
        overflow: hidden;
    }

    .memberArea > div #icarea #profs span {
        display: block;
        margin: auto;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .memberArea > div #icarea #profs span img {
        width: 100%;
    }

    .memberArea > div #icarea h6 {
        margin: 5px 0 10px;
        color: #666;
    }

    .memberArea > div #icarea a {
        display: inline-block;
        width: 150px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
        margin-bottom: 20px;
    }

    .memberArea > div #minfos {
        padding: 0;
    }

    .memberArea > div #minfos ul li {
        display: flex;
        padding: 2px 0;
    }

    .memberArea > div #minfos ul li h5 {
        height: 35px;
        line-height: 35px;
        width: 70px;
        color: #666;
        font-weight: normal;
    }

    .memberArea > div #minfos ul li p {
        width: calc(100% - 70px);
    }

    .memberArea > div #minfos ul li button {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        color: #fff;
        border: 0px;
        height: 35px;
        width: 80px;
        border-radius: 4px;
        margin-left: 5px;
    }

    .memberArea > div #minfos ul li .sideIp {
        width: calc(100% - 85px);
    }

    .memberArea > div #minfos ul li label {
        display: block;
        padding: 0 10px;
        background-color: #eee;
    }

    .memberArea > div #minfos ul li label input[type="text"] {
        width: calc(100% - 20px);
    }

    .memberArea > div #minfos ul li .sidlab {
        width: calc(100% - 84px);
    }

    .memberArea > div #minfos.oneline {
        padding: 30px 0 0;
    }

    .memberArea > div #minfos.twoline {
        padding: 10px 0 0;
    }

    .memberArea > div #mpoints {
        padding: 0;
    }

    .memberArea > div #mpoints ul li {
        padding: 10px 0;
    }

    .memberArea > div #mpoints ul li input {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 20px);
    }

	.memberArea > div #mpoints ul li span {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 24px);
        display: inline-block;
        vertical-align: middle;
        height: 40px;
		line-height:38px;
		text-align:right;
    }

    .memberArea > div #mpoints ul li h6 {
        background-color: #eee;
        padding: 0 10px;
    }

    .memberArea > div #mpoints a {
        display: block;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .memberArea > div #mcards {
    }

    .memberArea > div #mcards ul li {
        padding: 10px;
        border-radius: 10px;
        display: block;
        vertical-align: top;
        height: 160px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .memberArea > div #mcards ul li #btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .memberArea > div #mcards ul li #btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
    }

    .memberArea > div #mcards ul li h2 font {
        font-size: 14px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        display: block;
    }

    .memberArea > div #mcards ul li h2 span {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .memberArea > div #mcards ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .memberArea > div #mcards ul p {
        color: #666;
        margin-bottom: 25px;
    }

    .memberArea > div #mcards ul p b {
        font-size: 14px;
        color: #f00;
    }

    .memberArea > div #mcards ul a {
        display: block;
        border: 1px solid #ddd;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #666;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        background-color: #fff;
    }

    /* 무료회원 */
    .memberArea {
        margin: 20px;
    }

    .memberArea > div {
        box-sizing: border-box;
        position: relative;
    }

    .memberArea > div input[type="text"] {
        height: 35px;
        border: 0px;
        background-color: #eee;
        width: 100%;
    }

    .memberArea #memship > div, .memberArea #point > div {
        margin-bottom: 10px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .memberArea > div #icarea {
        text-align: center;
        margin-bottom: 20px;
    }

    .memberArea > div #icarea p span {
        display: block;
        margin: auto;
        overflow: hidden;
    }

    .memberArea > div #icarea #profs span {
        display: block;
        margin: auto;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .memberArea > div #icarea #profs span img {
        width: 100%;
    }

    .memberArea > div #icarea h6 {
        margin: 5px 0 10px;
        color: #666;
    }

    .memberArea > div #icarea a {
        display: inline-block;
        width: 150px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
    }

    .memberArea > div #minfos {
        padding: 0;
    }

    .memberArea > div #minfos ul li {
        display: flex;
        padding: 2px 0;
    }

    .memberArea > div #minfos ul li h5 {
        height: 35px;
        line-height: 35px;
        width: 70px;
        color: #666;
        font-weight: normal;
    }

    .memberArea > div #minfos ul li p {
        width: calc(100% - 70px);
    }

    .memberArea > div #minfos ul li label {
        display: block;
        padding: 0 10px;
        background-color: #eee;
    }

    .memberArea > div #minfos ul li label input[type="text"] {
        width: calc(100% - 20px);
    }

    .memberArea > div #mpoints {
        padding: 0;
    }

    .memberArea > div #mpoints ul li {
        padding: 10px 0;
    }

    .memberArea > div #mpoints ul li input {
        border: 0px;
        background-color: transparent;
        width: calc(100% - 20px);
    }

    .memberArea > div #mpoints ul li h6 {
        background-color: #eee;
        padding: 0 10px;
    }

    .memberArea > div #mpoints a {
        display: block;
        height: 35px;
        line-height: 35px;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    /* 카드결제 */
    .payArea {
        margin: 20px;
    }

    .payArea ul li {
        padding: 10px;
        border-radius: 10px;
        display: block;
        vertical-align: top;
        max-width: 290px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .payArea ul li #btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .payArea ul li #btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        border-radius: 5px;
    }

    .payArea ul li #btnAreas span {
        display: block;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .payArea ul li h2 {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li #infos {
        display: flex;
        font-size: 13px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .payArea ul li #infos h5 {
        margin-right: 15px;
    }

    .payArea ul #embtn {
        font-size: 15px;
        cursor: pointer;
    }

    .payArea ul #embtn div {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
        background: url(../img/others/wcross.png) no-repeat top center / auto 70%;
        margin-top: -31px;
        color: #999;
        font-family: 'GS_M';
    }

    /* 계좌관리 */
    .accArea {
        margin: 20px;
    }

    .accArea ul li {
        padding: 10px;
        border-radius: 10px;
        max-width: 290px;
        height: 180px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin: 0 6px 10px 0;
    }

    .accArea ul li #btnAreas, .accArea ul li .btnAreas {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 75px 0;
        text-align: center;
        display: none;
        border-radius: 10px;
    }

    .accArea ul li #btnAreas a, .accArea ul li .btnAreas a {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #666;
        border-radius: 5px;
    }
	
	.accArea ul li #btnAreas span {
        display: block;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .accArea ul li h2 font {
        font-size: 14px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
        display: block;
    }

    .accArea ul li h2 span {
        font-size: 21px;
        margin-bottom: 25px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .accArea ul li h6 {
        font-family: 'GS_M';
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .accArea ul #embtn {
        font-size: 15px;
        cursor: pointer;
    }

    .accArea ul #embtn div {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
        background: url(../img/others/wcross.png) no-repeat top center / auto 70%;
        margin-top: -31px;
        color: #999;
        font-family: 'GS_M';
    }

    .hana {
        background-color: #85d2c9;
        color: #fff;
    }

    /* 하나 */
    .hana:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/hana.png) no-repeat center / cover;
    }

    .samsung {
        background-color: #8ec7ff;
        color: #fff;
    }

    /* 삼성 */
    .samsung:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/samsung.png) no-repeat center / cover;
    }

    .woori {
        background-color: #85bbe8;
        color: #fff;
    }

    /* 우리 */
    .woori:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/woori.png) no-repeat center / cover;
    }

    .hyudai {
        background-color: #a6b4e9;
        color: #fff;
    }

    /* 현대 */
    .hyudai:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/hyundai.png) no-repeat center / cover;
    }

    .kb {
        background-color: #fef8e0;
        color: #333;
    }

    /* 국민 */
    .kb:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url(../img/bank/kb.png) no-repeat center / cover;
    }

    .nh {
        background-color: #7fbb44;
        color: #fff;
    }

    /* 농협 */
    .nh:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: url(../img/bank/nh.png) no-repeat center / cover;
    }

    .shinhan {
        background-color: #8b9acf;
        color: #fff;
    }

    /* 신한 */
    .shinhan:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/shinhan.png) no-repeat center / cover;
    }
	
	.bccard {
        background-color: #ff8186;
        color: #fff;
    }

    /* 비씨 */
    .bccard:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/bc.png) no-repeat center / cover;
    }
	
	.master {
        background-color: #ffd08f;
        color: #fff;
    }

    /* 마스터 */
    .master:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/master.png) no-repeat center / cover;
    }
    
    .lotte {
        background-color: #ffd08f;
        color: #fff;
    }

    /* 롯데 */
    .lotte:after {
        visibility: visible;
        content: "";
        width: 100px;
        height: 22px;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 10px;
        background: url(../img/bank/lotte.png) no-repeat center / cover;
    }

    /* 페이지리스트 */
    #pageList {
        text-align: center;
        margin-top: 25px;
    }

    #pageList a {
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #666;
        background-color: #fff;
    }

    #pageList #onX {
        background-color: #fcb64e;
        color: #fff;
        border: 1px solid #fcb64e;
    }

    #pageList #prevBtn {
        width: 30px;
        background: #fff url(../img/others/btn_prev.gif) no-repeat center;
        color: #fff;
        margin-right: 5px;
    }

    #pageList #nextBtn {
        width: 30px;
        background: #fff url(../img/others/btn_next.gif) no-repeat center;
        color: #fff;
        margin-left: 5px;
    }

    #pageList #firstBtn {
        width: 30px;
        background: #fff url(../img/others/btn_first.gif) no-repeat center;
        color: #fff;
    }

    #pageList #lastBtn {
        width: 30px;
        background: #fff url(../img/others/btn_end.gif) no-repeat center;
        color: #fff;
    }

    /* 영상리스트 */
    #productlist {
        position: relative;
        overflow: hidden;
        clear: both;
        margin: 0 20px;
    }

    #productlist li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
        width: calc(50% - 10px);
        margin-right: 6px;
        border: 1px solid #ddd;
    }

    #productlist li .thumbs {
        position: relative;
    }

    #productlist li .thumbs img {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    #productlist li .thumbs span {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 16px;
        color: #fff;
    }

    #productlist li .thumbs .onX {
        color: #F90;
    }

    #productlist li .infos {
        padding: 20px;
        min-height: 120px;
    }

    #productlist li .infos h5 {
        font-size: 13px;
        font-weight: bolder;
        color: #666;
    }

    #productlist li .infos p {
        margin-bottom: 5px;
    }

    #productlist #nonlist {
        height: 200px;
        line-height: 200px;
        text-align: center;
        font-size: 14px;
        color: #666;
        width: 100%;
    }

    /* 검색 */
    .moveSearch {
        padding: 15px 20px;
    }

    .moveSearch label {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ddd;
        width: calc(100% - 212px);
    }

    .moveSearch label input[type="text"] {
        height: 35px;
        border: 0px;
        background-color: transparent;
        width: calc(100% - 43px);
    }

    .moveSearch label input[type="submit"] {
        height: 35px;
        border: 0px;
        width: 35px;
        background: url(../img/others/btn_search.jpg) no-repeat center;
    }

    .moveSearch select {
        height: 35px;
        border: 1px solid #ddd;
        width: 100px;
        background-color: transparent;
    }

    /* 상품리스트 정렬 */
    #sct_sort {
        zoom:1; border-bottom: 1px solid #ddd;
        border-top: 2px solid #000;
        margin-bottom: 15px;
        margin: 0 20px;
    }

    #sct_sort:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #sct_sort ul {
    }

    #sct_sort li {
        position: relative;
        padding: 10px 0;
        display: inline-block;
        vertical-align: top;
    }

    #sct_sort li font {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        font-weight: 400;
        color: #666;
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
    }

    /* 상태박스 */
    .freeic {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .mindic {
        background: url(../img/back/orange.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .makic {
        background: url(../img/back/red.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .nlpic {
        background: url(../img/back/blue.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .otheric {
        background: url(../img/back/black.png) repeat-x center / auto 100%;
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .primaryic {
        background-color: #FFB03C !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .secondaryic {
        background-color: #6c757d !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .successic {
        background-color: rgba(40,167,69, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .dangeric {
        background-color: rgba(220,53,69) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .warningic {
        background-color: rgba(255,193,7, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .infoic {
        background-color: rgba(13,202,240, 1) !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
    .darkic {
        background-color: #111418 !important;
        display: inline-block;
        vertical-align: middle;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .sit_ov_wrap {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 7px 7px 0 0;
    }

    /* 상품 상세보기 - 이미지 미리보기 */
    #sit_pvi {
        padding: 20px 20px 0;
        box-sizing: border-box;
    }

    #sit_pvi_bigs {
        margin: 0;
        text-align: center
    }

    #sit_pvi_bigs img {
        border: 1px solid #ddd;
        max-width: 100%;
    }

    /* 상품 상세보기 - 간략정보 및 구매기능 */
    #sit_ov {
        position: relative;
        padding: 20px;
    }

    #sit_ov h3 {
        margin: 0 0 10px
    }

    #sit_title {
        margin: 0 0 10px;
        font-size: 24px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    #sit_tag {
        margin: 0 0 10px;
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #09F;
    }

    #sit_tag span {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 4px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        border: 1px solid #09F;
    }

    #sit_info {
        border: 1px solid #ddd;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    #sit_info h3 {
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        text-align: center;
        font-size: 16px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        padding: 10px;
        margin: 0px;
    }
    
    #sit_info .molists {
        height:350px;
    		overflow-y:scroll;
    }

    #sit_info table {
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    #sit_info table tr:hover {
        background-color: #f6f6f6;
    }

    #sit_info table tr th {
        padding: 5px;
        width: 70px;
    }
    
    #sit_info table tr th img {
        height: 60px;
    }

    #sit_info table tr td {
        padding: 5px;
    }

    #sit_info table tr td a {
        display: block;
        height: 60px;
        line-height: 60px;
        color: #666;
    		white-space:normal;
    		overflow:hidden;
    		text-overflow: hidden;
    		display: -webkit-box;
    		-webkit-line-clamp: 1;
    		-webkit-box-orient: vertical;
    }

    #sit_like {
        padding: 25px 0;
        overflow: hidden;
        font-size: 14px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    #sit_like label {
        display: inline-block;
        width: 70px;
        height: 30px;
        border-radius: 30px;
        background-color: #f6f6f6;
        margin-left: 10px;
    }

    #sit_like label span {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: url(../img/back/white.png) repeat-x center / auto 100%;
        display: inline-block;
        border: 1px solid #ddd;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    /* 목록 바로가기 */
    .sanchor {
        margin: 30px 0 20px ;
        padding: 0;
        zoom:1; margin: auto;
    }

    .sanchor:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    .sanchor li {
        float: left;
        width: 33.3333%;
        text-align: center;
        ;list-style: none
    }

    .sanchor li p {
        position: relative;
        height: 50px;
        margin-left: -1px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        color: #999;
        line-height: 50px;
    }

    .sanchor li .sanchor_on {
        margin: 0 0 0 -1px;
        border: 1px solid #ddd;
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff;
        color: #000;
        font-weight: bold
    }

    .sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count {
        background: #55bfb1;
    }

    .conpages {
        margin: 0 20px;
        min-height: 150px;
    }

    .introinfo {
        padding: 25px 0;
        border-bottom: 1px solid #ddd;
    }

    .introinfo p {
        font-size: 15px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    .reviewlist {
        padding: 25px 0;
    }

    .reviewlist h5 {
        font-size: 21px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .reviewlist p {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    .reviewlist ul li {
        padding: 15px;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }

    .reviewlist ul li h4 {
        font-size: 16px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .reviewlist ul li h4 span {
        width: 44px;
        height: 44px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/others/member.png) no-repeat center / cover;
        border: 1px solid #ddd;
        border-radius: 100%;
    }

    .reviewlist ul li div {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
    }

    .information {
        padding: 25px 0;
    }

    .information h5 {
        font-size: 21px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #000;
    }

    .information p {
        font-size: 13px;
        font-family: 'Noto Sans KR';
        font-weight: 400;
        color: #666;
        margin-bottom: 20px;
    }

    /* 레이어팝업 */
    .fixed_layer {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 1100;
        display: none;
    }

    .fixed_layer > div {
        width: 100%;
        background-color: #fff;
        margin: auto;
        padding: 25px;
        display: none;
        position: relative;
    }

    .fixed_layer > div > h3 {
        font-family: 'Noto Sans KR';
        color: #333;
        font-size: 27px;
    }

    .fixed_layer > div > h5 {
        font-family: 'Noto Sans KR';
        color: #333;
        font-size: 21px;
    }

    .fixed_layer > div > p {
        font-size: 14px;
        color: #f00;
        margin-bottom: 25px;
    }

    .fixed_layer > div ul li {
        padding: 5px 0;
    }

    .fixed_layer > div label {
        display: block;
        padding: 3px 0;
    }

    .fixed_layer > div input[type="text"], .fixed_layer > div input[type="password"], .fixed_layer > div input[type="tel"] {
        height: 35px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .fixed_layer > div input[type="submit"] {
        height: 40px;
        width: 100%;
        color: #fff;
        background: url(../img/back/blue.png) repeat-x center / auto 100%;
        font-size: 16px;
        font-family: 'Noto Sans KR';
        border: 0px;
        margin-top: 20px;
    }

    .fixed_layer > div textarea {
        width: 100%;
        height: 300px;
        border: 1px solid #eee;
        padding: 15px;
        box-sizing: border-box;
        color: #666;
    }

    .fixed_layer > div > span {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        background: url(../img/others/close_btns.png) no-repeat center;
        cursor: pointer;
    }

    .fixed_layer .memout {
    }

    .fixed_layer .memout h6 {
        color: #f00;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .fixed_layer .memout p {
        padding: 3px 0;
        color: #666;
    }

    .fixed_layer .memout input[type="text"] {
        margin-top: 10px;
    }

    .fixed_layer .memout input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fff;
        border: 1px solid #ddd;
        color: #666;
        margin: 0px;
    }

    .fixed_layer .memout a {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fe4c02;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        margin: 0px;
    }

    .fixed_layer .accplus {
    }

    .fixed_layer .accplus p {
        padding: 3px 0;
        color: #666;
        display: flex;
    }

    .fixed_layer .accplus p label {
        display: block;
        width: 70px;
        height: 40px;
        line-height: 40px;
        color: #666;
    }

    .fixed_layer .accplus input[type="text"], .fixed_layer .accplus input[type="tel"], .accplus select {
        width: calc(100% - 70px);
        border: 1px solid #ddd;
    }

    .fixed_layer .accplus input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        background-color: #fe4c02;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }
	
	
	.fixed_layer .cardplus {}
	.fixed_layer .cardplus .oneipt { 
	    padding:3px 0;
		color:#666;
	}
	.fixed_layer .cardplus .oneipt label { 
	    display:block;
		padding:5px 0;
		color:#666; 
	}
	.fixed_layer .cardplus .oneipt input[type="text"], .fixed_layer .cardplus .oneipt input[type="password"], .fixed_layer .cardplus .oneipt input[type="tel"] { 
	    width:calc(25% - 4px);
		display:inline-block;
		vertical-align:top; 
	}
	.fixed_layer .cardplus .twoipt { 
	    padding:5px 0;
		color:#666;
		display:flex; 
	}
	.fixed_layer .cardplus .twoipt p { 
	    width:50%; 
	}
	.fixed_layer .cardplus .twoipt p:first-child { 
	    width:49%;
		margin-right:1%; 
	}
	.fixed_layer .cardplus .twoipt p label { 
	    display:block;
		padding:3px 0;
		color:#666; 
	}
	.fixed_layer .cardplus input[type="submit"] { 
	    display:inline-block;
		vertical-align:top;
		width:calc(50% - 4px);
		background-color:#fe4c02;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff;
		font-size:13px; 
	}
	
	

    .rg_fixed {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 50px;
        z-index: 1001;
        text-align: center;
        display: none;
    }

    .rg_fixed img {
        border-radius: 100%;
        max-width: 100%;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    }

    .rg_fixed ul {
    }

    .rg_fixed ul li p {
        margin-bottom: 10px;
    }

    .rg_fixed ul li #top_btns {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 100%;
        border: 0px;
        color: #666;
        font-size: 13px;
        border: 1px solid #eee;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    }
}

.lefttxt {
    text-align: left;
}

.righttxt {
    text-align: right;
}

/* 버튼박스 */
.btnbox {
    text-align: center;
}

.btnbox input {
    border: 0px;
}

.blackbtn {
    background: url(../img/back/black.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
}

.bluebtn {
    background: url(../img/back/blue.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
}

.greenbtn {
    background: url(../img/back/green.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
}

.lad01btn {
    background: url(../img/back/lad01.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
}

.orangebtn {
    background-color: #fe4c02;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
	border:0px;
}

.redbtn {
    background: url(../img/back/red.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
}

.skybluebtn {
    background: url(../img/back/skyblue.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #fff;
}

.whitebtn {
    background: url(../img/back/white.png) repeat-x center / auto 100%;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 3px;
    position: relative;
    color: #666;
    border: 1px solid #ddd;
}


.greentxt {
	color:#090;
}
.redtxt {
	color:#f00;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    top: 6px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 2px;
    left: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}