@charset "utf-8";

/*------------------------------------------------------------
	common style
------------------------------------------------------------*/
/* 81-SPY */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
h1 {
    font-size: 4.2rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

.note {
    font-size: 1.2rem;
}

.content {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 100rem;
}

.skip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.skip a {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin-bottom: -1px;
}

.blind{
    display: none;
}

/* 페이지네이션 */
.page.design1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page.design1 .page-list{
    display: flex;
    gap: 0.9rem;
    margin: 0 4.9rem;
}
.page.design1 .page-list .page-item{
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;

    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6rem;
}
.page.design1 .page-list .page-item.current{
    background-color: #B90000;
}
.page.design1 .page-util{
    display: flex;
}
.page.design1 .util-item{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1.4rem;
}
.page.design1 .util-item.disabled{
    pointer-events: none;
}
.page.design1 .util-item.first{
    width: 1.3rem;
    background-image: url(/resources/assets/img/rflensworld/common/first.png);
}
.page.design1 .util-item.prev{
    width: 0.8rem;
    background-image: url(/resources/assets/img/rflensworld/common/prev.png);
    margin-left: 2rem;
}
.page.design1 .util-item.last{
    width: 1.3rem;
    background-image: url(/resources/assets/img/rflensworld/common/last.png);
}
.page.design1 .util-item.next{
    width: 0.8rem;
    background-image: url(/resources/assets/img/rflensworld/common/next.png);
    margin-right: 2rem;
}

/* disable시 */
.page.design1 .util-item.first.disabled{
    background-image: url(/resources/assets/img/rflensworld/common/d-first.png);
}
.page.design1 .util-item.prev.disabled{
    background-image: url(/resources/assets/img/rflensworld/common/d-prev.png);
}
.page.design1 .util-item.last.disabled{
    width: 1.3rem;
    background-image: url(/resources/assets/img/rflensworld/common/d-last.png);
}
.page.design1 .util-item.next.disabled{
    width: 0.8rem;
    background-image: url(/resources/assets/img/rflensworld/common/d-next.png);
    margin-right: 2rem;
}


@media all and (max-width: 767px) {
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    .note {
        font-size: 1rem;
    }

    .page.design1 .page-list {
        margin: 0 4rem;
    }
    .page.design1 .page-list .page-item {
        font-weight: 400;
    }
    .page.design1 .util-item.prev {
        margin-left: 1.85rem;
    }
    .page.design1 .util-item.next {
        margin-right: 1.85rem;
    }
}

/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.1rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: calc(28/18);
    border-bottom: 0.2rem solid #b90000;
}

.headline01.en {
    font-family: var(--en-font);
}

.headline01.size-h2 {
    margin-bottom: 2.7rem;
    padding-bottom: 1.7rem;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: inherit;
}

