.sub_page_interval{
    padding: 50px 0 220px;
}

/******************** 서브페이지 배너 */

.sub_page_banner{
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub_page_banner p{
    font-family: 'twayair';
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

/******************** 서브페이지 제목 */

.sub_page_title_wrap{
    border-bottom: 3px solid #001111;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_page_title_wrap.topic_title{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sub_page_title{
    font-family: 'twayair';
    font-size: 40px;
}

/******************** 서브페이지 탭 */

.sub_tab_wrap{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.sub_tab{
    display: flex;
    gap: 20px;
}

.sub_tab li{
    border-radius: 30px;
    transition: 0.4s;
}

.sub_tab li:hover{
    border-radius: 25px;
    background-color: #b8282e;
}

.sub_tab li.current{
    border-radius: 25px;
    border: 3px solid #b8282e;
}

.sub_tab li a{
    font-family: 'twayair';
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    padding: 10px 30px;
}

.sub_tab li.current a{
    font-weight: 500;
    color: #b8282e;
}

.sub_tab li:hover a{
    color: #fff;
}

.sub_tab li a i{
    font-size: 20px;
    font-weight: bold;
}

/******************** 서브페이지 폼 */

.sub_page_title_wrap > form,
.sub_page_title_right > form,
.sub_search_wrap{
    display: flex;
    background-color: #f9f9f9;
    padding: 8px 20px;
    border-radius: 25px;
    gap: 20px;
}

.sub_page_title_wrap select,
.sub_page_title_right select,
.sub_page_title_left select,
.sub_page_title_wrap .list_search_bar select {
    border: 0;
    border-right: 1px solid #e6e6e6;
    background: url(/img/selet_arrow.png) no-repeat 90% 50%;
    background-color: #f9f9f9;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 60px;
}

.list_search_bar{
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_search_bar input{
    width: 200px;
    height: 30px;
}

.list_search_bar i{
    font-weight: bold;
    font-size: 30px;
}

.write_btn{
    font-family: 'twayair';
    width: 100px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #111;
    border-radius: 25px;
    color: #fff;
}

/******************** 페이저 */

.list_pageination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.list_pageination .pager{
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_pageination .pager li{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_pageination .pager li.current{
    border: 1px solid #cc1e12;
}

.list_pageination .pager li.current a{
    color: #cc1e12;
}

.list_pageination .pager li a:hover{
    color: #cc1e12;
}

.list_pageination .pager li.pager_btn{
    border: 1px solid #111;
    opacity: 0.2;
}

.list_pageination .pager li.pager_btn.current{
    opacity: 1;
}

.list_pageination .pager li.pager_btn.current a,
.list_pageination .pager li.ager_btn.current a:hover{
    color: #111;;
}

.list_pageination .pager li.pager_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_pageination .pager li i{
    font-weight: bold;
    font-size: 24px;
}

.list_pageination .pager li a{
    font-size: 18px;
}


/**************************************** sub01_common */

#sub01_banner{
    background: center url(/img/sub01/sub01_banner.png) no-repeat;
}

#sub02_banner{
    background: center url(/img/sub02/sub02_banner.png) no-repeat;
}

#sub03_banner{
    background: center url(/img/sub03/sub03_banner.png) no-repeat;
}

#sub04_banner{
    background: center url(/img/sub04/sub04_banner.png) no-repeat;
}

#sub05_banner{
    background: center url(/img/sub05/sub05_banner.png) no-repeat;
}

.list_wrap{
    width: 100%;
}

.list_wrap ul:last-child{
    border-bottom: 3px solid #e6e6e6;
}

.list_line {
    display: grid;
    align-items: center;
    column-gap: 20px;
    padding: 20px 50px;
    border-bottom: 1px solid #e6e6e6;
    grid-template-columns: 80% 10% 10%;
}

.faq_tabcont .list_line {
    grid-template-columns: 71% 15% 15%;
}

.list_line:hover {
    background-color: #f9f9f9;
}

.list_title_wrap{
    width: 100%;
    display: flex;
}

.list_title_wrap a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.list_title{
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_title p{
    font-family: 'twayair';
    max-width: 900px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_label{
    font-family: 'twayair';
    color: #cc1e12;
    font-weight: 700;
}

.list_id{
    font-family: 'twayair';
    font-size: 17px;
    color: #aaaaaa;
    text-align: center;
}

.notice_new {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #cc1e12;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.view_num{
    display: flex;
    align-items: center;
    gap: 10px;
}

.view_num i{
    color: #aaaaaa;
    font-size: 20px;
}

.view_num p,
.list_date,
.list_date p{
    font-family: 'twayair';
    font-size: 17px;
    color: #aaaaaa;
}

/**************************************** sub01_common */


/**************************************** view 시작 */

.view_title{
    padding: 25px 30px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.view_title > div{
    display: flex;
}

.view_title > div:nth-child(1){
    gap: 10px;
}

.view_title > div .list_label{
    font-size: 22px;
}

.view_title > div .list_title p{
    max-width: 1290px;
    font-size: 22px;
    font-weight: 500;
}

.view_title > div .view_num{
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
}

.view_title > div .list_date{
    padding-left: 20px;
}

.view_title > div .list_date.no_wiew{
    padding-left: 0px;
}

.view_con{
    padding: 50px 30px;
    border-bottom: 1px solid #e6e6e6;
    transform: skew(-0.1deg);
}

.view_con p{
    line-height: 26px;
}

.view_next{
    padding: 25px 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 0.5fr 5fr 0fr 0.92fr;
    column-gap: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.view_next li{
    font-family: 'twayair';
    font-size: 18px;
}

.view_next li:nth-child(1){
    color: #aaaaaa;
}

.view_next li:nth-child(2) a,
.view_prev li.available > a,
.view_next li.available > a{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.view_prev{
    padding: 25px 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 0.5fr 5fr 0fr 0.92fr;
    column-gap: 30px;
    border-bottom: 3px solid #e6e6e6;
}

.view_prev.topic,
.view_next.topic{
    grid-template-columns: 0.5fr 5fr 0fr 0.45fr;
}

.view_prev li{
    font-family: 'twayair';
    font-size: 18px;
}

.view_prev li:nth-child(1){
    color: #aaaaaa;
}

.view_prev .list_title a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.view_prev .disabled p{
    color: #aaaaaa;
}

.back_to_list{
    font-family: 'twayair';
    width: 150px;
    height: 60px;
    border: 1px solid #111;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 30px 0 50px;
}

/**************************************** view 끝 */


/**************************************** write 시작 */

.write_title{
    display: flex;
    height: 86px;
    border-bottom: 1px solid #e6e6e6;
}

.write_etc{
    display: flex;
    height: 86px;
    border-bottom: 3px solid #e6e6e6;
}

.write_attach,
.write_password{
    display: flex;
    width: 50%;
}

.table_title{
    font-family: 'twayair';
    display: flex;
    align-items: center;
    width: 140px;
    background-color: #f9f9f9;
    font-size: 18px;
    padding-left: 30px;
}

.table_input{
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.table_input input{
    width: 100%;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
}

.table_input select{
    width: 250px;
    height: 45px;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px;
    background: url(/img/selet_arrow.png) no-repeat 90% 50%;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 60px;
}

.write_con{
    padding: 50px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.write_con textarea{
    width: 100%;
    height: 200px;
    resize: none;
    line-height: 26px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    /* transition: 0.4s; */
}

.write_attach .table_input{
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.write_attach .attachment_name{
    width: 100%;
    background-color: #fff;
    border: 0;
    color: #111111;
    text-overflow: ellipsis;
}

.write_attach input:focus{
    outline: none;
}

.write_attach label{
    font-family: 'twayair';
    width: 100px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #aaaaaa;
    cursor: pointer;
    border-radius: 22.5px;
    font-size: 17px;
    margin-right: 10px;
}

.write_attach input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.write_submit_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 30px 0 0px;
}

.write_submit_wrap a{
    font-family: 'twayair';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.write_submit_wrap button,
.write_submit_wrap input[type="button"]{
    font-family: 'twayair';
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}

/**************************************** write 끝 */


/**************************************** 자세히보기 시작 */

.more_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
  }
  
.more_pop_back{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    cursor: pointer;
}
  
.more_pop_con{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 578px;
    position: relative;
    padding: 50px 0;
}
.more_pop.mypage_pop{
    display:none;
}

.mypage_pop .more_pop_con {
    gap: 10px;
    padding: 20px;
    padding-bottom: 40px;
}

.more_pop_con .pop_title {
    font-size: 35px;
}

.more_pop_con .pop_cap{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #aaaaaa;
}

.more_close_btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.more_close_btn i{
    cursor: pointer;
    /* margin: 10px 10px 0 0; */
    font-size: 36px;
}

/**************************************** 자세히보기 끝 */

.no_item {
    width: 100%;
    text-align: center;
    margin-top: 300px;
    font-size: 50px;
}

.shop_wrap .no_item {
    grid-column: 1 / span 4;
    margin-top: 35px;
}

.no_item p {
    margin-top: 15px;
    font-size: 30px;
}

.btn_wrap {
    width: 100%;
    height: 50px;
    position: relative;
    top: -400px;
}