﻿@charset "UTF-8";
/*$color-site: #17082d;*/
/*##############################*/
/*####### Mobile - 핸드폰 -s ########*/
/*##############################*/
@media all and (min-width: 1px) and (max-width: 576px) {
  /*#### 회원가입 ####*/
  /*## Step1 ##*/
  #TitleMain {
    margin: 20px 0px 20px 7px;
  }
  #Nav {
    display: none;
  }
  #NavStep {
    clear: both;
    display: none;
  }
  .TitleSub {
    padding: 0px 7px 5px 7px;
    font-size: 1rem;
  }
  .Step1TextArea {
    margin-left: 7px;
    width: 94% !important;
    height: 207px;
  }
  .ChkZone {
    text-align: right;
    font-weight: 700;
    height: 10pt;
    margin: 10px 7px 20px 0px;
  }
  .ChkLabel {
    font-size: 0.8rem;
  }
  #ChkAllZone {
    text-align: center;
    margin-top: 40px;
  }
  #ChkAllZone > button {
    width: calc(100% - 1rem);
    height: 40px;
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    border-radius: 6px;
  }
  #ChkAllZone > button > i {
    margin: 0px 7px 0px 0px;
  }
  #BtnZone {
    text-align: center;
    margin: 30px 0px 40px 0px;
    font-size: 0;
  }
  #BtnZone button {
    display: inline-block;
    width: 40%;
    height: 40px;
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
  }
  #BtnZone > a > img {
    position: relative;
    top: 16px;
    left: -10px;
  }
  #BtnSuccess {
    margin-left: 5px;
    background-color: #a42b2b !important;
    border: 1px solid #a42b2b !important;
    color: #ffffff;
  }
  .Step1TextArea {
    width: 100%;
  }
  /*## Step1 ##*/
  /*## Step2 ##*/
  #Step2TitleSub {
    padding-left: 30px;
  }
  #Step2Box {
    width: 973px;
    height: 273px;
    border: 1px solid #cdcdcc;
  }
  #Step2Box input {
    border: solid 1px #acadaf;
    height: 17px;
  }
  .JoinLabel {
    font-weight: 700;
    font-size: 9.75pt;
  }
  #LabelName {
    float: left;
    padding: 50px 20px 7px 233px;
  }
  #InputName {
    float: left;
    padding: 50px 0px 7px 0px;
  }
  #MemberName {
    width: 156px;
  }
  #LabelHp {
    clear: both;
    float: left;
    padding: 0px 20px 0px 315px;
  }
  #InputHp {
    float: left;
  }
  #MemberHp1 {
    width: 50px;
  }
  #MemberHp2 {
    width: 70px;
  }
  #MemberHp3 {
    width: 70px;
  }
  #Step2Btn {
    clear: both;
    text-align: center;
    padding-top: 20px;
  }
  #Step2Notice {
    text-align: center;
    padding-top: 45px;
  }
  /*## Step2 ##*/
  /*## Step3 ##*/
  .required {
    color: #c71a50;
    font-weight: 700;
  }
  #Step3Title {
    clear: both;
    float: left;
  }
  #Step3TitleComment {
    clear: both;
    vertical-align: top;
    position: relative;
    padding: 5px 0px 5px 10px;
  }
  #MemberTable {
    clear: both;
    border-top: 1px solid #d7d7d7;
    width: 92%;
    margin: 0 auto;
    font-size: 0.8rem;
  }
  #MemberTable input[type=text], #MemberTable input[type=password], #MemberTable select {
    width: 25%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    user-select: text !important;
    box-sizing: content-box;
    font-family: "Noto Sans KR", "돋움";
    font-weight: 100;
    letter-spacing: -0.03rem;
    background: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px #ddd;
    border-radius: 4px 5px 5px;
    line-height: 15px;
    padding: 4px;
    margin: 0 auto;
    vertical-align: middle;
    border: 1px solid #adacb1;
    height: 17px;
  }
  #MemberTable .postcodify_address, #MemberTable .postcodify_details {
    width: 45% !important;
  }
  #MemberTable .btn-blk-sqr-sm {
    height: 25px;
  }
  #MemberTable .Step3Alert {
    display: block;
  }
  #Step3Notice {
    padding: 0 1rem;
    font-size: 0.8rem !important;
  }
  #Step3TitleComment {
    font-size: 0.7rem;
  }
  div.postcodify_popup_layer.full_screen {
    position: fixed !important;
  }
  #MemberTable th {
    background-color: #f0f0f0;
    width: 25% !important;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  #MemberTable td {
    padding: 7px 5px 7px 5px;
    text-align: left;
    width: 75%;
    border-bottom: 1px solid #d7d7d7;
  }
  #MemberTable input {
    border: 1px solid #adacb1;
    margin-right: 4px;
  }
  #BtnIDChk {
    cursor: pointer;
  }
  #IDChkMsg {
    display: block;
  }
  .PasswordInput {
    width: 25%;
  }
  #UserID {
    width: 150px;
  }
  #EmailID {
    width: 100px;
  }
  #Zipcode1, #Zipcode2 {
    width: 60px;
    text-align: center;
  }
  #BirthYear {
    width: 70px;
    text-align: center;
  }
  #BirthMonth, #BirthDay {
    width: 50px;
    margin-left: 5px;
  }
  #ZipCode {
    margin-bottom: 10px;
  }
  #postcodify_search_button {
    cursor: pointer;
  }
  #Address1, #Address2 {
    width: 95%;
  }
  #EmailRootSelect, #Phone1, #BirthYear, #BirthMonth, #BirthDay {
    border: 1px solid #adacb1;
    height: 19px;
    margin-right: 4px;
    width: 25%;
  }
  #Phone2, #Phone3, #hp2, #hp3 {
    width: 25%;
  }
  .Step3Alert {
    color: #a76129;
  }
  #EmailChkZone, #SmsChkZone {
    margin-bottom: 7px;
  }
  #JoinTypeEtc {
    width: 250px;
  }
  #Step3Notice {
    padding-top: 20px;
    font-weight: 700;
    line-height: 170%;
  }
  /*## Step3 ##*/
  /*## 가입완료 ##*/
  /*## 가입완료 ##*/
  /*#### 회원가입 ####*/
  /*#### 로그인 ####*/
  #LoginPageZone {
    z-index: 999;
    position: relative;
    left: 0px;
    width: 100%;
    height: 380px;
  }
  #LoginZone {
    position: fixed;
    top: calc(50vh - 175px);
    left: 0px;
    height: 348px;
    border: 1px solid #cdcdcc;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    z-index: 999;
    width: 96%;
    margin: 0px 7px 0px 7px;
  }
  #LoginZone button {
    font-size: 0.8rem;
    font-weight: 300;
  }
  #LoginTitle {
    padding-bottom: 12px;
    border-bottom: 1px dashed #d7d7d7;
  }
  #LoginTitle > span {
    font-size: 1rem !important;
    font-weight: 400;
  }
  #LoginZone span {
    display: inline-block;
    font-size: 0.8rem;
  }
  #LoginErrorMessageZone {
    padding: 10px 0px 0px 160px;
  }
  #LoginErrorMessage {
    color: red;
  }
  #SessionID, #Password {
    width: 88%;
    height: 21px;
    border: 1px solid #cdcdcd;
  }
  #IDZone {
    padding: 10px 0px 5px 10px;
  }
  #InputID, #InputPw {
    width: 50%;
  }
  #LabelID {
    width: 58px;
    height: 24px;
  }
  #PWZone {
    padding: 0px 0px 5px 10px;
  }
  #LabelPw {
    width: 58px;
    height: 24px;
  }
  #SaveLoginZone {
    padding: 2px 0px 13px 14px;
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    padding-left: 96px;
  }
  #SaveLoginZone label {
    font-size: 0.8rem;
  }
  #SaveLogin {
    width: 10px;
    height: 10px;
    /*margin-bottom:7px;*/
    /*    position: absolute;
        top: 0px;
        left: 83px;*/
  }
  #BtnLogin {
    position: relative;
    background-color: #7f4a1f;
    border: 0px;
    color: #ffffff;
    font-weight: 400;
    width: 68px;
    height: 54px;
    float: right;
    top: -65px;
    left: -20px;
  }
  #JoinZone {
    clear: both;
  }
  #JoinZone > span:first-child, #FindIDZone > span:first-child, #FindPwZone > span:first-child {
    display: inline-block;
    width: 62%;
  }
  #JoinZone > span:last-child, #FindIDZone > span:last-child, #FindPwZone > span:last-child {
    display: inline-block;
    width: 35%;
  }
  .exp_no {
    display: inline-block;
    margin-right: 10px;
    color: #7f4a1f;
    font-weight: 700;
  }
  .LoginSubBtn button {
    background-color: #f5f5f5;
    border: 1px solid #d8c8bb;
    width: 90px;
    height: 22px;
    color: #7d7d7d;
  }
  .LoginSubBtnJoin button {
    background-color: #7f4a1f;
    border: 1px solid #7f4a1f;
    color: #ffffff;
  }
  .LoginComment {
    /*width:393px;*/
    height: 27px;
    padding-left: 20px;
  }
  .LoginSubBtn {
    width: 90px;
  }
  #WrongPassword {
    color: red;
    font-weight: 700;
  }
  /*#### 로그인 ####*/
  /*#### 아디/바번찾기 ####*/
  #FindContent {
    margin: 0 auto;
    width: 96%;
    clear: both;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0px 25px 20px 0px;
    background-color: #f5f5f5;
  }
  #FindNameWrap {
    width: 90%;
    padding-left: 10px;
  }
  #FindContent label {
    padding-left: 15px;
    padding-top: 15px;
    font-size: 14pt;
  }
  #FindMemberHp > input {
    display: inline-block;
    width: 20%;
  }
  #FindBtn button {
    margin-left: 15px;
    margin-top: 15px;
  }
  #FindErrorMessage {
    color: red;
    padding: 15px 10px 10px 10px;
    font-size: 12pt;
    margin: 0 auto;
  }
  #hp1, #hp2, #hp3 {
    width: 150px;
  }
  #FindResult {
    width: 100%;
    height: 160px;
    text-align: center;
    font-size: 12pt;
    padding-top: 75px;
  }
  /*#### 아디/바번찾기 ####*/
  /*#### 회원정보 수정 확인 ####*/
  #MemberViewTitleZone {
    margin: 0px 0px 0px 0px;
  }
  #MemberViewTitle {
    font-weight: bold;
    font-size: 11pt;
    background-color: #f9f9f9;
  }
  #MemberWriteChk {
    margin-top: 15px;
  }
  #MemberWriteChk button {
    margin-top: 15px;
  }
  /*#### 회원정보 수정 확인 ####*/
  .MemberTermContent {
    padding: 30px;
    white-space: pre-wrap; /* CSS3*/
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-all; /* Internet Explorer 5.5+ */
  }
}
/*##############################*/
/*####### Mobile - 핸드폰 -e ########*/
/*##############################*/
/*##############################*/
/*######### PC 컴퓨터 -s ##########*/
/*##############################*/
@media all and (min-width: 577px) {
  /*#### 회원가입 ####*/
  /*## Step1 ##*/
  textarea {
    width: 100%;
    height: 207px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    line-height: 180%;
    font-size: 12px;
  }
  .TitleSub {
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    margin-top: 30px;
  }
  .ChkZone {
    text-align: right;
    font-weight: 700;
    height: 10pt;
    margin-top: 10px;
  }
  #ChkTerm, #chkInfo {
    margin-bottom: 9px;
  }
  .ChkLabel {
    position: relative;
    top: -4px;
  }
  .ChkLabel > label {
    font-size: 14px;
  }
  #ChkAllZone {
    text-align: right;
    margin-top: 20px;
  }
  #ChkAllZone > button {
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    border-radius: 6px;
  }
  #ChkAllZone > button > i {
    margin: 0px 7px 0px 0px;
  }
  #BtnZone {
    text-align: center;
    margin: 30px 0px 40px 0px;
    padding-bottom: 100px;
  }
  #BtnZone > button {
    width: 150px;
    height: 40px;
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    /*border-radius:6px;*/
  }
  #BtnSuccess {
    background-color: #a42b2b !important;
    border: 1px solid #a42b2b !important;
    color: #ffffff;
  }
  #BtnSuccess > i {
    position: relative;
    top: 2px;
    left: 5px;
  }
  /*## Step1 ##*/
  /*## Step2 ##*/
  #Step2TitleSub {
    padding-left: 30px;
  }
  #Step2Box {
    width: 973px;
    height: 273px;
    border: 1px solid #cdcdcc;
  }
  #Step2Box input {
    border: solid 1px #acadaf;
    height: 17px;
  }
  .JoinLabel {
    font-weight: 700;
    font-size: 9.75pt;
  }
  #LabelName {
    float: left;
    padding: 50px 20px 7px 233px;
  }
  #InputName {
    float: left;
    padding: 50px 0px 7px 0px;
  }
  #MemberName {
    width: 156px;
  }
  #LabelHp {
    clear: both;
    float: left;
    padding: 0px 20px 0px 315px;
  }
  #InputHp {
    float: left;
  }
  #MemberHp1 {
    width: 50px;
  }
  #MemberHp2 {
    width: 70px;
  }
  #MemberHp3 {
    width: 70px;
  }
  #Step2Btn {
    clear: both;
    text-align: center;
    padding-top: 20px;
  }
  #Step2Notice {
    text-align: center;
    padding-top: 45px;
  }
  /*## Step2 ##*/
  /*## Step3 ##*/
  .text-danger {
    color: #c71a50;
  }
  .required {
    color: #c71a50;
    font-weight: 700;
  }
  #Step3Title {
    clear: both;
    float: left;
  }
  #Step3TitleComment {
    float: right;
    padding: 5px 10px 0px 10px;
    font-size: 12px;
  }
  .nice-select {
    display: inline-block !important;
    float: none !important;
  }
  #MemberTable {
    clear: both;
    border-top: 1px solid #d7d7d7;
  }
  #MemberTable th {
    padding: 7px 20px 7px 20px;
    text-align: right;
    background-color: #f0f0f0;
    width: 235px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-size: 12px;
  }
  #MemberTable td {
    padding: 7px 0px 7px 20px;
    text-align: left;
    width: 939px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 12px;
  }
  #MemberTable input {
    border: 1px solid #adacb1;
    margin-right: 4px;
  }
  #BtnIDChk, #postcodify_search_button {
    cursor: pointer;
    width: 100px;
    height: 22px;
  }
  .PasswordInput {
    width: 150px;
  }
  #UserID {
    width: 150px;
  }
  #EmailID {
    width: 100px;
  }
  #Zipcode1, #Zipcode2 {
    width: 60px;
    text-align: center;
  }
  #BirthYear {
    width: 70px;
    text-align: center;
  }
  #BirthMonth, #BirthDay {
    width: 50px;
    margin-left: 5px;
  }
  #ZipCode {
    margin-bottom: 10px;
  }
  #postcodify_search_button {
    cursor: pointer;
  }
  #Address1, #Address2 {
    width: 205px;
  }
  #EmailRootSelect, #Phone1, #BirthYear, #BirthMonth, #BirthDay {
    border: 1px solid #adacb1;
    height: 19px;
    margin-right: 4px;
  }
  #Phone2, #Phone3, #hp2, #hp3 {
    width: 90px;
  }
  .Step3Alert {
    color: #a76129;
  }
  #EmailChkZone, #SmsChkZone {
    margin-bottom: 7px;
  }
  #JoinTypeEtc {
    width: 250px;
  }
  #Step3Notice {
    padding-top: 20px;
    font-weight: 400;
    line-height: 170%;
    font-size: 12px;
  }
  /*## Step3 ##*/
  /*## 가입완료 ##*/
  /*## 가입완료 ##*/
  /*#### 회원가입 ####*/
  /*#### 로그인 ####*/
  #LoginPageZone {
    z-index: 800;
    position: relative;
    width: 100%;
    padding-top: 60px;
  }
  #LoginZone {
    width: 650px;
    border: 1px solid #cdcdcc;
    background-color: #ffffff;
    padding: 25px 40px 30px 40px;
  }
  #LoginTitle {
    padding-bottom: 12px;
    border-bottom: 1px dashed #d7d7d7;
  }
  #LoginTitle > span {
    font-size: 20px;
    font-weight: 400;
  }
  #LoginZone span {
    display: inline-block;
  }
  #LoginErrorMessageZone {
    padding: 10px 0px 0px 160px;
  }
  #LoginErrorMessage {
    color: red;
  }
  #SessionID, #Password {
    width: 218px;
    height: 21px;
    border: 1px solid #cdcdcd;
  }
  #IDZone {
    padding: 10px 0px 5px 100px;
    font-size: 12px;
  }
  #LabelID {
    width: 58px;
    height: 24px;
  }
  #PWZone {
    padding: 0px 0px 5px 100px;
    font-size: 12px;
  }
  #LabelPw {
    width: 58px;
    height: 24px;
  }
  #SaveLoginZone {
    padding: 0px 0px 10px 160px;
    border-bottom: 1px dashed #d7d7d7;
  }
  #SaveLogin {
    width: 10px;
    height: 10px;
    margin-bottom: 0px;
  }
  #SaveLoginZone > label {
    font-size: 12px;
  }
  #BtnLogin {
    position: relative;
    background-color: #a42b2b;
    border: 0px;
    color: #ffffff;
    font-weight: 400;
    width: 68px;
    height: 54px;
    float: right;
    top: -65px;
    left: -100px;
  }
  #JoinZone {
    clear: both;
  }
  .exp_no {
    display: inline-block;
    margin-right: 10px;
    color: #a42b2b;
    font-weight: 700;
  }
  .LoginSubBtn button {
    background-color: #f5f5f5;
    border: 1px solid #d8c8bb;
    width: 90px;
    height: 22px;
    color: #7d7d7d;
    font-weight: 700;
    padding-top: 2px;
    font-size: 12px;
  }
  .LoginSubBtnJoin button {
    background-color: #a42b2b;
    border: 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
  }
  .LoginComment {
    width: 393px;
    height: 27px;
    padding-left: 20px;
  }
  .LoginComment {
    font-size: 12px;
  }
  .LoginSubBtn {
    width: 90px;
  }
  #WrongPassword {
    color: red;
    font-weight: 700;
  }
  /*#### 로그인 ####*/
  /*#### 아디/바번찾기 ####*/
  #FindContent {
    clear: both;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0px 0px 30px 10px;
    position: relative;
    top: 30px;
    background-color: #f5f5f5;
  }
  #FindContent > div {
    width: 92%;
    padding-left: 14px;
  }
  #FindNameWrap > input, #FindUserID, #FindUserName {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
  }
  #FindContent label {
    display: inline-block;
    margin-top: 15px;
    font-size: 14pt;
    font-weight: 100;
  }
  #FindMemberHp > input {
    display: inline-block;
    width: 100px;
    height: 35px;
    border: 1px solid #cccccc;
  }
  #FindBtn button {
    margin-top: 15px;
    border: 1px solid #a42b2b;
    height: 35px;
    width: 100%;
    background-color: #a42b2b;
    color: #ffffff;
  }
  #FindErrorMessage {
    color: red;
    padding: 10px 10px 10px 10px;
    font-size: 16pt;
  }
  #hp1, #hp2, #hp3 {
    width: 150px;
  }
  #FindResult {
    width: 100%;
    height: 160px;
    text-align: center;
    font-size: 14pt;
    padding-top: 75px;
  }
  /*#### 아디/바번찾기 ####*/
  /*#### 회원정보 수정 확인 ####*/
  #MemberEditList {
    margin: 0 auto;
    width: 50%;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
    border-radius: 6px;
  }
  #MemberViewTitleZone {
    background-color: #e0e4e6;
    border-bottom: 1px solid #cccccc;
    height: 40px;
  }
  #MemberViewTitle {
    font-weight: 100;
    font-size: 14pt;
    text-align: center;
    padding-top: 6px;
  }
  #MemberViewTitle > i {
    position: relative;
    top: 3px;
  }
  #MemberWriteChk {
    margin-top: 15px;
    margin: 0 auto;
    width: 50%;
  }
  #MemberEditPassword {
    padding-top: 20px;
  }
  #MemberEditPassword > input {
    height: 35px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  #MemberEditSubmit {
    padding: 10px 0px 30px 0px;
  }
  #MemberEditSubmit > button {
    width: 100%;
    height: 35px;
    border: 1px solid #a42b2b;
    background-color: #a42b2b;
    color: #ffffff;
  }
  input:-ms-input-placeholder {
    text-align: center;
  }
  input::-webkit-input-placeholder {
    text-align: center;
  }
  input::-moz-placeholder {
    text-align: center;
  }
  input::-moz-placeholder {
    text-align: center;
  } /*#### 회원정보 수정 확인 ####*/
  .MemberTermContent {
    padding: 30px;
    white-space: pre-wrap; /* CSS3*/
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-all; /* Internet Explorer 5.5+ */
  }
  #WrapSuccessWorld {
    background-color: #f9f9f9;
    padding: 30px 0px 30px 0px;
  }
  #SuccessWorld {
    width: 830px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 50px;
  }
  #SuccessWorld h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-weight: 300;
    font-size: 24px;
  }
  #SuccessWorld h3 {
    color: #7f4a1f;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0px 10px 0px;
  }
  #SuccessWorld table {
    width: 100%;
    border-collapse: collapse;
  }
  #SuccessWorld tr {
    height: 40px;
  }
  #SuccessWorld th {
    font-weight: 700;
    background-color: #f9f9f9;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 40px;
  }
  #SuccessWorld tr > td:first-child {
    text-align: center;
  }
  #SuccessWorld tr > td:nth-child(2) {
    text-align: center !important;
  }
  #SuccessWorld tr > td:nth-child(3) {
    text-align: center;
  }
  #SuccessWorld tr > td:last-child {
    text-align: center;
    padding-right: 20px !important;
  }
  #SuccessWorld td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 40px;
  }
  #SuccessWorld #SuccessTotal td {
    font-weight: 700;
  }
  #SuccessDescription {
    background-color: #f9f9f9;
    padding: 15px;
  }
  #SuccessWorld #deliveryNumber {
    margin-bottom: 30px;
  }
}
/*##############################*/
/*######### PC 컴퓨터 -e ##########*/
/*##############################*/
