@charset "utf-8";

.logoffBox {
    padding: 2rem;
}

.loginBox {
    padding: 1.6rem 0 0 0;
}
.logoffBox,.loginBox {
    width: 100%;
    min-width: 34rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #D9D9D9;
}
.log_off p {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    color: #7D7B7C;
}

.logoffBox .logoffBoxBtn {
    margin: 1rem 0;
}

.logoffBox .logoffBoxBtn a {
    display:flex;
    align-items: center;
    justify-content:center;
    width: 100%;
    font-size: 1.6rem;
    height: 5rem;
    border: 1px solid var(--accent-color);
    border-radius: 5px;
}

.logoffBox #loginLinkBtn {
    margin-bottom: 1rem;
    background: var(--accent-color);
    color: #fff;
}

.logoffBox #signUpBtn {
    color: var(--accent-color);
    background: #fff;
}
.logoffBox .desc__link li{
    display:inline-block;
}
.loginBox #logoutBtn {
    padding: 1rem 0;
    font-size: 1.3rem;
    background: #fdfdfd;
    color: #7d7b7c;
}
.loginBox #logoutBtn i{
    font-size: 1.5rem;
    padding-right:.5rem;
}
.loginBox #logoutBtn:hover{color: #012a4f}
.logoffBox ul li {
    font-size: 1.4rem;
    color: #7d7b7c;
}

.log_in section {
    line-height: 2.7rem;
}

.log_in section ul li {
    font-size: 1.7rem;
    color: #7d7b7c;
}

.log_in_userId {
    font-size: 1.7rem;
    line-height: 3rem;
    color: #005aab;
}

.log_in_userId:hover {
    color: #012a4f;
}

.info_member {
    padding: 0 2rem 2rem;
}

#remainTotPoint, .popPoint {
    font-size: 2rem !important;
    color: #ff3600;
}

#remainTotPoint {
    vertical-align: middle;
}

.ref_point, .ref_detail {
    padding-left: .2rem;
    background: none;
    color: #7d7b7c;
    display: inline-block;
    font-size: 1.6rem;
}

.ref_point:hover, .ref_detail:hover {
    color: #000;
}

.pointArea {
    position: relative;
}

.point {
    display: block;
}

.dropPoint {
    transition: all 1s ease-in-out;
    position: absolute;
    top: 2.7rem;
    right: -2rem;
    padding: 1rem 1.6rem;
    width: 27rem;
    background: #3d393b;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #3d393b;
    z-index: 9;
}


.dropPoint::after, .dropPoint::before,
.join_tooltip::after, .join_tooltip::before,
.limitTipBox::after, .limitTipBox::before,
.toolTipBox::after, .toolTipBox::before,
.remainTipBox::after, .remainTipBox::before, .titTip::before, .titTip::after, .mobCompany_csInfo:before, .mobCompany_csInfo::after {
    bottom: 100%;
    right: 1.6rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#tip_Corporate::after, #tip_Corporate::before {
    bottom: 95%;
    left: 8%;
    border-bottom-color: #3d393b;
}

#tip_password::after, #tip_password::before {
    top: 95%;
    left: 8%;
    border-top-color: #3d393b;
}

.dropPoint::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #3d393b;
    border-width: 10px;
    margin-left: -10px;
}

.mobCompany_csInfo::before {
    bottom: 82%;
    left: -2%;
    border-width: 9px;
    margin-left: -10px;
    border-right-color: #ddd;
}

.mobCompany_csInfo::after {
    bottom: 81.5%;
    left: -2%;
    border-width: 10px;
    margin-left: -10px;
    border-right-color: #fff;
}

.join_tooltip::after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-left: -11px;
}

.dropPoint:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #3d393b;
    border-width: 11px;
    margin-left: -11px;
}

.dropPoint dl dt, .dropPoint dl dd, .count_list p{
    font-size: 1.3rem;
    line-height: 1.8;
}

.dropPoint dl dd, .log_in section .count_list dt {
    color: #d1d1ca;
}

.dropPoint dl dd {
    max-width: 8.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropPoint span {
    display: block;
    padding-top: 1rem;
    font-size: 1.7rem;
}

.loginMenu {
    /* background: #fdfdfd; */
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
}
.loginMenu .ico{
    display:block;
    width: 2.2rem;
    height: 2.2rem;
    margin-bottom: .5rem;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}
.loginMenu .ico_point{
    background-image: url(../images/icon/ico_point.svg) ;

}
.loginMenu .ico_write{
    background-image: url(../images/icon/ico_write.svg) ;
}
.loginMenu .ico_user{
    background-image: url(../images/icon/ico_user.svg) ;
}
.loginMenu .ico_lock{
    background-image: url(../images/icon/ico_lock.svg) ;
}
.loginMenu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.loginMenu li {
    margin: 1.6rem 0;
    width: 24%;
    /* line-height: 2; */
    text-align: center;
    border-right: 1px solid #ddd;
}

.loginMenu li:first-of-type, .loginMenu li:last-of-type {
    width: 24.5%;
}

.loginMenu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;
}

.loginMenu li a:hover {
    text-decoration: underline;
}
.loginMenu li a:hover .ico{
    filter: contrast(180%);
}
.loginMenu li:last-of-type {
    border-right: none;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes blinker {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}

.free080 {
    position: absolute;
    top: -8px;
    left: 20px;
    display: block;
    padding: .3rem .7rem;
    width: 6rem;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 30px;
    color: #2d22cc;
    background: #fff000;
    animation-name: blinker;
    animation-iteration-count: 3;
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-duration: 1s;
}

.free080::after {
    top: 100%;
    right: 40%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.free080::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff000;
    border-width: 5px;

}


/*------------------------------------------------------------------
	content
------------------------------------------------------------------*/

.formBox > div {
    width: 100%;
    color: #4e4e56;
}

.innerBox {
    position: relative;
    padding: 2rem;
    background: #fff;
    border-radius: 5px;
}

.guideTxt {
    margin: 2.4rem 0 2rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
}

.badgeArea {
    position: absolute;
    top: 1.7rem;
    left: 11rem;
    width: 80%;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
}

.badgeNumber {
    margin-right: 1rem;
    padding: .2rem 2rem;
    border-radius: 30px;
    background: #6d6d6d;
}

.badgeInfo {
    padding: .2rem 2rem;
    background: var(--accent-color);
    border-radius: 30px;
}

.formBox > .recipientBtnArea {
    padding: 0 2rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.recipientBtnArea a {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 5rem;
    color: #4e4e56;
    text-align: center;
}

.recipientBtnArea a:hover {
    color: #b040eb;
}

.recipientBtnArea a:after {
    content: "";
    margin-left: 5rem;
    width: 1px;
    border-right: 1px solid #ddd;
}

.recipientBtnArea a:last-of-type:after {
    content: none;
}

@media (max-width: 1367px) {
    .recipientBtnArea a:after {
        margin-left: 3rem;
    }
}

.formBox > .msgInputBox {
    position: relative;
    padding-bottom: 1rem;
    width: 98%;
    max-width: 73rem;
    box-shadow: 3px 3px 3px rgba(217, 214, 214, .5);
}

.msgTxt::placeholder {
    color: #b040eb !important;
    opacity: 1;
}

.msgTxt:-ms-input-placeholder {
    color: #b040eb !important;
}

.msgTxt::-ms-input-placeholder {
    color: #b040eb !important;
}

#mmsInputBox, #mmsInputBox #msgArea, .msgFormBox.lms .msgInputBox, .msgFormBox.lms .msgInputBox .msgTxt, .msgFormBox.lms .msg-type-box {
    background: #e9e8fa;
}

#mmsInputBox:after, .msgFormBox.lms .msgInputBox:after {
    background: url(../images/icon/mms_bg_icon.png) no-repeat 0;
}

.msgInputBox:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -20px;
    width: 2.1rem;
    height: 1.9rem;
    background: url(../images/icon/msg_bg_icon.png) no-repeat 0;
    -webkit-filter: drop-shadow(1px 0px 1px rgba(217, 214, 214, .5));
    filter: drop-shadow(1px 0px 1px rgba(217, 214, 214, .5));
}

.AddPhotoArea {
    margin: 0 auto;
    padding-bottom: 1rem;
    width: 98%;
    max-width: 73rem;
}

.msgTitle, .mmsTitle {
    width: 34rem;
}

.titTip {
    position: absolute;
    top: 2.5rem;
    left: 36.5rem;
    padding: 0 1rem;
    height: 4rem;
    border-radius: 5px;
    background: rgb(61 57 59 / .9);
    color: #fff;
    font-size: 1.3rem;
    line-height: 4rem;
    transition: all .4s ease-in-out;
}

.titTip::after, .titTip::before {
    bottom: 30%;
    left: -2%;
    border-width: 8px;
    margin-left: -10px;
    border-right-color: rgb(61 57 59 / .9);
    transition: all .2s ease-in-out;
}

.lmsInputBox .titTip, #mmsInputBox .titTip {
    background: rgb(176 64 235 / .9);
}

.lmsInputBox .titTip::after, .lmsInputBox .titTip::before, #mmsInputBox .titTip::after, #mmsInputBox .titTip::before {
    border-right-color: rgb(176 64 235 / .9);
}

@media (max-width: 1366px) {
    .titTip {
        top: -2.2rem;
        left: 2rem;
    }

    .titTip::after, .titTip::before {
        top: 100%;
        left: 2rem;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: rgb(61 57 59 / .9);
    }

    .lmsInputBox .titTip::after, .lmsInputBox .titTip::before, #mmsInputBox .titTip::after, #mmsInputBox .titTip::before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: rgb(176 64 235 / .9);
    }
}

.excelMsgTitle {
    width: 100%;
}

.moreBtn, .emoticonBtn {
    font-size: 3rem;
    line-height: 4.8rem;
}

.moreBtn {
    margin-left: .5rem;
    padding-left: 1rem;
}

.emoticon {
    padding-right: 3rem;
}

.moreBtn:hover, .emoticonBtn:hover {
    color: #b040eb;
}

.msgInputArea {
    padding: 2rem 0 0 1rem;
}

.msgTxt {
    margin-top: .5rem;
    padding: .5rem;
    width: 100%;
    min-height: 15rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    border: none;
    resize: none;
}

.msgSize {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #6b6b6b;
}

.characterInfo {
    position: absolute;
    bottom: 5rem;
    right: 3rem;
    font-size: 1.3rem;
    color: #7c7c7c;
}

.msgByteArea {
    margin: 1rem 0 0 1rem;
}

.repBtnArea button {
    width: 8rem;
    font-size: 1.3rem;
}

.repBtn, .sampleBtn {
    margin-right: .5rem;
    color: #4e4e56;
    background: #f7f7f9;
    border: 1px solid #e8e8e8;
}

.sampleBtn {
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1.2rem;
}

.sampleBtn:last-of-type {
    margin: 0;
}

.btn-upload {
    padding: 0 2rem;
    font-size: 1.5rem;
}

.helpBtn, .btn-upload {
    color: #fff;
    background: #4e4e56;
    border: 1px solid #4e4e56;
}

#time {
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.popRecipient {
    position: absolute;
    top: 15%;
    left: 50%;
    padding: 2rem;
    width: 40%;
    min-width: 71rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

#popAddCall .popRecipient {
    max-height: 52rem;
}

.popRecipPreview {
    position: absolute;
    top: 15%;
    left: 50%;
    padding: 2rem;
    width: 30rem;
    max-height: 40rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

.popRecipPreview section {
    margin-top: 2rem;
    max-height: 30rem;
    overflow-y: auto;
}

.popRecipPreview table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
}

.popRecipPreview table thead th, .popRecipPreview table tbody tr td {
    background: #f4f4f4;
}

.popRecipPreview table thead th, .popRecipPreview table tbody tr:nth-of-type(2n) td {
    background: #fafafa;
}

.sendBtnArea button {
    width: 48%;
    font-size: 1.8rem;
    color: #fff;
}

#senderSel {
    width: 100%;
}

#senderSel td {
    padding-bottom: 2rem;
}

#senderSel tr:last-of-type td {
    padding-bottom: 0;
}

.sender {
    vertical-align: middle;
    font-size: 2rem;
    color: #9b9b9b;
    cursor: pointer;
}

#senderSel input[name="sender"] + label {
    margin-left: .5rem;
}

.callback_num {
    width: 70%;
}

.callback_memo {
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 5rem;
}

@media (max-width: 1403px) {
    #time {
        font-size: 1.7rem;
    }
}

@media (max-width: 1457px) {
    #senderSel input[name="sender"] + label {
        margin-left: 0;
    }

    .callback_num {
        width: 70%;
    }

    .callback_memo {
        width: 25%;
    }
}

input[name="sender"] + label {
    color: #9b9b9b;
}

input[name="sender"]:checked + label {
    font-weight: 500;
    color: #4e4e56;
}

.setSenderBtn {
    margin: 0 1rem 2rem 0;
    font-size: 2.4rem;
}

.addSender {
    position: relative;
}

.addSender, .options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 5rem;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-size: 1.7rem;
}

.options > input[type="text"] {
    cursor: pointer;
}

.addSender > input[type="text"], .options > input[type="text"] {
    padding-left: 1rem;
    width: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    line-height: 4rem;
    font-size: 1.7rem;
}

.senderBtn:hover, .setSenderBtn:hover {
    color: #b040eb;
}

.options {
    position: relative;
}

.options::before {
    content: '';
    display: block;
    position: absolute;
    top: 55%;
    right: 2.5rem;
    width: 7px;
    height: 7px;
    margin-top: -8px;
    border: 3px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.payOptions.options::before {
    content: none;
}

.input-icon {
    flex-shrink: 0;
    display: inline-block;
    width: 4.8rem;
    height: 100%;
    font-size: 2.2rem;
    border-radius: 5px 0 0 5px;
    background: #f2f2f5;
    vertical-align: middle;
    text-align: center;
}

.options.on .input-icon {
    background: #e9e8fa;
    color: #b040eb;
}

.options.on::before {
    border: 3px solid #b040eb;
    border-top: none;
    border-left: none;
}

.recipientBtnArea.disabled {
    background: #fff !important;
}

.options.disabled::after, .recipientBtnArea.disabled::after {
    content: "";
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 235 235 / 50%);
}

#callback_input {
    max-width: 22.7rem;
}

.profileSenderArea #callback_input {
    max-width: 100%;
}

.input-btn {
    padding: 0 2rem;
    background: none;
    font-size: 2rem;
    vertical-align: middle;
}

.input-icon i {
    line-height: 5rem;
}

.titleArea {
    align-items: center;
}

.titleArea .btn-close {
    font-size: 2rem;
}

.infoArea {
    padding: 2rem 0;
}

.infoArea p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #4e4e56;
}

.popGuideArea {
    color: #4e4e56;
}

.popGuideArea p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.popGuideArea table {
    margin: 1rem 0 2rem 1rem;
    width: 90%;
    background: #fff;
}

.popGuideArea table th, .popGuideArea table td {
    padding: 1.2rem 0;
    border: 1px solid #ddd;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
}

.popGuideArea table th {
    background: #eee;
    vertical-align: middle;
}

.popGuideArea .link_guide {
    margin-left: 1rem;
    color: #645be7;
    border-bottom: 1px solid #645be7;
}

.sampleArea {
    padding-top: 2rem;
}

.recipientFileUp {
    width: 100%;
}

.receiverArea {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.receiverArea h5 {
    font-size: 1.7rem;
    line-height: 3rem;
    font-weight: 500;
    color: #4e4e56;
}

.receiverPreviewBox {
    width: 85%;
    max-height: 10rem;
    overflow: auto;
    overflow-x: hidden;
}

.receiverPreviewBox table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
}

.uploadCnt {
    padding-right: 2rem;
    text-align: right;
}

.addRegAgree {
    width: 82%;

}

.addRegAgree label {
    font-size: 1.5rem;
    color: #3d393b;
}

.addSave {
    color: #fff;
    padding: 0 2rem;
    font-size: 1.5rem;
    vertical-align: middle;
}

.addRegTxt {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #4e4e56;
    letter-spacing: -.5px;
}

.conReciever {
    padding: 0 2rem;
    font-size: 1.7rem;
    color: #fff;
}

.cont01 {
    display: block;
}

.directTxt {
    padding: .5rem;
    width: 100%;
    height: 10rem;
    font-size: 1.5rem;
    line-height: 2rem;
    resize: none;
    border: 1px solid #ddd;
}

#uploadProxyTxt.directTxt {
    height: 7.2rem
}

/* tab2 */
.tab2 {
    margin: auto;
    padding: 2rem 0 1rem;
    width: 50%;
}

.tab2 li {
    width: 48%;
    display: inline-block;
    font-size: 1.5rem;
    cursor: pointer;
    color: #005da1;
    text-align: center;
    position: relative;
}

.tab2 li.active {
    color: red;
}

/* tabContent2 */

.tabContent2, .tabChContent2 {
    display: none;

}

.tabContent2.active, .tabChContent2.active {
    display: block;
}


#popAddCall .table-cont-wrap {
    position: relative;
    margin: 1.5rem 0;
    padding-top: 4rem;
}

#popAddCall .table-cont-wrap .table-cont-box {
    max-height: 26rem;
    overflow: auto;
    overflow-x: hidden;
}

#popAddCall .table-cont-wrap .table-cont2 {
    max-height: 20rem;
}

#popAddCall .table-cont-wrap .table-cont-box table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

#popAddCall .table-cont-wrap .table-cont-box table thead tr {
    position: absolute;
    top: 0;
    left: 0;
}

#groupSelect thead tr th:first-of-type {
    width: 10%;
}

#groupSelect thead tr th:nth-of-type(2) {
    width: 40%;
}

#groupSelect thead tr th:nth-of-type(3) {
    width: 50%;
}

#eachSelect thead tr th:first-of-type {
    width: 5%;
}

#eachSelect thead tr th:nth-of-type(2) {
    width: 15%;
}

#eachSelect thead tr th:nth-of-type(3) {
    width: 20%;
}

#eachSelect thead tr th:nth-of-type(4) {
    width: 15%;
}

#popAddCall .table-cont-wrap .table-cont-box table tr {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

#popAddCall .table-cont-wrap .table-cont-box table tbody tr {
    display: table-row;
}

#groupSelect, #eachSelect {
    width: 100%;
    font-size: 1.5rem;
    line-height: 4rem;
}

#groupSelect tr th, #eachSelect tr th {
    background: #eee;
}

