@charset "utf-8";

/* 왼쪽메뉴 제거 */
#sidemenu{display:none !important;}

 

.sec_left {
    float: left;
    width: 70%;
    padding: 0 50px;
}

@media(max-width:1200px){
    
    .sec_left {
    float: none;
    width: 100%;
    padding: 0 20px; 
}
    
 
    
}

.sec_left ul {
    padding-bottom: 0px;
}

.sec_left ul li {
    overflow:hidden;
    margin-bottom: 15px !important;
}

.sec_left ul li.agree {
    margin-top: 50px;
}

.sec_right {
    float: right;
    width: 30%;
    position: relative;
}

/*셀렉트박스 이쁘게*/

/*Styling Selectbox
.dropdown {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #ccc;
    height: 100%;
    text-align: left;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 12px 10px;
}

.dropdown .select > i {
    font-size: 13px;
    color: #ccc;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

*/


/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width: 100%;
    text-align: center;
}

#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-size: 95%;
    width: 100%;
    /*   float: left; */
    position: relative;
    height: 50px;
    text-align: left;

}

#progressbar li span {
    padding-left: 10px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #f30;
    background: #e7e9ec;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    float: left;
    text-align: center;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 2px;
    height: 112px;
    background: #e7e9ec;
    position: absolute;
    left: 9px;
    margin-left: 0;
    top: -110px;
    z-index: -1;
    visibility: visible;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before

/* ,  #progressbar li.active:after */
    {
    background: #e92270;
    color: #e7e9ec;
}





/* ### 기본 스타일 커스터마이징 시작 ### */
.new_win{width:400px; margin:0 auto;}
.new_win #win_title {
    height: auto;
    line-height: 50px !important;
}

.new_win .new_win_con {
    padding: 30px 0 50px 0;
    margin: 0;
}

.new_win .new_win_con ul li{display:block; overflow:hidden;position:relative;}


/* 캘린더 { */
.ui-widget-header {
    border: 0px solid #dddddd;
    background: #fff;
}

.ui-datepicker-calendar > thead > tr > th {
    font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
    background-color: transparent;
    font-weight: normal;
    color: #454545;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 0em;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    padding: 0px;
    font-weight: bold;
}

.ui-datepicker {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    padding-bottom: 10px;
    width: 350px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
    border: 1px solid #eee;
}

#datepicker:focus > .ui-datepicker {
    display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-next {
    float: right;
}

.ui-state-disabled {
    cursor: auto;
    color: hsla(0, 0%, 80%, 1);
}

.ui-datepicker-title {
    text-align: center;
    padding: 10px;
    font-weight: 100;
    font-size: 20px;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar > thead > tr > th {
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
}


.ui-datepicker-calendar > tbody > tr > td > a {
    color: #000;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none;

}


.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
    cursor: auto;
    background-color: #fff;
}

.ui-datepicker-calendar > tbody > tr > td {
    border-radius: 100%;
    width: 44px;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
}

.ui-datepicker-calendar > tbody > tr > td:hover {
    background-color: transparent;
    opacity: 0.6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px solid #cccccc;
    background-color: transparent;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-widget-header .ui-icon {
    background-image: url('../theme/basic/skin/board/event_basic/img/btns.png');
}

.ui-icon-circle-triangle-e {
    background-position: -20px 0px;
    background-size: 36px;
}

.ui-icon-circle-triangle-w {
    background-position: -0px -0px;
    background-size: 36px;
}

.ui-datepicker-calendar > tbody > tr > td:first-child a {
    color: red !important;
}

.ui-datepicker-calendar > tbody > tr > td:last-child a {
    color: #0099ff !important;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
    color: red !important;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
    color: #0099ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 0px;
    background: #f1f1f1;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.agree_check label {
    margin-bottom: 0;
}

/* } */



.right_btn_wrap {
    position: relative;
}

.right_btn {
    position: static;
    width: 100% !important;
    height: auto !important;
}

#mb_confirm fieldset .div_box {
    clear: both;
    display: block;
    padding-bottom: 5px;
}

.re_passwd {
    border: 0 !important;
}

.agree label {
    display: none !important;
}

.txt_area {
    box-sizing: border-box;
    display: block !important;
    float: right;
    width: calc(100% - 78px) !important;
    height: auto !important;
    padding-left: 0px !important;
    font-size: 15px;
    border: 0px solid #dedede !important;
}




