@charset "utf-8";

.mongLayer_wrap .layerOverlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    opacity: 0;
    background: rgba(39, 39, 39, 0.6);
}

.mongLayer {
    display: none;
    position: fixed;
    right: 0;
    bottom: -100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.mongLayer.round {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.mongLayer.open {
    display: block;
}

.mongLayer_close {
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 9999;
    width: 40px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #333;
}

.mongLayer_close:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: inherit;
}

.mongLayer_head {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 15;
    padding: 16px 28px 14px;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.round .mongLayer_head {
    -moz-border-radius: 28px 28px 0 0;
    -webkit-border-radius: 28px 28px 0 0;
    border-radius: 28px 28px 0 0;
}

.mongLayer_head h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.mongLayer_head h2 i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 30px;
}

.mongLayer_cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.mongLayer_cont .inner {
    height: 100%;
}

.mongLayer_cont .scrollwrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.mongLayer_foot {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding: 20px 28px;
    height: 96px;
    background: #fff;
}

.mongLayer_foot .btn_wrap ul {
    margin: 0 -4px;
}

.mongLayer_foot .btn_wrap ul li {
    float: left;
    padding: 0 4px;
    width: 100%;
}

.mongLayer_foot .btn_wrap ul.col2 li {
    width: 50%;
}

.mongLayer_foot .btn_wrap ul.col3 li {
    width: 33.333333%;
}

/* ——————————————————————————
 * 카테고리 선택
/* —————————————————————————— */
#ly_cate .mongLayer_close {
    color: #fff;
}

#ly_cate .mongLayer_cont {
    background: #272727;
}

#ly_cate .mongLayer_cont .scrollwrap {
    padding: 60px;
}

#ly_cate .mongLayer_cont li {
    text-align: center;
}

#ly_cate .mongLayer_cont li a {
    display: inline-block;
    position: relative;
    padding: 0 18px;
    font-size: 22px;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.3);
}

#ly_cate .mongLayer_cont li.active a {
    color: #fff;
}

#ly_cate .mongLayer_cont li.active a:after,
#ly_cate .mongLayer_cont li.active a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #a50034;
    border-radius: 50%;
}

#ly_cate .mongLayer_cont li.active a:before {
    left: 0;
}

#ly_cate .mongLayer_cont li.active a:after {
    right: 0;
}

/* ——————————————————————————
 * 스마트필터
/* —————————————————————————— */
#ly_filter .mongLayer {
    height: 94%;
}

#ly_filter .mongLayer_cont .scrollwrap {
    padding: 0 28px 1px;
}

#ly_filter .mongLayer_foot .btn_wrap ul li.btn_reset {
    width: 25%;
}

#ly_filter .mongLayer_foot .btn_wrap ul li.btn_search {
    width: 75%;
}

#ly_filter .mongLayer_foot .btn_wrap ul li.btn_reset .btn {
    font-size: 18px;
    font-weight: normal;
}

#ly_filter .mongLayer_foot .btn_wrap ul li.btn_search .btn {
    overflow: hidden;
    text-align: left;
}

#ly_filter .mongLayer_foot .btn_wrap ul li.btn_search .btn i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
}

#ly_filter .mongLayer_foot .btn_wrap ul li.btn_search .btn em {
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0;
}

/* filter_viewType */
#ly_filter .filter_viewType {
    position: relative;
    padding: 16px 0;
    line-height: 30px;
}

#ly_filter .filter_viewType:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    padding-right: 28px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

#ly_filter .filter_viewType h3 {
    font-size: 14px;
}

#ly_filter .filter_viewType ul {
    position: absolute;
    top: 16px;
    right: 0;
}

#ly_filter .filter_viewType ul li {
    float: left;
    margin-left: 20px;
}

#ly_filter .filter_viewType ul li:first-child {
    margin-left: 0;
}

#ly_filter .filter_viewType ul li button {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.025em;
    color: #aaa;
    background: transparent;
}

#ly_filter .filter_viewType ul li button i {
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    vertical-align: text-bottom;
}