@media all and (max-width: 767px) {
    .headline01 {
        margin-bottom: 0.6rem;
        padding-bottom: 0.3rem;
        font-size: 1.7rem;
        line-height: 1;
        border-bottom-width: 0.1rem;
    }

    .headline01.size-h2 {
        padding-bottom: 1.3rem;
        margin-bottom: 1.3rem;
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
    margin: 0 0 4rem;
    padding: 0 0 0 2.4rem;
    position: relative;
    font-size: 3.4rem;
}

.headline02::before {
    width: 0.6rem;
    position: absolute;
    left: 0;
    top: 1.1rem;
    bottom: 1.4rem;
    background-color: #b90000;
    content: "";
}

.headline02.size-h3 {
    margin-bottom: 0.8rem;
    padding-left: 2.2rem;
    font-size: 2.4rem;
}

.headline02.size-h3::before {
    top: 0.5rem;
    bottom: 0.8rem;
}

@media all and (max-width: 767px) {
    .headline02 {
        margin-bottom: 4.5rem;
        padding-left: 1.1rem;
        font-size: 2rem;
    }

    .headline02::before {
        width: 0.2rem;
        top: 0.6rem;
        bottom: 0.7rem;
    }

    .headline02.size-h3 {
        padding-left: 1.3rem;
        font-size: 1.8rem;
    }

    .headline02.size-h3::before {
        top: 0.4rem;
        bottom: 0.4rem;
        width: 0.4rem;
    }
}

/*------------------------------------------------------------
	com-dots
------------------------------------------------------------*/
.com-dots {
    padding: 1.5rem 0 4.4rem;
    display: flex;
    justify-content: center;
    gap: 0 5.9rem;
    background-color: #2c2c2c;
}

.com-dots li {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background-color: #d6d6d6;
    position: relative;
    cursor: pointer;
}

.com-dots li.slick-active {
    background-color: #c00;
}

.com-dots li button {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

@media all and (max-width: 767px) {
    .com-dots {
        padding: 1.5rem 0 4.9rem;
        gap: 0 3.6rem;
    }

    .com-dots li {
        width: 0.7rem;
        height: 0.7rem;
    }
}

/*------------------------------------------------------------
	headline03
------------------------------------------------------------*/
.headline03 {
    margin-bottom: 1.4rem;
    padding-bottom: 1.2rem;
    line-height: calc(46/34);
    border-bottom: 0.2rem solid #b90000;

}

@media all and (max-width: 767px) {
    .headline03 {
        margin-bottom: 1.2rem;
        padding-bottom: 0.9rem;
        line-height: calc(60/40);
        border-bottom-width: 0.1rem;
    }
}

/*------------------------------------------------------------
	page-path
------------------------------------------------------------*/
.page-path {
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page-path ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.6rem 0 0.8rem;
    max-width: 140rem;
    margin: 0 auto;
}

.page-path ul li,
.page-path ul li a {
    font-size: 1.2rem;
}

.page-path ul li::after {
    margin: 0 0.9rem;
    display: inline-block;
    content: "＞";
}

.page-path ul li:last-child::after {
    display: none;
}

.page-path ul li a {
    text-decoration: underline;
}

@media all and (min-width: 768px) {
    .page-path ul li a:hover {
        text-decoration: none;
        opacity: 1;
    }
}

@media all and (max-width: 767px) {
    .page-path {
        padding: 0 2rem;
    }

    .page-path ul li,
    .page-path ul li a {
        font-size: 1rem;
    }
}

/*------------------------------------------------------------
	key-visual
------------------------------------------------------------*/
.key-visual {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.key-visual .img {
    width: auto;
}

.key-visual .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-visual .text {
    /*padding: 0.8rem 0 0;*/
    width: calc(50% - 3.2rem);
    height: 100%;
    display: flex;
    /*align-items: center;*/
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;

    /*250708 추가*/
    flex-direction: column;
    justify-content: center;
}

.key-visual .text h1 {
    padding: 0 0 0.6rem;
    width: 100%;
    font-size: 4.2rem;
    font-feature-settings: "palt";
    border-bottom: 0.2rem solid #b90000;
}

.key-visual .text h1.en {
    font-family: var(--en-font);
}

.key-visual .text h1 .red {
    color: #c00;
}

.key-visual .text .summary {
    color: #ECECEC;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0.8rem;
}

.key-visual .text.lower h1 {
    border-bottom: none;
}

.key-visual .text.lower h1 small {
    margin-bottom: -0.2rem;
    padding-bottom: 0.2rem;
    display: block;
    font-size: 3rem;
    border-bottom: 0.2rem solid #b90000;
}

@media all and (min-width: 768px) {
    .key-visual .img {
        aspect-ratio: 1400/280;
    }
}

@media all and (max-width: 767px) {
    .key-visual .img {
        aspect-ratio: 375/222;
    }

    .key-visual .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .key-visual .text {
        /*padding: 0 0 2rem;*/
        /* width: calc(50% + 8.3rem); */
        width: 58%;
    }

    .key-visual .text h1 {
        padding-bottom: 0;
        font-size: 2.4rem;
        line-height: 140%;
        border-bottom-width: 0.1rem;
    }

    .key-visual .text.lower h1 small {
        font-size: 1.8rem;
        border-bottom-width: 0.1rem;
    }

    .key-visual .text .summary {
        font-size: 1.2rem;
    }
}

/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadein-up {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fadein-up.show {
    transform: translateY(0);
    opacity: 1;
}

/*------------------------------------------------------------
	common-link-list
------------------------------------------------------------*/
.common-link-list {
    padding: 1rem 1rem 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    background-color: #2c2c2c;
}

.common-link-list li {
    width: calc((100% - 2rem) / 3);
    background-color: #fff;
}

.common-link-list li a {
    position: relative;
    display: block;
    height: 100%;
    transition: none;
}

.common-link-list li.none a {
    pointer-events: none;
}

.common-link-list li a .text {
    padding: 1rem 3.7rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.common-link-list li a .title {
    padding: 0 1rem 0.5rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3rem;
    text-align: center;
    position: relative;
    border-bottom: 0.2rem solid #b90000;
    box-sizing: border-box;

}

.common-link-list li a .title::after {
    width: 1.2rem;
    height: 1.5rem;
    background: url(/resources/assets/img/rflensworld/common/icon-arrow01.png) no-repeat center / 100%;
    content: "";
}

.common-link-list li a .title .red {
    color: #c00;
}

.common-link-list li a .title.en {
    font-family: var(--en-font);
}

.common-link-list li a .title.en::after {
    margin-top: 0.4rem;
}

.common-link-list li a .photo img {
    width: 100%;
}

@media all and (min-width: 768px) {
    .common-link-list li a:hover {
        opacity: 0.75;
    }
}

@media all and (max-width: 1100px) and (min-width: 768px) {
    .common-link-list li a .title {
        font-size: 2.1rem;
    }

    .common-link-list li a .title::after {
        top: 0.8rem;
    }
}

@media all and (max-width: 767px) {
    .common-link-list {
        display: block;
    }

    .common-link-list li {
        margin-bottom: 1rem;
        width: auto;
    }

    .common-link-list li:last-child {
        margin-bottom: 0;
    }

    .common-link-list li a {
        display: block;
    }

    .common-link-list li .photo {
        aspect-ratio: 711/300;
        overflow: hidden;
    }

    .common-link-list li .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .common-link-list li a .title {
        padding: 0 0.6rem 0.2rem 0.6rem;
        border-bottom-width: 0.1rem;
    }

    .common-link-list li a .text {
        padding: 0.4rem 2rem 0;
    }

    .common-link-list li a .title::after,
    .common-link-list li a .title.en::after {
        width: 0.6rem;
        height: 0.8rem;
    }
}

/* wrap */
.common-link-list.wrap li .photo {
    height: 100%;
    position: relative;
}

.common-link-list.wrap li a .photo::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    background-color: #000;
    content: "";
}

@media all and (min-width: 768px) {
    .common-link-list.wrap {
        gap: 1.2rem 1rem;
    }

    .common-link-list.wrap li {
        aspect-ratio: 454/150;
        width: calc((100% - 2rem) / 3);
        overflow: hidden;
    }

    .common-link-list.wrap li .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .common-link-list.wrap li .text {
        padding: 0 3rem 0.5rem;
    }

    .common-link-list li a .title {
        padding: 0 0 0.5rem;
    }

    .common-link-list li a .title.compact {
        font-feature-settings: "palt";
    }
}

/* wrap02 */
.common-link-list.wrap02 li a .photo {
    position: relative;
}

.common-link-list.wrap02 li a .photo::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    background-color: #000;
    content: "";
}

@media all and (min-width: 768px) {
    .common-link-list.wrap02 {
        gap: 1.2rem 1rem;
    }

    .common-link-list.wrap02 li {
        width: calc(50% - 0.5rem);
    }

    .common-link-list.wrap02 li a .text {
        padding: 0 3.7rem 0.8rem;
    }

    .common-link-list.wrap02 li a .title {
        max-width: 49.3rem;
        border-bottom-width: 0.3rem;
        border-color: #b90000;
    }
}

/*------------------------------------------------------------
	common-pop-box
------------------------------------------------------------*/
.mfp-content {
    text-align: center;
    vertical-align: middle;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.common-pop-box .mfp-close {
    width: 5rem;
    aspect-ratio: 1/1;
    position: absolute;
    right: 0;
    top: -8rem;
    font-size: 0;
    opacity: 1;
}

.common-pop-box .mfp-close::before,
.common-pop-box .mfp-close::after {
    width: 6.7rem;
    height: 0.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #b90000;
    content: "";
}

.common-pop-box .mfp-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.common-pop-box {
    margin: 10rem auto;
    /* max-width: 100rem; */
    max-width: 104rem;
    display: block;
    position: relative;
    text-align: left;
}

.common-pop-box .pop-inner-box {
    margin: 0 auto;
    padding: 10rem 10.7rem 8.4rem;
    /* max-width: 100rem; */
    max-width: 104rem;
    position: relative;
    border: 0.1rem solid #b90000;
    box-sizing: border-box;
    background-color: #000;
}

.common-pop-box .pop-inner-box .headline02 {
    margin-bottom: 0.9rem;
    padding-left: 2.2rem;
    font-size: 2.4rem;
}

.common-pop-box .pop-inner-box .headline02::before {
    width: 0.5rem;
    top: 0.6rem;
    bottom: 0.7rem;
}

.common-pop-box .pop-inner-box .img-box {
    margin-bottom: 1.2rem;
}
.common-pop-box .pop-inner-box .img-box video {
    width: 100%;
}
.common-pop-box .pop-inner-box .text-list {
    margin-bottom: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
}

.common-pop-box .pop-inner-box .text-list li {
    padding-left: 5.5rem;
    position: relative;
}

.common-pop-box .pop-inner-box .text-list li:last-child {
    margin-bottom: 0;
}

.common-pop-box .pop-inner-box .text-list li::before {
    width: 4rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00b0f0;
    content: "";
}

.common-pop-box .pop-inner-box .text-list li:nth-child(2)::before {
    background-color: #ff0;
}

.common-pop-box .pop-inner-box p {
    margin-bottom: 1.3rem;
    line-height: 150%;
}

.common-pop-box .pop-inner-box p:last-child {
    margin-bottom: 0;
}

.common-pop-box .pop-inner-box p.size01 {
    text-align: left;
    font-size: 1.8rem;
}

.common-pop-box .pop-inner-box .indent-list {
    margin-bottom: 1.3rem;
}

.common-pop-box .pop-inner-box .indent-list li {
    display: flex;

}

.common-pop-box .pop-inner-box .photo {
    margin-bottom: 2rem;
    text-align: center;
}
.common-pop-box .pop-inner-box .photo.video {
    aspect-ratio: 16 / 9;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    position: relative;
}

.common-pop-box .pop-inner-box .photo.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.common-pop-box .pop-inner-box .photo:last-child {
    margin-bottom: 0;
}

.common-pop-box .pop-inner-box .note {
    font-size: 1.2rem;
}

.common-pop-box .pop-inner-box .note {
    display: flex;
    gap: 0.4rem;
}

.common-pop-box .pop-inner-box .pop-btn {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.common-pop-box .pop-inner-box .pop-btn-prev,
.common-pop-box .pop-inner-box .pop-btn-next {
    display: flex;
    text-decoration: underline;
    position: relative;
}

.common-pop-box .pop-inner-box .pop-btn-prev.none,
.common-pop-box .pop-inner-box .pop-btn-next.none {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.common-pop-box .pop-inner-box .pop-btn-prev {
    padding-left: 3.8rem;
}

.common-pop-box .pop-inner-box .pop-btn-next {
    padding-right: 3.8rem;
    margin-left: auto;
}

.common-pop-box .pop-inner-box .pop-btn-prev::before,
.common-pop-box .pop-inner-box .pop-btn-next::after {
    position: absolute;
    top: 0;
}

.common-pop-box .pop-inner-box .pop-btn-prev::before {
    left: 0.6rem;
    content: "<<";
}

.common-pop-box .pop-inner-box .pop-btn-next::after {
    right: 0.6rem;
    content: ">>";
}

.common-pop-box .pop-inner-box p.text-right {
    text-align: right;
    display: block;
}

.common-pop-box .text-wrap .tit {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 111.538%;
    color: #FFF;
}
.common-pop-box .text-wrap + .aside {
    padding-top: 1rem;
}
.common-pop-box .text-wrap + .photo {
    margin-top: 2rem;
}
.common-pop-box .aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common-pop-box .aside .user,
.common-pop-box .aside .date {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 121.429%;
    color: #ECECEC;
}
.common-pop-box .aside + .photo {
    padding-top: 2rem;
}
.common-pop-box .photo .desc {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: #ECECEC;
}
.common-pop-box .photo img + .desc {
    padding-top: 2rem;
}
.common-pop-box .photo + .info-list {
    padding-top: 3rem;
}
.common-pop-box .info-list .info-item ~ .info-item {
    padding-top: 5rem;
}
.common-pop-box .info-item .info-head {
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    color: #ffffff
}
.common-pop-box .info-item .table {
    border-top: 0.2rem solid #ECECEC;
}
.common-pop-box .info-item .table .line {
    border-bottom: 0.1rem solid #3e3e3e;
    display: flex;
}
.common-pop-box .info-item .table .line .subject {
    padding: 1.7rem 3rem;
    background-color: #282828;
    width: 20.5%;
    border-right: 0.1rem solid #3e3e3e;
    box-sizing: border-box;
}
.common-pop-box .info-item .table .line .para {
    padding: 1.7rem 5.2rem;
    width: calc(100% - 20.5%);
    box-sizing: border-box;
}
.common-pop-box .info-item .info-body .subject {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 162.5%;
    color: #ffffff;
}
.common-pop-box .info-item .info-body .para {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 162.5%;
    color: #ececec;
}

/* 250526 고도화 메인 팝업 */
.common-pop-box.main-pop {
    width: 100%;
    min-height: 37.2rem;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    max-width: unset;
    background: #171719;
    box-sizing: border-box;
    display: none;
}
.common-pop-box.main-pop.show {
    display: block;
}
.common-pop-box.main-pop .pop-inner-box {
    max-width: 132rem;
    position: relative;
    padding: 6rem 2rem 9rem;
    border: unset;
    background-color: inherit;
    box-sizing: border-box;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head .title {
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head .title .bold {
    font-weight: 700;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head .title + .summary {
    margin-top: 10px;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head .summary {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #848588;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head + .conts-util {
    margin-top: 3.4rem;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head + .conts-body {
    margin-top: 3rem;
}
.common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-body + .conts-util {
    margin-top: 3rem;
}
.common-pop-box.main-pop .mfp-close {
    width: 4.4rem;
    height: 4.4rem;
    right: 2rem;
    top: 6rem;
    background: url(/resources/assets/img/rflensworld/common/popup-close-btn-grey.svg) no-repeat center / 100%;
}
.common-pop-box.main-pop .mfp-close::before,
.common-pop-box.main-pop .mfp-close::after {
    content: none;
}

/* 250526 고도화 메인 팝업 : 로그인후 */
.common-pop-box.main-pop.popup-user .data-list {
    display: flex;
    align-items: stretch;
    gap: 3rem;
}
.common-pop-box.main-pop.popup-user .data-list .data-item {
    background-color: rgba(255, 255, 255, 0.05);
    flex-grow: 1;
}
.common-pop-box.main-pop.popup-user .data-list .data-item .data-wrap {
    width: 100%;
    height: 100%;
    min-height: 15.8rem;
    display: block;
    padding: 3rem;
    border-image-source: url(/resources/assets/img/rflensworld/index/main-banner-border-bg.png);
    border-width: 10px;
    border-image-width: 9px;
    border-image-slice: 20;
    border-image-outset: 0px;
    border-image-repeat: round;
    box-sizing: border-box;
}
.common-pop-box.main-pop.popup-user .data-list .data-item .data-head {
    color: #909090;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
}
.common-pop-box.main-pop.popup-user .data-list .data-item .data-head + .data-body {
    margin-top: 2rem;
}
.common-pop-box.main-pop.popup-user .data-list .data-item .data-body {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 140%;
    position: relative;

    display: flex;
    align-items: center;
}
.common-pop-box.main-pop.popup-user .data-list .data-item .data-body::after {
    content: '';
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(/resources/assets/img/rflensworld/common/icon-arrow-red-pc.svg) no-repeat center / 100%;
    vertical-align: middle;
    margin-left: 0.4rem;
}

@media all and (min-width: 768px) {
    .common-pop-box .mfp-close:hover {
        opacity: 0.7;
    }

    .common-pop-box .pop-inner-box .pop-btn-prev:hover,
    .common-pop-box .pop-inner-box .pop-btn-next:hover {
        opacity: 1;
        text-decoration: none;
    }

    .common-pop-box .pop-inner-box p.text-center--pc {
        text-align: center;
    }

    .common-pop-box .pop-inner-box p.text-left--pc {
        text-align: left;
    }

    .common-pop-box .pop-inner-box p.text-right--pc {
        text-align: right;
    }
}
@media all and (max-width: 1400px) and (min-width: 768px) {
    .mfp-container {
        padding: 0 3.8rem;
    }
    .common-pop-box .pop-inner-box {
        padding: 8rem 6rem 8rem;
    }
}
@media all and (max-width: 1100px) and (min-width: 768px) {
    .mfp-container {
        padding: 0 3.8rem;
    }
    .common-pop-box .pop-inner-box {
        padding: 8rem 6rem 8rem;
    }
}

@media all and (max-width: 767px) {
    .mfp-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .common-pop-box {
        margin: 10rem 0;
        max-width: inherit;
    }

    .common-pop-box .mfp-close {
        right: -0.5rem;
        top: -6.2rem;
    }

    .common-pop-box .mfp-close::before,
    .common-pop-box .mfp-close::after {
        width: 5.6rem;
    }

    .common-pop-box .pop-inner-box {
        padding: 4rem 1.8rem 4rem;
        max-width: calc(100vw - 4rem);
    }

    .common-pop-box .pop-inner-box .headline02 {
        font-size: 1.8rem;
    }

    .common-pop-box .pop-inner-box sup,
    .common-pop-box .pop-inner-box .note {
        font-size: 1rem;
    }

    .common-pop-box .pop-inner-box p.size01 {
        font-size: 1.6rem;
    }

    .common-pop-box .pop-inner-box p.text-left--sp {
        text-align: left;
    }

    .common-pop-box .pop-inner-box p.text-right--sp {
        text-align: right;
    }

    .common-pop-box .pop-inner-box p.text-center--sp {
        text-align: center;
    }

    .common-pop-box .pop-inner-box .pop-btn-prev,
    .common-pop-box .pop-inner-box .pop-btn-next {
        font-size: 1.2rem;
    }

    .common-pop-box .pop-inner-box .pop-btn-prev {
        padding-left: 2.2rem;
    }

    .common-pop-box .pop-inner-box .pop-btn-next {
        margin-left: auto;
        padding-right: 2.2rem;
    }

    .common-pop-box .pop-inner-box .pop-btn-prev::before {
        left: 0;
    }

    .common-pop-box .pop-inner-box .pop-btn-next::before {
        right: 0;
    }

    .common-pop-box .pop-inner-box .pop-btn {
        flex-wrap: wrap;
        gap: 0.6rem 1rem;
    }

    .common-pop-box .pop-inner-box .text-list {
        flex-direction: column;
    }
    .common-pop-box .pop-inner-box .photo {
        margin-bottom: 0;
    }
    .common-pop-box .text-wrap .tit {
        font-size: 2.2rem;
    }
    .common-pop-box .text-wrap + .aside {
        padding-top: 1.2rem;
    }
    .common-pop-box .text-wrap + .photo {
        margin-top: 3rem;
    }
    .common-pop-box .aside + .photo {
        padding-top: 3rem;
    }
    .common-pop-box .photo .desc {
        font-size: 1.4rem;
    }
    .common-pop-box .photo + .info-list {
        padding-top: 5rem;
    }
    .common-pop-box .info-item .info-head {
        font-size: 1.8rem;
    }
    .common-pop-box .info-item .info-body .subject {
        font-size: 1.4rem;
    }
    .common-pop-box .info-item .table .line .subject {
        padding: 1.7rem 1.2rem;
        width: 32%;
    }
    .common-pop-box .info-item .table .line .para {
        padding: 1.7rem 2rem;
        width: calc(100% - 30%);
    }

    /* 250526 고도화 메인 팝업 모바일 */
    .main-pop-display {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: none;
        overflow: hidden;
        outline: 0;
        background: rgba(0, 0, 0, 0.80);
        opacity: 1;
    }
    .main-pop-display.show {
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
    }
    .common-pop-box.main-pop {
        min-height: unset;
        top: 7.7rem;
        max-width: 33.5rem;
        bottom: unset;
        position: absolute;
    }
    .common-pop-box.main-pop .pop-inner-box {
        padding: 4rem 2rem;
        border: 1px solid #B90000;
    }

    .common-pop-box.main-pop .mfp-close {
        right: 0;
    }
    .common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head .title {
        font-size: 2.2rem;
        text-align: center;
    }
    .common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head .summary {
        font-size: 1.4rem;
        line-height: 160%;
        color: #909090;
        text-align: center;
    }
    .common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-head + .conts-util {
        margin-top: 3rem;
    }
    .common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-body + .conts-util {
        margin-top: 4.4rem;
    }
    .common-pop-box.main-pop .pop-inner-box .main-pop-conts .conts-util .btn-display {
        justify-content: center;
    }
    .common-pop-box.main-pop .mfp-close {
        right: 0;
        top: -6.4rem;
        background: url(/resources/assets/img/rflensworld/common/popup-close-btn-red.svg) no-repeat center / 100%;
    }

    /* 250526 고도화 메인 팝업 : 로그인전 */
    .common-pop-box.main-pop.popup-guest .pop-inner-box .main-pop-conts .conts-util .btn-display {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    /* 250526 고도화 메인 팝업 : 로그인후 */
    .common-pop-box.main-pop.popup-user .data-list {
        flex-direction: column;
        gap: 1rem;
    }
    .common-pop-box.main-pop.popup-user .data-list .data-item {
        width: 100%;
    }
    .common-pop-box.main-pop.popup-user .data-list .data-item .data-wrap {
        padding: 2rem;
        min-height: unset;
    }
    .common-pop-box.main-pop.popup-user .data-list .data-item .data-head {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 160%;
    }
    .common-pop-box.main-pop.popup-user .data-list .data-item .data-head + .data-body {
        margin-top: 1rem;
    }
    .common-pop-box.main-pop.popup-user .data-list .data-item .data-body {
        font-size: 2.2rem;
    }
    .common-pop-box.main-pop.popup-user .data-list .data-item .data-body::after {
        background: url(/resources/assets/img/rflensworld/common/icon-arrow-red-mo.svg) no-repeat center / 100%;
    }
}


/*------------------------------------------------------------
	common-ttl-box
------------------------------------------------------------*/
.common-ttl-box {
    padding: 9.2rem 0 7.4rem;
    text-align: center;
}

.common-ttl-box .ttl {
    margin-bottom: 1.4rem;
}

.common-ttl-box p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.556;

}

@media all and (max-width: 767px) {
    .common-ttl-box {
        padding: 5rem 0;
    }

    .common-ttl-box p {
        font-size: 1.6rem;
        text-align: left;
    }
}

/*------------------------------------------------------------
	common-bg
------------------------------------------------------------*/
.common-bg {
    background: url(/resources/assets/img/rflensworld/common/bg.jpg) repeat-x left top / 0.1rem 100%;
}

@media all and (max-width: 767px) {}

/*------------------------------------------------------------
	common-body
------------------------------------------------------------*/
.common-body {
    background-color: #1e1e1e;
    margin-top: 6rem;
}

@media all and (max-width: 767px) {
    .common-body {
        margin-top: 4.8rem;
    }
}

/*------------------------------------------------------------
	common-fade-swiper
------------------------------------------------------------*/
.common-fade-swiper {
    padding-bottom: 1.6rem;
    width: 48.3rem;
}

.common-fade-swiper .photo {
    margin-bottom: 1.3rem;
    aspect-ratio: 483/320;
}

.common-fade-swiper .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-fade-swiper .text p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.common-fade-swiper-control {
    position: relative;
    z-index: 1;
}

.common-fade-swiper-button-next,
.common-fade-swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    aspect-ratio: 5/3;
    cursor: pointer;
}

.common-fade-swiper-button-next::after,
.common-fade-swiper-button-prev::after {
    width: 2.5rem;
    aspect-ratio: 5/3;
    display: block;
    background: url(/resources/assets/img/rflensworld/common/icon-arrow02.png) no-repeat center / 100%;
    content: "";
}

.common-fade-swiper-button-next {
    left: auto;
    right: 0;
}

.common-fade-swiper-button-prev::after {
    transform: rotate(180deg);
}

.common-fade-swiper-scrollbar {
    position: relative;
    left: 8.5%;
    max-width: 82.8%;
    height: 0.2rem;
    background-color: #fff;
    cursor: pointer;
}

.common-fade-swiper-scrollbar:before,
.common-fade-swiper-scrollbar:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    content: '';
}

.common-fade-swiper-scrollbar:after {
    left: auto;
    right: 0;
}

.common-fade-swiper-scrollbar .swiper-scrollbar-drag {
    height: 1.2rem !important;
    top: -0.7rem;
    background: #b90000;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 1;
}

@media all and (max-width: 767px) {
    .common-fade-swiper {
        padding-bottom: 0.8rem;
        width: auto;
    }

    .common-fade-swiper .photo {
        margin-bottom: 1rem;
    }

    .common-fade-swiper .text p {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 374px) {

    .common-fade-swiper-button-next,
    .common-fade-swiper-button-prev,
    .common-fade-swiper-button-next::after,
    .common-fade-swiper-button-prev::after {
        width: 1.6rem;
    }
}

/*------------------------------------------------------------
	youtube-loading
------------------------------------------------------------*/
.ytLoader {
    cursor: pointer;
}

.ytLoader img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ytLoader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
}

.ytLoader svg .ytp-large-play-button-bg {
    fill: #f00;
}

/*------------------------------------------------------------
	button
------------------------------------------------------------*/
.btn-display {
    display: flex;
}
.btn-display.ac {
    justify-content: center;
}
.btn-display * {
    box-sizing: border-box;
    transition: all 0.3s ease !important;
}
/*공통 64 영문*/
.btn-display .btn.type1 {
    padding: 1.8rem 4.6rem;
    border-radius: 5rem;
    overflow: hidden;
    border: 1px solid #F3F3F3;
    display: block;
}
.btn-display .btn.type1 .text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}
/*빨강 54 한글*/
.btn-display .btn.type2 {
    padding: 1.5rem 4.2rem;
    border-radius: 5rem;
    background: #B90000;
    overflow: hidden;
    display: block;
}
.btn-display .btn.type2 .text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-align: center;
    color: #ffffff;
}
/*공통 64 한글 */
.btn-display .btn.type3 {
    padding: 2rem 4.6rem;
    border-radius: 5rem;
    overflow: hidden;
    border: 1px solid #F3F3F3;
    display: block;
    cursor: pointer;
}
.btn-display .btn.type3 .text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
}
/*공통 44 한글 */
.btn-display .btn.type4 {
    padding: 1rem 2.2rem;
    border-radius: 5rem;
    overflow: hidden;
    border: 1px solid #F3F3F3;
    display: block;
}
.btn-display .btn.type4 .text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
}
/*빨강 46 한글 */
.btn-display .btn.type5 {
    padding: 1.1rem 2.75rem;
    border-radius: 5rem;
    background: #900C0C;
    overflow: hidden;
    display: block;
}
.btn-display .btn.type5 .text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
}
/*빨강 54 한글 */
.btn-display .btn.type6 {
    padding: 1.5rem 4.2rem;
    border-radius: 5rem;
    background: #B90000;
    overflow: hidden;
    display: block;
}
.btn-display .btn.type6 .text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
}
/*흰색 54 한글 */
.btn-display .btn.type7 {
    padding: 1.5rem 4.2rem;
    border-radius: 5rem;
    background: #FFFFFF;
    overflow: hidden;
    display: block;
}
.btn-display .btn.type7 .text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #000000;
}

.btn-display .btn.type8 {
    padding: 1.5rem 4.2rem;
    border-radius: 5rem;
    background: #B90000;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.btn-display .btn.type8 .text {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 150%;
    color: #fff;
    text-align: center;
    display: block;
}

.btn-display .btn.type8.grey {
    background: #2D2D2D;
}

/* 250528 버튼 추가 */
.btn-display .btn.type9 {
    padding: 1.2rem 2.4rem;
    border-radius: 5rem;
    overflow: hidden;
    display: block;
}
.btn-display .btn.type9.wh {
    border: 1px solid #F3F3F3;
}
.btn-display .btn.type9.white {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-display .btn.type9.red {
    border: 1px solid #B90000;
    background-color: #B90000;
}
.btn-display .btn.type9 .text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}
.btn-display .btn.type9.wh:hover {
    background-color: #fff;
}
.btn-display .btn.type9.wh:hover .text {
    color: #000;
}

.btn-display .btn.type11 {
    padding: 1.2rem 4.1rem;
    border-radius: 5rem;
    overflow: hidden;
    display: block;
    border: 1px solid #B90000;
    background-color: #B90000;
    color: #fff;
}
.btn-display.flex-c {
    flex-direction: column;
    gap: 0.8rem;
}
.img-submit-box {
    display: flex;
    gap: 0.8rem;
    margin-top: 2rem;
}
.img-submit-box.mb {
    display: none;
}
.img-submit-box .img-list-submit {
    position: relative;
}
.img-submit-box .img-list-submit.case1 img {
    width: 10rem;
    height: 10rem;
}
.img-submit-box .img-list-submit.case2 img {
    width: 16rem;
    height: 9rem;
}
.img-submit-box .img-list-submit.case3 img {
    width: 9rem;
    height: 16rem;
}
.img-submit-box .img-list-submit .btn-img-removal {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5) url(' /resources/assets/img/ico/ico_close2.svg') no-repeat center center / contain;}
.btn-display .btn.type9.btn-img-comment-submit {
    display: inline-block;
}
.btn-display .btn.type9.btn-img-comment-submit.mb {
    display: none;
}
.img-submit-box.reply {
    margin-left: 4rem;
}
.comment-desc-img {
    margin-top: 2.2rem;
    cursor: pointer;
    display: inline-block;
}
.comment-desc-img img {
    max-width: 50rem;
    max-height: 50rem;
    width: auto;
    height: auto;
}
.common-pop-box.community-pop.canonpop-pop {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1000;
}
.common-pop-box.community-pop.canonpop-pop .dimmed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.80);
}
.common-pop-box.community-pop.canonpop-pop .pop-inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.common-pop-box.community-pop.canonpop-pop .pop-inner-box {
    padding: 4rem;
    max-width: max-content;
    z-index: 1000;
}
.common-pop-box.community-pop.canonpop-pop .pop-head img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
.common-pop-box.community-pop.canonpop-pop .pop-inner-box .pop-util {
    width: 100%;
}
.common-pop-box.community-pop.canonpop-pop .pop-inner-box .pop-util .btn-display .canonpop-close {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 4rem;
    min-width: 100%;
}