#groupSelect tr td, #eachSelect tr td {
    text-align: center;
    border-bottom: 1px solid #eee;
}

#eachSelect tr td {
    max-width: 4.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#groupSelect tr:hover, #eachSelect tr:hover {
    background: #fafafa;
}

.groupId {
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#groupSelect tr:last-of-type td, #eachSelect tr:last-of-type td {
    border: none;
}

.groupSel {
    padding-top: 1rem;
    text-align: left;
    font-size: 1.5rem;
}

.groupSel dt, .groupSel dd {
    display: inline-block;
    padding-left: 1rem;
}

.groupSel dd .selectBox {
    width: 20rem;
    height: 3.8rem;
}

.groupSel .searchRecip {
    padding-left: 2rem;
    width: 60%;
}

.searchRecip .inputTxt {
    padding: 0 2rem 0 1rem;
    width: 100%;
}

.searchRecip .inputTxt, .searchRecip .addsearchIco {
    height: 3.8rem;
}

.searchRecip .addsearchIco {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem .5rem;
    width: 3.8rem;
    font-size: 1.7rem;
}

.popAddBtn {
    text-align: right;
}

@media (max-width: 1895px) {
    .groupSel .searchRecip {
        padding-left: 1rem;
        width: 56.5%;
    }
}

.receivingNumberBox {
    padding: 1rem 0 0 1rem;
    max-height: 15rem;
    overflow: hidden;
    overflow-y: auto;
}

.receivingNumberBox table {
    width: 100%;
    font-size: 1.7rem;
    line-height: 3.5rem;
}

.receivingNumberBox table td:first-of-type {
    max-width: 54.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploadName {
    max-width: 20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploadNameList {
    cursor: pointer;
}

.uploadNameList:hover {
    color: #b040eb;
}

.uploadNameList i {
    padding-left: .5rem;
    font-size: 1.5rem;
}

.rcvDelBtn, .deleteAddressBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: none;
}

.rcvDelBtn:hover, .deleteAddressBtn:hover {
    color: red;
}

.popOption {
    left: 5%;
    padding: 2rem;
    width: 90%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#popEmoticon {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 46%;
    min-width: 72rem;
    transform: translate(-50%, 0);
    box-shadow: 3px 3px 5px rgba(217, 214, 214, .8);
}

#popEmoticon .titleArea:hover, .ui-draggable .titleArea:hover {
    cursor: move;
}

#popReplaceHelp {
    position: fixed;
    top: 5%;
    left: 50%;
    padding: 2rem;
    width: 55rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

#popReplaceHelp.invert, .imageEditor.invert, #popEmoticon.invert,
#popPayNotice.invert, .noti_layer.invert,
#popMobPayNotice.invert, #popCreditPayNotice.invert, #popCorpFile.invert {
    /* position:absolute; */
    transform: translate(0, 0);
    transition: none;
}

.helpConArea {
    margin-top: 2rem;
    padding: 1rem;
    background: #fafafa;
    border-radius: 5px;
}

.helpTxt1 {
    padding-left: 1rem;
    background: url(../images/icon/dot.jpg) no-repeat left 10px;
}

#popReplaceHelp .helpTxt2 {
    padding-left: 1rem;
    font-size: 1.2rem;
}

.replaceImg img {
    margin-bottom: 1rem;
    width: 100%;
}

@media (max-height: 700px) {
    #popEmoticon {
        top: 5%;
    }

    #popReplaceHelp {
        top: 0;
        width: 50rem;
        height: 60rem;
        overflow-y: scroll;
    }

    .replaceImg img {
        margin: .5rem 0;
        width: 80%;
    }
}

.sendConfirmWrap, #popSendFinish .sendFinishWrap,
.payOverWrap,  #popPayFinish .finishWrap {
    position: fixed;
    top: 25%;
    left: 50%;
    padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
    font-size: 1.5rem;
    color: var(--main-font-color);
}

.sendConfirmWrap {
    width: 40.5rem;
}

#popSendFinish .sendFinishWrap {
    min-width: 43rem;
}

#popPayFinish .finishWrap {
    width: 35rem;
}

.payOverWrap {
    padding-top: 3rem;
    width: 33.5rem;
    line-height: 2.2rem;
}

.sendConfirmWrap ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.sendFinishWrap .sendFinishTxt, .finishTxt {
    padding: 3rem 0 2rem;
}

.sendFinishWrap .sendFinishTxt, .payOverWrap, .finishTxt {
    text-align: center;
}

.sendConfirmWrap ul li:nth-of-type(2) {
    width: 55%;
}

.msgCondition {
    display: block;
    margin: 1rem 0 2rem;
}

.sendFinishWrap ul dl, .sendConfirmWrap ul dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: .5rem 0;
    line-height: 2rem;
}

.sendFinishWrap ul dl dt, .sendFinishWrap ul dl dd,
.sendConfirmWrap ul dl dt, .sendConfirmWrap ul dl dd {
    /* 	display:inline-block; */
}

.sendFinishWrap ul dl dt {
    width: 25%;
    text-align: left;
}

.sendConfirmWrap ul dl dt {
    width: 48%;
}

.sendConfirmWrap ul dl dd {
    width: 50%;
    text-align: right;
}

.sendFinishWrap ul dl dd {
    width: 40%;
    text-align: right;
}

.sendFinishWrap ul dl dd span,
.sendConfirmWrap ul dl dd span {
    display: inline-block;
    vertical-align: top;
    max-width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: .5rem;
}

.sendConfirmTxt {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
    color: var(--color-red);
}

/*** 발신번호 추가 팝업 ***/
.popNumEntry {
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 2rem;
    width: 38rem;
    font-size: 1.5rem;
    color: var(--main-font-color);
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

.name-type-list li {
    margin-bottom: 2rem;
}

.name-type-list li:last-of-type {
    margin-bottom: 0;
}

.name-type-list li label {
    font-size: 1.5rem;
    color: var(--main-font-color);
    vertical-align: middle;
}

.callback-btn-area {
    gap: 1rem;
}
.callback-btn-area .btn-default {
    background: #fff;
    border: 1px solid #645be7;
    color: #645be7;
}

.callback-info-area {
    font-size: 1.3rem;
    line-height: 1.5;
}

/*** 발신번호 추가 팝업 ***/
/*** 보안로그인 설정 팝업 ***/
#popSetSecureLogin {
    z-index: 999;
}

.popSetSecureLogin {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 44rem;
    background: #fff;
    transform: translate(-50%, 0);
    border-radius: 5px;
    padding: 2rem;
    color: var(--main-font-color);
}

.pop-content-area {
    padding: 2rem;
    background: #fafafa;
}

.popSetSecureLogin h5 {
    font-size: 1.7rem;
}

.pop-content-area li {
    font-size: 1.4rem;
    line-height: 2;
}

.pop-entry-form div {
    gap: 5px;
}

.entry-input-box {
    position: relative;
}

.pop-entry-form button {
    width: 35%;
    box-sizing: border-box;
}

.entry-num-box button {
    background: #fff;
}

.entry-num-box span {
    padding: 0 1rem;
    width: 65%;
    border: 1px solid #ddd;
    font-size: 1.5rem;
    color: #4e4e56;
    line-height: 3.8rem;
}

.entry-input {
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.5rem;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
}

.input-secureCode {
    width: 65%;
    padding: 1rem 0;
    border: none;
    background: transparent;
}
.btn-underLine{
    font-size: 1.5rem;
    color: var(--main-font-color);
    border-radius: 0;
    border-bottom: 1px solid var(--main-font-color);
}
.btn-underLine:hover{
    opacity:0.8;
}
/*** 보안로그인 설정 팝업 ***/
#popReserve, #popDivision, #popRepeat {
    top: 5rem;
}

.setOption {
    font-size: 1.5rem;
    color: #4e4e56;
}

.setOption div:first-of-type {
    padding-bottom: 2rem;
}

.date {
    height: 4rem;
    font-size: 1.5rem;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #6d6d6d;
}

.case, .min {
    padding: .2rem;
    text-align: right;
    color: #666;
}

.case {
    width: 7rem;
}

.min {
    width: 5rem;
}

.optionCancel {
    border: 1px solid #656464;
    color: #656464;
}

.popSendOption {
    right: 0;
    width: 85%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.popSendOption .titleArea h4, .popSendOption .titleArea .btn-close,
.popRsvPreview .titleArea h4, .popRsvPreview .titleArea .btn-close {
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #231553;
}

.popSendOption .optionInfoArea p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #7a8795;
}

.popSendOption .setOption {
    margin: 2rem 1rem 0;
    color: #4e4e56;
    font-size: 1.5rem;
}

.popRsvPreview .chOption {
    margin: .5rem 1rem 0;
    color: #4e4e56;
    font-size: 1.5rem;
}

.popSendOption .setOption dl:first-of-type, .popRsvPreview .chOption dl:first-of-type {
    margin-bottom: 1.5rem;
}

.popSendOption .setOption dt, .popRsvPreview .chOption dt {
    margin-bottom: 1rem;
}

.inputDate, .popSendOption .setOption .rsvTime select, .popRsvPreview .rsvTime select {
    padding: 0 1rem;
    height: 4rem;
    border: 1px solid #eae9ef;
    border-radius: 5px;
    color: #666;
}

.popSendOption .setOption .inputDate, .popRsvPreview .chOption .inputDate {
    width: 100%;
    font-size: 1.5rem;
}

.popSendOption .setOption .rsvTime select, .popRsvPreview .rsvTime select {
    width: 48%;
}

.popOptionBtn {
    padding: 1.5rem 1rem;
    background: #e9e8fa;
}

.popOptionBtn button {
    width: 48%;
    font-size: 1.5rem;
    box-shadow: 1px 1px 3px #dce2e7;
}

.popSendOption .popOptionBtn .optionCancel, .optionCancel {
    border: 1px solid #dce2e7;
    color: #645be7;
    background: #fff;
}

.popSendOption .popOptionBtn .optionSubmit, .optionSubmit {
    background: #645be7;
    color: #fff;
}

#certified03 {
    position: relative;
}

input[name="entry"] + label {
    font-size: 1.7rem;
}

.infoArea .faxNum {
    padding-top: .5rem;
    font-size: 1.7rem;
    text-align: center;
}

.senderList {
    padding-left: 1rem;
    max-height: 20rem;
    overflow: auto;
    overflow-x: hidden;
}

.senderList li {
    line-height: 3.5rem;
}

input[name="rsvSender"]:checked + label {
    color: var(--accent-color);
    font-weight: 700;
}

.rsvSender {
    padding-left: 1rem;
    font-size: 1.8rem;
    vertical-align: middle;
}

.entryNum {
    margin: 1rem 0;
    width: 100%;
}

#certifyFileArea .upload-name {
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1367px) {
    .popSendOption .optionInfoArea p {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .popSendOption .setOption {
        margin: 2rem 0 0;
        font-size: 1.4rem;
    }
}

#popMsgMenu {
    top: 6.5rem;
    right: 0;
}

.popEmoticonTab {
    width: 20%;
}

.popEmoticonTab li {
    padding-left: 1rem;
    height: 5rem;
    font-size: 1.7rem;
    line-height: 5rem;
}

.popEmoticonTab li a {
    cursor: pointer;
}

.popEmoticonTab li a:hover, .popEmoticonTab li.on a {
    color: #b040eb;
}

.emoticonBox {
    padding: 1rem;
    width: 80%;
    background: #e9e9e9;
}

.tab_con > div {
    display: none;
}

.tabDepth2 {
    width: 100%;
}

.tabDepth2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 1rem 0 2rem;
}

.tabDepth2 ul li {
    font-size: 1.5rem;
}

.tabDepth2 ul li.on a {
    border-bottom: 1px solid #4e4e56;
}

.popSearchArea input[type="text"] {
    width: 100%;
}

.contentsArea {
    margin-top: 1rem;
    height: 32rem;
    max-height: 32rem;
    overflow: auto;
    overflow-x: hidden;
}

.templateArea {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
}

.display {
    margin: .5rem;
    width: 31%;
    height: 23rem;
    background: #fff;
    font-size: 1.5rem;
}

@media (max-width: 1367px) {
    .display {
        font-size: 1.3rem;
    }
}

.display .msgTemplate:hover .templateTxt {
    background: #f4f3fd;
}

#tabMysms .display {
    position: relative;
}

.msgTemplate {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 23rem;
}

.msgTemplate .templateTit {
    padding: 0 .5rem;
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.templateTxt {
    height: 17.5rem;
}

.templateTxt textarea {
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #43474d;
    resize: none;
}

.templateTxt textarea::-webkit-scrollbar, .msgTxt::-webkit-scrollbar {
    width: 5px;
}

.templateTxt textarea::-webkit-scrollbar-thumb, .msgTxt::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #d5d5d5;
}


dl dd.templateByte {
    line-height: 2.5rem;
    text-align: center;
}

.lmsTemplate .s_temp {
    background: #efeffb;
}

.s_temp .msgTemplate .templateTit, .s_temp .msgTemplate .templateByte {
    color: #6d8dfe;
    background: #fafafa;
}

.l_temp {
    background: #ecf9f0;
}

.l_temp .msgTemplate .templateTit, .l_temp .msgTemplate .templateByte {
    color: #30a444;
    background: #fafafa;
}

.myMsgDelBtn {
    position: absolute;
    top: -.3rem;
    right: .5rem;
    font-size: 2rem;
    color: #d5d5d5;
    background: none;
}

.myMsgDelBtn:hover {
    color: #6d8dfe;
}

#specialcodeTable {
    width: 100%;
}

#specialcodeTable td {
    padding: .2rem;
}

#specialcodeTable td span {
    display: block;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    background: #fff;
}

#specialcodeTable td span:hover {
    background: #efeffb;
}

#emoTable {
    display: flex;
    flex-wrap: wrap;
}

#emoTable li {
    padding: 0 1.5rem;
    margin: 0 .5rem .5rem 0;
    font-size: 1.2rem;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
}

#emoTable li:hover {
    background: #efeffb;
}

.senderArea {
    padding: 1rem;
    line-height: 2rem;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    background: #f8f8f8;
}

.senderArea, .msgArea {
    width: 100%;
}

.popPreview .msgArea, .popMmsPreview .msgArea {
    height: 34rem;
}

.msgArea {
    padding: 2rem;
    overflow: auto;
    overflow-x: hidden;
    background: #f8f8f8;
}

.previewContent, .testContent, .testNoneContent {
    position: relative;
    margin-left: 3rem;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #dce2e7;
    padding: 1rem;
    font-size: 1.7rem;
    color: #4e4e56;
}

.previewContent:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    width: 2.1rem;
    height: 1.9rem;
    background: url(../images/icon/msg_bg_icon.png) no-repeat 0;
    background-size: 10px 10px;
    -webkit-filter: drop-shadow(1px 0px 1px rgba(217, 214, 214, .5));
    filter: drop-shadow(1px 0px 1px rgba(217, 214, 214, .5));
}


.senderName, .senderNum {
    font-size: 1.5rem;
}

.msgSendBtn {
    font-size: 2rem;
    color: #fff;
}

.layer_send_form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.95) 1.3%, rgba(251, 251, 251, 0.8) 11.58%, rgba(255, 255, 255, 0.97) 19.86%, rgba(253, 253, 253, 0.973079) 43.97%, rgba(255, 255, 255, 0.97) 58.58%, rgba(251, 251, 251, 0.8) 65.44%, rgba(244, 244, 244, 0.8) 100%);
    font-size: 1.5rem;
}

.noneSender-wrap {
    position: absolute;
    top: 13rem;
    left: 0;
    width: 100%;
    padding: 0 3rem;
    text-align: center;
}

.noneSender-wrap p {
    font-size: 1.5rem;
    line-height: 2;
}

.noneSender-wrap .ns-txt-1 {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #6d6d6d;
}

.noneSender-wrap a.btn {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #645be7;
    font-size: 1.5rem;
    color: #fff;
}

@media (max-width: 1470px) {
    .noneSender-wrap {
        padding: 0 1rem;
    }

    .noneSender-wrap p {
        font-size: 1.4rem
    }
}

.popPreview {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 19.2%;
    min-width: 34rem;
    transform: translate(-50%, 0);
}

.previewContent.typeLms {
    background: #ecf9f0;;
}

.previewContent.typeMms {
    background: #e9e8fa;;
}

.previewTitle {
    margin-bottom: .7rem;
    font-weight: 500;
}

.previewTitle, .previewTxt {
    word-break: break-all;
    line-height: 2rem;
    width: 100%;
}

.previewTxt {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
}

.previewByte {
    margin-top: 2rem;
    font-size: 1.5rem;
}

.msgType {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.testMsgArea .msgType li {
    position: relative;
}

.testMsgArea .msgType li p {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.refusalArea {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #645be7;
}

.refusalSms {
    padding-top: .5rem;
}

.popMmsPreview {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 19.2%;
    min-width: 30rem;
    transform: translate(-50%, 0);
}

.photoView {
    width: 100%;
}

@media (max-height: 700px) {
    .popPreview, .popMmsPreview {
        top: 2%;
    }
}

.rsvMsgBox .previewContent {
    margin: 0 0 4rem 1rem;
    width: 100%;
}

.rsvMsgBox .msgArea {
    max-height: 34rem;
    min-height: 20rem;
}

.mst_top p {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
}

.mst_top #companyName {
    padding: 0 .5rem;
    height: 3rem;
    font-size: 1.5rem;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    color: #6d6d6d;
    background: transparent;
}

.mst_top #companyName:focus {
    border-bottom: 2px solid #dba2f9 !important;
    outline: none;
}


/*
	------------------------------------------------------------------
	smsForm_test
	------------------------------------------------------------------
*/
.content-spamTest .characterInfo {
    bottom: 2rem;
}

.content-spamTest .msgInputBox {
    padding-top: 1rem
}

.content-spamTest .msg-type-box {
    font-size: 1.5rem;
    padding: 2rem;
    background: #fff;
    width: 98%;
    margin-bottom: -1.5rem;
    max-width: 73rem;
    box-shadow: 3px 3px 3px rgb(217 214 214 / 50%);
    border-radius: 5px 5px 0 0;
}

.content-spamTest .msgTitle {
    width: 32rem;
}

.content-spamTest .titTip {
    top: 1.5rem;
    left: 34.5rem;
}

.content-spamTest #popMsgMenu {
    top: 5.5rem;
}

.testMsg-wrap {
    gap: 2rem;
}