.modal-content {
    z-index: 9999999;
}

.modal-backdrop.show {
    z-index: 8;
}

/*휴대폰인증넣기*/
#win_hp_auth {
    position: absolute;
    bottom: 13px;
    right: 10px;
    width: auto;
    height: 25px;
    border: 1px solid #e92270;
    background: #fff;
    color: #e92270;
    font-size: 85%;
    line-height: 17px;
    padding: 5px;
}

#win_hp_auth:hover {

    background: #e92270;
    color: #fff;
}


@media(max-width:1200px) {

    #win_hp_auth {
        position: static;
        top: 0;
        right: 0;

    }

}

/*휴대폰인증넣기*/



.mbskin h1 img {
    /*
	-webkit-filter: invert(1);
   filter: invert(1);
   */
}

@media(max-width:1200px) {
    .mbskin h1 img {}
}

/*선택화면*/
ul.join_select {
    display: table;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px;
}

ul.join_select li {
    display: table-cell;
    padding: 50px;
    margin: 0;
    border: 0;
    overflow: hidden;
    position: relative;
}

ul.join_select li:hover {
    background: #f8f8f8;
}


ul.join_select li:nth-child(2) {
    border-left: 1px solid #ddd;
}

ul.join_select li p {
    text-align: center;
}

ul.join_select li a.btn {
    font-size: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #f80;
    height:auto;
    font-weight: 900;
    line-height: 100%;
    padding: 10px 50px;
}

ul.join_select li a.join_a {
    border: 5px solid #2dc9dc;
    color: #2dc9dc
}

ul.join_select li a.join_b {
    border: 5px solid #3889f6;
    color: #3889f6
}

ul.join_select li:hover p span.role_tit span {}

ul.join_select li:hover a.join_a {
    background: #2dc9dc;
    color: #fff;
}

ul.join_select li:hover a.join_b {
    background: #3889f6;
    color: #fff;
}

ul.join_select li p span {}

ul.join_select li p span.role_tit {
    font-size: 280%;
    font-family: 'GmarketSansBold';
}

ul.join_select li p span.role_tit.tit_pro {
    color: #2dc9dc;
}

ul.join_select li p span.role_tit.tit_customer {
    color: #3889f6;
}



ul.join_select li p span.processtext {
    display: block;
    letter-spacing: 5px;
    padding-top: 0px;
}

ul.join_select li ion-icon {
    font-size: 2000%;
    position: absolute;
    right: -50px;
    bottom: -50px;
    color: #efefef;
}

@media(max-width:1200px) {
    ul.join_select li {
        display: block;
        width: 100%;
        padding: 10px;
        float: none;
        border: 0;
    }
}


/*회원가입 관련안내*/
.henal_join {
    clear: both;
    margin-top: 0px;
    overflow: hidden;
    padding: 0 30px;
}

.henal_join h1.tit {
    font-size: 180%;
    text-align: center;
    line-height: 100%;
    padding: 50px 0 15px 0;
    ;
}

.henal_join span.tit {
    font-size: 100%;
    text-align: center;
    display: block;
    color: #777;
}

.henal_join .heading-block {
    margin-bottom: 30px;
}

.feature-box.fbox-center.fbox-plain .fbox-icon ion-icon {
    font-size: 700%;
}

/*광고*/
.ad {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    border: 20px solid #f8f8f8;
}

.ad .feature-box {
    padding-bottom: 15px;
}

.ad .feature-box p {
    text-indent: 20px;
}

.ad .feature-box p span.role {
    color: #fff;
    padding: 5px 10px;
    font-size: 85%;
    line-height: 100%;
    margin-right: 5px;
}

.ad .feature-box p span.role.tit_pro {
    background: #2dc9dc;
}

.ad .feature-box p span.role.tit_customer {
    background: #3889f6;
}




.ad h4 {
    text-align: center;
    font-size: 160%;
    padding-bottom: 30px;
}

.ad h4 img {
    margin: 0 5px;
}

.ad h3 {
    position: relative;
    padding-left: 20px;
    font-size: 130%;
    font-family: 'GmarketSansBold' !important;
    line-height: 100%;
    padding-bottom: 5px;
}

.ad h3:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #e92270;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -11px;
    border-radius: 50%;
}