#ly_filter .filter_viewType ul li button.on {
    color: #a50034;
}

/* filter_accd */
#ly_filter .filter_accd .item {
    position: relative;
}

#ly_filter .filter_accd .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    padding-right: 28px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

#ly_filter .filter_accd .item .tit a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16px 30px 16px 0;
    line-height: 30px;
}

#ly_filter .filter_accd .item .tit a h3 {
    float: left;
    padding-right: 16px;
    width: 34%;
    font-size: 14px;
}

#ly_filter .filter_accd .item .tit a .sel_opt {
    overflow: hidden;
    float: left;
    width: 66%;
    text-align: right;
    text-overflow: ellipsis;
    color: #a50034;
    white-space: nowrap;
}

#ly_filter .filter_accd .item .tit a .sel_opt span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.025em;
}

#ly_filter .filter_accd .item .tit a:after,
#ly_filter .filter_accd .item .tit a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 9px;
    height: 1px;
    background-color: #aaa;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#ly_filter .filter_accd .item.active .tit a:after,
#ly_filter .filter_accd .item.active .tit a:before {
    background-color: #2d2d2d;
}

#ly_filter .filter_accd .item .tit a:before {
    right: 0;
}

#ly_filter .filter_accd .item .tit a:after {
    right: 6px;
}

#ly_filter .filter_accd .item .tit a:after,
#ly_filter .filter_accd .item.active .tit a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ly_filter .filter_accd .item .tit a:before,
#ly_filter .filter_accd .item.active .tit a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#ly_filter .filter_accd .item .cont {
    position: relative;
    z-index: 1;
    margin: 0 -28px;
    padding: 20px 28px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#ly_filter .filter_accd .item .cont .opt_lst {
    margin: -8px 0 0 -8px;
    font-size: 0;
}

#ly_filter .filter_accd .item .cont .opt_lst li {
    display: inline-block;
    padding: 8px 0 0 8px;
}

#ly_filter .filter_accd .item .cont .opt_lst li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 16px;
    min-width: 68px;
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    color: #aaa;
    white-space: nowrap;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
}

#ly_filter .filter_accd .item .cont .opt_lst li.on a {
    color: #a50034;
    background: rgba(80, 62, 157, 0.1);
    border-color: #a50034;
    box-shadow: 0 1px 5px 0 rgba(80, 62, 157, 0.15);
}

/* ——————————————————————————
 * 간편상담신청
/* —————————————————————————— */
#ly_inquire .mongLayer {
    height: 94%;
}

#ly_inquire .mongLayer_cont .scrollwrap {
    padding: 28px;
}

#ly_inquire .mongLayer_cont p.desc {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: -0.05em;
}

#ly_inquire .mongLayer_cont .inquire_form {
    margin-top: 30px;
}

#ly_inquire .mongLayer_cont .inquire_form > ul > li {
    position: relative;
    margin-top: 24px;
}

/* ——————————————————————————
 * 공유하기
/* —————————————————————————— */
#ly_share .mongLayer {
    height: auto;
}

#ly_share .mongLayer_cont {
    position: relative;
}

#ly_share .mongLayer_cont .inner {
    padding: 8px 28px 22px;
}

#ly_share .mongLayer_cont .share_icon > ul {
    font-size: 0;
    text-align: center;
}

#ly_share .mongLayer_cont .share_icon > ul > li {
    display: inline-block;
    margin-top: 16px;
    width: 33.333333%;
}

#ly_share .mongLayer_cont .share_icon > ul > li a {
    display: block;
    text-align: center;
}

#ly_share .mongLayer_cont .share_icon > ul > li a:before {
    display: inline-block;
    content: "";
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#ly_share .mongLayer_cont .share_icon > ul > li a.sns_url:before {
    background-image: url("../img/sns_url.svg");
}

#ly_share .mongLayer_cont .share_icon > ul > li a.sns_kakaotalk:before {
    background-image: url("../img/sns_kakaotalk.svg");
}

#ly_share .mongLayer_cont .share_icon > ul > li a.sns_kakaostory:before {
    background-image: url("../img/sns_kakaostory.svg");
}