.testMsg-box {
    flex: 1;
    max-width: 37.4rem;
}

.section_testMsg {
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

.testMsg-result {
    padding: 1rem 0;
}

.testMsg-content {
    padding: 1rem 2rem;
}

.tbl-testMsg-result {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
}

.tbl-testMsg-result th, .tbl-testMsg-result td {
    width: 30%;
    padding: .6rem 0;
    border-right: 1px solid #ddd;
}

.tbl-testMsg-result th:last-of-type, .tbl-testMsg-result td:last-of-type {
    border-right: none;
}

.testMsg-number {
    font-size: 1.7rem;
    line-height: 1.7;
}

.testMsg-number::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    margin-right: 3rem;
    border: 1px solid #4e4e56;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(-225deg);
}

.testMsg-info, .testMsg-preview {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #3d393b;
}

.testMsg-info {
    margin: 1rem 0;
    text-align: center;
}

.testMsg-preview {
    width: 80%;
    height: 17rem;
    padding: 1.5rem;
    border-radius: 5px;
    background: #eee;
    overflow: auto;
    overflow-x: hidden;
}

.testMsg-txt {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
    width: 100%;
    padding: .5rem 0;
}

@media (max-width: 1366px) {
    .content-spamTest .titTip {
        top: 1.5rem;
        left: 34.5rem;
    }

    .content-spamTest .titTip::after, .content-spamTest .titTip::before {
        top: 30%;
        left: -2%;
        border-width: 8px;
        margin-left: -10px;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: rgb(61 57 59 / .9);
    }
}

/*
	------------------------------------------------------------------
	smsForm_excel
	------------------------------------------------------------------
*/

.excelFileAttachArea {
    margin-top: 2rem;
}

.excelFileAttachArea ul {
    align-items: center;
}

.excelFindBtn label {
    margin: 0 1rem 0 .5rem;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    background: #3d393b;
    color: #fff;
    cursor: pointer;
    border: 1px solid #3d393b;
}

.excelFindBtn .upload-name {
    min-width: 20rem;
    max-width: 30rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.excelSampleBtn {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    color: #3d393b;
    background: #fff;
    border: 1px solid #3d393b;
}

.excelBadgeArea {
    font-size: 1.5rem;
}

.excelBadgeArea .badgeNumber {
    color: #fff;
}

.excelPreviewArea {
    margin-top: 1.2rem;
    min-height: 6rem;
    max-height: 50rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d6d6d6;
}

#excelPreviewTable {
    width: 100%;
    font-size: 1.3rem;
}

#excelPreviewThead th {
    border: 1px solid #d6d6d6;
    border-top: none;
    background: #f2f2f5;
    color: var(--main-font-color);
    line-height: 3rem;
    font-weight: 500;
}

#excelPreviewThead th:first-of-type, #excelPreviewTbody td:first-of-type {
    border-left: none;
}

#excelPreviewThead th:last-of-type, #excelPreviewTbody td:last-of-type {
    border-right: none;
}

#excelPreviewTbody tr:last-of-type td {
    border-bottom: none;
}

#excelPreviewTbody td {
    box-sizing: border-box;
    padding: 0 1rem;
    height: 2.7rem;
    max-height: 2.7rem;
    line-height: 2.7rem;
    border: 1px solid #d6d6d6;
    color: #6a6366;
    text-align: center;
}

#excelPreviewTbody td.excelContent {
    text-align: left;
}

#excelPreviewTbody tr:hover {
    background: #fffbef;
}

.excelB {
    max-width: 15rem;
}

.excelC {
    max-width: 33rem;
}

.excelA, .excelB p, .excelC p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dupChkArea {
    margin: 2rem 0;
    padding: 0 1rem;
    font-size: 1.5rem;
}

.dupChkArea #conChk {
    margin-right: 0;
}

/*
	------------------------------------------------------------------
	mmsForm
	------------------------------------------------------------------
*/

.photo {
    position: relative;
    width: 32%;
    height: 34.4rem;
    background: url(../images/icon/bg_photobox.png);
    border: 5px solid #666;
}

@media (max-width: 1366px) {
    .photo {
        height: 31.8rem;
    }
}

.photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.addPhotoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.addPhotoBtn {
    display: block;
    padding: 1rem 0;
    width: 13rem;
    font-size: 1.5rem;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, .8);
}

.photoInfo {
    display: block;
    margin-top: 10px;
    color: #ffff00;
}

.msgPreviewInfo {
    margin: 0 auto;
    width: 90%;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #F7444E;
}

.addPhotoBtn:hover {
    background: rgba(255, 255, 255, 1);
}

.tooltip-photoFile {
    position: absolute;
    top: 51%;
    left: 80%;
    padding: 10px 15px;
    width: 19rem;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #3d393b;
    border-radius: 5px;
    color: #fff;
    z-index: 99999;
}

.tooltip-photoFile dt {
    margin-bottom: 5px;
}

.tooltip-photoFile::after, .tooltip-photoFile::before,
.tooltip-test::after, .tooltip-test::before {
    top: 10px;
    left: -5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #3d393b;
    border-width: 11px;
    margin-left: -11px;
}

.btn_photo_box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.btn_photo_box a {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 999;
}

.bg_blind {
    display: block;
    width: 100%;
    height: 34.1rem;
    background: rgba(0, 0, 0, .3);
}

.btn_photoDel {
    top: 0;
    right: 0;
    margin: 1rem 1rem 0 0;
    font-size: 3rem;
    color: #fff;
}

.btn_photoDel:hover {
    color: var(--accent-color);
}

.btn_photoMod {
    top: 40%;
    left: calc(50% - 5rem);
    padding: 1rem 2rem;
    font-size: 1.5rem;
    background: rgba(78, 78, 86, .7);
    color: #fff;
    border-radius: 30px;
}

.btn_photoMod:hover {
    background: rgba(78, 78, 86, 1);
}

.tooltip-test {
    position: absolute;
    top: 2rem;
    left: 98.5%;
    padding: 1rem 1.5rem;
    width: 43.5rem;
    font-size: 1.3rem;
    line-height: 2;
    background: #3d393b;
    box-shadow: 3px 3px 5px rgb(61 57 59 / .3);
    border-radius: 5px;
    color: #fff;
    z-index: 99999;
    transition: all .4s ease-in-out;
}

.tooltip-test::after, .tooltip-test::before {
    border-width: 8px;
    left: -1%;
}

.tooltip-test li::before {
    vertical-align: top;
    display: inline-block;
    content: ' \00B7';
    padding-right: 5px;
}

@media (max-width: 1465px) {
    #sendCountBox {
        padding: 1.5rem 2rem;
    }

    /* 	.limitInfoArea .limitTipBox{
            width:16rem;
         } */
}

@media (max-width: 1330px) {
    #sendCountBox .countList dd {
        width: 12rem;
        font-size: 1.7rem;
    }

    .limitInfoArea .limitTipBox {
        top: -16rem;
        left: -2rem;
        width: 30.5rem;
    }

    .limitTipBox ul li span {
        width: 25rem;
    }

    .remainTipBox {
        top: 100%;
        left: -2rem;
        width: 30rem;
    }

    .limitTipBox::after, .limitTipBox::before,
    .remainTipBox::after, .remainTipBox::before {
        left: 10%;
        border-color: rgba(255, 255, 255, 0);
    }

    #tooltip-test::after, #tooltip-test::before {
        left: 7%;
        border-color: rgba(255, 255, 255, 0);
    }

    .limitTipBox::after, .limitTipBox::before, #tooltip-test::after, #tooltip-test::before {
        top: 100%;
        border-top-color: #3d393b;
    }

    .remainTipBox::after, .remainTipBox::before {
        bottom: 100%;
        border-bottom-color: #3d393b;
    }

    #tooltip-test {
        top: -11.3rem;
        left: 80%;
    }

}


/*
	------------------------------------------------------------------
	sendReport
	------------------------------------------------------------------
*/


.formBox2 ul li.title span {
    vertical-align: middle;
}

.sendTop {
    padding: .5rem 0 1.7rem;
    border-bottom: 1px solid #d6d6d6;
}

.sendReport {
    padding-top: 1rem;
}

.resultDot {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50px;
}