/*타이틀*/
.cont_title {
    margin: 0px 0;
    text-align: left;
    color: #333;
    font-size: 150%;
    font-weight: 900;
    background: none;
    padding: 0px 0;
    line-height: 100%;
    padding-bottom: 35px;
}







/* Form progressbar */
.progressbar {
    width: 100%;
    margin: 20px auto !important;
    text-align: center;
}

.progressbar .circle,
.progressbar .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}

@media(max-width:1200px) {
    .progressbar .bar {
        width: 40px !important;
    }
}


.progressbar .bar {
    position: relative;
    width: 80px;
    height: 6px;
    top: -33px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.progressbar .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}

.progressbar .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

/* Done / Active */
.progressbar .bar.done,
.progressbar .circle.done {
    background: #eee;
}

.progressbar .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progressbar .circle.done .label {
    color: #FFF;
    background: #8bc435;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progressbar .circle.done .title {
    color: #444;
}

.progressbar .circle.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progressbar .circle.active .title {
    color: #0c95be;
}




/*가입시 약관*/
textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 500px;
}

/*회원가입완료*/
#reg_result p {
    text-align: center;
}

.btn_group {
    clear: both;
    display: block;
    padding: 30px 0;
}

.btn_group .search {}

.btn_group .join {
    padding: 0 20px;
}

/*회원가입부분 해피스탬프스타일 수정*/
#local {
    padding-top: 0 !important;
}

.locationbox {}

#register_form,
#reg_result,
.mbskin {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0px !important;
    margin-top: 50px;
    margin-bottom: 0 !important;
    position: relative !important;
}

@media(max-width:1200px) {

    #register_form,
    #reg_result,
    .mbskin {
        padding: 0 !important;
    }
}



.must_caution {
    /*
    position: absolute;
    right: 40px;
    top: 0px;
    */
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #1d1d1d;
    margin-bottom: 20px !important;
}

.frm_input {
    height: 52px;
    font-size: 15px;
}

.idcheck.ivd {
    background: #3889f6;
    color:#fff;
}

.idcheck.biz {
    background: #fff;
    color:#000;
}

.idcheck {
    background: #2dc9dc;
    text-align: center;
    color: #0e0404;
    display: inline-block;
    position: absolute;
    right: 19px;
    bottom: 11px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    border-radius: 3px;
    font-size: 80%;
}


@media(max-width:1200px) {
    .idcheck {
        position: static;
        margin: 5px 0;
        width: calc(100% - 0px);
    }
}



.addresscheck {
    background: #313131;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 17px;
    bottom: 0px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 8px 0;
    border-radius: 3px;
    border: 0;
}

.form_01 li {
    position: relative;
    margin: 0;
    margin-bottom: 30px !important;
}

.form_01 li.tight {
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 85%;
}

.form_01 li.tight a {
    text-decoration: underline;
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border: 1px solid #dedede !important;
    padding-left: 15px !important;
}

.form_01 li label,
#mb_confirm_id,
#mb_confirm .confirm_id {
    display: block;
    font-family: 'GmarketSansMedium' !important;
    line-height: 130%;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px !important;
    color: #ddd;
}

.frm_input,
#mb_confirm fieldset .frm_input,
#mb_confirm_id {
    box-sizing: border-box;
    display: block !important;
    float: left;
    /* width: calc(100% - 78px) !important; */
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 14px;
    font-size: 15px;
    border: 1px solid #dedede;
}

#fregisterform .frm_info {clear:both;}

#fregisterform .btn_confirm {
    width: 100%;
    margin: 0 auto;
    font-size: 120% !important;
}

.btn_submit {
    background: #ca202a !important;
    color:#eee;
}

.btn_submit:hover {
    background: #9c0c15 !important;
}


/*회원가입부분 해피스탬프스타일 수정*/


@media(max-width:1200px) {

    .form_01 li label,
    #mb_confirm_id,
    #mb_confirm .confirm_id {
        font-size: 90%;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}



/* 기본박스 */
.mbskin {
    clear: both;
    position: relative;
    margin: 30px auto 0;
    border: 0px solid #ddd;
    width: 400px !important;
    height: auto !important;
    text-align: center;
    /* margin: 50px auto !important; */
    padding: 0 50px !important;
    border-radius: 50px;
}