#ly_share .mongLayer_cont .share_icon > ul > li a.sns_facebook:before {
    background-image: url("../img/sns_facebook.svg");
}

#ly_share .mongLayer_cont .share_icon > ul > li a.sns_twitter:before {
    background-image: url("../img/sns_twitter.svg");
}

#ly_share .mongLayer_cont .share_icon > ul > li a p {
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}

/* ——————————————————————————
 * 옵션선택 (orderStpe1)
/* —————————————————————————— */
#ly_orderStpe1 .mongLayer {
    height: auto;
}

#ly_orderStpe1 .mongLayer_head h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

#ly_orderStpe1 .mongLayer_cont {
    position: relative;
}

#ly_orderStpe1 .mongLayer_cont .inner {
    padding: 18px;
}

#ly_orderStpe1 .mongLayer_cont .selectType_1 {
    margin-bottom: 12px;
}

#ly_orderStpe1 .mongLayer_cont ul {
    font-size: 0;
    line-height: 48px;
}

#ly_orderStpe1 .mongLayer_cont ul li {
    display: inline-block;
    width: 50%;
}

#ly_orderStpe1 .mongLayer_cont ul li.prc {
    text-align: right;
}

#ly_orderStpe1 .mongLayer_cont ul li.prc span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.01em;
}

#ly_orderStpe1 .mongLayer_cont ul li.prc span em {
    display: inline-block;
    margin-top: -1px;
    font-size: 24px;
    font-weight: 700;
}

#ly_orderStpe1 .mongLayer_foot {
    padding: 18px;
    border-top: 1px dashed #ddd;
}

/* ——————————————————————————
 * 제휴카드
/* —————————————————————————— */
#ly_card .mongLayer {
    height: 94%;
}

#ly_card .mongLayer_cont .scrollwrap {
    margin-top: 60px;
    padding: 28px;
}

/* tbl_CardInfo */
#ly_card .tbl_CardInfo li {
    position: relative;
    padding: 30px 0;
    border-top: 1px dashed #ddd;
}

#ly_card .tbl_CardInfo li:first-child {
    padding-top: 0;
    border-top: 0;
}

#ly_card .tbl_CardInfo li .img {
    text-align: center;
}

#ly_card .tbl_CardInfo li .img img {
    width: 200px;
    height: auto;
}

#ly_card .tbl_CardInfo li .info {
    margin-top: 18px;
}

#ly_card .tbl_CardInfo li .info h3 {
    font-size: 16px;
    font-weight: 700;
}

#ly_card .tbl_CardInfo li .info .desc {
    margin-top: 2px;
    font-size: 12px;
}

#ly_card .tbl_CardInfo li .info .desc em {
    color: #e60031;
}

#ly_card .tbl_CardInfo li .info .txt {
    margin-top: 12px;
    border-top: 1px solid #2d2d2d;
}

#ly_card .tbl_CardInfo li .info .txt dl {
    display: table;
    width: 100%;
}

#ly_card .tbl_CardInfo li .info .txt dl dd,
#ly_card .tbl_CardInfo li .info .txt dl dt {
    display: table-cell;
    padding: 10px;
    font-size: 11px;
    vertical-align: middle;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #eee;
}

#ly_card .tbl_CardInfo li .info .txt dl dt {
    width: 30%;
    background: #f7f7f7;
}

#ly_card .tbl_CardInfo li .info .txt dl dd {
    width: 70%;
    color: #888;
}

#ly_card .tbl_CardInfo li .info .txt dl dd em {
    color: #2d2d2d;
}

#ly_card .tbl_CardInfo li .info .txt dl dd a.call {
    display: inline-block;
    color: #2d2d2d;
    border-bottom: 1px solid #555;
}

#ly_card .tbl_CardInfo li .info .txt dl dd .m_none {
    display: none;
}

#ly_card .tbl_CardInfo li .info .lstTxt {
    margin-top: 10px;
    font-size: 11px;
    color: #aaa;
}

/* ——————————————————————————
 * 이벤트 및 혜택
/* —————————————————————————— */
#ly_event .mongLayer {
    height: 94%;
}