.resultTitle {
    display: inline-block;
    padding: 0 1rem;
    font-size: 2rem;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resultBadge {
    padding: .2rem 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 10px;
}

.time {
    width: 45%;
    font-size: 1.7rem;
}

.time .sendDate {
    padding: 0 .5rem 0 1rem;
}

.condition {
    display: block;
    margin: 2rem 0;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.resultTable table {
    width: 80%;
    font-size: 1.5rem;
    line-height: 3rem;
}

.resultTable table th, .resultTable table td, .rsvTotal dl dt, .rsvTotal dl dd {
    padding: 0 1rem;
    text-align: right;
}

.resultTable table td, .rsvTotal dl dd {
    padding-right: 1.3rem;
}

.resultTable table th, .rsvTotal dl dt {
    color: #666;
}

.title {
    width: 50%;
}

.resultTable {
    width: 70%;
}

.rsvCancel, .delSendList {
    display: block;
    font-size: 2rem;
    color: #6d6d6d;
}

.rsvCancel:hover, .delSendList:hover {
    color: var(--main-font-color);
}


.detailBtn {
    position: relative;
    display: block;
    padding: 3rem 1.5rem 0 0;
    font-size: 1.5rem;
}

.detailBtn.show_detail::before {
    margin-top: -3px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.detailBtn::before {
    content: '';
    display: block;
    position: absolute;
    top: 3.9rem;
    right: 0;
    width: 7px;
    height: 7px;
    margin-top: -8px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---- 발송 내역 검색 영역 (22.08.17)  ---- */


.searchDetail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
}

.searchDetailTop {
    padding: 1rem 2rem;
}

.searchDateArea dd {
    display: inline-block;
}

/*.searchDateArea dd .inputDate{ width:auto;}*/
.selectDate {
    /* margin-left:1rem; */
    vertical-align: middle;
}

.selectDate button {
    margin-right: .5rem;
    width: 5rem;
}

.typeMessage {
    /* 	border-radius:10px 0 0 10px; */
    margin-bottom: 4rem;
    width: 100%;
    overflow: hidden;
    border-bottom: none;
    background-color: #fff;
}

.typeMessage li {
    width: 25%;
    background-color: inherit;
    float: left;
    outline: none;
    transition: 0.3s;
    font-size: 2rem;
    font-weight: 500;
    color: #909090;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #b040eb;
    border-radius: 0;
    text-align: center;
}

.typeMessage li:first-of-type {
    border-right: none;
}

.typeMessage li.on {
    background: rgb(90 97 249 / 9%);
}

.typeMessage li.on {
    background-color: #fff;
    border: 1px solid #b040eb;
    border-bottom: 1px solid #fff;
}

.typeMessage li a {
    display: block;
    padding: 20px 16px;
    width: 100%;
    font-size: 2rem;
    color: #7f7f80;
}

.typeMessage li.on a {
    color: #b040eb;
}

.typeSend li {
    display: inline-block;
    margin: 0 1rem;
}

.typeSend li a {
    display: block;
    padding: 0 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #4e4e56;
    border-radius: 25px;
    border: 2px solid #fff;
    transition: border-color 0.3s;
}

.typeSend li.on a {
    color: #b040eb;
    border: 2px solid #cda0f5;
}

.searchOption {
    border-top: 1px solid #ddd;
    padding: 1rem 3em;
    /* height:6.1rem; */
}

.searchInput {
    padding-left: 1rem;
    width: 40%;
    height: 5rem;
    border-radius: 3px;
    background: rgb(233 232 250 / .4);
}

.searchOption .searchInput input[type="text"] {
    padding: 1rem 0 1rem 1rem;
    width: 80%;
    font-size: 1.5rem;
    color: #4e4e56;
    border: none;
    background: none;
}

.searchOption .searchInput input[type="text"]:focus {
    outline: none;
    border-bottom: 1px solid rgb(176 64 235 / 32%);
}

.searchOption .searchInput button {
    padding: 0 1rem;
    background: none;
    height: 4rem;
    font-size: 1.7rem;
    color: #cda0f5;
}

.searchOption .searchInput button:hover, .searchOption .searchInput button:focus {
    color: #b040eb;
}

@media (max-width: 1440px) {
    /*.searchType{width:25%;}*/
    /*.searchDetail{width:75%;}*/
    /*.searchDateArea dd .inputDate{width:180px;}*/
}

/* 발송 내역 검색 영역 (22.08.17) */

.gShortcutArea {
    position: relative;
}

.gShortcutArea a {
    display: block;
}

.toolTipBox {
    position: absolute;
    bottom: 3rem;
    right: 0;
    background: #3d393b;
    padding: 2rem;
    width: 34.5rem;
    border-radius: 5px;
    transition: all 1s ease-in-out;
    box-shadow: 1px 1px 3px #3d393b;
    z-index: 9;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
}

.toolTipBox::after, .toolTipBox::before {
    top: 100%;
    right: 5%;
    border-top-color: var(--main-font-color);
    border-width: 8px;
}

.search_form {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.search_form.show::before {
    margin-top: -3px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.search_form::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.2rem;
    right: 1.5rem;
    width: 7px;
    height: 7px;
    margin-top: -8px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_form .searchIco {
    position: absolute;
    top: .1rem;
    left: 0;
    width: 4rem;
    height: 3.8rem;
    padding: 1.1rem;
    background: #ddd;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 5px 0 0 5px;
    border: none;
}

.detailBoxArea {
    padding: 2rem;
    width: 100%;
    border: 1px solid #999;
}

.detailBoxArea h4 {
    line-height: 2.5rem;
}

.detailBox {
    margin-top: 1rem;
    padding: 1rem;
    background: #f6f6f6;
}

.detailBox li {
    font-size: 1.7rem;
}

.detailBox label {
    cursor: pointer;
}

.detailType li:nth-of-type(1) {
    width: 50%;
}

.detailType li:nth-of-type(2) {
    width: 25%;
}

.detailType li:nth-of-type(3) {
    width: 25%;
    text-align: right;
}

.progressTable th {
    padding: 1rem 0;
    font-size: 1.5rem;
}

.progressTable td {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.eCodeArea {
    margin: 1rem 1rem 0;
    padding: 1rem;
    background: #eee;
}

.eCode li {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.eCode ul li:first-of-type label {
    padding-left: .5rem;
}

.typeUnit {
    padding-left: .2rem;
    font-size: 1.5rem;
    color: #4e4e56;
}

.cntUnit {
    padding-left: .2rem;
    font-size: 1.7rem;
}

.chartArea {
    margin-top: 2rem;
}

#donutchart {
    font-size: 1.5rem;
}


.searchDate .inputDate {
    width: 13rem;
    height: 4rem;

    font-size: 1.5rem;
}

.searchDate .inputDate:first-of-type {
    border-radius: 3px 0px 0px 3px;
}

.searchDate .inputDate:nth-of-type(2) {
    border-radius: 0px 3px 3px 0px;
}

.senderArea2 {
    padding: 2rem;
    text-align: center;
    line-height: 2rem;
}

.msgArea2 {
    padding: 2rem 2rem 5rem;
    height: 36.4rem;
    overflow: auto;
    overflow-x: hidden;
}

.dropBox {
    display: none;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 5rem;
    right: 2rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ccc;
    z-index: 9;
}

.dropBox::after,
.dropBox::before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropBox::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.dropBox:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}

.dropBox li {
    padding: .5em 0;
    font-size: 1.4rem;
    text-align: right
}


.dropBox li a:hover {
    font-weight: 500;
    color: #b040eb;
}

.addSearchArea, .popSearchArea {
    position: relative;
    width: 100%;
}

.addSearchArea .clearBtn {
    position: absolute;
    top: 50%;
    right: 10%;
    padding: 1rem;
    transform: translate(0, -50%);
}

.addSearchArea .clearBtn::before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 2rem;
    color: #666;
}

.addSearchArea .clearBtn:hover::before {
    color: #b040eb;
}

#searchaddsName {
    width: 100%;
}

.addInfo {
    margin: 3rem 0 2rem;
}

.addInfo li {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.4rem;
}

.addsearchIco {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    border-radius: 0 5px 5px 0;
    background: #eee;
    border: 1px solid #d6d6d6;
    border-left: none;
    color: #b040eb;
}

input.inputTxt:disabled + .addsearchIco {
    color: #ddd;
    cursor: default !important;
}

.addMenuGroup {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.addMenuGroup:last-of-type {
    border: none;
}

.addMenuGroup li {
    padding: 0 2rem;
    font-size: 1.6rem;
}

.group {
    position: relative;
}

.addMenuGroup li .selAddrItemList {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

.group:hover, .group.on {
    border-radius: 0 30px 30px 0;
}

.group:hover a, .group:hover .listMod button, #callList a:hover, .addRejectCall:hover,
.group.on a, .group.on .listMod button, .selAddrItemList:hover,
.selRejectPhoneList.on a, .selRejectPhoneList:hover a {
    color: #b040eb;
}

.noneBtnArea a:hover {
    color: #fff;
}

.group.on {
    background: #e9e8fa;
}

.group .listMod button:hover {
    color: var(--accent-color);
}

#allAdd.on {
    background: none;
}

.addMenuGroup li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    color: var(--main-font-color);
}


.addMenuGroup li i {
    margin-right: 1rem;
}

.callTit {
    position: relative;
    padding-left: 2rem;
}

.callTit::before {
    content: '';
    display: block;
    position: absolute;
    margin-top: -8px;
    top: 2.7rem;
    left: .5rem;
    width: 7px;
    height: 7px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);

}

.callTit.down::before {
    margin-top: -12px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.addListWrap {
    display: block;
}

.addListWrap.up {
    display: none;
}

.array_option {
    display: none;
    position: absolute;
    padding: 1rem;
    width: 25.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.groupName {
    width: 80%;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selAddrItemList .addSort {
    width: 80%;
}

.addSort li {
    display: inline-block;
    margin-right: 0.5rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
}

.addSort li:hover a, .addSort li.on a {
    color: #b040eb;
    border-bottom: 1px solid #b040eb;
}

#listCountSelect {
    padding: 0 2.5rem 0 1rem;
    font-size: 1.4rem;
    height: 3.5rem;
}

.addTable {
    width: 100%;
}

.addTable thead {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.addTable thead th {
    padding: 1.5rem 0;
    font-size: 1.7rem;
    font-weight: 700;
    vertical-align: middle;
}

.addTable tbody {
    border-bottom: 1px solid #eee;
}

.addTable tbody tr:hover, .addTable tbody tr.active {
    background: #fafafa;
}

.addTable input[type="checkbox"] {
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
}

.addTable tbody td {
    padding: 1rem 1rem;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
}

.addTable tbody td:last-of-type {
    padding: 1.2rem 0;
}

#itemTable .last div, #senderTable .last div {
    visibility: hidden;
}

#itemTable tbody tr:hover .last div, #senderTable tbody tr:hover .last div {
    visibility: visible;
}

#senderTable tbody tr:hover {
    background: rgba(0, 0, 0, .1);
}

.modGroup button, .comGroup button {
    padding: .5rem;
    background: none;
    font-size: 1.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.modGroup button:hover, .comGroup button:hover {
    color: var(--accent-color);
}

.detailSelect {
    margin-bottom: 1rem;
}

.detailSelect li {
    display: inline-block;
}

.deleteItems, .address-btn-area button {
    padding: 0 2rem;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 4rem;
    border: 1px solid #eae9ef;
    border-radius: 5px;
    color: var(--main-font-color);
    cursor: pointer;
    text-align: center;
}

.address-btn-area button:hover {
    color: rgba(0, 0, 0, .6);
}

.addArray {
    position: relative;
    display: inline-block;
}

.detailSelect li a.arrayBtn {
    padding-right: 3rem;
}

.arrayBtn::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.2rem;
    right: 1.5rem;
    width: 5px;
    height: 5px;
    margin-top: -8px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrayBtn.show::before {
    margin-top: -5px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.array_option {
    display: none;
    position: absolute;
    padding: 1rem;
    width: 25.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.array_option.active {
    display: block;
}

.arrayGroupList {
    padding: 0 1rem;
    height: 10rem;
    max-height: 15rem;
    overflow: auto;
    overflow-x: hidden;
}

.arrayGroupList li {
    display: block;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

#selectArrayGroup {
    width: 100%;
    padding: 0 1rem;
    height: 4.5rem;
    font-size: 1.5rem;
}

.input-newGroup {
    margin-top: 1rem;
    width: 100%;
    padding: 0 1rem;
    height: 4.5rem;
    font-size: 1.5rem;
    border: 1px solid #ddd;
}

.array_option button {
    font-size: 1.3rem;
    vertical-align: middle;
    border: 1px solid #ddd;
    color: #666;
    background: none;
}

.newGroupBtn {
    padding: 0 1rem;
}

.arrayBtnArea {
    padding-top: 1rem;
    text-align: center;
}

.arrayBtnArea button {
    padding: 0 2rem;
}

.shortcutMsg {
    position: absolute;
    bottom: -15rem;
    right: 0;
    padding: 2rem;
    width: 26rem;
    height: 7rem;
    background: #eee;
    border-radius: 30px 30px 0 0;
    font-size: 1.5rem;
}

.shortcutMsg select {
    margin-right: 1rem;
    padding: .5rem 1rem;
    vertical-align: middle;
}

.shortcutMsg button {
    padding: .5rem 2rem;
    background: #645be7;
    color: #fff;
    vertical-align: middle;
}

.popAddRecipient {
    position: absolute;
    top: 15%;
    left: 50%;
    padding: 2rem;
    width: 73rem;
    min-width: 71rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

.rejectCount {
    display: block;
    min-width: 8rem;
}

@media (max-height: 800px) {
    .popAddRecipient, .popRecipient {
        top: 5%;
    }
}

input[type="text"].editMobilePhone, input[type="text"].editRefusedPhone {
    text-align: center;
}

.addInput {
    padding: .5rem 0;
    width: 100%;
    background: transparent;
    border: none;
    /* text-align:center; */
    text-overflow: ellipsis;
}

.addInput:disabled {
    color: var(--main-font-color);
}

.addInput.active {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
}

.addInput::-moz-placeholder {
    font-size: 1.3rem !important;
}

.addInput::-webkit-input-placeholder {
    font-size: 1.3rem !important;
}

.addGroup {
    max-width: 13rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addNoneBox p, .contNoneBox p {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    color: var(--main-font-color);
}

/** 주소록 중복체크, 이동 팝업 **/

.check-result-list li, .popAddConfirm p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: var(--main-font-color);
}

.check-result-list dl, .check-detail-list dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
    line-height: 2rem;
    color: var(--main-font-color);
}

.check-detail-box {
    width: 100%;
    padding: 0 1rem .5rem;
    background: #fff;
    max-height: 12rem;
    overflow: auto;
}

.check-detail-box #detailOpenBtn {
    position: relative;
    display: block;
    padding: 1rem 0;
    font-size: 1.4rem;
}

.check-detail-box #detailOpenBtn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border: 1px solid #9505e3;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-detail-box #detailOpenBtn.open::after {
    margin-top: 0;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.check-detail-box #detailOpenBtn:hover {
    opacity: .8;
}

.check-detail-list {
    border-top: 1px solid #e8e8e8;
    font-size: 1.3rem;
}

.check-result-bottom {
    margin-top: 1rem;
}

.check-result-bottom p {
    font-size: 1.4rem;
    line-height: 1.3;
}

.noneTxt1 {
    font-weight: 700;
}

.noneBtnArea {
    margin-top: 3rem;
    padding: 0 2rem;
    height: 5rem;
    text-align: center;
}

.noneBtnArea li {
    margin-left: 2rem;
}

.noneBtnArea li:first-of-type {
    margin-left: 0;
}

.confirmTxt1, .withdrawTxt1 {
    margin-bottom: 1rem;
    line-height: 2.1rem;
    font-size: 1.4rem;
}

.withdrawTxt1 {
    padding-left: 1rem;
    background: url(../images/icon/dot.jpg) no-repeat left 9px;
}

.txt-profile-1 {
    font-size: 1.7rem;
    line-height: 2;
    color: var(--main-font-color);
}

.txt-profile-2 {
    font-size: 2.2rem;
    line-height: 2;
    color: var(--main-font-color);
}

.txt-profile-3 {
    font-size: 1.5rem;
    line-height: 2;
    color: var(--main-font-color);
}

.pswInputArea {
    margin-top: 2rem;
}

.pswInputArea dt {
    margin-bottom: 1rem;
}

.confirm_msg {
    font-size: 1.7rem;
    color: var(--accent-color);
}

.addNoneBtn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    border-radius: 5px;
}

.noneBtnArea li {
    display: inline-block;
}

.btnGroup {
    display: table;
    margin: 0 auto;
    margin-top: 3rem;
    width: 100%;
}

.btnGroup li {
    width: 30%;
    background: #4e4e56;
    opacity: .5;
    border-radius: 5px;
    text-align: center;
}

.btnGroup li a {
    display: block;
    color: #fff;
}

.noneBtn {
    font-size: 1.5rem;
    line-height: 4rem;
}

.noneBtn i {
    margin-right: 1rem;
}

.btnGroup li:hover {
    opacity: 1;
}

.listMod {
    position: absolute;
    top: 1.2rem;
    right: 0;
}

.listMod button {
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.popSetup {
    position: absolute;
    top: 20%;
    left: 50%;
    min-width: 33rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

.popSetup .popOptionBtn {
    padding: 1.5rem 2rem;
}

.popAddGroupBtn {
    gap: 1rem;
    padding: 1rem 2rem 2rem;
}

.nameSetArea {
    margin-top: 3rem;
    width: 100%;
}

.nameSetArea input {
    padding: .7rem 1rem;
    width: 100%;
    font-size: 1.5rem;
}

.nameSetArea input[type="text"]:focus {
    outline: none;
    border-bottom: 1px solid #645be7
}

.rsvTotal {
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.rsvDetailList {
    padding-top: 1.5rem;
    width: 76%;
}

.rsvDetailList > .options {
    position: relative;
    margin-right: 1rem;
    height: 4rem;
}

.rsvDetailList .options .input-icon i {
    font-size: 2rem;
    line-height: 4rem;
}

.rsvDetailList > .options:last-of-type {
    margin: 0;
}

.rsvDetailList > .options.show::before {
    margin-top: -3px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.rsvDetailList > .options::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.2rem;
    right: 1.5rem;
    width: 7px;
    height: 7px;
    margin-top: -8px;
    border: 1px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rsvDetailList > .options.show_detail::before {
    top: 2.7rem;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.rsvDetailBtn {
    cursor: pointer;
}

.popRsvPreview {
    top: 13rem;
    /* 	right: 5%; */
    width: 23.2%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rsvMsgPreview {
    left: 23.7%;
    padding: 2rem;
    width: 25%;
}

.rsvTimeChange {
    left: 49.5%;
    font-size: 1.5rem;
}

.rsvSenderChange {
    right: 3.3%;
    font-size: 1.5rem;
}

.withdraw-guide {
    font-size: 2.2rem;
    text-align: center;
    color: var(--main-font-color);
}

.withdraw-guide-box {
    margin-bottom: 4rem;
    padding: 3rem 0;
    width: 100%;
    background: #fafafa;
}

.withdraw-guide-info li {
    flex: 1;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    color: var(--main-font-color);
}

.withdraw-guide-info .ico {
    display: block;
    width: 6rem;
    height: 6rem;
    background-image: url(../images/icon/withdraw_guide_icon-2.png);
    background-repeat: no-repeat;
    background-size: 100% 400%;
    margin: 0 auto 2rem;
}

.ico-point {
    background-position: 0 0;
}

.ico-addBook {
    background-position: 0 -60px;
}

.ico-callback {
    background-position: 0 -120px;
}

.ico-won {
    background-position: 0 -180px;
}

.changedPsw-area {
    margin: 2rem auto 0;
    width: 40%;
    min-width: 46rem;
}

.changedPsw-box {
    padding: 3rem 4rem;
    width: 100%;
    background: #fafafa;
}

.input-email {
    padding: .5rem;
    width: 70%;
    height: 3.5rem;
    font-size: 2rem;
    color: var(--main-font-color);
    border: none;
}

.input-email::-moz-placeholder {
    font-size: 1.5rem !important;
}

.input-email::-webkit-input-placeholder {
    font-size: 1.5rem !important;
}

.btn-email-update {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    color: #fff;
    background: var(--main-font-color);
    border-radius: 0;
    vertical-align: middle;
}

/*
	------------------------------------------------------------------
	payment
	------------------------------------------------------------------
*/

.rateTypeList {
    display: table;
    table-layout: fixed;
    margin-top: 2rem;
    width: 100%;
    font-size: 1.7rem;
}

.rateTypeList li {
    display: table-cell;
    text-align: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rateTypeList li:last-of-type {
    border-right: 1px solid #ddd;
}

.rateTypeList li a {
    display: block;
    padding: 2rem 0;
}

.rateTypeList li:hover a,
.rateTypeList li.on a {
    color: var(--accent-color);
}

.chargeBanArea {
    margin-bottom: 3rem;
    width: 100%;
    height: 12rem;
    border-radius: 3px;
}

.chargeBanner {
    height: 100%;
    box-shadow: 0 2px 6px 0 rgb(187 187 187 / 20%);
}

.banner_firstForm {
    color: #fff;
    border-radius: 3px;
    background-image: url(../images/banner/first_charge_banner_202311.jpg);
    background-size: 100% 100%;
}

.banner_reForm {
    color: #fc7200;
    border-radius: 3px;
    background-image: url(../images/banner/re_charge_banner.jpg);
    background-size: 100% 100%;
}

.banner_indvForm {
    border-radius: 3px;
    background-image: url(../images/banner/indv_charge_banner.jpg);
    background-size: 100% 100%;
}

.chargeBanner p {
    text-align: center;
}

.chargeBanTxt1 {
    padding-top: 3.2rem;
    font-size: 3.2rem;
    font-weight: 700;
}

.chargeBanTxt2 {
    padding-top: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.chargeBanTxt3 {
    margin: 0 auto;
    width: 70%;
    padding-top: 1.5rem;
    font-size: 1.5rem;
}

.chargeBanTxt3 i {
    padding-right: .5rem;
}

.rateBoxArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
    min-width: 70.3rem;
}

.rateBox, .rateBox01 {
    position: relative;
    padding: 3rem 2rem;
    width: 30.7%;
    min-width: 21.3rem;
    border: 2px solid #fafafa;
    border-radius: 3px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: .5s all ease-in-out;
}

.rateBox01 {
    cursor: auto;
}

.rateBox:hover, .rateBox.on {
    border: 2px solid #b040eb;
}

.rateBox.disRate {
    background: rgba(235, 235, 228, .5);
    color: #555;
    border: 2px solid #ebebe4;
    opacity: .8;
    cursor: default;
}

.rateBox.disRate .or, .rateBox.disRate button {
    border-color: #ddd;
    background: #ebebe4;
    color: #555;
    cursor: default !important;
}

.rateBox.disRate:hover button, .rateBox.on.disRate button {
    border-color: #ddd;
    background: #ebebe4;
    color: #555;
}

.rateBox.disRate .or, .rateBox.disRate .c-complete {
    color: #555 !important;
}

.recom {
    display: block;
    position: absolute;
    top: -10px;
    left: 5px;
    width: 35px;
    height: 50px;
    background: url(../images/icon/recom.png) no-repeat 50% 0;
    background-size: 35px 50px;
}

.rateBox p {
    font-size: 1.5rem;
    text-align: center;
}

.rateTxt01 {
    line-height: 2.2rem;
}

.rateTxt02 {
    padding: 1.7rem 0;
}

.rateTxt02 strong {
    font-size: 3.6rem;
    font-weight: 700;
}

@media (max-width: 1447px) {
    .rateBoxArea {
        gap: 30px 20px;
    }

    .rateTxt02 strong {
        font-size: 3.2rem;
    }
}

.rateTxtBox {
    display: table;
    margin: 0 auto;
}

.rateBox .rateTxt03 {
    line-height: 4rem;
    font-size: 1.5rem;
}

.rateTxt04 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
}

/* .rateBtn{
	margin-top: 2.2rem;
	width:100%;
	height:3.5rem;
	line-height:3.5rem;
	font-size:1.5rem;
	color:var(--accent-color);
	background:#fff;
	border:1px solid var(--accent-color);
	transition:.4s all ease-in-out;
} */
.rateBtn {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50px;
    background: #eee;
    font-size: 0;
    transition: .2s all ease-in-out;
}

.rateBtn::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    color: #fff;
}

.rateBox.on .rateBtn, .rateBox:hover .rateBtn {
    background: var(--accent-color);
    color: #fff;
}

.or {
    font-size: 1.2rem;
    margin-right: .5rem;
    padding: .6rem 1rem;
    background: #e9e8fa;
    color: #645be7;
    border-radius: 30px;
}

.max {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-right: .5rem;
    padding: 0 1rem;
    background: var(--accent-color);
    color: #fff;
    border-radius: 30px;
    vertical-align: top;
}

select.payMethod {
    padding: 0 1rem;
    width: 100%;
    border: none;
    font-size: 1.5rem;
}

.popPayBtn {
    font-size: 1.3rem;
    padding: .7rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #e4e3e3c2;
    transition: all .2s ease;
}

.popPayBtn:hover {
    border: 1px solid #645be7c9;
    color: #645be7;
}

.rateInfoRow01 dt {
    padding: 0 .6rem;
    border: 2px solid #645be7;
    border-radius: 50px;
    text-align: center;
    color: #645be7;
}

.rateInfoRow03 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
}

.rateInfoRow04 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
    align-items: center;
}

.rateInfoRow04 > li:last-of-type dt {
    margin-right: 1rem;
}

.rateSelect {
    padding: 1rem 3.5rem 1rem 1rem;
    font-size: 1.5rem;
    color: var(--main-font-color);
}

.rateInfoRow04 dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
}

.rateTxt08 {
    margin: 2rem 0 2rem;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.2rem;
}

.rateTxt09 {
    font-size: 1.3rem;
    text-decoration: underline;
}

.rateTxt10 a {
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.3rem;
    border: 1px solid var(--accent-color);
    border-radius: 30px;
    color: var(--accent-color);
}

.rateTxt10 a:hover {
    border: 1px solid #645be7;
    color: #645be7;
}

#spamTermsView {
    font-size: 1.2rem;
}

#spamTermsView:hover {
    color: #645be7;
}

#spamTermsView::after {
    margin-left: .2rem;
}

#spamTermsView:hover::after {
    border-top: 8px solid #938bfe;
}

@media (max-width: 1440px) {
    #spamTermsView {
        text-indent: -9999px;
    }

    .rateTxt10 a {
        padding: 1rem .8rem
    }
}

.useMonthArea {
    padding: 1rem 0 0 2rem;
}

.useYear {
    font-size: 1.5rem;
    line-height: 2rem;
}

.useMonth {
    font-size: 2rem;
    line-height: 2.5rem;
    position: relative;
    display: inline-block;
}

.useMonthBtn {
    display: block;
    padding-right: 2rem;
    background: url(../images/icon/sort-down.png) no-repeat right 50%;
    background-size: 15px;
    vertical-align: baseline;
    cursor: pointer;
}

.useMonth_option {
    display: none;
    position: absolute;
    padding: 1rem 1rem;
    width: 6.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    text-align: right;
}

.useMonth_option li {
    padding: .5rem 0;
}

.useMonth_option li a {
    display: block;
    cursor: pointer;
}

.useMonth_option li a:hover {
    color: #b040eb;
}

.summaryArea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 2rem 0;
    line-height: 2.5rem;
}

.useSummary {
    width: 70%;
}

.chargeSummary {
    width: 50%;
}

.summaryArea dl {
    padding: 0 0 1rem 6.5rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 5rem;
}

.chargeSummary li:first-of-type dl {
    background-image: url(../images/icon/report.svg);
}

.chargeSummary li:nth-of-type(2) dl {
    background-image: url(../images/icon/calculator.svg);
}

.useSummary li:first-of-type dl {
    background-image: url(../images/icon/usage.svg);
}

.useSummary li:nth-of-type(2) dl {
    background-image: url(../images/icon/available.svg);
}

.useSummary li:nth-of-type(3) dl {
    background-image: url(../images/icon/total.svg);
}

.summaryArea dt, .limitNotiTxt1 {
    font-size: 1.3rem;
}

.summaryArea dd {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: right;
}

.part_breakdown {
    margin-bottom: 5rem;
}

.part_breakdown:last-of-type {
    margin-bottom: 0;
}

.conditionArea {
    padding-top: 2rem;
    min-width: 100rem;
}

.monthList {
    width: 30%;
}

.monthList li {
    float: left;
    width: 15%;
    height: 3rem;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
}