@media all and (max-width: 767px) {
    /* 250528 버튼 추가 */
    .btn-display .btn.type9 {
        padding: 0.6rem 1.8rem;
    }
    .btn-display .btn.type9 .text {
        font-size: 1.3rem;
    }
    .img-submit-box {
        display: none;
    }
    .img-submit-box.mb{
        display: flex;
        align-items: flex-end;
        gap: 0.8rem;
        margin-bottom: 1.6rem;
    }
    .img-submit-box.mb.reply {
        margin: 0 0 1.6rem 2.4rem;
    }
    .btn-display.flex-c {
        flex-direction: row;
    }
    .btn-display .btn.type9.btn-img-comment-submit {
        display: none;
    }
    .btn-display .btn.type9.btn-img-comment-submit.mb {
        display: inline-block;
    }
    .comment-desc-img {
        margin-top: 1.6rem;
    }
    .comment-desc-img img {
        max-width: 30rem;
        max-height: 30rem;
    }
    .common-pop-box.community-pop.canonpop-pop .pop-inner-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .common-pop-box.community-pop.canonpop-pop .pop-inner-box {
        padding: 2rem;
        max-width: max-content;
        z-index: 1000;
    }
    .common-pop-box.community-pop.canonpop-pop .pop-head img {
        max-width: 90vw;
        max-height: 80vh;
    }
    .common-pop-box.community-pop.canonpop-pop .pop-inner-box .pop-util .btn-display .canonpop-close {
        display: flex;
        justify-content: center;
        width: 100%;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 3rem;
        min-width: 100%;
    }
}