.mbskin form {}

@media(max-width:1200px) {
    .mbskin {
        width:100% !important;
        margin: 0;
    }

}


/* 버튼 */
.mbskin a.btn01 {}

.mbskin a.btn01:focus,
.mbskin .btn01:hover {}

.mbskin a.btn02 {}

.mbskin a.btn02:focus,
.mbskin .btn02:hover {}

.mbskin .btn_confirm {}

/* 서식단계 진행 */
.mbskin .btn_submit {}

.mbskin .btn_submit:hover {
    background: #000 !important;

}

.mbskin button.btn_submit {}

.mbskin fieldset .btn_submit {}

.mbskin .btn_cancel {}

.mbskin button.btn_cancel {}

.mbskin .btn_cancel:focus,
.mbskin .btn_cancel:hover {}

.mbskin a.btn_frmline,
.mbskin button.btn_frmline {}

/* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}

.mbskin .win_btn {}

/* 새창용 */
.mbskin .win_btn button {}

.mbskin .win_btn input {}

.mbskin .win_btn a {}

.mbskin .win_btn a:focus,
.mbskin .win_btn a:hover {}

/* 게시판용 버튼 */
.mbskin a.btn_b01 {}

.mbskin a.btn_b01:focus,
.mbskin .btn_b01:hover {}

.mbskin a.btn_b02 {}

.mbskin a.btn_b02:focus,
.mbskin .btn_b02:hover {}

.mbskin a.btn_admin {}

/* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus,
.mbskin a.btn_admin:hover {}



/*
.mbskin:before,.mbskin:after{

content:"";
position:absolute;z-index:-1;top:2%;bottom:0;left:10px;right:10px;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
       box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-border-radius:100px / 10px;
     border-radius:100px / 10px;}


.mbskin:after{right:10px;left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);}

            */
.mbskin .frm_input {
    width: 100% !important;
}

.mbskin .btn_submit {
    clear:both;
    width: 100%;
    margin: 10px 0 0;
    height: auto;
    font-weight: bold;
    font-size: 1.25em
}

.mbskin h1 {
    display:inline-block;
    margin: 30px;
}


/* 기본테이블 */

.mbskin .tbl_head01 {}

.mbskin .tbl_head01 caption {}

.mbskin .tbl_head01 thead th {}

.mbskin .tbl_head01 thead a {}

.mbskin .tbl_head01 thead th input {}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}

.mbskin .tbl_head01 tfoot td {}

.mbskin .tbl_head01 tbody th {}

.mbskin .tbl_head01 td {}

.mbskin .tbl_head01 a {}

.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}

.mbskin caption {}

.mbskin .frm_info {}

.mbskin .frm_file {}

.mbskin .tbl_frm01 {}

.mbskin .tbl_frm01 th {
    width: 85px;
}

.mbskin .tbl_frm01 td {}

.mbskin .tbl_frm01 textarea,
.mb_skin tbl_frm01 .frm_input {}

.mbskin .tbl_frm01 textarea {}

/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required,
.mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}

.mbskin .td_chk {}

.mbskin .td_date {}

.mbskin .td_datetime {}

.mbskin .td_group {}

.mbskin .td_mb_id {}

.mbskin .td_mng {}

.mbskin .td_name {}

.mbskin .td_nick {}

.mbskin .td_num {}

.mbskin .td_numbig {}

.mbskin .txt_active {}

.mbskin .txt_expired {}

/* ### 기본 스타일 커스터마이징 끝 ### */




/* 회원가입 약관 */
#fregister p {
    text-align: center;
    color: #c7254e;
    background: #f9f2f4;
    padding: 10px;
    border: 1px solid #ecc7d2;
    margin: 0 0 5px
}

#fregister section {
    ;
    margin: 10px auto 30px;
    border: 1px solid #dbdbdb;
    position: relative;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 1px 3px #eee;
    -moz-box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px #eee;
}

#fregister_chkall {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

#fregister h2 {
    text-align: left;
    padding: 5px 20px;
    border-bottom: 1px solid #dbdbdb;
    background: #f8f8f8;
    font-weight: bold;
}

#fregister textarea {
    display: block;
    padding: 20px;
    width: 100%;
    height: 80px;
    background: #fff;
    border: 0;
    line-height: 1.2em;
    font-size: 80%;
    /**/
}

