@charset "utf-8";
/* /css/page_internet.css */

/* ==================================================
   페이지 공통
================================================== */
#boxInternetReason .sectionTitle,
#boxInternetType .sectionTitle,
#boxFaq .sectionTitle {color:#1b2639;font-size:2rem;font-weight:500;line-height:1.35;text-align:center;margin-bottom:2.5rem;}

@media (max-width:768px) {
	#boxInternetReason .sectionTitle,
	#boxInternetType .sectionTitle,
	#boxFaq .sectionTitle {font-size:1.25rem;margin-bottom:1rem;}
}

/* ==================================================
   인터넷 히어로
================================================== */
#boxHeroInternet {width:100%;border-radius:1.5rem 1.5rem 0 0;overflow:hidden;}
#boxHeroInternet .heroVisual {position:relative;width:100%;}
#boxHeroInternet .heroVisual .heroImage {display:block;width:100%;}
#boxHeroInternet .heroVisual .heroImage img {display:block;width:100%;height:auto;}

@media (max-width:768px) {
	#boxHeroInternet {border-radius:0;}
}

/* ==================================================
   인터넷 서비스 안내
================================================== */
#boxInternetService {display:flex;align-items:center;justify-content:space-between;gap:3rem;width:100%;padding:2.5rem 3rem;background:#f9fbfe;border-radius:0 0 1.5rem 1.5rem;}
#boxInternetService .serviceIntro {flex:1 1 35rem;min-width:20rem;}
#boxInternetService .serviceIntro h2 {margin:0 0 .5rem;font-size:1.75rem;font-weight:500;line-height:1.35;color:#111827;}
#boxInternetService .serviceIntro p {margin:0;font-size:1.1rem;font-weight:400;line-height:1.6;color:#687386;word-break:keep-all;}
#boxInternetService .serviceIntro p strong {font-weight:500;color:#4b5563;}
#boxInternetService .serviceBenefit {flex:0 1 auto;min-width:44rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;}
#boxInternetService .serviceBenefit .benefitItem {display:flex;align-items:center;min-width:0;}
#boxInternetService .serviceBenefit .benefitItem .benefitIcon {flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;margin-right:1rem;background:#fff;border-radius:50%;border:1px solid rgba(0,89,217,0.15);}
#boxInternetService .serviceBenefit .benefitItem .benefitIcon img {display:block;width:2.5rem;height:2.5rem;object-fit:contain;}
#boxInternetService .serviceBenefit .benefitItem .benefitText {min-width:0;}
#boxInternetService .serviceBenefit .benefitItem .benefitText strong {display:block;margin-bottom:0.35rem;font-size:1.15rem;font-weight:500;line-height:1.4;color:#111827;word-break:keep-all;}
#boxInternetService .serviceBenefit .benefitItem .benefitText p {margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#687386;word-break:keep-all;}

@media (max-width:1200px) {
	#boxInternetService {display:block;padding:2.5rem;}
	#boxInternetService .serviceIntro {min-width:0;margin-bottom:2rem;}
	#boxInternetService .serviceBenefit {min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;}
	#boxInternetService .serviceBenefit .benefitItem .benefitText p br {display:none;}
}

@media (max-width:768px) {
	#boxInternetService {display:block;margin-top:0;padding:2rem 1.5rem;border-radius:0;}
	#boxInternetService .serviceIntro {margin-bottom:1rem;}
	#boxInternetService .serviceIntro h2 {font-size:1.25rem;}
	#boxInternetService .serviceIntro p {font-size:1rem;}
	#boxInternetService .serviceBenefit {min-width:0;display:grid;grid-template-columns:1fr;gap:1rem;}
	#boxInternetService .serviceBenefit .benefitItem .benefitIcon {width:3rem;height:3rem;}
	#boxInternetService .serviceBenefit .benefitItem .benefitIcon img {width:1.6rem;height:1.6rem;}
	#boxInternetService .serviceBenefit .benefitItem .benefitText strong {margin-bottom:0;}
}

/* ==================================================
   인터넷 가입 준비 이유 영역
================================================== */
#boxInternetReason {padding:106px 0 0;background:#fff;color:#111a36;box-sizing:border-box;}
#boxInternetReason .reasonList {display:grid;grid-template-columns:repeat(5, 1fr);margin:0;padding:0;list-style:none;}
#boxInternetReason .reasonList .reasonItem {position:relative;padding:0 2rem;text-align:center;box-sizing:border-box;}
#boxInternetReason .reasonList .reasonItem + .reasonItem {border-left:1px solid #e4e8f0;}
#boxInternetReason .reasonList .reasonItem .iconArea {display:flex;align-items:center;justify-content:center;margin:0 0 1rem;}
#boxInternetReason .reasonList .reasonItem .iconArea img {display:block;width:auto;max-width:5rem;height:auto;object-fit:contain;}
#boxInternetReason .reasonList .reasonItem strong {display:flex;align-items:center;justify-content:center;gap:.35rem;margin:0;color:#1b2639;font-size:1.25rem;font-weight:500;line-height:1.4;letter-spacing:-.035em;word-break:keep-all;}
#boxInternetReason .reasonList .reasonItem p {margin-top:.55rem;margin-bottom:0;color:#79869a;font-size:1rem;font-weight:400;line-height:1.6;word-break:keep-all;}
#boxInternetReason #boxInternetReasonPaging {display:none;justify-content:center;gap:.5rem;margin-top:1rem;}
#boxInternetReason #boxInternetReasonPaging button {width:.625rem;height:.625rem;padding:0;border:0;border-radius:50%;background:rgba(207,211,218,.55);cursor:pointer;transition:width .2s,background .2s;}
#boxInternetReason #boxInternetReasonPaging button.on {width:2rem;border-radius:1rem;background:#0059d9;}