/* 렌즈픽 top5 */
.btn-display .btn.type10 {
    padding: 0.8rem 1.4rem;
    border-radius: 5rem;
    min-height: 3.4rem;
    text-align: center;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-display .btn.type10 .text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6rem;
    text-align: center;
}
.btn-display .btn.type10.wh-line {
    border: 1px solid rgba(255, 255, 255, 0.40);
}
.btn-display .btn.type10.wh-line .text {
    color: #FFF;
}
.btn-display .btn.type10.red {
    background: #900C0C;
    border: 1px solid #900C0C;
}
.btn-display .btn.type10.red .text {
    color: #FFF;
}


/* 버튼 hover 효과 */
.btn-display .btn:hover {
    opacity: unset;
}
.btn-display .btn.type1:hover,
.btn-display .btn.type3:hover {
    background: #FFF;
}
.btn-display .btn.type1:hover .text,
.btn-display .btn.type3:hover .text {
    color: #000000;
}

/* 정렬 */
.btn-display.align1 {
    justify-content: flex-start;
}
.btn-display.align2 {
    justify-content: flex-end;
}
.btn-display.align3 {
    justify-content: center;
}
.btn-display.align4 {
    justify-content: space-between;
}

@media all and (max-width: 767px) {
    .btn-display .btn.type1,
    .btn-display .btn.type3 {
        padding: 1.2rem 3rem;
    }
    .btn-display .btn.type1 .text,
    .btn-display .btn.type3 .text {
        font-size: 1.6rem;
    }
    .btn-display .btn.type2 {
        padding: 1.2rem 3rem;
        border-radius: 5rem;
    }
    /*공통 44 한글 */
    .btn-display .btn.type4 {
        padding: 0.6rem 1.8rem;
    }
    .btn-display .btn.type4 .text {
        font-size: 1.3rem;
    }
    /*빨강 46 한글 */
    .btn-display .btn.type5 {
        padding: 0.6rem 1.8rem;
    }
    .btn-display .btn.type5 .text {
        font-size: 1.3rem;
    }
    .btn-display .btn.type8 {
        padding: 0.6rem 1.8rem;
    }
    .btn-display .btn.type8 .text {
        font-size: 1.3rem;
    }

    /* 렌즈픽 top5 */
    .btn-display .btn.type10 {
        min-height: 3.6rem;
    }
}

