@charset "UTF-8";

#ly-Newsletter header { text-align:center; }
#ly-Newsletter header p:nth-child(1) { font-size:2em; font-weight:400; color:#1c1c1e; margin-bottom: 80px; line-height: 1.6; }
#ly-Newsletter header p:nth-child(2) { font-weight:300; line-height: 1.6; }
#ly-Newsletter header p { margin-top:30px; font-size:1.125rem; color:#3a3a3c; font-weight:400; }
#ly-Newsletter header p span { line-height:1.6; display:block; }

div.id-cont header.type-side h2 { font-size:1.2em; text-align:left; }

div.id-cont p.type-btn { text-align: center; margin-top:120px; }
div.id-cont p.type-btn button { width:206px; height: 56px; font-size:1.125em; color:#FFFFFF; background-color: #009F4F; border : 1px solid #009F4F; padding:10px 5px; border-radius: 8px;
    font-weight: 400; }
div.id-cont p.type-btn button:focus,
div.id-cont p.type-btn button:hover { background-color:#008843; }

#ly-Newsletter-Content { margin-top:120px; padding-bottom:40px; }
#ly-Newsletter-Content div.id-cont { width:44%; margin-left:auto; margin-right:auto; }
#ly-Newsletter-Content div.id-cont div.frame-left a { text-decoration: none;}
#ly-Newsletter-Content div.id-cont div.frame-left a.parent { height: 64px; padding: 0 32px; background: right center no-repeat #F9F9F9; display:block; color:#3A3A3C; 
    border: 1px solid #EAEAEA; border-radius: 5px; }
#ly-Newsletter-Content div.id-cont div.frame-left a.parent dl { height:100%; font-size:1.2em; display:-ms-flexbox; display:flex; -ms-flex-pack:justify; 
    justify-content:flex-start; align-items: center; }
    #ly-Newsletter-Content div.id-cont div.frame-left a.parent dl dt { flex-grow: 1;}
#ly-Newsletter-Content div.id-cont div.frame-left a.parent dl dt span:nth-child(1) { font-weight:bold; margin-right: 24px; font-size: 1.125em; }
#ly-Newsletter-Content div.id-cont div.frame-left a.parent dl dt span:nth-child(2) { font-weight: normal; font-size: 1.125em;}
#ly-Newsletter-Content div.id-cont div.frame-left a.parent dl dd { background-image:url('../../img/view/faq/img-faq-arrow-off.png'); background-repeat:no-repeat; 
    background-position: center; width:32px; height: 100%; }
#ly-Newsletter-Content div.id-cont div.frame-left #obj-Newsletter-Navi { height:326px; overflow:auto; margin-top:20px; border:1px solid #EAEAEA; border-radius: 5px; 
    display:none; position: absolute; width: 44%; min-width: 270px; background: #fff;}
#ly-Newsletter-Content div.id-cont div.frame-left #obj-Newsletter-Navi.active { display: block;}
#ly-Newsletter-Content div.id-cont div.frame-left #obj-Newsletter-Navi a.child { padding:8px 20px; display:block; }
#ly-Newsletter-Content div.id-cont div.frame-left #obj-Newsletter-Navi a.child dl { height: 48px; padding: 0 10px; font-size:1.2em; line-height: 48px; display:-ms-flexbox; display:flex; -ms-flex-pack:justify; justify-content:start; }
#ly-Newsletter-Content div.id-cont div.frame-left #obj-Newsletter-Navi a.child dl dt { font-weight:700; margin-right: 24px; }
#ly-Newsletter-Content div.id-cont div.frame-left #obj-Newsletter-Navi a.child dl.active { background-color: #EEEEEE; border-radius: 4px; }
#ly-Newsletter-Content div.id-cont div.frame-right { margin-top: 42px; }
#ly-Newsletter-Content div.id-cont div.frame-right > div { background:none !important; border:1px solid #EAEAEA; border-radius: 5px; }
#ly-Newsletter-Content div.id-cont div.frame-right > div > table { background:none !important; }
#ly-Newsletter-Content div.id-cont div.frame-right > div > table > tbody > tr > td { padding:0 !important; margin:0 !important; }

