@charset "UTF-8";
.wrap.godo2025 .innerRow {
    padding: 0;
}

.wrap.godo2025 .sec .secTit {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.wrap.godo2025 .sec.visual .imgBox {
    background-color: #F8F5FB;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    text-align: center;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .imgRoundBox {
    width: 80px;
    height: 80px;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .imgRoundBox.img01 {
    background: url(../img/godo2025/무약정.png) no-repeat center center #fff;
    background-size: 100%;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .imgRoundBox.img02 {
    background: url(../img/godo2025/유심_네이버페이.png) no-repeat center center #fff;
    background-size: 100%;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .imgRoundBox.img03 {
    background: url(../img/godo2025/결합할인.png) no-repeat center center #fff;
    background-size: 100%;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .benefitTit {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .benefitTit .highBlue {
    color: #4130DF;
}

.wrap.godo2025 .sec.benefitInfo .benefitInfoWrap .benefitBox .moreLink {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #444;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 386px;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox .bottomItem {
    flex: 1 0 auto;
    padding-top: 20px;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox .bottomItem .benefitList {
    padding: 28px 28px 40px;
    align-items: stretch;
    row-gap: 12px;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox .bottomItem .benefitList .benefitItem {
    align-items: start;
    margin-top: 0;
    width: 50%;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox .bottomItem .benefitList .benefitItem.alignStart {
    align-items: start;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox .bottomItem .benefitList .benefitItem p {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .itemWrap .planItemBox .bottomItem .benefitList .benefitItem p span.explainTxt {
    color: #666;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide .bulletList {
    margin-top: 20px;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide-active .itemWrap .planItemBox {
    box-shadow: none;
}

.wrap.godo2025 .sec.directPlan .swiperWrap .swiper-slide-next .itemWrap .planItemBox {
    box-shadow: none;
}

.wrap.godo2025 .sec.process .processList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.wrap.godo2025 .sec.process .processList .processItem {
    width: 100%;
    padding: 28px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 200px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.usim01 {
    background: url("../img/godo2025/main_usim_ico_01.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.usim02 {
    background: url("../img/godo2025/main_usim_ico_02.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.usim03 {
    background: url("../img/godo2025/main_usim_ico_03.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.esim01 {
    background: url("../img/godo2025/main_esim_ico_01.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.esim02 {
    background: url("../img/godo2025/main_esim_ico_02.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.esim03 {
    background: url("../img/godo2025/main_esim_ico_03.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .imgRound.esim04 {
    background: url("../img/godo2025/main_esim_ico_04.png") no-repeat center center #F7F7F7;
    background-size: 60px;
}

.wrap.godo2025 .sec.process .processList .processItem .mainTxt {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #000;
}

.wrap.godo2025 .sec.process .processList .processItem .subTxt {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    color: #666;
}

.wrap.godo2025 .sec.process .processList .processItem .arrLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.wrap.godo2025 .sec.agreeInfo .subTitle {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}

.wrap.godo2025 .sec.agreeInfo .agreeInfoBox {
    padding: 22px 0;
    border: none;
    border-radius: 0;
}

.wrap.godo2025 .sec.agreeInfo .agreeInfoBox .infoList li + li {
    margin-top: 22px;
    padding-top: 22px;
}

.wrap.godo2025 .sec.banner .bannerSwiper .swiper-wrapper {
    height: 160px;
    padding-bottom: 52px;
}

.wrap.godo2025 .sec.banner .bannerSwiper .swiper-pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.wrap.godo2025 .sec.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #BFBFBF;
    border-radius: 200px;
    opacity: 1;
}

.wrap.godo2025 .sec.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    background-color: #4130DF;
}

.wrap.godo2025 .sec.banner .bannerSwiper .swiper-pagination-switch,
.wrap.godo2025 .sec.banner .bannerSwiper .swiper-pagination-bullet {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wrap.godo2025 .mainBtn {
    padding-bottom: 120px;
}

.wrap.godo2025 .container.selfMethod .subTxt {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.wrap.godo2025 .container.selfMethod .subTxt .highBlue {
    color: #4130DF;
}

.wrap.godo2025 .container.selfMethod .infoList {
    margin-top: 8px;
}

.wrap.godo2025 .container.selfMethod .infoList .infoItem {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #909090;
}

.wrap.godo2025 .container.selfMethod .infoList .infoItem + .infoItem {
    margin-top: 4px;
}

.wrap.godo2025 .container.selfMethod .infoList .infoItem::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/godo2025/method_info.png") center center no-repeat;
    background-size: 100%;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem {
    display: flex;
    gap: 40px;
    padding: 28px 40px;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 100px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.step01 {
    background: url(../img/godo2025/USIM_method01.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.step02 {
    background: url(../img/godo2025/USIM_method02.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.step03 {
    background: url(../img/godo2025/USIM_method03.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.step04 {
    background: url(../img/godo2025/USIM_method04.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.esim.step01 {
    background: url(../img/godo2025/eSIM_method01.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.esim.step02 {
    background: url(../img/godo2025/eSIM_method02.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.esim.step03 {
    background: url(../img/godo2025/eSIM_method03.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.esim.step04 {
    background: url(../img/godo2025/eSIM_method04.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .imgBox.esim.step05 {
    background: url(../img/godo2025/eSIM_method05.png) center center no-repeat #F7F7F7;
    background-size: 80px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox {
    width: 100%;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox .stepNum {
    display: inline-block;
    padding: 4px 12px;
    background-color: #4130DF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox .stepTit {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox .stepSub {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox .subInfoList {
    margin-top: 12px;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox .subInfoList .subInfoItem {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #909090;
}

.wrap.godo2025 .container.selfMethod .methodStepWrap .methodList .methodItem .txtBox .subInfoList .subInfoItem + .subInfoItem {
    margin-top: 4px;
}

.wrap.godo2025 .container.selfMethod .btnWrap {
    margin-bottom: 120px;
}

.btnSt.new-type {
    color: #248eb8;
    border-color: #d4eef8;
    background: #d4eef8;
}

.btnSt.new-type:hover, .btnSt.new-type:active {
    border-color: #9acada;
    background: #9acada;
}

.formCheckbox.big-type .text {
    margin-left: 12px;
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.tooltip .bubbleInner.other-w {
    width: 300px;
}

.move_num_agree_step {
    margin-top: 24px;
}

.move_num_agree_step ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 48px;
}

.move_num_agree_step ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 40px;
    background-color: #F7F7F7;
    border-radius: 8px;
}

.move_num_agree_step ul li .imgBox {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.move_num_agree_step ul li .txtBox {
    width: 100%;
    text-align: left;
}

.move_num_agree_step ul li .txtBox span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 8px;
}

.move_num_agree_step ul li .txtBox strong {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}

.move_num_agree_step ul li::after {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: calc(100% + 15px);
    width: 20px;
    height: 20px;
    background: url(../img/godo2025/icon_next_arrow.png) center center no-repeat;
    transform: rotate(90deg);
}

.move_num_agree_step ul li:last-child::after {
    background: none;
}

#modalWrap .modal .tableWrap .modalTable {
    margin: 0;
    text-align: center;
}

#modalWrap .modal .tableWrap .modalTable th,
#modalWrap .modal .tableWrap .modalTable td {
    border-left: none;
    border-right: none;
}

#modalWrap .modal .tableWrap .modalTable th:first-child,
#modalWrap .modal .tableWrap .modalTable td:first-child {
    border-right: 1px solid #e1e1e1;
}

.move_num_agree_ing::before {
    content: '';
    display: block;
    width: 720px;
    height: 340px;
    margin-top: 25px;
    border-radius: 13px;
    background: #f5f5f7 url("../img/godo2025/move_num_agree_message.png") no-repeat center bottom;
}

.new_dropdown_wrap {
    margin-top: 60px;
}

.new_dropdown_wrap.omd_enter_info .btn-accor-toggle {
    padding: 20px 0 !important;
}

.new_dropdown_wrap .sim-accordion-item:first-child {
    border-bottom: 1px solid #efefef;
    border-width: 1px 0;
}

.new_dropdown_wrap .sim-accordion-item:only-child {
    border-bottom: none;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion {
    display: block;
    position: relative;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .sim-acco-tit .btn-accor-toggle {
    display: block;
    position: relative;
    padding: 22px 0;
    padding-right: 45px;
    width: 100%;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .sim-acco-tit .btn-accor-toggle::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 16px;
    height: 10px;
    background: url("../img/godo2025/icon_down_arrow.png") no-repeat 0 0;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .sim-acco-tit .btn-accor-toggle .subTitle {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    text-align: left;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .sim-accor-cont {
    display: none;
    padding: 20px 0 40px;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .sim-accor-cont .txt-dsc {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .sim-accor-cont .txt-dsc p + p {
    padding-top: 30px;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    margin-top: 30px;
    padding: 28px;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform .tit-sub {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform .ars-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform .tit {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform .tit::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: url("../img/godo2025/icon_phone_rings.png") no-repeat 0 0;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform .btn-txt {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #4130df;
    text-decoration: underline;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion .ars-inform .btn-txt::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -21px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url("../img/godo2025/icon_question_mark.png") no-repeat 0 0;
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion.active .sim-acco-tit .btn-accor-toggle::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.new_dropdown_wrap .sim-accordion-item .sim-accordion.active .sim-accor-cont {
    display: block;
}

.unavailableBox.ver2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}

.unavailableBox.ver2 .key {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

.unavailableBox.ver2 .val {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #444;
}

.in_step_wrap {
    width: 720px;
    margin: 0 auto 80px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 0 0 40px;
    margin-bottom: 20px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list {
    padding: 0 40px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 20px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list li span {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #666;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list li strong {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 100px;
    height: 100px;
    margin-top: -44px;
    border-radius: 100px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list .in-step1::after {
    background: url("../img/godo2025/icon_in_step1.png") center center no-repeat #fff;
    background-size: 60px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list .in-step2::after {
    background: url("../img/godo2025/icon_in_step2.png") center center no-repeat #fff;
    background-size: 60px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list .in-step3::after {
    background: url("../img/godo2025/icon_in_step3.png") center center no-repeat #fff;
    background-size: 60px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list .in-step4::after {
    background: url("../img/godo2025/icon_in_step4.png") center center no-repeat #fff;
    background-size: 60px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .in-step-list .in-step5::after {
    background: url("../img/godo2025/icon_in_step5.png") center center no-repeat #fff;
    background-size: 60px;
}

.in_step_wrap .new_dropdown_wrap .sim-accor-cont .in-step-cont .bulletList {
    padding: 0 60px;
}

.loader-new {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 40px auto;
    padding: 8px;
}

.loader-new .load-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 8px;
    margin: -4px -13px;
    background: #999;
    border-radius: 5px;
    opacity: 0.2;
    animation: loader-fade-bar 1s linear infinite;
}

.loader-new .l-b1 {
    transform: rotate(0deg) translate(27px);
    animation-delay: 0s;
}

.loader-new .l-b2 {
    transform: rotate(45deg) translate(27px);
    animation-delay: 0.125s;
}

.loader-new .l-b3 {
    transform: rotate(90deg) translate(27px);
    animation-delay: 0.25s;
}

.loader-new .l-b4 {
    transform: rotate(135deg) translate(27px);
    animation-delay: 0.375s;
}

.loader-new .l-b5 {
    transform: rotate(180deg) translate(27px);
    animation-delay: 0.5s;
}

.loader-new .l-b6 {
    transform: rotate(225deg) translate(27px);
    animation-delay: 0.625s;
}

.loader-new .l-b7 {
    transform: rotate(270deg) translate(27px);
    animation-delay: 0.75s;
}

.loader-new .l-b8 {
    transform: rotate(315deg) translate(27px);
    animation-delay: 0.875s;
}

@keyframes loader-fade-bar {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.esim-self-application-detail.new-godo .esim-application-detail-list {
    margin-bottom: 120px;
    border-top: 0;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item {
    padding-top: 0;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .h-area .h-type {
    padding: 20px 0;
    font-size: 22px;
    color: #000;
    line-height: 32px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item:first-child .h-area .h-type {
    padding-top: 0;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item + .esim-application-detail-item {
    padding-top: 70px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-row + .list-row {
    margin-top: 0;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .inform-cont-detail .cont-detail-row + .cont-detail-row {
    margin-top: 12px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .inform-content .inform-tit {
    width: 200px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .inform-content .inform-tit .txt {
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #757575;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .inform-content .inform-cont .txt {
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .inform-content .inform-cont .txt-price {
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-total {
    border-top: 0;
    padding-top: 10px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-total .inform-content .inform-tit,
.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-total .inform-content .inform-cont {
    padding: 0 20px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-total .inform-content .inform-tit .txt {
    font-size: 15px;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-total .inform-content .inform-cont .txt-price {
    color: #ff4d4d;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .list-total .inform-content .inform-cont .txt-price .num {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #ff4d4d;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .infoTxt {
    position: relative;
    margin: 20px 0 0 20px;
    padding-left: 8px;
    font-size: 15px;
    line-height: 22px;
    color: #757575;
}

.esim-self-application-detail.new-godo .esim-application-detail-list .esim-application-detail-item .detail-inform-list-wrap .infoTxt::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #434159;
    border-radius: 100%;
}

.phoneNumList .notNum {
    padding-left: 0;
    align-items: center;
}

.phoneNumList .notNum:before {
    display: none;
}

.phoneNumList .notNum .phoneFirst .middle, .phoneNumList .notNum .phoneFirst .last {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.phoneNumList .notNum .phoneFirst .last {
    width: 182px;
}

.phoneNumList.type2 .formItemColumn {
    gap: 0;
}

.phoneNumList.type2 li .formItemRow {
    width: auto;
}

.phoneNumList.type2 li .inputItem.first {
    flex: 0 0 32px;
}

.phoneNumList.type2 li .inputItem.last {
    flex: 0 0 180px;
}

.phoneNumList.type2 .error .inputItem:has(input[disabled]), .phoneNumList.type2 .error .inputItem:has(input[readonly]) {
    border-bottom: 2px solid #ff0000;
}

.phoneNumList .inputUtil {
    margin-left: 24px;
}

.countTxt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
}

.btnWrap .btnSt[class*='secondary'].w300 {
    flex: 0 0 300px;
}

.box {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    text-align: center;
}

.box.numFin {
    margin-top: 24px;
    padding: 28px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.numNoti {
    padding: 28px;
    background: #f7f7f7;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.numList li {
    padding: 28px 0;
    border-bottom: 1px solid #e1e1e1;
}

.numList li:first-child {
    padding-top: 0;
}

.numList li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.numList .formRadio .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-left: 12px;
}

.numList + .tagRowMoreArea {
    margin-top: 28px;
}

.notiMsg {
    margin-top: 100px;
    text-align: center;
}

.notiMsg.caution:before {
    display: block;
    content: '';
    width: 96px;
    height: 96px;
    margin: 0 auto;
    background: url("../img/godo2025/ico_caution.png") no-repeat 0 0;
    background-size: 100%;
}

.notiMsg .noti {
    margin-top: 40px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    color: #000;
}

.notiMsg .noti + .desc {
    margin-top: 20px;
}

.notiMsg .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
}

.notiMsg .desc2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #444;
}

.notiMsg.loader_wrap {
    margin-bottom: 170px;
}

.notiMsg.loader_wrap .noti strong {
    color: #4130df;
}

.notiMsg.complete:before {
    display: block;
    content: '';
    width: 96px;
    height: 96px;
    margin: 0 auto;
    background: url("../img/godo2025/icon_complete.png") no-repeat 0 0;
    background-size: 100%;
}

.notiMsg.complete .noti strong {
    color: #4130df;
}

.customerBox {
    width: 720px;
    padding: 36px 0 40px;
    margin: 80px auto 0 auto;
    border: 2px solid #efefef;
    border-radius: 8px;
    text-align: center;
}

.customerBox .tit {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #444;
}

.customerBox .tit + .desc {
    margin-top: 8px;
}

.customerBox .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
}

.customerBox .telInfo {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
}

.customerBox .telInfo > li {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.customerBox .telInfo > li:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #bfbfbf;
}

.customerBox .telInfo > li .telNum {
    color: #444;
}

.customerBox .telInfo + .desc {
    margin-top: 8px;
}

.esim-content .sort-wrap .sort-item-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.esim-content .sort-wrap .form-group-srch {
    width: 400px;
}

.esim-content .sort-wrap .form-group-srch .form-group.v-search {
    padding-right: 54px;
}

.esim-content .sort-wrap .form-group-srch .c-input-outline .input {
    height: 54px;
    padding: 13px 20px;
    background: #f7f7f7;
    border: none;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.esim-content .sort-wrap .form-group-srch .btn-srch {
    width: 54px;
    height: 54px;
    background: #8d83ec url(../img/godo2025/btn_srch.svg) no-repeat center center;
    border-radius: 0 8px 8px 0;
    font-size: 0;
}

.esim-content .esim-tbl-wrap .tbl-tit {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}

.esim-content .esim-tbl-wrap .table-col-list {
    table-layout: fixed;
    width: 100%;
}

.esim-content .esim-tbl-wrap .table-col-list .col-tit {
    width: 400px;
}

.esim-content .esim-tbl-wrap .table-col-list thead th,
.esim-content .esim-tbl-wrap .table-col-list thead td {
    padding: 12px 8px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-right: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
}

.esim-content .esim-tbl-wrap .table-col-list thead th:first-child {
    border-left: none;
}

.esim-content .esim-tbl-wrap .table-col-list tbody th {
    padding: 12px 8px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-left: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
}

.esim-content .esim-tbl-wrap .table-col-list tbody td {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #909090;
    border: 1px solid #e1e1e1;
    border-right: none;
}

.esim-content .esim-tbl-wrap .table-col-list tbody td:has(.result-none) {
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

.esim-content .esim-tbl-wrap .table-col-list .td-model,
.esim-content .esim-tbl-wrap .table-col-list .td-pd-tit {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.esim-content .esim-tbl-wrap .table-col-list .result-none {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.esim-content .esim-tbl-wrap .table-col-list .result-none .result-txt {
    font-size: 13px;
    line-height: 20px;
    color: #909090;
    font-weight: 400;
}

.esim-content .esim-tbl-wrap .table-col-list .result-none .result-txt:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../img/godo2025/img_noresult.png) no-repeat center center;
    background-size: 100% auto;
}

.esim-content .esim-tbl-wrap .table-col-list .result-none .txt-sub {
    display: block;
    font-size: 13px;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate {
    margin-top: 24px;
    padding: 0;
    font-size: 0;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .pages {
    margin: 0 40px;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .page {
    height: 32px;
    margin: 0 5px;
    padding: 0 10px;
    min-width: auto;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .page.on {
    font-weight: 700;
    color: #4130df;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate [class^=btn-] {
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 0 2px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center center;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate [class^=btn-]:before {
    display: none;
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-prev-end {
    background-image: url(../img/godo2025/btn_page_prev_end.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-prev-end.disabled {
    background-image: url(../img/godo2025/btn_page_prev_end_off.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-prev {
    background-image: url(../img/godo2025/btn_page_prev.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-prev.disabled {
    background-image: url(../img/godo2025/btn_page_prev_off.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-next {
    background-image: url(../img/godo2025/btn_page_next.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-next.disabled {
    background-image: url(../img/godo2025/btn_page_next_off.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-next-end {
    background-image: url(../img/godo2025/btn_page_next_end.svg);
}

.esim-content .esim-tbl-wrap .tbl-pagenation .paginate .btn-next-end.disabled {
    background-image: url(../img/godo2025/btn_page_next_end_off.svg);
}

.esim-content .bul {
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.esim-content .bul:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: 6px;
    background: #bfbfbf;
    border-radius: 100%;
}

.esim-content .bul + .bul {
    margin-top: 4px;
}

.esim-rdo-btn-list {
    display: block;
    position: relative;
    font-size: 0;
}

.esim-rdo-btn-list .rdo-btn {
    display: inline-block;
    position: relative;
}

.esim-rdo-btn-list .rdo-btn + .rdo-btn {
    margin-left: 12px;
}

.esim-rdo-btn-list .rdo-btn .label {
    display: block;
    min-width: 90px;
    padding: 0 12px;
    width: 138px;
    height: 52px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #444;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

.esim-rdo-btn-list .rdo-btn .label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.esim-rdo-btn-list .rdo-btn .label .labelin {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}

.esim-rdo-btn-list .rdo-btn[aria-selected=true] .label {
    font-weight: 700;
    color: #4130df;
    border: 2px solid #4130df;
    box-shadow: 0px 2px 4px 0px rgba(65, 48, 223, 0.18);
}

.imeiBox {
    margin-top: 24px;
    padding: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.imeiBox ol {
    counter-reset: number;
}

.imeiBox li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.imeiBox li:before {
    position: absolute;
    top: 5px;
    left: 2px;
    counter-increment: number 1;
    content: counter(number);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    background: #000;
    color: #fff;
}

.imeiBox li + li {
    margin-top: 20px;
}

.sim-accordion-item.bottomBor > li:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.emsList > li .imgBox + .tit {
    margin-top: 28px;
}

.emsList .desc2 {
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.emsList .bul {
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.emsList .bul:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 11px;
    left: 0;
    background: #444;
    border-radius: 100%;
}

.emsList [class*=Box] {
    margin-top: 20px;
    margin-left: -28px;
    padding: 0;
    border-radius: 6px;
}

.emsList .redBox {
    padding: 20px;
    background: #ffebeb;
}

.emsList .blueBox {
    padding: 20px;
    background: #e2f2fc;
}

.deviceInfo.wideImg .imgBox {
    margin-left: -28px;
}

.deviceInfo.wideImg .imgBox img {
    width: auto;
}

.numList.imei .formRadio strong {
    margin-right: 8px;
}

.numList.imei .imeiTxt {
    margin-top: 8px;
    margin-left: 32px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.w720 {
    width: 720px;
    margin: 0 auto;
}

.icoRequired {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: url(../img/godo2025/ico_required.svg) no-repeat center/100%;
    font-size: 0;
}

.subTitle .icoRequired {
    margin-left: 8px;
}

.itemTitle .icoRequired {
    margin-left: 8px;
}

.labelChk {
    margin: 12px 0;
}

.subTitle + .labelChk {
    margin-bottom: 24px;
}

.subTitle + .labelChk .formCheckbox .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #909090;
}

input[disabled] .labelChk {
    color: #bfbfbf;
}

[class*='formItem']:has(.labelChk input:focus) .formLabel {
    color: #444 !important;
}

.formAgreeBox .agreeSub .formCheckbox.disabled .text .fcR100 {
    color: #ff0000 !important;
}

.formAgreeBox .agreeSub .formCheckbox.disabled .text .fcB100 {
    color: #4130df !important;
}

.textInfoTel {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
}

.timeText + .textInfoTel {
    margin-top: 8px;
}

.sim-accordion-item.active .sim-acco-tit .btn-accor-toggle::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.sim-accordion-item .sim-accordion.borB {
    border-bottom: 1px solid #efefef;
}

.sim-accordion-item .accor-cont-area .planList {
    margin-top: 0;
}

.sim-accordion-item .accor-cont-area .planList > li .planItemBox {
    margin-top: 12px;
}

.sim-accordion-item .accor-cont-area .planList > li .planItemBox:has(.btnOpen).checked .btnOpen {
    transform: rotate(180deg);
}

.sim-accordion-item .accor-cont-area .planList > li:first-child .planItemBox {
    margin-top: 0;
}

.sim-accordion-item:last-child .sim-accordion {
    border-bottom: none;
}

.monthly .item {
    display: flex;
    flex-wrap: wrap;
}

.monthly .total {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.monthly .total > .tit {
    color: #000;
}

.monthly .total > .price {
    margin-left: auto;
    font-weight: 700;
    color: #ff4d4d !important;
}

.monthly .total > .price span {
    margin-left: 4px;
    font-weight: 400;
}

.benefitBox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 28px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.benefitBox .benefitItem {
    display: flex;
    justify-content: space-between;
}

.benefitBox .txt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #444;
}

.benefitBox .price {
    font-size: 18px;
    line-height: 28px;
}

.benefitBox .price span {
    margin-left: 2px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.itemTitle + .benefitBox {
    margin-top: 20px;
}

.addBenefit .addItem {
    position: relative;
    margin-top: 20px;
    padding: 28px 28px 28px 80px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.addBenefit .addItem + .addItem {
    margin-top: 12px;
}

.addBenefit .addItem img {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    width: 40px;
}

.addBenefit .addItem .tit {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.addBenefit .addItem .price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.addBenefit .addItem .price .sale {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    text-decoration: line-through;
}

.addBenefit .addItem .price .sale em {
    padding-right: 2px;
    font-size: 14px;
    line-height: 24px;
}

.addBenefit .addItem .price .one {
    font-size: 16px;
    line-height: 26px;
    color: #ff4d4d;
}

.addBenefit .addItem .price .one em {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 4px;
}

.addBenefit .addItem .desc {
    margin-top: 4px;
    font-size: 16px;
    line-height: 27px;
    color: #666;
}

.textInfo.multi {
    align-items: start;
}

.textInfo.multi:before {
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-right: 6px;
}

.tabRadioGroup.agl .text {
    text-align: left;
}

.planItemBox.open {
    padding: 27px;
    border: 2px solid #4130cf;
    box-shadow: 0px 2px 4px 0px rgba(65, 48, 223, 0.18);
}

.planItemBox.checked .btnOpen {
    transform: rotate(180deg);
}

.planItemBox .bulletList .bulletItem + .bulletItem {
    margin-top: 4px !important;
}

.itemTitle + .planItemBox {
    margin-top: 20px;
}

.searchSticky:has(.plansTabs) {
    min-width: auto !important;
}

.searchSticky .plansTabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 12px;
}

.searchSticky .plansTabs li {
    flex: 0 1 calc(25% - 6px);
}

.searchSticky .plansTabs li .plansBtn {
    display: block;
    padding: 12px 0;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.searchSticky .plansTabs li .plansBtn[data-active="true"] {
    padding: 11px 0;
    font-weight: 700;
    color: #4130df;
    border: 2px solid #4130df;
    box-shadow: 0px 2px 4px 0px rgba(65, 48, 223, 0.18);
}

.benefitList .itemList .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.addChoice .addItem {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 28px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    text-align: left;
}

.addChoice .addItem:not(:has(img)) {
    padding: 28px 54px 28px 28px;
}

.addChoice .addItem + .addItem {
    margin-top: 12px;
}

.addChoice .addItem input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.addChoice .addItem .tit {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.addChoice .addItem .desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.addChoice .addItem:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/godo2025/ico_checkbox2_sm_off.svg) no-repeat center/100%;
}

.addChoice .addItem.checked {
    padding: 27px 53px 27px 27px;
    border: 2px solid #4130df;
    box-shadow: 0px 2px 4px 0px rgba(65, 48, 223, 0.18);
}

.addChoice .addItem.checked:before {
    background-image: url(../img/godo2025/ico_checkbox2_sm_on.svg);
}

.addChoice .addItem.checked:before {
    right: 30px;
}

.addChoice .addItem[disabled] .tit, .addChoice .addItem[disabled] .desc {
    color: #bfbfbf;
}

.addChoice .addItem[disabled]:before {
    background-image: url(../img/godo2025/ico_checkbox2_sm_disabled.svg);
}

.addChoice:has(.more) .addItem {
    padding-left: 80px;
}

.addChoice:has(.more) .addItem:before {
    display: none;
}

.addChoice:has(.more) .addItem > img {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.addChoice:has(.more) .addItem .tit {
    padding-right: 0;
}

.addChoice:has(.more) .addItem .price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.addChoice:has(.more) .addItem .price .sale {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    text-decoration: line-through;
}

.addChoice:has(.more) .addItem .price .sale em {
    padding-right: 2px;
    font-size: 14px;
    line-height: 24px;
}

.addChoice:has(.more) .addItem .price .one {
    font-size: 16px;
    line-height: 26px;
    color: #ff4d4d;
}

.addChoice:has(.more) .addItem .price .one em {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 4px;
}

.addChoice:has(.more) .addItem .more {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/godo2023/ico_union.svg) no-repeat center/100%;
    text-indent: -999px;
    overflow: hidden;
}

.addChoice:has(.more) .addItem.checked {
    padding-left: 79px;
}

.addChoice:has(.more) .addItem.checked > img {
    left: 27px;
}

.addChoice:has(.more) .addItem.checked .more {
    top: 11px;
    right: 11px;
}

.formCheckbox.text-lg .text {
    margin-left: 12px;
    font-size: 18px;
    line-height: 28px;
}

.formCheckboxWrap:not(:has(.text-lg)) :before {
    margin-top: 3px;
}

.subTitle .tooltip .ico {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-image: url(../img/godo2025/ico_tooltip24.svg);
}

.scrollBox {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 28px;
    padding: 20px;
    background: #f7f7f7;
}

.scrollBox > p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #444;
}

.mb0 {
    margin-bottom: 0 !important;
}

.notiTxt {
    position: relative;
    padding-left: 8px;
    font-size: 15px;
    color: #757575;
}

.notiTxt:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #434159;
    border-radius: 100%;
}

.esim-application-detail-list .notiTxt {
    margin-left: 20px;
}

.esim-application-detail-item:has(.notiTxt) {
    padding-top: 0 !important;
}

.orderInfo {
    margin-top: 80px;
}

.orderInfo .subTitle {
    width: 100%;
    padding: 28px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.orderInfo .order-tbl-wrap {
    padding-top: 22px;
}

.orderInfo .order-tbl th {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #909090;
}

.orderInfo .order-tbl td {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: right;
}

.orderInfo .order-tbl td + th {
    padding-left: 40px;
}

.orderInfo .priceDesc {
    font-size: 16px;
    line-height: 26px;
    color: #909090;
}

.flexEndBox .linkTxt {
    margin-left: auto;
    border-bottom: 1px solid #4130df;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #4130df;
}

.qrBox {
    background: #f5f5f7;
    padding: 40px;
    text-align: center;
}

.qrBox .qrTxt {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
}

.lodingNoti {
    width: 434px;
    margin: 40px auto 0 auto;
    padding: 28px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    line-height: 26px;
}

.lodingNoti strong {
    display: inline-block;
    margin-top: 8px;
}

.notiTextInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.notiTextInfo:before {
    content: '!';
    display: inline-block;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/godo2025/ico_text_info2.svg") no-repeat center/contain;
}

.qrInfo {
    padding: 20px 0;
}

.qrInfo .txt {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.qrInfo .qrInfoBox {
    margin-top: 28px;
    padding: 28px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.noticeList.bottomBor > li:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.noticeList > li:only-child {
    border-bottom: none !important;
}

.guideList {
    counter-reset: number;
}

.guideList > li {
    display: flex;
    gap: 20px;
    padding: 28px 0;
}

.guideList > li .txt {
    flex: 1;
}

.guideList > li .txt .tit {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 26px;
}

.guideList > li .txt .tit:before {
    position: absolute;
    top: 4px;
    left: 2px;
    counter-increment: number 1;
    content: counter(number);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    background: #000;
    color: #fff;
}

.guideList > li .txt .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.guideList > li .txt .tit + .desc {
    margin-left: 32px;
}

.guideList > li .img {
    flex: 0 0 400px;
}

.modalContent .flexInput {
    display: flex;
    align-items: center;
    gap: 30px;
}

.modalContent .flexInput .txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.modalContent .flexInput .modalInput {
    flex: 1 0 auto;
}

.modalContent .flexInput .modalInput input {
    border: 1px solid #dfdfdf;
    border-radius: 1px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
}

.modalContent .flexInput .modalInput input[disabled] {
    background: rgba(239, 239, 239, 0.3);
}

.modalContent .flexInput .modalInput.focus input {
    border: 1px solid #000;
}

.modalContent .errorMsg {
    margin-top: 15px;
    color: #ff4d4d;
}

.tooltip .bubbleInner.variableW {
    width: auto;
    white-space: nowrap;
    margin-left: 0;
    transform: translateX(-50%);
}

.tooltip.left .bubbleInner.variableW, .tooltip.right .bubbleInner.variableW {
    transform: translateX(0);
}

.godo2025.selfOpening .h-wrap {
    border-bottom: 1px solid #EFEFEF;
}

.godo2025.selfOpening .h-wrap .l-grid .h-page {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #000;
}

.godo2025.selfOpening .l-grid .sub-guide .h-sub {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
}

.godo2025.selfOpening .l-grid .sub-guide .h-sub .subTxt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #909090;
}

.godo2025.selfOpening .l-grid .selfOpening-section {
    padding-top: 60px;
}

.godo2025.selfOpening .l-grid .selfOpening-section .section-tit {
    padding-bottom: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-banner {
    display: flex;
    align-items: center;
    padding: 40px;
    background-color: #2E96E6;
    font-weight: 700;
    border-radius: 8px;
    color: #fff;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-banner .hours-badge {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 100px;
    border: 2px solid #FFF;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-banner .hours-time {
    display: inline-block;
    margin-left: 12px;
    font-size: 26px;
    line-height: 40px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-list {
    margin-top: 12px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-list .info-item {
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-list .info-item::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #BFBFBF;
    border-radius: 100%;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-hours .info-list .info-item + .info-item {
    margin-top: 8px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid {
    display: flex;
    gap: 12px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid .process-step img {
    display: block;
    width: 80px;
    height: 80px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid .process-step .step-num {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid .process-step .step-tit {
    padding-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #000;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid .process-step .description.usimSelect {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-section.process-section .process-grid .process-step .description.usimSelect .tooltip {
    margin-top: 1px;
    margin-left: -1px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.note-section .note-list .note-item {
    position: relative;
    padding-left: 11px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-section.note-section .note-list .note-item::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #BFBFBF;
    border-radius: 100%;
}

.godo2025.selfOpening .l-grid .selfOpening-section.note-section .note-list .note-item + .note-item {
    margin-top: 8px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.note-section .note-list .note-item .highBlue {
    font-weight: 500;
    color: #4130DF;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .titTxt {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .subTxt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .service-center {
    padding: 40px;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .service-center .num-list .num-item {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .service-center .num-list .num-item::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #BFBFBF;
    border-radius: 100%;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .service-center .num-list .num-item + .num-item {
    margin-left: 20px;
}

.godo2025.selfOpening .l-grid .selfOpening-section.service-section .service-center .num-list .num-item strong {
    color: #444;
}

.godo2025.selfOpening .l-grid .selfOpening-info {
    display: flex;
    justify-content: space-between;
    height: 295px;
    padding-top: 60px;
}

.godo2025.selfOpening .l-grid .selfOpening-info .left-info {
    width: 100%;
}

.godo2025.selfOpening .l-grid .selfOpening-info .left-info .infoTit {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}

.godo2025.selfOpening .l-grid .selfOpening-info .left-info .infoSub {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}

.godo2025.selfOpening .l-grid .selfOpening-info .left-info .infoSub::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/godo2025/info.png") no-repeat 0 0;
    background-size: 100%;
}

.godo2025.selfOpening .l-grid .btnWrap {
    margin-bottom: 80px;
}

.phoneNumList.godo2025 li {
    padding-left: 0;
}

.phoneNumList.godo2025 li .phoneFirst {
    height: 74px;
}

.phoneNumList.godo2025 li .formItemRow {
    margin-top: 0;
    flex: none;
    width: 200px;
}

.phoneNumList.godo2025 li .formItemRow .formItemColumn {
    height: 74px;
}

.phoneNumList.godo2025 li:before {
    display: none;
}

.phoneNumList.godo2025 li + li {
    margin-top: 28px;
}

.infoBox.imeiInfo {
    padding: 40px;
    background: #fff;
    border: 1px solid #E1E1E1;
}

.infoBox.imeiInfo .list {
    border: none;
    margin: 0;
    padding: 0;
}

.infoBox.imeiInfo .list li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.infoBox.imeiInfo .list li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: 5px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
}

.infoBox.imeiInfo .list li:last-child::before {
    counter-increment: number 2;
}

.infoBox.imeiInfo .list li + li {
    margin-top: 20px;
}

.infoBox.imeiInfo .list li .highBlue {
    color: #4130DF;
}

.modalContent .flexInput {
    display: flex;
    align-items: center;
    gap: 30px;
}

.modalContent .flexInput .txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.modalContent .flexInput .modalInput {
    flex: 1 0 auto;
}

.modalContent .flexInput .modalInput input {
    border: 1px solid #dfdfdf;
    border-radius: 1px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
}

.modalContent .flexInput .modalInput input[disabled] {
    background: rgba(239, 239, 239, 0.3);
}

.modalContent .flexInput .modalInput.focus input {
    border: 1px solid #000;
}

.modalContent .errorMsg {
    margin-top: 15px;
    color: #ff4d4d;
}

.itemTitle.infoTitle {
    position: relative;
}

.itemTitle.infoTitle::before {
    content: "";
    position: absolute;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/godo2025/info_000.png") no-repeat center/contain;
}

.itemTitle.infoTitle span {
    margin-left: 24px;
}

#modalWrap .modal[data-modal-id="omd_num_notice"] .modalInner,
#modalWrap .modal[data-modal-id="omd_dev_notice"] .modalInner,
#modalWrap .modal[data-modal-id="esim_info"] .modalInner {
    height: 700px;
}
