@charset "utf-8";
@font-face {
        font-family: 'GmarketSans';
        src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
        font-weight: 300;
        font-display: swap;
    }
    @font-face {
        font-family: 'GmarketSans';
        src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
        font-weight: 500;
        font-display: swap;
    }
    @font-face {
        font-family: 'GmarketSans';
        src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
        font-weight: 700;
        font-display: swap;
    }
#containerFull{width: 100%;}
#containerFull #content{width: 100%;display: flex;justify-content: center; align-items: center; flex-direction: column;gap:50px}
.topTilewarp {
    width: 100%;background-color: #182C71;
    height: 240px;
    margin: 0 auto;
    color: #fff;
    background-image: url(/images/sub/telecom/topbg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    box-sizing: border-box;
    text-align: center;
    display: flex;justify-content: center;align-items: center;
}
.topTilewarp .topTile_txt h3{
    font-size: 40px;
    letter-spacing: -5%;
    font-family: 'GmarketSans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    padding:20px 0 35px;
    margin: 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.topTilewarp .topTile_txt h3 strong{font-size: 60px;}
.topTilewarp .topTile_txt p{font-size: 16px;}
.topTilewarp .topTile_txt p span{
    color: #8FEED2; line-height: 150%;
}
.telecom__stitle{
    color:#182C71;
    font-size:  40px;
    line-height:  120%;letter-spacing: -3px;
    text-align: center;
    font-family: 'GmarketSans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    margin-bottom: 20px;
}
.telecom__why{width: 800px;}
.telecom__why .telecom__list li{
    border-bottom: 1px solid #ddd;
}
.telecom__why .cnts__item{
    display: flex;justify-content: center;align-items: center;
    padding: 20px; gap: 25px;
}
.telecom__why .telecom__list li{
    border-bottom: 1px solid #ddd;
}
.telecom__why .cnts__item .item__img{
    width: 200px; height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin:  0; padding: 0;
}
.telecom__why .cnts__item .item__img img{
    width: 100%;height: 100%; object-fit: cover; display: block;
    padding: 0;margin: 0;
}
.telecom__why .cnts__item .item__txt{
    flex :1;
}
.telecom__why .cnts__item .item__txt h4{
    color: #182C71;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -5%;line-height: 150%;
    padding-bottom: 6px;
}
.telecom__why .cnts__item .item__txt p{
    color: #666;
    font-size: 14px;
}

.telecom__service{
    width: 1000px;
    background-color: #182C71;
    border-radius: 30px;
    display: flex;
    justify-content: center; align-items: center;
    flex-direction: column;
    padding: 50px 0;
}
.telecom__service h3{
    color: #fff;
    font-size: 40px;
    line-height:  120%;letter-spacing: -3px;
    text-align: center;
    font-family: 'GmarketSans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    margin-bottom: 30px;
}
.telecom__service .grid__list {
    width: 840px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; text-align: center;
    padding: 10px;
}
.telecom__service .grid__list .service__item{
    background-color: #fff;
    border-radius:  10px;
    padding: 20px 20px 0;
    position: relative;
    height: 100%;
}
.telecom__service .grid__list .service__item .item__num{
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color:#fff;
    border-radius: 50px;
    overflow: hidden;
    width: 40px;
    color: #182C71;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%; letter-spacing: -5%;
    padding: 5px 0;
}
.telecom__service .grid__list .item__img{
    width:  100%; height: 100px;
}
.telecom__service .grid__list .item__img img{
    width: 100%;height: 100%;
    object-fit: cover; display: block;
    padding: 0;margin: 0;
}
.telecom__service .grid__list .service__item .item__txt h4{
    font-size: 22PX; color: #303030;
    font-weight: bold;
    letter-spacing: -5%; line-height: 150%;
    margin: 10px 0;
}
.telecom__service .grid__list .service__item .item__txt P{
    font-size: 14PX; color: #666;
    letter-spacing: -5%;
    text-wrap: balance;
}

.howToUseIt_conts{width: 840px;}
.howToUseIt_conts .howTo__item:nth-child(3){
    margin-top: 30px;
}
.howToUseIt_conts .howTo__item h4{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;letter-spacing: -5%;
    text-align: center;
    border-radius: 50px; padding: 10px;
}
.howToUseIt_conts .howTo__item .bgGr01{
    background-image: linear-gradient(to right, #182C71, #3370FF);
}
.howToUseIt_conts .howTo__item .bgGr02{
    background-image: linear-gradient(to right, #E67100, #F4A106);
}
.howToUseIt_conts .howTo__item .howTo__list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 0;
}
.howToUseIt_conts .howTo__item .howTo__list .list__can{
    display: flex;align-items: center;
}
.howToUseIt_conts .howTo__item .howTo__list .howTo__conts{
    display: flex;align-items: center;justify-content:flex-start;
    flex-direction: column;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    width: 240px; padding: 20px; gap: 10px; box-sizing: border-box;
    height: 100%;
}
.howToUseIt_conts .howTo__item .howTo__list .howTo__conts .item__num{
    font-size: 22px;
    font-weight: bold;
    display: flex;align-items: center;justify-content: center;
    width: 45px; height: 45px; color: #fff;
    border-radius: 50px;
}
.num_bg01{background-color: #3370FF;}
.num_bg02{background-color: #FF7700;}
.tit_color01{color:#182C71;}
.tit_color02{color:#B85906;}
.howToUseIt_conts .howTo__item .howTo__list .howTo__conts h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 120%; letter-spacing: -2px;
    text-align: center;
    height: 68px;display: flex;align-items: center;
}
.howToUseIt_conts .howTo__item .howTo__list .howTo__conts p{
    font-size: 14px; color: #666; letter-spacing: -5%;
    border-top: 1px solid #ddd;
    padding-top: 10px; text-align: center;
}

.howTo__item .howTo__notics{
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 20px 20px 40px;
}
.howTo__item .howTo__notics li{
    list-style-type: disc; line-height: 180%;
}
.howTo__item .howTo__notics li strong{
    color: #101010;
}

.AvsB__conts{
    width: 100%;
    background-color: #F6F5F1;
    padding: 50px 0;
}
.AvsB__conts .AvsB__table{
    width: 840px;
    margin: 0 auto;
    display: flex;align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.AvsB__conts .AvsB__table .table__title{
    width:150px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}
.AvsB__conts .AvsB__table li{
    border-bottom: 1px solid #ddd;
    height: 68px; color: #303030;
    font-weight: bold;
    text-align: center;
    display: flex;align-items: center;justify-content: center;
}
.AvsB__conts .AvsB__table li:last-child{
    border:none;
}
.AvsB__conts .AvsB__table .table__Abox, .AvsB__conts .AvsB__table .table__Bbox{
    border:1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;background-color: #fff;
}
.AvsB__conts .AvsB__table .tableItem__tit{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 90px;
    text-align: center;
    padding-top: 25px; box-sizing: border-box;
}
.AvsB__conts .AvsB__table .tableItem__tit span{
    font-size: 16px;
    font-weight: normal;
}
.AvsB__conts .AvsB__table .table__Abox .tableItem__tit{
    background-color: #3370FF;
}
.AvsB__conts .AvsB__table .table__Bbox .tableItem__tit{
    background-color: #182C71;
}
.AvsB__conts .AvsB__table .table_conts{
    background-color: #fff;
    padding: 0 20px; text-align: center;
}
.AvsB__conts .AvsB__table .table_conts li{
    font-size: 16px;height: 68px;
}
.AvsB__conts .AvsB__table .table_conts li span{
    font-weight: normal;
}
.AvsB__conts .AvsB__table .table_conts .table__inDottxt{
    width: 100%;
}
.AvsB__conts .AvsB__table .table_conts .table__inDottxt li{
    border-bottom: none;
    font-size: 15px; line-height: 150%;
    height: 100%;
    text-align: left;
    list-style-type: disc;
    justify-content: flex-start;
    position: relative;
    padding: 0 10px 0 30px;
}
.AvsB__conts .AvsB__table .table_conts .table__inDottxt li::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 38%;
    transform:rotateY('-50%');
    width: 4px;height: 4px;
    border-radius: 50%;
    background-color: #303030;
}
.h85{height: 85px !important;}

.esim_useInfo{
    width: 840px;
}
.esim_useInfo .esim__conts{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.esim_useInfo .esim__conts .esim__item{
    display: flex;
    border: 1px solid #ddd;
    border-radius: 20px;overflow: hidden;
    width: 100%;
}
.esim_useInfo .esim__conts .esim__item .android_logo{
    background-color: #C4F64D;
    display: flex;align-items: center;justify-content: center;
    padding: 0 10px;
}
.esim_useInfo .esim__conts .esim__item .iphon_logo{
    background-color: #E3E3E3;
    display: flex;align-items: center;justify-content: center;
    padding: 0 10px;
}
.esim_useInfo .esim__conts .esim__item .esim_info{
    width: 100%;
}
.esim_useInfo .esim__conts .esim__item .esim_info h4{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;letter-spacing: -5%;
}
.esim_useInfo .esim__conts .esim__item .esim_info ul{
    padding:20px 70px;
    font-size: 16px;
    line-height: 150%;
}
.esim_useInfo .esim__conts .esim__item .esim_info ul li{
    list-style-type: disc;
}

.noticsWarp{
    width: 100%;
}
.noticsWarp .infoBox{
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.noticsWarp .infoBox .info__txt{
    padding-left: 10px;
}
.noticsWarp .infoBox h6{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.noticsWarp .infoBox p{
    font-size: 15px;
    color: #303030;
    line-height: 150%;
    letter-spacing: -5%;
    padding-top: 5px;
}
.noticsWarp .noticsADCopy{
    font-weight: bold;
    font-size: 18px; color: #000;
    text-align: center;
    padding-top: 20px;
}

.btn_movebox{
    display: flex;justify-content: center;align-items: center;
    gap: 40px;
    padding-bottom: 50px;
}
.btn_movebox .btn_move{
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    padding: 10px 50px;
    color: #fff;
    border-radius: 10px;
}
.btn_movebox a:hover {
    text-decoration: none;
    filter: brightness(0.85);
}
.btn_movebox .move__service{
    background-color: #2F88FF;
}
.btn_movebox .move__roaming{
    background-color: #F6901A;
}
