.customer .inner {
    gap: 80px;
}

.customer .item {
    gap: 40px;
    padding: 20px 0;
}
.customer .item .title {
	gap: 15px;
}
.customer .item .title .square span {
    display: block;
    width: 15px;
    height: 15px;
    background: var(--point);
    animation: big 5s linear infinite;
}
.customer .item .title h4 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.72px;
    text-transform: uppercase;
}
.customer .item table thead th {
    height: 65px;
    font-size: 20px;
    font-weight: 400;
    background: var(--white);
}
.customer .item table thead th:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 30px;
    padding-right: 15px;
}
.customer .item table thead th:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 30px;
}
.customer .item table tbody td {
    height: 62px;
    font-size: 18px;
    border-bottom: 1px solid #d8d8d8;
}
.customer .item table tbody td:first-child {
    padding-left: 30px;
    padding-right: 15px;
}
.customer .item table tbody td:last-child {
    padding-right: 30px;
}
.customer .item table tbody td a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.customer .item .grid {
    gap: 30px;
}
.customer .item .grid .white_bg {
    width: calc(50% - 15px);
    background: vaR(--white);
    padding: 30px;
    border-radius: 20px;
    gap: 30px 20px;
    box-sizing: border-box;
}
.customer .item .grid .white_bg strong {
    font-size: 32px;
    text-transform: uppercase;
}
.customer .item .grid .white_bg .txt {
    flex: 1;
    width: 100%;
    font-size: 24px;
}
.customer .item .grid .location {
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    box-sizing: border-box;
}
.customer .item .grid .location .root_daum_roughmap {
    width: 100%;
}
.customer .item .grid .location .root_daum_roughmap .wrap_map {
    height: 500px;
}
.customer .item .grid .location .wrap_controllers,
.customer .item .grid .location .cont {
    display: none!important;
}


.customer .read .top {
    gap: 10px;
    background: var(--white);
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 20px;
    box-sizing: border-box;
}
.customer .read .top .subject {
    flex: 1;
    width: 100%;
}
.customer .read .conts {
    padding: 20px 30px;
    box-sizing: border-box;
}
.customer .read .btn_area {
    margin-top: 40px;
}
.customer .read .btn_area a {
    padding: 20px 40px;
    border-radius: 50px;
    box-sizing: border-box;
}


.customer .write {
    gap: 30px;
}
.customer .write .desc {
    font-size: 18px;
}
.customer .write textarea {
    width: 100%;
    height: 248px;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: var(--white);
    padding: 30px;
    resize: none;
    font-size: 18px;
    box-sizing: border-box;
}
.customer .write .file_box {
    position: relative;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    gap: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.customer .write .file_box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.customer .write .file_box .txt {
    flex: 1;
    width: 100%;
    letter-spacing: 0.4px;
    line-height: 1.2;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}
.customer .write .file_box label {
    padding: 16px 40px;
    background: var(--white);
    gap: 10px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
.customer .write .btn_area button {
    padding: 16px 60px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
}





@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1024px) {
    .customer .inner {
        gap: 40px;
    }

    .customer .item {
        gap: 20px;
        padding: 10px 0;
    }
    .customer .item .title {
		gap: 10px;
	}
	.customer .item .title h4 {
    	font-size: 26px;
	}
    .customer .item .title .square span {
		width: 12px;
		height: 12px;
	}

    .customer .item table colgroup {
        display: none;
    }
    .customer .item table thead {
        display: none;
    }
    .customer .item table tbody tr {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
        padding: 15px 0;
        gap: 10px;
        box-sizing: border-box;
    }
    .customer .item table tbody td {
        height: auto;
        border-bottom: 0;
        font-size: 16px;
    }
    .customer .item table tbody td:first-child {
        flex: 1;
        padding-left: 0;
        padding-right: 0;
    }
    .customer .item table tbody td:last-child {
        width: 95px;
        padding-right: 0;
        text-align: right;
    }

    .customer .item .grid {
        gap: 20px;
    }
    .customer .item .grid .white_bg {
        width: calc(50% - 10px);
        gap: 20px 10px;
        padding: 20px;
        border-radius: 10px;
    }
    .customer .item .grid .white_bg strong {
        font-size: 20px;
    }
    .customer .item .grid .white_bg .txt {
        font-size: 18px;
    }
    .customer .item .grid .location .root_daum_roughmap .wrap_map {
        height: 370px;
    }

    .customer .read .top {
        font-size: 16px;
        padding: 15px 20px;
    }
    .customer .read .conts {
        padding: 15px 20px;
    }
    .customer .read .btn_area a {
        padding: 15px 30px;
        font-size: 14px;
    }

    .customer .write .desc {
        font-size: 16px;
    }
    .customer .write textarea {
        padding: 20px;
        font-size: 16px;
        border-radius: 10px;
    }
    .customer .write .file_box {
        font-size: 14px;
    }
    .customer .write .file_box .txt {
        padding-left: 20px;
    }
    .customer .write .file_box label {
        padding: 16px 20px;
    }
    .customer .write .btn_area button {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .customer .item .grid .white_bg {
        width: 100%;
    }
    .customer .item .grid .white_bg strong {
        font-size: 18px;
    }
    .customer .item .grid .white_bg .txt {
        font-size: 16px;
    }
    .customer .item .grid .location .root_daum_roughmap .wrap_map {
        height: 320px;
    }

    .customer .write .file_box {
        gap: 0;
    }
    .customer .write .file_box .txt {
        flex: none;
        padding: 15px;
    }
    .customer .write .file_box label {
        width: 100%;
        justify-content: center;
    }
    .customer .write .file_box label img {
        width: 18px;
    }
}
@media screen and (max-width: 480px) {
    .customer .item .grid .white_bg:last-child .txt {
        flex: none;
        margin-top: -10px;
    }
}
@media screen and (max-width: 380px) {
}