@charset "UTF-8";
@import "/fonts/fonts.css";

/* sub
========================================================================== */

body {
    background-color: var(--white);
    overflow-y: scroll;
}

#subContainer {
    width: 100%;
    min-width: 21.875rem;
    max-width: 37.5rem;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: var(--white);
}

#subContainer::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #8a8a8a1a;
    left: 50%;
    transform: translate(-300px);
}

#subContainer::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #8a8a8a1a;
    right: 50%;
    transform: translate(300px);
}

@media screen and (max-width: 1366px) {
    #subContainer {
        max-width: none;
    }

    #subContainer::before {
        content: none;
    }

    #subContainer::after {
        content: none;
    }
}

.content {
    flex: 1;
}

/* 로그인
========================================================================== */
#login_wrap {
    height: 100%;
    padding: var(--px30);
}

#login_box {
    gap: var(--px20);
    display: flex;
    flex-direction: column;
}

#login_box>h2 {
    font-size: var(--fs33);
    font-weight: 600;
    color: var(--black);
    text-align: center;
}

#login_box .login form {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}

#login_box .login button {
    height: var(--px60);
    padding: 0 var(--px20);
    width: 100%;
    min-width: 20rem;
    font-size: var(--fs18);
    font-weight: 500;
    color: var(--white);
    background-color: var(--black);
    margin-top: var(--px10);
}

#login_box .sub {
    display: flex;
    justify-content: center;
}

#login_box .sub>a {
    position: relative;
    padding: 0 0.75rem;
    font-size: var(--fs18);
}

.join_sub {
    display: flex;
    justify-content: center;
}

.join_sub>a {
    position: relative;
    height: var(--px55);
    padding: 0 var(--px20);
    border: 1px solid var(--border);
    border-radius: var(--px10);
    align-content: center;
    font-size: var(--fs18);
    font-weight: 500;
}

#login_box .sub>a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 0.8125rem;
    background-color: #ccc;
    display: block;
}

#login_box .sub>a:last-of-type::before {
    content: none;
}

#btnContainer {
    margin-top: var(--px30);
}

#btnContainer .btn_list>ul {
    display: flex;
    gap: var(--px15);
    flex-direction: column;
}

#btnContainer .btn_list>ul li {
    height: var(--px60);
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnContainer .btn_list>ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--px10);
    font-weight: 500;
    font-size: var(--fs18);
}

#btnContainer .btn_list>ul li a img {
    width: var(--px33);
}

#titleContainer {
    background-color: #f8f8f8;
    padding: var(--px50);
    margin-bottom: var(--px10);
}

.basic_sub {
    text-align: center; margin-top:
    var(--px30);
}

.basic_sub > a {
    color: #888;
    font-size: var(--fs15)
}

.basic_content {
}

.basic_content .privacy_list{
    overflow: hidden;
    clear: both;
    padding: 4% 4% 3% 4%;
    border: 1px solid var(--border);
}


.basic_content .cont_tit{
    font-weight: 600;
    font-size: var(--fs15);
    margin-top: var(--px20);
}

.basic_content .cont_box{
    background: var(--bg_gray);
    padding: var(--px10) var(--px10);
    margin-top: var(--px05);
}
.basic_content .cont_box > strong{
    font-weight: 600;
}


/* 회원가입
========================================================================== */

#main {
    height: 100%;
    padding: var(--px30);
}

#main_wrap {
    gap: var(--px20);
    display: flex;
    flex-direction: column;
}

.write_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: var(--px20);
}

.write_wrap .write_container {
    width: 100%;
    gap: var(--px25);
    display: flex;
    flex-direction: column;
}

.write_wrap .write_container>li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--px10);
    flex-direction: column;
}

.write_wrap .write_container>li .tit {
    font-weight: 500;
    font-size: var(--fs18);
}

.write_wrap .write_container>li .content {
    gap: var(--px10);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.write_wrap .write_container>li .content > .won {
    position: absolute;
    right: var(--px15);
    top: 50%;
    transform: translateY(-50%);
}

.write_wrap .write_container>li .content .two {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: var(--px10);
}

.write_wrap .write_container>li .content .two>button {
    width: 100%;
    height: var(--px55);
    font-size: var(--fs18);
}

.write_wrap .write_container>li .msgarea {
    color: var(--red);
}


/* 버튼
========================================================================== */
.btn_wrap {
    width: 100%;
    height: var(--px60);
    margin: var(--px20) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_wrap ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: var(--px10);
}

.btn_wrap ul>li {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_wrap ul> .two_btn {
    gap: var(--px10);
    flex-direction: row;
}

.btn_wrap ul>li button,
.btn_wrap ul>li a {
    font-size: var(--fs18);
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
}



/* NAV
========================================================================== */

#nav_wrap .nav_category {
    display: flex;
    flex-direction: row;
    gap: var(--px20)
}

#nav_wrap .nav_category {
    display: flex;
    flex-direction: row;
    gap: var(--px20);
}

#nav_wrap .nav_category li {}

#nav_wrap .nav_category li.active {
    border-bottom: var(--px03) solid var(--black);
}

#nav_wrap .nav_category li.active a {
    color: var(--black);
}