.monthList li a {
    display: block;
    font-size: 1.3rem;
    line-height: 3rem;
    cursor: pointer;
}

.monthList li.disabled a {
    color: #999;
    cursor: default;
}

.rateTypeList li:hover, .rateTypeList li.on, .monthList li:hover, .monthList li.on {
    background: rgba(149, 5, 227, .2)
}

.monthList li:last-of-type {
    border-right: 1px solid #ddd;
}

.searchList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

/*#receipt_searchList{*/
/*	width:40%;*/
/*}*/
.searchList li {
    font-size: 1.3rem;
}

.searchList .input-period, .searchList select {
    border-radius: 5px;
    border: 1px solid #ddd;
    color: var(--main-font-color);
}

.usageList li:first-of-type {
    width: 23%;
}

.usageList li:nth-of-type(2) {
    width: 50%;
}

.usageList li:nth-of-type(3) {
    width: 25%;
}

.useLabel dt {
    font-size: 1.3rem;
    line-height: 3rem;
}

.useLabel dd {
    padding-top: .5rem;
    font-size: 2rem;
    font-weight: 500;
}

.paymentTable {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: right;
}

.paymentTable th, .paymentTable td {
    padding: 0 2rem;
}

.paymentTable th {
    width: 33.3%;
    color: #666;
}

.paymentTable td {
    padding-right: 2.3rem;
    font-weight: 500;
}

.usageList .set_payRsv li {
    width: auto;
}

.usageList .set_payRsv {
    line-height: 3rem;
    text-align: right;
}

.btn-cancelVaccount {
    width: 60%;
    font-size: 1.3rem;
    line-height: 2;
    background: #4e4e56;
    color: #fff;
}

@media (max-width: 1200px) {
    .paymentTable td {
        padding-right: .5rem;
    }
}

.outputBtn {
    display: block;
    padding-top: 3rem;
}

.useTime, .outputBtn, .bankInfo {
    font-size: 1.4rem;
    line-height: 3rem;
    text-align: right;
}

.bank {
    padding-right: .5rem;
}

.useTime i, .outputBtn i {
    padding: 0 .7rem .2rem 0;
}

.profileList, .securityList, .inquiryInputList {
    padding: 2rem 0;
}

.profileList dl dt, .inquiryInputList dl dt {
    font-size: 1.5rem;
}

.profileList li {
    width: 100%;
}

.profileList li, .inquiryInputList li {
    margin-bottom: 2rem;
}

.securityList li {
    margin-bottom: 4rem;
}

.profileList li:last-of-type, .securityList li:last-of-type {
    margin: 0;
}

.businessInfolist dl {
    width: 45%;
}

.profileList dl dd {
    padding-top: 1.5rem;
    font-size: 2rem;
}

.inquiryInputList #qnaType,.inquiryInputList #sendingCategory {
    padding-right: 3rem;
    width: 21.4rem;
}

.inquiryInputList .fileBtn, .inquiryInputList .delBtn, .inquiryInputList .modBtn,
.inquiryInputList .comBtn, .refTable .fileBtn, .refTable .modBtn, .refTable .comBtn,
.taxList dl dd label {
    font-size: 1.5rem;
}

.inquiryInputList .fileBtn, .inquiryInputList .delBtn {
    display: inline-block;
    padding: 0 1rem;
    height: 3.9rem;
    font-size: 1.5rem;
    line-height: 3.7rem;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.receiptWrap h4, .refReceiptWrap h4 {
    padding-bottom: 5rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3;
}

.receiptWrap h4 span {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1;
}

.receiptWrap p {
    margin: 5rem;
    text-align: center;
    font-size: 1.5rem;
}

.receiptWrap table {
    border: 3px solid #666;
}

.recipientInfo, .supplierTable {
    font-size: 1.5rem;
}

.recipientInfo {
    padding-top: 1.7rem;
    width: 40%;
}

.supplierTable {
    width: 55%;
}

.recipientInfo li {
    padding-top: 2rem;
    border-bottom: 1px solid #ddd;
    text-align: right;
    line-height: 3rem;
}

.supplierTable th, .supplierTable td, .totalTable th, .totalTable td, .detailTable th, .detailTable td {
    border: 1px solid #666;
    text-align: center;
    line-height: 2rem;
    vertical-align: middle;
}

.supplierTable th, .totalTable th, .detailTable th {
    letter-spacing: 2;
    height: 5.5rem;
    font-weight: 500;
}

.supplierTable td, .totalTable td, .detailTable td {
    padding: 0 2rem;
    height: 5.5rem;
}

.totalTable th, .totalTable td {
    border: none;
}

.totalTable th {
    padding: 0 2rem;
    text-align: left;
}


.ceo {
    position: relative;
}

.seal img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -.2rem;
    right: 7rem;
}


@media (max-width: 1045px) {
    .seal img {
        right: 5rem;
    }
}


#totalPrice01 {
    padding-right: 1rem;
    font-size: 1.7rem;
    font-weight: 500;
}

.totalTable, .detailTable {
    margin-top: 5rem;
    width: 100%;
    font-size: 1.5rem;
}

.totalTable td, .detailTable td {
    text-align: right;
    padding: 0 1rem;
}

.detailTable td.item, #inquiryTable th:first-child, #inquiryTable td:first-child, #noticeTable td:first-child, #noticeTable td:nth-of-type(2) {
    text-align: left;
}


@media print {
    html, body {
        width: 210mm;
        height: 297mm;
        background: #fff;
    }

    .seal img {
        top: .5rem;
        right: 2rem;
    }

    .detailTable {
        font-size: 1.2rem;
    }

    .recipientInfo {
        padding-top: 0;
        width: 35%;
        font-size: 1.2rem;
    }

    .supplierTable {
        width: 60%;
        font-size: 1.2rem;
    }

    #totalPrice01 {
        font-size: 1.5rem;
    }

    .totalTable th {
        width: 15%;
        font-size: 1.2rem;
    }
}

/*payment,businessForm popup*/
#popPayNotice, #popMobPayNotice {
    position: fixed;
    top: 8%;
    left: 50%;
    width: 70rem;
    font-size: 1.5rem;
    transform: translate(-50%, 0);
    color: var(--main-font-color);
}

#popPayNotice dl {
    line-height: 1.5;
}

#popMobPayNotice {
    width: 46rem;
}

.payNoticeTab button {
    width: 50%;
    background-color: #fff;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 1.7rem;
    font-weight: 400;
    color: #d6d6d6;
    border: 1px solid #eee;
    border-bottom: 1px solid #ffff;
    border-radius: 0;
}

.payNoticeTab button.active {
    border: 1px solid #fafafa;
    background-color: #fafafa;
    color: #000;
}

.payNotiConArea {
    padding: 1rem;
    background: #fafafa;
}

#popPayNotice ul li, #popCreditPayNotice ul li {
    margin-top: 2rem;
    padding-left: 1rem;
    line-height: 2rem;
    background: url(../images/icon/dot.jpg) no-repeat left 8px;
}

#popCreditPayNotice ul li {
    margin-top: 1rem;
}

#popPayNotice ul li:first-of-type {
    margin-top: 0;
}

#popMobPayNotice ul li {
    margin-top: 2rem;
    line-height: 2rem;
}

#popMobPayNotice ul li dl {
    padding-left: 1rem;
    background: url(../images/icon/dot.jpg) no-repeat left 8px;
}

#popMobPayNotice ul li:first-of-type {
    margin-top: 0;
}

#popMobPayNotice p {
    font-weight: 500;
    line-height: 2rem;
}


.popPayInfo {
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 2rem;
    width: 36.5rem;
    background: #F2F3F6;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: var(--main-font-color);
    font-size: 1.5rem;
    transform: translate(-50%, 0%);
}

.amountDetail, .bankInfoDetail dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.amountDetail {
    margin: 1rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.amountDetail dd {
    color: red;
}

.bankInfoDetail dl {
    line-height: 3rem;
}

.bankInfoDetail dl dd {
    font-weight: 700;
}

.payInfoBox {
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
}

.payInfoAlign select {
    padding: 0 1rem;
    height: 4rem;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: #6d6d6d;
}

.priAccountList {
    padding: 0 1rem 1rem;
}

.priAccountList li {
    font-size: 1.7rem;
    line-height: 3rem;
}

.payInfoAlign dt {
    padding-left: .5rem;
    line-height: 3rem;
}

.payInfoAlign dd {
    margin-bottom: .5rem;
}

.payInfoAlign input[type="text"] {
    padding: 0 1rem;
}

.accPayInfo .payInfoAlign button {
    width: 8.5rem;
}

.payInfoAlign button {
    vertical-align: middle;
    width: 11rem;
}

.payInfoTxt1 {
    font-size: 1.3rem;
    line-height: 3rem;
}

#popPrivate .titleArea {
    margin-bottom: 1rem;
}

.pc-banner-area {
    width: 79rem;
    height: 12rem;
    margin: 0 auto 40px;
}

.pc-info-area {
    margin: 0 auto;
    width: 45%;
    color: var(--main-font-color);
}

.pc-info-list {
    text-align: center;
    color: var(--main-font-color);
}

.pc-detail-box {
    padding: 1rem 2rem;
    width: 100%;
    background: #fafafa;
    font-size: 2rem;
    line-height: 2;
}

.ac-info-area {
    position: relative;
}

#accountNum {
    border: none;
    background: transparent;
    max-width: 17rem;
    color: var(--main-font-color);
    font-size: 2rem;
    line-height: 2;
    /*cursor:pointer;*/
    vertical-align: baseline !important;
}

#accountNum:focus {
    outline: none;
}

#accountNumCopy:hover {
    color: #645be7;
}

/** * Extracted from: SweetAlert * Modified by: Istiak Tridip */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid var(--accent-color);
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: var(--accent-color);
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(149, 5, 227, .5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.pc-link-btn {
    margin-top: 6rem;
    gap: 1rem;
}

.pc-link-btn.flex-between .btn-link-type_A {
    flex: 1;
}

.txt-point-1 {
    font-size: 1.7rem;
    color: #4e4e56;
}

.pc-price-area {
    font-size: 2rem;
}

.pc-price-area dt, .pc-price-area dd {
    display: inline-block;
}

/*
	------------------------------------------------------------------
	member
	------------------------------------------------------------------
*/

.loginFormWrap, .login_banner {
    display: inline-block;

}

.loginFormWrap {
    padding: 3rem 3rem 2rem;
    width: 43%;
}

.signupFormWrap {
    padding: 2rem 3rem 3rem;
}

.login_banner {
    padding: 2rem 3rem;
    width: 55%;
    min-height: 35.7rem;
    max-height: 35.7rem;
    background: url(../images/banner/login_banner_bg.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.join_banner {
    padding: 2.5rem 3rem;
    height: 26.4rem;
    background: url(../images/banner/join_banner_bg_1.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.joinTxt1 {
    position: relative;
    font-family: 'KOTRA_SONGEULSSI', sans-serif;
    font-size: 3.2rem;
    line-height: 5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 5px 5px 2px rgba(55, 0, 97, .46);
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        /* 이 안에 Safari(10.1 이상)에서만 적용할 스타일 작성 */
        .joinTxt1 {
            font-size: 3rem;
        }
    }
}

.joinTxt1:after {
    content: "~~~~~~~~~~~~~~~~~~~~~~";
    width: 100%;
    position: absolute;
    bottom: -2.7rem;
    left: 0;
    overflow: hidden;
    font-size: 1.1rem;
    font-weight: 700;
    opacity: .7;
}

.join_benefit {
    margin-top: 2.5rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #fff;
}

.join_benefit li:before {
    content: '\2713';
    padding-right: .5rem;
    color: #FFE41F;
}

.joinTxt1 strong {
    color: #FF80AE;
}

.shortcut_join {
    margin-top: 3rem;
    width: 20rem;
    height: 5rem;
    font-size: 1.7rem;
    color: #fff;
    border: 1px solid #fff;
}

.memberTitle {
    font-size: 3rem;
    font-weight: 700;
}

.memberForm {
    font-size: 1.5rem;
}

.memberLine {
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ddd;
}

.memberLine span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: linear-gradient(120deg, #a66fff, #d87dff);
    transition: .5s;
}

.memberLine .focus + span::after {
    width: 100%;
}

.memberLine input, .input-box input {
    padding: 1rem;
    border: none;
    background: transparent;
}

#signUpForm .memberLine input[type=text] {
    width: 70%;
    outline: none;
}

#signUpForm .memberLine input#userId {
    width: 65%;
}

.memberLine input[type=text], .memberLine input[type=password] {
    width: 100%;
    outline: none;
}

.memberLine input#entryNum[type=text], .input-box input#entryNum[type=text] {
    width: 55%;
}

#certified01 .input-box input#entryNum[type=text] {
    padding: 1rem 0;
    width: 50%;
}
@media (max-width: 1360px){
    #authCodeInput{
        width: 40%
    }
}
@media (max-width: 1130px) {
    .certify {
        padding: 0 .5rem;
        font-size: 1.2rem;
    }
}

.msgLine {
    margin: 1rem 0 0 1rem;
    font-size: 1.3rem;
}

.msgLine .error_msg {
    color: #f7444e;
}

.msgLine .chk_msg {
    color: var(--accent-color);
}

.pwValChk {
    margin: .5rem 0 0 1rem;
}

.pwValChk li {
    display: inline-block;
    margin-right: .5rem;
    font-size: 1.3rem;
    color: #bdbdbd;
}

.pwValChk li::before {
    content: "";
    display: inline-block;
    margin-right: .2rem;
    width: 13px;
    height: 13px;
    background-image: url(../images/icon/ico_chk_grey.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 10px 10px;
}

.pwValChk li.on {
    color: #000;
}

.pwValChk li.on::before {
    background-image: url(../images/icon/ico_chk_on.png);
}

.termsLine {
    margin-top: 2rem;
    line-height: 2.7rem;
}

.termsLine label {
    cursor: pointer;
}

.termsLine .termsInfo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 2rem;
    height: 2rem;
}

.termsInfo::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #C4C4C4;
}

.termsInfo.open::after {
    transform: rotate(180deg);
}

.termsList {
    padding: .5rem 1rem;
    background: #fafafa;
    border-radius: 5px;
    font-size: 1.3rem;
    color: #4e4e56;
}

.chkArea, .btnArea {
    margin-top: 2rem;
}

.peri_mContent .btnArea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 1rem;
}

.peri_mContent .btnArea button {
    flex: 1;
}

.desc {
    position: relative;
    margin-top: 2rem;
    font-size: 1.5rem;
}


.descList li {
    display: inline-block;
}

.descList li:after {
    content: "|";
    padding: 0 .5rem;
}

.descList li:last-of-type:after {
    content: none;
}

.join_tooltip {
    transition: all 1s ease-in-out;
    position: absolute;
    top: 2.5rem;
    left: -2rem;
    padding: 2rem;
    color: #fff;
    background: #3d393b;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #3d393b;
    z-index: 9999;
}

#tip_password {
    top: -6.5rem;
    left: 0;
}

.memberTxt01 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #4e4e56;
}

.accountBox {
    margin-top: 1rem;
    padding: 2rem 1rem;
    width: 100%;
    /*border-radius:5px;*/
    /*background:#eee;*/
    font-size: 2rem;
    text-align: center;
    color: #3d3938;
}

.accountBox dl dt, .accountBox dl dd, .inline-block {
    display: inline-block;
}

.popMemberWrap {
    position: absolute;
    top: 25%;
    left: 50%;
    padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: var(--main-font-color);
}

.popMemberWrap h2 {
    padding: 1rem 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: #ff0000;
}

.secureLoginBtn {
    width: 50%;
    margin: 2rem auto 0;
}

.sc-link-btn-con {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sc-link-btn-con a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 40%;
    font-size: 1.5rem;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.sc-link-btn-con a.btn-submit {
    color: #fff;
}

.sc-rate-item {
    position: relative;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    margin-bottom: 1rem;
    width: 100%;
    box-shadow: 0 1px 5px rgba(136, 148, 158, 0.2);
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--main-font-color);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.sc-rate-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    width: 7px;
    height: 7px;
    margin-top: -8px;
    border: 1.5px solid #4e4e56;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg) translate(0, 50%);
    -webkit-transform: rotate(-45deg) translate(0, 50%);
    -moz-transform: rotate(-45deg) translate(0, 50%);
    transform: rotate(-45deg) translate(0, 50%);
    transition: right .2s ease-in-out;
}

.sc-rate-item:hover {
    border: 1px solid var(--accent-color);
}

.sc-rate-item:hover::after {
    border: 1.5px solid var(--accent-color);
    border-top: none;
    border-left: none;
    right: 1.7rem;
}

.sc-rate-item .td_line {
    font-size: 1.3rem;
    text-align: right
}

.sc-rate-item .sc-txt-01 {
    font-size: 1.4rem;
}

.sc-rate-item .sc-txt-02 {
    color: #6d6d6d;
}

.sc-txt-03 {
    padding-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: -.2px;
    color: #6d6d6d;
}

/* --------- 202202 추가 ---------- */
.member-form-group {
    position: relative;
}

.member-input-box {
    position: relative;
    padding: 0 70px 0 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}

.member-input-box.focus {
    border: 1px solid #333;
}

.member-input-box.err {
    border: 1px solid #f7444e;
}

.member-input {
    display: block;
    width: 100%;
    padding: 31px 0 14px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    border: 0;
    letter-spacing: -0.025em;
    background: transparent;
}

.member-input ~ label {
    position: absolute;
    color: #6d6d6d;
    transition: 0.3s;
    letter-spacing: 0.5px;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 15px;
    cursor: text;
}

.member-input:focus ~ label, .val .member-input ~ label, .member-input:-webkit-autofill ~ label {
    top: 18px;
    font-size: 12px;
    transition: 0.3s;
}

.member-input-box.err .member-input ~ label {
    color: #f7444e;
}

.signup-tab-btn {
    position: relative;
    margin: 8rem auto 0;
    width: 40%;
    height: 7rem;
    max-width: 48rem;
    min-width: 48rem;
    background: #ddd;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.signup-tab-btn .tablinks {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom:1rem; */
    text-align: center;
    font-size: 2rem;
    background: #fff;
    color: #3d393f;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.signup-tab-btn .tablinks.active {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.signup-tab-btn .tablinks.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--accent-color);
    position: absolute;
    top: -1px;
    left: 0;
}

.signup-tab-btn .tablinks:hover {
    color: var(--accent-color);
}

