@charset "utf-8";

/****************************************************************************************************************************************
레이어 팝업 공통
*****************************************************************************************************************************************/
#layerPopup {display: none; position: fixed; left: 0; right:0; top: 0; bottom:0; z-index: 9999; width: 100%; height: 100%;}
.layer-bg {position:relative; padding:30px 0; width:100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background:rgba(0,0,0,0.7); overflow-y: auto;}

.layer-bg::-webkit-scrollbar {width:0; height:0; background:transparent;}
.layer-bg::-webkit-scrollbar-track {background:transparent;}
.layer-bg::-webkit-scrollbar-thumb {background:transparent;}

.layer-wrap {position: relative;}
.layer-close {position: absolute; top: 0; left:0; right:0; margin:0 auto; text-align: center; z-index: 9; transition: 0.3s; cursor: pointer;}
.layer-close > i {padding:12px 12px; font-size: 20px; color:#fff; background: #8b02ff; border-radius: 50%;}

.layer-con {position: relative;}

@media (hover: hover) and (pointer: fine) {
    .layer-close:hover {transform: rotate(180deg);} 
}

/****************************************************************************************************************************************
로그인과 회원가입 팝업 공통
*****************************************************************************************************************************************/
/* intro-hd */
.intro-hd {position:relative; margin: 0 0 20px 0; width: 100%; display: flex; justify-content: center; align-items: center;}
.intro-hd > i {margin-right:5px; font-size:30px; color: #717389;}
.intro-hd > span {font-size: 24px; font-weight: 700; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

/* intro-btns */
.intro-btns {position: relative; margin:0 auto; padding:0; width: 100%;}
.intro-btns > button {position: relative; margin:0 0 15px 0; padding: 0; width:100%; height: 48px; font-weight: 600; color:#fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); border:1px solid rgba(255,255,255, 0.1); border-radius: 25px;}
.intro-btns > .btn-login {background: linear-gradient(180deg, #7e56c4, #673AB7);}
.intro-btns > .btn-login > i {color: #b082ff;}
.intro-btns > .btn-join {background: linear-gradient(180deg, #be49be, #963ab7);}
.intro-btns > .btn-join > i {color:#fff;}

/****************************************************************************************************************************************
로그인과 추천인코드
*****************************************************************************************************************************************/
.intro-wrap {position:relative; margin:50px auto 0 auto; padding:0; width: 740px; display:flex; justify-content: center; align-items: center; background: #090a14; border: 1px solid #8600f7; box-shadow: 0 0 5px #8600f7, 0 0 15px #8600f7; border-radius: 30px; overflow: hidden;}
.intro-left {width: 40%; position: relative; bottom:-40px;}

.intro-form {position:relative; margin:0 auto; padding:30px 30px; width: 60%;}

.popup-logo {margin:30px auto; display:flex; justify-content: center; align-items: center;}

ul.intro-list {position: relative; margin:0 auto; padding:0; width: 100%;}
ul.intro-list > li {position: relative; margin:0 0 15px 0; padding: 0; width: 100%; height: 45px; display: flex; align-items: center; background:#1b2839; border: solid 1px #2d415b; border-radius: 25px;}
ul.intro-list > li > i {padding:0 15px; font-size:18px; color: #6c758b; border-right: solid 1px #344358;}
ul.intro-list > li > input {padding:0 15px; width: 100%; font-family:"Noto Sans KR";  font-weight: 600; color:#fff; background: none; border: none;}
ul.intro-list > li > input:focus {outline: none; font-weight: 600;}
ul.intro-list > li > input::placeholder {color:#6c758b;}

ul.capcha {position: relative; margin:0 auto; padding:0; width: 100%; display: flex; gap:5px; justify-content: space-between; align-items: center;}
ul.capcha > li {position: relative; margin:0 0 15px 0; padding: 0; width: calc(100% / 2 - 5px); height: 45px; display: flex; align-items: center; font-weight: 600; background:#1b2839; border: solid 1px #2d415b; border-radius: 25px;}
ul.capcha > li:nth-child(2) {border: 2px #b082ff solid;}
ul.capcha > li > i {padding:0 15px; font-size:18px; color: #6c758b; border-right: solid 1px #344358;}
ul.capcha > li > input {padding:0 15px; width: 100%; font-weight: 600; font-family:"Noto Sans KR"; color:#fff; background: none; border: none;}
ul.capcha > li > input:focus {outline: none;}
ul.capcha > li > input::placeholder {color:#6c758b;  font-weight: 600;}
ul.capcha > li > font {padding:0 15px; width: 100%; text-align: left; font-weight: 600; color: #6c758b;}
ul.capcha > li > span {display:block; padding:0 15px 0 25px; width: 100%; text-align: left; font-size: 20px; font-style: italic; font-weight: 900; font-family:"Noto Sans KR"; letter-spacing: 1px; color: #fff;}

/****************************************************************************************************************************************
회원가입
*****************************************************************************************************************************************/
.join-wrap {position:relative; margin:50px auto 0 auto; padding:30px 30px; width: 1200px; text-align: center; background: #090a14;  border: 1px solid #8600f7; box-shadow: 0 0 5px #8600f7, 0 0 15px #8600f7; border-radius: 30px; overflow: hidden;}
.join-form {position:relative; margin:0 auto; padding:30px 30px; width: 100%; background: #0a131c; border: solid 1px #182033; border-radius: 30px;}

ul.join-list {position: relative; margin:0 auto 40px auto; padding:0; width: 100%; display: flex; flex-wrap: wrap; gap:10px; justify-content: space-between;  align-items: center;}
ul.join-list > li {position: relative; margin:0 0 10px 0; padding: 0; width: calc(100% / 2 - 10px);}
ul.join-list > li > label {display: block; margin: 0 auto 8px auto; padding:0 10px; width: 100%; text-align: left; font-weight: 600; color: #8792ad;}
.input-list {width:100%; height: 45px; display: flex; align-items: center; background:#1b2839; border: solid 1px #2d415b; border-radius: 8px;}
.input-list > i {padding:0 15px; font-size:18px; color: #6c758b; border-right: solid 1px #344358;}
.input-list > input {padding:0 15px; width: 100%; color:#fff; font-family:"Noto Sans KR"; background: none; border: none;}
.input-list > input:focus {outline: none;}
.input-list > input::placeholder {color:#6c758b; font-weight: 600;}

.select-list {width:100%; height: 45px; display: flex; align-items: center; background:#1b2839; border: solid 1px #2d415b; border-radius: 8px;}
.select-list > select {padding:0 15px; width: 100%; font-family:"Noto Sans KR"; background: none; border: none;}
.select-list > select:invalid {color:#6c758b; font-weight: 600;}
.select-list > select:focus {outline: none;}
.select-list > select > option {color: #fff; background: #121c29; }

.phone-list > select,
.phone-list > input {margin:0 5px; width: calc(100% / 3 - 10px); height: 90%; color:#fff; background: none; border: none;}

@media (hover: hover) and (pointer: fine) {
    .intro-btns > .btn-login:hover {background: linear-gradient(0deg, #7e56c4, #673AB7);}
    .intro-btns > .btn-join:hover {background: linear-gradient(0deg, #be49be, #963ab7);}
}


/****************************************************************************************************************************************
board-wrap
*****************************************************************************************************************************************/
.board-wrap {position:relative; margin:50px auto 0 auto; padding:50px 30px; width: 1200px; min-height: 800px; text-align: center; background: #474a70; border: 1px solid #8f91b1; border-radius: 30px; overflow: hidden;}
.board-inner {position: relative; margin:0 auto; width: 100%; display: flex; justify-content: center;}

/* board-left */
.board-left {width: 280px;}
.board-left > h3 {margin:0 auto; padding:10px 10px; width: 80%; text-align: center; font-size: 18px; font-weight: 600; color:#fff; background: #1a1c3e; border-radius: 10px;}

ul.bo-menu {position: relative; margin: 30px auto; padding:0; width: 100%;}
ul.bo-menu > li {position: relative; margin:0; padding:0 0 0 30px; width: 100%; height: 50px; display: flex; justify-content: flex-start; align-items: center; font-size: 16px; font-weight: 600; color:#b8bcf1; cursor: pointer;}
ul.bo-menu > li.active {color: #000; background: #fff; border-radius: 25px 0 0 25px;}
ul.bo-menu > li > i {margin:3px 5px 0 0; font-size: 18px;}

@media (hover: hover) and (pointer: fine) {
    ul.bo-menu > li:hover {color:#fff;}
    ul.bo-menu > li.active:hover {color: #000;}
}

/* board-right */
.board-right {position:relative; margin:0; padding:20px 20px; width: calc(100% - 280px); min-height: 698px; background: #fff; border-radius: 40px;}
.boRight-inner {position:relative; margin:0; padding:20px 20px; width: 100%; background: #fff; border-radius: 40px;}

/* page-tit */
.page-tit {margin-bottom:15px; padding:15px 15px; width: 100%; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 600; color:#fff; background: #333; border-radius: 5px;}
.page-tit > i {margin:5px 5px 0 0; font-size: 20px;}

/* bo-guide */
.bo-guide {margin-bottom:10px; padding:20px 20px; width: 100%; text-align: center; background: #f1f1f1; border-radius: 5px;}
.guide-tit {margin-bottom:15px; width: 100%; display: flex; justify-content: flex-start; align-items: center; font-size:16px; font-weight: 600; color:#ff6600;}
.guide-tit > i {margin:5px 5px 0 0; font-size: 20px;}
ul.guide-list {display: list-item; position: relative; margin:0 0 0 20px; padding:0; width:calc(100% - 20px); text-align: left;}
ul.guide-list > li {list-style-type: "▶"; padding:0 0 0 10px; line-height: 1.8; display: flex; align-items: center; font-weight: 500; color:#000; font-family: "Noto Sans KR";}
.ask-btn {margin-left:5px; padding:0 15px; line-height: 30px; font-size: 13px; font-weight: 600; color:#fff; background: #662cce; border-radius: 10px;}

/*  chage-tb */
.chage-tb {margin: 20px 0; width: 100%; border-top:2px #74768d solid;}
.chage-tb th,
.chage-tb td {padding:10px 10px; border-bottom: 1px #ddd solid;}
.chage-tb th {width: 150px; text-align: center; color:#000; background: #f1f1f1;}
.chage-tb td {width: calc(100% - 150px); text-align: left;}
.chage-tb td > input {margin:0 auto; padding:5px 10px; width: 100%; text-align: left; font-family: "Noto Sans KR"; background: #f1f1f1;}

/* ul.moneyBtns */
ul.moneyBtns {position: relative; margin:15px auto 0 auto; padding:0; width: 100%; display: flex; flex-wrap: wrap; gap:5px; justify-content: center; align-items: center;}
ul.moneyBtns > li {margin:0 auto; padding:10px 0; width: calc(100% / 6 - 5px); text-align: center; font-family: "Noto Sans KR"; font-weight: 600; color:#fff; background: #474a70; border-radius: 5px; cursor: pointer;}
ul.moneyBtns > li.btn-reset {background: #f44336;}

/* list-tb */
.list-tb {margin: 20px 0; width: 100%;}
.list-tb tbody tr {cursor: pointer;}
.list-tb th,
.list-tb td {padding:10px 5px; font-weight:600;}
.list-tb th {background: #74768d;}
.list-tb td {color:#555; border-bottom: 1px #ddd solid; font-family: "Noto Sans KR";}
.list-tb td.td_cursor {cursor: pointer;}
.list-tb td.td_cursor > p {width: 300px; font-weight: 600; text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.list-tb td.td_meg {padding:10px 5px; text-align: left; font-weight:600; cursor: pointer;}
.list-tb td.td_meg > font,
.list-tb td.td_meg > span {display: inline-flex;}
.list-tb td.td_meg > span {margin-left:10px; width: 350px; height: 100%; font-weight: 600; text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* 메세지 토굴 */
.meg-view {display: none; background:#fbfbfb;}
.meg-view td {margin:0 auto; padding:10px 5px; width: 100%; height: 100px; text-align: center; font-weight: 600;}

.txt-finish,
.meg-read {font-weight: 600; color:#3a3a3a;}
.txt-cancel,
.meg-important {font-weight: 600; color:#e91e63;}

/* view-tb */
.view-tb {margin: 20px 0; width: 100%;}
.view-tb tbody tr {cursor: pointer;}
.view-tb th,
.view-tb td {padding:10px 5px; text-align: center; font-weight:600;}
.view-tb th {color:#000; background: #f1f1f1;}
.view-tb td {font-family: "Noto Sans KR"; border-bottom: 1px #ddd solid;}

/* write-tb */
.write-tb {margin: 20px 0; width: 100%; border-top:2px #74768d solid;}
.write-tb th,
.write-tb td {padding:10px 10px; border-bottom: 1px #ddd solid;}
.write-tb th {width: 150px; text-align: center; color:#000; background: #f1f1f1;}
.write-tb td {width: calc(100% - 150px); text-align: left;}
.write-tb td > input {margin:0 auto; padding:5px 10px; width: 100%; text-align: left; font-family: "Noto Sans KR"; background: #f1f1f1;}
.write-tb td > textarea {margin:0 auto; padding:5px 10px; width: 100%; height: 150px; text-align: left; font-family: "Noto Sans KR"; background: #f1f1f1; border: none;}

/* board-btn  */
.board-btn {position: relative; margin:30px auto 50px auto; padding:0; width: 100%; display: flex; gap:5px; justify-content: center; align-items: center;}
.board-btn > button {margin:0; padding:10px 20px; width: 130px; text-align: center; font-weight: 600; color:#fff; border-radius: 5px;}
.board-btn > button:nth-child(1) {background: #3f51b5;}
.board-btn > button:nth-child(2) {background: #4caf50;}
.board-btn > button:nth-child(3) {background: #e91e63;}
.board-btn > button > i {margin-right:3px;}

 @media (hover: hover) and (pointer: fine) {
    .ask-btn:hover,
    ul.moneyBtns > li:hover {filter: brightness(130%);}
    ul.moneyBtns > li.btn-reset:hover {color:#fff; filter: brightness(130%);}

    .list-tb tbody tr:hover {background: #f5f5f5;}
    .list-tb td.td_cursor:hover,
    .list-tb td.td_meg > span:hover {text-decoration: underline;}
    .board-btn > button:hover {filter: brightness(120%);}
}

/****************************************************************************************************************************************
미디어쿼리문 시작
*****************************************************************************************************************************************/
@media (max-width:1230px) {
    .layer-bg {padding: 30px 15px;}
    .join-wrap, 
    .board-wrap,
    .layer-wrap {width: 100%;}
}

@media (max-width:992px) {
    .layer-bg {padding:20px 5px;}    

    .intro-hd > i,
    .intro-hd > span {font-size: 18px;}

    .join-wrap {margin:40px 5px 0 5px; padding:20px 5px; width: calc(100% - 10px);}
    .join-form {padding: 10px 5px;}
    ul.join-list {margin: 0 auto 20px auto; gap:5px; flex-direction: column;}
    ul.join-list > li {width: 100%;}
    .input-list {height: 40px;}
    .input-list > i {padding:0 10px;}

    .board-wrap {padding:0 5px; background: none; border: none; border-radius: 0;}
    .board-inner {display: block; justify-content: unset;}
    .board-left {display: none;}
    .board-right {width: 100%; padding:20px 10px; border-radius: 0;}
    .boRight-inner {padding:0; border-radius: 0;}
}

@media (max-width:767px) {
    .intro-wrap {margin:40px 15px 0 15px; padding:20px 5px; width: calc(100% - 30px);}
    .intro-left {display: none;}

    .intro-form {padding:30px 15px; width: 100%;}

    ul.intro-list,
    ul.capcha {width: 100%;}

    
    .popup-logo > img {width: 160px;}
    ul.intro-list > li > i,
    ul.capcha > li > i {padding:0 10px;}


    .board-wrap {min-height: auto;}
    .board-right {min-height: 500px;}

    .page-tit {margin-bottom: 5px; padding:10px 5px; font-size: 15px;}
    .page-tit > i {font-size: 15px;}

    .bo-guide {padding:10px 10px;}
    .guide-tit {margin-bottom: 5px;}
    .guide-tit,
    ul.guide-list > li,
    ul.guide-list > li::marker {font-size: 13px; line-height: 1.3}
    ul.guide-list > li {display: block;}
    .ask-btn {display:block; margin:5px 0 0 0; width: 100%; line-height: 35px;}

    .chage-tb th {padding:10px 5px; width: 20%; font-size: 12px;}
    .chage-tb td {padding:10px 5px; width:80%; font-size: 13px;}
    .chage-tb td > input {padding:10px 5px; font-size: 13px;}

    ul.moneyBtns {gap:3px;}
    ul.moneyBtns > li {padding:8px 0; width: calc(100% / 3 - 3px); font-size: 13px;}

    .list-tb {margin:5px 0;}
    .list-tb th, 
    .list-tb td {padding:8px 2px;}
    .list-tb th {font-size: 12px;}
    .list-tb td {font-size: 13px;}
    .list-tb td.td_cursor > p,
    .list-tb td.td_meg > span {width: 150px;}
    .list-tb td.td_meg > span {margin-left:5px; font-size: 13px;}
    .list-tb td.td_meg > font {font-size: 13px;}

    .charge-list {margin-top: 20px;}
    .mo-hid {display: none;}

    .view-tb {margin:5px 0;}

    .write-tb th {padding:10px 5px; width: 20%; font-size: 12px;}
    .write-tb td {padding:10px 5px; width:80%; font-size: 13px;}
    .write-tb td > input,
    .write-tb td > textarea {font-size: 13px;}

    .board-btn {margin:20px 0 0 0;}
    .board-btn > button {padding:10px 0; width: 100%; font-size: 13px;}    
}

@media (max-width:430px) {
    .intro-btns {width: 100%;}

    .list-tb td.td_cursor > p,
    .list-tb td.td_meg > span {width: 170px;}
}