#fregister .fregister_agree {
    position: static;
    top: 0;
    right: 0;
    ;
    padding: 0 15px;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

#fregister .fregister_agree label {
    font-weight: 100;
    font-size: 95%;
}

#fregister_private div {
    padding: 20px;
    background: #fff;
    font-size: 80%;
    /**/
}

#fregister_private table {
    width: 100%;
    border-collapse: collapse
}

#fregister_private table caption {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#fregister_private table th {
    background: #646982;
    width: 33.33%;
    color: #fff;
    padding: 10px;
    border: 1px solid #555971
}

#fregister_private table td {
    border: 1px solid #ddd;
    padding: 10px;
}

#fregister .btn_confirm {
    text-align: center;
}

#fregister .btn_confirm .btn_submit {
    height: 50px;
    padding: 0 40px;
    font-weight: bold;
    font-size: 1.083em
}

/* 회원가입 입력 */
#register_form {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}

#fregisterform #msg_certify {
    margin: 5px 0 0;
    padding: 5px;
    border: 1px solid #dbecff;
    background: #eaf4ff;
    text-align: center
}

#fregisterform .frm_address {
    margin: 0px 0 0;
    float: right;
}

#fregisterform #mb_addr3 {
    display: inline-block;
    margin: 5px 0 0;
    vertical-align: middle
}

#fregisterform #mb_addr_jibeon {
    display: block;
    margin: 5px 0 0
}

#fregisterform .btn_confirm {
    text-align: center
}

#fregisterform .btn_confirm .btn_submit {
    width: 100%;
    height: 45px;
    ;
    padding: 0 30px;
    font-weight: bold;
    font-size: 1.083em;
    background: #e92270;
}


#fregisterform .btn_confirm .btn_submit.ivd {
    background: #3889f6 !important;
    color:#fff;
}

#fregisterform .btn_confirm .btn_submit.biz {
    background: #2dc9dc !important;
}


#fregisterform .btn_confirm .btn_cancel {
    line-height: 45px;
    width: 100%;
    height: 45px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 1.083em;
    margin-bottom: 5px;
}

#fregisterform .frm_info {
    display: block;
    color: #777;
    font-size: 12px;
    padding-top: 5px;
}

#fregisterform .form_01 div.useok {
    margin: 0 0 0px
}

#fregisterform .form_01 div.auth {
    margin: 0 0 0px
}

#fregisterform .form_01 div.txt {
    line-height: 52px;
}

#fregisterform .form_01 div.txt input {
    margin: 0;
}

#fregisterform .reg_mb_img_file img {
    max-width: 100%;
    height: auto
}


/* 회원가입 완료 */
#reg_result {
    padding: 50px 0 40px;
    text-align: center;
    background: #fff;
    margin-top: 30px !important;
}

#reg_result.ivd {
    padding: 50px !important;
    background: #2dc9dc !important;
    border-radius: 30px !important;
}

#reg_result.biz {
    padding: 50px !important;
    background: #3889f6 !important;
    border-radius: 30px !important;
}

#reg_result h2 {
    font-size: 2em;
    margin: 0 0 20px
}

#reg_result h2 strong {
    color: #ed6478
}

#reg_result #result_email {
    margin: 20px 0;
    padding: 10px 50px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #dde4e9;
    background: #fff;
    line-height: 2em
}

#reg_result #result_email span {
    display: inline-block;
    width: 150px
}

#reg_result #result_email strong {
    color: #e8180c;
    font-size: 1.2em
}

#reg_result p {
    line-height: 1.8em;
    color: #fff;
}

#reg_result .btn_confirm {
    margin: 50px 0
}

#reg_result .reg_result_p {
    font-size: 110%;
    margin: 50px 0 10px;
    color: #222;
    line-height: 100%; 
    text-align: center;
}

#reg_result .reg_result_p strong {
    color: #fff;
    font-size: 130%;
}

#reg_result .btn_submit {
    padding: 0 30px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 30px 0 0;
    font-size: 1.083em;
color:#fff;
}
#reg_result .btn_submit:hover{background:#f8f8f8; color:#333;}
/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {
    display: inline-block;
    margin-left: 10px
}

#find_info p {
    line-height: 1.5em
}

#find_info #mb_email {
    margin: 10px 0;
}