.psw_view,.member-input-box.err.val .psw_view{
    position:absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}
.member-input-box.val .psw_view{
    right: 6rem;
}
.loginFormWrap .member-input-box.val .psw_view,
#currentPswInputBox.member-input-box.val .psw_view {
    right: 2rem;
}

.ico_eye::after{
    content:'\f070';
    font-family: 'FontAwesome';
    color: #bdbdbd;
    font-size: 2rem;
}

.psw_view.on .ico_eye::after{
    content:'\f06e';
    color: var(--main-font-color);
}
.termsList li {
    position: relative;
    padding: .1rem;
}

.link-icon {
    padding-right: 1.5rem;
    font-size: 1.3rem;
    color: #645be7;
}

.link-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border: 1px solid #645be7;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -moz-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
}

.termsLine .ico_checkbox, #corpUserChk + .ico_checkbox, #agree + .ico_checkbox, #personalAgree + .ico_checkbox,
#spamAgree + .ico_checkbox, #dupChk + .ico_checkbox, #notify + .ico_checkbox, #conChk + .ico_checkbox, #spamChk + .ico_checkbox, input[name="testMsgType"] + .ico_checkbox {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    border: 0;
    background: url(../images/icon/ico_checkbox2.png) no-repeat 0 0;
    background-size: 20px 40px;
    vertical-align: middle;
}

.refundBox #notify + .ico_checkbox, .inquiryInputList #notify + .ico_checkbox, #dupChk + .ico_checkbox {
    margin-bottom: .2rem;
}

#conChk + .ico_checkbox, #spamChk + .ico_checkbox {
    margin: 0 0 .2rem 0
}

.termsLine input[type="checkbox"]:checked + .ico_checkbox,
#corpUserChk:checked + .ico_checkbox, #agree:checked + .ico_checkbox,
#spamAgree:checked + .ico_checkbox, #dupChk:checked + .ico_checkbox, #personalAgree:checked + .ico_checkbox,
#notify:checked + .ico_checkbox, #conChk:checked + .ico_checkbox, #spamChk:checked + .ico_checkbox, input[name="testMsgType"]:checked + .ico_checkbox {
    background-position: 0 -20px;
}

.certify {
    position: absolute;
    right: 1rem;
    top: 0;
    display: block;
    padding: 0 1rem;
    height: 6.4rem;
    font-size: 1.3rem;
    line-height: 6.4rem;
    color: #645be7;
    cursor: pointer;
}

.ico_confirm {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon/ico_confirm.png) no-repeat 0 0;
    background-size: 100% 100%;
    transform: translate(0, -50%);
}

.tip-sign-txt {
    font-size: 1.3rem;
    line-height: 1.5;
    color: var(--main-font-color);
}

#popCorpFile, #popCorpUserChange {
    position: absolute;
    top: 30%;
    left: 50%;
    padding: 2rem;
    width: 38rem;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(190, 187, 187, .50);
    transform: translate(-50%, 0);
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--main-font-color);
}

#popCorpFile {
    padding: 0 0 2rem;
}

#popCorpFile .titleArea {
    padding: 2rem;
}

.corpFileArea, .file-custom-box {
    justify-content: start;
    width: 26.2rem;
    height: 4rem;
    line-height: 3.8rem;
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    vertical-align: middle;
}

.corpFileArea .upload-name, .file-custom-box .upload-name {
    width: 90%;
    font-size: 1.3rem;
    line-height: 2;
    color: #6d6d6d;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.corpFileArea .upload-name:focus, .file-custom-box .upload-name:focus {
    outline: none;
}

.btn-corpFile, .btn-enroll {
    padding: 0 1rem;
    font-size: 1.3rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.btn-enroll {
    padding: 0 2rem;
    font-size: 1.5rem;
}

.delete-btn {
    padding-bottom: .3rem;
    font-size: 2rem;
    color: #4E4E56;
}

.btn-userChangeAuth {
    height: 5rem;
    background: #4e4e56;
    color: #fff;
}

/*
	------------------------------------------------------------------
	member
	------------------------------------------------------------------
*/
#profile_cont .formBox2 {
    height: 27rem;
    overflow: hidden;
}

#secure_cont .formBox2 {
    min-height: 25rem
}

#profile_cont .formBox2.all {
    min-height: 27rem;
    height: auto;
    overflow: inherit
}

#profile_cont .sizeBtn {
    position: absolute;
    right: 5%;
    outline: none;
    background: none
}

#profile_cont .sizeBtn::after {
    content: '\f13a';
    font-family: 'FontAwesome';
    font-size: 2.5rem;
    color: #b040eb
}

#profile_cont .sizeBtn:hover::after {
    color: #b040eb9c
}

#profile_cont .sizeBtn.view::after {
    content: '\f139'
}

.profileTxt {
    margin: 2rem 0;
    font-size: 1.5rem;
}

.profileTxt2 {
    padding-bottom: 1rem;
    font-size: 1.3rem;
}

.profileTxt3 {
    font-size: 1.5rem;
}

.preregisterBtn {
    position: absolute;
    top: 0;
    right: 0;
}

#senderTable {
    width: 100%;
    line-height: 3rem;
}

#senderTable thead {
    font-size: 1.5rem;
}

#senderTable tbody {
    font-size: 2rem;
}

#senderTable tbody td {
    padding: .2rem .5rem;
}

#senderTable tr td:first-of-type, #senderTable tr th:first-of-type {
    width: 5%;
}

#senderTable tr td:first-of-type input[type="radio"] {
    margin-right: 0;
}

#senderTable .last, #senderTable tr th:nth-of-type(2) {
    width: 15%;
}

.noneSenderMsg {
    font-size: 1.5rem !important;
}

.senderTipArea, .corpUserTipArea {
    cursor: pointer;
}

.senderTipArea:hover {
    color: #b040eb;
}

.senderTipArea i {
    vertical-align: baseline;
}

.sender_state {
    width: 15%;
    vertical-align: middle;
}

.sender_num {
    width: 35%;
}

.sender_num label {
    color: #9b9b9b;
}

.sender_num.on label {
    font-weight: 500;
    color: #4e4e56;
}

.sender_memo {
    width: 30%;
}

.badge_state {
    display: block;
    margin: auto;
    width: 85%;
    height: 2.5rem;
    background: #ddd;
    border-radius: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.5rem;
    text-align: center;
    color: #4e4e56;
}

.use_num {
    color: #b040eb;
}

@media (max-width: 1460px) {
    #senderTable tbody td {
        padding: .2rem;
        font-size: 1.8rem;
    }

    #senderTable tr td:first-of-type {
        width: 3%;
    }
}

#businessSection {
    position: relative;
}

.inner-btn {
    padding: 0 1.5rem;
    height: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
    background: #e9e8fa;
    color: #645be7;
}

#requestCertifyBtn {
    background: #fff;
}

.entryBtn {
    width: 8rem;
    height: 4rem;
    font-size: 1.5rem;
    background: #4e4e56;
    color: #fff;
}

.withdrawBox {
    padding-top: 4rem;
    height: 25rem;
}

.emailBox {
    margin-right: 2rem;
    width: 80%;
}

.addSenderArea {
    position: relative;
}

#popAddSender {
    top: 5rem;
    left: 10%;
    width: 60%;
    max-width: 28.6rem;
    min-width: 27rem;
    font-size: 1.5rem;
}

.securityList dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
}

.pwdCondition {
    width: 60%;
    text-align: right;
}

.pwdCondition .fa-smile-o {
    color: var(--accent-color);
}

.pwdCondition .fa-frown-o {
    color: #ff0000;
}

.conditionTxt {
    padding-left: .5rem;
    font-size: 1.5rem;
    color: #888;
}

.changePwdBtn {
    margin-bottom: 2rem;
    text-align: center;
}

.changePwdBtn button {
    display: inline-block;
}

#certify_secureLogin {
    padding: 2rem;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
}

.secureSetBtn {
    margin-top: 2rem;
    text-align: center;
}

.secureSetBtn button {
    height: 3rem;
    padding: 0 2rem;
    background: #4e4e56;
    color: #fff;
    border-radius: 0;
}

.secureSetBtn button.btn-cancel {
    border: 1px solid #4e4e56;
    background: none;
    color: #4e4e56;
}

.inquiryInputList dl {
    width: 50%;
}

.inquiryInputList dd {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.inquiryTxt {
    resize: none;
    height: 20rem;
}

.inquiryInputList dl dd select, .inquiryInputList dl dd input[type="text"],
.inquiryInputList dl dd textarea, .refTable dl dd select,
.refTable dl dd input[type="text"], .limitFile-content input[type="text"] {
    padding: 1rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.asterisk {
    padding-left: .5rem;
    color: #ff0000;
}

.agreeArea, .btn_bottom_ref {
    margin: 0 auto;
    font-size: 1.5rem;
}

.agreeArea {
    width: 39%;
}

.agreeArea li, .btn_bottom_ref li {
    margin-top: 2rem;
}

.qnaAgree {
    position: relative;
}

.qnaChk {
    display: block;
    font-size: 1.7rem;
    line-height: 3rem;
}

.qnaTermsBox {
    margin-top: 1rem;
    padding: .5rem 1rem;
    background: #f8f8f8;
}

.centerTxt1 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
}

.centerTxt2 {
    line-height: 1.5;
    text-align: left;
    color: #4e4e56;
}

.limitFile {
    font-size: 1.5rem;
}

.agreeArea li .qnaTermsView {
    position: absolute;
    top: 0;
    right: 0;
    padding: .2rem .2rem 0;
    background: none;
    border-radius: 0;
    color: var(--main-font-color);
}

.agreeArea li .qnaTermsView.view {
    top: -.1rem;
}

.qnaTermsView::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 2.7rem;
    color: #6d6d6d;
}

.qnaTermsView.view::after {
    content: '\f0d8';
}

.qnaTermsView:hover::after {
    color: #b040eb;
}

.btn_bottom_ref {
    width: 80%;
    text-align: center;
}

.btn_bottom_ref li button, .btn_bottom_ref li a {
    width: 12rem;
    color: #fff;
    background: #4e4e56;
}

.btn_bottom_ref li a.btn {
    margin: 0 auto;
    display: inline-block;
    height: 4rem;
    border-radius: 5px;
}

.centerTable {
    margin-top: 4rem;
    width: 100%;
    font-size: 1.7rem;
    color: var(--main-font-color);
}

.inquTblWrap {
    line-height: 6rem;
    border-top: 2px solid #eee;
}

.centerTable li.accors_Rows {
    border-bottom: 1px solid #eee;

}
#noticeTable li.accors_Rows {
    /* padding: 0 2rem; */
}

.centerTable li.accors_Rows.on .accors_tit {
    border-bottom: 1px solid #eee;
}

.accord_cont {
    padding: 2rem 0;
    line-height: 3rem;
    background: #fbfbfb;
}

.accord_cont dl {
    padding-left: 3rem;
}

.accord_cont p {
    padding: 0 5rem 0 3rem;
    word-break: break-all;
}

.noti_file_area , .view_file_area{
    margin: 2rem 3rem 0;
}

.noti_file_area p, .view_file_area p {
    padding: 1rem 0 0 0;
    /* border-top:1px solid #ddd; */
}

.noti_file_area p::before {
    content: "";
    display: inline-block;
    padding-right: 1rem;
    width: 15px;
    height: 15px;
    background: url(../images/icon/file_attach.png) no-repeat 0 0;
    background-size: 15px 15px;
}
.view_file_area p::before {
    content: "";
    display: inline-block;
    padding-right: .5rem;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../images/icon/file_attach.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.noti_file, .view_file {
    padding-left: .5rem;
    font-size: 1.5rem;
    color: #666;
}
.view_file{
    text-decoration : underline;
}
.noti_file:hover, .replyTxt a:hover, .view_file:hover {
    color: #8a8989;
}

.moreBtn button {
    padding: 1.5rem 0;
    width: 100%;
    font-size: 1.5rem;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.centerTableArea .moreBtn:hover {
    background: #fafafa
}

.refundModBtn, .refundDelBtn {
    padding: .5rem 1rem;
    font-size: 1.3rem;
    /* font-weight:700; */
    height: 2.9rem;
}

.refundModBtn {
    margin-right: .5rem;
    background: #e9e8fa;
    color: #645be7;
}

.refundDelBtn {
    background: #eee;
    color: var(--main-font-color);
}

.centerTable td {
    vertical-align: middle;
}

table.centerTable tr td {
    vertical-align: top;
}

table.centerTable tbody .faq_txt {
    padding: 1rem 0;
}

table.centerTable tbody .faq_txt.inquiry_txt {
    margin-right: -600px;
}

table.centerTable tbody .faq_txt.reply {
    margin-left: -50px;
}

table.centerTable .faq_txt {
    display: none;
    line-height: 3rem;
    text-align: left;

}

.q_section {
    /* padding-bottom:2rem; */
}

.reply dl dt, .reply dl dd {
    display: inline-block;
}

.reply dl dt {
    vertical-align: top;
}

.reply dl dd p {
    max-width: 112rem;
}

.reply img {
    max-width: 100%;
}

.a_section {
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid #d9d9d9;
}

.a_section .a_box {
    padding: 1rem;
    min-width: 50rem;
    max-width: 100rem;
    background: #eee;
}

.a_section .a_area {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 0 3rem;
}

.a_section .a_area img {
    max-width: 100%;
}

.adviser {
    padding: 1rem 2rem 0;
    font-size: 4rem;
}

.a_section .a_area ul li {
    display: inline-block;
    margin-right: 1rem;
}

.a_section .a_box a {
    text-decoration: underline;
    color: #4065e9;
}

#noticeTable, #faqTable {
    border-top: 2px solid #eee;
}

.centerTable tbody tr td a, .link_cnt {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

.accors_Rows:hover .accors_tit, .accors_Rows.on .accors_tit,
.accors_Rows:hover .center_tit, .accors_Rows.on .center_tit,
table#refundTable tbody tr:hover, #billTable tbody tr:hover {
    background: #fafafa;
}

.link_cnt::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    border: 1.5px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#noticeTable .link_cnt::before , #faqTable .link_cnt::before {
    margin-top: -5px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#noticeTable .red .link_cnt::before{
    border-color:var(--color-red);
}
li:hover .link_cnt::before {
    border: 1.5px solid #3d393b;
    border-top: none;
    border-left: none;
}

li.on .link_cnt::before {
    margin-top: -1px;
    border: 1.5px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.center_tit, .inquiryTblHead {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.center_tit{
    padding: 0 2rem;
    height: 8rem;
}

.noti_cate {
    padding-right: .2rem;
}

.noti_tit {
    width: 80%;
    line-height: 1.5;
}
.noti_em{
    margin-right: 1rem;
    padding: 0 .3rem;
    font-size: 1.3rem;
    border: 1px solid var(--color-red)
}
.noti_date, .inqu_cate {
    width: 17%;
    text-align: center;
}

.faq_cate {
    width: 5%;
    text-align: center;
}

.faq_tit {
    width: 90%;
    line-height: 1.5;
    word-break: break-all;
}

.inqu_tit {
    padding-left: 1rem;
    width: 55%;
    line-height: 1.5;
}

.inqu_stat {
    width: 10%;
    text-align: center;
}
#faqTitleList{
    margin: 4rem 0 6rem;
}

.faqTitleList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.faqTitleList li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 13rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    cursor: pointer;
    color: var(--main-font-color);
}

.faqTitleList li a {
    display: block;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: center;
}

.faqTitleList li:hover, .faqTitleList li.on {
    border: 1px solid transparent;
    background: rgba(149, 5, 227, .1);
    color: var(--accent-color);
}

.mid {
    display: block;
    line-height: 1rem;
}

.faqSearchArea, .notiSearchArea {
    padding: 4rem 0;
    width: 100%;
    background: #f6f7f9;
}
.notiSearchArea{
    margin: 4rem 0 6rem;
}
.form-faq-search, .form-noti-search {
    margin: 0 auto;
    width: 60%;
}
/** 공지사항, FAQ view page 20230208 추가 **/
.center__view__wrap{
    margin-top: 4rem;
}
.view_title_box{
    width: 100%;
    height: 10rem;
    padding: 0 5rem;
    background-color: #f7f7f7;
    color: var(--main-font-color);
}

.view_title_box ._tit{
    font-size: 1.7rem;
    font-weight: 700;
}
.view_title_box ._link{
    font-size: 2rem;
}
.view_title_box ._link:hover{
    color: #666;
}
.view_title_box ._cate{
    font-size: 1.7rem;
}
.view_title_box ._date{
    font-size: 1.5rem;
}
.view_text_wrap{
    padding: 4rem 0 2rem;
    border-bottom: 1px solid var(--main-font-color);
}
.view_text{
    font-size: 1.6rem;
    padding: 0 5rem 6rem;
}
.view_text table,.a_area table{
    max-width: 100%;
    border: 1px solid var(--main-font-color);
}

.view_text th, .view_text td ,.a_area th,.a_area td{
    border: 1px solid var(--main-font-color);
    padding: 1rem;
}
.view_text p,.view_text th, .view_text td ,.a_area th,.a_area td{
    font-size: 1.7rem;
    line-height: 3rem;
    color: var(--main-font-color);
    word-break: break-all;
}
.center__view__wrap .view_text p i,.accord_cont p i  {
    font-style: italic !important;
}

.center__view__wrap .view_text ul,.a_section .a_box ul,
.center__view__wrap .view_text ol,.a_section .a_box ol{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.center__view__wrap .view_text ul,.a_section .a_box ul{
    list-style: disc !important;
}

.center__view__wrap .view_text ol,.a_section .a_box ol{
    list-style: decimal !important;
}

.center__view__wrap .view_text  li ,.a_section .a_area .a_box li {
    display: list-item;
}

/** 공지사항, FAQ view page end **/
.btnSetArea {
    padding: 1.5rem 0 0 1rem;
}

.btnSetArea dt, .btnSetArea dd {
    display: inline-block;
    font-size: 1.5rem;
}

.btnSetArea dd button {
    padding: 0 1rem;
    background: none;
    color: #6d6d6d;
}

.faqType, .noticeType {
    padding: 0 3rem 0 1rem;
    width: 22%;
    height: 4.8rem;
    font-size: 1.4rem;
    border: 1px solid #d6d6d6;
    color: #6d6d6d;
}

#searchFaqTxt, #searchNotiTxt {
    width: 100%;
}

table#refundTable, #billTable {
    border-top: 2px solid #eee;
}

