﻿/*body.lock {
    overflow: hidden;
}
.clear {
    clear: both;
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 320px) {
    body {
        min-width: 100%;
    }
}
@media only screen and (max-width: 410px) and (min-width: 320px) {
    html, body {
        font-size: 8px;
    }
}

.container {
    width: 100%;
}*/

/* editor 헤더 START */
.editor_header_container {
	background-color: #fff;
	border-bottom: 1px solid var(--color-border-mideum);
	box-sizing: border-box;
}/*
header {
	padding: 0 5%;
	margin: 0 auto;
	height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo {
    display: flex;
    align-items: center;
}
header .logo a {
    display: flex;
    align-items: center;
}
header .logo img {
    width: 10rem;
}
header .btn_menu {
	display: none;
	align-items: center;
	width: 3rem;
	height: 3rem;
}
header .gnb {
    display: flex;
    gap: 4rem;
}
header .gnb li {
    display: flex;
    font-size: var(--font-size-small);
    font-weight: var(--font-w-regular);

}
header .gnb li a {
	padding: 0.8rem 0;
	position: relative;
	transition: all ease 0.5s;
	overflow: hidden;
}
header .gnb li a::before {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-primary);
	transform: translateX(-100%);
	transition: all ease 0.3s;
}
header .gnb li a:hover {
	color: var(--color-primary);
}
header .gnb li a:hover::before {
	transform: translateX(0);
}
header .mobile_menu_container {
	display: none;
}
@media screen and (max-width: 960px) {
	header {
		padding: 0 var(--space-mid);
		max-width: 100%;
	}
	header .gnb {
		display: none;
	}
	header .btn_menu {
		display: flex;
	}
	header .mobile_menu_container {
		width: 100vw;
		height: 100vh;
		background: #fff;;
		position: fixed;
		top: 0;
		right: -120%;
		z-index: 100;
		display: block;
	}
	header .mobile_menu_container .wrapper {
		padding: 0 var(--space-mid);
		height: var(--header-height);
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 0.1rem solid var(--color-border-mideum);
	}
	header .mobile_menu_container .wrapper button {
		align-items: center;
		width: 3rem;
		height: 3rem;
	}
	header .mobile_gnb {
		padding: 3rem var(--space-mid);
		display: flex;
		flex-direction: column;
		gap: 4rem;
		overflow: scroll;
		height: 100%;
	}
	header .mobile_gnb li {
		font-size: var(--font-size-large);
		font-weight: var(--font-w-regular);

	}
	header .mobile_gnb li a {
		padding: 0.6rem 0;
		position: relative;
		transition: all ease 0.5s;
		overflow: hidden;
	}
}*/
/* editor 헤더 END */

/* 미들 START */
.middle_container {
    padding:0 30px;
    margin: 0 auto;
    width: 100%;
}
.middle {
    margin: 0 auto;
    width: 100%;
}
.middle_container .middle_top {
    margin:0 0 1rem 0;
    position: relative;
}
.middle_container .middle_top h2 {
    font-size: 2rem;
    font-weight: 500;
}
.middle_container .middle_top button.btn_add {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    line-height: 2.6rem;
    background: url(../img/common/btn_add.svg) center center/1.4rem 1.4rem no-repeat;
    position: absolute;
    top:0;
    right:0;
}
.middle_container .middle_top button.btn_add:hover {
    background: url(../img/common/btn_add_on.svg) center center/1.4rem 1.4rem no-repeat #ffbd2a;
    border: none;
}
.middle_container .middle_top button.btn_delete {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    line-height: 2.6rem;
    background: url(../img/common/btn_delete.svg) center center/1.4rem 1.4rem no-repeat;
    position: absolute;
    top:0;
    right:0;
}
.middle_container .middle_top button.btn_delete:hover {
    background: url(../img/common/btn_delete_on.svg) center center/1.4rem 1.4rem no-repeat #ffbd2a;
    border: none;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .middle_container {
        padding:0;
    }
    .middle_container .middle_top {
        padding:0 6%;
    }
    .middle_container .middle_top button {
        right: 6%;
    }
}
/* 미들 END */

/* footer start */

footer {
	padding: 0 5%;
	margin: 0 auto;
	height: var(--header-height);
	display: inline-flex;
	align-items: center;
	text-align:center;
	border-bottom:1px solid #ddd;
	justify-content: space-between;
}

@media screen and (max-width: 960px) {
	footer {
		display: block;
	text-align: left;
		border-bottom:0px solid #ddd;
		padding: 0 var(--space-mid);
		max-width: 100%;
	}
}

/* footer end */

