section>article {
    min-height: 420px;
    margin-top: 64px;
}

.swal2-container {
    z-index: 20005000 !important;
}

.layerPopup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 4000;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.layerPopup>div {
    background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .25);
    overflow: hidden;
    padding: 8px;
}

.layerPopup>img {
    aspect-ratio: 1 / 1.414;
    max-width: 80%;
    max-height: 80%;
    margin: 5% auto;
    display: block;
}

.positionR {
    position: relative;
}

button,
a {
    transition: all ease .1s;
}

button:hover,
a:hover {
    font-weight: 700;
}

.iconOverflowDots {
    padding-right: 24px;
    text-overflow: ellipsis;
}

.appInduction {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 20000000 !important;
    top: 0;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.appInduction>div {
    background-color: #fff;
    border-radius: 32px 32px 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 16px;
    height: 240px;
}

.appInduction>div>img {
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 12px;
}

.appInduction>div>h6 {
    font-size: 14px;
    color: #595959;
}

.appInduction>div>h4 {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin: 4px 0 20px;
}

.appInduction>div>a {
    border-radius: 40px;
    text-align: center;
    display: block;
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 12px auto 8px;
}

.appInduction>div>p {
    color: #acacac;
    font-size: 14px;
    cursor: pointer;
}

/*  버튼 초기화  */
.btn {
    border-radius: 4px;
    border: 0;
    font-weight: normal;
    margin: 2px;
    vertical-align: middle;
    text-align: center;
    color: #3C4043;
    background-color: #EFEFEF;
}

.btnBlue {
    background-color: #4285f4;
    color: #fff;
    padding: 4px 8px;
}

.btn:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    font-weight: 700;
}