/*------------------------------------------------------------
	sort display tab
------------------------------------------------------------*/
.sort-display .sort-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.sort-display .sort-item {
    border-radius: 5rem;
    border: 0.15rem solid #404040;
    overflow: hidden;
    width: auto;
}
.sort-display .sort-item a {
    padding: 1rem 2.2rem;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    color: #666;
}
.sort-display .sort-item.on {
    border: 0.15rem solid #ECECEC;
}
.sort-display .sort-item.on a {
    background: #ffffff;
    color: #1E1E1E;
}

@media all and (max-width: 767px) {
    .sort-display .sort-list {
        gap: 1rem;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .sort-display .sort-item {
        width: auto;
    }
    .sort-display .sort-item a {
        font-size: 1.4rem;
        padding: 1rem 1.8rem;
        white-space: nowrap;
    }
    .sort-display .tabSwiper {
        margin-right: -2rem;
        padding-right: 15rem;
    }
}

/*------------------------------------------------------------
	링크복사 alert
------------------------------------------------------------*/
.common-pop-box.alarm-modal {
    width: 100%;
    max-width: 50rem;
    margin: unset;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common-pop-box.alarm-modal .pop-inner-box {
    border-radius: 1.5rem;
    padding:7rem 4rem 4rem;

    width: 100%;
    text-align: center;
}
.common-pop-box.alarm-modal .text-wrap .tit {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-align: center;
}
.common-pop-box.alarm-modal .text-wrap + .check {
    margin-top: 3rem;
}
.common-pop-box.alarm-modal .check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-pop-box.alarm-modal .check:focus,
.common-pop-box.alarm-modal .check:focus-visible {
    outline: none;
}

.common-pop-box.alarm-modal .check .check-btn {
    padding: 0 2rem;
    font-family: "Pretendard";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 4.8rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    min-width: 16rem;
    height: 5rem;
    background-color: #dc000c;
    border-radius: 3rem;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    right: unset;
    top: unset;
}
.common-pop-box.alarm-modal .close .close-btn {
    width: 2rem;
    height: 2rem;
    background: url(/resources/assets/img/rflensworld/common/alert-close.svg) no-repeat center center;
    background-size: cover;
    right: 2.2rem;
    top: 2.2rem;
}
.common-pop-box.alarm-modal .mfp-close:hover {
    opacity: unset;
}
.common-pop-box.alarm-modal .mfp-close::before, .common-pop-box.alarm-modal .mfp-close::after {
    display: none;
}

@media (max-width: 767px) {
    .common-pop-box.alarm-modal .mfp-close {
        right: 4.2rem;
    }
}

/* form style : check */
.form.checkbox {
    cursor: pointer;
}
.form.checkbox > label {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
}

.form.checkbox input[type=checkbox] + .text::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.form.checkbox input[type=checkbox] + .text {
    vertical-align: middle;
    position: relative;
}
/* design1 */
.form.checkbox.design1 input[type=checkbox] + .text,
.form.checkbox.design3 input[type=checkbox] + .text{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
}
.form.checkbox.design1 input[type=checkbox] + .text::before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    background: url(/resources/assets/img/rflensworld/common/icon-check2-off.svg) no-repeat center center;
    background-size: cover;
}

.form.checkbox.design1 input[type=checkbox]:checked + .text::before {
    background: url(/resources/assets/img/rflensworld/common/icon-check2-on.svg) no-repeat center center;
    background-size: cover;
}

.form.checkbox.design3 input[type=checkbox] + .text::before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    background: url(/resources/assets/img/rflensworld/common/icon-check2-off.svg) no-repeat center center;
    background-size: cover;
}

