@charset "UTF-8";

html{overflow-x: hidden;}

/* swiper 초기화 */
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev, .swiper-button-next{
    position: unset!important;
    margin-top: 0!important;
    z-index: 1!important;
}

.main{ scroll-margin-top:145px; }

/* 메인 비주얼 */
.main .visual {
    width: 100%;
    box-sizing: border-box;
    padding:50px 0;
    background-color: #E8F0F9;
    min-height: 150px;
}
.main .visual .inner{
    margin-top: 145px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.main .visual .inner .visual_swiper{
    width: 920px;
    height: 450px;    
    border-radius: 13px 20px;
    position: relative;
}

.main .visual .inner .visual_swiper .swiper-slide.visual_box{
    width: 100%;
    height: 100%;
    background-position: center!important;
    background-size: cover!important;
    position: relative;
}
.main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox{
    width:500px ;
    position: absolute;
    top:80px;
    left: 50px;    
    color: #fff;
    word-break: keep-all;
    text-shadow: 0 .2rem .8rem rgba(0,0,0,.2);
}
.main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .title{
    font-family:'NanumSquare', sans-serif;    
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
}
.main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .contents{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
}

.main .visual .inner .visual_swiper .swiper-slide{
    width: 100%;
    position: relative;
}
.main .visual .inner .visual_swiper .swiper_handler{
    position: absolute;
    bottom:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px 0;
}
.main .visual .inner .visual_swiper .swiper_handler .paging_number{
    min-width: 35px;
    color:#fff;
    display: flex;
    align-items: center;justify-content: center;
}
.main .visual .inner .visual_swiper .swiper_handler .swiper-button-prev{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat 0 0;
    background-size: cover;
    filter: invert(1);
}
.main .visual .inner .visual_swiper .swiper_handler .swiper-button-next{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -34px 0;
    background-size: cover;
    filter: invert(1);
}
.main .visual .inner .visual_swiper .swiper_handler .swiper_button{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -68px 0;
    background-size: cover;
    filter: invert(1);
    margin-left: 10px;
}
.main .visual .inner .visual_swiper .swiper_handler .swiper_button.on{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -102px 0;
    background-size: cover;
    filter: invert(1);
}

/*25.04.30 메인배너 텍스트 추가 css*/
.main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .add_txt.type01{	

  display: inline-block;
  padding: 0 13px;
  font-size: 19px;
  background: #386bb5;
  border-radius: 10px;
}

.main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox.block { color:#333; }

/* 비주얼 인증현황 */
.main .visual .inner .cert{
    width: calc(100% - 960px);
    max-height: 450px;
    background:#DCE8F4;
    border-radius: 10px 20px;
    box-sizing: border-box;
    padding: 30px;
}
.main .visual .inner .cert .titlebox h3{
    font-family:'NanumSquare', sans-serif;
    font-size: 22px;
    color: #004EA2;
    font-weight:700;
}
.main .visual .inner .cert .contentbox li.isms .img{
    width: 110px;
    height: 110px;
    background: url("../images/cert01.png")no-repeat 0 0;
    background-size: cover;
}
.main .visual .inner .cert .contentbox li.cloud .img{
    width: 110px;
    height: 110px;
    background: url("../images/cert01.png")no-repeat -120px 0;
    background-size: cover;
}
.main .visual .inner .cert .contentbox ul{
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-top: 20px;
}
.main .visual .inner .cert .contentbox ul li{
    width: 100%;
    background: #fff;
    border-radius: 10px 20px;
}
.main .visual .inner .cert .contentbox ul li a{    
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 25px 30px;
    gap: 30px;
}
.main .visual .inner .cert .contentbox ul li a .txt p:first-child{    
    font-size: 18px;
    position: relative;
}
.main .visual .inner .cert .contentbox ul li a .txt p:first-child::after{    
    content: "";
    position: absolute;
    width:18px;
    height:18px;
    background: url("../images/icon_gray-arrow-rt.png")no-repeat 0 0;
    background-size: cover;
    top:50%;
    right:-20px;
    transform: translate(0, -50%);
}
.main .visual .inner .cert .contentbox ul li a .txt p:nth-child(2){    
    font-size: 32px;
    margin-top: 15px;
    font-weight: 700;
}

/* 메인 공통 */
.main .inner .titlebox h3{
    font-family:'NanumSquare', sans-serif;
    font-size: 28px;
    color: #111;
    font-weight:700;
}

/* 주요서비스 */
.main .service{
    width: 100%;
    box-sizing: border-box;    
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}
.main .service .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .service .inner .contentbox ul{
    display: flex;
    gap: 100px;
}
.main .service .inner .contentbox ul li a{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border: 1px solid #eee;
    border-radius: 20px;
    transition:border .2s;
}
@media (hover: hover) and (pointer: fine) {
    .main .service .inner .contentbox ul li a:hover{
        border: 1px solid #DCE8F4;
    }
    .main .service .inner .contentbox ul li a:hover .text{
        color: #004EA2;
    }
}

.main .service .inner .contentbox ul li .text{
    margin-top: 20px;
    transition: color .2s;
}
.main .service .inner .contentbox ul li:nth-child(1) .img{
    width: 80px;
    height: 80px;
    background: url("../images/icon_service_main.png")no-repeat 0 0;
    background-size: cover;
}
.main .service .inner .contentbox ul li:nth-child(2) .img{
    width: 80px;
    height: 80px;
    background: url("../images/icon_service_main.png")no-repeat -90px 0;
    background-size: cover;
}
.main .service .inner .contentbox ul li:nth-child(3) .img{
    width: 80px;
    height: 80px;
    background: url("../images/icon_service_main.png")no-repeat -180px 0;
    background-size: cover;
}
.main .service .inner .contentbox ul li:nth-child(4) .img{
    width: 80px;
    height: 80px;
    background: url("../images/icon_service_main.png")no-repeat -270px 0;
    background-size: cover;
}

/* ISMS-P 인증심사원 */
.main .schedule{
    width: 100%;
    box-sizing: border-box;    
    padding: 60px 0 30px;
}
.main .schedule .titlebox{
    display: flex;
    align-items: center;
}
.main .schedule .titlebox .tab_control.depth-1{
    margin-left: 60px;
    display: flex;
    gap: 40px;
}

/* 1depth */
.main .schedule .titlebox .tab_control.depth-1 .tab_control_item a{
    font-size: 22px;
    color: #888;
    font-weight: 500;
    max-height:26px;
}
.main .schedule .titlebox .tab_control.depth-1 .tab_control_item .tab.active{    
    color: #111;
    position: relative;
}
.main .schedule .titlebox .tab_control.depth-1 .tab_control_item .tab.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #111;
    bottom: -6px;
    left: 0;
}
.main .schedule  .contentbox.tab_content{
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.main .schedule  .contentbox.tab_content .tab_content_inner{
    width: 100%;
    display: none;
    box-sizing: border-box;
    padding: 20px 30px;
    background:#1B2430;
    border-radius: 10px;    
    flex-flow: column;
    transition:.3s;
}
.main .schedule  .contentbox.tab_content .tab_content_inner.active{
    display: flex;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox{
    width: 100%;
    margin-top: 20px;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox ul{
    width: 100%;
    display: flex;
    gap: 10px;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox ul li.item{
    width: calc(100% / 8);
    /* height: 170px; */
    box-sizing: border-box;
    padding: 15px 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 6px;  
    background: rgb(255,255,255,.05);  
    border: 1px solid rgb(235,235,235,.1);
    gap: 48px;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox ul li.item.active{
    background: #1869C0;
    box-shadow: 0 .2rem .8rem rgba(0,0,0,0.5);
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox ul li.item.active .text, .main .schedule  .contentbox.tab_content.depth-1 .tab_content_inner .it li.item.active .date{    
    color: #fff;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox ul li.item .text{    
    width: 100%;
    color: #eee;
    font-size: 17px;
    font-weight: 500;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .itembox ul li.item .date{    
    color: #eee;
    font-size: 14px;
    font-weight: 300;
    min-height: 39px;
    word-break: keep-all;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .progress_bar{
    width: 100%;
    background-color: #303843;
    height:10px; 
    border-radius:0;
    position: relative;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .progress_bar .bar{
    position: absolute;
    border-radius:0 10px 10px 0;
    background:linear-gradient(to right, #8FC31F, #1869C0);
    height: 10px;
}
.main .schedule  .contentbox.tab_content .tab_content_inner .progress_bar .bar.mb{
    display: none;
}

/* 240708 (s) */
.main .schedule  .contentbox.tab_content .tab_content_inner .progress_bar .bar.pc{
    width: calc(((100% / 8)) * - 10px);
}
.main .schedule  .contentbox.tab_content .tab_content_inner .progress_bar .bar.mb{
    height: calc(((100% / 8)) * - 10px);
}
/* 240708 (e) */


/* 인증심사원-보수교육 */
.tab_control_item.education{
    display: flex;
    gap: 40px;
}
.main .schedule .titlebox .tab_control.depth-2{
    display:none;
    animation: txtUp .2s .2s;
    animation-fill-mode: both;
}
.main .schedule .titlebox .tab_control.depth-2.open{
    display: flex;
    gap: 10px;
    align-items: center;
}
  @keyframes txtUp {
    from {
      -webkit-transform:translate3d(0, 250%, 0);
      transform:translate3d(0, 250%, 0);
      visibility:visible;
      opacity:0;
    }
    to {
      -webkit-transform:translate3d(0, 0, 0);
      transform:translate3d(0, 0, 0);
      opacity:1;
    }
  }
.main .schedule .titlebox .tab_control.depth-2 .edu_tab a{
    padding: 6px 30px;
    box-sizing: border-box;
    text-align: center;
    background: #eee;
    color: #666;
    border-radius: 100px;
    font-size: 18px;
    transition: .2s;
}
@media (hover: hover) and (pointer: fine) {
.main .schedule .titlebox .tab_control.depth-2 .edu_tab a:hover{
    background: #333;
    color: #fff;
}
}
.main .schedule .titlebox .tab_control.depth-2 .edu_tab a.active{
    background: #1B2430;
    color: #fff;
}
.main .schedule .tab_content_inner ul .edu {
    display: none;
    gap: 85px;
}
.main .schedule .tab_content_inner ul .edu.active {
    display: flex;
}
.main .schedule .tab_content_inner ul .edu .content .txt, .main .schedule .tab_content_inner ul .edu .content .date{
    color: #fff;
}
.main .schedule .tab_content_inner ul .edu .content {
    width: 50%;
}
.main .schedule .contentbox.tab_content .tab_content_inner .schedule_01 ul{
    background:#303843 ;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 200;
}
.main .schedule .contentbox.tab_content .tab_content_inner .schedule_01{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    gap:20px
}
.main .schedule .contentbox.tab_content .tab_content_inner .schedule_01 ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding:10px;
}
.main .schedule .contentbox.tab_content .tab_content_inner .title{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.main .schedule .contentbox.tab_content .tab_content_inner .title p{
    font-size: 18px;
    font-weight: 500;
}

.main .schedule .contentbox.tab_content .tab_content_inner .schedule_02 .itembox ul li.item {
    width: calc(100% / 4);
    height: 170px;
    box-sizing: border-box;
    padding: 15px 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 6px;
}


/* News */
.main .news{
    width: 100%;
    box-sizing: border-box;    
    padding: 50px 0 60px;
}
.main .news .inner{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
/* 새소식 */
.main .news .box.news_slide{
    width: calc(100% - 440px);
}
.main .news .box.news_slide .titlebox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .news .box.news_slide .swiper_handler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}
.main .news .box.news_slide .swiper_handler .swiper-button-prev {
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat 0 0;
    background-size: cover;
}
.main .news .box.news_slide .swiper_handler .swiper-button-next {
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -34px 0;
    background-size: cover;
}
/* ms0427(s) */
/* 240708 (s) */
.main .news .box.news_slide .contentbox.news_swiper{
    box-sizing: border-box;
    position: relative;
    padding-top: 60px;
    margin-top: -30px;
    position: relative;
    /* padding-left: 5px; */
}
.main .news .box.news_slide .contentbox .swiper-wrapper{
    width: 100%;
    display: flex;
}
/*240802 (s)*/
/*240808 (s)*/
/*240814 (s)*/
/* .main .news .box.news_slide .contentbox .swiper-slide{
    width: calc((100% - 10px - 10px - 10px) / 3) !important;
} */
/*240808 (e)*/
/*240925 (s)*/
.main .news .box.news_slide .contentbox .swiper-slide{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    /* box-shadow:0 0 0 1px inset #eee; */
    width: 100%;
    border: 1px solid #eee;
    min-height: 400px;
}
/*240814 (e)*/
.main .news .box.news_slide .contentbox .swiper-slide::after{
    content: "";
    width: 100%;
    border: 1px dashed #eee;
    position: absolute;
    bottom: 80px;
    left: 0;
    right:0;
    margin: auto;
}
/*240925 (e)*/
/*240802 (e)*/
/* 240708 (e) */
.main .news .box.news_slide .contentbox .badge{
    font-size: 14px;
    color: #004EA2;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #F2F6FA;
    border-radius: 100px;
    font-weight: 600;
}
.main .news .box.news_slide .contentbox .title{
    font-size: 18px;
    color: #111;
    margin-top: 30px;
    font-weight: 500;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main .news .box.news_slide .contentbox .content{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-top: 20px;
    font-weight: 300;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.main .news .box.news_slide .contentbox .date{
    font-size: 14px;
    color: #666;
    margin-top: 80px;
    font-weight: 400;
    text-align: right;
}
/* ms0427(e) */
/* 카드뉴스 */
.main .news .box.card_slide{
    width: 400px;
}
.main .news .box.card_slide .titlebox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* 240708 (s) */
/* 241129 (s) */
.main .news .box.card_slide .contentbox{
    width: 400px;
    margin-top: -30px;
    padding-top: 60px;
    border-radius:0px;
    box-sizing: border-box;
    position: relative;
}
/* //241129 (e) */
/* 240708 (e) */
.main .news .box.card_slide .contentbox a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px inset #eee;
    border-radius: 10px;
}
.main .news .box.card_slide .contentbox a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.main .news .box.card_slide .swiper_handler{
    display: flex;
    align-items: center;
    justify-content: space-between;    
    position: absolute;
    top: 0;
    right: 0;
}
.main .news .box.card_slide .swiper_handler .paging_number{
    min-width: 35px;
    color:#111;
    display: flex;
    align-items: center;justify-content: center;
}
.main .news .box.card_slide .swiper_handler .swiper-button-prev{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat 0 0;
    background-size: cover;
}
.main .news .box.card_slide .swiper_handler .swiper-button-next{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -34px 0;
    background-size: cover;
}
.main .news .box.card_slide .swiper_handler .swiper_button{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -68px 0;
    background-size: cover;
    margin-left: 10px;
}
.main .news .box.card_slide .swiper_handler .swiper_button.on{
    width: 24px;
    height: 24px;
    background: url("../images/icon_group_swiper.png")no-repeat -102px 0;
    background-size: cover;
}
/* 240708 (s) */
.main .card_swiper .pager{
    width: auto!important;
    min-width: 32px!important;
}
.main .card_swiper .pager.swiper-pagination-fraction .swiper-pagination-current{
    display: inline-block;
    min-width: 10px!important;
}
/* 240708 (e) */

/* 헬프데스크 */
.main .helpdesk{
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;    
    padding: 40px 0;
    background:#F2F6FA;
}
.main .helpdesk .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .main .helpdesk .titlebox{
    width: 350px;
} */
.main .helpdesk .contact {
    /* width: calc(100% - 350px); */
    display: flex; 
    justify-content: flex-end;   
}
.main .helpdesk .contact ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main .helpdesk .inner .contact > ul{
    display: flex;
    align-items: center;
    gap: 80px;
}
.main .helpdesk .contact ul li:first-child{
    display: flex;
    align-items: center;
    flex-flow: row;
    gap: 40px;
}
/* .main .helpdesk .contact ul li:first-child div:last-child{
    display: flex;
    flex-flow: wrap;
    gap: 10px;
} */
/* .main .helpdesk .contact ul li:last-child{
    width:45%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
} */
.main .helpdesk .contact ul li:last-child{
    margin: 0 60px;
}
.main .helpdesk .contact ul li:first-child > div:first-child,
.main .helpdesk .contact ul li:last-child{
    position: relative;
    padding-left: 124px;
}
.main .helpdesk .contact ul li:first-child > div:first-child .text,
.main .helpdesk .contact ul li:last-child .text{
    font-size: 18px;
    font-weight: 500;
}
.main .helpdesk .contact ul li:first-child > div:first-child::before,
.main .helpdesk .contact ul li:last-child::before{
    content: "";
    position: absolute;
    width: 100px; height: 100px;
    top: 50%; left: 0;
    transform: translate(0, -50%);
    background-color: #fff;
    border-radius: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main .helpdesk .contact ul li:first-child > div:first-child::before{
    background-image: url(../images/img_helpdesk01.png);
}
.main .helpdesk .contact ul li:last-child::before{
    background-image: url(../images/img_helpdesk02.png);
}
.main .helpdesk .contact ul li:last-child::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #DDDDDD;
    top:50%;
    left: -60px;
    transform: translate(0, -50%);
}
.main .helpdesk .contact ul li:first-child > div:last-child{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 40px;
}
.main .helpdesk .contact ul li:first-child > div:last-child .text{
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    letter-spacing: -0.05em;
}
.main .helpdesk .contact ul li:first-child > div:last-child > div{
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    gap: 10px;
}
.main .helpdesk .contact ul li .text>.col_blue{    
    color:#004EA2;
    font-weight: 500;
    padding-left: 10px;
}
.main .helpdesk .contact ul li .number{
    display: block;
    font-size: 28px;;
    color: #004EA2;
    font-weight: 700;
    padding-top: 10px;
}
/* .main .helpdesk .contact ul li .number::before{
    content: "";
    position: absolute;
    width:24px;
    height: 24px;
    background: url("../images/icon_group_footer.png")no-repeat 0 0;
    background-size: cover;
    top:50%;
    left: 0;
    transform: translate(0, -50%);
} */

/* ms0425(s) */
/* 팝업창 */

.main .modal{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: auto;       
    z-index: 100000001;
}
.main .modal_bg{
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(0,0,0,0.65);
    position: absolute;
}
.main .modal_inner{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}
.main .modal_box{
    width: 450px;
    min-height: 500px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 .2rem .8rem rgba(0,0,0,0.1);
    border-radius: 10px;    
}
.main .modal_box.img{
    width: 450px;
    min-height: auto;
    background-color: #fff;
    box-shadow: 0 .2rem .8rem rgba(0,0,0,0.1);
    border-radius: 10px;    
    box-sizing: border-box;
    /*240320 (s)*/
    padding:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*240320 (e)*/
}
.main .modal_box .modal_tit{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #eee;
}
.main .modal_box .modal_tit h3{
    font-size: 18px;
    font-weight: 600;
}
.main .modal_box .modal_cnt{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
    font-size: 15px;
}
/*240320 (s)*/
.main .modal_box .modal_img{
    border: 1px solid #f9f9f9;
    /* min-height: 460px; */
    height: 100%;
    max-height: calc(100vh - 80px);
}
/*240320 (e)*/
.main .modal_box  .modal_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal_btm{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}
.modal_btm .btn_close {
    color: #fff;
    position: relative;
    box-sizing: border-box;
    padding-right: 20px;
}
.modal_btm .btn_close::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../images/icon_header_common.png')no-repeat;
    background-size: cover;
    background-position: -66px 0;
    filter: invert(1);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.main .check_box label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    cursor: pointer;
}
.main .check_box input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255,255,255,.6);
    border-radius: 3px;
    width: 18px;
    height: 18px;
    position:relative ;
    box-sizing: border-box;
    cursor: pointer;
}
.main .check_box input[type="checkbox"]+span {
color: #fff;
}
.main .check_box input[type="checkbox"]::before{
    content: "";
    width: 8px;
    height: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .2s;
}
.main .check_box input[type="checkbox"]:checked  {
    background-color: #1869C0;
    border-color: #1869C0;
}
.main .check_box input[type="checkbox"]:checked::before {
  opacity: 1;
}

/* //ms0425(e) */


/* 미디어쿼리 */
@media all and (max-width:1400px){
    /* 공통 */
    .main .inner .titlebox h3 {
        font-size: 24px;
    }

    /* 비주얼 */
    .main .visual .inner {
        gap: 20px;
    }
    .main .visual .inner .visual_swiper {
        width: 70%;
        height: 320px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox {
        width: 400px;
        top: 60px;
        left: 30px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .title {
        font-size: 32px;
        line-height: 1.4;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .contents {
        margin-top: 20px;
        font-size: 16px;;
    }
    .main .visual .inner .cert {
        width: 30%;
        max-height: 320px;
        padding: 30px 20px;
    }
    .main .visual .inner .cert .contentbox li.isms .img{
        width: 64px;
        height: 64px;
        background: url("../images/cert01.png")no-repeat 0 0;
        background-size: cover;
    }
    .main .visual .inner .cert .contentbox li.cloud .img{
        width: 64px;
        height: 64px;
        background: url("../images/cert01.png")no-repeat -75px 0;
        background-size: cover;
    }
    .main .visual .inner .cert .contentbox ul li a {
        padding: 15px;
        gap: 20px;
    }
    .main .visual .inner .cert .contentbox ul li a .txt p:first-child {
        font-size: 16px;
        position: relative;
    }
    .main .visual .inner .cert .contentbox ul li a .txt p:nth-child(2) {
        font-size: 28px;
        margin-top: 0;
    }
    /* 서비스 */
    .main .service {
        padding: 30px 0;
    }
    .main .service .inner .contentbox ul {
        gap: 40px;
        justify-content: space-evenly;
    }
    .main .service .inner .contentbox ul li a {
        width: 150px;
        height: 150px;
        box-sizing: border-box;
        padding:10px;
    }
    .main .service .inner .contentbox ul li .text {
        word-break: keep-all;
        text-align: center;
        margin-top: 10px;
        font-size: 15px;
    }
    .main .service .inner .contentbox ul li:nth-child(1) .img{
    width: 64px;
    height: 64px;
    background: url("../images/icon_service_main.png")no-repeat 0 0;
    background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(2) .img{
        width: 64px;
        height: 64px;
        background: url("../images/icon_service_main.png")no-repeat -74px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(3) .img{
        width: 64px;
        height: 64px;
        background: url("../images/icon_service_main.png")no-repeat -144px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(4) .img{
        width: 64px;
        height: 64px;
        background: url("../images/icon_service_main.png")no-repeat -218px 0;
        background-size: cover;
    }
    
    /* 인증심사원 */
    .main .schedule .contentbox.tab_content{
        margin-top: 30px;
    }
    .main .schedule .tab_content_inner ul .edu .content.schedule_01 {
        width: 40%;
    }
    .main .schedule .tab_content_inner ul .edu .content.schedule_02 {
        width: 60%;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner {
        padding: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item {
        /* height: 170px; */
        box-sizing: border-box;
        padding: 15px 10px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        border-radius: 6px;
    }
    .main .schedule .titlebox .tab_control.depth-1 .tab_control_item a {
        font-size: 18px;
    }
    .main .schedule .titlebox .tab_control.depth-2 .edu_tab a {
        font-size: 16px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .text {
        font-size: 16px;
    }
    .tab_control_item.education {
        gap: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .date {
        font-size: 12px;
        min-height: 33px;
    }
    .main .schedule .tab_content_inner ul .edu {
        gap: 40px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .title p,.main .schedule .tab_content_inner ul .edu .content .txt, .main .schedule .tab_content_inner ul .edu .content .date {
        font-size: 16px;
    }
    /* 새소식/카드뉴스 */
    .main .news .inner{
        gap: 40px;
    }
    .main .news .box.news_slide {
        width: calc(100% - 320px);
    }
    /* ms0427(s) */
    .main .news .box.news_slide .contentbox .badge {
        font-size: 12px;
        padding: 6px 15px;
    }
    .main .news .box.news_slide .contentbox .title {
        font-size: 16px;
        margin-top: 20px;
        min-height: 45px;
    }
    .main .news .box.news_slide .contentbox .content {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .main .news .box.news_slide .contentbox .date {
        font-size: 14px;
        margin-top: 40px;
    }
    /*240925 (s)*/
    .main .news .box.news_slide .contentbox .swiper-slide::after {
        bottom: 60px;
    }
    .main .news .box.news_slide .contentbox .swiper-slide{
        padding: 20px;
        min-height: 280px;
    }
    /*240925 (e)*/
    /* //ms0427(e) */
    .main .news .box.card_slide {
        width: 280px;
    }
    /*240802 (s)*/
    .main .news .box.card_slide .contentbox {
        width: 280px;
        padding-top: 50px;
    }
    .main .news .box.news_slide .contentbox.news_swiper{
        padding-top: 50px;
    }
    /*240802 (e)*/

    /* 헬프데스크 */
    /* .main .helpdesk .titlebox {
        width: 240px;
    } */
    /* .main .helpdesk .contact {
        width: calc(100% - 240px);
        display: flex;
    } */
    .main .helpdesk .contact ul li:first-child > div:last-child,
    .main .helpdesk .contact ul li:first-child,
    .main .helpdesk .inner .contact > ul{
        gap: 30px;
    }
    .main .helpdesk .contact ul li:last-child{
        margin: 0 20px 0 30px;
    }
    .main .helpdesk .contact ul li:last-child::after{
        left: -30px;
    }
    .main .helpdesk .contact ul li .text{
        font-size: 16px;
    }
    .main .helpdesk .inner {
        padding: 0 10px;
        gap: 10px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child, 
    .main .helpdesk .contact ul li:last-child{
        padding-left: 104px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child::before,
    .main .helpdesk .contact ul li:last-child::before{
        width: 80px;
        height: 80px;
    }
    .main .helpdesk .contact ul li .number{
        padding-top: 0;
    }

    .main .service .inner .contentbox{
        flex:0.8
    }
}

@media all and (max-width:1200px){
    /* .main .helpdesk .inner{
        flex-flow: column;
    } */
    .main .helpdesk{
        padding: 20px 0 30px;
    }
    /* .main .helpdesk .inner .titlebox{
        width: 100%;
        text-align: left;
    }
    .main .helpdesk .contact{
        width: 100%;
        justify-content: flex-end;
    } */
    .main .helpdesk .contact ul li:first-child > div:first-child .text, 
    .main .helpdesk .contact ul li:last-child .text{
        font-size: 16px;
    }
    .main .helpdesk .contact ul li .number{
        font-size: 22px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child::before, .main .helpdesk .contact ul li:last-child::before{
        width: 64px; height: 64px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child, .main .helpdesk .contact ul li:last-child{
        padding-left: 88px;    
    }
    .main .helpdesk .contact ul li:first-child > div:last-child .text{
        font-size: 14px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child, .main .helpdesk .contact ul li:last-child{
        padding-left: 78px;
    }
    .main .helpdesk .inner .contact > ul,
    .main .helpdesk .contact ul li:last-child::after,
    .main .helpdesk .contact ul li:first-child,
    .main .helpdesk .contact ul li:first-child > div:last-child{
        gap: 20px;
    }
    .main .helpdesk .contact ul li:last-child{
        margin: 0 10px 0 20px;
    }
    .main .helpdesk .contact ul li:last-child::after{
        left: -20px;
    }
}
@media all and (max-width:1024px){
    /* 비주얼 */
    .main .visual {
        padding: 30px 0;
    }
    .main .visual .inner {
        margin-top: 80px;
        }
    .main .visual .inner .visual_swiper {
        width: 65%;
        height: auto;
    }
    .main .visual .inner .cert {
        width: 35%;
        max-height: none;
    }
    .main .visual .inner .cert .contentbox ul li a .txt p:nth-child(2) {
        font-size: 26px;
    }
    .main .visual .inner .cert .titlebox h3 {
        font-size: 18px;
    }
    .main .visual .inner .cert .contentbox ul li a {
        
        gap: 10px;
    }
    .main .visual .inner .cert .contentbox ul li a .txt p:first-child {
        font-size: 14px;     
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox {
        width: 360px;
        left: 20px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .title {
        font-size: 28px;
    }
    /* 서비스 */
    .main .service .inner {
        align-items:unset;
        flex-flow: column;
    }
    .main .service .inner .contentbox {
        margin-top: 20px;
    }

    .main .service .inner .contentbox ul li:nth-child(1) .img{
        width: 58px;
        height: 58px;
        background: url("../images/icon_service_main.png")no-repeat 0 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(2) .img{
        width: 58px;
        height: 58px;
        background: url("../images/icon_service_main.png")no-repeat -68px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(3) .img{
        width: 58px;
        height: 58px;
        background: url("../images/icon_service_main.png")no-repeat -131px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(4) .img{
        width: 58px;
        height: 58px;
        background: url("../images/icon_service_main.png")no-repeat -197px 0;
        background-size: cover;
    }
    /* 인증심사원 */
    .main .schedule {
        padding: 30px 0;
    } 
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .text {
        font-size: 14px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item {
        padding: 15px 5px;
    }

    /* 헬프데스크 */
    /* .main .helpdesk .titlebox {
        width: 180px;
    } */
    /* .main .helpdesk .contact {
        width: calc(100% - 180px);
        display: flex;
    } */
    .main .helpdesk{
        padding: 20px 0;
    }
    .main .helpdesk .inner{
        flex-flow: column;
    }
    .main .helpdesk .inner .titlebox{
        width: 100%;
    }
    .main .helpdesk .inner .contact{
        width: 100%;
    }
    .main .helpdesk .contact ul{
        justify-content: space-between;
    }
    .main .helpdesk .contact ul li:first-child{
        gap: 40px;
    }
    .main .helpdesk .contact ul li:last-child::after{
        left: -40px;
    }
}

@media all and (max-width:920px) {
    /* 인증심사원 */
    .main .schedule .titlebox {
        flex-flow: column;
        align-items: unset;
    }
    .main .schedule .titlebox .tab_control.depth-1 {
        margin-left: 0;
        margin-top: 20px;
    }
    .main .schedule .contentbox.tab_content {
        margin-top: 30px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner {
        flex-flow: row nowrap;
        gap: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .progress_bar {
        width: 10px;
        height: auto;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .progress_bar .bar {
        position: absolute;
        border-radius: 0 0 10px 10px;
        background: linear-gradient(to bottom, #8FC31F, #1869C0);
        width: 10px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox {
        margin-top: 0;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul {
        gap: 10px;
        flex-flow: column;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item {
        height: auto;
        padding: 15px 10px;
        flex-flow: row;
        width: 100%;
        align-items: center;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .text {
        width: auto;
        font-size: 14px;
        display: block;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .date {
        font-size: 14px;
        min-height: unset;
        margin-right: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .date br{
        display: inline-block;
        content: " ";
        padding: 0 2px;
    }
    .main .schedule .tab_content_inner ul .edu.active {
        flex-flow: column;
    }
    .main .schedule #tabContent2.tab_content_inner ul {
        width: 100%;
    }
    .main .schedule .tab_content_inner ul .edu .content.schedule_01 {
        width: 100%;
    }
    .main .schedule .tab_content_inner ul .edu .content.schedule_02 {
        width: 100%;
        display: flex;
        gap: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .schedule_02 .itembox ul li.item {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        flex-flow: row-reverse;
        justify-content: flex-end;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .progress_bar .bar.mb {
        display: block;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .progress_bar .bar.pc {
        display: none;
    }

    /* 새소식/카드뉴스 */
    .main .news {
        padding: 30px 0 60px;
    }
    .main .news .inner {
        display: flex;
        gap: 20px;
    }
    .main .news .box.card_slide {
        width: 300px;
    }
    /* ms0427(s) */
    .noshow{
        display: none!important;
    }
    .main .news .box.news_slide .swiper_handler{
        display: none;
    }
    .main .news .box.news_slide .contentbox .swiper-wrapper{
        margin-top: 20px;
        display: flex;
        gap: 10px;
        flex-flow: column;
    }
    /*240925 (s)*/
    .main .news .box.news_slide .contentbox .swiper-slide {
        padding: 20px;
        min-height: unset;
        max-width:unset;
    }
    .main .news .box.news_slide .contentbox .swiper-slide .badge {
        font-size: 14px;
        padding: 0;
        background: transparent;
    }
    .main .news .box.news_slide .contentbox .swiper-slide .date {
        font-size: 14px;
        margin-top: unset;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .main .news .box.news_slide .contentbox .swiper-slide .title {
        margin-top: 10px;
        min-height: unset;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    .main .news .box.news_slide .contentbox .swiper-slide .content {
        display: none;
    }
    .main .news .box.news_slide .contentbox .swiper-slide::after {
        display: none
    }
    /*240925 (e)*/
    /* //ms0427(e) */
    /*240802 (s)*/
    .main .news .swiper-slide{
        width: 100%!important;
    }
    .main .news .box.news_slide .contentbox.news_swiper{
        padding-top: 30px;
    }
    .main .news .box.card_slide .contentbox a{
        height: 100%;
    }
    .main .news .box.card_slide .contentbox {
        width: 300px;
        height: 100%;
        margin-top: -34px;
        padding-top: 54px;
    }
    /*240802 (e)*/

    /* 헬프데스크 */  
    .main .helpdesk .contact ul li .text {
        font-size: 14px;
    }
    .main .helpdesk .contact ul li .number {
        font-size: 20px;
        line-height: 1.4;
    }
    .main .helpdesk .contact ul li:first-child {
        width: 60%;
    }
    .main .helpdesk .contact ul li:last-child {
        width: auto;
        padding-left: 30px;
    }
    .main .helpdesk .contact ul li:first-child{
        justify-content: space-between;
    }
    .main .helpdesk .contact ul li:last-child{
        justify-content: center;
    }


    .main .helpdesk{
        padding: 20px 0 30px 0;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child .text, 
    .main .helpdesk .contact ul li:last-child .text{
        font-size: 16px;
    }
    .main .helpdesk .contact ul li .number{
        font-size: 22px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child::before, .main .helpdesk .contact ul li:last-child::before{
        width: 64px; height: 64px;
    }
    .main .helpdesk .contact ul li:first-child > div:first-child, .main .helpdesk .contact ul li:last-child{
        padding-left: 88px;    
    }
    .main .helpdesk .contact ul li:first-child > div:last-child .text{
        font-size: 15px;
    }
    .main .helpdesk .contact ul li:first-child > div:last-child{
        flex-flow: column;
    }
    .main .helpdesk .contact ul li:first-child > div:last-child,
    .main .helpdesk .contact ul li:first-child > div:last-child > div{
        gap: 5px;
    }
    .main .helpdesk .contact ul li:last-child::after{
        left: -20px;
    }
}

@media all and (max-width:768px) {
    /* 인증심사원 */
    .main .schedule .contentbox.tab_content .tab_content_inner .title p,
    .main .schedule .tab_content_inner ul .edu .content .txt,
    .main .schedule .tab_content_inner ul .edu .content .date {
        font-size: 15px;
    }
    .main .schedule .titlebox .tab_control.depth-1 {
        gap: 30px;
    }
    .main .schedule .titlebox .tab_control.depth-2 .edu_tab a {
        font-size: 14px;
        padding: 6px 20px;
    }
    .main .schedule .titlebox .tab_control.depth-1 .tab_control_item a.active:after {
        bottom: -5px;
    }
    .main .schedule .contentbox.tab_content {
        margin-top: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .schedule_01 ul {
        padding: 10px;
    }
       /* 헬프데스크 */
       .main .helpdesk .inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-flow: column;
    }
    /* .main .helpdesk .titlebox {
        width: auto;
    } */
    .main .helpdesk .contact {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }
    .main .helpdesk .contact ul li{
        background: #fff;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 10px;
    }
    .main .helpdesk .contact ul {
        gap: 20px;
        flex-flow: column;
    }
    .main .helpdesk .contact ul li:first-child, .main .helpdesk .contact ul li:last-child{
        width:100%;
    }
}

@media all and (max-width:767px) {
      /* 새소식/카드뉴스 */
      .main .news .box.card_slide .swiper_handler .paging_number {
        display: none;
    }
    .main .news .box.card_slide .contentbox li a img {
        object-position: top center;
    }
}

@media all and (max-width:760px) {
    /* 비주얼 */
    .main .visual .inner {
        flex-flow: column;
    }
    .main .visual .inner .visual_swiper {
        width: 100%;
        height: 280px;
    }
    .main .visual .inner .cert .contentbox ul {
        flex-flow: row nowrap;
        gap: 20px;
    }
    .main .visual .inner .cert {
        width: 100%;
        max-height: none;
    }
    .main .visual .inner .cert .contentbox ul li {
        width: 48%;
    }

    /* 서비스 */
    .main .service .inner .contentbox ul {
        gap: 10px;
        justify-content: unset;
        flex-flow: row wrap;
    }
    .main .service .inner .contentbox ul li{
        width:100%;
    }
    .main .service .inner .contentbox ul li a {
        width: 100%;
        height: auto;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
    }
    .main .service .inner .contentbox ul li:nth-child(1) .img{
        width: 46px;
        height: 46px;
        background: url("../images/icon_service_main.png")no-repeat 0 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(2) .img{
        width: 46px;
        height: 46px;
        background: url("../images/icon_service_main.png")no-repeat -52px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(3) .img{
        width: 46px;
        height: 46px;
        background: url("../images/icon_service_main.png")no-repeat -103px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li:nth-child(4) .img{
        width: 46px;
        height: 46px;
        background: url("../images/icon_service_main.png")no-repeat -155px 0;
        background-size: cover;
    }
    .main .service .inner .contentbox ul li .text {
        font-size: 15px;
    }

    /* 새소식/카드뉴스 */
    .main .news .inner {
        gap: 60px;
        flex-flow: column;
    }
    .main .news .box.news_slide {
        width: 100%;
    }
    .main .news .box.card_slide {
        width: 100%;
    }
    /*240802 (s)*/
    .main .news .box.card_slide .contentbox {
        width: 100%;
        margin-top: -36px;
    }
    /*240802 (e)*/
    .main .helpdesk .contact ul li:last-child {
        padding-left:20px;
    }
    /* .main .helpdesk .contact ul li .text:last-child {
        margin-top: 5px;
    } */
    .main .helpdesk .contact ul li:last-child{
        margin: 0;
    }
    .main .helpdesk .contact ul li:last-child{
        padding-left: 108px;
    }
    .main .helpdesk .contact ul li:last-child::before{
        left: 20px;
    }
    
    .main .modal_box.img{ width:80%; }
}


@media all and (max-width:520px) {
    /* 비주얼 */
    .main .visual .inner {
        margin-top: 60px;
    }
    .main .visual .inner .visual_swiper {
        border-radius: 10px ;
    }
    .main .visual .inner .visual_swiper .swiper_handler {       
        bottom: -4px;
        right: -16px;
        transform: scale(.8);
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .title {
        font-size: 26px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .contents {
        margin-top: 10px;
        font-size: 14px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox {
        width: 300px;
        left: 20px;
    }

    /* 인증현황 */
    .main .visual .inner .cert .contentbox ul {
        flex-flow: column;
    }
    .main .visual .inner .cert .contentbox ul li {
        width: 100%;
    }
    .main .visual .inner .cert .contentbox li.isms .img{
        width: 46px;
        height: 46px;
        background: url("../images/cert01.png")no-repeat 0 0;
        background-size: cover;
    }
    .main .visual .inner .cert .contentbox li.cloud .img{
        width: 46px;
        height: 46px;
        background: url("../images/cert01.png")no-repeat -48px 0;
        background-size: cover;
    }
    .main .visual .inner .cert .contentbox ul li a {
        gap: 20px;
    }

    /* 서비스 */
    .main .service .inner .contentbox ul li {
        width: 48%;
    }
    .main .service .inner .contentbox ul li a {
        height: 150px;
        padding: 20px;
    }

    /* 인증심사원 */
    .main .schedule .titlebox .tab_control.depth-1 {
        gap: 20px;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item {
        flex-flow: column;
        align-items: flex-start;
        justify-content: unset;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .schedule_02 .itembox ul li.item {
        flex-flow: column;
        justify-content: flex-start;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .itembox ul li.item .date {
        margin-right: 0;
    }
    

       /* 새소식/카드뉴스 */
       .main .news {
        padding: 30px 0 30px;
    }
       .main .news .box.card_slide .swiper_handler .paging_number {
        display: flex;
    }
    .main .news .box.card_slide .swiper_handler .paging_number {
     font-size: 14px;
    }
    .main .news .box.card_slide .swiper_handler .swiper-button-prev, .main .news .box.news_slide .swiper_handler .swiper-button-prev{
        width: 16px;
        height: 16px;
        background: url("../images/icon_group_swiper.png")no-repeat 0 0;
        background-size: cover;
    }
    .main .news .box.card_slide .swiper_handler .swiper-button-next, .main .news .box.news_slide .swiper_handler .swiper-button-next{
        width: 16px;
        height: 16px;
        background: url("../images/icon_group_swiper.png")no-repeat -26px 0;
        background-size: cover;
    }
    .main .news .box.card_slide .swiper_handler .swiper_button{
        width: 16px;
        height: 16px;
        background: url("../images/icon_group_swiper.png")no-repeat -45px 0;
        background-size: cover;
        margin-left: 5px;
    }
    .main .news .box.card_slide .swiper_handler .swiper_button.on{
        width: 16px;
        height: 16px;
        background: url("../images/icon_group_swiper.png")no-repeat -66px 0;
        background-size: cover;
    }

    /* 헬프데스크 */
    .main .helpdesk {
        padding: 30px 0;
    }
}


@media all and (max-width:415px) {
    /* 비주얼 */
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .title {
        font-size: 24px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox .contents {
        font-size: 14px;
    }
    .main .visual .inner .visual_swiper .swiper-slide.visual_box .textbox {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }

    /* 인증심사원 */
    .main .schedule .titlebox .tab_control.depth-1 .tab_control_item a {
        max-width: 62px;
    }
    .tab_control_item.education {
        display: flex;
        gap: 20px;
        flex-flow: column;
    }
    .main .schedule .contentbox.tab_content .tab_content_inner .title p, .main .schedule .tab_content_inner ul .edu .content .txt, .main .schedule .tab_content_inner ul .edu .content .date {
        font-size: 14px;
    }

    /* 헬프데스크 */
    .main .helpdesk .contact ul li:first-child {
        flex-flow: column;
        gap: 20px;
    }
}
@media all and (max-width:360px) {
.main .schedule .contentbox.tab_content .tab_content_inner .schedule_01 ul li {
    padding: 5px;
}
}



