@charset "utf-8";

.mainContainer_wr{
    max-width: 1080px;
    min-width: 360px;
    padding: 0 10px;
    margin: 0 auto;
}
/* License */
.licBanner {
    background-color: #dfe2ff;
}

.licBanner img {
    width: 100%;
}

.license {
    padding: 0 16px 30px;
    overflow: hidden;
}

.license .main_list > .title_box {
    position: relative;
    border-bottom: 0 none;
    /*       margin: 20px 0 20px;*/
}

.license .main_list > .title_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 6px;
    /*       background: linear-gradient(to right, #bb8ff0, #adcfff);*/
}

.license .main_list > .title_box strong {
    font-size: 18px;
}

.license .main_list > .title_box strong span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png)  no-repeat -5px -335px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.license .main_list .lic_wrapper {
    position: relative;
    width: 100%;
    padding: 14px 0 0;
    background: linear-gradient(to top, #adcfff 0%, #b5b0f8 50%, #bb8ff0 100%);
    border-radius: 8px;
}

.license .main_list .lic_wrapper:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 7px;
}

.license .main_list .lic_wrapper .lic_slide_wrap {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}


.license .main_list .lic_wrapper .lic_slide_wrap .licListBig {
    /* height: 160px; */
    margin: 30px 3px 0;
    box-shadow: 0px 4px 6px #eee;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .logo {
    margin-bottom: 30px;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .logo img {
    height: 60px;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .desc {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .txt {
    font-size: 12px;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .swiper-button-prev:after,
.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .swiper-button-next:after {
    color: #292929;
    font-size: 18px;
    font-weight: bold;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .swiper-button-prev.arrow02 {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/job_info_sp.png) no-repeat 0px -432px;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListBig .swiper-button-next.arrow02 {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/job_info_sp.png) no-repeat -30px -432px;
}

.license .main_list .lic_wrapper .lic_slide_wrap .swiper-button-prev,
.license .main_list .lic_wrapper .lic_slide_wrap .swiper-button-next {
    top: 100px;
}

.license .main_list .lic_wrapper .lic_detail_wrap {
    position: relative;
    padding: 0 20px 20px;
    text-align: left;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box {
    margin-top: 30px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .txt_lv {
    color: #9c57f5;
    font-weight: bold;
    background-color: #fff;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold {
    position: absolute;
    right: 0;
    bottom: -9px;
    display: block;
    width: 52px;
    padding: 3px 6px;
    color: #292929;
    font-size: 12px;
    background-color: #fff;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold .fa-chevron-up {
    display: inline-block;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold .fa-chevron-down {
    display: none;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold:before,
.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold:after {
    position: absolute;
    right: 0;
    bottom: 2px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold:before {
    content: '접기';
    display: block;
    width: 30px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold:after {
    content: '';
    display: inline-block;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold.on {
    width: 60px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold.on .fa-chevron-up {
    display: none;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold.on .fa-chevron-down {
    display: inline-block;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold.on:before {
    content: '';
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .fold.on:after {
    content: '펼치기';
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .txt_txt {
    display: table-cell;
    margin: 0;
    padding-right: 10px;
    color: #292929;
    font-weight: bold;
    background-color: #fff;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_head .tit .bgLine {
    display: table-cell;
    width: 100%;
    margin: 0;
    line-height: 1;
    opacity: 0.3;
    border: 2px solid transparent;
    overflow: hidden;
    background: -webkit-linear-gradient(white, white), -webkit-linear-gradient(left, #adcfff 0%, #b5b0f8 50%, #bb8ff0 100%);
    background: -o-linear-gradient(white, white), -o-linear-gradient(left, #adcfff 0%, #b5b0f8 50%, #bb8ff0 100%);
    background: linear-gradient(white, white), linear-gradient(to right, #adcfff 0%, #b5b0f8 50%, #bb8ff0 100%);
    -webkit-background-clip: padding-box, border-box;
    -moz-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap {}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list {
    display: inline-block;
    width: 47%;
    /* height: 290px; */
    margin: 6px 0;
    box-shadow: 0px 2px 6px #aaa;
    border-radius: 6px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list:nth-child(2n) {
    margin-left: 4%;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .top_txt {
    padding: 12px 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .top_txt span {
    display: block;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .top_txt .txt_lv {
    color: #9c57f5;
    font-size: 14px;
    font-weight: bold;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .top_txt .txt_txt {
    color: #292929;
    font-size: 14px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .btm_txt {
    position: relative;
    /* height: 210px; */
    padding: 14px 24px 16px 14px;
    color: #292929;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 4px 4px #ededed inset;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .btm_txt .txt_detail {
    height: 96px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .btm_txt .txt_sub_desc {
    margin-top: 10px;
    color: #989898;
    font-size: 12px;
    font-weight: normal;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box .lv_box_card_wrap .lv_box_card_list .btm_txt .arrow {
    position: absolute;
    right: 10px;
    bottom: 64px;
    width: 8px;
    height: 12px;
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/job_info_sp.png) no-repeat -43px -392px;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box.lv1 .lv_box_card_wrap .lv_box_card_list .top_txt {
    background-color: #ebddfd;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box.lv2 .lv_box_card_wrap .lv_box_card_list .top_txt {
    background-color: #d7bcfb;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box.lv3 .lv_box_card_wrap .lv_box_card_list .top_txt {
    background-color: #cdabfa;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box.lv4 .lv_box_card_wrap .lv_box_card_list .top_txt {
    background-color: #9c57f5;
}

.license .main_list .lic_wrapper .lic_detail_wrap .lv_box.lv4 .lv_box_card_wrap .lv_box_card_list .top_txt .txt_lv,
.license .main_list .lic_wrapper .lic_detail_wrap .lv_box.lv4 .lv_box_card_wrap .lv_box_card_list .top_txt .txt_txt {
    color: #fff;
}

.license .main_list.hot_list > .title_box {
    position: relative;
    border-bottom: 0 none;
    margin: 30px 0 20px;
}

.license .main_list.hot_list > .title_box strong span.icon {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png) no-repeat -34px -335px;
}

.license .main_list .lic_wrapper.hot_list {
    padding: 15px 10px;
}

.license .main_list .lic_wrapper .hot_lic_list {
    position: relative;
}

.license .main_list .lic_wrapper .hot_lic_list .sub_tit {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
}

.license .main_list .lic_wrapper .hot_lic_list .sub_tit .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.license .main_list .lic_wrapper .hot_lic_list li {
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 60px; */
    padding: 15px 10px;
    background: linear-gradient(to right, #adcfff 0%, #b5b0f8 50%, #bb8ff0 100%);
    border-radius: 6px;
}

.license .main_list .lic_wrapper .hot_lic_list li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 5px;
}

.license .main_list .lic_wrapper .hot_lic_list li + li {
    margin-top: 4px;
}

.license .main_list .lic_wrapper .hot_lic_list li .info {
    position: relative;
    display: table;
    width: 100%;
    z-index: 1;
}

.license .main_list .lic_wrapper .hot_lic_list li span {
    display: table-cell;
    vertical-align: middle;
}

.license .main_list .lic_wrapper .hot_lic_list li .medal {
    width: 22px;
    height: 20px;
    text-align: center;
}

.license .main_list .lic_wrapper .hot_lic_list li .rank {
    width: 24px;
    color: #9c57f5;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.license .main_list .lic_wrapper .hot_lic_list li .txt {
    max-width: 500px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: bold;
}

.license .main_list .lic_wrapper .hot_lic_list li .txt em {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.license .main_list .lic_wrapper .hot_lic_list li .arrow {
    width: 10px;
    height: 12px;
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/job_info_sp.png) no-repeat -43px -392px;
}

.license .main_list .lic_wrapper .hot_lic_list.left {}

.license .main_list .lic_wrapper .hot_lic_list.left .sub_tit .icon {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png) no-repeat -64px -305px;
}

.license .main_list .lic_wrapper .hot_lic_list.right {
    margin-top: 20px;
}

.license .main_list .lic_wrapper .hot_lic_list.right .sub_tit .icon {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png) no-repeat -64px -335px;
}

.license .main_list .lic_wrapper .hot_lic_list li.rank_1 .medal {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png) no-repeat -98px -335px;
}

.license .main_list .lic_wrapper .hot_lic_list li.rank_2 .medal {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png) no-repeat -128px -335px;
}

.license .main_list .lic_wrapper .hot_lic_list li.rank_3 .medal {
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/ico_jn.png) no-repeat -158px -335px;
}

.license .main_list .lic_wrapper .hot_lic_list li.rank_no .medal {
    background: none;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
}

.license .main_list .lic_wrapper .hot_lic_list li.rank_no .rank {
    color: #989898;
}

.m_tit_style3 {
    display: flex;
    overflow-x: scroll;
    font-weight: 300;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #f5f5f5;
}

.m_tit_style3 {
    -ms-overflow-style: none;
}

.m_tit_style3::-webkit-scrollbar {
    display: none;
}

.m_tit_style3 a {
    padding: 0 20px;
}

.m_tit_style3 a:hover,
.m_tit_style3 a:focus,
.m_tit_style3 a:active {
    color: #9c57f5;
}

.m_tit_style3 a.on {
    color: #9c57f5;
}


.tab_btnbox {
    box-shadow: 0 5px 5px -5px rgb(93 93 93 / 50%);
    width: 100%;
    text-align: center;
}

.tab_btnbox ul {
    display: flex;
    width: 95%;
    flex-flow: wrap;
    margin: 0 auto;
    justify-content: center;
}

.tab_btnbox li {
    position: relative;
    float: left;
    /*    width: 25%;*/
    padding-bottom: 4px;
    flex-grow: 1;
}

.tab_btnbox li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.tab_btnbox li.on:before {
    background-color: #9c57f5;
}

.tab_btnbox li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.tab_btnbox li.on a {
    color: #9c57f5;
    font-weight: 500;
}


.licListThum {
    width: 204px;
    padding-bottom: 8px;
}

.licListThum .swiper-slide {}

.licListThum .swiper-slide a {
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0px 4px 4px rgba(41, 41, 41, .2);
    border-radius: 50%;
    overflow: hidden;
}

.license .main_list .lic_wrapper .lic_slide_wrap .licListThum .swiper-slide.swiper-slide-thumb-active a {
    border-color: #9c57f5;
}

.licListThum .swiper-slide a img {
    transform: scale(1.2);
}

.licListBig .swiper-slide {
    height: auto;
}

.licListBig .title {
    padding-bottom: 20px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .05);
    color: #292929;
}

.licListBig .title img {
    width: 48px;
    margin-bottom: 20px;
}

.licListBig .title h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.licListBig .titletitle p {
    font-size: 16px;
}

.licListBig .part {
    text-align: left;
    margin: 30px 10px 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e1ccfc;
}

.licListBig .part:nth-last-of-type(1) {
    border-bottom: none;
}

.licListBig .part h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    position: relative;
    left: 23px;
    margin-bottom: 20px;
}

.licListBig .part h2::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #9c57f5;
    left: -16px;
}

.licListBig .part h3 {
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 20px 0 12px;
    font-weight: 500;
}

.licListBig .part .title_point {
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 2px solid #9c57f5;
}

.licListBig .part .para {
    padding-top: 20px;
}

.licListBig .part img {
    width: 100%;
    max-width: 400px;
}

.licListBig .intro {}

.licListBig .intro .intro_box {
    margin-top: 40px;
    padding: 26px 14px 16px;
    border-radius: 20px;
    border: 1px solid #9c57f5;
    position: relative;
}

.licListBig .intro .intro_box::before {
    position: absolute;
    width: 110px;
    height: 40px;
    content: '';
    background: url(/theme/eb4_basic/img/jnLicsInter/mobile/img_c01-tit1.jpg) no-repeat;
    background-size: cover;
    right: 0;
    left: 0;
    margin: auto;
    top: -30px;
    z-index: 2;
}

.licListBig .chara .chara_list li {
    display: flex;
    padding-bottom: 10px;
}

.licListBig .chara .chara_list li .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #cdabfa;
    font-family: 'yg-jalnan', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.licListBig .chara .chara_list li .txt {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #f5eefe;
}

.licListBig .process h2 {
    margin-bottom: 36px;
}

.licListBig .process p:nth-of-type(1) {
    margin-top: 30px;
}

.licListBig .process img {
    margin-bottom: 10px;
}

.licListBig .type p {
    margin-bottom: 20px;
}

.licListBig .type .img_c01-t02 {
    margin-bottom: 20px;
}

.licListBig .how1 h2 {
    margin-bottom: 40px;
}

.licListBig .how1 p:nth-of-type(1) {
    margin: 30px 0 40px;
}

.licListBig .how1 p:nth-of-type(2) {
    margin: 30px 0;
}

.licListBig .how1 .img_c01-t04 {
    margin-bottom: 26px;
}

.licListBig .how1 .img_c01-t05 {
    margin-bottom: 50px;
}

.licListBig .how1 .img_c01-t06 {
    margin-top: 40px;
}

.licListBig .chara .img_c02-t01 {
    margin: 30px 0 10px;
}

.licListBig .chara .img_c03-t01 {
    margin: 20px 0;
}

.licListBig .chara2 .img_c04-t01 {
    margin-bottom: 10px;
}

.licListBig .chara .img_c07-t01 {
    margin-bottom: 10px;
}

.licListBig .chara .img_c07-t02 {
    margin-bottom: 20px;
}
