@charset "utf-8";

/*-----------------------------------------------------------------------------
//
//		공통, 태그 스타일 초기화
//
-----------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    padding: 0;
    margin: 0;
    text-decoration: none;
    text-indent: 0;
    font-style: normal;
    font-weight: 300;
    font-family: NotoSansKR, "Noto Sans KR", Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
    color: #242424;
    outline: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    line-height: 1.3;
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    border: 0;
}

textarea {
    border-radius: 0;
}

input,
select {
    vertical-align: middle;
    border-radius: 0;
}

input[type="radio"] {
    border-radius: 100px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-transform: translate(0px);
    /*Earlier than iOS 9.0*/
    transform: translate(0px);
}

h2,
h2 a,
h2 span {
    font-size: 19px;
    font-weight: 600;
}

/*-----------------------------------------------------------------------------
//
//		레이아웃 및 부품
//
-----------------------------------------------------------------------------*/
.container {
    width: 100%;
    padding: 0 15px;
}

.clearfix {
    /*    overflow: hidden;*/
    /*    zoom: 1;*/
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
}

.invisible {
    text-indent: -99999px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.verticalMiddle {
    vertical-align: middle;
}

a.linkBox {
    display: block;
    width: 100%;
    height: 100%;
}

a.linkBox2 {
	margin-right: 10px;
    width: 100%;
    height: 100%;
}

.width100 {
    width: 100%;
}

.box {
    padding: 30px 0;
}

.box.sm {
    padding: 20px 0;
}

.box.xs {
    padding: 10px 0;
}

.box.lastBox {
    padding-bottom: 80px;
}

.box.borderT,
.borderT {
    border-top: 1px solid #d9d9d9;
}

.box.borderB,
.borderB {
    border-bottom: 1px solid #d9d9d9;
}

.box .boxTitle {
    margin-bottom: 15px;
}

.box .boxTitle .title {
    font-size: 19px;
    font-weight: 600;
}

.box .boxTitle .title.fontSize16 {
    font-size: 16px;
}

.box .boxTitle p {
    color: #0057b8;
    margin-top: 5px;
}

.box_3 > div,
.box_3 > li {
    width: 33.333%;
}

.box_2 > div,
.box_2 > li {
    width: 50%;
}

.c-gray {
    color: #696969;
}

.c-gray2 {
    color: #444;
}

.c-gray3 {
    color: #1b1b1b
}

.c-gray4 {
    color: #888
}

.c-blue {
    color: #034f9a;
}

.c-red {
    color: #fc0d01;
}

.c-red2 {
    color: #ff0000;
}

.c-orange {
    color: #ee7e24;
}

.c-white {
    color: #fff;
}

.textUnderLine {
    text-decoration: underline;
}

.errorText {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #e40f23;
}

.errorText.ok {
    color: #034f9a;
}

.fontBasic {
    font-weight: 400;
}

.fontMedium {
    font-weight: 500;
}

.fontBold {
    font-weight: 600
}

.bg-gray {
    background: #f2f2f2;
}

.bg-gray2 {
    background: #b9b9b9;
}

.dp_no {
    display: none;
}

.dp_b {
    display: block;
}

.dp_i {
    display: inline;
}

.dp_ib {
    display: inline-block;
}

/*padding*/
.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

/*margin*/
.ma0 {
    display: block;
    margin: 0 auto;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

/*font size*/
.fontSize10 {
    font-size: 10px;
}

.fontSize11 {
    font-size: 11px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize22 {
    font-size: 22px;
}

.fontSize24 {
    font-size: 24px;
}

/*line height*/
.lineHeight18 {
    line-height: 18px !important;
}

.lineHeight20 {
    line-height: 20px !important;
}

.lineHeight26 {
    line-height: 26px !important;
}

.lineHeight31 {
    line-height: 31px;
}

.lineHeight32 {
    line-height: 32px;
}

.lineHeight36 {
    line-height: 36px;
}

/*버튼*/
.btn {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    /*    padding: 5px 10px;*/
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s;
}

.btn i {
    line-height: 20px;
}

.btn.sm {
    margin: 3px 0;
    padding: 2px 7px;
    font-size: 13px;
    line-height: 20px;
}

.btn.sm i {
    line-height: 20px;
}

.btn.disabled,
.btn:disabled {
    background: #cfcfcf;
    border: 1px solid #cfcfcf;
    cursor: no-drop;
}

.btn.btn-icon img {
    vertical-align: middle;
    margin-bottom: 3px;
}

.btn.width100 {
    width: 100%;
}

.btn.width50 {
    width: 50%;
}

/* BTN color */
.btn-noBG {
    border: 1px solid #999;
    color: #fff;
}

.btn-noBG2 {
    border: 1px solid #242424;
}

.btn-noBG3 {
    border: 1px solid #666;
    color: #666;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #242424;
}

.btn-blue {
    background-color: #034f9a;
    color: #fff;
}

.btn-orange {
    background-color: #ee7e24;
    color: #fff;
}

.btn-gray {
    background: #e8e8e8;
}

.btn-gray2 {
    background: #666;
    color: #fff;
}

.btnWrap.btn_2 .btn {
    width: 49%;
    margin-right: 2%;
}

.btnWrap.btn_2 .btn:nth-child(2) {
    margin-right: 0;
}

.btnWrap.btn_3 .btn {
    width: 30%;
    margin-right: 5%;
}

.btnWrap.btn_3.mini .btn {
    width: 32%;
    margin-right: 2%;
}

.btnWrap.btn_3 .btn:nth-child(3) {
    margin-right: 0;
}

/*라벨*/
.label {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 3px;
    margin-bottom: 3px;
    background-color: #fff;
}

.label.BGno {
    background: none;
}

.label.label-black {
    border: 1px solid #000000;
    color: #000000;
}

.label.label-orange {
    border: 1px solid #ee7e24;
    color: #ee7e24;
}

.label.label-green {
    border: 1px solid #009e96;
    color: #009e96;
}

.label.label-blue {
    border: 1px solid #448aca;
    color: #448aca;
}

.label.label-purple {
    border: 1px solid #8f82bc;
    color: #8f82bc;
}

/*-----------------------------------------------------------------------------
//
//		img icon 크기
//
-----------------------------------------------------------------------------*/
.icon10 {
    width: 10px;
}

.icon15 {
    width: 15px;
}

.icon20 {
    width: 20px;
}

.icon25 {
    width: 25px;
}

.icon30 {
    width: 30px;
}

.icon40 {
    width: 40px;
}

/*-----------------------------------------------------------------------------
//
//		동그라미 배경 icon
//
-----------------------------------------------------------------------------*/
.circle_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #c6c5c5;
    border-radius: 10px;
}

.circle_icon.lg {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.circle_icon.orangeBG {
    background: #ee7e24;
    color: #fff;
}

.circle_icon img {
    width: 50%;
}

/*-----------------------------------------------------------------------------
//
//		input icon
//
-----------------------------------------------------------------------------*/
.form-group.rightIconInput,
.form-group.leftIconInput {
    position: relative;
}

.form-group.rightIconInput .icon,
.form-group.leftIconInput .icon {
    position: absolute;
    padding: 8px;
    top: 0;
    width: 32px;
    height: 32px;
}

.form-group.rightIconInput .icon {
    right: 0;
}

.form-group.leftIconInput .icon {
    left: 0;
}

/*-----------------------------------------------------------------------------
//
//		아이콘 인덴트
//
-----------------------------------------------------------------------------*/
.FAicon {
    position: relative;
    padding-left: 20px;
}

.FAicon .icon {
    position: absolute;
    left: 0;
    margin-top: 3px;
}

/*-----------------------------------------------------------------------------
//
//		checkBox 디자인
//
-----------------------------------------------------------------------------*/
.checkBoxWrap input[type="checkbox"],
.checkBoxWrap input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.checkBoxWrap label,
.checkBoxWrap label span {
    line-height: 20px;
}

/*-----------------------------------------------------------------------------
//
//		header
//
-----------------------------------------------------------------------------*/
/*GNB banner*/
.GNB-banner {
    position: relative;
}

.GNB-banner img {
    display: block;
    width: 100%;
}

.GNB-banner .closeIconWrap {
    position: absolute;
    top: 10px;
    right: 15px;
}

.GNB-banner .closeIconWrap img {
    width: 25px;
}

.GNB-banner .checkBoxWrap {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.GNB-banner .checkBoxWrap label {
    color: #343434;
}

/*상단 메뉴 fixed*/
.headerFixedArea.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    background: #fff;
}

/*상단 NAVI*/
.headerTopArea {
    padding: 10px 0;
}

.headerTopArea .menu img {
    width: 21px;
    margin-top: 7px;
}

.headerTopArea .mainLogo h1 {
    position: absolute;
    width: 142px;
    height: 35px;
    left: 50%;
    margin-left: -71px;

    background-image: url('/images/mobile_logo-b550248a4bcf46a8b70496cf3e29b920.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.headerTopArea .mainLogo h1 img{
    position: absolute;
    width: 142px;
    height: 35px;
    left: 50%;
    margin-left: -71px;
}


.headerTopArea .linkLogo h1 img{
    position: absolute;
    width: 142px;
    height: 35px;
    left: 22%;
    margin-left: -71px;

    background-position: center;
    background: #fff;
}

.headerTopArea .userWishList {
    position: relative;
    /*	padding-right:10px;*/
}

.headerTopArea .userWishList img {
    width: 25px;
    margin-top: 7px;
}

.headerTopArea .userWishList .wishCount {
    position: absolute;
    display: block;
    right: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #ee7e24;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    display: none;
}

.headerTopArea .userLikeList img {
    width: 21px;
    margin: 7px 0;
}

/*검색창*/
.headerSearchArea {
    position: relative;
    padding: 10px 18px 20px;
}

.headerSearchArea .LeftBG,
.headerSearchArea .RightBG {
    position: absolute;
    width: 18px;
    height: 40px;
    background-size: 18px 40px;
}

.headerSearchArea .LeftBG {
    background-image: url('/images/background/headerSearchBar_left-9e57339435c559712429cbdd8e267688.png');
    left: 0;
    top: 10px;
}

.headerSearchArea .RightBG {
    background-image: url('/images/background/headerSearchBar_right-4a6708fcc7e50c117a681954c7b566c2.png');
    right: 0;
    top: 10px;
}

.headerSearchArea .headerSearchWrap input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 25px;
    background-image: url('/images/background/headerSearchBar_center-0b0aa0115d8c3446f79e0c3d87363487.png');
    background-size: 110% 40px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 0;
    outline: none;
}

.headerSearchArea .headerSearchWrap .searchBtn {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: url('/images/icon/icon_05-5af0c833432b0620627aa88e030e8890.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    outline: none;
}

/*header MENU*/
.headerMenuArea {
    background: #004ea2;
}

.headerMenuArea .swiper-container {
    padding: 0 20px;
}

.headerMenuArea ul li {
    text-align: center;
    color: #fff;
    width: auto !important;
}

.headerMenuArea a {
    display: block;
    padding: 3px 0;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.headerMenuArea a.active {
    font-weight: 600;
    border-bottom: 3px solid #fff;
    padding-bottom: 0;
}

/*swiper css 수정부분*/
.headerMenuArea .swiper-button-prev:after,
.headerMenuArea .swiper-button-next:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.headerMenuArea .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: -8px;
    background: #004ea2;
}

.headerMenuArea .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -8px;
    right: auto;
    background: #004ea2;
}

/*-----------------------------------------------------------------------------
//
//		footer
//
-----------------------------------------------------------------------------*/
/*footer main*/
.footerWrap {
    position: relative;
    padding: 15px 0;
    background: #5b5b5b;
}

.footerWrap .footer-logo {
    margin-bottom: 20px;
}

.footerWrap .footer-logo img {
    display: block;
    width: 126px;
    margin: 0 auto;
}

.footerWrap .footer-link {
    text-align: center;
    margin-bottom: 10px;
}

.footerWrap .footer-link a,
.footerWrap .footer-link span {
    color: #d8e0e4;
    padding: 0 10px;
}

.footerWrap .footer-link a {
    min-width: 131px;
}

.footerWrap .footer-link span {
    padding: 0;
}

.footerWrap .footer-company-info {
    margin-top: 25px;
    margin-bottom: 10px;
}

.footerWrap .footer-company-info p,
.footerWrap .footer-company-info span,
.footerWrap .footer-company-info a {
    text-align: center;
    color: #d8e0e4;
    font-size: 12px;
    font-weight: 200;
}

.footerWrap .footer-company-info p {
    margin-bottom: 5px;
}

.footerWrap .footer-company-info span {
    margin-right: 15px;
}

.footerWrap .footer-company-info span:last-child {
    margin-right: 0;
}

.footerWrap .footer-company-info p:last-child {
    margin-bottom: 0;
}

.footerWrap .footer-copyright {
    padding-top: 10px;
    border-top: 2px solid #595959;
}

.footerWrap .footer-copyright p {
    text-align: center;
    color: #b3b3b3;
    font-size: 12px;
}

.footerWrap .goToTop {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #f3f4f4;
    opacity: 0.9;
    border-radius: 20px;
    z-index: 100;
    display: none;
}

.footerWrap .goToTop.fixed {
    position: fixed;
    top: auto;
    bottom: 84px;
    right: 10px;
}

.footerWrap .goToTop i {
    display: block;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}

/*-----------------------------------------------------------------------------
//
//		팝업 메뉴
//
-----------------------------------------------------------------------------*/
.allMenuWrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    overflow-y: auto;
    z-index: 1500;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
}

.allMenuWrapper.active {
    left: 0;
}

.allMenuWrapper .topArea {
    position: relative;
    background: #333333;
    padding: 15px 0;
}

.allMenuWrapper .topArea .closeIconWrap {
    position: absolute;
    top: 15px;
    right: 15px;
}

.allMenuWrapper .topArea p {
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.allMenuWrapper .topArea a.btn {
    width: 110px;
}


.allMenuWrapper .topAreaLink {
    background: #333333;
    width: 100%;
    height:40px;
}

.allMenuWrapper .topAreaLink .closeIconWrap {
    float:right;
    padding-top: 10px;
}

.allMenuWrapper .listBoxWrap .iconWrap {
    padding: 5px 0;
    text-align: center;
}

.allMenuWrapper .listBoxWrap .iconWrap img {
    width: 20px;
    vertical-align: middle;
}

.allMenuWrapper .listBoxWrap .iconWrap span {
    font-size: 14px;
    vertical-align: middle;
}

.allMenuWrapper .listBoxWrap .userWishList {
    position: relative;
    display: inline-block;
}

.allMenuWrapper .listBoxWrap .userWishList .wishCount {
    position: absolute;
    display: block;
    right: -7px;
    top: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 8px;
    background: #ee7e24;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    display: none;
}

.allMenuWrapper .listBoxWrap {
    background: #fff;
    margin-bottom: 10px;
    padding-top: 20px;
}

.allMenuWrapper .listBoxWrap:last-child {
    margin-bottom: 0;
}

.allMenuWrapper .listBox {
    margin-bottom: 20px;
}

.allMenuWrapper .listBox:last-child {
    margin-bottom: 0;
}

.allMenuWrapper .listBox h2.borderB {
    border-bottom: 1px solid #c3c3c3;
}

.allMenuWrapper .listBox h2 a {
    padding: 15px 0;
}

.allMenuWrapper .listBox ul {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.allMenuWrapper .listBox:last-child ul {
    border-top: 1px solid #c3c3c3;
    border-bottom: 0;
}

.allMenuWrapper .listBox:last-child ul.border {
    border-top: none;
    padding-bottom: 30px;
}

.allMenuWrapper .listBox li a {
    display: block;
    padding: 13px 10px;
}

.allMenuWrapper .listBox .borderBox li {
    border-left: 1px solid #c3c3c3;
}

.allMenuWrapper .listBox .borderBox li:last-child {
    border-right: 1px solid #c3c3c3;
}

.allMenuWrapper .listBox .borderBox li a {
    font-size: 16px;
    text-align: center;
}

.allMenuWrapper .listBox .noProducts li {
    padding: 30px 20px;
}

.allMenuWrapper .listBox .noProducts li .imgWrap img {
    display: block;
    width: 50px;
    margin: 15px auto;
    display: none;
}

.allMenuWrapper .listBox .noProducts li p {
    text-align: center;
}

/*로그인 후*/
.userInfoWrap {
    padding: 10px 0 20px;
}

.userInfoWrap p.userGrade {
    font-size: 16px;
    margin-bottom: 15px;
}

.userInfoWrap p.userGrade .label {
    font-size: 12px;
    margin-right: 5px;
    padding: 3px 5px;
    vertical-align: middle;
}

.userInfoWrap p.userGrade .grade {
    font-size: 18px;
    font-weight: 600;
}

.userInfoWrap .userInfo {
    /*	margin-bottom:15px;*/
}

.userInfoWrap .userInfo p {
    text-align: center;
}


/*-----------------------------------------------------------------------------
//
//		상품 리스트
//
-----------------------------------------------------------------------------*/
.goodsListWrap .goodsBox {
    width: 50%;
    margin-bottom: 10px;
}

.goodsListWrap.brandGoods .goodsBox {
    text-align: center;
}

.goodsListWrap .goodsBox:nth-child(2n-1) {
    padding-right: 5px;
}

.goodsListWrap .goodsBox:nth-child(2n) {
    padding-left: 5px;
}

.goodsListWrap.border .goodsBox a {
    border: 1px solid #d5d5d5;
}

.goodsListWrap.linkBoxBorder .goodsBox .linkBox {
    border: 1px solid #e8e8e8;
}

.goodsListWrap .goodsBox a.brandLink {
    display: inline-block;
    width: 100%;
    height: 115px;
    padding-top: 15px;
    background: url(/images/background/gift_box_bg-5565905c21a6a10531b27ad0d4f2c478.png);
    background-size: auto 200%;
    background-position: center top;
    background-repeat: no-repeat;
}

.goodsListWrap .goodsBox a.brandLink img.brandLogo {
    display: block;
    margin: 0 auto 5px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #e5e5e5;
}

.goodsListWrap .goodsBox a.linkBox {
    position: relative;
    padding: 7px 7px 12px 7px;
    background: #fff;
}

.goodsListWrap.brandGoods .goodsBox a.linkBox {
    text-align: left;
}

.goodsListWrap .goodsBox .imgWrap img {
    width: 100%;
}

.goodsListWrap .goodsBox .labelWrap {
    position: absolute;
    left: 7px;
    top: 7px;
}

.goodsListWrap .goodsBox .wishGoods {
    position: absolute;
    top: 7px;
    right: 7px;
}

.goodsListWrap .goodsBox .infoWrap,
.wishList .infoWrap {
    min-height: 80px;
}

.goodsListWrap .goodsBox .infoWrap .brand,
.wishList .infoWrap .brand {
    font-size: 12px;
    vertical-align: middle;
}

.goodsListWrap .goodsBox .infoWrap .brand span,
.wishList .infoWrap .brand span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 8px;
    overflow: hidden;
    background: #bcbabb;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    vertical-align: middle;
}

.goodsListWrap .goodsBox .infoWrap .goodsName,
.wishList .infoWrap .goodsName {
    /*	margin-bottom:11px;*/
    font-weight: 500;
}

.goodsListWrap .goodsBox .infoWrap .price,
.wishList .infoWrap .price {
    width: 100%;
    margin-top: 4px;
    font-size: 12px;
    line-height: 17px;
    min-height: 17px;
    color: #868686;
    text-decoration: line-through;
}

.goodsListWrap .goodsBox .infoWrap .dis-price,
.wishList .infoWrap .dis-price {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.goodsListWrap .goodsBox .infoWrap .salePercent,
.wishList .infoWrap .salePercent {
    display: block;
    padding: 0 5px;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
    background: #e1002c;
}

.goodsListWrap .goodsBox .infoWrap .salePercent span,
.wishList .infoWrap .salePercent span {
    color: #fff;
    font-size: 11px;
}

/*관련 상품 없음*/
.noGoodsListWrap {
    padding: 45px 0;
}

.noGoodsListWrap .imgWrap img {
    display: block;
    width: 70px;
    margin: 0 auto 25px;
    display: none;
}

.noGoodsListWrap p {
    text-align: center;
}

/*-----------------------------------------------------------------------------
//
//		상품 리스트2 (관심상품)
//
-----------------------------------------------------------------------------*/
.wishList {
    position: relative;
    padding: 10px 7px;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
}

.wishList .wishListTopArea {
    padding-bottom: 10px;
}

.wishList .checkBoxWrap {
    width: 8%;
}

.wishList .imgWrap {
    position: relative;
    width: 30%;
}

.wishList .imgWrap .soldOut {
    display: none;
}

.wishList .imgWrap .soldOut.active {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.wishList .imgWrap .soldOut span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;

}

.wishList .imgWrap img {
    display: block;
    width: 100%;
}

.wishList .infoWrap {
    width: 60%;
    margin-top: 7px;
}

.wishList .wishListBottomArea {
    padding: 10px 5% 0 9%;
    border-top: 1px solid #d9d9d9;
}

.wishList .wishListBottomArea p {
    line-height: 32px;
}

.wishList .closeIconWrap {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 7px;
}

.wishList .closeIconWrap img {
    float: right;
    width: 15px;
    height: 15px;
}

/*-----------------------------------------------------------------------------
//
//		2뎁스 타이틀
//
-----------------------------------------------------------------------------*/
.pageTitle {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.pageTitle h2 {
    position: relative;
    line-height: 45px;
}

.pageTitle h2 a .fa-angle-left {
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    padding: 0 15px;
    line-height: 45px;
}

.pageTitle .pageTitleCon {
    position: relative;
    line-height: 45px;
}

.pageTitle .pageTitleCon a .fa-angle-left {
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    padding: 0 15px;
    line-height: 45px;
    font-size: 19px;
}

.pageTitle .pageTitleCon .select-control {
    display: inline-block;
    width: calc(50% - 13px);
}

.pageTitle .pageTitleCon .select-control:nth-of-type(1) {
    margin-left: 22px;
}

/*-----------------------------------------------------------------------------
//
//		input style
//
-----------------------------------------------------------------------------*/
.form-group {
    display: block;
    margin-bottom: 20px;
}

.form-group.first {
    margin-top: 20px;
}

.form-group.last {
    margin-bottom: 0;
}

.form-group .form-control {
    display: block;
    width: 100%;
    padding: 0 7px;
    height: 32px;
    line-height: 30px;
}

.form-group .form-control.sm {
    display: block;
    width: 100%;
    padding: 0 3px;
    height: 26px;
    line-height: 24px;
}

.form-group textarea.form-control {
    /*	padding:10px 7px;*/
    padding: 7px;
    height: 150px;
    line-height: 1.3;
}

.form-group.inline .form-control,
.form-group .form-control.sm {
    display: inline-block;
    width: auto;
}

.form-group .form-label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
}

.form-group input[type="text"].form-control,
.form-group input[type="password"].form-control,
.form-group input[type="number"].form-control,
.form-group input[type="tel"].form-control,
.form-group input[type="email"].form-control,
.form-group textarea.form-control {
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-group select.form-control {
    border: 1px solid #d9d9d9;
}

.form-group .btnInput input,
.form-group .btnInput input.sm {
    width: calc(75% - 5px);
}

.form-group .btnInput .btn,
.form-group .btnInput .btn.sm {
    width: 25%;
    margin: 0;
}

.form-group .textInput input,
.form-group .textInput textarea {
    width: calc(85% - 5px);
}

.form-group .textInput .userWriteCount {
    display: block;
    width: 15%;
    margin-left: 5px;
    line-height: 32px;
}

.form-group .textInput_2 input,
.form-group .textInput_2 textarea {
    width: calc(100% - 20px);
}

.form-group .textInput_2 .inputSideText_2 {
    display: block;
    width: 20px;
    line-height: 32px;
    text-align: center;
}

/*전화번호 (입력폼 3개 inline)*/
.form-group.inpupBox_3 .form-control {
    width: 21%;
}

.form-group.inpupBox_3 .deshed {
    display: block;
    width: 5%;
    line-height: 32px;
    text-align: center;
}

/*이메일 인증 제한시간*/
.form-group.emailProof .proof {
    position: relative;
    margin-top: 10px;
}

.form-group.emailProof .proof .limitTime {
    position: absolute;
    display: block;
    padding: 0 10px;
    top: 0;
    right: calc(25% + 5px);

    line-height: 30px;
}

.form-group.privacy .proof {
    position: relative;
    margin-top: 10px;
}

.form-group.privacy .title{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.form-group.privacy .contents{
	margin-top: 5px;
	margin-bottom: 10px;
}

.form-group.privacy .contents .agreementBox .accordionWrap{
	margin-bottom: 10px;
}

.select-control,
.form-group .select-control {
    position: relative;
    padding: 0 !important;
}

.select-control .fa,
.form-group .select-control .fa {
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 14px;
    color: #666;
}

.select-control select,
.form-group .select-control select {
    padding: 0 21px 0 9px;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-control.sm .fa,
.form-group .select-control.sm .fa {
    top: 6px;
    right: 6px;
}

.select-control.sm select,
.form-group .select-control.sm select {
    display: block;
    width: 100%;
    padding: 0 19px 0 6px;
    height: 26px;
    line-height: 24px;
}


::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::placeholder {
    color: #999;
}

/*-----------------------------------------------------------------------------
//
//		pager
//
-----------------------------------------------------------------------------*/
.pagerWrap {
    text-align: center;
}

.pagerWrap li {
    display: inline-block;
    margin: 0 2px;
}

.pagerWrap li:first-child {
    margin-left: 0;
}

.pagerWrap li:last-child {
    margin-right: 0;
}

.pagerWrap li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #c6c5c5;
    line-height: 23px;
    text-align: center;
    color: #939393;
}

.pagerWrap li a.active {
    border: 1px solid #242424;
    color: #242424;
}

.pagerWrap li a i {
    color: #939393;
}

/*-----------------------------------------------------------------------------
//
//		table
//
-----------------------------------------------------------------------------*/
.table {
    width: 100%;
    max-width: 100%;
}

.table.center th,
.table.center td {
    text-align: center;
}

.table.thGray th {
    background: #f2f2f2;
    font-weight: 500;
}

.table.fontSize12 th,
.table.fontSize12 td {
    font-size: 12px;
}

.table.border {
    border: 1px solid #ddd;
}

.table.border th,
.table.border td {
    padding: 15px 0;
    border: 1px solid #ddd;
}

.table.border th {
    background: #f4f4f4;
}

.table td.grayBG_1 {
    background: #fafafa;
}

.table td.grayBG_2 {
    background: #eee;
}

.table.border_1 {
    border: 1px solid #ddd;
}

.table.border_1 th,
.table.border_1 td {
    padding: 10px 5px;
    border: 1px solid #ddd;
}

.table.border_1 th {
    background: #eee;
}

.table.border_2 th {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table.border_2 td {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.table.border_3 {
    border: 1px solid #ddd;
}

.table.border_3 th {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.table.border_3 td {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.table .checkBoxWrap input[type="checkbox"].height21,
.table .checkBoxWrap input[type="radio"].height21 {
    width: 20px;
    height: 21px;
    margin-bottom: 2px;
}

.table.wordBreak th,
.table.wordBreak td {
    word-break: break-all;
}

/*-----------------------------------------------------------------------------
//
//		팝업창
//
-----------------------------------------------------------------------------*/
.popupBG {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 200%;
    background: #fff;
    z-index: 1400;
    transition: all 0.3s;
}

.popupBG.open {
    right: 0;
}

.popupWrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 1500;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
}

.popupWrap.open {
    right: 0;
}

.popupWrap .popupHeader {
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popupWrap .popupHeader h2 {
    text-align: center;
}

.popupWrap .popupHeader .closeIconWrap {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
}

/*-----------------------------------------------------------------------------
//
//		아코디언(오른쪽 아이콘이 버튼일때) 버튼 style
//
-----------------------------------------------------------------------------*/
.accordionTitle {
    position: relative;
}

.accordionBtn.iconBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
}

/*-----------------------------------------------------------------------------
//
//		팝업
//
-----------------------------------------------------------------------------*/
.popupLayer {
    float: left;
    width: 100%;
    max-width: 95%;
    margin-left: 2.5%;
    padding: 5px;
    background-color: #fff
}

.popupLayer .popupLayer-content {
    float: left;
    width: 100%
}

.popupLayer .popupLayer-header {
    float: left;
    width: 100%;
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px
}

.popupLayer .popupLayer-header h3 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popupLayer .popupLayer-header .close {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center
}

.popupLayer .popupLayer-header .close > span {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 28px;
    font-weight: 500
}

.popupLayer .popupLayer-body {
    float: left;
    width: 100%
}

.popupLayer .popupLayer-footer {
    float: left;
    width: 100%;
    margin-top: 10px
}

/*-----------------------------------------------------------------------------
//
//		검색(최근/인기 검색)
//
-----------------------------------------------------------------------------*/
.recentlySearchWrap {
    padding-top: 30px;
}

.recentlySearchWrap .recentlySearch {
    width: 85%;
    margin-bottom: 30px;
}

.recentlySearchWrap .recentlySearch p {
    padding: 15px 15px;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    font-weight: 600;
    background: #f4f4f4;
}

.recentlySearchWrap .recentlySearch ul {
    padding: 20px 15px 0;
    border: 1px solid #d9d9d9;
}

.recentlySearchWrap .recentlySearch ul li {
    margin-bottom: 15px;
    line-height: 20px;
}

.recentlySearchWrap .recentlySearch ul li a {
    font-weight: 400;
}

.recentlySearchWrap .swiper-pagination {
    top: 0px;
    bottom: auto;
}


/*-----------------------------------------------------------------------------
//
//		tooltip
//
-----------------------------------------------------------------------------*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}


.editorWrap {
    display: inline-block;
    width: 100%
}

.editorWrap p {
    margin-bottom: 5px
}

.editorWrap img {
    max-width: 100%
}

.editorWrap strong {
    font-weight: 500
}

.editorWrap table {
    width: 100% !important
}


/* .blocker */
.jquery-modal.blocker {
    z-index: 2200
}

h3.exhibitionTitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

h3.exhibitionTitle span {
    display: inline-block;
    line-height: 35px;
    border-bottom: 1px solid #242424;
}

input.disabled {
    background-color: #efefef;
    opacity: 0.5;
}

/*220516*/
.bottom_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.bottom_nav .inner {
    background: #fff;
    border-top: 1px solid #eaeaea;
    -webkit-box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 5%);
}

.bottom_nav .inner > ul{
    position: relative;
    display: flex;
    padding: 0 20px;
}

.bottom_nav .inner > ul > li{
    width: 100%;
    height: 60px;
}

.bottom_nav .inner > ul > li a{
    position: relative;
    display: block;
    height: 48px;
    padding-top: 33px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.bottom_nav .inner > ul > li a:before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 21px;
    height: 21px;
    margin-left: -10px;
    background-repeat: no-repeat;
    background-size: 21px 21px;
}

.bottom_nav .inner > ul > li.send a:before{
    background-image: url(/images/common/quick_01-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.wallet a:before{
    background-image: url(/images/common/quick_02-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.more a:before{
    background-image: url(/images/common/quick_03-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.mypage a:before{
    background-image: url(/images/common/quick_04-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.send.on a:before{
    background-image: url(/images/common/quick_01_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.wallet.on a:before{
    background-image: url(/images/common/quick_02_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.more.on a:before{
    background-image: url(/images/common/quick_03_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.mypage.on a:before{
    background-image: url(/images/common/quick_04_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.footerWrap{
    padding: 15px 0 80px 0;
}

.footerWrap .goToTop{
    top: auto;
    bottom: 70px;
}

input.disabled{background-color:#efefef; opacity: 0.5;}


/*220516*/
.bottom_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.bottom_nav .inner {
    background: #fff;
    border-top: 1px solid #eaeaea;
    -webkit-box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 -4px 5px 0 rgb(0 0 0 / 5%);
}

.bottom_nav .inner > ul {
    position: relative;
    display: flex;
    padding: 0 20px;
}

.bottom_nav .inner > ul > li {
    width: 100%;
    height: 60px;
}

.bottom_nav .inner > ul > li a {
    position: relative;
    display: block;
    height: 48px;
    padding-top: 33px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.bottom_nav .inner > ul > li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 21px;
    height: 21px;
    margin-left: -10px;
    background-repeat: no-repeat;
    background-size: 21px 21px;
}

.bottom_nav .inner > ul > li.send a:before {
    background-image: url(/images/common/quick_01-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.wallet a:before {
    background-image: url(/images/common/quick_02-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.more a:before {
    background-image: url(/images/common/quick_03-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.mypage a:before {
    background-image: url(/images/common/quick_04-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.send.on a:before {
    background-image: url(/images/common/quick_01_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.wallet.on a:before {
    background-image: url(/images/common/quick_02_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.more.on a:before {
    background-image: url(/images/common/quick_03_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.bottom_nav .inner > ul > li.mypage.on a:before {
    background-image: url(/images/common/quick_04_on-d41d8cd98f00b204e9800998ecf8427e.png)
}

.footerWrap {
    padding: 15px 0 80px 0;
}

.footerWrap .goToTop {
    top: auto;
    bottom: 70px;
}

.headerTopArea .menu,
.headerTopArea .userWishList {
    line-height: 35px;
    vertical-align: middle;
}

.headerTopArea .menu img {
    height: 22px;
    width: auto;
    margin-top: 0;
    vertical-align: middle;
}

.headerTopArea .userWishList img {
    height: 25px;
    width: auto;
    margin-top: 0;
    vertical-align: middle;
}

.search-wrap {
    padding: 15px 0;
    overflow: hidden;
}

.search-wrap .headerSearchArea {
    padding: 0;
    background: url(/images/icon/input_bg-77cf9545e01904944fea246ecf1de7c7.png) center no-repeat;
    border-radius: 25px;
    height: 50px;
    background-size: cover;
}

.search-wrap .headerSearchArea.w67p {
    width: 67%;
    float: left;
}

.search-wrap .headerSearchArea .LeftBG,
.search-wrap .headerSearchArea .RightBG {
    display: none;
}

.search-wrap .headerSearchArea .headerSearchWrap {
    background: #fff;
    border: none;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 23px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    top: 2px;
}

.search-wrap .headerSearchArea .headerSearchWrap input {
    background: none;
    width: calc(100% - 25px);
    height: 46px;
    line-height: 46px;
    padding-right: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.search-wrap .headerSearchArea .headerSearchWrap input::-webkit-input-placeholder {
    color: #afafaf;
    font-weight: 400;
}

.search-wrap .headerSearchArea .headerSearchWrap .searchBtn {
    background: pink;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 18px;
    background: url(/images/icon/ico_search-f74664f9319f2cf8d026f3620e7ec3fa.png) center no-repeat;
    background-size: contain;
}

.search-wrap .switch-wrap.w33p{
    float: right;
    width: calc(33% - 10px);
}

.switch {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    background: #f7f7f7;
    border-radius: 25px;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    line-height: 50px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.switch-label:active {
    font-weight: 600;
}

.switch-label-off {
    padding-left: 0;
}

.switch-label-on {
    padding-right: 0;
}

.switch-input {
    display: none;
}

.switch-input:checked + .switch-label {
    font-weight: 500;
    color: #004F9C;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.switch-selection {
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    top: 3px;
    left: 3px;
    display: block;
    width: calc(50% - 6px);
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #004F9C;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
    right: 3px;
    left: auto;
    border-color: #ef7d00;
    /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-input:checked + .switch-label.switch-label-on {
    color: #ef7d00;
}

.loading{height:303px;position:absolute;width:100%;top:25%;margin-top:-100px;}
.loginBtn01{width:55px;margin:20px 10px;cursor: pointer;}
.mgt40{margin-top:40px}
.loading .logo{width: 167px;height: 60px;}

/*header 보정*/
/* .headerMenuArea{
    background: #1f4d9c;
}

.headerMenuArea li.swiper-slide a{
    opacity: 0.4;
    line-height: 55px;
}

.headerMenuArea li.swiper-slide.swiper-slide-active a{
    opacity: 1;
} */
