@charset "utf-8";

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

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

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

.mongLayer.open {
    display: block;
}

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

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

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

.round .mongLayer_head {
    -webkit-border-radius: 28px 28px 0 0;
    -moz-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;
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
}

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

.mongLayer_cont .inner {
    height: 100%;
    position: relative;
}

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

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

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

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

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

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


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

#ly_cate .mongLayer_cont {
    background: #FFF
}

#ly_cate .mongLayer_cont #aside h1 {
    height: 40px;
    padding: 10px 0 0 20px;
}

#ly_cate .mongLayer_cont #aside h1 img {
    max-height: 40px;
}

#ly_cate .mongLayer_cont #aside {
    padding: 0;
}

#ly_cate .mongLayer_cont .icon_menu {
    width: 70px;
    padding: 30px 14px 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #213760;
    background-image: linear-gradient(90deg, #091636 0%, #213760 100%);
    background-image: -webkit-linear-gradient(90deg, #091636 0%, #213760 100%);
    z-index: 10;
}

#ly_cate .mongLayer_cont .icon_menu li a {
    width: 42px;
    height: 42px;
    position: relative;
    text-align: center;
    font-size: 0;
    display: block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 8%);
    border-radius: 42%;
    padding: 12px;
}

#ly_cate .mongLayer_cont .icon_menu li:first-child {
    margin-top: 0;
}

#ly_cate .mongLayer_cont .icon_menu li {
    margin-top: 8px;
}

#ly_cate .mongLayer_cont .icon_menu li i {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

#ly_cate .mongLayer_cont .icon_menu ul:after {
    display: none;
}

#ly_cate .mongLayer_cont .icon_menu li a em.cnt {
    display: inline-block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    border-radius: 9px;
    font-weight: 700;
    background: #FFF;
    color: #213760;
    padding: 0 4px;
    letter-spacing: -0.02em;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -4px;
}

#ly_cate .mongLayer_cont #aside .nav {
    padding: 20px 20px 20px 98px;
}

#ly_cate .mongLayer_cont #aside .category_menu > li a {
    font-size: 18px;
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
}

/* ——————————————————————————
 * 스마트필터
/* —————————————————————————— */
#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 {
    text-align: left;
    overflow: hidden
}

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

#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: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    padding-right: 28px;
    background: #eeeeee
}

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

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

#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 {
    background: transparent;
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: 30px;
    color: #aaa;
    font-weight: 500
}

#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: #213760;
}

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

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

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

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

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

#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;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 9px;
    height: 1px;
    background-color: #aaa;
    content: '';
    -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;
    margin: 0 -28px;
    background: #f9f9f9;
    padding: 20px 28px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 1
}

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

#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 {
    min-width: 68px;
    height: 38px;
    line-height: 36px;
    padding: 0 16px;
    display: block;
    border: 1px solid #e4e4e4;
    color: #aaa;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-radius: 12px
}

#ly_filter .filter_accd .item .cont .opt_lst li.on a {
    border-color: #213760;
    background: rgba(33, 55, 96, 0.1);
    color: #213760;
    box-shadow: 0 1px 5px 0 rgba(33, 55, 96, 0.15)
}

/* ——————————————————————————
 * 검색페이지
/* —————————————————————————— */
#ly_search .mongLayer {
    background-color: #213760;
    background: linear-gradient(-45deg, #213760, #091636);
    background-size: 400% 400%;
    animation: callBoxBg 15s ease infinite;
}

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

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

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

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

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

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

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

/* ——————————————————————————
 * 간편상담신청
/* —————————————————————————— */
#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 {
    width: 33.333333%;
    display: inline-block;
    margin-top: 16px
}

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

#ly_share .mongLayer_cont .share_icon > ul > li a:before {
    content: '';
    width: 56px;
    height: 56px;
    display: inline-block;
    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 {
    color: #999;
    font-size: 12px;
    margin-top: 6px
}


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

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

#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 {
    width: 50%;
    display: inline-block
}

#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;
    font-size: 24px;
    font-weight: 700;
    margin-top: -1px
}

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


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

#ly_card .mongLayer_cont .scrollwrap {
    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-weight: 700;
    font-size: 16px
}

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

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

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

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

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

#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 {
    color: #2d2d2d;
    border-bottom: 1px solid #555;
    display: inline-block
}

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

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


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

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

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