/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-56557
* CODE : Dev - EV00019101 , Prod - EV00006981
* FILE : /kr/event/2024/03/04_kimchi_40/css/event.css
* DESC : 김치냉장고 40주년 축하 댓글 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/02/19				정규진				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
    --width: 1380;
}
.evt-func {
    position: relative;
}
/* 탭 영역 */
.tabs-wrap .tabs {
    display: flex;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin: 0;
    padding: 0;
}
.tabs-wrap .tabs > li {
    width: 50%;
    padding: 0;
    margin: 0;
}
.tabs-wrap .tabs > li a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tabs-wrap .tabs > li.on:nth-child(1) a{
	background-image: url(/kr/event/2024/03/04_kimchi_40/images/tab1_on.png);
}
.tabs-wrap .tabs > li.on:nth-child(2) a{
	background-image: url(/kr/event/2024/03/04_kimchi_40/images/tab2_on.png);
}
.tab-contents{
	display: none;
}

/* 링크 영역 */
.evt-btn-area.eachLink {
    width: calc(1247 / var(--width) * 100%);
    padding-top: calc(72 / var(--width) * 100%);
    margin-bottom: calc(143 / var(--width) * 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.evt-btn-area.eachLink.link-area2 {
    margin-bottom: calc(953 / var(--width) * 100%);
}
.evt-btn-area.eachLink.link-area3 {
    margin-bottom: calc(137 / var(--width) * 100%);
}
.evt-btn-area.eachLink div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.evt-btn-area.eachLink a {
    width: calc(366 / 1247 * 100%);
    height: 100%;
}

/* 스와이퍼 */
.kimchi-slider1 {
    width: calc(598 / var(--width) * 100%);
    margin-bottom: calc(414 / var(--width) * 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.kimchi-slider1 img {
    width: auto;
    /* height: 500px; */
}
.kimchi-slider1 .swiper-slide:first-of-type  {
    width: calc(362 / var(--width) * 100%);
}
.kimchi-slider1 .swiper-slide:nth-of-type(2)  {
    width: calc(304 / var(--width) * 100%);
}
.kimchi-slider1 .swiper-slide:nth-of-type(3)  {
    width: calc(303 / var(--width) * 100%);
}
.kimchi-slider1 .swiper-slide:nth-of-type(4)  {
    width: calc(305 / var(--width) * 100%);
}
.kimchi-slider1 .swiper-slide:nth-of-type(5)  {
    width: calc(326 / var(--width) * 100%);
}
.kimchi-slider1 .swiper-scrollbar {
    height: 10px;
    width: 200px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #5a5750;
}
.kimchi-slider1 .swiper-scrollbar .swiper-scrollbar-drag {
    padding-top: calc(25 / var(--width) * 100%);
    background: #fff;
}

/* 리뷰 */
.review-input-area {
    width: calc(601 / var(--width) * 100%);
    height: 0;
    padding-top: calc(202 / var(--width) * 100%);
    margin-top: calc(210 / var(--width) * 100%);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.review-input-area .input-wrap {
    width: 100%;
}
.review-input-area .input-wrap textarea {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.review-input-area .count-wrap {
    width: 100%;
    display: flex;
    justify-content: right;
}
.review-input-area .txt-count {
    display: inline-block;
    font-size: 18px;
    line-height: 19px;
    color: #bbb7b8;
}
/* 체크박스 */
.layer-input {
    width: calc(601 / var(--width) * 100%);
    margin-top: calc(497 / var(--width) * 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}
.chk-wrap input+label {
    font-size: 18px;
    line-height: 29px;
    color: #e7c78e;
}
.layer-input .chk-wrap input+label:after {
    top: 3px;
    background-image: url(/kr/event/2024/03/04_kimchi_40/images/btn-checkbox-off.png)!important;
}
.layer-input .chk-wrap input:checked+label:after {
    background-image: url(/kr/event/2024/03/04_kimchi_40/images/btn-checkbox-on.png)!important;
}
/* 체크박스 포커스 */
#layerchk1-1:focus+label::after {
    outline: 1px auto #000;
    outline-offset: 1px;
}
/* 응원 댓글 등록하기 버튼 */
.joinChk.joinChkBtn {
    width: calc(601 / var(--width) * 100%);
    padding-top: calc(91 / var(--width) *100%);
    margin-top: calc(597 / var(--width) * 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* 응원댓글 리스트 */
.reply-box {
    color: #000;
    font-size: 16px;
}
.reply-list {
    padding: calc(52 / var(--width) * 100%) calc(40 / var(--width) * 100%) calc(40 / var(--width) * 100%);
}
.reply-list .list-top {
    color: inherit;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 calc(25 / var(--width) * 100%) calc(17 / var(--width) * 100%) calc(25 / var(--width) * 100%);
    border-bottom: 1px solid #666;
}
.reply-list .list-top > p {
    font-weight: bold;
}
.reply-list .list-top > p > em {
    color: #da0f47;
}
.reply-list .list-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.reply-list .list-body .list-item {
    text-align: left;
    padding: calc(30 / var(--width) * 100%);
    border-bottom: 1px solid #ddd;
}
.reply-list .list-body .list-item .item-text p {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.6em;
}
.reply-list .list-body .list-item .item-info {
    /* font-size: .8em; */
    margin-top: calc(15 / var(--width) * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reply-list .list-body .list-item .item-info > span + span {
    margin-left: calc(15 / var(--width) * 100%);
}
.reply-list .list-body .list-item .item-info > span.name {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    position: relative;
    padding-right: calc(15 / var(--width) * 100%);
}
.reply-list .list-body .list-item .item-info > span.name::after {
    content: "";
    min-width: 1px;
    height: 0.8em;
    position: absolute;
    top: 55%;
    right: 0;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reply-list .list-body .list-item .item-info > span.icon-app {
    color: #fff;
    font-size: 0.76em;
    font-weight: 400;
    line-height: 1em;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.31em 0.4em 0.32em;
    border-radius: 0.2em;
    background-color: #7649ec;
}
.reply-list .list-body .list-item .item-info > span.icon-app.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* 댓글 리스트 페이저 */
.reply-list .list-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(47 / var(--width) * 100%);
}
.reply-list .list-pager button {
    font-size: 16px;
}
.reply-list .list-pager .btn-pager {
    width: 1em;
    height: 1em;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reply-list .list-pager .btn-pager.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reply-list .list-pager .btn-pager::before {
    content: "";
    width: 70%;
    height: 70%;
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: #000 transparent transparent #000;
    border-radius: 25%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.reply-list .list-pager .btn-pager.next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.reply-list .list-pager .pager-no {
  	color: #fff;
    margin: 0 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reply-list .list-pager .pager-no .btn-pager-no {
  	color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	padding: 0.5em;
    margin: 0 0.5em;
  	border-bottom: 1px solid transparent;
}
.reply-list .list-pager .pager-no .btn-pager-no.on {
  	border-bottom-color: #000;
    font-weight: bold;
}

.layer-agree {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
    color: #e7c78e;
}
.layer-agree:hover {
    text-decoration-line: underline;
}
/* 참여팝업 */
.pop-conts.academy-pop.no-footer {
    padding: 0;
}
#agree1_f table tbody tr td:last-child {
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}
/* 마케팅 수신동의 팝업 */
.member-alert .lay-header {
    margin: 0 40px;
}
.member-alert .lay-header h1.align-left {
    text-align: left;
}
.member-alert .lay-conts.mkt-agmn {
    padding: 0 0 48px;
    text-align: left;
}
.member-alert .lay-conts.mkt-agmn .scroll-wrap {
    overflow: auto;
    max-height: 290px;
    margin-top: 19px;
    padding: 0 40px;
}
.member-alert .lay-conts.mkt-agmn p {
    line-height: 1.5;
    font-size: 16px;
}
.member-alert .lay-conts.mkt-agmn p:first-child {
    margin-top: 0;
}
.member-alert .lay-conts.mkt-agmn [style="font-size:22px"] {
    font-size: 20px !important;
    line-height: 1.45;
    font-weight: 500;
}
.member-alert .lay-conts.mkt-agmn strong {
    font-weight: 500;
}
.member-alert .laypop.btn-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 40px 48px;
}
.member-alert .laypop.btn-wrap .btn {
    flex: 1;
    max-width: 175px;
    min-width: auto;
    margin-left: 0;
    font-size: 14px;
}
.lay-wrap .laypop.btn-wrap .btn:first-child {
    margin-left: 0;
}
.member-alert .laypop.btn-wrap .btn.gray {
    color: #222;
    border: 1px solid #222;
    background: #fff;
}

.kakao_wrap{position: relative;}
.kakao{position: absolute; top: 82.6%; left: 32.5%; height: 8%; width: 35%;}

@media screen and (max-width: 767px) {
    * {
        --width: 720;
    }
    /* 탭 */
    .tabs-wrap .tabs > li.on:nth-child(1) a{
        background-image: url(/kr/event/2024/03/04_kimchi_40/images/m_tab1_on.png);
    }
    .tabs-wrap .tabs > li.on:nth-child(2) a{
        background-image: url(/kr/event/2024/03/04_kimchi_40/images/m_tab2_on.png);
    }
    /* 슬라이드 1,2공통*/
    .swiper-button-next, .swiper-button-prev {
        top: initial;
        bottom: 0;
        margin-bottom: calc(443 / var(--width) * 100%);
    }
    .swiper-container .swiper-slide a {
        width: calc(525 / 600 * 100%);
        height: calc(60 / 600 * 100%);
        display: block;
        position: absolute;
        bottom: calc(27 / 600 * 100%);
        left: 50%;
        transform: translateX(-50%);
    }
    /* 슬라이드1 */
    .kimchi-slider2 {
        width: 100%;
        position: absolute;
        bottom: 0;
        margin-bottom: calc(80 / var(--width) * 100%);
    }

    .kimchi-slider2 .swiper-container {
        width: calc(600 / var(--width) * 100%);
    }

    .kimchi-slider2 .swiper-button-next {
        width: calc(80 / var(--width) * 100%);
        padding-top: calc(79 / var(--width) * 100%);
        right: calc(19 / var(--width) * 100%);
        background: url(/kr/event/2024/03/04_kimchi_40/images/btn_next.png) no-repeat 0 0;
        background-size: 100%;
    }

    .kimchi-slider2 .swiper-button-prev {
        width: calc(80 / var(--width) * 100%);
        padding-top: calc(79 / var(--width) * 100%);
        left: calc(19 / var(--width) * 100%);
        background: url(/kr/event/2024/03/04_kimchi_40/images/btn_prev.png) no-repeat 0 0;
        background-size: 100%;
    }
    /* 슬라이드2 */
    .kimchi-slider3 {
        width: 100%;
        position: absolute;
        bottom: 0;
        margin-bottom: calc(80 / var(--width) * 100%);
    }

    .kimchi-slider3 .swiper-container {
        width: calc(600 / var(--width) * 100%);
    }

    .kimchi-slider3 .swiper-button-next {
        width: calc(80 / var(--width) * 100%);
        padding-top: calc(79 / var(--width) * 100%);
        right: calc(19 / var(--width) * 100%);
        background: url(/kr/event/2024/03/04_kimchi_40/images/btn_next.png) no-repeat 0 0;
        background-size: 100%;
    }

    .kimchi-slider3 .swiper-button-prev {
        width: calc(80 / var(--width) * 100%);
        padding-top: calc(79 / var(--width) * 100%);
        left: calc(19 / var(--width) * 100%);
        background: url(/kr/event/2024/03/04_kimchi_40/images/btn_prev.png) no-repeat 0 0;
        background-size: 100%;
    }

    /* 리뷰 */
    .review-input-area {
        width: calc(601 / var(--width) * 100%);
        padding-top: calc(201 / var(--width) *100%);
        margin-top: calc(206 / var(--width) * 100%);
    }
    .review-input-area .txt-count {
        font-size: 14px;
        line-height: 0;
    }
    .layer-input {
        width: calc(601 / var(--width) * 100%);
        margin-top: calc(480 / var(--width) * 100%);
    }
    .layer-input .chk-wrap input+label {
        font-size: 14px;
        line-height: 18px;
        word-break: break-all;
    }
    .joinChk.joinChkBtn {
        width: calc(601 / var(--width) * 100%);
        padding-top: calc(92 / var(--width) *100%);
        margin-top: calc(585 / var(--width) * 100%);
    }
    /* 응원댓글 리스트 */
    .reply-list .list-top {
        padding: 0 calc(25 / var(--width) * 100%) calc(17 / var(--width) * 100%) calc(25 / var(--width) * 100%);
    }
    .reply-list .list-body .list-item {
        padding: calc(30 / var(--width) * 100%);
    }
    .reply-list .list-body .list-item .item-info {
        margin-top: calc(30 / var(--width) * 100%);
    }
    .reply-list .list-body .list-item .item-info > span.name {
        padding-right: calc(15 / var(--width) * 100%);
    }
    .reply-list .list-body .list-item .item-info > span + span {
        margin-left: calc(15 / var(--width) * 100%);
    }
    .reply-list .list-pager {
        margin-top: calc(30 / var(--width) * 100%);
    }
    /* 참여팝업 */
    #agree1_f table tbody tr td:last-child {
        font-size: 16px;
        line-height: 24px;
    }
    /* 마케팅 수신 동의 팝업 */
	.member-alert {
		padding-top: 44px;
	}
	.member-alert .lay-header {
		margin: 0 24px;
	}
	.member-alert .lay-conts.mkt-agmn {
		padding-bottom: 36px;
	}
	.member-alert .lay-conts.mkt-agmn .scroll-wrap {
		max-height: 290px;
		margin-top: 12px;
		padding: 0 24px;
	}
	.member-alert .lay-conts.mkt-agmn p {
		font-size: 14px;
		line-height: 1.43;
	}
	.member-alert .lay-conts.mkt-agmn [style="font-size:22px"], 
    .member-alert .lay-conts.mkt-agmn [style="font-size:16px"] {
		font-size: 14px !important;
		line-height: 1.43;
	}
	.member-alert .laypop.btn-wrap {
		padding: 0 16px 15px;
	}
	.member-alert .laypop.btn-wrap .btn {
		max-width: 140px;
		padding: 12px 25px;
		border-radius: 25px;
	}

    .kakao_wrap .swiper-button-prev{background-image:url("/kr/event/2024/03/04_kimchi_40/images/prev_btn.png");}
    .kakao_wrap .swiper-button-next{background-image:url("/kr/event/2024/03/04_kimchi_40/images/next_btn.png");}

    .kakao{top: 85.6%; left: 8.5%; height: 7.5%; width: 83%;}
}

@media screen and (max-width: 373px) {
    .layer-input .chk-wrap input+label {
        font-size: 12px;
        line-height: 18px;
        word-break: break-all;
    }
}
