/* --------------------- 폰트 --------------------- */
@import url(fonts.css);

/* --------------------- varient --------------------- */
html {
    --text :#000000;
    --desc :#666;
    --greyBg :#808080;
    --line-1 :#E9E9E9;
    --line-2 :#D9D9D9;
    --bg-1 :#F9FAFB;
    --bg-2 :#F3F4F6;
    --bg-mint :#F5FEFD;
    --white :#fff;
    --primary :#01A69F;
    --secondary :#5DDFDE;
    --red :#ED1B23;
    --white :#fff;
}    

/* --------------------- 공통 --------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; padding: 0; box-sizing: border-box; font-family: "Roboto","NotoSansKR", sans-serif; } 
body { font-family: "Roboto","NotoSansKR", sans-serif; }
body.bg { background-color: #EFF5F8; }
.container { padding: 40px 20px; }
.container-2 { padding: 20px; }
.b-fix { padding-bottom: 100px; }

/* --------------------- 타이틀 --------------------- */
.pg-title { display: flex; justify-content: center; align-items: center;  gap: 5px; text-align: center; font-size: 21px; height: 60px; border-bottom: 1px solid #D9D9D9; }
.sec-title { font-size: 20px; font-weight: bold; padding-bottom: 15px; }

/* --------------------- 엘리먼트 --------------------- */
/* margin */
.mg-t-20 { margin-top: 20px; }

/* 포인트 컬러 */
.pnt { color: var(--primary); } 
.pnt-2 { color: var(--secondary); } 

/* 이미지 리사이징 */
.fig img { width: 100%; max-width: 520px; }

/* icon */
.ico-arr { display: inline-block; vertical-align: middle; width: 28px; height: 28px; background: url(../images/ico-arr.svg) no-repeat, center, center; background-size: cover; }
.ico-arr-w { display: inline-block; vertical-align: middle; width: 28px; height: 28px; background: url(../images/ico-arr-w.svg) no-repeat, center, center; background-size: cover; }
.ico-kt { margin-right: 5px; display: inline-block; vertical-align: middle; width: 30px; height: 24px; background: url(../images/logo_kt.svg) no-repeat, center, center; background-size: cover; }
.ico-fin-chk { display: inline-block; vertical-align: middle; width: 50px; height: 50px; background: url(../images/ico-comp.svg) no-repeat, center, center; background-size: cover; }
.ico-mobi { display: inline-block; vertical-align: middle; width: 28px; height: 28px; background: url(../images/ico-mobile.svg) no-repeat, center, center; background-size: cover; margin-right: 5px; }
.ico-star { display: inline-block; vertical-align: middle; width: 40px; height: 40px; background: url(../images/ico-star.svg) no-repeat, center, center; background-size: cover; }

.ico-process-1 { display: inline-block; vertical-align: middle; width: 34px; height: 55px; background: url(../images/ico-apply-1.svg) no-repeat, center, center; background-size: cover; }
.ico-process-2 { display: inline-block; vertical-align: middle; width: 60px; height: 41px; background: url(../images/ico-apply-2.svg) no-repeat, center, center; background-size: cover; }
.ico-process-3 { display: inline-block; vertical-align: middle; width: 46px; height: 57px; background: url(../images/ico-apply-4.svg) no-repeat, center, center; background-size: cover; }
.ico-process-4 { display: inline-block; vertical-align: middle; width: 52px; height: 49px; background: url(../images/ico-apply-3.svg) no-repeat, center, center; background-size: cover; }

/* button */
.btn-line { cursor: pointer; display: inline-flex; justify-content: center; align-items: center; width: 100%; border-radius: 15px; background-color: #fff; font-size: 20px; font-weight: bold; text-align: center; letter-spacing: -0.25px; height: 60px; border: 1px solid var(--primary);; }
.btn-line .ico-arr { margin-top: 3px; }
.btn-line span + span { margin-left: 5px; }
.btn-dark { color: #fff; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; width: 100%; border-radius: 15px; background-color: #000000; font-size: 20px; font-weight: bold; text-align: center; letter-spacing: -0.25px; height: 60px; border: 1px solid #000; }
.btn-dark span + span { margin-left: 5px; }
.btn-color { border: none; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; width: 100%; border-radius: 10px; background-color: var(--secondary); font-size: 16px; font-weight: 600; height: 40px; }

.wrap-cta { background-color: #fff; position: fixed; bottom: 0; left: 0; padding: 0 20px 20px 20px; width: 100%; }
.wrap-cta:before  { content: ""; position: absolute; top: -20px; left: 0; width: 100%; height: 20px; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); pointer-events: none; }
/* --------------------- 모듈 --------------------- */
/* 버튼포함 인포 */
.info-temp { padding-bottom: 20px; }
.info-temp .info-temp-tit { font-size: 28px; padding-bottom: 20px; letter-spacing: -1.5px; }
.info-temp .info-temp-tit .bold { font-weight: 800; }
.info-temp .info-temp-tit .thin { font-weight: 400; }
.info-temp .info-temp-box { text-align:center; background-color: #fff; border-radius: 15px; padding: 20px; }
.info-temp .banner-box { text-align:center; }

/* 상세내역 공통 */
.tot-list dl { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: 16px; }
.tot-list dl.total { border-top: 1px solid var(--line-2); padding-top: 15px; }
.tot-list dl dd { font-size: 20px; font-weight: 500; text-align: right; }
.tot-list dl.total dd { color: var(--primary); font-size: 22px; font-weight: 600; }

/* 배너영역 */
.ban-area { text-align: center; }
.ban-area .fig + .fig { margin-top: 5px; }

/* 단말기 정보 */
.info-device { background-color: var(--bg-1); padding: 20px; border-radius: 15px; margin-bottom: 20px; }
.info-device .txt { font-size: 15px; }
.info-device .bg-txt { background-color: var(--white); font-size: 15px; text-align: center; padding: 15px; border-radius: 10px; }
.info-device .num { font-size: 22px; font-weight: bold; margin: 10px 0 15px 0; }

.info-device-dl { margin-bottom: 40px; }
.info-device-dl dl dt { color: var(--greyBg); font-size: 16px; padding-bottom: 8px; }
.info-device-dl dl + dl { margin-top: 20px; }
.info-device-dl dl dd { background-color: var(--bg-1); border-radius: 8px; padding: 15px; text-align: center; font-size: 16px; color: var(--text); font-weight: 500; }

/* 약정기간 선택 */
.select-period { padding: 20px 0 30px 0; }
.select-period .title { font-size: 18px; font-weight: bold; padding-bottom: 1.6rem; }
.select-period .title .sml { font-size: 15px; color: var(--greyBg); font-weight: normal;}
.select-period .select-area { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; }
.select-period .select-area .item { background-color: var(--bg-1); text-align: center; flex: 1; border-radius: 8px; transition: all 0.3s ease; cursor: pointer; } 
.select-period .select-area .item label { border: 1px solid var(--bg-1); border-radius: 8px; display: block; width: 100%; height: 100%; padding: 15px 5px; transition: all 0.3s ease; color: var(--text-default); } 
.select-period .select-area .item label.checked { border: 1px solid var(--primary); background-color: var(--bg-mint); color: var(--primary)}
.select-period .select-area .item .chk { width: 32px; height: 32px; border-radius: 4px; background-size: cover; background-position: center; background-repeat: no-repeat; background-image: url('../images/ico-check.svg'); margin: 0 auto 8px; transition: all 0.2s ease; } 
.select-period .select-area .item input.chk-area:checked ~ .chk { background-image: url('../images/ico-check-actived.svg'); } 
.select-period .select-area .item .month { font-size: 15px; margin-bottom: 5px; }
.select-period .select-area .item .pay { font-size: 17px; }
.select-period .select-area .item .pay .sml { display: block; font-size: 0.74em; line-height: 1.2; }  
.select-period .select-area .item .pay .big { display: block; font-weight: 600; }

/* 만족도조사 */
.satisfy { display: flex; justify-content: space-between; align-items: center; margin: 20px 0 40px 0; background-color: var(--bg-1); border-radius: 15px; }
.satisfy .lt { font-weight: bold; padding: 15px; font-size: 18px; }
.satisfy .btn-color { width: 100px; }

/* 가입완료 */
.fin-msg { border: 1px solid var(--secondary); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); padding: 15px; border-radius: 15px; }
.fin-msg.hr { display: flex;  padding: 20px 30px; margin-bottom: 20px; }
.fin-msg.hr i { margin-right: 20px; }
.fin-msg .icon { text-align: center; margin-bottom: 15px; }
.fin-msg .info { text-align: center; margin-bottom: 15px; font-size: 20px; }
.fin-msg .info .name {}
.fin-msg .info .fee { color: var(--primary);}
.fin-msg .bg-txt { background-color: var(--bg-mint); padding: 15px; }
.fin-msg .bg-txt .device { text-align: center; font-size: 16px; margin-bottom: 10px; }
.fin-msg .bg-txt .mobile { text-align: center; font-weight: bold; font-size: 20px; }
.fin-msg .bg-txt .tot-list { border-top: 1px solid #DEE8E7; margin-top: 20px; padding-top: 20px; }
.fin-msg .bg-txt .tot-list dl { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: 15px; }
.fin-msg .bg-txt .tot-list dl dd { font-size: 15px; font-weight: 500; }

/* 프로세스 */
.process { display: grid; grid-template-columns: 1fr auto 1fr; grid-template-rows: repeat(3, auto); gap: 10px; text-align: center; align-items: stretch; justify-items: center; max-width: 500px; margin-bottom: 40px; }
.process .step { width: 90%; align-self: start; }
.process .step .ico-box { width: 100%; height: 120px; background-color: var(--bg-1); display: flex; justify-content: center; align-items: center; border-radius: 15px; margin-bottom: 10px; }
.process .step .step-num { font-size: 20px; font-weight: bold; color: var(--primary); margin-bottom: 5px; }
.process .step .step-txt { font-size: 15px; }
.process .arrow { font-size: 24px; color: #555; }
.process .arrow.hr { padding-top: 40px; }
.process .empty { width: 100%; height: 40px; }

/* faq */
.faq { padding: 20px; background-color: var(--bg-1); }
.faq .faq-tit { font-size: 20px; padding-bottom: 1rem; font-weight: bold; }
.faq .faq-list .item { border-bottom: 1px solid #E9E9E9; padding: 15px 0; }
.faq .faq-list .que { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 18px; letter-spacing: -0.04px; }
.faq .faq-list .que .txt { padding-right: 1.6rem; } 
.faq .faq-list .que .ico-arr { width: 20px; height: 20px; transform: rotate(90deg); }
.faq .faq-list .ans { display: none; }
.faq .faq-list .item.open .ans { display: block; padding: 15px; background-color: #fff; margin-top: 15px; }
.faq .faq-list .item.open .que .ico-arr { margin-top: 6px;  transform: rotate(-90deg);}

/* --------------------- notice --------------------- */
/* 도트타입 */
.noticeLst__item { font-size: 14px; position: relative; padding-left: 12px; line-height: 1.6; font-weight: 400; list-style: none; color: var(--desc); }
.noticeLst__item:before { content: ''; display: inline-block; position: absolute; left: 0; top: 10px; vertical-align: middle; margin-right: 10px; margin-top: -2px; background-color: #222; width: 3px; height: 3px; border-radius: 100%; }

/* 넘버타입 */
.numeraList__item { position: relative; padding: 0 0 10px 20px; font-size: 14px; line-height: 1.6; font-weight: 400; list-style: none; }
.numeraList__item:last-child { border: none; margin-bottom: 0; }
.numeraList__item:before { content: counter(item, decimal); counter-increment: item; position: absolute; top: 0; left: 0; display: inline-block; width: 20px; font-size: 15px; text-align: left; color: var(--desc);  }
.numeraList { counter-reset: item; }
