@import url("base.css");
@import url("font.css");

* {
    margin: 0px;
    padding: 0px;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
textarea,
button {
    font-family: 'SUIT', -apple-system, BlinkMacSystemFont, system-ui, Roboto,
        "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
        "Malgun Gothic", sans-serif
}

html,
body {
    height: 100%;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-family: 'SUIT', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

/* 팝업 시작 */
.popupArea {
    display: none;
    overflow-y: hidden;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    bottom: 0;
}

.popupArea.active {
    display: block;
}

.popup {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 386px;
    margin-top: 80px;
    z-index: 99999999;
}

.popupClose {
    text-align: right;
    padding: 20px;
}
.popupTxt .popupTitle {
     text-align:center;
     width:100%;
}
.popupTxt .popupTitle .item_name p {
    font-size:20px;
    font-weight:500;
}
.popupTxt .popupTitle .item_pay {
    display:flex;
    align-items: center;
    justify-content: center;
}
.popupTxt .popupTitle .item_pay p,
.popupTxt .popupTitle .item_pay span {
    font-size:30px;
    font-weight:900;
    letter-spacing: -1.05px;
    margin-top:5px;
}
.popupTxt .popupTitle .item_point {
    background-color:#FFF6F3;
    color:#350012;
    font-weight:900;
    font-size:20px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px 0px;
    margin:10px 20px;
}
.popupTxt .popupTitle .item_point p {
    margin-right:5px;
}
.popupTxt .popupTitle .item_sub {
    font-size:16px;
    font-weight:500;
    line-height:1.4;
}
.popupTxt .popupTitle .item_sub p {
    display:inline-block;
    color:#350012;
    font-weight:900;
}
.popupTxt .popupTitle .item_sub b {
    font-weight:900;
    font-size:20px;
}
.popupTxt .info {
    margin-top:0px;
}
.popupTxtList {
    padding:32px;
    font-size:16px;
}
.popupTxtList li dl{
    width:100%;
    display:flex;
    align-items: center;
    margin-bottom:15px;
}
.popupTxtList li dl dt {
    width:30%;
    font-size:15px;
}
.popupTxtList li dl dd {
    width:70%;
}
.popupSearchResult {
    padding:0px 20px;
}
.popupSearchResult p.title {
    font-size:12px;
    margin-bottom:10px;
}
.popupSearchResult .popupSearchList {
    border-top:1px solid #E0E0E0;
    margin-bottom:40px;
}
.popupSearchResult .popupSearchList li {
    border-bottom:1px solid #E0E0E0;
    font-size:14px;
}
.popupSearchResult .popupSearchList li.no-data {
    padding:35px;
    border-bottom:1px solid #E0E0E0;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.popupSearchResult .popupSearchList li:hover {
    background-color:#f9f9f9;
}
.popupSearchResult .popupSearchList li dl {
    display:flex;
    align-items: center;
}
.popupSearchResult .popupSearchList li dl dt,
.popupSearchResult .popupSearchList li dl dd {
    padding:20px;
}
.popupSearchResult .popupSearchList li dl dt {
    font-weight:900;
    color:#350012;
}
/* 팝업 끝*/
.wrap {
    background: url("/web_cdn/img/bg.webp")no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 428px;
    margin: 0 auto 0;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 60px;
}

.container_default {
    padding: 0px 20px;
}

.main {
    background: url("/web_cdn/img/main_bg.webp")no-repeat center;
    background-size:cover;
    height: 397px;
}

.mainEvent {
    position: absolute;
    top: 258px;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
}

.mainEvent img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.main .mainArea .main_object {
    position: absolute;
    right: -70px;
}

.main .mainArea .title .titleTxt {
    color: #fff;
    padding: 30px;
    position: absolute;
    top: 86px;
}

.main .mainArea .title .titleTxt p {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
}

.main .mainArea .title .titleTxt span {
    font-size: 20px;
    line-height: 1.4;
}

.main .mainArea .topMenu {
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main .mainArea .topMenu.topMenu_logout {
    justify-content:space-between;
    padding-left:20px;
}
.main .mainArea .topMenu.topMenu_logout li.user {
    display:flex;
    align-items: center;
    color:#fff;
    font-size:16px;
}
.main .mainArea .topMenu.topMenu_logout li.user img {
    margin-right:10px;
}
.main .mainArea .topMenu.topMenu_logout li.user p {
    font-weight:900;
    margin-right:5px;
}

.main .mainArea .topMenu.topMenu_login a li,
.main .mainArea .topMenu.topMenu_logout li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
}

.main .mainArea .topMenu a li {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
}

.main .mainArea .topMenu a:first-child li:last-child {
    margin-right: 10px;
}

.itemList {
    margin-top: 100px;
}

.itemList p.title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.itemList ul.item input[type="radio"] {
    display: none;
}

.itemList ul.item li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #333;
}

.itemList ul.item li .item_name,
.itemList ul.item li .item_pay {
    display: flex;
}

.itemList ul.item li .item_name {
    align-items: center;
}

.itemList ul.item li .item_pay {
    align-items: flex-end;
}

.itemList ul.item li .item_name img {
    width: 24px;
}

.itemList ul.item li .item_name p {
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

.itemList ul.item li .item_pay p {
    font-size: 25px;
    font-weight: 900;
}

.itemList ul.item li .item_pay p {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1.05px;
    margin-right: 5px;
}

.itemList ul.item li .item_pay span {
    font-size: 15px;
    font-weight: 800;
}

.itemList ul.item li.active {
    border-color: #350012;
    background-color: #FFF6F3;
    color: #350012;
}

.info {
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 40px;
}

.info p.title {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    background-color: #E2E2E1;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 16px;
}

.info ul li::before {
    content: "▪";
    padding-right: 10px;
}

.item_payBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 368px;
    padding: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    background-color: #350012;
    color: #fff;
	z-index:900;
}
.copy_txtBtn,
.confirm_txtBtn {
    color:#350012;
    background-color:#fff;
    border:1px solid #350012;
    border-radius:5px;
    padding:6px 10px;
    font-size:14px;
    font-weight:700;
    margin-left:5px;
    cursor: pointer;
}
.confirm_txtBtn.confirm_txtBtn2 {
    background-color:#350012;
    color:#fff;
}
.topMenu_sub {
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size:18px;
    font-weight:900;
    padding:20px;
}
.formArea {
    padding:20px;
}
.formArea .formBg li dl {
    margin-bottom:20px;
}
.formArea .formBg li dl dt {
    font-size:16px;
    font-weight:900;
    margin-bottom:15px;
}
.formArea .formBg .join_txt {
    margin-top:10px;
}
.formArea input[type="text"],
.formArea input[type="password"],
.formArea input[type="tel"],
.formArea input[type="number"] {
    width:89%;
    border:1px solid #DBDBDB;
    padding:20px;
}
.formArea input[type="checkbox"] {
    border:1px solid #DBDBDB;
    width:24px;
    height:24px;
    margin-right:4px;
}
.formArea .chkArea,
.formArea .chkArea label {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.formArea .chkArea {
    font-size:14px;
    margin-top:20px;
    margin-bottom:20px;
}
.formArea .agreeArea {
    width:100%;
    height:300px;
	overflow-x:hidden;
	overflow-y:auto;
}

.btn_default {
    padding: 18px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    border:0px;
    border-radius: 10px;
    background-color: #350012;
    color: #fff;
    width: 100%;
}
.btn_default.black {
    background-color:#333;
    margin:20px;
    width:90%;
}
.btn_default.cancel,
.btn_default.confirm {
    border-radius: 5px;
    font-size:14px;
}
.btn_default.cancel {
    width:35%;
    background-color:#fff;
    color:#333;
    border:1px solid #DBDBDB;
}
.btn_default.confirm {
    width:65%;
    margin-left:5px;
}
.barArea {
    width:90%;
    padding:20px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.barArea .bar {
    background-color:#C3C3C3;
    height:1px;
    width:33%;
}
.barArea p {
    color:#C3C3C3;
    font-size:14px;
    font-weight:700;
    padding:0px 20px;
}
.join_txt {
    font-size:14px;
    text-align:center;
    line-height:1.3;
    font-weight:700;
}
.snsloginArea {
    display:flex;
    justify-content: center;
}
.snsloginArea li:first-child {
    margin-right:30px;
}
.snsloginArea li {
    display:flex;
    flex-direction: column;
	cursor:pointer;
}
.snsloginArea li span {
    font-size:14px;
    font-weight:700;
    text-align:center;
}
.snsloginArea li img {
    width:40px;
    margin:0 auto 10px;
}
.borderArea {
    border:1px solid #DBDBDB;
    border-radius: 5px;
    padding:6px 10px;
}
.formBg dl dd.col {
    display:flex;
    align-items: center;
}
.formBg dl dd.col .confirm_txtBtn {
    width:70px;
    text-align:center;
    padding:21px 10px;
}
.mypageInfo {
    display:flex;
    align-items: center;
}
.mypageInfo .mypageUser p{
    font-size:16px;
    margin-bottom:10px;
    font-weight:900;
}
.mypageUser {
    margin-left:20px;
    width: 100%;
}
.mypageInfo .mypageUser .mypageUserArea {
    border:1px solid #DBDBDB;
    border-radius: 10px;
    padding:10px 18px 18px 18px;
    font-size:14px;
}
.mypageInfo .mypageUser .mypageUserArea li:first-child {
    margin-bottom:10px;
}
.mypageInfo .mypageUser .mypageUserArea dl {
    display:flex;
    align-items: center;
}
.mypageInfo .mypageUser .mypageUserArea dt {
    width:30%;
}
.mypageInfo .mypageUser .mypageUserArea dd {
    width:70%;
    font-weight:900;
}
.mypageInfo .mypageUser .mypageUserArea dd img {
    vertical-align: sub;
}
ul.tabs{
	margin-top:35px;
    margin-bottom:10px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
ul.tabs li{
	background: #fff;
	padding: 10px 15px;
    font-weight:500;
	cursor: pointer;
    border-bottom:3px solid #fff;
}

ul.tabs li.active{
	background: #fff;
	color: #350012;
    font-weight:900;
    border-bottom:3px solid #350012;
}

.tab-content{
	display: none;
	background: #fff;
}

.tab-content.active{
	display: inherit;
}
.tab-content.active table {
    width:100%;
}
.tab-content.active table thead {
    background-color:#fff6f3;
}
.tab-content.active table thead tr {
	color: #350012;
    font-weight:900;
    text-align: center;
}
.tab-content.active table thead tr th,
.tab-content.active table tbody tr td {
    padding:10px;
}
.tab-content.active table tbody tr {
    text-align:center;
    border-bottom:1px solid #EFEFEF;
}
.tab-content.active table tbody tr td {
    vertical-align: middle;
}
.tab-content.active table tbody tr td:last-child {
    font-weight:900;
}
.tab-content.active table tbody tr td.userNick span:first-child::after {
    content:"/";
    padding:0px 5px;
}
.more {
    margin:10px 0px 0px 0px;
    padding:15px 0px;
    width:calc(100% - 2px);
    border:1px solid #EFEFEF;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}
.more:hover {
    background:#f5f5f5;
}
/* 푸터 시작, 241017 woo */
footer {
    border-top:1px solid #E0E0E0;
	background:#fff;
    margin:20px 0px;
    padding:20px 20px 30px 20px;
	width:388px;
    text-align:center;
    color:#9f9f9f;
	z-index:0px;
}
footer p {
    font-weight:900;
    margin-bottom: 10px;
}
footer ul li {
    margin-bottom:3px;
    font-size:13px;
}
/* 푸터 끝, 241017 woo */
@media screen and (max-width: 490px) {
    .container {
        max-width: 100%;
    }
    .mainEvent {
        width:90%;
    }
    .mainEvent img {
        width:100%;
    }
    .main .mainArea .main_object {
        width:80%;
    }
    .main .mainArea .title .titleTxt span,
    .popupTxt .popupTitle .item_name p {
        font-size:18px;
    }
    .itemList ul.item li .item_name p {
        font-size:15px;
    }
    .itemList ul.item li .item_pay p,
    .item_payBtn,
    .popupTxt .popupTitle .item_pay p,
    .popupTxt .popupTitle .item_pay span {
        font-size:25px;
    }
    .item_payBtn {
        max-width:100%;
        font-size:20px;
        padding:25px 0px;
    }
    .popup {
        width:310px;
    }
    .popupClose {
        padding:15px 15px 0px;
    }
    .popupTxtList {
        font-size:14px;
        padding:25px 30px;
    }
    .copy_txtBtn {
        padding:5px;
        font-size:13px;
    }
    .popupTxt .info {
        padding-bottom:35px;
    }
    .info p.title {
        margin-bottom:10px;
    }
    .btn_default {
        font-size:16px;
    }
    ul.tabs li {
       padding:10px 5px;
    }
    .popupTxt .popupTitle .item_sub b {
        font-size:18px;
    }
}
@media screen and (max-width: 400px) {
    .itemList {
        margin-top:70px;
    }
}