/* 중간 화면 : 3개 + 2개 */
@media (max-width:1200px) and (min-width:769px) {
	#boxInternetReason {padding:5rem 0 0;}
	#boxInternetReason .reasonList {grid-template-columns:repeat(6, 1fr);row-gap:3.5rem;}
	#boxInternetReason .reasonList .reasonItem {grid-column:span 2;padding:0 2rem;}
	#boxInternetReason .reasonList .reasonItem + .reasonItem {border-left:0;}
	#boxInternetReason .reasonList .reasonItem:nth-child(2), #boxInternetReason .reasonList .reasonItem:nth-child(3) {border-left:1px solid #e4e8f0;}
	#boxInternetReason .reasonList .reasonItem:nth-child(4) {grid-column:2 / span 2;}
	#boxInternetReason .reasonList .reasonItem:nth-child(5) {grid-column:4 / span 2;border-left:1px solid #e4e8f0;}
}

@media (max-width:768px) {
	#boxInternetReason {padding:2.5rem 0 0;overflow:hidden;}
	#boxInternetReason .reasonList {display:flex;grid-template-columns:none;gap:1rem;overflow-x:auto;padding:0 1.2rem 1.2rem;margin:0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
	#boxInternetReason .reasonList::-webkit-scrollbar {display:none;}
	#boxInternetReason .reasonList .reasonItem {flex:0 0 14rem;min-width:0;padding:1rem 0 1rem;text-align:center;scroll-snap-align:start;}
	#boxInternetReason .reasonList .reasonItem + .reasonItem {border-left:1px solid #e8edf5;}
	#boxInternetReason .reasonList .reasonItem .iconArea {margin:0 0 1rem;}
	#boxInternetReason .reasonList .reasonItem .iconArea img {max-width:4.5rem;}
	#boxInternetReason .reasonList .reasonItem strong {display:block;font-size:1.15rem;line-height:1.4;text-align:center;}
	#boxInternetReason .reasonList .reasonItem p {margin-top:.5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#687386;}
	#boxInternetReason #boxInternetReasonPaging {margin-top:.25rem;}
}

/* ==================================================
   인터넷 상품 유형
================================================== */
#boxInternetType {width:100%;margin-top:106px;padding:3rem;background:#f3f7ff;border-radius:1.5rem;}
#boxInternetType .sectionTitle {margin-bottom:1.5rem;}
#boxInternetType .typeList {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;}
#boxInternetType .typeList .typeItem {display:flex;flex-direction:column;align-items:center;min-height:24rem;padding:2.5rem 1.5rem 1.5rem;background:#fff;border-radius:1.25rem;text-align:center;}
#boxInternetType .typeList .typeItem .typeIcon {display:flex;align-items:center;justify-content:center;width:7rem;height:7rem;margin-bottom:1.3rem;}
#boxInternetType .typeList .typeItem .typeIcon img {display:block;width:100%;height:100%;object-fit:contain;}
#boxInternetType .typeList .typeItem strong {display:block;margin-bottom:0.7rem;font-size:1.2rem;font-weight:500;line-height:1.45;color:#111827;word-break:keep-all;}
#boxInternetType .typeList .typeItem p {margin:0 0 1.5rem;font-size:1.15rem;font-weight:400;line-height:1.6;color:#687386;word-break:keep-all;}
#boxInternetType .typeList .typeItem a {display:flex;align-items:center;justify-content:center;width:100%;height:3.5rem;margin-top:auto;border:2px solid #7298f5;border-radius:0.7rem;font-size:1.15rem;font-weight:500;color:#4778ed;transition:background 0.2s,color 0.2s;}
#boxInternetType .typeList .typeItem a:hover {background:#4778ed;color:#fff;}