#nav_wrap .nav_category li>a {
    font-size: var(--fs30);
    font-weight: 600;
    color: var(--basic);
}

/* SEARCH
========================================================================== */
.search_warp {
    position: relative;
    width: 100%;
}

.search_box {
    position: relative;
    width: 100%;
}

.search_box input {
    width: 100%;
    padding-right: var(--px50);
}

.search_box .icon-search {
    position: absolute;
    right: var(--px15);
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* INSERT 추가
========================================================================== */
.insert_warp {
    position: relative;
    width: 100%;
    padding: var(--px20) 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.insert_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: var(--px10);
}

.insert_box input {
    width: 70%;
    padding-right: var(--px50);
    border: 1px solid var(--border);
}

.insert_box button {
    width: 30%;
    border: 1px solid var(--border);
    font-size: var(--fs16);
}


/* PAGEING
========================================================================== */

.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: var(--px20) 0;
}

.paging ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: var(--px5);
}

.paging li {
    display: flex;
}

.paging a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--px32);
    height: var(--px32);
    padding: 0 var(--px8);
    border: var(--px1) solid #ddd;
    border-radius: var(--px4);
    color: #666;
    text-decoration: none;
    font-size: var(--fs14);
}

.btn_num {
    font-weight: 500;
}

.btn_num.active {
    background-color: var(--black);
    border-color: var(--black);
    color: white;
}

.btn_first,
.btn_prev,
.btn_next,
.btn_last {
    color: #999;
}

.btn_first.active,
.btn_prev.active,
.btn_next.active,
.btn_last.active {
    color: #333;
    cursor: pointer;
}

.btn_first:not(.active),
.btn_prev:not(.active),
.btn_next:not(.active),
.btn_last:not(.active) {
    opacity: 0.5;
    cursor: default;
}

.hidden {
    position: absolute;
    width: var(--px1);
    height: var(--px1);
    padding: 0;
    margin: calc(var(--px1) * -1);
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.paging i {
    font-size: var(--fs14);
}

/* TABLE
========================================================================== */
.tb_list {
    border-top: var(--px03) solid var(--border);
    border-bottom: var(--px03) solid var(--border);
}

.tb_list tr {
    height: var(--px65);
}

.tb_list th {
    align-content: center;
    font-weight: 600;
    padding: var(--px10);
    font-size: var(--fs16);
}

.tb_list td {
    align-content: center;
    text-align: center;
    border-top: var(--px01) solid var(--border);
    padding: var(--px10);
    font-size: var(--fs16);
}

.tb_list td>a {
    font-size: var(--fs16);
}


/* TABLE
========================================================================== */
.table_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.table_wrap .table_line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.table_wrap .top_border {
    border-top: solid var(--px03) var(--border);
}
.table_line:last-of-type {
    border-bottom: solid var(--px03) var(--border);
}

.table_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: var(--px05);
    margin-bottom: var(--px05);
}

.table_btn > a {
    padding: var(--px05) var(--px10);
    font-size: var(--fs16);
}

.table_wrap .table_line .table_colum {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.table_colum div {
    width: 100%;
    height: var(--px50);
    align-content: center;
    text-align: center;
    font-size: var(--fs16);
}

.table_colum .tit {
    font-weight: 600;
    background-color: var(--bg_gray);
    border-bottom: 1px solid var(--border);
}

.table_colum div > span.tip_box {
    font-size: var(--fs16);
    padding: 0 var(--px15);
    background-color: var(--bg_gray);
    border-radius: var(--px15);
}

.table_wrap .table_line:last-of-type .table_colum {
    border-bottom: 0;
}
.table_wrap .table_line .table_colum:last-of-type {
    border-right: 0;
}

.table_colum .tit:last-of-type {
    
    border: 0;
}

/* POPUP
========================================================================== */
#popup {
    background-color: #fff;
    position: fixed;
    top: 7.25rem;
    z-index: 200;
    min-width: 21.875rem;
    max-width: 37.5rem;
    width: 100%;
    max-height: calc(100vh - 7.25rem);
    min-height: calc(100vh - 7.25rem);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#popup .blind{
    display: none;
}

#popup .popup_warp{
    padding: var(--px40) var(--px40) 0;
}


#popup .top_warp{
    height: var(--px50);
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: var(--fs22);
    background-color: var(--bg_gray);
    margin: var(--pxm40);
    padding: var(--px40);
    height: var(--px80);
}

#popup .info_warp {
    margin-top: var(--px40);
    display: flex;
    flex-direction: column;
}


#popup .info_warp ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#popup .info_warp ul > li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: var(--px65);
    border-bottom: var(--px01) solid var(--border);
}

#popup .info_warp ul > li:last-of-type {
    border-bottom: 0;
}

#popup .info_warp ul > li .tit {
    width: var(--px150);
    font-weight: 600;
    flex: 0 0 var(--px150);
}

#popup .info_warp ul > li .content {
    gap: var(--px05);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#popup .info_warp ul > li .content a {
    width: var(--px120);
    flex: 0 0 var(--px120);
    background-color: var(--bg_gray);
    font-weight: 500;
    text-align: center;
    align-content: center;
    height: var(--px55);
}