.form.checkbox.design3 input[type=checkbox]:checked + .text::before {
    background: url(/resources/assets/img/rflensworld/common/icon-check1-on.svg) no-repeat center center;
    background-size: cover;
}


@media (max-width: 767px) {
    .form.checkbox.design1 input[type=checkbox] + .text {
        font-size: 1.4rem;
        line-height: 140%;
    }
    .form.checkbox.design1 input[type=checkbox] + .text::before {
        width: 1.6rem;
        height: 1.6rem;
    }
    .form.checkbox.design1 input[type=checkbox]:checked + .text::before {
        background: url(/resources/assets/img/rflensworld/common/icon-check2-on-mo.svg) no-repeat center center;
        background-size: cover;
    }
}


/* form style : radio */
.form.radio {
    cursor: pointer;
}
.form.radio > label {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
}

.form.radio input[type=radio] + .text::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.form.radio input[type=radio] + .text {
    vertical-align: middle;
    position: relative;
}

/* radio: design1 */
.form.radio.design1 input[type=radio] + .text {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    width: 100%;
    display: block;
    padding-left: 2rem;
    box-sizing: border-box;
}
.form.radio.design1 input[type=radio] + .text::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
    background: url(/resources/assets/img/rflensworld/common/icon-check3-off.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
}