#ly-Newsletter-Request { padding-top:80px; padding-bottom:160px; }
#ly-Newsletter-Request header { margin-bottom: 54px; }
#ly-Newsletter-Request header p:nth-child(1) { font-size:1.5em; font-weight:500; color:#3a3a3c; }
#ly-Newsletter-Request div.id-cont { width: 64%; margin-left:auto; margin-right:auto; max-width: 1200px; }
#ly-Newsletter-Request div.id-cont form fieldset label {width: 48.5%; color: #636366; font-size: 1rem; font-weight: 350; }
#ly-Newsletter-Request div.id-cont form fieldset div.newsletter-subscription-input { display: flex; flex-wrap: wrap; justify-content: space-between;}
#ly-Newsletter-Request div.id-cont form fieldset div.newsletter-subscription-input div.subscriptioninput { display: flex; flex-direction: column; width: 48.5%;}
#ly-Newsletter-Request div.id-cont form fieldset input:not(:first-of-type) { margin-left:48px; }
#ly-Newsletter-Request div.id-cont form fieldset input:focus { background-color:#f9f9f9; }
#ly-Newsletter-Request div.id-cont form fieldset input[type='text'] { height: 56px; width: 576px; font-weight:300; border:1px solid #EAEAEA; border-radius: 4px; margin-top: 16px; padding: 10px 12px;}
#ly-Newsletter-Request div.id-cont form fieldset p.proc-agree { margin-top:16px; font-size: .9rem; }
#ly-Newsletter-Request div.id-cont form fieldset p.proc-agree input { margin-right: 6px;}
#ly-Newsletter-Request div.id-cont form fieldset p.proc-agree label { color: #959595; }
#ly-Newsletter-Request div.id-cont form fieldset p label a { color:#009F4F; text-decoration:underline; }
#ly-Newsletter-Request div.id-cont form fieldset input[type='text'] { width: 576px;}

.xxxxx { display:none; }

/* 뉴스레터 구독 결과 팝업 (확인 버튼으로만 닫기) */
.newsletter-result-popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; }
.newsletter-result-popup-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); pointer-events: none; }
.newsletter-result-popup-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 360px; min-width: 320px; max-width: 92vw; box-sizing: border-box; background: #fff; border-radius: 12px; padding: 32px 36px; box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.newsletter-result-popup-message { margin: 0 0 28px; font-size: 1.125rem; line-height: 1.6; color: #1c1c1e; text-align: center; }
.newsletter-result-popup-btn { margin: 0; text-align: center; }
.newsletter-result-popup-btn button { min-width: 220px; padding: 18px 40px; font-size: 1.25rem; color: #fff; background: #009F4F; border: 1px solid #009F4F; border-radius: 8px; cursor: pointer; }
.newsletter-result-popup-btn button:hover { background: #008843; }

/* Mobile */
@media screen and (min-width:1px) and (max-width:639px) {

    /* 모바일: 구독 결과 팝업 화면의 80% 너비 */
    .newsletter-result-popup-inner { width: 90vw; min-width: 0; max-width: 90vw; padding: 36px 28px; }

    div.id-cont p.type-btn button { width: 100%;}

    #ly-Newsletter header { width: 98%;}

    #ly-Newsletter-Content div.id-cont { width: 92%;}
    #ly-Newsletter-Content div.id-cont div.frame-right { width: 100%;}

    #ly-Newsletter-Request { padding-bottom: 80px;}
    #ly-Newsletter-Request div.id-cont { width: 92%;}
    #ly-Newsletter-Request div.id-cont form fieldset div.newsletter-subscription-input { flex-direction: column;}
    #ly-Newsletter-Request div.id-cont form fieldset div.newsletter-subscription-input div.subscriptioninput { width: 100%;}
    #ly-Newsletter-Request div.id-cont form fieldset div.newsletter-subscription-input div.subscriptioninput:nth-of-type(1){padding-bottom: 16px;}
    #ly-Newsletter-Request div.id-cont form fieldset input[type='text'] { width: 100%;}

    /* 모바일: 체크박스·동의 문구 더 크게 */
    #ly-Newsletter-Request div.id-cont form fieldset p.proc-agree { font-size: 1.1rem; line-height: 1.5; }
    #ly-Newsletter-Request div.id-cont form fieldset p.proc-agree input[type="checkbox"] { width: 22px; height: 22px; min-width: 22px; min-height: 22px; margin-right: 10px; vertical-align: middle; }
    #ly-Newsletter-Request div.id-cont form fieldset p.proc-agree label { font-size: 1.1rem; }
}

/* Mobile & Tablet */
@media screen and (min-width:1px) and (max-width:1219px) {
    #ly-Newsletter-Request div.id-cont form fieldset input[type='text'] { width: 100%;}
}

/* Tablet */
@media screen and (min-width:640px) and (max-width:1219px) {
    #ly-Newsletter-Request div.id-cont form fieldset input[type='text'] { width: 100%;}
}

/* Tablet & Desktop */
@media screen and (min-width:640px) {
    #ly-Newsletter-Request div.id-cont form fieldset input[type='text'] { width: 100%;}
}

/* Desktop */
@media screen and (min-width:1220px) {

}