@media screen and (max-width:1024px) {
	#boxInternetType .typeList {grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media screen and (max-width:768px) {
	#boxInternetType {margin-top:2rem;padding:1.5rem .75rem 1rem .75rem;border-radius:0;}
	#boxInternetType .typeList {grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;}
	#boxInternetType .typeList .typeItem {min-height:0;padding:1rem .75rem 1rem;}
	#boxInternetType .typeList .typeItem .typeIcon {width:4.5rem;height:auto;margin-bottom:.75rem;}
	#boxInternetType .typeList .typeItem strong {margin-bottom:.25rem;font-size:1rem;}
	#boxInternetType .typeList .typeItem p {margin-bottom:.75rem;font-size:.9rem;line-height:1.5;}
	#boxInternetType .typeList .typeItem p br {display:none;}
	#boxInternetType .typeList .typeItem a {height:2.4rem;font-size:1rem;border:1px solid #7298f5;border-radius:0.5rem;}
}

/* ==================================================
   인터넷 가입 혜택
================================================== */
#boxInterentBenefit {display:flex;align-items:center;width:100%;margin-top:106px;padding:1rem;border-radius:1.5rem;background:#1765ed;box-sizing:border-box;overflow:hidden;}
#boxInterentBenefit .benefitIntro {display:flex;flex:0 0 29%;flex-direction:column;justify-content:center;min-width:19rem;padding:2.5rem 0 2.5rem 3rem;color:#fff;box-sizing:border-box;}
#boxInterentBenefit .benefitIntro p {margin:0;font-size:1.1rem;font-weight:400;line-height:1.6;color:#fff;word-break:keep-all;}
#boxInterentBenefit .benefitIntro h2 {margin:0 0 .5rem;font-size:1.75rem;font-weight:500;line-height:1.35;color:#fff;}
#boxInterentBenefit .benefitContent {position:relative;display:flex;flex:1;align-items:center;min-width:0;min-height:13rem;border-radius:1rem;background:#fff;box-sizing:border-box;overflow:hidden;}
#boxInterentBenefit .benefitContent .benefitList {display:grid;width:100%;margin:0;padding:0;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;}
#boxInterentBenefit .benefitContent .benefitList .benefitItem {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:10rem;padding:1.5rem 1rem;text-align:center;box-sizing:border-box;}
#boxInterentBenefit .benefitContent .benefitList .benefitItem + .benefitItem:before {position:absolute;top:1rem;bottom:1rem;left:0;width:1px;background:#dfe6f2;content:"";}
#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitImage {display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:0 0 .8rem;}
#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitImage img {display:block;width:100%;height:100%;object-fit:contain;}
#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitText {width:100%;min-width:0;}
#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitText strong {display:block;margin:0 0 .4rem;color:#14213d;font-size:1.2rem;font-weight:500;line-height:1.4;white-space:nowrap;}
#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitText p {margin:0;color:#4e5968;font-size:1rem;font-weight:400;line-height:1.5;word-break:keep-all;}

#boxInterentBenefit .benefitContent .benefitGift {position:absolute;right:0;bottom:0;display:block;width:8.5rem;line-height:0;}
#boxInterentBenefit .benefitContent .benefitGift img {display:block;width:100%;height:auto;}

@media screen and (max-width:1100px) {
	#boxInterentBenefit {display:block;padding:1rem;}
	#boxInterentBenefit .benefitIntro {display:block;min-width:0;padding:1.5rem 1.5rem 2rem;text-align:center;}
	#boxInterentBenefit .benefitIntro p {display:inline;margin:0 .5rem 0 0;}
	#boxInterentBenefit .benefitIntro h2 {display:inline;font-size:1.4rem;}
	#boxInterentBenefit .benefitContent {min-height:13rem;padding-right:8rem;}
	#boxInterentBenefit .benefitContent .benefitGift {width:8rem;}
}

@media screen and (max-width:768px) {
	#boxInterentBenefit {min-height:0;margin-top:0;padding:0 .75rem 1rem .75rem;border-radius:0;}
	#boxInterentBenefit .benefitIntro {padding:1.5rem 0 .5rem 0;}
	#boxInterentBenefit .benefitIntro p {display:block;margin:0;font-size:.9rem;font-weight:400;}
	#boxInterentBenefit .benefitIntro h2 {display:block;font-size:1.25rem;}
	#boxInterentBenefit .benefitContent {display:block;min-height:0;padding:0;border-radius:.8rem;}
	#boxInterentBenefit .benefitContent .benefitList {grid-template-columns:repeat(2,minmax(0,1fr));}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem {min-height:auto;padding:1.5rem 0 .5rem 0;}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem + .benefitItem:before {display:none;}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem:nth-child(even):before {position:absolute;top:1.5rem;bottom:1.5rem;left:0;display:block;width:1px;background:#dfe6f2;content:"";}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem:nth-child(n+3):after {position:absolute;top:0;right:1rem;left:1rem;height:1px;background:#dfe6f2;content:"";}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitImage {width:4rem;height:4rem;}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitText strong {white-space:normal;margin-bottom:.25rem;font-size:1rem;}
	#boxInterentBenefit .benefitContent .benefitList .benefitItem .benefitText p {margin-bottom:.75rem;font-size:.9rem;line-height:1.5;}
	#boxInterentBenefit .benefitContent .benefitGift {display:none;}
}