table#refundTable tr, #billTable tr {
    line-height: 6rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
}

table#refundTable tr td, #billTable tr td {
    padding: 0 1rem;
    vertical-align: middle;
    text-align: center;
}

.shortcut-list {
    margin: 4rem auto 0;
    border-radius: 0;
}

.bottom_info {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin-top: 6rem;
    font-size: 1.3rem;
}

.refundTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ddd;
}

.refundStep {
    width: 70%;
    font-size: 1.3rem;
    line-height: 2.2rem;
}

.refundStep li {
    position: relative;
    width: 30%;
}

.refundStep li::before {
    font-family: 'FontAwesome';
    display: inline-block;
    padding-right: 1rem;
    font-size: 5rem;
}

.refundStep li.on, .refundStep li.on::before {
    color: var(--accent-color);
}

.refundStep li.refundStep1::before {
    content: '\f4fb ';
}

.refundStep li.refundStep2::before {
    content: '\f040 ';
}

.refundStep li.refundStep3::before {
    content: '\f046';
}

.refundStep li::after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 15%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    border: 1.5px solid #3d393b;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.refundStep li:last-of-type::after {
    content: none;
}

.refundStep dl {
    display: inline-block;
}

.refundStep dl dd {
    font-size: 1.5rem;
}

.refTable {
    width: 100%;
    color: var(--main-font-color);
    font-size: 1.5rem;
}

.refTable th, .pointGiftForm th {
    padding-right: 4rem;
    font-size: 1.7rem;
    text-align: left;
}

.refTable td {
    padding-bottom: 1rem;
    line-height: 3rem;
}

.refTable tr:last-of-type td, .pointGiftForm tr:last-of-type td {
    padding-bottom: 0;
}

.refReceiptWrap dl {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.7rem;
    line-height: 3rem;
}

.refReceiptWrap dl dd {
    font-size: 2.5rem;
    font-weight: 700;
}

.refReceiptWrap table {
    margin: 0 auto 3rem;
    width: 50%;
    font-size: 1.5rem;
}

.refReceiptWrap table tr {
    border-bottom: 1px solid #ddd;
}

.refReceiptWrap table th {
    width: 30%;
    text-align: left;
    line-height: 4rem;
}

.refReceiptWrap table td {
    text-align: right;
}

.popRefMod {
    position: absolute;
    top: 10%;
    left: 50%;
    padding: 2rem;
    min-width: 80rem;
    background: #f2f2f5;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

.popRefMod section {
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: 5px;
}

.popRefMod section td {
    width: 80%;
}

.refTable .refTxt1 {
    font-size: 1.3rem;
    color: #666;
}

.refTable .refTxt2 {
    color: #666;
}

.info_account dl {
    display: inline-block;
    margin-right: 1rem;
}

.info_account dl:last-of-type {
    margin-right: 0;
}

.popRefMod button {
    padding: 0 2rem;
    font-size: 1.3rem;
}

/*
	------------------------------------------------------------------
	imageEditor
	------------------------------------------------------------------
*/


.imageEditor {
    position: fixed;
    top: 10%;
    left: 50%;
    padding: 2rem;
    width: 94rem;
    background: #3d393b;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

@media (max-height: 700px) {
    .imageEditor {
        top: 0;
    }
}

.imageEditor .titleArea {
    margin-bottom: 2rem;
    color: #fff;
    cursor: move;
}

.edit_img_wrap {
    width: 45%;
}

.template_wrap {
    position: relative;
    padding: 1rem 2rem;
    width: 52%;
    background: #6d6d6d;
    border-radius: 5px;
}

.edit_option_list {
    padding: 1rem 0;
    border-bottom: 1px solid #888;
}

.edit_option_list:first-of-type {
    padding-top: 0;
}

.edit_option_list:last-of-type {
    border: none;
}

.edit_option_list li {
    margin-bottom: .5rem;
}

.edit_option_list li:last-of-type {
    margin-bottom: 0;
}

.edit_option_box {
    padding: 1rem;
    width: 23%;
    background: #6d6d6d;
    border-radius: 5px 0 0 5px;
}

#selFontFamily {
    margin-bottom: 1rem;
    padding: .5rem 0;
    width: 100%;
    font-size: 1.2rem;
}

.canvas_box {
    position: relative;
    width: 32.5rem;
    height: 48.7rem;
    background: #000;
}

.sp-replacer {
    position: relative;
    width: 100%
}

.sp-preview-inner {
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}


.sp-content {
    display: none;
    position: absolute;
    top: -1rem;
    left: 7.5rem;
    padding: .5rem;
    background-color: #5e5e5e;
    width: 20rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 5px;
}

.sp-content::after,
.sp-content::before {
    position: absolute;
    top: 1.5rem;
    left: -1.2rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}

.sp-content::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #5e5e5e;
    border-width: 12px;
    margin-left: -10px;
}

.sp-content:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #5e5e5e;
    border-width: 12px;
    margin-left: -11px;
}

.sp-pallete-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sp-pallete-row:first-of-type {
    margin-bottom: .5rem;
}

.sp-content .sp-thumb {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 30px;
    cursor: pointer;
}

.textOption {
    display: block;
    padding: .2rem 0;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 10px;
    color: rgba(0, 0, 0, .5);
}

.textOption::before {
    font-family: 'FontAwesome';
    display: inline-block;
    padding-bottom: .5rem;
    width: 100%;
    font-size: 2.5rem;
}

.textBold.textOption::before {
    content: '\f032 ';
}

.textItalic.textOption::before {
    content: '\f033 ';
}

.textUnderline.textOption::before {
    content: '\f0cd ';
}

.alignLeft.textOption::before {
    content: '\f036';
}

.alignCenter.textOption::before {
    content: '\f037';
}

.alignRight.textOption::before {
    content: '\f038';
}

input[name="radioAlign"]:checked + label, input.chkTxtEdit:checked + label {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .5);
}

.edit_img_btn {
    margin-top: 2rem;
    text-align: center;
}

.edit_img_btn button {
    width: 10rem;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 4rem;
    border-radius: 0;
    color: #fff;
}

.undoImgBtn {
    margin-right: .5rem;
    background: rgba(255, 255, 255, .2);
}

.template_list {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.template {
    margin: 0 1rem 1rem 0;
    width: 13.5rem;
    height: 20.2rem;
    background: #fff;
    cursor: pointer;
}

.template:nth-of-type(3n) {
    margin: 0 0 1rem 0;
}

.canvas_info {
    position: absolute;
    top: 10rem;
    left: 50%;
    padding: 2rem 1rem;
    width: 26rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, .4);
    transform: translate(-50%, 0);
}


.template_sort {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.template_sort li {
    text-align: center;
    font-size: 1.5rem;
    color: #ddd;
}

.template_sort li.on a {
    color: #fff;
    border-bottom: 1px solid #fff;
}


.imageEditor .paginationArea {
    position: absolute;
    bottom: 1rem;
}


/* mobCompany_csInfo */

.mobCompany_csInfo {
    position: absolute;
    top: 9rem;
    right: -43%;
    padding: 1.5rem;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1.3rem;
    color: var(--main-font-color);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .1);
}

.mobCompany_csInfo h4 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}

.mobCompany_csNum {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    line-height: 3.4rem;
}

.mobCompany_csNum th {
    background: #f6f6f6;
}

.mobCompany_csNum th, .mobCompany_csNum td {
    border: 1px solid #ddd;
}

/*
	------------------------------------------------------------------
	policy
	------------------------------------------------------------------
*/


.policyTit {
    padding-top: 4rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    color: #fc7365;
}

.policyTit li {
    padding-bottom: 1rem;
}

.policyCont {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.policyTxt {
    color: var(--main-font-color);
}

.policySubTit, .policyTit1 {
    padding: 2rem 0 1rem;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 3rem;
    color: var(--main-font-color);
}

.policySubTxt {
    padding: .2rem 0 .2rem 2rem;
    font-size: 1.3rem;
}

.policyTbl {
    margin-top: 1rem;
    width: 100%;
    border: 1px solid #ddd;
    color: var(--main-font-color);
}

.policyTbl thead {
    background: #fafafa;
}

.policyTbl th, .policyTbl td {
    padding: 1rem;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.policyTbl td dt, .policyTbl td dd {
    display: inline-block;
}

.policyTbl td dt {
    padding-right: .5rem;
    color: #645be7;
}

.policyBox {
    margin: 1rem 0;
    padding: 0 2rem 2rem 2rem;
    border: 2px dotted #ddd;
}

/*
	------------------------------------------------------------------
	guide
	------------------------------------------------------------------
*/
.guideCont {
    width: 70%;
    max-width: 90rem;
    min-width: 80rem;
    margin: 0 auto;
}

.guideCont dl {
    margin-top: 7rem;
}

.guideCont dl:first-of-type {
    margin-top: 0;
}

.guideTit {
    padding-left: 1.5rem;
    font-size: 2.7rem;
    font-weight: 700;
    background: url(../images/icon/left-quote.png) no-repeat 0 0;
    background-size: 10px;
    color: #4e4e56;
}

.guideTit2 {
    padding: 2rem;
    /* background:#ddd; */
    /* border-radius:50px; */
}

.guideSubTit {
    padding-top: 4rem;
    text-align: center;
}

.guideSubTxt {
    top: 20rem;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 2rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
    line-height: 3rem;
    text-align: center;
}

.guideCont dl dd {
    margin-top: 2rem;
}

.guideCont dl dd:first-of-type {
    margin-top: 4rem;
}

.guideCont dl dd, .guideCont .guideList1 li {
    padding-left: 3rem;
}

.guideCont .guideList1 li {
    margin-top: 4rem;
}

.guideTxt1 {
    font-size: 1.7rem;
    line-height: 3rem;
    color: var(--main-font-color);
}

.guideTxt2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #666;
}

.guideTxt3 {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #7c7c7c;
}

.guideTxt1 strong {
    font-weight: 500;
}

.guideTxt1 i {
    padding-right: .7rem;
    line-height: 3rem;
}

.sourceTxt {
    display: block;
    padding-top: 2rem;
    font-size: 1.3rem;
    font-style: italic !important;
    color: #666;
    text-align: right;
}

h3 span {
    font-weight: 400;
    /*vertical-align:middle;*/
}

.guideimg {
    width: 100%;
}

.guideimg1 {
    box-shadow: 5px 5px 10px #ddd;
}

.guideimg3 {
    width: 70%;
}

.guideBtn {
    position: relative;
    padding: .5rem 2rem .5rem 1rem;
    font-size: 1.4rem;
    color: #fff;
    background: #4e4e56;
    border-radius: 5px;
}

.c-default.guideBtn {
    padding: .5rem 1rem;
}

.guideBtn::before, .el_link::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.1rem;
    right: 1.2rem;
    width: 5px;
    height: 5px;
    margin-top: -8px;
    border: 1.5px solid #fff;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-default.guideBtn::before {
    content: none;
}

.guideTbl1 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 6rem;
}

.guideTbl1 th, .guideTbl1 td, .guideTbl2 th, .guideTbl2 td {
    color: #4e4e56;
    text-align: center;
    border: 1px solid #ddd;
}

.guideTbl1 th, .guideTbl2 th {
    background: #f6f6f6;
}

.guideTbl2 {
    margin: 1rem 0 0 2rem;
    width: 80%;
    line-height: 4rem;
}

.highlight {
    background: rgba(255, 90, 83, .1);
}

.guideTab {
    overflow: hidden;
    border-bottom: none;
    background-color: #f1f1f1;
}

.guideTab button {
    width: 50%;
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 2rem;
    font-weight: 600;
    color: #909090;
    border: 1px solid #f1f1f1;
    border-radius: 0;
}

.guideTab button:first-of-type {
    border-right: none;
}

.guideTab button.active {
    background-color: #fff;
    border: 1px solid #645be7;
    border-bottom: 1px solid #fff;
    color: #645be7;
}

.telecomList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 4rem;
}

.telecomList li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-bottom: 0 !important;
}

.guideimg4 {
    height: 4.8rem;
}

.guideimg5 {
    border: 1px solid #ddd;
}

.excel_install_guide dd {
    margin-bottom: 6rem;
    text-align: center;
}

.excel_install_guide dd p {
    margin-bottom: 2rem;
}

.excelo_down {
    display: block;
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem 2rem;
    width: 30rem;
    font-size: 1.7rem;
    text-align: center;
    border-radius: 10px;
    background-color: #4caf50;
    color: #fff;
    background-image: url(../images/icon/excelo_down.png);
    background-repeat: no-repeat;
    background-position: 4.5rem 1.7rem;
    background-size: auto 1.7rem;
}

.excelo_down:hover {
    background-color: rgba(76, 175, 80, .9);
}

.guideCont_type_B {
    width: 70%;
    max-width: 100rem;
    min-width: 80rem;
    margin: 0 auto;
}

.guideCont_type_B section {
    padding-bottom: 10rem;
}

.guideCont_type_B h3 {
    margin-bottom: 10rem;
    font-size: 2.7rem;
}

.guideCont_type_B li:not(:last-of-type) {
    margin-bottom: 8rem;
}


.pg-qna-area dl:nth-of-type(2n) {
    margin: 6rem 0;
    padding: 6rem 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.pg-qna-area dt {
    margin-bottom: 3rem;
}

.pg-qna-area dd {
    line-height: 2;
}

.pg-btn-download {
    position: relative;
    display: inline-block;
    padding: 0 5rem 0 1rem;
    height: 4rem;
    font-size: 1.7rem;
    line-height: 4rem;
    color: #4e4e56;
    border: 1px solid #4e4e56;
}

.pg-btn-download::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 1.2rem;
    width: 7px;
    height: 7px;
    margin-top: -8px;
    border: 1.5px solid #4e4e56;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pg-btn-download:hover {
    background: #f7f7f7;
}

.pa-guide-cont {
    margin-bottom: 4rem;
}

.pa-txt-1 {
    padding-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -.5px;
    color: var(--main-font-color);
}

.pa-txt-2 {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #4e4e56;
    text-indent: 2rem;
}

.pa-txt-3 {
    color: #25bdb1;
}

.pa-txt-4 {
    font-size: 2.2rem;
    line-height: 1.5;
    color: var(--main-font-color);
}

.pa-txt-5 {
    font-size: 1.5rem;
    color: #828282;
}

.pa-txt-6 {
    font-size: 1.4rem;
    color: #4e4e56;
    line-height: 1.5;
}

.pg-table {
    width: 100%;
}

.pg-table th, .pg-table td {
    padding: 2rem 0;
    border: 1px solid #9d9d9d;
    vertical-align: middle;
    text-align: center;
    font-size: 1.7rem;
    color: #4e4e56;
    line-height: 1.5;
}

.pg-table th {
    background: #f6f6f6;
    font-weight: 500;
}

.btn-guideLink {
    position: relative;
    display: inline-block;
    padding: 1.5rem 6rem 1.5rem 2rem;
    font-size: 2rem;
    border: 1px solid #4e4e56;
    color: #4e4e56;
    background: #fff;

}

.btn-guideLink:hover {
    background: #f7f7f7;
}

.btn-guideLink::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.7rem;
    right: 2.2rem;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border: 1.5px solid #4e4e56;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.adNight-source-box {
    padding: 2rem;
    background: #fafafa;
}

.adNight-source-box h6 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
}

.guideCont_type_B .adNight-source-box li, .guideCont_type_B .guide-ex-cont li {
    margin-bottom: 0;
}

.guideCont_type_B .adNight-law li {
    padding: 2rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
}

.adNight-law li:first-of-type {
    border-bottom: 1px dotted #b5b5b5;
}

.adNight-law dl {
    display: flex;
    flex-direction: row;
    justify-content: start;
    color: #333;
}

.adNight-law dl dt {
    width: 10%;
}

.adNight-law dl dd {
    width: 90%;
}

.adNight-law dl dd p:nth-of-type(2) {
    padding-top: 1rem;
    color: #4e4e56;
}

.adNight-law-box {
    margin-top: 1rem;
    padding: 1.5rem 0;
    font-size: 1.7rem;
    line-height: 1.5;
    background: #fff;
    border-radius: 10px;
}

.adNight-law-comment li {
    margin-top: 3rem;
    font-size: 1.5rem;
    color: #4e4e56;
    line-height: 1.5;
}

.adNight-law-comment li span {
    display: inline-block;
    width: 98%;
}

.adNight-law-comment li::before {
    vertical-align: top;
    display: inline-block;
    content: ' \00B7';
    padding-right: 0.5rem;
}

.guideCont_type_B .bb_01 {
    border-bottom: 1px solid currentColor;
}

.guideCont_type_B .guide-ex-cont .left li, .guide-ex-cont.election .left li {
    position: relative;
}

.guideCont_type_B .guide-ex-cont .left li::before, .guide-ex-cont.election .left li::before {
    position: absolute;
    top: 15px;
    left: 243px;
    content: '';
    width: 525px;
    height: 1px;
    background-image: linear-gradient(90deg, #3d393b, #3d393b 75%, transparent 75%, transparent 100%);
    background-size: 2px 1px;
    z-index: 1;
}


.guideCont_type_B .guide-ex-cont .left li:first-of-type, .guide-ex-cont.election .left li:first-of-type {
    margin-top: 7.5rem;
}

.guideCont_type_B .guide-ex-cont .left li:nth-of-type(2),
.guide-ex-cont.election .left li:nth-of-type(2) {
    margin-top: 3rem;
}

.guideCont_type_B .guide-ex-cont.adConsent .left li::before {
    width: 488px;
    left: 280px;
}

.guideCont_type_B .guide-ex-cont .left li:nth-of-type(2)::before {
    left: 263px;
    width: 505px;
}

.guideCont_type_B .guide-ex-cont .left li:nth-of-type(3) {
    margin-top: 4rem;
}

.guideCont_type_B .guide-ex-cont.adMark .left li:nth-of-type(3) {
    margin-top: 3rem;
}

.guide-ex-cont.election .left li:nth-of-type(3) {
    margin-top: 2.5rem;
}

.guideCont_type_B .guide-ex-cont .left li:nth-of-type(3)::before {
    left: 333px;
    width: 435px;
}

.guide-ex-cont.election .left li::before {
    width: 453px;
    left: 355px;
}

.guide-ex-cont.election .left li:nth-of-type(2)::before {
    left: 243px;
    width: 565px;
}

.guide-ex-cont.election .left li:nth-of-type(3)::before {
    left: 357px;
    width: 450px;
}

.guideCont_type_B .guide-ex-cont .left li .pa-txt-1, .guide-ex-cont.election .left li .pa-txt-1 {
    padding-bottom: 0;
}

.guide-ex-cont .ex_message {
    position: relative;
    width: 26.7rem;
    height: 28.7rem;
    background: url(../images/guide/bg_phone.png);
    background-size: 100% 100%;

}

.guide-ex-cont .ex_message li {
    position: absolute;
    left: 4.2rem;
}

.guide-ex-cont .ex_message li:first-of-type {
    top: 8rem;
}

.guide-ex-cont .ex_message li:nth-of-type(2) {
    top: 13rem;
}

.guide-ex-cont .ex_message li:nth-of-type(3) {
    top: 21.5rem;
}

.guide-ex-cont.adMark .ex_message li:nth-of-type(2) {
    top: 13.5rem;
}

.guide-ex-cont.adMark .ex_message li:nth-of-type(3) {
    top: 23rem;
}

.guide-ex-cont.election .ex_message li:nth-of-type(2) {
    top: 15.5rem;
}

.guide-ex-cont.election .ex_message li:nth-of-type(3) {
    top: 21.5rem;
}

.appName {
    color: #D22630;
}

.ico-warning {
    display: inline-block;
    width: 2.2rem;
    height: 2.3rem;
    margin-top: -5px;
    background: url(../images/icon/ico-warning.png) no-repeat 50% 50%;
    background-size: 100% 100%;;
}

/*
	------------------------------------------------------------------
	 event
	------------------------------------------------------------------
*/

.event_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    min-width: 100rem;
}