/* 탭 START */
.tab_container {
    margin:1rem 0 3rem 0;
    padding:0 30px;
    width: 100%;
}
.tab {
    width:100%;
    display: inline-block;
    text-align: center;
}
.tab ul {
    display: inline-block;
}
.tab li {
    padding-bottom: 2px;
    margin-bottom: -1px;
    width: 160px;
    float: left;
    line-height: 4rem;
    border-bottom:1px solid #ddd;
}
.tab li a {
    padding:0.6rem 0;
    color: #888;
    font-size: 1.5rem;
    display: block;
}
.tab li a:hover {
    color: #222;
    font-weight: 500;
}
.tab li a .count {
    font-size: 1.6rem;
}
.tab li.on {
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom:2px solid #ffbd2a;
}
.tab li.on a {
    color: #222;
    font-weight: 500;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 320px) {
    .tab_container {
        padding:0 6%;
    }
    .tab ul {
        width: 100%;
    }
    .tab li {
        width: 50%;
    }
    .tab li a {
        font-size: 1.5rem;
    }
}
/* 탭 END */

/* tab (버튼타입) START */
.tab_btn_type {
	width: 100%;
    display: flex;
}
.tab_btn_type li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 0.8;
	border-top: 1px solid var(--color-border-mideum);
    border-bottom: 1px solid var(--color-border-mideum);
}
.tab_btn_type li:first-child {
    border-left: 1px solid var(--color-border-mideum);
}
.tab_btn_type li:last-child {
    border-right: 1px solid var(--color-border-mideum);
}
.tab_btn_type li + li {
	border-left: 1px solid var(--color-border-mideum);
}
.tab_btn_type li a {
	padding: 1rem 0;
	width: 8rem;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #BBB;
	font-size: 1.2rem;
}
.tab_btn_type li.on {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
.tab_btn_type li.on a {
	color: #fff;
}
/* tab (버튼타입) END */

/* role_tab START */
.role_tab_container {
    margin:1rem 0 3rem 0;
    padding:0 30px;
    width: 100%;
}
.role_tab {
    width:80%;
    display: inline-block;
    text-align: center;
}
.role_tab ul {
    display: inline-block;
}
.role_tab li {
    width: 80px;
    float: left;
    line-height: 2.4rem;
    border:1px solid #ddd;
}
.role_tab li a {
    padding:0.6rem 0;
    color: #888;
    font-size: 1.5rem;
    display: block;
}
.role_tab li a:hover {
    color: #222;
    font-weight: 500;
}
.role_tab li a .count {
    font-size: 1.6rem;
}
.role_tab li.on {
    margin: -1px;
    border:2px solid #ffbd2a;
}
.role_tab li.on a {
    color: #222;
    font-weight: 500;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 320px) {
    .role_tab_container {
        padding:0 6%;
    }
    .role_tab ul {
        width: 100%;
    }
    .role_tab li {
        width: 50%;
    }
    .role_tab li a {
        font-size: 1.5rem;
    }
}
/* role_tab END */

/* 테이블 START */
.table_container {
    margin: 0 auto;
}
.basic_table th {
    font-size: 1.4rem;
    font-weight: 500;
    color: #555;
}

.basic_table td {
    padding: 1.2rem 0;
}

.basic_table tr:last-child td {
    border-bottom: 1px solid #888;
}

.basic_table .list_wrapper {
    width: 100%;
}

.basic_table .list_wrapper ul {
    width: 100%;
    font-size: 1.4rem;
    display: table;
}

.basic_table .list_wrapper ul li {
    padding: 0 10px;
    color: #555;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}

.basic_table .list_wrapper ul li i {
    display: none;
    line-height: 2.3rem;
}

.page_navi {
    padding-top:2rem;
    text-align: center;
}
.page_navi a {
    margin-left:2rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 3rem;
    vertical-align: middle;
}
.page_navi a:hover {
    text-decoration: underline;
}
.page_navi a.on {
    font-weight: 700;
    cursor: default;
}
.page_navi a.on:hover {
    text-decoration: none;
}
.page_navi .btn_first, .page_navi .btn_prev, .page_navi .btn_next, .page_navi .btn_last {
    width:3rem;
    height: 3rem;
    border:1px solid #ddd;
    border-radius: 0.4rem;
    display: inline-block;
}
.page_navi .btn_first {
    margin-left:0;
    background: url(../img/common/btn_navi_first.svg) center center/2rem 1rem no-repeat;
}
.page_navi .btn_first:hover {
    background: url(../img/common/btn_navi_first_on.svg) #ffbd2a center center/2rem 1rem no-repeat;
    border: 1px solid #ffbd2a;
}
.page_navi .btn_prev {
    margin-left:0;
    background: url(../img/common/btn_navi_prev.svg) center center/1rem 1rem no-repeat;
}
.page_navi .btn_prev:hover {
    background: url(../img/common/btn_navi_prev_on.svg) #ffbd2a center center/1rem 1rem no-repeat;
    border: 1px solid #ffbd2a;
}
.page_navi .btn_next {
    background: url(../img/common/btn_navi_next.svg) center center/1rem 1rem no-repeat;
}
.page_navi .btn_next:hover {
    background: url(../img/common/btn_navi_next_on.svg) #ffbd2a center center/1rem 1rem no-repeat;
    border: 1px solid #ffbd2a;
}
.page_navi .btn_last {
    margin-left:0;
    background: url(../img/common/btn_navi_last.svg) center center/2rem 1rem no-repeat;
}
.page_navi .btn_last:hover {
    background: url(../img/common/btn_navi_last_on.svg) #ffbd2a center center/2rem 1rem no-repeat;
    border: 1px solid #ffbd2a;
}

/* 테이블 END */

/* 테이블 START */
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .basic_table th {
        display: none;
    }
    .basic_table td {
        padding: 5% 6%;
    }
    .basic_table td:first-child {
        border-top: 1px solid #ddd;
    }
    .basic_table tr:last-child td {
        border-bottom: 1px solid #ddd;
    }
    .basic_table .list_wrapper {
        position: relative;
    }
    .basic_table .list_wrapper ul {
        display: inline-block;
        text-align: left;
    }
    .basic_table .list_wrapper ul li {
        padding: 0;
        width: auto;
        display: inline-block;
        color: #2974FF;
        line-height: 2.4rem;
        font-family: 'Noto Sans KR', 'malgun gothic', 'dotum', 'arial', sans-serif;
    }
    .basic_table .list_wrapper ul li i {
        font-size: 1.4rem;
        color: #555;
    }
    .page_navi a {
        margin-left: 3rem;
        font-size: 1.7rem;
    }
    .page_navi a.m_hidden {
        display: none;
    }
}
/* 테이블 END */

/* 메인테이블 START */
.main_table {
    table-layout: fixed;
}
.main_table td {
    height: 5.5rem;
}
.main_table .option a {
    width: 22rem;
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_table .number {
    width: 8%;
}
.main_table .image {
    width: 14%;
}
.main_table .title {
    width: 20%;
}
.main_table .patner {
    width: 20%;
}
.main_table .date {
    width: 20%;
}
.main_table .amount {
    width: 8%;
}
.main_table .manage {
    width: 10%;
}
.main_table .id {
    width: 30%;
}
.main_table .name {
    width: 20%;
}
.main_table .features {
    width: 15%;
}

.list_wrapper {
    width: 49%;
    display: inline-block;
}
.list_wrapper + .list_wrapper {
    float: right;
}
.image_container {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.image_container .imgBox {
    width: 100%;
    max-width: 100px;
    position: relative;
    display: inline-block;
}
.image_container .imgBox:before {
    padding-top: 100%;
    content: "";
    display: block;
}
.image_container .image_wrapper {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: #fafafa;
    border: 1px solid #eee;
}

.main_table .image .image_container .imgBox {
    width: 100%;
    max-width: 100px;
}
.main_table .image .image_container .imgBox:first-child {
    float: none;
}
.main_table .image .image_container .imgBox:last-child {
    float: none;
}
.main_table li button {
    width: 3rem;
    height: 3rem;
    border:1px solid #ddd;
    border-radius: 1.5rem;
    line-height: 2.6rem;
}
.main_table li button + button {
    margin-left: 0.2rem;
}
.main_table li button.btn_info {
    background:url(../img/common/btn_info.svg) center center/1.4rem 1.4rem no-repeat;
}
.main_table li button.btn_info:hover {
    background:url(../img/common/btn_info_on.svg) center center/1.6rem 1.6rem no-repeat #ffbd2a;
    border: none;
}
.main_table li button.btn_list {
    background:url(../img/common/btn_list.svg) center center/1.6rem 1.6rem no-repeat;
}
.main_table li button.btn_list:hover {
    background:url(../img/common/btn_list_on.svg) center center/1.6rem 1.6rem no-repeat #ffbd2a;
    border: none;
}
/* 메인테이블 END */

/* 메인테이블 START */
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .main_table ul {
        padding: 2rem 0 0 0;
    }
    .main_table ul {
        padding: 2rem 0 0 0;
        color: #555;
    }
    .main_table ul li {
        color: #555;
    }
    .main_table ul li.number {
        display: none;
    }
    .main_table ul li.image {
        width: auto;
        display: none;
    }
    .main_table ul li.title {
        padding: 0.4rem 0;
        width: 100%;
        text-align: left;
        font-size: 1.8rem;
        color: #333;
    }
    .main_table ul li.patner {
        padding-right:2rem;
    }
    .main_table ul li.patner i {
        display: inline;
    }
    .main_table ul li.date {
        padding: 0;
        width: auto;
        position: absolute;
        top:-0.2rem;
        left:0;
        color: #888;
    }
    .main_table ul li.amount i {
        display: inline;
    }
    .main_table ul li.manage {
        padding: 0;
        width: auto;
    }
    .main_table ul li.manage .button_container {
        position: absolute;
        top:50%;
        right:0%;
        transform: translate(0%, -50%)
    }
    .main_table ul li.date i {
        display: inline;
    }
    .main_table ul li.manage .btn_wrapper {
        position: absolute;
        top: 2.4rem;
        right: 0;
    }
}
/* 메인테이블 END */

/* 레이어팝업 공통 START */
.layer_bg {
    min-width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background: #fff;
    opacity: 0.8;
    z-index: 1000;
    display: none;
}
.layer_container {
    min-width: 40rem;
    width: auto;
    height: auto;
    max-width: calc(100% - 10rem);
    max-height: calc(100% - 0rem);
    background: #fff;
    position: absolute;
    z-index: 10000;
    overflow: hidden;
    box-shadow:0 0 0.6rem 0.2rem rgba(100, 100, 100, 0.4);
    border-radius: 0.4rem;
    display: none;
}
.layer_container .layer_wrapper {
    padding:3rem 3rem 4rem 3rem;
}

.layer_container .top {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}
.layer_container .title {
    padding-bottom: 1rem;
    font-size: 2rem;
    color:#222;
    text-align: left;
}
.layer_container .btn_close {
    padding:0;
    position: absolute;
    top:3.6rem;
    right:3rem;
    width: 2.4rem;
    height: 2.4rem;
    background:url(../img/common/btn_close_layer.svg) right top/2rem 2rem no-repeat;
}
.layer_container .btn_close:hover {
    background:url(../img/common/btn_close_layer_on.svg) right top/2rem 2rem no-repeat;
}
.layer_container .btn_close img {
    width: 2.4rem;
    cursor: pointer;
}
.layer_container .contents .sec {
    margin-bottom: 2rem;
    width: 100%;
    clear: both;
    display: inline-block;
}
.layer_container .contents .form_container .form_group {
    margin:0 0 1.6rem 0;
}
.layer_container .submit_wrapper {
    padding:0;
    text-align: center;
}
.layer_container .submit_wrapper button {
    padding:1.3rem 0rem;
    width: 13rem;
    font-size: 1.5rem;
    border: 1px solid #ddd;
}
.layer_container .submit_wrapper button + button {
    margin:0 0 0 0.6rem;
}
.layer_container .submit_wrapper button.submit {
    color: #fff;
    background: #ffbd2a;
    border: 1px solid #ffbd2a;
}
.layer_container .submit_wrapper button.cancel {
    color: #fff;
    background: #bbb;
    border: 1px solid #bbb;
}
/* 레이어팝업 공통 END */

/* 레이어팝업 공통 START */
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
    .layer_bg {
        opacity: 1;
    }
    .layer_container {
        min-width: 0;
        width: 100%;
        height: 100%;
        max-width:100%;
        max-height:100%;
        position: absolute;
        box-shadow: none;
        border-radius: 0;
        display: none;
        overflow-y: auto;
        top:0;
        left:0;
    }
    .layer_container .layer_wrapper {
        padding:0;
    }
    .layer_container .top {
        margin:0;
        padding: 1rem 5%;
        width: 100%;
        height: 6rem;
        font-size: 1.5rem;
        color: #111;
        display: block;
        background: #fafafa;
        position: fixed;
        top:0;
        left:0;
        border-bottom: 1px solid #ddd;
        z-index: 30;
    }
    .layer_container .title {
        padding:0;
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
        color:#222;
        text-align: left;
        float: left;
    }
    .layer_container .btn_close {
        padding: 0.9rem;
        width:auto;
        height: auto;
        background: url(../img/common/btn_header_close.svg) right 0 top 1rem /1.7rem 1.7rem no-repeat;
        float: right;
        position: relative;
        top:0;
        right:0;
    }
    .layer_container .contents {
        margin-top: 6rem;
        padding: 3rem 5%;
        width: 100%;
        overflow: scroll;
        position: relative;
    }
    .layer_container .contents .sec {
        margin-bottom: 3rem;
    }
}
/* 레이어팝업 공통 END */

/* 레이어팝업 로그인 START */
.pop_login .form_container .form_wrapper .login_function_wrapper {
    margin: 1rem 0rem 1rem 0rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pop_login .form_container .form_wrapper .login_function_wrapper .text_pw_search span {
    color: var(--color-font-sub);
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width: 599px) {
	.pop_login .form_container .form_wrapper .login_function_wrapper {
        margin: 1rem 0;
    }
}
/* 레이어팝업 로그인 END */

/* 팝업 - 비밀번호 찾기 START */
.pop_pw_search .pop_content {
    gap: 4rem;
}
.pop_pw_search .pop_content p {
    margin-bottom: 1rem;
}
.pop_pw_search .form_container .form_wrapper label {
    flex-basis: 13rem;
}
.pop_pw_search .form_container .form_wrapper .input_wrapper {
    width: calc(100% - 13rem);
}
.pop_pw_search .form_container .input_id_box .input_wrapper input {
    width: calc(100% - 9rem);
    font-size: var(--font-size-x-small);
}
.pop_pw_search .btn_send {
    width: 8rem;
    height: 4rem;
    font-size: var(--font-size-x-small);
}
/* 팝업 - 비밀번호 찾기 END */

/* 레이어팝업 회원가입 START */
.layer_join .input_wrapper + .input_wrapper {
    margin-top:1rem;
}
/* 레이어팝업 회원가입 END */

/* 레이어팝업 추가하기 START */
.file_wrapper {
    position: relative;
}
.layer_add .file_textbox {
    width: 76%;
    display: inline-block;
}
.layer_add .div_file {
    margin-left: 1rem;
    height: 3.6rem;
    line-height: 3.6rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
}
.layer_add .btn_file {
    margin:0;
    padding: 0 1rem;
    width: 7rem;
    line-height: 3.4rem;
    color:#555;
    font-family: 'Roboto', 'Noto Sans KR', 'malgun gothic', 'dotum', 'arial', sans-serif;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border:1px solid #ddd;
    border-radius: 0.4rem;
    cursor: pointer;
}
.layer_add .file_hidden {
    padding: 2rem;
    font-size: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
/* 레이어팝업 추가하기 END */

/* 레이어팝업 정보 START */
.layer_info {
    min-width: 54rem;
}
.layer_info .contents .sec .left {
    padding-right: 20px;
    width: 260px;
    float: left;
    border-right: 1px solid #ddd;
}
.layer_info .contents .sec .right {
    padding-left: 20px;
    width: 260px;
    float: right;
}
.layer_info .contents .form_container .form_group{
    margin: 0;
    padding: 0.6rem 0;
}
.layer_info .contents .form_container .form_group_border {
    border-bottom: 1px dashed #ddd;
}
.layer_info .contents .form_container .form_group_none_border {
    border-bottom: none;
}
.layer_info .contents .form_container .form_group .font_bold {
    font-weight: 600;
}
.layer_info .image_wrapper + .image_wrapper {
    margin-left: 0.6rem;
}
.layer_info .contents .sec .btn_modify {
    margin: 0 0 0 1rem;
    padding: 0.4rem 0.6rem;
    color: #2557E8;
    background: #fff;
    border: 1px solid #359DFF;
}
.layer_info .contents .sec .btn_modify:hover {
    color: #fff;
    background: #359DFF;
}
.layer_info .contents .sec .btn_delete {
    margin: 0 0 0 1rem;
    padding: 0.4rem 0.6rem;
    color: #e61c24;
    background: #fff;
    border: 1px solid #e6767b;
}
.layer_info .contents .sec .btn_delete:hover {
    color: #fff;
    background: #e61c24;
    border: 1px solid #e61c24;
}
.btn_wrapper {
    margin: 1rem 0 0 0;
    width: 100%;
    text-align: right;
    display: inline-block;
}
.btn_wrapper button {
    padding: 0.6rem 0.8rem;
}
.contents .sec .btn_apply {
    margin: 0;
    width: 5rem;
    line-height: 1.4rem;
    color: #fff;
    background: #ffbd2a;
    border: 1px solid #ffbd2a;
}
.contents .sec .btn_cancel {
    margin: 0 0 0 0.4rem;
    width: 5rem;
    line-height: 1.4rem;
    color: #fff;
    background: #bbb;
    border: 1px solid #bbb;
}
.contents .sec .btn_delete2 {
    margin: 0;
	margin-right: 0.6rem;
    width: 5rem;
    line-height: 1.4rem;
    color: #fff;
    background: #bb0808;
    border: 1px solid #bb0808;
}
.contents .sec .btn_issue_code {
    margin: 0;
	margin-right: 0.6rem;
    width: 10rem;
    line-height: 1.4rem;
    color: #fff;
    background: #08bb08;
    border: 1px solid #08bb08;
}
.infoBox_01 {
    display: none;
}
.infoBox_02 {
    display: none;
}
.infoBox_03 {
    display: none;
}
.infoBox_04 {
    display: none;
}
.layer_info .image_container .imgBox + .imgBox {
    margin-left: 0.6rem;
}
.layer_info .image_container .imgBox {
    max-width: 114px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .layer_info {
        min-width: auto;
    }
    .layer_info .contents .sec .left {
        padding-right: 0;
        width: 100%;
        float: none;
        clear: both;
        border-right: none;
    }
    .layer_info .contents .sec .right {
        padding-top: 3rem;
        margin-top: 3rem;
        border-top: 1px solid #ddd;
        padding-left: 0;
        width: 100%;
        float: none;
        clear: both;
    }
    .layer_info .contents .sec .btn_modify {
        padding: 0.6rem 1rem;
    }
    .layer_info .contents .sec .btn_delete {
        padding: 0.6rem 1rem;
    }
    .contents .sec .btn_apply {
        width: 7rem;
        line-height: 2.6rem;
    }
    .layer_info .contents .sec .btn_cancel {
        width: 7rem;
        line-height: 2.6rem;
    }
    .contents .sec .btn_delete2 {
        width: 7rem;
        line-height: 2.6rem;
    }
    .contents .sec .btn_issue_code {
        width: 12rem;
        line-height: 2.6rem;
    }
    .layer_info .contents .sec .btn_wrapper {
        text-align: center;
    }
    .layer_info .image_container .imgBox {
        width: 49%;
        max-width: 49%;
    }
    .layer_info .image_container .imgBox + .imgBox {
        margin-left: 1%;
    }
    
}
/* 레이어팝업 정보 END */


/* 레이어팝업 명함목록 START */
.layer_list {
    min-width: 54rem;
}
.layer_list .contents .sec .left {
    padding-right: 20px;
    width: 160px;
    min-height: 26rem;
    float: left;
    
}
.layer_list .contents .sec .right {
    padding-left: 19px;
    width: 560px;
    float: right;
    border-left: 1px solid #ddd;
}
.layer_list .contents .form_container .form_group {
    margin: 0;
    padding: 0.6rem 0;
    position: relative;
}
.layer_list .contents .form_container .form_group .mobile {
    margin-left: 0.6rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/icon_mobile.svg) center center/2rem 2rem no-repeat;
}
.layer_list .contents .form_container .form_group_border {
    border-bottom: 1px dashed #ddd;
}
.layer_list .contents .form_container .form_group_none_border {
    border-bottom: none;
}
.layer_list .contents .form_container .form_group a {
    color: #0069c3;
}
.layer_list .contents .form_container .form_group a.on {
    color: #0069c3;
    font-weight: 500;
    text-decoration: underline;
}
.layer_list .contents .form_container .form_group a:hover {
    text-decoration: underline;
}
.layer_list .contents .form_container .form_group a .icon_list_add {
    margin-left: 0.6rem;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: top;
    background: url(../img/common/icon_list_add.svg) center center/1rem 1rem no-repeat #ddd;
}
.layer_list .contents .form_container .btn_ncAdd {
    margin: 0 0 0 1rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #ddd;
    border-radius: 1.5rem;
    line-height: 2.6rem;
    background: url(../img/common/icon_search.svg) center center/1.6rem 1.6rem no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%)
}
.layer_list .contents .form_container .btn_ncAdd:hover {
    background: url(../img/common/icon_search_on.svg) center center/1.6rem 1.6rem no-repeat #ffbd2a;
    border: none;
}

.layer_list .input_container .input_wrapper {
    width: 240px;
    display: inline-block;
}
.layer_list .input_container .input_wrapper + .input_wrapper {
    margin-left: 0.6rem;
    vertical-align: top;
}
.layer_list .input_container .input_wrapper input {
    height: 3rem;
    font-size: 1.3rem;
    color: #555;
}
.layer_list .input_container .input_wrapper input + input {
    margin-top: 0.4rem;
}
.layer_list .contents .sec .btn_modify {
    margin: 0 0 0 1rem;
    color: #555;
    background: #fff;
    border: 1px solid #ddd;
}
.layer_list .contents .sec .btn_delete {
    margin: 0 0 0 1rem;
    color: #e61c24;
    background: #fff;
    border: 1px solid #e6767b;
}
.listBox_01 {
    display: none;
}
.listBox_02 {
    display: none;
}
.listBox_03 {
    display: none;
}
.listBox_04 {
    display: none;
}
.layer_list .image_container .imgBox {
    max-width: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .layer_list {
        min-width: auto;
    }
    .layer_list .contents .sec .left {
        padding-right: 0;
        width: 100%;
        min-height: auto;
        float: none;
        clear: both;
    }
    .layer_list .contents .sec .right {
        padding-top: 3rem;
        margin-top: 3rem;
        border-top: 1px solid #ddd;
        padding-left: 0;
        width: 100%;
        float: none;
        clear: both;
        border-left: none;
    }
    .layer_list .contents .sec .btn_modify {
        padding: 0.6rem 1rem;
    }
    .layer_list .contents .sec .btn_delete {
        padding: 0.6rem 1rem;
    }
    .layer_list .contents .sec .btn_cancel {
        width: 7rem;
        line-height: 2.6rem;
    }
    .layer_list .contents .sec .btn_wrapper {
        text-align: center;
    }
    .layer_list .input_container .input_wrapper {
        width: 100%;
    }
    .layer_list .input_container .input_wrapper + .input_wrapper {
        margin-left: 1%;
    }
    .layer_list .image_container .imgBox {
        max-width: 100%;
		width:100%;
		height:auto;
    }
}
/* 레이어팝업 명함목록 END */

/* 팝업 - 공통 */
.modal_pop {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
	display: none;
}
.modal_pop .modal_content {
	padding: 3rem;
	margin: 0 auto;
	width: 100%;
	max-width: 60rem;
	background: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2100;
	border-radius: var(--size-radius-mid);
}
.modal_pop .modal_content .pop_top {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal_pop .modal_content .pop_top h2 {
	margin-bottom: unset;
}
.modal_pop .modal_content .pop_top .btn_pop_close {
	padding: 0;
}
.modal_pop .modal_content .pop_top .btn_pop_close img {
	width: 2.4rem;
	height: 2.4rem;
}
.modal_pop .pop_content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.modal_pop .title {
	margin: 1rem 0;
	font-size: 1.7rem;
	font-weight: var(--font-w-mid);
}
.modal_pop textarea {
	resize: none;
	height: 7rem;
	line-height: 1.7;
}
.modal_pop .tel_wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}
.modal_pop .tel_wrapper input {
    text-align: center;
}
.modal_pop .pop_text {
	color: #555;
	font-weight: var(--font-w-regular);
}
.modal_pop .pop_text strong {
	color: var(--color-point);
}
.modal_pop .pop_sub_text {
	margin: 1rem 0;
	color: var(--color-font-sub);
}
.modal_pop .modal_bg {
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    left: 0;
	background-color: rgba(0, 0, 0, 0.7)
}
.modal_pop .bottom_btn_wrapper {
    justify-content: center;
}
.modal_pop .pop_text_strong {
    margin: 1rem 0;
    font-size: var(--font-size-mid);
    font-weight: var(--font-w-mid);
    text-align: center;
    color: var(--color-primary);
}
@media screen and (max-width:768px){
	.modal_pop .modal_content {
		padding: 2rem;
		width: calc(100% - 4rem);
		max-width: 100% !important;
		border-radius: unset;
		top: unset;
		bottom: 0;
		transform: translate(-50%, -0%);
		border-top-left-radius: var(--size-radius-mid);
		border-top-right-radius: var(--size-radius-mid);
	}
	.modal_pop .modal_content .pop_top {
		height: 4rem;
	}
	.modal_pop .modal_content .pop_content {
		padding-bottom: 10rem;
		height: max-content;
		max-height: 50vh;
		overflow-x: hidden;
		overflow-y: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
	}
    .modal_pop .modal_content .pop_content::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}
}
/* 팝업 - 공통 */