.form.radio.design1 input[type=radio]:checked + .text::before {
    background: url(/resources/assets/img/rflensworld/common/icon-check3-on.svg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 767px) {
    .form.radio.design1 input[type=radio] + .text {
        font-size: 1.4rem;
    }
}

/* radio: design2 (버튼형) */
.form.radio.design2 {
    padding: 0.9rem 1.4rem;
    border-radius: 5rem;
    background: #131313;
    min-height: 3.4rem;
}
.form.radio.design2 input[type=radio] + .text {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.form.radio.design2 input[type=radio] + .text::before {
    content: none;
}

.form.radio.design2 input[type=radio]:checked + .text::before {
    content: none;
}

@media (max-width: 767px) {
    .form.radio.design2 {
        padding: 0.6rem 1.8rem;
        min-height: 3.6rem;
    }
    .form.radio.design2 input[type=radio] + .text {
        font-size: 13px;
        line-height: 2.4rem;
    }
}

/* radio: design3 (개인정보팝업) */
.form.radio.design3 input[type=radio] + .text {
    color: #FFF;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
    display: block;
}
.form.radio.design3 input[type=radio] + .text::before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    border-radius: 100%;
    border: 1px solid rgba(153, 153, 153, 0.60);
}

.form.radio.design3 input[type=radio]:checked + .text::before {
    border: unset;
    background: url(/resources/assets/img/rflensworld/common/icon-check1-on.svg) no-repeat center center;
}

@media (max-width: 767px) {
    .form.radio.design3 input[type=radio] + .text {
        font-size: 1.6rem;
    }
}

/* form: textarea */
.form.textarea {
    width: 100%;
    resize: vertical;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.form.textarea > textarea {
    width: 100%;
    height: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
}

/* desgin1 */
.form.textarea.design1 {
    border-radius: 0.4rem;
    padding: 2.4rem 2.4rem 5.8rem;
    background-color: rgba(255, 255, 255, 0.60);
}
.form.textarea.design1 > textarea {
    height: 14rem;
    font-weight: 400;
    font-size: 1.8rem;
    color: #000;
    letter-spacing: 0;
    line-height: 150%;
}
.form.textarea.design1 > textarea::placeholder {
    color: rgba(0, 0, 0, 0.50);
}
.form.textarea.design1:focus-within {
    background-color: #fff;
}


@media (max-width: 767px) {
    .form.textarea.design1 {
        padding: 1.6rem 1.6rem 4.8rem;
    }
    .form.textarea.design1 > textarea {
        font-size: 1.4rem;
    }
}

/* design2 */
.form.textarea.design2 {
    padding: 1.6rem 1.6rem 5rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.05);
}
.form.textarea.design2 > textarea {
    height: 9.6rem;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.form.textarea.design2 > textarea::placeholder {
    color: rgba(255, 255, 255, 0.30);
}
.form.textarea.design2:focus-within {
    border: 1px solid #FFF;
}

.form.textarea.design2 > .text-length {
    position: absolute;
    bottom: 1.6rem;
    right: 1.6rem;

    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 130%;
}
.form.textarea.design2 > .text-length .current {
    color: #FFF;
    font-weight: 600;
}
.form.textarea.design2 > .text-length + .fake-ph {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    color: rgba(255, 255, 255, 0.30);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}

@media (max-width: 767px) {
    .form.textarea.design2 {
        padding: 1rem 1rem 3.6rem;
    }
    .form.textarea.design2 > textarea {
        font-size: 1.4rem;
    }
}


/* form layout */

/*------------------------------------------------------------
	swiper common
------------------------------------------------------------*/
#conts .swiper .swiper-scrollbar,
#conts .swiper .swiper-pagination-progressbar {
    width: 100%;
    left: auto;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    bottom: 0;
    top: unset;
    overflow: hidden;
}
#conts .swiper .swiper-scrollbar-drag,
#conts .swiper .swiper-pagination-progressbar-fill {
    background: #000000;
    border-radius: unset;
}
#conts .swiper .swiper-pagination-progressbar.type2 {
    background: #3E3E3E;
    border-radius: 1rem;
}
#conts .swiper .swiper-pagination-progressbar.type2 .swiper-pagination-progressbar-fill {
    background: #8B8B8B;
}

/*화살표*/
#conts .swiper .swiper-button-prev.type1,
#conts .swiper .swiper-button-next.type1 {
    width: 4.7rem;
    height: 4.7rem;
    pointer-events: auto;
}

#conts .swiper .swiper-button-prev.type1::after,
#conts .swiper .swiper-button-next.type1::after{
    background: url(/resources/assets/img/rflensworld/common/icon_main_kv_next.svg) no-repeat center center;
    background-size: contain;
    content: '';
    width: 100%;
    height: 100%;
}
#conts .swiper .swiper-button-prev.type1::after {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    #conts .swiper .swiper-button-prev.type1,
    #conts .swiper .swiper-button-next.type1 {
        width: 3rem;
        height: 3rem;
    }
}


/*------------------------------------------------------------
	tooltip
------------------------------------------------------------*/
#conts .tooltip-layout {
    position: relative;
}
#conts .tooltip-display {
    position: absolute;
    z-index: 1000;
    box-sizing: border-box;
    display: none;
}
#conts .tooltip-layout:hover .tooltip-display,
#conts .tooltip-layout:active .tooltip-display {
    display: block;
}
#conts .tooltip-display.design1 {
    top: 3.5rem;
    right: 0;
    padding: 20px 20px 36px 20px;
    border: 1px solid #B90000;
    background: #000;
}
#conts .tooltip-display.design1 .tooltip-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
#conts .tooltip-display.design1 .tooltip-title + .tooltip-para {
    margin-top: 16px;
}
#conts .tooltip-display.design1 .tooltip-para {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/
.t-display {
    width: 100%;
    margin: 0 auto;
    /* max-width: 120rem; */
}
.t-display table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border-right: hidden;
    border-left: hidden;
    /* border-top: hidden; */
}

/* 정렬 */
.t-display.align3 table tbody th,
.t-display.align3 table tbody td {
    text-align: center;
}
.t-display table tbody td.align3,
.t-display table tbody th.align3 {
    text-align: center;
}
.t-display table thead tr th {
    color: #FFF;
    text-align: center;
    border-top: 2px solid #CCC;
    background: #282828;
    border-right: 1px solid #3E3E3E;
}
.t-display table tbody tr td {
    vertical-align: middle;
    border-right: 1px solid #3E3E3E;
    border-bottom: 1px solid #3E3E3E;
    color: #FFF;
}


/* design1 */
.t-display.design1 table thead tr th {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center;
    padding: 1.5rem 1rem;
}
.t-display.design1 table tbody tr td {
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2rem;
}
.t-display.design1 table tbody tr.check-td {
    cursor: pointer;
}
.t-display.design1 table tbody tr.check-td.active td {
    color: #B90000;
}

