/* === neworder.css: #neworder 전용 (자동 생성) === */
#neworder input#field-orderform-fields-check {
    transform: initial;
    appearance: none;
    outline: 0;
    border: none;
    background: #b0b0b0;
    border-radius: 1.25em;
    width: 2.25em;
    height: 1.25em;
    position: relative;
    top: 4px;
    transform: scale(1.7);
    margin-right: 5px;
    margin-left: 12px;
    cursor: pointer
}#neworder input#field-orderform-fields-check::before {
    content: "";
    position: absolute;
    top: 2.4px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(1);
    background-color: #fff;
    box-shadow: 1px 1px 2px #a1a1a1;
    transition: left 250ms linear
}#neworder input#field-orderform-fields-check:checked::before {
    background-color: #fff;
    left: 15px;
    top: 2.4px;
    height: 12px;
    width: 12px;
    box-shadow: none
}#neworder input#field-orderform-fields-check:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: tomato solid
}#neworder .btn-default {
    background-color: #fff;
    padding: 10px;
    margin-left: 8px;
    border: none
}#neworder .input-group button {
    border: none;
    height: 32px;
    width: auto;
    margin: 0;
    padding: 0;
    background: #f4f5f7;
    box-shadow: none
}#neworder .input-group button i.fa-rotate-right {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
    font-size: 16px;
    color: #535355
}#neworder .input-group button:hover {
    background: 0 0
}#neworder span.input-group-btn {
    width: 0;
    position: initial
}#neworder div.wrapper {
    padding: 40px 40px 54px;
    flex-direction: column
}#neworder section {
    background: #fff;
    padding: 0 0 0 40px
}#neworder section a.sectionTitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #000;
    display: block
}#neworder div.rightWrapper section.noticeWrapper p.sectionTitle {
    display: inline-block;
    border: 1px solid #f4f4f4;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 28px;
    color: #fff
}#neworder div.chargeGridWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 52px
}#neworder section.orderWrapper {
    flex: auto;
    height: 100%;
    position: relative;
    max-width: 100%
}#neworder section.orderWrapper .sectionTabWrapper {
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 24px
}#neworder section.orderWrapper .sectionTabWrapper .sectionTab {
    margin-right: 24px;
    color: #c9c9c9;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: .2s
}#neworder section.orderWrapper .sectionTabWrapper .sectionTab.active {
    color: #148bff;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 3px solid #148bff;
    padding-bottom: 4px
}#neworder div.tabWrapper div.tab div.tabImg img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 30px;
    height: auto
}#neworder div.tabWrapper div.tab.etc div.tabImg img,#neworder div.tabWrapper div.tab.twitter div.tabImg img {
    max-width: 24px
}#neworder div.formWrapper>label {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1
}#neworder div.formWrapper {
    padding: 24px 20px;
    border-radius: 8px;
    background-color: #f3f5f7
}#neworder div.formWrapper.instagram #instagramFilterWrapper {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer
}#neworder div.formWrapper.instagram #instagramFilterWrapper .border,#neworder section.link-guideWrapper .border {
    background-color: #253858;
    transition: .3s;
    color: #000;
    left: 0;
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    z-index: 1
}#neworder div.formWrapper.instagram #instagramFilterWrapper div.snsSubTab {
    width: 50%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #a2a3a6;
    color: #253858
}#neworder div.formWrapper div.inputWrapper div.servicesWrapper {
    padding-left: 0;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 8px;
    line-height: 1
}#neworder div.formWrapper div.inputWrapper label {
    font-size: 14px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 0
}#neworder section.orderWrapper div.chargeWrapper {
    display: grid;
    gap: 10px;
    margin-top: 12px
}#neworder div.chargeWrapper div.inputWrapper {
    padding-top: 18px;
    margin-bottom: 10px
}#neworder section.orderWrapper div.chargeWrapper div.inputWrapper {
    border: none!important;
    padding: 7px 0 0
}#neworder div.formWrapper div.inputWrapper label.chargeLabel {
    flex: auto;
    color: #3b3b3b
}#neworder div.formWrapper section.counterWrapper {
    display: flex;
    background-color: #f4f5f7;
    padding: 12px 4px;
    gap: 6px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder div.formWrapper section.counterWrapper div.counterBox {
    background: #e9e6fd;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 3px;
    gap: 10px;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder div.formWrapper section.counterWrapper div.counterBox p.numberText {
    font-size: 15px;
    color: #253858;
    font-weight: 900
}#neworder div.formWrapper section.counterWrapper div.counterBox p.title {
    color: #253858;
    font-size: 12px;
    font-weight: 600
}#neworder div.formWrapper div.inputWrapper label.form-group__label-title {
    padding-top: 2px
}#neworder div.formWrapper div.inputServicesWrapper div.servicesWrapper {
    flex-wrap: wrap
}#neworder div.formWrapper div.inputServicesWrapper span.selection {
    width: 100%;
    position: relative;
    max-width: 100%
}#neworder div.formWrapper div.inputServicesWrapper span.select2-selection {
    position: relative;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    max-height: 40px;
    min-height: 40px;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    border: 1px solid #d9d9d9;
    height: auto;
    box-shadow: none
}#neworder div.formWrapper div.inputWrapper label.servicesOne {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #3b3b3b
}#neworder div.formWrapper div.inputWrapper+div.inputWrapper .select2-container .select2-selection--single .select2-selection__rendered {
    overflow: visible;
    text-overflow: clip;
    white-space: normal
}#neworder section.orderWrapper .select2-container .select2-selection--single {
    border-radius: 5px;
    background-color: #f4f4f4;
    border: none;
    box-shadow: none;
    margin-bottom: 20px
}#neworder section.orderWrapper .form-control {
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}#neworder #field-orderform-fields-delay {
    background: url(https://cdn4.mypanel.link/gz2yx6/zpju4jm5eb616qa6.png) 100% no-repeat #fff;
    display: block;
    appearance: none;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 8px;
    max-width: 100%;
    margin: auto;
    border: 1px solid #d9d9d9;
    box-shadow: none
}#neworder #field-orderform-fields-delay:focus {
    background-color: #fff;
    border: 1px solid #253858
}#neworder .form-control:focus {
    border: 1px solid #253858;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}#neworder div.inputWrapper div#services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 8px
}#neworder div.inputWrapper div#services div.serviceTab {
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    color: #253858;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border: 1px solid #a1a9b7;
    font-weight: 400;
    letter-spacing: -.2px
}div#main.not_auth #neworder div.inputWrapper div#services div.serviceTab {
    gap: initial
}#neworder div.inputWrapper div#services div.serviceTab.active {
    color: #253858;
    background: #e9ebee;
    border: 1px solid #253858;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 600
}#neworder div.formWrapper div.inputWrapper input {
    color: #5d5d5d;
    font-weight: 500;
    width: 100%;
    height: 40px;
    max-height: 40px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    font-size: 13px;
    padding: 0 12px;
    margin: auto;
    max-width: 100%;
    box-shadow: 0 .4px 1px 0 rgb(173 173 173 / .25)
}#neworder div.formWrapper div.inputWrapper input::placeholder {
    color: #a2a3a6;
    font-size: 14px
}#neworder #order_min .col-md-6:nth-child(2) input {
    max-width: 100%!important;
    margin-right: 14px!important
}#neworder #order_min input#order_count {
    max-width: 100%
}#neworder div.orderExit .input-group {
    max-width: 100%;
    display: flex;
    position: relative
}#neworder div.orderExit .input-group::after {
    content: "\f073";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    right: 50px;
    display: block;
    width: auto;
    height: auto;
    z-index: 999;
    color: #909090;
    font-size: 20px
}#neworder div.orderExit input#field-orderform-fields-expiry {
    max-width: 100%;
    width: 100%;
    margin-right: 40px;
    border: 1px solid #d9d9d9
}#neworder div.formWrapper div.inputWrapper input:disabled {
    color: #3b3b3b;
    cursor: auto;
    background: 0 0;
    border: none;
    flex: 1;
    text-align: right;
    font-weight: 800;
    font-size: 20px;
    padding: 0;
    height: auto;
    line-height: 1;
    box-shadow: none
}#neworder #fields {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    padding-top: 24px;
}#neworder #fields div.order-wrapper {
    display: grid;
    width: 100%;
    max-width: 100%;
    gap: 20px
}#neworder #fields div#order_delay,#neworder #fields div#order_min,#neworder #fields div.form-group#order_link {
    width: 100%;
    margin-bottom: 0
}#neworder #fields div.form-group#order_link input.form-control {
    max-width: 100%;
    cursor: auto
}#neworder #fields div.form-group#order_quantity {
    width: 100%;
    max-height: 100%;
    border-radius: 5px;
    margin-bottom: 0
}#neworder #fields div.form-group#order_quantity input.form-control {
    max-width: 100%;
    height: 40px;
    color: #5d5d5d;
    font-weight: 500;
    padding-left: 15px;
    cursor: auto;
    font-size: 13px
}#neworder #fields #dripfeed {
    display: flex;
    width: 100%
}#neworder #fields #dripfeed div.form-group#order_check {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px
}#neworder #fields #dripfeed div.depend-fields#dripfeed-options {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px
}#neworder #fields #dripfeed div.depend-fields#dripfeed-options div.dripfeed-wrapper {
    display: flex;
    width: 100%;
    gap: 12px
}#neworder #fields #dripfeed div.depend-fields#dripfeed-options div.dripfeed-wrapper:first-child {
    width: 100%;
    margin-top: 28px;
    flex-direction: column
}#neworder .help-block {
    font-weight: 500;
    color: #909090;
    margin-bottom: 0;
    justify-content: start
}#neworder .form-group__checkbox {
    display: flex;
    align-items: center;
    gap: 14px
}#neworder span.input-group-btn img {
    position: absolute;
    right: 8px;
    z-index: 8;
    top: 8px
}#neworder .col-md-6 {
    margin-bottom: 0;
    padding-left: 0!important;
    padding-right: 0
}#neworder .col-md6:first-of-type,#neworder .col-md6:nth-child(2) {
    background-color: #f4f5f7;
    padding-top: 16px;
    height: 116px;
    max-height: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #dbdbdb;
    margin-bottom: 4px
}#neworder .col-md-6:last-of-type {
    padding-right: 0
}#neworder div.rightWrapper {
    flex: auto;
    width: 646px;
    max-width: 646px;
    min-width: 646px
}@media (max-width: 1750px) {
#neworder section.orderWrapper {
        flex:1.5
    }#neworder div.rightWrapper {
        width: 626px;
        max-width: 626px;
        min-width: 626px;
        flex: 1
    }
}#neworder div.rightWrapper section.counterWrapper,#neworder div.rightWrapper section.smallBoxWrapper {
    display: flex;
    gap: 28px;
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 32px
}#neworder div.rightWrapper section.counterWrapper div.counterBox {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #008bff;
    border-radius: 20px;
    padding: 16px;
    width: 170px;
    height: 135px;
    box-shadow: 0 0 20px #00000029
}#neworder div.rightWrapper section.counterWrapper div.counterBox p.numberText {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 8px;
    text-align: center
}#neworder div.rightWrapper section.counterWrapper div.counterBox p.numberText::after {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    width: 23px;
    margin: 10px auto
}#neworder div.rightWrapper section.counterWrapper div.counterBox p.title {
    font-size: 14px;
    text-align: center
}#neworder div.rightWrapper section div.smallBox {
    gap: 5px;
    display: flex;
    flex-direction: row!important;
    flex: 1;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #008bff;
    border-radius: 20px;
    padding: 16px;
    width: 170px;
    height: 50px!important;
    box-shadow: 0 0 20px #00000029
}#neworder .confirmBottomDiv {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    border: none;
    letter-spacing: 1.2px;
    margin: 5px 0 0;
    padding: 0;
    height: 44px
}#neworder section.noticeWrapper {
    margin: 0 0 20px;
    background-color: #f4f5f7;
    border-radius: 8px;
    padding: 0;
    height: 60px
}#neworder section.noticeWrapper div.sectionContents {
    max-height: 100px;
    overflow-y: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f4f4f4;
    padding: 12px 22px;
    border-radius: 5px;
    line-height: 1.6
}#neworder .noticeContentsWrapper {
    overflow: auto;
    border: 1px solid #d8d8d8;
    transition: padding .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}#neworder .noticeContentsWrapper div.noticeContents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    padding: 10px 15px 10px 16px;
    font-size: 13px;
    border-bottom: .4px solid #e3e4e7;
    height: 60px;
    min-height: 60px;
    max-height: 100%;
    line-height: 1.2;
    cursor: pointer
}#neworder .noticeContentsWrapper div.noticeContents b:nth-child(2) {
    font-weight: 500;
    padding-left: 0;
    margin-left: 0
}#neworder .noticeContentsWrapper p {
    font-size: 14px;
    line-height: 1.82;
    -webkit-user-select: none
}#neworder .noticeTab {
    margin-right: 10px;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px;
    cursor: pointer
}#neworder .noticeTab.active {
    background-color: #253858;
    color: #fff;
    font-weight: 700;
    position: relative
}#neworder .noticeTab.active::after {
    display: block;
    content: "";
    position: absolute!important;
    bottom: -12.4px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #608aff;
    z-index: 9
}#neworder .noticeContentsWrapper::-webkit-scrollbar {
    width: 3px
}#neworder .noticeContentsWrapper::-webkit-scrollbar-thumb {
    height: 10%;
    background: #e3e4e7;
    border-radius: 10px
}#neworder .noticeContentsWrapper::-webkit-scrollbar-track {
    background: 0 0
}#neworder div.instagramTip div.linkGuideSnsBox.linkInsta,#neworder div.optimization div.linkGuideSnsBox.linkInsta {
    display: flex;
    gap: 10px;
    margin-top: 24px
}#neworder div.instagramTip div.linkGuideBox_instagramTip li,#neworder div.linkGuideWrapper ul.linkGuideContents div.linkGuideBox li,#neworder div.optimization div.linkGuideBox_optimization li {
    background: #fff;
    display: flex;
    padding: 11px 12px;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 1px 1px 1px 0 #dbdbdb;
    cursor: pointer
}#neworder div.optimization div.modalBox_optimization {
    position: relative;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 440px;
    height: auto;
    text-align: center;
    border: 1px solid #8a98c0;
    border-radius: 10px
}#neworder div.linkGuideWrapper ul.linkGuideContents {
    display: flex;
    gap: 18px
}#neworder div.linkGuideWrapper ul.linkGuideContents div.linkTitle {
    display: flex;
    justify-content: center;
    text-align: center
}#neworder div.linkGuideWrapper ul.linkGuideContents div.linkTitle strong {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-bottom: 12px;
    margin-top: 24px
}#neworder div.linkGuideWrapper ul.linkGuideContents div.linkGuideBox {
    padding-bottom: 4px
}#neworder div.linkModal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .6);
    z-index: 999999
}#neworder .modalBox_instagramTip,#neworder div.modalBox {
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 440px;
    height: auto;
    text-align: center;
    position: relative
}#neworder .modalBox_instagramTip {
    top: 47%;
    border: 1px solid #8a98c0;
    border-radius: 10px;
    overflow-y: hidden
}#neworder div.modalBox {
    top: 50%;
    border: 1px solid #8a98c0;
    border-radius: 10px
}#neworder div.instagramTip div.modalImgWrapper,#neworder div.linkModal div.modalImgWrapper,#neworder div.optimization div.modalImgWrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}#neworder div.modalContents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 27px 24px;
    border-bottom: 1px solid #8a98c0;
    gap: 6px;
    background: #f4f5f7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}#neworder div.figureDiv,#neworder div.figureDiv.flex {
    justify-content: center;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}#neworder .instagramTip div.modalContents,#neworder .optimization div.modalContents {
    gap: 6px
}#neworder div.modalContents p {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px
}#neworder div.modalContents i {
    font-size: 42px;
    position: absolute;
    right: 11px;
    top: 13px;
    color: #8a98c0;
    cursor: pointer
}#neworder div.modalImgWrapper {
    max-height: 733px;
    height: 100%;
    padding-bottom: 32px;
    background: #f4f5f7;
    overflow-y: auto
}#neworder div.modal_overflow {
    min-height: 50vh;
    overflow-y: auto;
    max-height: 50vh;
    height: 100%;
    padding-bottom: 30px
}#neworder div.instagramTip div.modalImgWrapper {
    padding-bottom: 0;
    overflow-y: auto
}#neworder div.modalImgWrapper p {
    color: #3b3b3b;
    text-align: left;
    width: 100%;
    font-weight: 700;
    max-width: 90%;
    margin: auto;
    font-size: 20px;
    padding: 18px 0
}#neworder div.instagramTip div.modalBox_instagramTip strong,#neworder div.optimization div.modalBox_optimization strong {
    display: block;
    font-weight: 500;
    color: #3b3b3b;
    text-align: left;
    width: 100%;
    max-width: 90%;
    margin: auto;
    font-size: 15px;
    padding: 0 0 18px
}#neworder div.modalBoxImgDiv {
    max-width: 90%;
    margin: auto;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    max-height: 100%;
    overflow-y: initial;
    height: auto;
    width: 100%;
    min-height: auto;
    max-height: max-content
}#neworder div.instagramTip div.modalBoxImgDiv,#neworder div.optimization div.modalBoxImgDiv {
    min-height: 100%;
    overflow-y: initial;
    max-height: 100%
}#neworder div.instagramTip img.modalBoxImg,#neworder div.optimization img.modalBoxImg {
    overflow: initial
}#neworder div.linkModal div.modalImgWrapper::-webkit-scrollbar {
    width: 4px;
    height: 3px
}#neworder div.linkModal div.modalImgWrapper::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #fff0
}#neworder div.linkModal div.modalImgWrapper::-webkit-scrollbar-thumb {
    background-color: #8a98c0;
    border-radius: 30px
}#neworder div.linkModal div.modalImgWrapper::-webkit-scrollbar-track-piece {
    background: #fff;
    height: 100%
}#neworder img.modalBoxImg {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    background: #ddd;
    border: 1px solid #ddd
}#neworder figure {
    cursor: pointer;
    padding: 17px 32px;
    background-color: #fafafa;
    margin-bottom: 12px;
    border-radius: 10px;
    transition: .4s linear
}#neworder .active strong {
    font-size: 20px;
    color: #fff
}#neworder strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #9f9f9f;
    width: auto
}#neworder figure.active {
    background-color: #008bff;
    transition: .4s ease-in-out
}#neworder figure.active div {
    display: block;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    cursor: auto;
    transition: .4s ease-in-out
}#neworder div.figureDiv {
    display: none;
    position: absolute;
    flex-direction: column
}#neworder div.figureDiv.flex {
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #0000007d
}#neworder div.figureDiv.flex div.figureDivInnerWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 9px #00000029;
    padding: 50px 30px;
    max-width: 730px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}#neworder span.figureDivImgWrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 50px;
    max-height: 50vh
}#neworder div.fields {
    font-size: 13px;
    width: 100%
}#neworder #fields div.autoFieldsWrapper {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 20px
}#neworder div#order_old_posts div.serviceWrapper {
    padding-left: 0;
    display: flex;
    margin-bottom: 11px;
    align-items: center;
    gap: 6px
}#neworder #fields div#order_delay .col-md-6:nth-child(2) {
    background-color: #f4f5f7;
    height: 116px;
    max-height: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #dbdbdb;
    margin-bottom: 4px;
    width: 50%;
    padding-top: 16px;
    padding-right: 0
}#neworder #fields div#order_delay .input-group {
    padding-top: 0;
    margin: auto;
    max-width: 96%;
    width: 100%
}#neworder .itemDescriptionWrapper {
    margin: 0;
    background: #f4f5f7;
    border-radius: 8px;
    min-height: 60px;
    max-height: 60px
}#neworder div.itemDescriptionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer
}#neworder div.itemDescriptionTitle i {
    font-size: 16px;
    color: #1a1a1a;
    transition: .1s linear
}#neworder .itemDescriptionWrapper.active {
    min-height: 100%;
    max-height: 100%
}#neworder .itemDescriptionWrapper.active i {
    transform: rotate(-180deg)
}#neworder .itemDescriptionWrapper div.itemDescriptionFlexBox {
    opacity: 0;
    height: 0;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0
}#neworder .itemDescriptionWrapper.active div.itemDescriptionFlexBox {
    display: block;
    height: auto;
    min-height: 100px;
    max-height: 100%;
    opacity: 1;
    border-radius: 8px;
    transition: .4s
}#neworder .sectionTitle {
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0
}#neworder .itemDescriptionFlexBox {
    border: 1px solid #f4f5f7;
    padding: 16px;
    background: #fff;
    border-radius: 8px
}#neworder div.itemCounterDescriptionWrapper {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 0
}#neworder #service_description span>img {
    margin-right: 3px
}#neworder div.itemCounterDescriptionWrapper span {
    display: flex;
    border-radius: 5px;
    height: 28px;
    max-height: 100%;
    justify-content: center;
    padding: 0 10px;
    align-items: center;
    line-height: 1.5
}#neworder span.start {
    background: #fee8e2;
    width: auto;
    max-width: 100%;
    padding: 7px 10px
}#neworder div.itemCounterDescriptionWrapper strong {
    font-size: 13px;
    font-weight: 600;
    width: auto
}#neworder #service_description span.work {
    width: auto;
    max-width: 100%;
    background: #e9e6fd;
    padding: 7px 10px
}#neworder #service_description span.work strong {
    color: #382c89
}#neworder div.itemCounterDescriptionWrapper span.maximum,#neworder div.itemCounterDescriptionWrapper span.minimum {
    background: #46526c
}#neworder .noticeWrapper {
    padding-bottom: 11px;
    align-items: center
}#neworder .input-group {
    max-width: 92%;
    display: flex
}@media (max-width: 1730px) {
#neworder #fields div.autoFieldsWrapper {
        display:flex;
        flex-direction: column
    }#neworder #field-orderform-fields-delay,#neworder div.formWrapper div.inputWrapper input {
        max-width: 100%
    }#neworder #fields div#order_min {
        height: auto
    }#neworder #order_min input#order_count {
        max-width: 100%!important;
        width: 100%!important;
        margin-left: 0!important
    }#neworder #fields #order_min div.row {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: auto
    }#neworder #fields div#order_min .col-md-6 {
        margin-left: 0;
        margin-right: 10px
    }#neworder #fields div#order_min .col-md-6+.col-md-6 {
        margin-left: 0;
        margin-right: 0
    }
}@media (max-width: 1530px) {
#neworder .autoDescriptionWrapper {
        position: relative;
        margin-bottom: 0;
        margin-top: 16px;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}@media (max-width: 1400px) {
#neworder div.wrapper {
        padding:10px 16px 50px;
        display: block
    }#neworder div.formWrapper>label {
        margin-bottom: 20px
    }#neworder div.formWrapper {
        margin-bottom: 20px;
        padding: 20px 16px
    }#neworder section.noticeWrapper.mobile {
        display: block;
        margin: 0;
        background-color: #fff
    }#neworder div.tabWrapper {
        flex-direction: row;
        padding-bottom: 12px;
        flex-wrap: wrap
    }#neworder div.inputWrapper div#services {
        padding-left: 0
    }#neworder section {
        padding: 2px 29px 24px 32px
    }#neworder section.orderWrapper {
        height: 100%;
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 0
    }#neworder #fields div#order_min .col-md-6 {
        margin-left: 0;
        margin-right: 10px;
        width: 100%
    }#neworder #fields div#order_min .col-md-6+.col-md-6 {
        margin-right: 0
    }#neworder div.rightWrapper {
        max-width: 100%;
        margin-right: 29px;
        min-width: 100%;
        width: 100%;
        padding: 0
    }#neworder div.rightWrapper section.counterWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 32px 0
    }#neworder div.rightWrapper section.counterWrapper div.counterBox {
        width: auto
    }#neworder .help-block {
        padding-left: 3px
    }#neworder select#field-orderform-fields-delay {
        max-width: 100%
    }
}@media (max-width: 1000px) {
#neworder #fields div.autoFieldsWrapper {
        display:flex;
        flex-direction: column
    }
}@media (max-width: 360px) {
#neworder .itemDescriptionFlexBox {
        padding: 9px 6px
    }#neworder div.itemCounterDescriptionWrapper {
        gap: 5px
    }#neworder div.itemCounterDescriptionWrapper span,#neworder div.itemCounterDescriptionWrapper strong {
        font-size: 12px
    }#neworder div.itemCounterDescriptionWrapper span.work {
        height: auto
    }
}@media (max-width: 768px) {
#neworder div.inputWrapper div#services {
        grid-template-columns: 1fr 1fr
    }#neworder div.wrapper {
        display: block;
        margin: 0
    }#neworder section.orderWrapper .sectionTabWrapper .sectionTab {
        font-size: 16px;
        margin-right: 13px
    }#neworder figure strong::after,#neworder section.orderWrapper .sectionTabWrapper .sectionTab.active {
        font-size: 16px
    }#neworder section.orderWrapper {
        margin-right: 0;
        padding: 0;
        margin-bottom: 0
    }#neworder div.rightWrapper {
        margin-right: 0;
        padding-left: 0;
        margin-top: 0
    }#neworder div.rightWrapper section.counterWrapper {
        margin: 0 0 28px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }#neworder div.rightWrapper section.confirmTimeWrapper {
        margin: 0 0 28px;
        font-size: 12px
    }#neworder .itemDescriptionWrapper {
        font-size: 12px
    }#neworder .noticeContentsWrapper p {
        font-size: 10px
    }#neworder div.tabWrapper {
        padding-bottom: 18px;
        margin-left: 0
    }#neworder div.tabWrapper div.tab .tabIcon {
        display: block;
        padding-right: 0
    }#neworder figure {
        padding: 12px
    }#neworder strong {
        font-size: 15px
    }#neworder .active strong {
        font-size: 17px
    }#neworder figure div {
        width: auto;
        padding: 12px
    }#neworder .autoDescriptionWrapper {
        padding: 18px 10px;
        margin-bottom: 0
    }#neworder .autoDescriptionWrapper strong {
        font-size: 11px
    }#neworder .autoDescriptionWrapper i {
        padding-top: 4px;
        padding-right: 6px
    }#neworder figure.active div {
        font-size: 10px!important;
        padding: 12px
    }#neworder div.tabWrapper div.tab .tabIcon img {
        width: 22px;
        height: 25px;
        padding-bottom: 3px
    }#neworder div.tabWrapper div.tab {
        margin-right: 0
    }#neworder div.formWrapper div.inputWrapper+div.inputWrapper {
        padding-bottom: 0
    }#neworder div.rightWrapper section.counterWrapper div.counterBox p.numberText {
        font-size: 20px
    }#neworder div.rightWrapper section.counterWrapper div.counterBox {
        height: 136px;
        width: auto
    }#neworder .noticeTab {
        font-size: 14px
    }#neworder .linkGuideWrapper {
        padding-top: 16px
    }#neworder #fields div.order-wrapper {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap
    }#neworder #fields #dripfeed div.depend-fields#dripfeed-options div.dripfeed-wrapper {
        flex-direction: column
    }#neworder #fields div.form-group#order_link input.form-control,#neworder #fields div.form-group#order_quantity input.form-control,#neworder div.formWrapper div.inputWrapper input {
        max-width: 100%
    }#neworder #fields #dripfeed div.depend-fields#dripfeed-options div.form-group:first-of-type input.form-control,#neworder #fields #dripfeed div.depend-fields#dripfeed-options div.form-group:nth-of-type(2) input.form-control {
        max-width: 100%!important
    }#neworder .toastWrapper.error {
        margin: 32px auto 0
    }#neworder section.orderWrapper div.chargeWrapper {
        display: flex;
        flex-direction: column;
        gap: 20px
    }#neworder div.formWrapper section.counterWrapper div.counterBox {
        padding: 12px 0
    }#neworder #fields div.autoFieldsWrapper {
        display: flex;
        flex-direction: column
    }#neworder #fields div#order_min {
        height: auto!important;
        padding-bottom: 0
    }#neworder #order_min .col-md-6:first-child input {
        max-width: 96.7%!important;
        margin-left: auto!important
    }#neworder #order_min .col-md-6:nth-child(2) input {
        max-width: 96.7%!important;
        margin-right: auto!important
    }#neworder select#field-orderform-fields-delay {
        max-width: 100%;
        background: url(https://cdn4.mypanel.link/gz2yx6/zpju4jm5eb616qa6.png) 98% no-repeat #fff
    }#neworder div.orderExit .input-group {
        max-width: 100%;
        display: flex
    }#neworder div.orderExit input#field-orderform-fields-expiry {
        max-width: 100%;
        background-position: 98%
    }#neworder span.input-group-btn img {
        position: absolute;
        right: 8px;
        top: 4px
    }
}@media (max-width: 500px) {
#neworder div.formWrapper.facebook div.inputServicesWrapper,#neworder div.formWrapper.instaEdit div.inputServicesWrapper,#neworder div.formWrapper.instagram div.inputServicesWrapper,#neworder div.formWrapper.tiktok div.inputServicesWrapper,#neworder div.formWrapper.youtube div.inputServicesWrapper {
        height: auto
    }#neworder div.modalImgWrapper {
        max-height: 530px;
        height: 100%;
        min-height: 530px
    }#neworder div.modalImgWrapper p {
        font-size: 14px
    }#neworder div.tabWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
        align-items: center;
        justify-content: center
    }#neworder div.tabWrapper.auto {
        display: flex;
        justify-content: flex-start;
        gap: 20px
    }#neworder.packageOrder div.tabWrapper {
        display: flex;
        justify-content: flex-start
    }#neworder div.linkModal div.modalBox {
        width: 90%!important;
        height: 600px
    }#neworder div.modalBox_instagramTip,#neworder div.modalBox_optimization {
        width: 90%!important
    }#neworder div.modalBox_instagramTip br,#neworder div.modalBox_optimization br {
        display: none
    }#neworder div.modalContents p {
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center
    }#neworder div.modalContents {
        gap: 8px;
        justify-content: flex-start;
        align-items: center
    }#neworder div.modalContents i {
        font-size: 37px;
        right: 3px;
        top: 16px
    }
}@media (max-width: 330px) {
#neworder div.tabWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }#neworder div.formWrapper div.inputServicesWrapper {
        height: auto!important
    }
}#neworder .alert-danger {
    position: relative;
    background-color: #ff6200;
    border-radius: 40px;
    font-size: 16px;
    padding: 10px 21px
}#neworder .menu-1 ul>li.active>div {
    display: block;
    padding: 24px 16px
}@media (max-width: 1700px) {
#neworder div.rightWrapper section.confirmTimeWrapper {
        display: inherit
    }#neworder .confirmTop {
        text-align: center
    }#neworder .confirmBottom {
        display: block;
        text-align: center
    }#neworder img.figureImg {
        margin-left: 0;
        border-radius: 0
    }#neworder .confirmBottomDiv {
        margin-bottom: 10px
    }
}@media (max-width: 1800px) {
#neworder .confirmBottomDiv {
        font-size:12px
    }
}@media (max-width: 1500px) {
#neworder div.rightWrapper section.counterWrapper {
        flex-wrap:wrap
    }#neworder div.rightWrapper section.counterWrapper div.counterBox {
        flex: auto;
        flex-wrap: wrap
    }#neworder .confirmTop {
        text-align: center;
        line-height: 2.2
    }#neworder figure.figure {
        display: inline-block;
        width: 30px!important;
        height: 30px!important;
        margin-right: 5px;
        font-size: 11px
    }#neworder .confirmBottom {
        font-size: 12px;
        text-align: center;
        display: block;
        padding: 0;
        margin-top: 10px
    }#neworder img.figureImg {
        position: relative;
        background-color: #fff;
        width: 15px;
        margin-top: 0;
        margin-left: 0;
        font-size: 11px
    }
}@media (max-width: 992px) {
#neworder .col-md-6 {
        padding-right:0
    }
}@media (max-width: 600px) {
#neworder div.linkGuideWrapper ul.linkGuideContents {
        flex-direction:column
    }#neworder div.linkGuideWrapper ul.linkGuideContents div.linkTitle {
        justify-content: flex-start;
        text-align: left
    }#neworder div.linkGuideWrapper ul.linkGuideContents div.linkTitle strong {
        margin-top: 0
    }#neworder .linkInsta strong {
        margin-top: 24px
    }
}@media (max-width: 500px) {
#neworder .confirmBottomDiv,#neworder .confirmTop {
        display:flex;
        box-shadow: 0 0 20px #00000029;
        background-color: #000;
        color: #fff;
        letter-spacing: 1.2px;
        height: 44px;
        font-size: 10px
    }#neworder .confirmBottomDiv {
        flex: 1;
        justify-content: center;
        align-items: center;
        border-radius: 45px;
        border: none;
        padding: 0;
        margin: 0 0 10px
    }#neworder .confirmTop {
        flex: 1;
        justify-content: center;
        align-items: center;
        margin: 0;
        border-radius: 45px;
        border: none;
        padding: 0
    }
}@media (max-width: 450px) {
#neworder.packageOrder div.tabWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}@media (max-width: 400px) {
#neworder .noticeTab:first-of-type,#neworder .noticeTab:last-of-type {
        width: auto;
        text-align: center
    }
}@media (max-width: 390px) {
#neworder div.tabWrapper div.tab.active::after {
        border:1px solid #fff
    }
}@media (max-width: 280px) {
#neworder figure {
        padding: 12px 7px
    }#neworder figure strong::after {
        font-size: 8px
    }#neworder .itemDescriptionWrapper {
        padding: 24px 18px 24px 14px
    }#neworder div.tabWrapper div.tab {
        margin-right: 0
    }
}#neworder div.favoritesWrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: url(https://storage.hotpartners.co.kr/snsmeme/favorite.png) center/cover no-repeat;
    border-radius: 8px;
    padding: 24px 0;
    margin-bottom: 12px;
    display: none
}#neworder div.favoritesWrapper>* {
    width: 100%;
    max-width: 386px
}#neworder div.favoritesWrapper p {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}#neworder div.favoritesWrapper div.favoritesSettingButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6effc;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    width: 150px
}#neworder #favorites-setting-modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgb(0 0 0 / .6);
    transform: translate(-50%,-50%);
    z-index: 1000
}#neworder #favorites-setting-modal div.favoritesSettingModalContentsWrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 880px;
    height: 784px;
    background: #f4f5f7;
    border: 1px solid #8a98c0;
    border-radius: 10px;
    overflow: hidden
}#neworder #favorites-setting-modal div.favoritesSettingModalHeader {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid #8a98c0;
    padding: 20px 32px;
    gap: 13px
}#neworder #favorites-setting-modal p.favoritesSettingModalHeaderTitle {
    font-size: 20px;
    font-weight: 700;
    color: #3b3b3b;
    margin-right: 24px
}#neworder #favorites-setting-modal div.favoritesSettingModalResetButton {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #5d5d5d;
    padding: 4px 8px;
    cursor: pointer;
    border: 1px solid #8a98c059;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder #favorites-setting-modal div.favoritesSettingModalResetButton img {
    width: 20px;
    height: 20px;
    margin-left: 4px
}#neworder #favorites-setting-modal div.favoritesSettingModalCloseButton {
    width: 32px;
    height: 32px;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}#neworder #favorites-setting-modal div.favoritesSettingModalCloseButton img {
    display: flex;
    align-items: center;
    justify-content: center
}#neworder #favorites-setting-modal div.favoritesSettingModalContents {
    flex: 1;
    padding: 24px 32px
}#neworder #favorites-setting-modal div.favoritesSettingModalCategoryWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    gap: 10px;
    flex-wrap: wrap
}#neworder #favorites-setting-modal div.favoritesSettingModalCategory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer
}#neworder #favorites-setting-modal div.favoritesSettingModalCategory div.tabImg {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dcdcdc
}#neworder #favorites-setting-modal div.favoritesSettingModalCategory.popular img {
    width: auto;
    max-width: 36px;
    height: auto
}#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    height: 100%;
    max-height: 480px;
    background: #fff;
    padding: 24px 16px;
    overflow-y: auto;
    border: 1px solid #dcdcdc;
    border-radius: 8px
}@media (max-width: 684px) {
#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper {
        max-height:380px
    }
}#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper::-webkit-scrollbar {
    width: 4px;
    height: 3px
}#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #fff0
}#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper::-webkit-scrollbar-thumb {
    background-color: #8a98c0;
    border-radius: 30px
}#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper::-webkit-scrollbar-track-piece {
    background: #fff;
    height: 100%
}#neworder #favorites-setting-modal div.favoritesSettingModalCheckBox {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #5d5d5d;
    padding-left: 28px;
    cursor: pointer
}#neworder #favorites-setting-modal div.favoritesSettingModalCheckBox img {
    width: 24px;
    height: 24px;
    margin-right: 4px
}#neworder #favorites-setting-modal div.favoritesSettingModalCheckBox.all {
    font-size: 14px;
    font-weight: 700;
    color: #3b3b3b;
    padding: 4px 0;
    margin-bottom: 4px
}#neworder #favorites-setting-modal div.favoritesSettingModalFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-bottom: 32px
}@media (max-width: 900px) {
#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper {
        display:grid;
        grid-template-columns: 1fr
    }#neworder #favorites-setting-modal div.favoritesSettingModalContentsWrapper {
        overflow: initial
    }#neworder #renewal.linkModal div.modalBox {
        width: 90%!important;
        height: auto
    }#neworder section.link-guideWrapper div.link-guide-wrapper {
        padding: 8px 16px 20px
    }
}#neworder #favorites-setting-modal div.favoritesSettingModalCancelButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 38px;
    background: #9f9f9f;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 12px;
    cursor: pointer
}#neworder #favorites-setting-modal div.favoritesSettingModalActiveButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 38px;
    background: #8a98c0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}#neworder #fields div.orderCommentLabelWrapper img.orderCommentImg {
    width: 20px;
    height: auto
}#neworder #fields div.orderCommentWrapper div.commentEdit,#neworder #fields div.orderCommentWrapper div.differentComment {
    font-size: 14px;
    color: #5d5d5d;
    width: 120px;
    gap: 3px;
    background-color: #fff;
    font-weight: 700;
    display: flex;
    cursor: pointer;
    text-align: center
}#neworder #fields div.orderCommentWrapper div.differentComment {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder div.tabWrapper div.tab div.tabImg {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: #f3f5f7
}#neworder img.postImg {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    width: 18px
}#neworder div.tabWrapper div.tab div.tabImg:hover {
    background-color: #e9ebee
}#neworder div.tabWrapper div.tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}#neworder.packageOrder div.tabWrapper div.tab a {
    display: flex;
    flex-direction: column;
    align-items: center
}#neworder .tabWrapper .tab button.originDomain {
    background: initial;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    box-shadow: none;
    justify-content: center;
    gap: 5px
}#neworder div.tabWrapper div.tab .tabName {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}#neworder.packageOrder div.tabWrapper div.tab .tabName {
    padding-top: 5px
}#neworder div.tabWrapper div.tab.active .postImg,#neworder div.tabWrapper div.tab:hover .postImg {
    top: -3px
}#neworder img.postImg3 {
    top: -8px;
    right: -6px
}#neworder img.posiImg1 {
    top: 0;
    right: 0
}#neworder #fields div.form-group#order_comment div.servicesWrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}#neworder #fields div.orderCommentLabelWrapper {
    display: flex;
    display: flex;
    align-items: center;
    gap: 6px
}#neworder #fields div.orderCommentWrapper div.commentEdit {
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder #fields div.orderCommentWrapper div.differentComment {
    align-items: center;
    justify-content: center;
    height: 33px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 2px #dbdbdb
}#neworder #fields div.form-group#order_comment textarea.form-control.counter {
    border-radius: 3px;
    background-color: #a5a5a540;
    border: 1px solid #d8d8d840;
    color: #555
}#neworder div.comment_modalBox {
    position: relative;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 440px;
    height: 633px;
    text-align: center;
    border: 1px solid #8a98c0;
    border-radius: 10px
}#neworder div.comment_modalBox div.comment_modalTitleContentsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px 32px;
    border-bottom: 1px solid #8a98c0;
    gap: 6px;
    background: #f4f5f7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}#neworder div.comment_modalBox div.comment_modalTitleContentsWrapper h2 {
    margin: 0;
    color: #3b3b3b;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 700
}#neworder div.comment_modalBox div.comment_modalTitleContentsWrapper i {
    color: #8a98c0;
    font-weight: 800;
    font-size: 24px;
    cursor: pointer
}#neworder div.commentWrapper {
    width: 100%;
    background-color: #f4f5f7;
    padding: 20px 18px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder div.commentWrapper div.comment_TitleContentsWrapper {
    display: flex;
    align-items: end;
    gap: 4px;
    margin-bottom: 11px
}#neworder div.commentWrapper div.comment_TitleContentsWrapper strong {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700
}#neworder div.commentWrapper div.commentCategory_Wrapper ul {
    display: flex;
    width: 100%;
    gap: 4px
}#neworder div.commentWrapper div.commentCategory_Wrapper ul li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 36px;
    background-color: #d8d8d8;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px 0 #dbdbdb
}#neworder div.commentWrapper div.commentCategory_Wrapper ul li p {
    font-size: 14px;
    color: #adadad;
    font-weight: 600
}#neworder div.commentWrapper div.commentCategory_Wrapper ul li img.Active_Img {
    height: 20px;
    width: auto;
    display: none
}#neworder div.commentWrapper div.comment_CategoryEdit ul {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    gap: 8px
}#neworder div.commentWrapper div.comment_CategoryEdit ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 34px;
    align-items: center;
    box-shadow: 1px 1px 1px 0 #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer
}#neworder div.commentWrapper div.comment_CategoryEdit ul li.active,#neworder div.commentWrapper div.comment_CategoryEdit ul li.active:hover {
    background-color: #8a98c0;
    color: #fff
}#neworder div.commentWrapper div.comment_CategoryEdit ul li:hover {
    background-color: #e6effc;
    color: #333
}@media (max-width: 570px) {
#neworder div.commentWrapper div.comment_CategoryEdit ul {
        grid-template-columns:1fr 1fr 1fr
    }
}#neworder #fields div.order-wrapper #order_link small.description,#neworder.packageOrder div.order-wrapper #order_link small.description,#neworder.packageOrder div.order-wrapper #order_link small.description b {
    font-weight: 600;
    color: #adadad;
    display: flex;
    justify-content: start;
    margin: 0!important
}#neworder #fields div.form-group#order_comment {
    margin-top: 20px;
    margin-bottom: 20px
}@media (max-width: 1000px) {
#neworder #favorites-setting-modal div.favoritesSettingModalContentsWrapper {
        max-width: 90%
    }
}@media (max-width: 500px) {
#neworder div.favoritesWrapper {
        padding: 83px 10px
    }#neworder div.favoritesWrapper p {
        font-size: 16px
    }#neworder div.favoritesWrapper div.favoritesSettingButton {
        width: 140px
    }#neworder #favorites-setting-modal div.favoritesSettingModalCategoryWrapper {
        flex-wrap: wrap
    }#neworder #fields div.form-group#order_comment div.servicesWrapper {
        margin-bottom: 16px
    }#neworder div.comment_modalBox {
        width: 90%;
        height: auto
    }#neworder div.comment_modalBox div.comment_modalTitleContentsWrapper {
        padding: 27px 16px
    }#neworder div.tabWrapper div.tab.active:hover img.posiImg1 {
        top: -3px!important
    }
}@media (max-width: 300px) {
#neworder #fields div.orderCommentWrapper div.commentBox {
        width:auto
    }#neworder #fields div.orderCommentWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }
}@media (max-width: 450px) {
#neworder #favorites-setting-modal div.favoritesSettingModalContents {
        padding: 15px 12px
    }#neworder #favorites-setting-modal div.favoritesSettingModalCheckBox {
        padding-left: 10px;
        font-size: 11px
    }#neworder #favorites-setting-modal div.favoritesSettingModalCheckBox.all {
        font-size: 13px
    }#neworder #favorites-setting-modal div.favoritesSettingModalServiceWrapper {
        padding: 12px 5px
    }#neworder #favorites-setting-modal {
        height: 100%;
        overflow: hidden
    }#neworder #favorites-setting-modal div.favoritesSettingModalContentsWrapper {
        overflow: auto;
        margin-top: 0;
        height: 600px
    }#neworder #favorites-setting-modal div.favoritesSettingModalHeader {
        padding: 13px 12px
    }#neworder #favorites-setting-modal p.favoritesSettingModalHeaderTitle {
        font-size: 15px;
        margin-right: 12px
    }#neworder #favorites-setting-modal div.favoritesSettingModalCloseButton {
        width: 14px;
        height: 14px;
        margin-left: auto;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }#neworder #favorites-setting-modal div.favoritesSettingModalContents {
        height: auto;
        overflow: auto;
        max-height: 514px
    }#neworder #favorites-setting-modal div.favoritesSettingModalFooter {
        margin: 10px 10px 20px
    }#neworder div.commentWrapper div.commentCategory_Wrapper ul li {
        flex-direction: column;
        height: auto;
        padding: 4px 0;
        gap: 0
    }#neworder div.commentWrapper div.commentCategory_Wrapper ul li p {
        font-size: 12px;
        text-align: center
    }#neworder div.commentWrapper div.comment_CategoryEdit ul li {
        flex-direction: column;
        font-size: 12px
    }
}@media (max-width: 360px) {
#neworder #favorites-setting-modal div.favoritesSettingModalCategory::after {
        border:3px solid #fff;
        border-radius: 24px
    }
}#neworder div.slider-container div.slider-content.rolling {
    background-color: #fff;
    padding-top: 0!important;
    border-radius: 8px
}@media (max-width: 400px) {
#neworder #fields div.orderCommentWrapper div.differentComment {
        width: 100%
    }#neworder #fields div.orderCommentWrapper {
        width: 100%;
        grid-template-columns: 1fr
    }#neworder #fields div.form-group#order_comment textarea.form-control.counter {
        font-size: 13px
    }
}#neworder div.form-response button.close {
    position: initial!important;
    top: initial!important;
    right: initial!important;
    background-color: #fff!important;
    color: #979797!important;
    opacity: 1!important
}@media (max-width: 350px) {
#neworder div.tabWrapper div.tab.active::after {
        border-radius:21px
    }#neworder div.tabWrapper div.tab::after {
        border-radius: 0
    }#neworder div.tabWrapper div.tab.active {
        border-radius: 23px
    }#neworder div.formWrapper div.inputServicesWrapper span.select2-selection {
        max-height: 100%;
        height: 100%
    }#neworder .noticeTab {
        font-size: 12px
    }#neworder.packageOrder div.tabWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }#neworder div.instagramTip div.linkGuideBox_instagramTip li,#neworder div.optimization div.linkGuideBox_optimization li {
        font-size: 11px
    }
}#neworder div.modalContents i.fa-regular.fa-fire,#neworder div.modalContents i.fa-solid.fa-user-magnifying-glass {
    position: initial;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000
}#neworder .noticeContentsWrapper {
    position: relative;
    display: block!important;
    height: 59px;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background-color: #f3f5f7;
    overflow-y: hidden;
    border-radius: 8px
}#neworder .noticeContentsWrapper.active,#neworder .noticeContentsWrapper:hover {
    height: 240px;
    transition: .2s;
    z-index: 9;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / .2);
    overflow-y: auto
}@media (max-width: 768px) {
#neworder .noticeContentsWrapper.active,#neworder .noticeContentsWrapper:hover {
        height: 232px
    }#neworder .noticeContentsWrapper:hover::after {
        transform: rotate(-180deg)
    }
}#neworder .noticeContentsWrapper::after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 19px;
    right: 21px;
    font-size: 16px;
    color: #1a1a1a;
    cursor: pointer;
    font-weight: 600
}#neworder .sectionContents {
    margin-top: 0;
    margin-bottom: 12px
}#neworder .serviceDescriptionWrapper {
    width: 100%;
    margin-top: -16px;
    margin-bottom: -16px
}#neworder .serviceDescriptionWrapper img {
    bottom: 0;
    width: auto;
    height: 100%;
    position: absolute
},#neworder .noticeContentsWrapper.rolling {
    display: block!important
}#neworder .noticeContentsWrapper.not_rolling.active,#neworder section.noticeWrapper:hover .not_rolling {
    display: block!important
}@media (max-width: 1400px) {
#neworder section.noticeWrapper {
        height: 58px
    }#neworder .noticeContentsWrapper div.noticeContents b {
        font-size: 12px;
        padding-right: 3px;
        letter-spacing: -.7px;
        height: 14px;
        max-height: 14px
    }#neworder .noticeContentsWrapper div.noticeContents {
        height: 58px;
        max-height: 58px;
        min-height: 58px;
        padding-left: 10px;
        gap: 0
    }#neworder .noticeContentsWrapper div.noticeContents b:nth-child(2) {
        font-size: 12px;
        padding-right: 3px;
        letter-spacing: -.8px;
        display: inline;
        line-height: 1.2
    }#neworder .noticeContentsWrapper {
        height: 57px;
        margin: 0;
        background-color: #fff;
        border-radius: 0
    }#neworder .noticeContentsWrapper::after {
        right: 20px;
        font-size: 21px;
        top: 15px;
        color: #a2a3a6
    }#neworder .noticeContentsWrapper.active {
        height: 232px;
        min-height: 232px
    }#neworder .noticeContentsWrapper.active::after {
        transform: rotate(180deg)
    }
}#neworder .noticeContentsWrapper:hover::after {
    transform: rotate(180deg)
}#neworder div.orderTitleWrapper {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    gap: 12px
}#neworder div.orderTitleWrapper .orderTitle,#neworder div.orderTitleWrapper strong.orderTitle {
    margin: 0;
    display: flex;
    width: auto;
    padding-bottom: 0;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700
}#neworder div.orderTitleWrapper strong.orderTitle {
    flex-direction: column;
    align-items: baseline;
    gap: 2px
}#neworder .product_modal .productItemTitle strong {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600
}#neworder div.popularServiceWrapper {
    margin-top: 20px;
    background-color: #f4f5f7;
    padding: 20px;
    border-radius: 8px
}#neworder div.popularServiceBox {
    border-radius: 8px;
    background: #f4f5f7;
    padding: 0
}#neworder div.popularServiceWrapper>h2,#neworder div.popularServiceWrapper>h3,#neworder div.popularServiceWrapper>label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}#neworder div.popularServiceWrapper div.rankBox {
    overflow: hidden;
    position: relative;
    height: 54px;
    display: flex;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e4e5e9;
    background: #fff;
    margin-bottom: 8px
}#neworder div.popularServiceBox svg:not(:root) {
    position: absolute;
    top: 0
}#neworder div.rankServiceBox {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 4px 16px 4px 24px;
    cursor: pointer
}#neworder div.popularServiceWrapper div.rankBox p.rankNumbering {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    transform: rotate(-45deg);
    letter-spacing: -.2px;
    line-height: 1.5
}#neworder div.popularServiceWrapper div.rankBox div.rankService h3,#neworder div.popularServiceWrapper div.rankBox div.rankService label {
    color: #aaa;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1px
}#neworder div.popularServiceWrapper div.rankBox div.rankService h3.description,#neworder div.popularServiceWrapper div.rankBox div.rankService strong {
    font-size: 13px;
    font-weight: 600;
    color: #5d5d5d
}#neworder div.popularServiceWrapper i.fa-chevron-right {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: 12px;
    color: #1a1a1a;
    font-size: 16px
}@media (max-width: 420px) {
#neworder div.popularServiceWrapper i.fa-chevron-right {
        font-size:12px;
        right: 10px
    }#neworder div.rankServiceBox {
        padding-right: 30px
    }#neworder div.popularServiceWrapper div.rankBox {
        height: auto;
        min-height: 56px
    }
}#neworder div.popularServiceWrapper div.rankBox:first-of-type path {
    fill: #dca947
}#neworder div.popularServiceWrapper div.rankBox:nth-of-type(2) path {
    fill: #a7a7a7
}#neworder div.popularServiceWrapper div.rankBox:nth-of-type(3) path {
    fill: #89715f
}#neworder .auto_username {
    color: #909090;
    font-size: 12px;
    font-weight: 500;
    padding-top: 2px
}#neworder button.orderButton.Check {
    width: 80%;
    flex: 1;
    height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}#neworder .chargeWrapper_checkWrapper {
    display: none;
    z-index: -1
}#neworder .chargeWrapper_checkWrapper.active {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .6);
    z-index: 999
}#neworder .chargeWrapper_checkWrapper.active .chargeWrapper_check {
    display: flex;
    border-radius: 12px 12px 0 0;
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: 999;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 -10px 20px 0 rgb(0 0 0 / .2)
}#neworder .select2-hidden-accessible.active_select {
    opacity: 1!important;
    border: 1px solid #d8d8d8!important;
    height: 100%!important;
    margin: initial!important;
    overflow: initial!important;
    padding: 0!important;
    position: relative!important;
    width: 100%!important
}#neworder section.orderButtonBottomContainer {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0
}#neworder .mobile_orders_wrapper.fixed {
    position: fixed;
    top: calc(30% + 35px);
    left: 0;
    margin: 0 16px;
    width: calc(100% - 32px);
    max-height: 57%;
    overflow-y: auto;
    padding-bottom: 30px;
    z-index: 99999
}@media (max-height: 1000px) {
#neworder .chargeWrapper_checkWrapper.active .chargeWrapper_check {
        height:70%
    }#neworder .mobile_orders_wrapper.fixed {
        max-height: calc(70% - 46px - 38px);
        min-height: calc(70% - 46px - 68px);
        top: calc(32% + 20px);
        padding-bottom: 20px
    }
}#neworder .mobile_orders_wrapper.fixed .inputWrapper.services select#orderform-category,#neworder .mobile_orders_wrapper.fixed select#orderform-service {
    display: block!important;
    width: 100%!important;
    overflow: initial!important;
    clip: initial!important;
    border: 1px solid #d9d9d9!important;
    margin: initial!important;
    border-radius: 8px!important;
    height: 40px!important;
    position: relative!important;
    padding: 0 12px!important;
}#neworder button.orderButton.OrderMobile {
    position: fixed;
    bottom: 0;
    border-radius: 0
}#neworder .chargeWrapper_checkWrapper.active .chargeWrapper_check::after {
    border-radius: 10px;
    display: block;
    content: "";
    width: 52px;
    height: 5px;
    background-color: #e3e4e7;
    transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
    top: 13px
}div#main.not_auth #neworder div.inputWrapper div#services div.serviceTab a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center
}#neworder.packageOrder div.orderTitleWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 20px
}#neworder.packageOrder div.orderDescription {
    display: flex;
    background-color: #5d5d5d;
    padding: 5px 17px;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    width: 100%
}#neworder.packageOrder div.orderFlexWrapper {
    display: flex;
    width: auto
}#neworder.packageOrder div.fieldsWrapper {
    width: 100%;
    margin-top: 49px
}#neworder.packageOrder form#order-form {
    width: 100%;
    gap: 20px
}#neworder.packageOrder div.link-quantity-wrapper {
    display: flex;
    gap: 10px;
    align-items: center
}#neworder.packageOrder div.form-group#order_link input.form-control {
    height: 40px
}#neworder.packageOrder div.form-group#order_link input#field-orderform-fields-quantity,#neworder.packageOrder input#field-orderform-fields-quantity {
    flex: .5
}#neworder.packageOrder .servicesWrapper div.servicesBox {
    padding-bottom: 24px;
    justify-content: space-between
}#neworder.packageOrder div.link-quantity-container {
    width: 100%;
    max-height: 471px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 10px
}#neworder.packageOrder div.link-quantity-container::-webkit-scrollbar-thumb {
    background: #5d5d5d;
    border-radius: 10px
}#neworder.packageOrder div.link-quantity-container::-webkit-scrollbar {
    width: 6px
}#neworder.packageOrder div.addQuantityWrapper {
    display: flex;
    margin: 24px 0;
    gap: 12px
}#neworder.packageOrder button.addQuantityButton {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: none;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    padding: 0
}#neworder.packageOrder div.order-service-label-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center
}#neworder.packageOrder div.order-service-label-wrapper.charge {
    margin-bottom: 0;
    position: relative
}#neworder.packageOrder div.order-service-label-wrapper.charge::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #c5c5c8
}#neworder.packageOrder div.order-service-label-wrapper label {
    color: #5d5d5d;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}#neworder.packageOrder div.order-service-label-wrapper label[for=remember-service] {
    color: #5d5d5d;
    margin: 0
}#neworder.packageOrder div.order-service-label-wrapper label[for=remember-service].disabled {
    color: #909090
}#neworder.packageOrder div.order-service-label-wrapper strong {
    width: auto;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600
}#neworder.packageOrder div.order-service-label-wrapper strong.order-service-label.charge {
    font-size: 20px;
    font-weight: 800
}#neworder.packageOrder div.order-wrapper {
    gap: 0!important
}#neworder.packageOrder div.input-remove {
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer
}#neworder.packageOrder div.input-remove i {
    font-size: 20px;
    color: #535355
}#neworder.packageOrder div.packageOrderWrapper {
    width: auto;
    display: flex;
    flex-direction: column
}#neworder.packageOrder .alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    font-size: 14px;
    border-radius: 4px;
    display: block
}@media (max-width: 1920px) {
#neworder.packageOrder div.rightWrapper {
        width:646px;
        max-width: 646px;
        min-width: 646px;
        flex: 1
    }
}#neworder.packageOrder div.faqWrapper {
    margin-top: 18px;
    background-color: #e0e9ff;
    border: 1px solid #b5bfdb;
    border-radius: 5px;
    padding: 12px 16px 8px 12px
}#neworder.packageOrder div.faq-title-contents {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 100%
}#neworder.packageOrder div.faqWrapper div.faq-title strong {
    font-size: 18px;
    color: #608aff;
    font-weight: 700;
    width: auto
}#neworder.packageOrder div.faqWrapper div.faq-title p {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 600;
    letter-spacing: -.8px;
    width: auto
}#neworder.packageOrder div.faqWrapper div.faq-contents {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: .2s linear
}#neworder.packageOrder div.faqWrapper div.faq-contents.active {
    overflow: visible;
    height: 100%;
    margin-top: 13px;
    transition: .2s linear
}#neworder.packageOrder div.faqWrapper div.faq-contents div.faq-con.faq-four {
    padding-bottom: 16px
}#neworder.packageOrder div.faqWrapper div.faq-contents .faq-four img {
    width: 194px;
    max-width: 194px
}#neworder.packageOrder div.chargeWrapper div.inputWrapper {
    padding-top: 0
}#neworder.packageOrder div.order-service-label-wrapper.remeber {
    justify-content: flex-start;
    gap: 7px;
    margin: 12px 0 10px;
    line-height: 1.4
}div#main.not_auth #neworder.packageOrder div.inputWrapper div#services div.serviceTab {
    gap: 3px
}#neworder.packageOrder button.orderButton.package.disabled {
    background-color: #a1a9b7;
    color: #ffffff7a;
    pointer-events: none
}#neworder.packageOrder button.input-all-remove {
    height: auto;
    width: auto;
    padding: 2px 5px;
    margin-left: 8px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    box-shadow: none
}#neworder.packageOrder div.packagePointModalWrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / .6)
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 328px;
    height: auto;
    padding: 16px;
    border-radius: 10px
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointContents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointText strong {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointButtonWrapper {
    display: flex;
    width: 100%;
    gap: 13px
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointButtonWrapper button {
    padding: 0;
    box-shadow: none
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointButtonWrapper button#pointCancel {
    background: #dcdcdc;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 500
}#neworder.packageOrder div.packagePointModalWrapper div.packagePointButtonWrapper button#pointGo {
    background: #253858;
    color: #fff;
    font-weight: 600;
    font-size: 14px
}#neworder.packageOrder button.addQuantityButton.pressed {
    background: #e5e5e5
}#neworder.packageOrder div.snsPopupModal_contents div.snsPopup_imageWrapper img {
    height: 370px;
    border-radius: 0
}#neworder.packageOrder figure {
    padding: 0;
    margin: 30px 20px
}#neworder.packageOrder .snsPopupModal_contents {
    max-width: 820px;
    height: 544px
}#neworder.packageOrder div.snsPopupModal_contents div.snsPopup_imageWrapper .snsPopup_TitleWrapper {
    width: 100%;
    padding: 27px 0 16px
}#neworder.packageOrder .snsPopupModal_TitleWrapper {
    padding: 21px 20px;
    justify-content: space-between
}#neworder.packageOrder .snsPopup_description {
    width: 100%;
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 20px
}#neworder.packageOrder div.snsPopupModal_TitleWrapper i.xi-close-thin {
    color: #c5c5c8
}#neworder.packageOrder div.snsPopup_description strong {
    display: inline;
    font-size: 16px;
    color: #353535;
    font-weight: 800
}#neworder.packageOrder strong.orderTitle img {
    width: 16px;
    height: 16px;
    cursor: pointer
}#neworder.packageOrder #sns-popup-modal div.swiper-button-next,#neworder.packageOrder #sns-popup-modal div.swiper-button-prev {
    border-radius: 4px;
    background: #d2e5ff;
    color: #253858;
    box-shadow: none;
    border: none;
    width: 80px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    z-index: 999
}#neworder.packageOrder #sns-popup-modal div.snsPopupModal_buttonWrapper {
    gap: 99px;
    bottom: 25px
}#neworder.packageOrder #sns-popup-modal span.swiper-pagination-bullet {
    background: #5c6a82
}#neworder.packageOrder #sns-popup-modal div.swiper-pagination {
    bottom: 30px
}@media (max-width: 500px) {
#neworder.packageOrder div.order-service-label-wrapper.charge label {
        font-size: 14px
    }#neworder.packageOrder div.order-service-label-wrapper label,#neworder.packageOrder div.order-service-label-wrapper strong {
        font-size: 12px
    }#neworder.packageOrder .snsPopupModal_contents {
        height: auto;
        width: 100%;
        max-width: 326px
    }
}@media (max-width: 335px) {
#neworder.packageOrder .snsPopupModal_contents {
        max-width:90%
    }#neworder.packageOrder div.packagePointModalWrapper div.packagePointModal {
        width: 90%
    }
}@media (min-width: 2000px) {
#neworder.packageOrder div.faqWrapper div.faq-contents img,#neworder.packageOrder div.faqWrapper div.faq-contents p,#neworder.packageOrder div.orderFlexWrapper,#neworder.packageOrder div.packageOrderWrapper {
        width:100%
    }#neworder.packageOrder div.rightWrapper {
        width: 100%;
        max-width: 100%
    }#neworder.packageOrder div.faqWrapper div.faq-contents {
        display: grid;
        grid-template-columns: 2fr 2fr;
        grid-template-areas: "faq-one faq-three" "faq-two faq-four"
    }#neworder.packageOrder .faq-one {
        grid-area: faq-one
    }#neworder.packageOrder .faq-two {
        grid-area: faq-two
    }#neworder.packageOrder .faq-three {
        grid-area: faq-three
    }#neworder.packageOrder .faq-four {
        grid-area: faq-four
    }#neworder.packageOrder div.faqWrapper div.faq-contents div.faq-con {
        display: flex;
        flex-direction: column
    }
}@media (min-width: 1100px) and (max-width:1400px) {
#neworder.packageOrder div.faqWrapper div.faq-contents {
        display:grid;
        grid-template-columns: 2fr 2fr;
        grid-template-areas: "faq-one faq-three" "faq-two faq-four"
    }#neworder.packageOrder .faq-one {
        grid-area: faq-one
    }#neworder.packageOrder .faq-two {
        grid-area: faq-two
    }#neworder.packageOrder .faq-three {
        grid-area: faq-three
    }#neworder.packageOrder .faq-four {
        grid-area: faq-four
    }#neworder.packageOrder div.faqWrapper div.faq-contents img,#neworder.packageOrder div.faqWrapper div.faq-contents p {
        width: 100%
    }#neworder.packageOrder div.faqWrapper div.faq-contents div.faq-con {
        display: flex;
        flex-direction: column
    }
}#neworder.packageOrder .control-label {
    margin-right: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #3b3b3b
}@media (max-width: 768px) {
#neworder div.wrapper {
        overflow-x: hidden
    }
}@media (max-width: 1600px) {
#neworder.packageOrder p.illegal_description {
        display: block
    }
}div#main.not_auth #neworder div.inputWrapper div#services div.serviceTab button.serviceTabLink {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: initial;
    color: initial;
    justify-content: center;
    font-weight: 400;
    gap: 5px
}#neworder section.link-guideWrapper {
    padding: 0;
    margin: 20px 0
}#neworder section.link-guideWrapper h2 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px
}#neworder section.link-guideWrapper div.link-guide-wrapper {
    background-color: #f4f5f7;
    border-radius: 8px;
    height: 354px;
    max-height: 354px;
    min-height: 354px;
    overflow: hidden;
    position: relative
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-toggle-menu {
    position: relative;
    display: flex;
    border-bottom: 1px solid #a2a3a6;
    margin-bottom: 8px
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-toggle-menu button.toggle-btn {
    padding: 0;
    box-shadow: none;
    color: #a2a3a6;
    font-weight: 700;
    background: initial;
    font-size: 14px
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-toggle-menu button.toggle-btn h2 {
    color: #a2a3a6;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: left
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item.active {
    display: block;
    width: 100%;
    height: 100%;
    max-height: max-content;
    min-height: max-content
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-container {
    height: 240px
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li {
    display: flex;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 4px 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e4e5e9;
    justify-content: space-between;
    cursor: pointer
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li:hover {
    background-color: #e3e4e7
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li.service-description-strong:hover {
    background-color: #cce1ff
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li .order-progress-text,#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li i {
    color: #A2A3A6;
    font-size: 16px;
    font-weight: 900
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-wrapper {
    width: 100%;
    display: flex
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide {
    width: 100%!important;
    margin-right: 0
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.swiper-slide-prev {
    clip-path: inset(0 0 0 0);
    padding-right: 8px;
    opacity: .5;
    gap: 0;
    margin-right: 0
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-swiper {
    display: flex;
    width: 100%;
    gap: 8px
}#neworder section.link-guideWrapper #instagram-tip div.open-ready {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    height: 270px;
    width: 100%;
    max-height: 100%;
    min-height: max-content
}#main #neworder div.noticeContents>b:first-child,#main #neworder div.noticeContentsBox>b:first-child {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    font-weight: 500
}#neworder section.link-guideWrapper #instagram-tip div.open-ready strong {
    text-align: center;
    color: #a2a3a6;
    font-size: 16px;
    font-weight: 600
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 240px;
    opacity: .7
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid ul {
    display: flex;
    flex-direction: row
}#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid div.link-pc-grid-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}#neworder div.link-guide-wrapper div.swiper-pagination {
    bottom: 15px
}#main #neworder .noticeContentsWrapper div.noticeContents {
    width: 100%;
    padding-right: 56px;
    position: relative
}#main #neworder .noticeContentsWrapper div.noticeContents b.button {
    font-size: 12px;
    color: #a2a3a6;
    font-weight: 400
}#main #neworder div.noticeContentsBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}#main #neworder div.noticeContentsBox>b:first-child {
    flex: 1;
    width: 100%;
    color: #1a1a1a;
    font-size: 14px
}#neworder div.formWrapper div.inputWrapper input {
    box-shadow: none
}#main #neworder div.noticeContents em.notice_rolling_title {
    font-weight: 500;
    font-style: normal
}#main #neworder div.noticeContents em.notice_rolling_title i {
    margin-right: 5px;
    font-size: 14px
}#main #neworder div.noticeContents>b:first-child {
    flex: 1;
    width: 100%;
    font-size: 14px
}#neworder #renewal.linkModal div.modalBox section.service-description-contents {
    background-color: #eaf3ff;
    border: none
}#neworder #renewal.linkModal div.modalBox section.service-description-contents .link-title-box {
    text-align: center;
    display: block;
    line-height: initial;
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}#neworder #renewal.linkModal div.modalBox section.service-description-contents ul {
    margin: 0;
    text-align: left
}#neworder #renewal.linkModal div.modalBox section.service-description-contents ul li {
    line-height: 1.6
}#neworder #renewal.linkModal div.modalBox section.service-description-contents b:nth-child(2) {
    margin-left: 3px
}#neworder #renewal.linkModal div.modalBox section.service-description-contents b>b {
    text-decoration: underline;
    font-weight: 700
}@media (max-width: 600px) {
#neworder div.linkModal .modalImgBox.active {
        gap: 16px
    }#neworder #renewal.linkModal div.modalImgWrapper {
        max-height: 530px;
        height: auto;
        min-height: 100%
    }#neworder #renewal.linkModal div.modalBox section.service-description-contents .link-title-box {
        font-size: 14px
    }#neworder #renewal.linkModal div.modalBox section.service-description-contents b:nth-child(2),#neworder #renewal.linkModal div.modalBox section.service-description-contents b>b {
        font-size: 11px
    }
}@media (max-width: 1400px) {
#neworder div.popularServiceWrapper {
        padding: 20px 16px
    }#neworder.packageOrder div.orderFlexWrapper {
        flex-direction: column;
        width: 100%
    }#neworder.packageOrder div.form-group input {
        border-radius: 8px;
        box-shadow: none
    }#neworder.packageOrder div.addQuantityWrapper {
        gap: 8px
    }#neworder.packageOrder div.order-service-label-wrapper.charge {
        padding: 10px 0 0
    }#neworder.packageOrder div.rightWrapper {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }#neworder.packageOrder div.order-service-label-wrapper.remeber {
        margin: 18px 0 16px
    }#neworder.packageOrder div.formWrapper {
        border-radius: 0;
        background: 0 0;
        margin: 0;
        padding: 0
    }#neworder.packageOrder .mobileAddWrapper {
        margin-bottom: 20px;
        padding: 20px 12px;
        border-radius: 8px;
        background-color: #f3f5f7
    }#neworder.packageOrder div.descriptionGridWrapper {
        flex-direction: column;
        align-items: flex-start
    }#neworder.packageOrder div.wrapper {
        padding: 20px 16px 50px
    }#neworder.packageOrder select#orderform-service {
        border-radius: 8px!important
    }#neworder div.wrapper {
        padding: 28px 16px 50px
    }#main.not_auth #neworder .noticeContentsWrapper div.noticeContents {
        padding: 0 52px 0 20px;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        gap: 8px
    }#neworder .noticeContentsWrapper div.noticeContents b {
        height: 14px;
        max-height: 14px
    }#neworder .noticeContentsWrapper.active,#neworder .noticeContentsWrapper:hover {
        height: 232px
    }
}@media (max-width: 768px) {
#neworder .noticeContentsWrapper div.noticeContents {
        padding: 7px 12px 10px
    }#neworder .noticeContentsWrapper div.noticeContents b:nth-child(2) {
        font-size: 12px;
        padding-right: 3px;
        letter-spacing: -.8px;
        display: inline;
        line-height: 1.2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }#neworder div.wrapper {
        padding-top: 20px
    }#main #neworder div.noticeContentsBox {
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        gap: 8px
    }#main #neworder div.noticeContentsBox>b:first-child {
        height: 14px;
        max-height: 14px
    }#neworder section.orderButtonBottomContainer {
        transition: .5s cubic-bezier(.22,.61,.36,1),transform .2s ease-out;
        opacity: 0;
        width: 100%;
        position: fixed;
        bottom: 72px;
        left: 0;
        padding: 16px 12px;
        height: auto;
        transform: translateY(50px);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .15)
    }#neworder section.orderButtonBottomContainer.fixed {
        opacity: 1;
        transform: translateY(0);
        z-index: 80;
        overflow: visible;
        visibility: visible
    }#neworder section.orderButtonBottomContainer div.orderServiceGrid {
        display: flex
    }#neworder section.orderButtonBottomContainer div.orderServiceBottomBox {
        display: flex;
        flex-direction: column;
        padding-right: 16px;
        justify-content: center;
        gap: 4px
    }#neworder section.orderButtonBottomContainer div.orderServiceBottomBox h5 {
        color: #a2a3a6;
        font-size: 12px;
        margin-bottom: 0
    }#neworder section.orderButtonBottomContainer strong {
        color: #1a1a1a;
        font-size: 16px;
        font-weight: 800
    }#neworder.packageOrder button.orderButton {
        position: fixed;
        bottom: 72px;
        left: 0;
        border-radius: 0;
        z-index: 9
    }
}@media (max-width: 550px) {
#neworder div.modalImgWrapper div.modal_overflow p {
        font-size:15px
    }
}@media (max-width: 400px) {
#neworder #fields div.form-group#order_link,#neworder div.formWrapper.popular div.inputServicesWrapper {
        height: auto
    }#neworder div.slider-container-wrapper {
        margin: 20px auto 0
    }
}#neworder input#field-orderform-fields-check:focus {
    background: #b0b0b0
}@media (min-width: 1920px) {
#neworder div.modalBox {
        overflow-y:initial
    }#neworder div.linkModal div.modalImgWrapper {
        overflow-y: auto;
        height: auto;
        min-height: 100%
    }#neworder div.wrapper {
        max-width: 1900px;
        margin: auto
    }
}#neworder .itemDescriptionWrapper.active {
    min-height: initial;
    display: flex
}#neworder .itemDescriptionWrapper {
    display: none;
    padding: 0;
    margin-top: 8px
}#neworder .itemDescriptionWrapper.active i {
    transform: initial
}#neworder div.slider-container div.slider-write i {
    color: #253858;
    font-size: 14px;
    margin: 0
}#neworder div.formWrapper div.inputServicesWrapper {
    margin-bottom: 0px
}#neworder section.link-guideWrapper div.link-guide-wrapper {
    padding: 20px
}@media (max-width: 900px) {
#neworder section.link-guideWrapper div.link-guide-wrapper {
        padding:20px
    }
}#neworder #service_description span.start strong {
    font-size: 13px;
    font-weight: 600;
    width: auto;
    color: #d92f0e;
    display: flex
}#neworder #service_description span strong {
    font-weight: 600;
    font-size: 12px!important
}#neworder #service_description span {
    display: inline-flex;
    border-radius: 5px;
    height: 28px;
    max-height: 100%;
    justify-content: center;
    padding: 0 10px;
    align-items: center;
    line-height: 1.5
}#neworder #fields div.form-group#order_quantity input.form-control::placeholder {
    font-size: 13px!important
}@media (max-width: 500px) {
#neworder.packageOrder div.faqWrapper div.faq-contents img.mobile {
        display:flex
    }
}@media (max-width: 768px) {
#neworder section.link-guideWrapper {
        margin-top: 20px
    }
}#neworder .serviceDescriptionWrapper .description_sample img {
    width: 100%;
    height: auto;
    position: relative
}@media (max-width: 1400px) {
#neworder .serviceDescriptionWrapper .description_sample img {
        width: auto
    }
}@media (max-width: 930px) {
#neworder .serviceDescriptionWrapper .description_sample img {
        width:100%
    }
}@media (max-width: 500px) {
#neworder .serviceDescriptionWrapper .description_sample img {
        width: 100%
    }
}#neworder .active strong.nonBr {
    color: #1a1a1a;
    display: inline;
    font-size: 12px;
    font-weight: 700
}@media (max-width: 850px) {
#neworder.packageOrder figure {
        margin:16px
    }#neworder.packageOrder div.snsPopupModal_contents div.snsPopup_imageWrapper img {
        height: 235px;
        width: auto
    }#neworder.packageOrder .snsPopup_description {
        padding-right: 0
    }#neworder.packageOrder div.snsPopupModal_contents div.snsPopup_imageWrapper .snsPopup_TitleWrapper {
        margin: 0;
        padding: 0 16px
    }#neworder.packageOrder .snsPopupModal_contents {
        height: auto
    }#neworder.packageOrder div.snsPopupModal_contents div.snsPopup_imageWrapper {
        overflow: hidden
    }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid ul.pc-swiper-only,#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul.pc-swiper-only {
        display: none
    }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid ul {
        flex-direction: column
    }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.mobile-swiper {
        display: block
    }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid ul.mobile-swiper-only,#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul.mobile-swiper-only {
        display: flex
    }#neworder section.link-guideWrapper .swiper-slide-next,#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid.swiper-slide-next,#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid.swiper-slide-prev {
        opacity: .7
    }#neworder section.link-guideWrapper .swiper-slide-next.swiper-slide-active,#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item div.swiper-slide.pc-grid {
        opacity: 1
    }
}@media (max-width: 400px) {
#neworder div.slider-container-wrapper {
        margin: 0 auto
    }
}#neworder section.review-container {
    background-color: #f4f5f7;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-top: 20px
}#neworder section.review-container h2.review-title {
    color: #1a1a1a;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700
}#neworder section.review-container ul#reviewList {
    border-radius: 8px;
    min-height: 520px;
    max-height: 100px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-right: 8px
}#neworder section.review-container li.review-list {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px
}#neworder section.review-container .review-list-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}#neworder section.review-container .review-section ul::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px
}#neworder section.review-container .review-section ul::-webkit-scrollbar-thumb {
    height: 10%;
    background: #253858!important;
    border-radius: 10px
}#neworder section.review-container .review-section ul::-webkit-scrollbar-track {
    background: #dbdcdf;
    border-radius: 10px
}#neworder section.review-container p.user-id {
    color: #1a1a1a;
    font-weight: 600
}#neworder section.review-container p.user-content {
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 400
}#neworder section.review-container .star {
    width: 14px
}@media (max-width: 1400px) {
#neworder section.review-container {
        margin-bottom:20px
    }#neworder section.review-container ul#reviewList {
        min-height: 380px
    }
}#neworder .fixed .servicesDescriptionBox {
    background: #fff;
}@media (max-width: 768px) {
#neworder .tabWrapper {
      padding-bottom: 18px;
      margin-left: 0;
    }
}#neworder section#carouselBanner {
    padding: 0;
  
  }@media (max-width: 500px) {
#neworder .tabWrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 10px;
      align-items: center;
      justify-content: center;
    }
}@media (max-width: 330px) {
#neworder .tabWrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
}@media (max-width:768px) {
#neworder div.formWrapper div.inputWrapper+div.inputWrapper {
      min-height: initial;
    }
}#neworder div.modalLinkSubTitle p {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }#neworder .nice-select.form-control:focus {
    border: 1px solid #d9d9d9;
  }#neworder div.modalImgWrapper .link-title-box-contents {
    padding-bottom: 20px;
    margin-left: 20px;
  }#neworder div.modalImgWrapper .link-title-box-contents p {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: list-item;
    max-width: 100%;
    min-width: 100%;
    color: #6e6c6c;
  }#neworder div.modalImgWrapper .sub-title-contents p {
    padding: 0;
    color: #434141;
    font-size: 14px;
    font-weight: 400;
  }#neworder div.modalImgWrapper .sub-title-contents p.sub-notice-contents {
    text-align: center;
    width: 100%;
    display: block;
    max-width: 100%;
  }#neworder .neworder-container {
    background-color: #f4f5f7;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }#neworder .neworder-container:last-of-type {
    margin-bottom: 0;
  }#neworder .neworder-container h2 {
    color: #1A1A1A;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
  }#main.not_auth #neworder .sectionContents a {
    padding-bottom: 10px;
    display: inline-block;
  }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li {
    height: 48px;
  }@media (max-width:768px) {
#neworder section.link-guideWrapper div.link-guide-wrapper {
      padding: 20px 20px 54px;
      height: auto;
      max-height: max-content;
      min-height: max-content;
    }#neworder div.link-guide-wrapper div.swiper-pagination {
      bottom: 19px;
    }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul li {
      height: 54px;
    }#neworder section.link-guideWrapper div.link-guide-wrapper div.link-content-item ul {
      display: flex;
      flex-direction: column;
    }
}#neworder  .titleDescription strong {
        color: #333 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }#neworder .info-container .faq-answer  ::marker {
    font-size: 13px;
}#neworder .info-container .faq-answer li strong {
   padding-left:5px;
}#neworder .info-container strong,
   #neworder .select-container strong {display: inline;font-size: 13px;font-weight: 500;color: #222;}@media (max-width:768px) {
#neworder div.link-guide-wrapper div.swiper-pagination {
      bottom:16px;
    }
}