/* 게시판 리스트 START */
.board_list ul {
    border-top: 2px solid #000;
}
.board_list ul li {
    padding: 1.6rem 2rem;
    width: calc(100% - 4rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    border-bottom: 0.1rem solid #e5e5e5;
}
.board_list ul li .title {
    flex-basis: calc(100% - 10rem);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1rem;
}
.board_list ul li .new::after {
    content: '';
    display: block;
    width: 2rem;
	height: 2rem;
    border-radius: 0.2rem;
	background:url("../images/common/icon_new.svg") center center / 1rem no-repeat var(--color-point);
}
.board_list ul li .date {
    flex-basis: 8rem;
    text-align: center;
    color: var(--color-font-sub);
}
.board_list ul li span a {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.board_list ul li span a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .board_list ul li {
        padding: 1.6rem 0;
        width: 100%;
    }
    .board_list ul li span a {
        padding: 0.5rem 0;
        width: auto;
        display: block;
        line-height: 1.7;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .board_list ul li span a:hover {
        text-decoration: none;
    }
}
/* 게시판 리스트 END */

/* 장바구니/1:1문의 내용 없을 시 노출 START */
.not_list {
    padding: 4rem 0;
    text-align: center;
    border-top: 1px solid var(--color-border-mideum);
    border-bottom: 1px solid var(--color-border-mideum);
}
/* 장바구니/1:1문의 내용 없을 시 노출 END */

/* 기능 리스트 START */
.feature_list ul {
    border-top: 0.1rem solid #e5e5e5;
}
.feature_list ul li {
    padding: 1.6rem 2rem;
    width: calc(100% - 4rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    border-bottom: 0.1rem solid #e5e5e5;
}
.feature_list ul li .title {
    flex-basis: 12rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1rem;
}
.feature_list ul li .new::after {
    content: '';
    display: block;
    width: 2rem;
	height: 2rem;
    border-radius: 0.2rem;
	background:url("../images/common/icon_new.svg") center center / 1rem no-repeat var(--color-point);
}
.feature_list ul li .desc {
    flex-basis: calc(100% - 16rem);
    text-align: left;
    color: var(--color-font-sub);
}
.feature_list ul li span a {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.feature_list ul li span a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .feature_list ul li {
        padding: 1.6rem 0;
        width: 100%;
    }
    .feature_list ul li span a {
        padding: 0.5rem 0;
        width: auto;
        display: block;
        line-height: 1.7;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .feature_list ul li span a:hover {
        text-decoration: none;
    }
}
/* 기능 리스트 END */

/* Box Imposer START */
.box_imposer_top {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--size-radius-mid);
    border: 1px solid var(--color-border-mideum);
    gap: 2rem;
}
.box_imposer_top p {
    flex-basis: calc(100% - 8rem);
}
.inquiry .board_list ul li .title {
    flex-basis: calc(100% - 20rem);
}
.inquiry .board_list ul li .date_wrapper {
    flex-basis: 18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.inquiry .board_list ul li .status {
    flex-basis: 8rem;
    text-align: center;
    color: var(--color-font-sub);
}
.inquiry .board_list ul li .status p {
    padding: 0.2rem 0;
    color: #bbb;
    font-weight: var(--font-w-mid);
}
.inquiry .board_list ul li .complete p {
    color: var(--color-primary);
}
@media screen and (max-width: 768px) {
    .inquiry .board_list ul li {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: unset;
    }
    .inquiry .board_list ul li .date_wrapper {
        width: 100%;
        flex-basis: unset;
    }
    .inquiry .board_list ul li .date_wrapper .status {
        text-align: left;
    }
    .inquiry .board_list ul li .date_wrapper .date {
        text-align: right;
    }
}
/* Box Imposer END */

    /* 문의하기 */
    .pop_inquiry  .modal_content {
        max-width: 50rem;
    }

/* EDITOR START */
.two_column {
    background-color: var(--color-bg-light);
}
.two_column .content_inner {
    display: flex;
    gap: 1rem;
}
.two_column .left_content, .two_column .right_content {
    padding: 2rem;
    border-radius: var(--size-radius-mid);
    background-color: #fff;
}
.two_column .left_content {
    flex-basis: 184rem;
}
.two_column .right_content {
	flex-basis: 48rem;
}
.mobile_two_row {
	display: none;
}
@media screen and (max-width: 960px) {
    .two_column {
		display: none;
    }
	.mobile_two_row {
		display: block;
		background-color: var(--color-bg-light);
	}
	.mobile_two_row .content_inner {
		display: block;
		gap: 2rem;
	}
	.mobile_two_row .upper_content {
		flex-basis: 144rem;
	}
	.mobile_two_row .upper_content, .mobile_two_row .lower_content {
		padding-top: 1rem;
		padding-left: 2rem;
		padding-right: 2rem;
		background-color: #fff;
	}
	.mobile_two_row .lower_content {
		flex-basis: 48rem;
		display: flex;
		flex-direction: column;
	}
	.mobile_two_row .lower_content h4 {
		padding-bottom: 1.6rem;
	}
	.mobile_two_row .lower_content .menu {
		padding: 1.6rem 0;
		border-top: 1px solid var(--color-border-mideum);
		border-bottom: 1px solid var(--color-border-mideum);
		display: flex;
		flex-direction: column;
		gap: 0.4rem;
	}
	.mobile_two_row .lower_content li {
		font-size: 1.2rem;
		padding: 0.2rem 0;
		border-radius: var(--size-radius-small);
		color: var(--color-font-sub);
		gap: 0.2rem;
	}
	.mobile_two_row .lower_content li.on {
		font-size: 2.2rem;
	}
	.mobile_two_row .lower_content .menu li a {
		font-size: 1.2rem;
		border-radius: var(--size-radius-small);
		color: var(--color-font-sub);
	}
	.mobile_two_row .lower_content .menu li.on a {
		color: var(--color-primary);
		font-weight: var(--font-w-mid);
	}
	.mobile_two_row .lower_content .center {
		padding: 1.6rem 0;
	}
	.mobile_two_row .lower_content .center p {
		color: var(--color-font-sub);
	}
	.mobile_two_row .lower_content .center p strong {
		color: var(--color-font-basic);
		font-weight: var(--font-w-mid);
	}
	.mobile_two_row .lower_content .center p:nth-child(1) {
		margin-bottom: 0.4rem;
	}
}
/* EDITOR END */