/* 로그인 */
#mb_login {
    width: 50%;
    padding:20px;
    background:#f8f8f8;
    
}

@media(max-width:480px) {
    #mb_login {
        width: 100%;
    }
}


#mb_login form {border-radius:20px;}

#login_fs {
    padding: 0 0px
}

#mb_login #login_fs .frm_input {
    margin: 0 0 10px
}

#mb_login #login_fs .btn_submit {
    margin: 0 0 20px;
    padding: 15px 0;
    color:#fff;
}

#mb_login #login_info {
    
    padding: 20px 10px;
    border-top: 0px solid #e8e8e8;
    margin: 0px 0 0;
}

.btn-return a{font-size:90%; text-decoration: underline;}

@media(max-width:425px){
    .btn-return a{display:block;}
}

#mb_login #login_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#mb_login #login_info h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#login_password_lost {
    border-right: 1px solid #ddd;
    padding: 0 20px;
}

#mb_login_notmb {
    margin: 30px auto;
    padding: 20px 30px;
    width: 100%;
}


@media(max-width:1200px) {
    #login_fs {
        padding: 0 0px
    }

}



#mb_login_notmb h2 {
    font-size: 1.25em;
    margin: 20px 0 10px
}

#guest_privacy {
    border: 1px solid #ccc;
    text-align: left;
    line-height: 1.6em;
    color: #666;
    background: #fafafa;
    padding: 10px;
    height: 150px;
    margin: 10px 0;
    overflow-y: auto
}

#mb_login_notmb .btn_submit {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

#mb_login_od_wr {
    margin: 30px auto;
    padding: 20px 30px
}

#mb_login_od_wr h2 {
    font-size: 1.25em;
    margin: 20px 0 10px
}

#mb_login_od_wr .frm_input {
    margin: 10px 0 0
}

#mb_login_od_wr p {
    background: #f3f3f3;
    margin: 20px 0 0;
    padding: 15px 20px;
    line-height: 1.5em
}

/* 쪽지 */
#memo_list .memo_name,
#memo_list .memo_name .sv_wrap {
    font-weight: bold
}

#memo_list .memo_datetime {
    float: right;
    font-size: 0.92em;
    color: #777;
    font-style: normal
}

#memo_list .memo_del {
    margin-left: 5px;
    color: #49857c;
    font-size: 15px;
}

#memo_view_contents {
    margin: 10px 0;
    border: 1px solid #ddd;
}

#memo_view_contents h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#memo_view_ul {
    margin: 0;
    border-bottom: 1px solid #eee;
    list-style: none;
    background: #f3f3f3;
}

#memo_view_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.memo_view_li {
    position: relative;
    padding: 10px;
    float: left;
    width: 50%;
}

.memo_view_name strong,
.memo_view_name .sv_wrap {
    font-weight: bold !important
}

.memo_view_subj {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    border: 1px solid #313131;
    color: #313131;
    padding: 0 5px;
    border-radius: 15px;
    font-size: 11px;
}

.memo_view_li .profile_img img {
    border-radius: 50%
}

.memo_view_date {
    text-align: right;
    color: #555;
    font-style: normal
}

.memo_view_date strong {
    font-weight: normal
}

#memo_view .btn_b02 {
    float: right
}

#memo_view .btn_b02.reply_btn {
    margin-left: 4px
}

#memo_view p {
    padding: 10px;
    border-top: 1px solid #ddd;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    background: #fff;
    line-height: 1.8em
}

#memo_write textarea {
    height: 100px
}

/* 스크랩 */
#scrap .scrap_tit {
    font-weight: bold;
    display: block;
    font-size: 1.083em;
    margin-bottom: 5px;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: -1px;
}

#scrap .scrap_cate {
    display: block;
    color: #f88;
    font-size: 0.92em;
    float: left;
    padding-right: 10px;
}

#scrap .scrap_datetime {
    ;
    color: #ccc;
    float: right;
    font-size: 80%;
    letter-spacing: -1px;
}

#scrap .scrap_del {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    color: #f88
}

#scrap .scrap_del:hover {
    color: #98ca69
}

#scrap_do table {
    margin: 0 0 10px;
    width: 100%
}

#scrap_do textarea {
    height: 100px
}

#scrap_do .scrap_tit {
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 1.083em;
    font-weight: bold
}