#ly_event .mongLayer_cont .scrollwrap {
    text-align: center;
}

#ly_event .mongLayer_cont .scrollwrap img {
    max-width: 100%;
}

/* ——————————————————————————
 * 검색페이지
/* —————————————————————————— */
#ly_search .mongLayer {
    background: #a50034;
}

#ly_search .mongLayer .mongLayer_close {
    color: #fff !important;
}

#ly_search .mongLayer_cont h3 {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}

#ly_search .mongLayer_cont .search_bar {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 40px;
    transform: translateY(-50%);
}

#ly_search .mongLayer_cont .search_inp {
    padding: 5px 55px 5px 5px;
    border-bottom: 2px solid #fff;
}

#ly_search .mongLayer_cont .search_inp input {
    width: 100%;
    font-size: 20px;
    color: #fff !important;
}

#ly_search .mongLayer_cont .search_inp input::placeholder {
    color: #fff !important;
}

#ly_search .mongLayer_cont .search_bar button.btn_sch_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 39px;
    font-size: 20px;
    color: #fff;
}

#ly_orderCombine .mongLayer {
    height: 80dvh;
    border-radius: 12px 12px 0 0;
}

#ly_orderCombine .mongLayer_head {
    padding: 16px 20px;
}

#ly_orderCombine .mongLayer .mongLayer_cont .inner {
    overflow-y: scroll;
    padding-bottom: 64px;
}

#ly_orderCombine .combine_intro {
    padding: 20px 14px;
    border-bottom: 4px solid #f2f3f5;
}

#ly_orderCombine .combine_intro .intro_text {
    font-size: 15px;
    font-weight: 500;
}

#ly_orderCombine .combine_intro .txt_red {
    margin-top: 12px;
    font-size: 12px;
}

#ly_orderCombine #optionLists {
    padding: 20px 14px;
}

#ly_orderCombine #optionLists .modal_option_input_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#ly_orderCombine .radios input {
    position: absolute;
    top: 0;
}

#ly_orderCombine .radios input + label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 48px;
    font-size: 13px;
    line-height: 48px;
    color: #555;
    border: 2px solid #c2c2c2;
    border-radius: 4px;
}

#ly_orderCombine .modal_option_input_wrap select {
    padding: 0 16px;
    height: 48px;
    font-size: 13px;
    line-height: 48px;
    color: #555;
    border: 2px solid #c2c2c2;
    border-radius: 4px;
}

#ly_orderCombine .radios input + label span {
    font-size: 13px;
    line-height: 28px;
}

#ly_orderCombine .radios input + label span em {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

#ly_orderCombine .radios input:checked + label {
    color: #a50034;
    border-color: #a50034;
}

#ly_orderCombine .input_cart_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    z-index: 11;
    padding: 0 14px;
    width: 100%;
    height: 64px;
    background: #a50034;
}

#ly_orderCombine .input_cart_btn p {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

#ly_orderCombine .input_cart_btn p.get_combine_cart_text {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 500;
}

#ly_orderCombine .input_cart_btn p span {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

#ly_orderCombine .mongLayer_cont #optionLists {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#ly_orderCombine .mongLayer_cont #optionLists h3 {
    font-size: 14px;
    font-weight: 500;
}

#ly_orderCombine .mongLayer_cont .combine_item_tit {
    padding: 20px 20px 0;
    font-size: 13px;
    color: #666;
}

#ly_orderCombine .mongLayer_cont .combine_item_tit span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #202020;
}

/*#ly_introCombine*/
#ly_introCombine .mongLayer {
    height: 230px;
    border-radius: 12px 12px 0 0;
}

#ly_introCombine .mongLayer_head {
    padding: 16px 20px;
}

#ly_introCombine .combine_intro {
    padding: 20px 14px;
}

#ly_introCombine .combine_intro .intro_text {
    font-size: 15px;
    font-weight: 500;
}

#ly_introCombine .combine_intro .txt_red {
    margin-top: 12px;
    font-size: 12px;
}