.event_list li {
    position: relative;
    margin: 0 2rem 6rem 0;
    width: 30%;
    min-width: 38.5rem;
}

.evt_thumb {
    position: relative;
}

.evt_thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.evt_thumb::after {
    content: '종료된 이벤트';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
    width: 100%;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

.event_list li img {
    width: 100%;
}

.event_list li:nth-of-type(3n) {
    margin-right: 0;
}

.evt_desc_area {
    padding: 3rem 0 0 .5rem;
    color: #4e4e56;
}

.evt_desc_area dl {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-top: 1.5rem;
    font-size: 1.5rem;
}

.evt_desc_area dl dt {
    min-width: 8.2rem;
}

.evt_desc_area dl dd {
    padding-left: .5rem;
}

.profileSenderArea.hide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9rem;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, #eee);
    border-radius: 2px;
}

@media (max-width: 1510px) {
    .event_list li {
        min-width: 30.5rem;
    }
}

@media (max-width: 1206px) {
    .event_list li {
        width: 45%;
    }

    .event_list li:nth-of-type(odd) {
        margin-left: 5rem;
    }

    .event_list li:nth-of-type(3n) {
        margin-right: 2rem;
    }

    .event_list li img {
        width: 100%;
    }
}

/*
	------------------------------------------------------------------
	 election_guide
	------------------------------------------------------------------
*/
.election_banner01 {
    width: 100%;
    height: 56rem;
    background: url(../images/guide/election_guide_banner_n.jpg) no-repeat 0 0;
    background-color: #f0eeeb;
}

.el_mainTit {
    padding-top: 10rem;
}

.el_mainTit p {
    padding-left: .5rem;
    font-size: 2rem;
    color: #6d6d6d;
}

.el_mainTit h3 {
    margin: 4rem 0 8rem;
    font-size: 5rem;
    font-weight: 700;
    line-height: 6.5rem;
    color: #000;
}

.el_mainTit .el_link2 {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    width: 20rem;
    font-size: 2rem;
    line-height: 5rem;
    background: #0030a9;
    color: #fff;
    border-radius: 3px;
}

.el_link2::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.8rem;
    right: 1.2em;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.election_banner02 {
    width: 100%;
    height: 26rem;
    background: url(../images/guide/election_guide_banner2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer;
}

.election_banner02 p {
    text-align: center;
}

.election_banner02 p:first-of-type {
    padding: 4.5rem 0 2rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 6rem;
    color: #fff;
}

.election_banner02 p strong {
    font-size: 4.8rem;
    color: #fff000;
}

.election_banner02 p button {
    padding: .7rem 2rem;
    font-size: 1.7rem;
    color: #fff;
    background: none;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.election_banner02:hover p button {
    background: #fff;
    color: var(--main-font-color);
    font-weight: 700;
}

.election_point {
    padding: 6rem 0 8rem;
    background: #eaf0ff;
}

.election_point h4 {
    margin-bottom: 5rem;
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
}

.election_point h4 span {
    color: #0030a9;
}

.el_point_list, .caution_list, .election_msg_howto {
    display: flex;
    flex-wrap: wrap;
}

.election_msg_howto li {
    padding-right: 2rem;
}

.el_point_box {
    position: relative;
    margin: 0 1.5rem 1.5rem 0;
    padding: 2rem 4rem 1.5rem 5rem;
    width: 32.5%;
    min-height: 16.7rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.el_point_box:nth-of-type(3n) {
    margin-right: 0;
}

.el_point_num {
    position: absolute;
    top: -6px;
    left: 5px;
    padding: 1.3rem 0 0 1rem;
    width: 3rem;
    height: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    background: url(../images/guide/election_point_bdg.png) no-repeat 0 0;
    background-size: 3rem auto;
}

.el_point_box dt {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1;
    color: #0030a9;
}

.el_point_box dd:first-of-type {
    padding: 1rem 0;
    font-size: 1.7rem;
    line-height: 2.6rem;
    color: var(--main-font-color);
}

.el_point_box dd:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #6d6d6d;
}

.election_msg_guide {
    padding: 8rem 0 10rem;
}

.electionGuideTab .tablinks {
    width: 32.5%;
    height: 6rem;
    background: #eee;
    color: var(--main-font-color);
    font-size: 2rem;
    border-radius: 5px;
}

.electionGuideTab .tablinks.active {
    background: #0030a9;
    color: #fff;
}

.election_msg_guide .tabcontent {
    padding: 6rem 8rem 0;
}

.election_msg_howto li {
    width: 50%;
    margin-bottom: 6rem;
}

.election_msg_howto dl {
    position: relative;
    padding-left: 11rem;
}

.election_msg_howto dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 80px 94px;
}

.election_msg_howto li:nth-of-type(1) dl::before {
    background-image: url(../images/guide/election/election_howto_1.png);
}

.election_msg_howto li:nth-of-type(2) dl::before {
    background-image: url(../images/guide/election/election_howto_2.png);
}

.election_msg_howto li:nth-of-type(3) dl::before {
    background-image: url(../images/guide/election/election_howto_3.png);
}

.election_msg_howto li:nth-of-type(4) dl::before {
    background-image: url(../images/guide/election/election_howto_4.png);
}

.election_msg_howto li:nth-of-type(5) dl::before {
    background-image: url(../images/guide/election/election_howto_5.png);
}

.election_msg_howto li:nth-of-type(6) dl::before {
    background-image: url(../images/guide/election/election_howto_6.png);
}

/*.election_msg_howto li:nth-of-type(7) dl::before{*/
/*	background-image:url(../images/guide/election/election_howto_7.png);*/
/*}*/
/*.election_msg_howto li:nth-of-type(8) dl::before{*/
/*	background-image:url(../images/guide/election/election_howto_8.png);*/
/*}*/
.caution_list li {
    width: 50%;
    margin-bottom: 4rem;
    height: 11.4rem;
}

.caution_list dl {
    position: relative;
    padding: 2rem 0 0 15rem;
}

.caution_list li:nth-of-type(4) dl {
    padding-top: 1rem;
}

.caution_list dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 114px;
    height: 114px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 114px 114px;
}

.caution_list li:first-of-type dl::before {
    background-image: url(../images/guide/election_icon_1.png);
}

.caution_list li:nth-of-type(2) dl::before {
    background-image: url(../images/guide/election_icon_2.png);
}

.caution_list li:nth-of-type(3) dl::before {
    background-image: url(../images/guide/election_icon_3.png);
}

.caution_list li:nth-of-type(4) dl::before {
    background-image: url(../images/guide/election_icon_4.png);
}

.caution_list dt, .el_guideTit1, .election_msg_howto li dt {
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

.el_guideTit2 {
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    background: url(../images/guide/election_icon_6.png) no-repeat 0 0;
    background-size: 1.7rem 1.7rem;
    font-weight: 700;
    color: #4e4e56;
}

.election_msg_howto li dd {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #4e4e56;
}

.caution_list dd, .el_guideTxt1, .el_guideTxt2 {
    font-size: 1.7rem;
    line-height: 1.4;
    color: #4e4e56;
}

.el_guideTit1 {
    padding-bottom: 4rem;
}

.election_msg_howto li dd:nth-of-type(2) {
    margin-top: 1rem;
}

.el_guideTxt1 {
    background: url(../images/guide/election_icon_5.png) no-repeat 0 5px;
}

.el_guideTxt2 {
    background: url(../images/guide/election_icon_7.png) no-repeat 0 5px;
}

.el_guideTxt3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
}

.el_guideTxt4 {
    font-size: 1.2rem;
    border-bottom: 1px solid #4e4e56;
}

.el_mainTit .el_guideTxt5 {
    padding-bottom: 3rem;
    font-size: 1.7rem;
    color: var(--main-font-color);
}

.el_link1 {
    display: inline-block;
    padding: 0 .7rem;
    min-width: 8.6rem;
    font-size: 1.2rem;
    line-height: 3rem;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    text-align: center;
}

.el_guideTit2, .el_guideTxt2, .el_guideTxt1 {
    padding-left: 2.5rem;
    background-size: 1.7rem 1.7rem;
}

.election_qna li {
    padding: 3rem 0;
    border-top: 1px dashed #d6d6d6;
}

.election_qna li:first-of-type {
    padding-top: 0;
    border-top: none;
}

.election_msg_tip > dl {
    margin-bottom: 6rem;
}

.election_msg_tip > dl:last-of-type {
    margin-bottom: 0;
}

#popChargeList, #popTaxGuide, #popCreditPayNotice, #popElectionChargeList {
    position: fixed;
    top: 10%;
    left: 50%;
    padding: 2rem;
    width: 80rem;
    max-height: 70rem;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

#popElectionChargeList {
    overflow-y: hidden;
}

#popTaxGuide {
    width: auto;
    font-size: 1.5rem;
    overflow-y: auto;
}

#popCreditPayNotice {
    width: 60rem;
    font-size: 1.5rem;
    max-height: 74rem;
    overflow-y: hidden;
    color: var(--main-font-color);
}

#popCreditPayNotice table, #popPayNotice table {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.2;
    /* vertical-align: middle; */
}

#popCreditPayNotice table th, #popCreditPayNotice table td, #popPayNotice table th, #popPayNotice table td {
    padding: 1.2rem 0;
    text-align: center;
    border: 1px dashed #4e4e56;
    vertical-align: middle;
}
#popChargeList table:first-of-type td{
    border-right: 1px dashed #4e4e56;
}
#popChargeList table:first-of-type td:last-of-type{
    border-right: none;
}
#popPayNotice .tbl_payNotice td {
    padding-left: 1rem;
    text-align: left;
    line-height: 1.3;
}

#popCreditPayNotice p {
    font-size: 1.3rem;
    line-height: 1.5;
}

#popElectionGuide {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 75.8rem;
    padding: 3rem 2rem;
    background: #2B69E2;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

#popElectionGuide .el-guide-title {
    text-align: center;
    color: #fff;
}

#popElectionGuide h4 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
}

#popElectionGuide .el-guide-title p {
    margin-bottom: 1rem;
    font-size: 2rem;
}

#popElectionGuide .btn-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
}

#popElectionGuide .el-guide-box {
    padding: 3rem;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
}

.el-price-list {
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.el-price-list dt, .el-info-list li {
    font-size: 1.5rem;
    color: var(--main-font-color);
}

.el-price-list dd {
    font-size: 4rem;
    color: #0030A9;
    font-weight: 700;
}

.el-info-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.el-info-list li::after {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    right: -2.8rem;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border: 1.5px solid #4E4E56;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.el-info-list li:last-of-type::after {
    content: none;
}

.el-info-list .el-howto-bg {
    display: block;
    width: 8rem;
    height: 8rem;
    margin-bottom: 2rem;
    background: url(../images/guide/election/pop_election_howto.png) no-repeat 0 0;
    background-size: 100% auto;
}

.el-info-list li:nth-of-type(2) .el-howto-bg {
    background-position: 0 -80px;
}

.el-info-list li:nth-of-type(3) .el-howto-bg {
    background-position: 0 -160px;
}

.el-info-list li:nth-of-type(4) .el-howto-bg {
    background-position: 0 -240px;
}

.el-info-list li:nth-of-type(5) .el-howto-bg {
    background-position: 0 -320px;
}

.el-guide-txt-1 {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #7D7B7C;
}

.el-link-btn {
    width: 20rem;
    height: 4rem;
    font-size: 1.5rem;
    background: #0030A9;
    border-radius: 3px;
    color: #fff;
}

.el-popup-closed {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}

#popElGuideCloseCheck + label:hover {
    opacity: .8;
}

/*------------------------------------------------------------------
	* popup charge_table
------------------------------------------------------------------*/
.charge_table {
    padding: 2rem;
    /* max-height:70rem; */
    color: var(--main-font-color);
}

.charge_table div {
    align-items: baseline;
}

.charge_table h5 {
    font-size: 2rem;
    line-height: 2;
    font-weight: 500;
}

.charge_table p {
    font-size: 1.3rem;
    line-height: 2;
    color: var(--accent-color);
}

.charge_table table {
    width: 100%;
    font-size: 1.7rem;
    line-height: 4rem;
    border-bottom: 1px dashed #4e4e56;
}

.charge_table table thead, #popCreditPayNotice table thead, #popPayNotice table thead {
    background: #fff5f5;
}

.charge_table table tbody, #popCreditPayNotice table tbody, #popPayNotice table tbody {
    background: #fff;
}

.charge_table table tbody th, .charge_table table tbody td:nth-of-type(4),
.charge_table table tbody td:nth-of-type(5), .charge_table table tbody td:nth-of-type(6) {
    padding: 0 1rem;
    text-align: right;
}

.charge_table table tbody td {
    text-align: center;
}

.charge_table table thead th {
    border: 1px dashed #4e4e56;
    vertical-align: middle;
}

.charge_table table thead tr:first-of-type th:first-of-type,
#popCreditPayNotice table th:first-of-type, #popPayNotice table th:first-of-type {
    border-left: none;
}

.charge_table table thead th:last-of-type, #popCreditPayNotice table th:last-of-type,
#popCreditPayNotice table td:last-of-type, #popPayNotice table th:last-of-type, #popPayNotice table td:last-of-type {
    border-right: none;
}

.charge_recom {
    background: rgba(178, 173, 243, .2);
    color: var(--accent-color);
}

.charge_recom th:before {
    content: '\f005';
    font-family: 'FontAwesome';
    padding-right: 3rem;
    font-size: 1.7rem;
}

@media (max-width: 1510px) {
    .el_point_box {
        width: 32.2%;
        padding: 1.5rem 2rem 1.5rem 4rem;
    }

    .el_point_num {
        background-size: 27px auto;
    }

    .election_msg_guide .tabcontent {
        padding: 6rem 0 0;
    }

    .guide-ex-cont.election .left li:nth-of-type(n)::before {
        z-index: -1;
        width: 685px;
    }

}

@media (max-height: 860px) {
    #popChargeList, #popTaxGuide, #popPayNotice, #popMobPayNotice,
    #popCreditPayNotice, #popElectionChargeList, #popElectionGuide {
        top: 2%;
        max-height: 55rem;
        overflow-y: scroll;
    }

    .charge_table {
        padding: 2rem;
    }

    .rateTxt08 {
        margin: 0 0 1rem;
    }

}

@media (max-height: 750px) {
    input[type="range"] {
        display: none;
    }

    .chargeFormBox.fixed-menu {
        top: 0;
    }
}

/*
	------------------------------------------------------------------
	popBrowser
	------------------------------------------------------------------
*/

#popBrowser .wrap-browser {
    position: absolute;
    top: 10%;
    left: 50%;
    padding: 10rem 6rem 12rem;
    width: 70%;
    min-width: 100rem;
    background: #FAFAFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

#popBrowser h2 {
    margin-bottom: 4%;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--main-font-color);
    text-align: center;
}

#popBrowser h2 span, #popBrowser p span {
    color: #645be7;
}

#popBrowser p {
    font-size: 2.2rem;
    color: #4e4e56;
    line-height: 1.7;
    text-align: center;
}

.txtLink-browser {
    color: #645be7;
    border-bottom: 1px solid #645be7;
}

.browser-list {
    width: 60%;
    margin: 8rem auto 0;
}

.browser-item {
    width: 27.6rem;
    height: 27.6rem;
    background: #fff;
    border-radius: 200px;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(233, 232, 250, .6);
}

.ico-browser {
    display: block;
    margin: 0 auto;
    width: 8rem;
    height: 8rem;
    background: url(../images/icon/browser.png) no-repeat 0 0;
    background-size: 100% 200%;
}

.ico-browser.chrome {
    background-position: 0 0;
}

.ico-browser.edge {
    background-position: 0 -80px;
}

.txt-browser {
    display: block;
    padding: 15px 0 25px;
    font-size: 1.5rem;
    color: #645be7;
}

.browser-item .link-browser {
    display: block;
    width: 12.5rem;
    height: 4.8rem;
    font-size: 1.6rem;
    line-height: 4.6rem;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: var(--main-font-color);
}

@media (max-width: 1600px) {
    .browser-list {
        width: 80%;
    }
}

@media (max-width: 1400px),(max-height: 800px) {
    #popBrowser h2 {
        font-size: 3rem;
    }

    #popBrowser .wrap-browser {
        top: 5%;
        padding: 5rem;
    }

    .browser-list {
        margin-top: 4rem;
    }

    .browser-item {
        width: 26rem;
        height: 26rem;
    }
}


@media (pointer: coarse) {
    .joinTxt1 {
        font-size: 2.8rem;
    }

    .rateTxt10 a {
        padding: 1rem 1.2rem;
        font-size: 1.2rem;
    }

    .refTable td {
        width: 80% !important;
        word-break: break-all;
        line-height: 1.7;
    }

    .ico-browser {
        width: 6rem;
        height: 6rem;
    }

    .ico-browser.edge {
        background-position: 0 -60px;
    }
}
