@charset "UTF-8";
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

.exclusive .inner {
	width: 1560px;
	margin: 0 auto;
	height: 100% !important;
}
.exclusive .btn a {
    font-size: 14px;
    font-weight: 600;
}
.exclusive .red_btn {
    background-color: #bd191f;
    color: #fff;
}
.exclusive .white_btn {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 0 2px #8f8f8f inset;
}
/* 가맹점 전용-로그인 */
html, body {
    width: 100%;
}
body * {
    box-sizing: border-box;
    font-family: 'Pretendard';
}
.logo_container {
    width: 100%;
    height: 94px;
    background-color: #bd191f;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 2.08333vw;
}

.logo_container a img {
    width: 240px;
    height: 40px;
    object-fit: contain;
}

.input_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 13.42592vh;
}

.admin_logo {
    width: 197px;
    display: flex;
    justify-content: center;
}

.login_input {
    width: 533px;
    height: 287px;
    margin-top: 4.44444vh;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
}

.login_input_title {
    margin-top: 37px;
    margin-left: 78px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.user_id {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 13px;
}

.user_id input {
    width: 402px;
    height: 47px;
    border: 1px solid #c5c5c5;
    border-radius: 6px 6px 0 0;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 40px;
    background-image: url('../asset/image/admin/login/user_id_icon.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
}

.user_password {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.user_password input {
    width: 402px;
    height: 47px;
    border: 1px solid #c5c5c5;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 40px;
    background-image: url('../asset/image/admin/login/user_password_icon.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
}

p {
    margin: 0;
}

.login_error {
    margin-top: 10px;
    color: red;
    text-align: center;
    font-size: 12px;
    visibility: visible;
    height: 20px;
}

.user_login {
    width: 100%;
    height: auto;
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.user_login button {
    width: 402px;
    height: 52px;
    background-color: #bd191f;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid;
}

.user_login button:hover {
    cursor: pointer;
}

.exclusive .bar_tit {
    margin-top: 106px;
    margin-bottom: 60px;
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 800;
}

/* 가맹점전용-as접수 게시판/공지사항 게시판 */
.exclusive .as {width: 100%;}
.exclusive .as .tab_container {width: 100%; height: 52px; margin: 40px auto 70px;}
.exclusive .as .tab_container > li {width: 50%; float: left; text-align: center;}
.exclusive .as .tab_container > li a {
    display: block;
    color: #666666;
    line-height: 52px;
    background-color: #ddd;
    cursor: pointer;
    font-size: 20px;
}
.exclusive .as .tab_container > li a.on, .exclusive .as .tab_container > li a:hover {color: #fff; background-color: #bd191f;}
.exclusive .as .bbs_container {width: 100%; margin: 0 auto;}
.exclusive .as .bbs_container .total_list {padding-bottom: 15px; letter-spacing: -0.25px; font-size: 14px;}
.exclusive .as .bbs_container .total_list b {color: #eb8500;}
.exclusive .as .bbs_container .total_list span {color: #bd191f; font-weight: 600;}
.exclusive .as .bbs_list th {
    padding: 20px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}
.exclusive .as .bbs_list td {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.exclusive .as .bbs_list td span, 
.exclusive .as_view .bbs_view_container td span,
.exclusive .as_view .reply_view_container td span {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #5b5b5b;
    font-weight: 600;
}
.exclusive .as .bbs_list .content_tit {
    padding-left: 30px;
    text-align: left;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    cursor: pointer;
}
.exclusive .as .bbs_list .content_tit:hover, .exclusive .as .bbs_list a:hover {color: #000;}
.exclusive .as .bbs_container .write a {
    display: block;
    width: 107px;
    height: 42px;
    margin: 26px 0 4px auto;
    text-align: center;
    line-height: 42px;
    border-radius: 10px;
}

/* 가맹점전용-as접수 상세보기 */
.exclusive .as_view {width: 100%; margin: 0 auto;}
.exclusive .as_view table .title {
    padding: 20px;
    font-weight: 500;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}
.exclusive .as_view table .info {border-bottom: 1px solid #ddd;}
.exclusive .as_view table th {
    text-align: left;
    font-weight: 500;
    background-color: #f4f4f4;
}
.exclusive .as_view table .info th, .exclusive .as_view table .info td {padding: 15px;}
.exclusive .as_view table .txt {width: 100%; padding: 60px 20px; line-height:1.375em;}
.exclusive .as_view .reply_tit {padding: 10px 0; margin-top: 50px;}
.exclusive .as_view .reply_tit i {padding: 0 10px 0 5px;}
.exclusive .as_view .reply_view_container {border: 1px solid #ddd; border-bottom: none; margin-bottom: 100px;}
.exclusive .as_view .reply_view_container .info2 {color: #666; font-size: 14px;}
.exclusive .as_view .reply_view_container .info2 td {padding: 15px 10px; border-bottom: 1px solid #ddd;}
.exclusive .as_view .reply_view_container .info2 .reply_name {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}
.exclusive .as_view .reply_view_container .txt {padding: 30px 20px; border-bottom: 1px solid #ddd;}
.exclusive .back_list {
    padding-top: 60px;
    border-top: 1px solid #333;
}
.exclusive .back_list a {
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    float: none !important;
}
.exclusive .back_list a:first-child {margin-left: 0;}
.exclusive .as_view .file {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px
}
.exclusive .as_view .file a {margin-left: 20px; cursor: pointer; font-weight: normal;}


/* 가맹점전용-as접수하기 */
.exclusive .as_write {width: 100%; margin: 0 auto;}
.exclusive .as_write .as_write_tit {
    height: 120px;
    line-height: 120px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 45px 0 0;
    padding-left: 30px;
    border-top: 2px solid #ededed;
}
.exclusive .as_write .write_container {
    border-top: 3px solid #8f8f8f; 
    border-bottom: 3px solid #8f8f8f; 
}
.exclusive .as_write .write_container th, .exclusive .as_write .write_container td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.exclusive .as_write .write_container th {
    /* padding: 8px 28px; */
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
}
.exclusive .as_write .write_container td {padding: 9px 15px; font-size: 16px;}
.exclusive .as_write .write_container input {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #666;
}
.exclusive .as_write .write_container .write_category {height: 55px;}
.exclusive .as_write .write_container .write_category label:last-child {margin-left: 14px;}
.exclusive .as_write .write_container .width70 {width: 70%;}
.exclusive .as_write .write_container .width248 {width: 248px;}
.exclusive .as_write .write_container .width1030 {width: 1030px}
.exclusive .as_write .btn {text-align: center;margin: 60px 0 90px;}
.exclusive .as_write .btn a {
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.exclusive .as_write .btn a:first-child {margin-left: 0;}
.exclusive .basic_input { 
	width: 100%; 
	height: 42px; 
	line-height: 42px; 
	border:1px solid #cccccc; 
	padding: 0 10px;
}
.exclusive .basic_textarea {
	width: 100%; 
	height: 119px; 
	border:1px solid #cccccc; 
	padding: 10px; 
	outline:none;
}

/* 가맹점전용- 공지사항 */
.exclusive .notice .search_box {
    margin-top:26px;
    padding: 30px 0;
    text-align: center;
    background-color: #eaeaea;
}
.exclusive .notice .search_box select {
    width: 98px;
    height: 36px;
    padding: 0 10px;
    color: #111;
    font-size: 16px;
    border: 2px solid #c7c7c7;
    background-color: #fff;
    background-image: url("/asset/image/select_arr.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 25%;
    cursor: pointer;
    border-radius: 5px;
}
.exclusive .notice .search_box input {
    width: 357px;
    height: 36px;
    margin: 0 16px;
    padding: 0 10px;
    border: 2px solid #c7c7c7;
    color: #111;
    font-size: 16px;
    border-radius: 5px;
}
.exclusive .notice .search_box .search_btn {
    width: 62px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #bd191f;
    color: #fff;
}

/* 가맹점전용-공지사항 상세보기 */
.exclusive .notice_view thead {border-top: 1px solid #333; border-bottom: 1px solid #ddd;}
.exclusive .notice_view thead td {padding: 20px;}
.exclusive .notice_view thead .title {padding-bottom: 0;}
.exclusive .notice_view thead span {margin: 0 15px 0 5px;}
.exclusive .notice_view tbody td {padding: 60px 20px; text-align: center;}
.exclusive .notice_view tbody td p {text-align: left; line-height: 1.375em;}
.exclusive .notice_view tfoot {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
}
.exclusive .notice_view tfoot td {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.exclusive .notice_view tfoot span {margin-left: 20px; cursor: pointer;}


/* 페이징 */
.paging {
    margin: 52px auto 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paging .prev_btn {transform: scaleX(-1);}
.paging .paging_num {margin-bottom: 4px;}
.paging .paging_num a {
    display: inline-block;
    width: 54px;
    text-align: center;
    font-size: 12px;
    color: #d9d9d9;
    position: relative;
    font-weight: 600;
}
.paging .paging_num a.on {color: #000;}
.paging .paging_num a:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 8px;
    background-color: #d9d9d9;
}
@media screen and (max-width: 1680px) {
    .exclusive .inner {width: 1200px;}
    .exclusive .as_write .write_container .width1030 {width: 100%;}

}
@media screen and (max-width: 1280px) {
    .exclusive .inner {width: 100%;}
}
@media screen and (max-width: 750px) {
    .input_container {
        padding-bottom: 13.42592vh;
    }
    .admin_logo {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    #frm_login {
        padding: 0 10.4%;
    }
    .login_input {
        width: 90%;
    }
    .login_input_title {
        margin-left: 0;
        margin-top: 37px;
        display: flex;
    }
    .user_id input,
    .user_password input {
        width: 100%;
    }
}