/* table design1 mobile (table 해체) */
@media (max-width: 767px) {
    .t-display.design1 table {
        display: block;
    }
    .t-display.design1 table tbody {
        display: block;
    }
    .t-display.design1 table tbody tr {
        display: block;
        border-bottom: 1px solid #464646;
    }
    .t-display.design1 table tbody tr th,
    .t-display.design1 table tbody tr td {
        display: block;
        border-right: unset;
        border-bottom: unset;
    }

    .t-display.design1 table tbody tr:first-child {
        border-top: 2px solid #ECECEC;
    }
    .t-display.design1 table tbody tr.check-td .product-name {
        text-align: left;
        padding: 1.6rem 2rem 0.6rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
        letter-spacing: -0.016rem;
    }
    .t-display.design1 table tbody tr.check-td .product-date {
        text-align: right;
        padding: 0 2rem 1.6rem;
        font-size: 1.3rem;
        font-weight: 400;
        color: #C3C3C3;
    }
}

/* design2: 렌즈퀘스트 등급 뱃지 */
.t-display.design2 table thead tr th {
    padding: 1.8rem 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
}
.t-display.design2 table tbody tr td {
    /* padding: 2.8rem 1rem; */
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    box-sizing: border-box;
}
.t-display.design2 table tbody tr.fix-height td {
    height: 8.2rem;
    padding: 1rem;
}
.t-display.design2 table tbody tr.bg-red td {
    background: rgba(185, 0, 0, 0.30);
    padding: 2rem 1rem;
}
.t-display.design2 table tbody tr.bg-red td img {
    width: 13.2rem;
    height: 100%;
    aspect-ratio: 1;
}

/* table design2 mobile (table 해체) */
@media (max-width: 767px) {
    .t-display.design2 table {
        display: block;
    }
    .t-display.design2 table tbody {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
    }

    .t-display.design2 table tbody tr td {
        padding: unset;
        text-align: center;
        height: 14rem;
        border: unset;
    }
    .t-display.design2 table tbody tr td + td {
        margin-top: 0.8rem;
    }
    .t-display.design2 table tbody tr.fix-height {
        display: flex;
        flex-direction: column;
        width: 60%;
    }
    .t-display.design2 table tbody tr.fix-height td {
        height: 14rem;
        align-content: center;
        text-align: left;
        padding-left: 2.4rem;
        background: #131313;
        border: 1px solid #2A2A2A;
        border-left: unset;
    }

    /* 모바일 텍스트 */
    .t-display.design2 table tbody tr.fix-height td .sp-td .sp-td-tit {
        color: #FFF;
        text-align: left;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 140%;
        display: block;
    }
    .t-display.design2 table tbody tr.fix-height td .sp-td .sp-td-tit + .sp-td-desc {
        margin-top: 0.7rem;
    }
    .t-display.design2 table tbody tr.fix-height td .sp-td .sp-td-desc {
        color: #666;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 100%;
        display: flex;
        align-items: center;
        gap: 0.8rem;
    }

    .t-display.design2 table tbody tr.bg-red {
        display: flex;
        flex-direction: column;
        width: 40%;
    }
    .t-display.design2 table tbody tr.bg-red td {
        padding: 1rem;
        border: 1px solid #2A2A2A;
        border-right: unset;
    }
    .t-display.design2 table tbody tr.bg-red td img {
        width: 11.1rem;
        height: auto;
    }
}

/*------------------------------------------------------------
	scrollbar
------------------------------------------------------------*/
.scroll-y {
    width: calc(100% - 0.6rem);
    padding-right: 0.6rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-y::-webkit-scrollbar {
    width: 0.4rem;
}
.scroll-y::-webkit-scrollbar-thumb {
    background-color: #D5D4D9;
    border-radius: 5rem;
}

@media (max-width: 767px) {
    .scroll-y::-webkit-scrollbar {
        width: 0.3rem;
        border-radius: 5rem;
    }
}

/*------------------------------------------------------------
	select box
------------------------------------------------------------*/
.select-container.rf-lens {
    display: flex;
    gap: 1.6rem;
}

@media (max-width: 1024px) {
    .select-container.rf-lens {
        width: 100%;
        flex-direction: column;
        gap: 1.2rem;
    }
}

.select-container.rf-lens .custom-select {
    position: relative;
    width: auto;
    display: none;
    cursor: pointer;
}

.select-container.rf-lens .custom-select:nth-child(1) {
    min-width: 17rem;
}
.select-container.rf-lens .custom-select:nth-child(2) {
    min-width: 17rem;
}
.select-container.rf-lens .custom-select:nth-child(3) {
    min-width: 36rem;
}

@media (max-width: 1024px) {
    .select-container.rf-lens .custom-select {
        min-width: unset !important;
        width: 100% !important;
    }
}

.select-container.rf-lens .custom-select.active {
    display: block;
}

.select-container.rf-lens .select-trigger {
    background: #1E1E1E;
    border: 1px solid #464646;
    border-radius: 6px;
    padding: 0.9rem 2.8rem 0.9rem 1.2rem;
    color: #fff;
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.16px;
    position: relative;
    box-sizing: border-box;
}

.select-container.rf-lens .select-trigger:after {
    content: '';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background: url('/resources/assets/img/rflensworld/common/icon-select-down.svg') no-repeat center / 100%;
}

@media (max-width: 1024px) {
    .select-container.rf-lens .select-trigger {
        padding: 0.9rem 1.2rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}


/*.select-container.rf-lens .custom-select.disabled .select-trigger {
	cursor: not-allowed;
	opacity: 0.6;
}*/

.select-container.rf-lens .select-trigger:hover:not(.disabled) {
    border-color: #464646;
}

.select-container.rf-lens .select-trigger.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.select-container.rf-lens .select-trigger.open:after {
    transform: translateY(-50%) rotate(180deg);
}

.select-container.rf-lens .select-options {
    position: absolute;
    top: 4.5rem;
    left: 0;
    right: 0;
    /*background: #2a2a2a;*/
    border-radius: 0 0 8px 8px;
    border: 1px solid #464646;
    border-top: none;
    max-height: 43.6rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1;
}

.select-container.rf-lens .select-options.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-container.rf-lens .select-option {
    padding: 1rem 1.2rem;
    color: #999;
    background: #1E1E1E;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 2.6rem;
    min-height: 4.6rem;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.16px;
}

.select-container.rf-lens .select-option:last-child {
    border-bottom: none;
}

.select-container.rf-lens .select-option:hover {
    background: #151515;
}

.select-container.rf-lens .select-option.selected {
    /*background-color: #007AFF;*/
    color: #fff;
}

.select-container.rf-lens .placeholder-text {
    color: #FFF;
}

/* 커스텀 스크롤바 */
.select-container.rf-lens .select-options::-webkit-scrollbar {
    width: 38px;
    background: #1E1E1E;
    border-radius: 8px;
}

.select-container.rf-lens .select-options::-webkit-scrollbar-track {
    background: #1E1E1E;
    border-radius: 8px;
}

.select-container.rf-lens .select-options::-webkit-scrollbar-thumb {
    background: #464646;
    border: 16px solid transparent;
    border-radius: 100px;
    background-clip: content-box;
}
/*.select-container.rf-lens .select-options::-webkit-scrollbar-track-piece {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	background: #1E1E1E;
}*/