#scrap_do label {
    display: block;
    margin: 0 0 5px;
    font-size: 0.92em
}

/*포인트*/
#point .point_top {
    line-height: 15px;
    margin: 0 0 5px
}

#point .point_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#point .point_tit {
    font-weight: bold;
    float: left;
    font-size: 90%;
    display: block;
}

#point .point_num {
    font-size: 95%;
    color: #f60;
    font-weight: bold;
    float: right;
}

#point .point_date1 {
    float: right;
    color: #666;
    font-size: 60%;
}

#point .point_date {
    float: right;
    color: #555;
    font-style: normal
}

#point .txt_expired {
    color: #aaa;
}

#point .point_all {
    background: #f60;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.083em
}

#point .point_all span,
#point .point_status span {
    float: right;
}

#point .point_status {
    background: #737373;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.083em;
    border-radius: 10px;
}

#point .point_status span {
    margin-left: 10px
}

/* 회원 비밀번호 확인 */
#mb_confirm {}

#mb_confirm h1 {
    margin: 0px 0 30px;
    font-size: 2em
}

#mb_confirm p {
    padding: 0 0px 10px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    color: #ddd;
    margin-bottom: 50px;
}

#mb_confirm p strong {
    display: block;
    color: #313131;
    font-size: 1.167em;
    margin: 0 0 5px
}

#mb_confirm fieldset {
    ;
    padding: 0px;
    text-align: left
}

#mb_confirm fieldset .frm_input {
    background-color: #222 !important;
    color:#ddd;
}

#mb_confirm label {
    letter-spacing: -0.1em
}

#mb_confirm_id {
    display: block;
    margin: 5px 0 10px;
    font-weight: bold
}

#mb_confirm .confirm_id {
    font-size: 0.92em;
    color: #666
}


@media(max-width:1200px) {
    #mb_confirm fieldset {
        padding: 50px 0;
    }

}



/* 비밀글 비밀번호 확인 */
#pw_confirm h1 {
    margin: 60px 20px 30px;
        font-family: 'GmarketSansLight' !important ;
    font-size: 16pt;
    text-align: center;
    color: #333;
}

#pw_confirm p {
    padding: 0 20px 40px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.083em;
    line-height: 1.4em;
    color: #656565
}

#pw_confirm p strong {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    margin: 0 0 25px;
    background:#333;
    border-radius:30px;
    border:10px solid #f8f8f8;
    padding:20px;
}

#pw_confirm fieldset {
    ;
    padding: 0px;
    text-align: center
}

#pw_confirm fieldset .frm_input {
    background-color: #fff !important
}

#pw_confirm label {
    letter-spacing: -0.1em
}

#pw_confirm_id {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold
}

#mb_confirm_id {}

/* 폼메일 */
#formmail textarea {
    height: 100px
}

#formmail .formmail_flie {
    position: relative
}

#formmail .formmail_flie .file_wr {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 40px;
    margin: 0;
}

#formmail .lb_icon {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    background: #eee;
    text-align: center;
    color: #888;
}

#formmail .frm_file {
    padding-left: 50px;
}

#formmail .frm_info {
    color: #313131;
    font-size: 0.92em;
}

/* 자기소개 */
#profile h1 a {
    color: #fff
}

#profile table {
    margin-bottom: 0
}

#profile table th {
    text-align: left;
    padding: 10px;
    width: 100px
}

#profile section {
    color: #2d4c7b;
    background: #eff9f9;
    padding: 10px;
    border: 1px solid #bfd4dc;
    margin: 10px 0;
}

#profile h2 {
    margin: 0 0 5px
}

#profile .profile_name {
    text-align: center;
    font-weight: bold
}

#profile .my_profile_img {
    display: block;
    margin: 20px 0 5px;
}

#profile .my_profile_img img {
    border-radius: 50%;
    border: 1px solid #aaa
}

#profile .profile_img img {
    border-radius: 50%
}

#profile .profile_name .sv_wrap {
    font-weight: bold;
    text-align: left
}


/*가입유형선택
.join_sns{float:left; width:45%;}
.join_email{float:right; width:45%;}
*/

/*가입유형선택*/
.join_sns {
    float: none;
    width: 45%;
    display: none;
}

.join_email {
    float: none;
    width: 100%;
}


.policy{clear:both;}