.btnS {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.btnM {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.btnL {
    height: 28px;
    line-height: 26px;
    font-size: 14px;
}

.btnXL {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.btnFixS {
    width: 60px;
}

.btnFixM {
    width: 92px;
}

.btnFixL {
    width: 120px;
}

.btnFixXL {
    width: 160px;
}

.btnFixA {
    width: auto;
}

.btnFixW {
    width: 100%;
}

.btnPS {
    padding: 0 4px;
}

.btnPM {
    padding: 0 8px;
}

.btnPL {
    padding: 0 16px;
}

.btnPXL {
    padding: 0 20px;
}

.btnSubmit {
    background-color: #4285F4;
    color: #fff;
}

.btnList {
    background-color: #EFEFEF;
    color: #3C4043;
}

/*  버튼 초기화  */
/* 폰트 */
.fwn {
    font-weight: normal;
}

.fwm {
    font-weight: 500;
}

.fwb {
    font-weight: 700;
}

.txt_l {
    text-align: left;
}

.txt_c {
    text-align: center;
}

.txt_r {
    text-align: right;
}

.displayN {
    display: none;
}

.displayI {
    display: inline;
}

.displayB {
    display: block;
}

.displayIB {
    display: inline-block;
}

.displayT {
    display: table;
}

.displayTC {
    display: table-cell;
}

.txt_l {
    text-align: left;
}

.txt_c {
    text-align: center;
}

.txt_r {
    text-align: right;
}

.w100p {
    width: 100%;
}

.w120 {
    width: 120px;
}

.discountLine {
    text-decoration: line-through;
}

.fontSet {
    font-size: .85em;
}

.popupScroll {
    /*height: auto !important; */
    overflow: hidden !important;
}

.questionHover {
    position: relative;
    display: inline-block;
    background-color: #acacac;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #ccc;
    font-size: 11px;
    margin-left: 2px;
    vertical-align: text-bottom;
    line-height: 15px;
}

.questionHover>span {
    position: absolute;
    background-color: #dfdfdf;
    color: #595959;
    font-size: 12px;
    width: 160px;
    padding: 8px;
    left: 50%;
    margin-left: -80px;
    bottom: 32px;
    line-height: 1.3;
    border-radius: 8px;
    font-weight: normal;
    display: none;
}

.questionHover>span::after {
    content: '';
    display: block;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    position: absolute;
    border-top: 12px solid #dfdfdf;
    bottom: -22px;
}

.questionHover:hover>span {
    display: block;
}

.questionHover>span.wide {
    width: 180px;
    line-height: 1.5;
    margin-left: -90px;
}

.addTextRed {
    font-size: 12px;
    font-weight: 500;
    color: #f00;
    margin-top: 8px;
}

.cancelLine {
    text-decoration: line-through;
}

.banner {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 12px;
}

/*  배너제작 사이즈  2000 * 500그중 내용은 860*500  */
.homeSwiper {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.listBox {}

.productTitle {
    font-size: 18px;
    color: #595959;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}

.productTitle>span {
    color: var(--main-color);
    font-weight: bold;
}

/*.productTitle:after{content: ''; display: block; width: 28px; height: 2px; background-color: #222; text-align: center; margin: 0 auto; position: absolute; left: 50%; margin-left: -14px; bottom: 0; }*/
.swiper-button-prev {
    cursor: pointer;
}

.swiper-button-next {
    cursor: pointer;
}

.indicator {
    margin: 0 auto 24px;
    text-align: center;
}

.indicator>h3 {
    font-size: 16px;
    height: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
    color: #212121;
}

.indicator>h4 {
    font-size: 13px;
    height: 13px;
    margin-bottom: 16px;
    text-align: center;
    color: #595959;
}

.indicator ul {
    width: 95%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    max-width: 860px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 16px 2px;
}

.indicator li {
    float: left;
    width: 20%;
    position: relative;
}

.indicator li.indicator1 {
    width: 23%;
}

.indicator li.indicator2 {
    width: 23%;
}

.indicator li.indicator3 {
    width: 20%;
}

.indicator li.indicator4 {
    width: 17%;
}

.indicator li.indicator5 {
    width: 17%;
}

.indicator li::after {
    content: '';
    display: block;
    width: 1px;
    background-color: #333;
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
}

.indicator li:last-child::after {
    content: none;
}

.indicator li h5 {
    font-size: 14px;
    color: #212121;
    font-weight: bold;
    text-align: center;
    height: 15px;
    margin-bottom: 8px;
}

.indicator li h6 {
    font-size: 12px;
    color: #797979;
    font-weight: bold;
    text-align: center;
}

.icon {
    padding: 0;
    min-width: 20px;
}

.icon_discount {
    width: 16px;
    height: 16px;
}

.scrollbarNo {
    white-space: nowrap;
}

.scrollbarNo::-webkit-scrollbar {
    display: none;
}

.verticalAlignTT {
    vertical-align: text-top !important;
}

.verticalAlignTB {
    vertical-align: text-bottom !important;
}

.verticalAlignM {
    vertical-align: middle !important;
}

.verticalAlignB {
    vertical-align: baseline !important;
}

.pageTitle {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.pageTitle>span {
    font-weight: normal;
    color: #595959;
}

.pageTitle>.displayIB {
    position: relative;
}

.pageTitle input[type=text] {
    max-width: 200px;
    border-radius: 20px;
    border: 1px solid #efefef;
    margin-left: 12px;
    padding-left: 12px;
    padding-right: 40px;
}

/* .pageTitle button{position: absolute; height: 100%; right: 4px; } */
.pageTitle button.resetBtn {
    right: 4px;
    opacity: .5;
}

.pageTitle button>img {
    width: 20px;
    vertical-align: text-top;
}

.area {
    color: #fff;
    border-radius: 4px;
    padding: 0px 6px;
    margin-right: 4px;
    font-size: 11px;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
}

.area.area2 {
    background-color: #d6475c;
    color: #fff;
}

.area.area3 {
    background-color: #4184bd;
    color: #fff;
}

.area.area4 {
    background-color: #a02124;
    color: #fff;
}

.area.area5{background-color: #FE5B00; color: #fff; }

.area.area6{background-color: #f83f6e; color: #fff; }


.brandJjimBtn>p {
    font-size: 12px;
    color: #797979;
}

#wb {
    display: block;
}

.optionLine>li>input[type=checkbox]+label {
    position: relative;
    border-radius: 32px;
    border: 1px solid #ccc;
    color: #797979;
    font-size: 12px;
    height: 32px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 12px 0 28px;
}

.optionLine>li>input[type=checkbox]+label::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background-color: #ccc;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 15px;
}

.optionLine>li>input[type=checkbox]+label::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #ccc;
    transform: rotate(-45deg);
    position: absolute;
    left: 12px;
    top: 14px;
}

.optionLine>li>input[type=checkbox]:checked+label {
    color: var(--main-color) !important;
    font-weight: 700;
}

.optionLine>li>input[type=checkbox]:checked+label::before {
    background-color: var(--main-color);
}

.optionLine>li>input[type=checkbox]:checked+label::after {
    background-color: var(--main-color);
}

/*  페이지네이션 설정 */
.navigation {
    margin: 20px auto;
}

.navigation>ul {
    font-size: 0;
    text-align: center;
}

.navigation>ul:after {
    content: '';
    display: block;
    clear: both;
}

.navigation>ul>li {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.navigation>ul>li.active {
    background-color: #B692FF;
}

.navigation>ul>li>a {
    font-size: 16px;
    text-align: center;
    color: #595959;
    line-height: 24px;
}

.navigation>ul>li.active>a {
    color: #fff;
}

/*  페이지네이션 설정 */

/*  폼필드 설정  */
.searchForm {
    width: 100%;
    position: relative;
}

.searchForm input[type="text"] {
    width: 100%;
    background-color: #efefef;
    padding: 0 4px;
    border: 0;
}

.searchForm button[type="submit"] {
    position: absolute;
    right: 4px;
    top: 8px;
    color: #797979;
    font-size: 12px;
}

select {
    padding: 0px 8px;
    background-color: transparent;
    border: 0;
    border: 1px solid #ccc;
    height: 32px;
    border-radius: 0;
    color: #797979;
    font-size: 14px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/images/icon_down.svg') no-repeat 95% 50%/12px auto;
}

input[type=checkbox] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden;
    font-size: 0;
    display: inline-block;
}

input[type=checkbox]+label {
    vertical-align: middle;
    color: #333;
}

input[type=checkbox]+label>span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #ccc;
    position: relative;
    display: inline-block;
    vertical-align: sub;
    margin: 0;
    margin-right: 4px;
}

input[type=checkbox]+label>span:before {}

input[type=checkbox]+label>span:after {}

input[type=checkbox]:checked+label {
    color: #595959;
}

input[type=checkbox]:checked+label>span {
    border: 0;
    background-color: var(--main-color);
}

input[type=checkbox]:checked+label>span:before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background-color: #acacac;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 3px;
    background-color: #fff;
}

input[type=checkbox]:checked+label>span:after {
    content: '';
    display: block;
    width: 11px;
    height: 2px;
    background-color: #acacac;
    position: absolute;
    transform: rotate(-45deg);
    top: 9px;
    left: 6px;
    background-color: #fff;
}

input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
}

input[type="radio"]+label {}

input[type="radio"]+label>span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

input[type="radio"]:checked+label>span {
    vertical-align: middle;
}

input[type="radio"]:checked+label>span:before {
    width: 12px;
    height: 12px;
    background-color: #4285F4;
    left: 3px;
    top: 3px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
}

.raidoBtn {
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.raidoBtn+label {
    display: inline-block;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
    color: #797979;
    overflow: hidden;
    transition: all ease .4s;
}

.raidoBtn:checked+label {
    background-color: #8f4fff;
    color: #fff;
    font-weight: 700;
    border: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
}

input[type=text] {
    vertical-align: middle;
    border: 1px solid #ccc;
    height: 32px;
    color: #797979;
    font-size: 14px;
    border-radius: 4px;
}

input[type="file"] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden;
    font-size: 0;
    margin: 0 !important;
    padding: 0 !important;
}

input[type="file"]+label {
    vertical-align: middle;
    color: #797979;
}

.starCheck {}

.starCheck+label {}

.starCheck:checked+label {}

.plusMinus {
    width: 88px;
}

.plusMinus:after {
    content: '';
    display: block;
    clear: both;
}

.plusMinus>* {
    float: left;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 24px;
    width: 24px;
    padding: 0;
}

.plusMinus>input[type="text"] {
    width: 40px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: 24px;
    text-align: center;
}

.plusMinus>.optionMinus {
    border-radius: 4px 0 0 4px;
}

.plusMinus>.optionPlus {
    border-radius: 0 4px 4px 0;
}

input:-moz-read-only {
    background-color: #dfdfdf;
}

input:read-only {
    background-color: #dfdfdf;
}

/*  폼필드 설정  */

/*   모달팝업  */
.modalPopup {
    z-index: 5000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.modalPopup>div {
    position: absolute;
    border-radius: 8px;
    left: 2.5%;
    background-color: #fff;
    width: 95%;
    max-width: 860px;
    margin: 0 auto;
}

/*   모달팝업  */

/*  메인 카테고리  */
.mainCategory {
    width: 100%;
    min-height: 84px;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto 20px;
    font-size: 0;
}

.mainCategory .swiper-slide {
    width: auto;
}

.mainCategory .swiper-scrollbar {
    width: 40% !important;
    margin: 0 auto !important;
    left: 30% !important;
}

.mainCategory ul {
    width: 100%;
    margin-bottom: 16px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
}

.mainCategory ul>li {
    display: inline-block;
    font-size: 0;
    margin: 0;
    width: 60px;
    text-align: center;
}

.mainCategory ul>li>a {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
}

.mainCategory ul>li>a>img {
    display: block;
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto 4px;
}

.manCategory {
    max-width: 1080px;
}

/*  메인 카테고리  */

.reviewInduction {}

.reviewInduction>div {
    width: 240px;
    height: 160px;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    padding: 0 !important;
    border-radius: 24px;
}

.reviewStep {
    position: absolute;
    width: 100%;
    height: 100%;
}

.reviewStep2 {
    display: none;
}

.reviewStep>h3 {
    height: 112px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    color: #595959;
    font-size: 16px;
    padding-top: 40px;
}

.reviewStep>h3>span {
    display: block;
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
}

.reviewStep>ul {
    width: 100%;
    height: 48px;
    text-align: center;
    display: table;
    position: absolute;
    bottom: 0;
    transition: all ease .1s;
}

.reviewStep>ul>li {
    font-size: 14px;
    color: #797979;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    cursor: pointer;
}

.reviewStep>ul>li.appGood {
    color: #212121;
    font-weight: bold;
}

.reviewStep>ul>li>a {
    color: #212121;
    font-weight: bold;
}

/*  메인 팝업  */
/*.mainPopUp > .popupBox{width: 90%; position: absolute; left: 0; right: 0; max-width: 400px; max-height: 600px; top: 20px; padding: 0; }*/
.mainPopUp>.popupBox {
    aspect-ratio: 1/1.414;
    min-height: 380px;
    max-height: 70%;
    position: absolute;
    top: 13%;
    max-width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
}

.mainPopUp>.popupBox .popupSlide {
    width: 100%;
    height: calc(100% - 32px);
    padding: 0;
}

.mainPopUp>.popupBox ul {
    width: 100%;
    height: 100%;
    position: absolute;
}

.mainPopUp>.popupBox li {
    height: 100%;
}

.mainPopUp>.popupBox a {
    width: 100%;
    height: 100%;
    display: block;
}

.mainPopUp>.popupBox a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mainPopUp>.popupBox>div {
    padding: 4px;
}

.mainPopUp>.popupBox div input {
    width: auto;
    height: auto;
}

.mainPopUp>.popupBox div label {
    font-size: 12px;
    color: #595959;
}

.mainPopUp>.popupBox div label>span {
    vertical-align: bottom;
}

.mainPopUp>.popupBox div input:checked+label {}

.mainPopUp>.popupBox div button {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
}

.mainPopUp>.popupBox>.popupClose {
    position: absolute;
    top: 8px;
    right: 4px;
    z-index: 500;
}

.mainPopUp>.popupBox button.popupClose {}

.mainPopUp>.popupBox .popupClose>img {
    width: 32px;
}

/*  메인 팝업  */
/*  중간 소개 페이지 배너  */
.homeSwiper2 {
    max-width: 860px;
    width: 95%;
    aspect-ratio: 860 / 112;
}

/*max-height: 112px; */
.companyBtn {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 24px;
    transition: all ease .2s;
}

.companyBtn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .20);
}

.companyBtn>img {
    /*width: 100%; height: 100%; */
    display: block;
}

/*  sweetalert2  */
.swal2-container * {
    font-size: 14px;
}

.swal2-title {
    font-size: 1.125em !important;
}

/*.swal2-icon{width: 2.5em !important; height: 2.5em !important; }*/
/*  sweetalert2  */

/* 404 에러 페이지 */
.error404 {
    width: 95%;
    max-width: 1280px;
    margin: 20px auto;
}

.error404>h5 {
    margin: 0 auto;
}

.error404>h5>img {
    width: 180px;
    margin: 0 auto;
    display: block;
}

.error404>div {
    text-align: center;
}

.error404>div>h4 {
    font-size: 24px;
    color: #736598;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
}

.error404>div>h6 {
    font-size: 16px;
    text-align: center;
    color: #595959;
    margin-bottom: 32px;
}

.error404>div>ul {
    margin: 0 auto;
    font-size: 0;
}

.error404>div>ul>li {
    display: inline-block;
    width: 132px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    transition: all ease .28s;
}

.error404>div>ul>li:first-child {
    margin-right: 4px;
    background-color: #ccc;
}

.error404>div>ul>li:last-child {
    background-color: #736598;
}

.error404>div>ul>li:hover {
    box-shadow: 0 4px 10px rgba(50, 60, 70, .2);
}

.error404>div>ul>li>a {
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
}

.error404>div>ul>li:first-child>a {
    color: #333;
}

.error404>div>ul>li:last-child>a {
    color: #fff;
}

/* 404 에러 페이지 */

.joinUsBtn {
    width: 80%;
    position: fixed;
    font-size: 14px;
    z-index: 1200;
    border-radius: 20px;
    background: linear-gradient(119deg, #C1ADF6 -2.3%, #784AF1 75.26%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    max-width: 420px;
    left: 2%;
    bottom: 40px;
    /*animation: bubbling 12s alternate 2s infinite ease-in-out;*/
    font-weight: 700;
    transition: all ease .6s;
    visibility: hidden;
    opacity: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.joinUsBtn.active {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
    animation: bubbling 8s alternate infinite ease-in-out;
}

@keyframes bubbling {
    0% {
        bottom: 60px;
    }

    96% {
        bottom: 60px;
    }

    98% {
        bottom: 62px;
    }

    100% {
        bottom: 60px;
    }
}

.addProduct .swiper-button-next,
.addProduct .swiper-button-prev {
    margin-top: -56px !important;
}

@media all and (min-width: 480px) {

    .addTextRed {
        font-size: 13px;
    }

    input[type="radio"]+label>span {
        margin-right: 6px;
    }

    /*   모달팝업  */
    .modalPopup>div {
        left: 5%;
        width: 90%;
    }

    .layerPopup>div {
        padding: 12px;
    }

    /*    .mainPopUp > .popupBox{max-width: 426px; max-height: 640px; }*/
    /*   모달팝업  */

    .indicator ul {
        border-radius: 8px;
    }

    .indicator li h5 {
        font-size: 16px;
        height: 16px;
    }

    .mainCategory {
        min-height: 96px;
    }

    .mainCategory ul {
        width: 100%;
    }

    .mainCategory ul>li {
        width: 16.666666%;
    }

    .mainCategory ul>li>a {
        font-size: 13px;
    }

    .mainCategory ul>li>a>img {
        width: 52px;
        height: 52px;
    }

    .swal2-container {
        font-size: 18px;
    }

    .joinUsBtn {
        left: 50%;
        margin-left: -260px;
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    body {
        -ms-overflow-style: none;
        /* 인터넷 익스플로러 */
        scrollbar-width: none;
        /* 파이어폭스 */
    }

    body::-webkit-scrollbar {
        display: none;
    }

    section>article {
        margin-top: 103px;
    }

    .swal2-popup {
        max-width: 280px !important;
    }

    .lowTitle {
        display: none;
    }
}

@media all and (min-width: 768px) {

    /*   모달팝업  */
    .modalPopup>div {
        left: 5%;
        width: 90%;
    }

    .mainPopUp>.popupBox {}

    .mainPopUp>.popupBox li {
        /*position: absolute; */
    }

    .layerPopup>div {
        padding: 16px;
    }

    /*   모달팝업  */

    /*  메인 카테고리  */
    .mainCategory {
        width: 100%;
        white-space: normal;
        font-size: 0;
        margin-bottom: 40px;
        min-height: 112px;
    }

    .mainCategory .swiper-slide {
        padding: 0;
    }

    .mainCategory ul {
        margin-bottom: 0;
        display: inline-block;
    }

    .mainCategory ul>li {
        font-size: 0;
        margin: 0;
    }

    .mainCategory ul {}

    .mainCategory ul>li {
        width: 9%;
    }

    .mainCategory ul>li>a {
        font-size: 13px;
    }

    .mainCategory ul>li>a>img {
        width: 60px;
        height: 60px;
        margin: 0 auto 8px;
    }

    /*  메인 카테고리  */

    .companyBtn {
        width: 95%;
        border-radius: 16px;
    }

    /*.mainPopUp > .popupBox{width: 680px; left: 50%; margin-left: -340px; height: 860px; padding-bottom: 0; }*/

    .swal2-container {
        font-size: 21px;
    }

    .indicator {
        margin-bottom: 36px;
    }

    .indicator>h3 {
        font-size: 21px;
        height: 21px;
        margin-bottom: 12px;
    }

    .indicator>h4 {
        font-size: 14px;
        height: 14px;
        margin-bottom: 20px;
    }

    .indicator ul {
        border-radius: 16px;
        padding: 24px 4px;
    }

    .indicator li {}

    .indicator li.indicator1 {
        width: 20%;
    }

    .indicator li.indicator2 {
        width: 20%;
    }

    .indicator li.indicator3 {
        width: 20%;
    }

    .indicator li.indicator4 {
        width: 20%;
    }

    .indicator li.indicator5 {
        width: 20%;
    }

    .indicator li::after {
        height: 16px;
        top: 6px;
    }

    .indicator li h5 {
        font-size: 21px;
        height: 21px;
    }

    .indicator li h6 {
        font-size: 14px;
        height: 18px;
    }

    /* 404 에러 페이지 */
    .error404Box {
        text-align: center;
    }

    .error404 {
        width: auto;
        display: inline-block;
        margin: 120px auto;
    }

    .error404>h5 {
        display: inline-block;
        margin-right: 40px;
    }

    .error404>h5>img {
        width: 280px;
    }

    .error404>div {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin-top: 48px;
    }

    .error404>div>h4 {
        text-align: left;
        font-size: 34px;
    }

    .error404>div>h6 {
        text-align: left;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .error404>div>ul {}

    .error404>div>ul>li {}

    .error404>div>ul>li>a {}

    /* 404 에러 페이지 */
    .joinUsBtn {
        max-width: 480px;
        margin-left: -240px;
        font-size: 21px;
        height: 56px;
        line-height: 56px;
    }

    .joinUsBtn>strong {}
}

@media all and (min-width: 1280px) {
    .banner {
        padding-bottom: 500px;
    }

    /*   모달팝업  */
    .modalPopup>div {
        left: 50%;
        width: 860px;
        margin-left: -430px;
    }

    .layerPopup>div {
        padding: 20px;
    }

    /*.mainPopUp > .popupBox{max-width: 540px; max-height: 800px; }*/
    /*   모달팝업  */

    /*  메인 카테고리  */
    .mainCategory ul>li {
        padding: 0 20px;
    }

    .mainCategory ul>li>a {
        font-size: 15px;
    }

    .mainCategory ul>li>a>img {
        width: 64px;
        height: 64px;
        margin: 0 auto 8px;
    }

    /*  메인 카테고리  */

    .swal2-container {
        font-size: 24px;
    }
}

@media print {

    header,
    footer,
    .mobileQuick,
    .mypageLeft,
    button,
    form {
        display: none;
    }

    .forwardingNotice {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .forwardingTitle {
        display: none;
    }

    thead {
        display: table-row-group;
    }

    table {
        -fs-table-paginate: paginate;
    }

    table img {
        height: 80px;
    }

    td,
    th {
        border-bottom: 1px solid #ccc;
    }
}
