@charset "UTF-8";


/* header */
.layout-header{
    position: sticky;
    left:0;
    top:0;
    right:0;
    z-index:100;
    background: #fff;
}
.header-top-wrap{
    height: 32px;
    background: #37465b;
    color: #fff;
}
.header-logo-wrap{
    display: block;
   position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.header-logo-inner{
      width: var(--width-content);
    margin:0 auto;
     display: flex;
    height: 105px;
    justify-content: space-between;
    align-items: center;
}
.header-top{
    width: var(--width-content);
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.lang ul{
    display: inline-block;
}
.lang li{
    position: relative;
    display:inline-flex;
    align-items: center;
    padding:0 20px 0 16px;
    font-size: 1.3rem;
}
.lang li:after{
    content:'';
    display: inline-block;
    width:1px;
    position: absolute;
    right:0;
    top:5px;
    height:12px;
    background: #525252;

}
.lang li:first-child{
    padding-left:0;
}
.lang li:last-child:after{
    display: none;
}
/* flag */
.flag{
    display: inline-block;
    width: 28px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
}
.flag.kor{
    background:url('/images/common/flag_kor.gif') no-repeat;
    background-size: 100% 100%;
}
/* united_states */
.flag.eng {
    background:url('/images/common/flag_eng.gif') no-repeat;
    background-size: 100% 100%;
}
.flag.jap {
    background:url('/images/common/flag_jap.gif') no-repeat;
    background-size: 100% 100%;
}
.flag.chi {
    background:url('/images/common/flag_chi.gif') no-repeat;
    background-size: 100% 100%;
}
.header-top-right .links {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}
.header-top-right .links li{
   
    position: relative;
    padding:0 14px 0 10px;
    color: #414141;

}
.header-top-right .links li a{
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}
.header-top-right .links li:after{
    content:'';
    display: inline-block;
    width:1px;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background: #414141;
    height:10px;

}
.header-top-right .links li:last-child{
    padding-right:0;
}
.header-top-right .links li:last-child:after{
    display: none;
}
.header-top-right .links li .bi{
    margin-right:5px;
}

.btn-join .bi:before{
    content: "\f4e1";
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;

}
.btn-log .bi:before{
    content: "\f525";
    transform: rotate(-90deg);
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;

}
/* main-visual */
.header-bottom-wrap{
    position: relative;
    background: #fff;
}

.main-visual-wrap {
    position: relative;
    height: 600px;
    background: #04356a ;
    background-size: cover;
    margin-top: 60px;

}
.main-visual-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-detail{
    position: absolute;
    left: 50%;
    
    bottom: 20px;
    transform: translateX(-50%);
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #04356a;
    background: linear-gradient(100deg, rgba(40, 171, 235, 1) 0%, rgba(55, 32, 227, 1) 100%);
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 0px 10px #8b8b8b;
}

.main-visual-inner{
    position: relative;

    width:var(--width-content);
    margin:0 auto;
    padding-top:56px;
    /* padding-left: 40px;
    padding-right: 40px; */
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0 0px;
   
    /* background:url('/images/mainvisual_02.png') no-repeat;
    background-size: contain; */
}
.main-visual-wrap.sub{
    height:350px;
    background: url('/images/bg_subvisual.png') center top no-repeat;
    background-size: cover;
}
.main-visual-wrap.sub01{
    height:350px;
    background: url('/images/subvisual01.jpg') center top no-repeat;
    background-size: cover;
}
.main-visual-wrap.sub03{
    height:350px;
    background: url('/images/subvisual03.jpg') center top no-repeat;
    background-size: cover;
}
.main-visual-wrap.sub04{
    height:350px;
    background: url('/images/subvisual04.jpg') center top no-repeat;
    background-size: cover;
}
.main-visual-wrap.sub06{
    height:350px;
    background: url('/images/subvisual06.jpg') center top no-repeat;
    background-size: cover;
}
.main-visual-wrap.sub07{
    height:350px;
    background: url('/images/subvisual07.jpg') center top no-repeat;
    background-size: cover;
}
.main-visual-wrap.sub .main-visual-inner,
.main-visual-wrap.sub01 .main-visual-inner,
.main-visual-wrap.sub03 .main-visual-inner,
.main-visual-wrap.sub04 .main-visual-inner,
.main-visual-wrap.sub06 .main-visual-inner,
.main-visual-wrap.sub07 .main-visual-inner{
    height:100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top:0;
    padding-left: 20px;
    color: #fff;
}
.main-visual-wrap .visual-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 10;
    width: var(--width-content);
}
.subvisual-text{
    text-align: left;
    
}
.sv-texttop{
    font-size: 2rem;
}
.sv-text01{
    color: #fff;
    font-size: 4.8rem;
    font-weight: 500;
}
.sv-text02{
    margin-top:40px;
    font-size: 2rem;
    line-height: 1.6;
}
.sv-text03{
    font-size: 2.4rem;
    margin-top: 20px;
}
.v-text01{
  
    color: #fff;
    font-size:5rem;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-shadow: 1px 2px 5px #3e3e3e;
}
.v-text02{
    font-size:6rem;
    margin-top: 16px;
    font-weight: 800;
    letter-spacing: -0.05em;
    position: relative;
    font-weight: bold;

 /* 1. 빨강과 파랑 그라데이션 설정 */
 background: linear-gradient(120deg, #d62b2b, #0342a0, #ff4d4d);
  
 /* 2. 배경을 텍스트 크기보다 3배 넓게 설정 (움직임을 위해) */
 background-size: 300% auto;
 
 /* 3. 배경을 글자 모양으로 자르고 텍스트 투명화 */
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
 
 /* 4. 물결 애니메이션 적용 */
 animation: wave-flow 5s ease-in-out infinite;
}
/* 배경 위치를 좌우로 움직여 물결 느낌 구현 */
@keyframes wave-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.v-banners{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    z-index: 10;
}
.v-banners a{
    display: inline-block;
}
.v-banners img{
    object-fit: contain;
    height: 150px;
}

.v-text03{
    display: inline-block;
    font-size:5.6rem;
    color: #fff;
    padding: 10px 20px;
    border: 8px solid rgba(255,255,255, 0.6);
    letter-spacing: -0.05em;
    font-weight: 600;
}
.v-text04{
    margin-top: 30px;
    font-size:2.6rem;
    font-weight: 700;
    color: #fff;

}
.v-tel{
    margin-top:10px;
    padding:8px 18px; 
    background: #1b3a52;
    display: inline-block;
    border-radius:10px;

}
.icon-tel{
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    margin-right:14px;
}
.icon-tel:before{
    content: "\f5b4";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    color:  #1b3a52;
}
.visual-slide-wrap{
    height: 100%;
    /* position: absolute;
    right:0;
    top:305px; */

}
/* .visual-slide-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.visual-slide{
    position: relative;
    /* border:3px solid #fff; */
    display: inline-block;
    width:100%;
    height: 600px;
    overflow: hidden;
}
.visual-slide .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 10;
   /* padding-left:430px; */
   /* padding-bottom:15px; */

}
.visual-slide .swiper-horizontal>.swiper-pagination-bullets,
.visual-slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.visual-slide .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -20px;
}


.visual-slide .swiper-pagination-bullet{
    width:12px;
    height:12px;
    opacity: 0.5;
}
.visual-slide .swiper-pagination-bullet-active{
    background:#ba236e;
    opacity: 1;
}
.visual-slide .swiper-slide{
    height: 600px;
}
.visual-slide .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual-logo{
    text-align: center;
    margin-top: 1rem;
}
.visual-slide .swiper-wrapper {

    transition-timing-function: linear !important;
  }

.gnb-wrap{
    position: absolute;
    left:0;
    top:106px;
    right:0;
    height:60px;
    border-bottom:1px solid #dfdfdf;
    background: rgb(255, 255, 255, 1);
    background-size: 17%;
    transition: all 0.5s ease-in-out;
 
}
.gnb-wrap.show{
    height: 420px;
    background-size: 17%;
    transition: all 0.5s ease-in-out;
}
.gnb-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width:300px;
    height: 0px;

    /* background: url('/images/common/bg_logo_g.png') left bottom no-repeat; */
    background-size: cover;
    opacity: 0;

}
.gnb-wrap.show .gnb-bg{
    opacity: 0.3;
    height: 300px;
    display: inline-block;
    transition: all 0.1s ease-in-out;
}
/* .gnb-wrap:hover{
    background: rgb(255, 255, 255, 1);
   
} */
.gnb-inner{
    position: relative;
    width:var(--width-content);
    margin:0 auto;
    height: 100%;
}
.gnb{
    position: absolute;
    left: 0;
    right:0;
    top:9px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.gnb >li{
    display:inline-block;
    text-align: right;
   
    width: 160px;
    
}
/* 
.gnb >li:nth-child(2){
    width: 170px;
}

.gnb >li:nth-child(4){
    width: 120px;
}
.gnb >li:nth-child(6){
    width: 160px;
} */
.gnb >li> a{
    color: #383b40;
    font-size: 20px;
    transition: all 0.3s;
    font-weight: 500;
    height: 42px;
    line-height: 39px;

}
.gnb >li >a:hover{
    font-weight: 700;
    color: #000000;
}
.gnb >li> a.btn-nav{
    display: inline-block;
    width: 160px;
    height: 42px;
    background: #28ABEB;
    background: linear-gradient(100deg,rgba(40, 171, 235, 1) 0%, rgba(55, 32, 227, 1) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius:20px;
    padding: 0 20px;
}


.depth2-menu{
   opacity: 0;
   height: 0;
   margin-top: 3rem;
   transition: all 0.8s;
}
.gnb-wrap.show .depth2-menu{
    height: auto;
    opacity: 1;
    transition: all 0.8s;
}

.depth2-menu li{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #666;
}

.depth2-menu li:hover{
    color: #030303;
}




.depth2-menu-wrap{
    background: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    opacity: 0;
  
}
.depth2-menu-wrap.show{
    opacity: 1;
    transition: all 0.6s;
}
.depth2-menu-inner{
    position: relative;
    width:var(--width-content);
    margin:0 auto;
    height: 100%;
    justify-content: space-between;
    display: flex;
    gap: 20px;
    padding-left: 300px;
    background: url('/images/common/bg_logo_g.png') left bottom no-repeat;
    background-size: 23%;
    padding-bottom: 40px;
}
.header-logo-left{
    font-size: 28px;
    color: #2e367e;
    font-weight: bold;
    padding-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.header-logo-left img{
    width: 26px;
    rotate: 20deg;
}
.header-logo-left span{
    display: block;
}
.header-tel-text{
    font-size: 18px;
    display: block;
}
/* .gnb-wrap:hover .gnb li a{
    color: #000;
    transition-timing-function: ease-in-out;
} */
.header-top-right{
    padding-top: 10px;
}
.logo{
    /* position: absolute;
    left:0;
    top:20px; */
}
.logo a{
    display: inline-block;
    background:url('/images/logo.png') no-repeat;
    width:400px;
    height:60px;
    transition: all 0.001s;
    background-size: contain;
}
/* .gnb-wrap:hover .logo a{
    background:url('/images/common/logo_two.png') no-repeat;
    background-position:0 -58px;
    transition-timing-function: ease-in-out;
} */


/* main-content */
.main-content-inner{
    width:var(--width-content);
    margin:0 auto;
    padding-top:12rem;
    /* background: url('/images/common/bg_logobig.png') no-repeat; */
    background-position: center bottom;
}
.main-content-inner.type-pd20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-content-title{
    font-size:6rem;
    text-align: center;
    
}

.main-content-subtitle{
    font-size: 3rem;
    color: #787878;
    text-align: center;
}
.upmoo-box-wrap{
    width:var(--width-content);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:12rem auto 8rem auto;
}
.upmoo-box{
    position: relative;
    width:24%;
    /* height:492px; */
    background: #fff;
    border:1px solid #e1e1e1;
    border-radius: 8px;
    padding:60px 0px 20px;
    box-shadow: 4px 4px 4px #9c9c9c;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.up-title{
    color: #653b04;
    font-size: 3rem;
    font-weight: 500;
    height: 88px;
    text-align: center;
    padding-bottom:3.6rem;
    position: relative;
}
.up-title:after{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:63px;
    height:1px;
    background: #d7d7d7;
    display: inline-block;

}
.up-num{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:-35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:7.7rem;
    height:7.7rem;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    background: #653b04;
    border-radius:50%;
    text-align: center;
}
.up-num.num-1 img{
    width: 46px;
    height: 46px;
}
.up-num.num-2 img{
    width: 46px;
    height: 46px;
}
.up-num.num-3 img{
    width: 46px;
    height: 46px;
}
.up-num.num-4 img{
    width: 40px;
    height: 40px;
}
.up-subtext{
    font-size: 1.6rem;
    color: #454545;
    line-height: 1.3;
    padding:2rem 3rem 2rem 3rem;
}
.up-list{
    padding:0 2.4rem;
}
.up-list li{
    color: #878787;
    font-size: 1.7rem;
    margin-bottom: 10px;
    letter-spacing: -0.07em;
}

.up-subtext2{
    font-size: 1.4rem;
    color: #653b04;
    line-height: 1.3;
    padding:2rem 3rem 0 3rem;
}
.up-subtext3{
    font-size: 1.4rem;
    color: #7b7b7b;
    line-height: 1.3;
    padding:0.5rem 3rem 2rem 3rem;
}


/* 상담신청 */
.main-consult-wrap{
    background: url('/images/common/bg_consult.png') no-repeat;
    background-size:cover;
}
.main-consult-inner{
    width:var(--width-content);
    margin:0 auto;
    padding:7rem 0;
}
.main-consult-title{
    font-size: 6rem;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.main-consult-subtext{
    font-size: 2.8rem;
    color: #4e4e4e;
    text-align: center;
}
.cs-box-title{
    font-size: 2.8rem;
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    height: 35px;
}
.main-consult-box-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-top: 6rem;
}
.main-consult-box{
    width:44%;
}
.cs-box-list li label{
font-size: 2rem;
color: #383838;
}
.cs-box-list li label + div{
    width:85%;
}
.cs-box-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    min-height:50px;
}
.cs-box-list li input{
    width:100%;
    height:50px;
    background: #Fff;
    border:1px solid #ccc;
}
.cs-box-list li textarea{
    height: 160px;
    width:100%;
    border:1px solid #ccc;
}
.cs-box-list li select{
    height:50px;
    width:100%;
}
.cs-box-list li input[type=radio]{
    width:26px;
    height:26px;
}
.cs-box-agree{
    text-align: right;
}
.cs-box-btn {
    text-align: right;
}
.cs-box-btn button{
    width:85%;
    height:64px;
    color: #fff;
    background: #000;
    font-size: 25px;
    border-radius:3px;
    border:none;
}
.agree-check{
    width:100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 15px;
    padding-top:16px;
    font-size: 17px;
}

/* footer */
.layout-footer{
    background: #303034;
    
    margin-top:60px;

}
.footer-top-wrap{
    border-bottom:1px solid #464646;
}
.footer-top-inner{
    width:var(--width-content);
    margin:0 auto;
    color: #cecece;
    font-size: 1.5rem;
}
.footer-top-links{
    height:5.8rem;
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer-top-links li{
    display: inline-block;
    padding:0 20px;
    position: relative;
}
.footer-top-links li:first-child{
    padding-left: 0;
}
.footer-top-links li:after{
    content:'';
    display: inline-block;
    width:1px;
    height:8px;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background: #b6b6b6;
}
.footer-top-links li:last-child:after{
    display: none;
}

.footer-bottom-wrap{
    width:var(--width-content);
    margin:0 auto;
}
.footer-bottom-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    /* height: 166px; */
    color: #cecece;
    font-size: 1.5rem;
    gap:0 70px;
    padding: 3rem 0;
}
.footer-logo img{
    width:320px
}
.copyrights li{
    display: inline-block;
    margin-bottom: 10px;
}

.main-content02-wrap{
    width:var(--width-content);
    margin:0 auto;
    padding-top:3rem;
}
.main-recent-list{
    display: flex;
    flex-wrap: wrap;
    gap:30px 0;
    justify-content: space-between;
}
.main-content02-box{
    width:32%;
}
.mc-title{
    position: relative;
    font-size: 20px;
    color: #171717;
    border-bottom:2px solid #171717;
    padding-bottom:10px;
}
.mc-list li{
    margin-bottom:1.8rem;
}
.mc-list li a{
    color: #595959;
    font-size: 1.6rem;
}
.mc-content{
    padding-top: 2rem;
}
.mc-more{
    position: absolute;
    right:0;
    bottom:10px;
}
.mc-gallery{
    position: relative;
    padding-top: 5rem;
}
.mc-photolist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 1%;
}
.mc-photolist li{
    width: 19%;

    
}
.mc-photolist li a{
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    aspect-ratio: 4/2.5;
}
.mc-photolist li a img{
    width:100%;
    height: 100%;
}

.relative-list-wrap{
    margin-top:6rem;
    
}
.relative-list{
    width:100%;
    display: inline-flex;
    flex-wrap:wrap;
    justify-content:start;
    font-size: 0;
    margin-top: 20px;
    gap: 3px;
}

.relative-list li{
    display: inline-block;
    flex: 1;
    border:1px solid #e1e1e1;
   
}
.relative-list li a{
    display: block;
    color: #545454;
    font-size: 16px;
    text-align: center;
  
    padding-top:10px;
    padding-bottom: 10px;
}
.relative-list li span{
    display: block;
    margin-top: 10px;
    font-size:13px;
}
/* .relative-list li:last-child{
    width: 40%;
} */
.mc-movie-box01{
    width: calc(100% - 130px);
}
.mc-movie,
.mc-movie a,
.mc-movie img{
    width: 100%;
}
.mc-movie-wrap{
    display: flex;
    justify-content: space-between;
}
.mc-movie-box02 ul li{
    width:110px;
    height: calc(175px / 3);
    margin-bottom:1px;
}
.mc-movie-box02 ul li img{
    width:100%;
    height: 100%;
    
}

/* PIA탐정사를 선택해야 하는 이유 */
.main-result-wrap{
    background: #f2f2f2;
}
.main-result-wrap .main-content-inner{
    padding-bottom: 1rem;
}
.result-box-wrap{
    display: flex;
    justify-content: space-between;
    margin: 10rem 0;
}

.result-left-title{
    font-size: 3rem;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
}

.result-right-wrap{
    width: 44%;
}
.result-right-title{
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    color: #121c47;
}
.title-point{
    background: rgb(104,222,206);
    background: linear-gradient(90deg, rgba(104,222,206,1) 0%, rgba(44,159,252,1) 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
.result-subtext{
    font-size: 1.6rem;
    margin: 2rem 0;
    color:#4e4e4e;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.result-cont ul>li{
    background: #fff;
    border-radius: 20px;
    padding: 15px 10px;
    font-size:1.8rem;
    position: relative;
    padding-left: 40px;
    margin-bottom: 2rem;
    letter-spacing: -0.06em;
    color: #3b3b3b;
    line-height: 1.5;
}
.result-cont ul>li:before{
    content:'';
    background: #1b9efc;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: -20px;
    top: 50%;
    box-shadow: -10px -8px 0px 0px rgba(207,229,243,1);
    -webkit-box-shadow: -10px -8px 0px 0px rgba(207,229,243,1);
    -moz-box-shadow: -10px -8px 0px 0px rgba(207,229,243,1);
 
}

.result-cont ul>li .num{
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    font-size: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}

.result-left-moviebox{
    position: relative;
    border-radius:10px;
    overflow:hidden;
    width: 560px;
    height: 315px;
    text-align: center;
    margin:0 auto;
}
.result-left-moviebox iframe{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
}


/* sub */
.layout-content{
    width:var(--width-content);
    margin:0 auto;
    padding:40px 0 0 0;
}
.submenu-title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.submenu-2depth{
    margin-top:30px;
}
.tab-submenu{
    display: flex;
    flex-wrap:wrap;

}
.tab-submenu.tab-member{
    justify-content: center;
}
.tab-submenu li{
    flex-wrap:wrap;
    width:20%;
    border:1px solid #cdcdcd;
    background:#ebebeb;
}
.tab-submenu li:nth-child(5n+1){
    border-left:1px solid #baaca9;
}
.tab-submenu li:nth-child(n+6){
    border-top:0;
}
.tab-submenu li+li{
    border-left:0;
}
.tab-submenu li a{
    display: block;
    text-align: center;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
    
}
.tab-submenu li a:before{
    content: '‧';
    display: inline-block;
    margin-right: 4px;
    margin-top: -5px;
    font-size: 60px;
    line-height: 40px;
}
.tab-submenu li a.active{
    background: #202849;
    /* background:#159688; */
    color: #fff;
    font-weight: 700;
}
.subcontent{
   font-size: 1.6rem;
   color: #4d4c4c;
    padding-top:40px;
}
.form-bottom{
    margin-top: 40px;
    font-size: 15px;
}

.form-bottom .header h2{
    color: rgb(255, 0, 0);
    font-size: 1.7rem;

}

/* member */
/* 로그인 */
.login-wrap{
    border:1px solid #cbcbcb;
    border-radius:20px;
    width:600px;
    margin:0 auto 100px auto;
    padding:40px 30px;
    text-align: center;
    box-shadow: 3px 4px 5px #d6d6d6;
}
.login-wrap input{
    height:4.8rem;
    border-radius:6px;
    width:80%;
    border:1px solid #cbcbcb;
    padding:5px 12px;
    
}
.login-wrap h2{
    margin-bottom:20px;
    font-size: 28px;
}
.loginform li{
    margin-bottom: 5px;

}
.login-btn{
    margin-top: 3rem;
}
.btn-login{
    width:80%;
    background: #31b9f2;
    color: #fff;
    height:5rem;
    font-size:20px;
    border-radius:6px;
}
.loginform-bottom {
    margin-top: 20px;
}
.loginform-bottom li{
    display: inline-block;
    padding:0 20px;
    position: relative;
}
.loginform-bottom li:after{
    content:'';
    display: inline-block;
    width:1px;
    height:10px;
    background: #333;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.loginform-bottom li:last-child:after{
    display: none;
}

.login-wrap .input-group.phone{
    display:inline-flex;
    width:80%;
}
.login-wrap .input-group.phone .input-wrap{
    width:33.3%
}
.login-wrap .input-group.phone input{
    width:100%;
}

.input-wrap .btn {
    height: 33px;
    min-width: 80px;
    margin-left: 4px;
}
/* 회원가입 */
.join-wrap{
    width:1000px;
    margin:0 auto;
}
.join-header{
    margin-bottom:40px;
}
.step-wrap{
    display: flex;
    border:1px solid #000000;
    border-radius:30px;
    height:5rem;
}
.step-wrap li{
    display: inline-block;
    width:33.3333%;
    text-align: center;
    position: relative;
    line-height: 4.7rem;
}
.step-wrap li.on .step{
    background: #000000;
    color: #fff;
    border-radius:30px;
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    font-size: 16px;
   
    
}
.term-introduce{
    margin-bottom:20px;
    line-height: 1.5;
}
.term-wrap{
    border:1px solid #a4a4a4;
    height:300px;
    overflow-y:auto;
}
.term-wrap .terms-text {
    padding: 30px;
    background-color: #f8f8f8;
}
.term-wrap .terms-text .title {
   
    font-weight: 700;
    margin-bottom: 20px;
}

.term-wrap .terms-text ul {
    font-size: 1.5rem;
  }
.term-wrap .terms-text ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
    line-height: 1.5;
  }
.term-wrap .terms-text ul li .label {
    flex: 0 0 3.75rem;
    color: #666666;
    line-height: initial;
    background-color: #f8f8f8;
  }
.term-wrap .terms-text ul li .data {
    margin-left: 14px;
}
.agree-wrap {
    position: relative;
    padding: 20px 30px;
    border: 1px solid #a4a4a4;
    border-top:0;
}
.agree-wrap label {
    font-size: 1.5rem;
}
.agree-wrap .link {
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.join-input-wrap{
    border-radius:30px;
    margin-top:20px;
    padding:40px 0;
}



/* board */
.table-list{

}
.table-type th{
    height: 37px;
    padding: 0 10px;
    background-color: #efefef;
    border: 1px solid #D8D8D8;
    font-weight: 700;
    color: #888888;
}

.table-type td{
    border: 1px solid #D8D8D8;
    height: 37px;
    padding: 10px;
    text-align: center;
}
.table-type .align-l{
    text-align: left;
}
.table-type.table-hover tr:hover{
    background: rgb(246,246,246)
}
.table-list input[type=checkbox]{
    width:16px;
    height:16px;
}
.board-title{
  
    font-weight: 600;
}
.board-title:hover{
    color: #159688;
}

.table-list th{
    background: #fff;
    border:none;
    font-size: 1.4rem;
}
.table-list td{
    background: #fff;
    border-left:none;
    border-right:none;
    padding: 10px 5px;
    font-size: 1.4rem;
}

.table-view th{
    font-weight: 600;
}
.table-view th,
.table-view td{
    border: 1px solid #D8D8D8;
    height: 37px;
    padding: 0 10px;
  
 
}


.table-type td.view-cont{
    height:450px;
    vertical-align: top;
    padding:20px 10px;
    text-align: left;
}

.table-type.gallery td.view-cont {
    height:auto;
}
.table-type.gallery td.view-cont img{
   
  width: 100%;
}

.gallery-num input[type=checkbox]{
    margin-right:8px;
}
.table-type.write td{ 
    text-align:left;
}
.table-type.write th{
    text-align:center
}
.table-type.write textarea{
    width:100%;
    height:100%;
}
.table-type.write input[type=text],
.table-type.write input[type=password]{
    width:100%;
    height:30px;
}
.table-type.write input[type=file]{
    width:100%;
    height:auto;
}
.board-bottom-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    margin:30px 0;
    min-height:32px;
}
.board-bottom-left{
    position: absolute;
    left:0;
}

.board-bottom-right{
    position: absolute;
    right:0;
}
.board-top-wrap {
    position: relative;
    /* min-height:26px; */
    margin-bottom: 10px;
}
.board-top-wrap .search-wrap{
    position: absolute;
    right:0;
    top: 15px;
}

.table-view .board-view-title{
    font-size: 1.8rem;
    padding: 10px;
    font-weight: 600;
}
.table-view th{
    border-left:none;
    border-right: none;
}
.table-view td{
    border-left:none;
    border-right: none;
}
/* gallery */
.table-wrap.gallery{
    display: flex;
    flex-wrap: wrap;
    gap:30px 0;
}
.gallery-box{
    display: inline-block;
    width:19%;
    overflow:hidden;
    margin-right:calc(5%/4);
}
.gallery-box:nth-child(5n){
    margin-right:0;
}
.gallery-img{
    width:100%;
    aspect-ratio: 4/2.5;
    border-radius:5px;
    overflow:hidden;
}
.gallery-img img{
    width: 100%;
    height: 100%;
}
.gallery-title{
    color: #555;
    text-align: center;
    margin-top: 12px;
}
.gallery-title a:hover{
    color: #159688;
}

.iframe_container{
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    margin: 0 auto;
}
.iframe_container iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* pagination */
.pagination-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width:var(--width-content);
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    display:inline-block;
}
.pagination li{
    display:table-cell;
    border-collapse:collapse;
	border-spacing:0;
    vertical-align: middle;
    
}
.pagination li a{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    color:#bdbdbd;
    border-top:1px solid #cecece;
    border-right:1px solid #cecece;
    border-bottom: 1px solid #cecece;
    vertical-align: middle;
}
.pagination li a:hover{
    color: #35addf;
}
.pagination li a.active{
    background: #35addf;
    color:  #fff;
}
.pagination li:first-child a{
    border-left:1px solid #cecece;
    border-radius:3px 0 0 3px;
}
.pagination li:last-child a{
    border-radius:0 3px 3px 0;
}
.page_prev01:before{
    content: "\f27f";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
   
}
.page_prev02:before{
    content: "\f284";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}
.page_next01:before{
    content: "\f280";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}
.page_next02:before{
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}

/* 인증서 */
.sub-2depth-title{
    font-size: 28px;
    font-weight: 700;
}

.certi-list{
    display: flex;
    flex-wrap:wrap;
    gap:20px 0;
    margin-bottom:60px;
}
.certi-list li{
    width:25%;
    text-align: center;
}
.certi-list-wrap .sub-2depth-title{
    margin-bottom: 40px;
}
.certi-list-wrap .sub-3depth-title{
    margin-bottom: 30px;
}


/* 경비신이미교육 */
.rrn-container { display: flex; align-items: center; gap: 5px; }
  #rrn_1 { width: 80px; text-align: center; padding: 5px; }
  #rrn_2 { width: 30px; text-align: center; padding: 5px; }
  .masking { letter-spacing: 2px; color: #999; font-size: 1.2em; }






/* leftmenu */
.leftmenu-wrap{
    display: none;
}

/* 교육신청 */
.sub-select li{
    display: inline-block;

}


/* board */
.board-info{
    font-weight: 400;
    color: #888;
    font-size: 1.4rem;
    margin-top: 4px;
}
.board-info span:after{
    content:'';
    display: inline-block;
    width:1px;
    height:10px;
    background: #999;
    margin:0 6px 0 6px;

}
.board-info span:last-child:after{
    display: none;
}


th.list-top-allchk{
    text-align: left;
    padding-left: 5px;
}


.withdraw-wrap {
border: 1px solid #d0d0d0;
text-align: center;
color: #000000;
font-size: 18px;
margin-bottom: 60px;
word-break: keep-all;
}
.withdraw-wrap .title {
background-color: #f0f0f0;
padding: 20px;
border-bottom: #d0d0d0;
}
.withdraw-wrap .content {
padding: 30px;
line-height: 38px;
}


  /* quick */
  .layout-quick{
    position: fixed;
    right:40px;
    top: 200px;
    width: 150px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: -0.06em;
    font-weight:600;
    z-index: 10;
   
   
  }
.quick-top{
    background: #181818;
    border-radius: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
}
  .quick-icon01{
    display: inline-block;
    width: 34px;
    height: 34px;
    background:url('/images/common/icon_cs_w.png');
    background-size: contain;
    margin-bottom:6px;
  }
  .quick-icon02{
    display: inline-block;
    width: 34px;
    height: 34px;
    background:url('/images/common/icon_cs2_w.png');
    background-size: contain;
    margin-bottom:6px;
  }

  .quick-icon03{
    display: inline-block;
    width: 29px;
    height: 34px;
    background:url('/images/icon_guard.png') no-repeat;
    background-size: contain;
    margin-bottom:6px;
  }

  .btn-quick01{
    display: inline-flex;
    justify-content: center;
    align-items: center;
  
    background: url('/images/bg_quick02.png') center center no-repeat;
    background-size: cover;
    
    width: 140px;
    height: 140px;
    aspect-ratio: 1/1;
    color: #ffffff;

    border-radius: 75px;
    
  }

  .btn-quick01 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    text-shadow: 0 0 5px #000;
    padding-top: 50px;
  }
  .btn-quick02{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    /* background: #7a5d43; */
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: 88px;
    color: #ffffff;
  }

  .btn-quick03{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: url('/images/bg_quick.png') center center no-repeat;
    background-size: cover;
    border-radius: 0 0 4px 4px;
    width: 140px;
    height: 140px;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 5px;
    
  }
  .btn-quick03 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    text-shadow: 0 0 5px #000;
    padding-top: 50px;
  }

  .btn-quick04{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: url('/images/quick_bgimg02.png') center center no-repeat;
    background-size: cover;
    border-radius: 0 0 4px 4px;
    width: 140px;
    height: 140px;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 5px;
    
  }
  .btn-quick04 a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    text-shadow: 0 0 5px #000;
    padding-top: 50px;
  }

  .sns-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sns-link li{
    margin-top: 5px;
    width: 60px;
    text-align: center;
}
.sns-link li a{
    display: inline-block;
}
.sns-link li img{
    width: 100%;
}
.mainbanner01 {
    width: 560px;
    margin: 2rem auto 0 auto;
}
.mainbanner01 a{
    display: block;
    width: 100%;
}
  .mainbanner01 img{
    width: 100%;
  }


/* main-보도자료 */
.main-bodo-wrap{
    background: #fffae4;
}
.main-bodo-inner{
    width: var(--width-content);
    margin:0 auto;
    padding: 40px 0;
}
.main-bodo-title{
    color: #2f9f4e;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.bodo-title2{
    color: #191919;
    font-weight: 600;
    font-size: 44px;
}
.main-bodo-title img{
    width: 40px;
}

.main-bodo-cont-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-bodo-box{
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    width: 30%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.main-bodo-img{
    width: 100%;
}
.main-bodo-img img{
    width: 100%;
}


/* 바로가기 배너 */
.baro-banners-wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    height: 195px;
}
.baro-box01{
    width: 100%;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    background: #157dcd;
    color: #fff;
    border-radius: 1rem;
    font-size: 2.1rem;
}
.baro-box01 a{
    width: 100%;
    display:flex;
    padding: 0.5rem 2rem;
    height: 9.1rem;
    align-items: center;
    gap: 1.4rem;
    justify-content: start;
    position: relative;
}
.baro-box01:first-child{
    border-radius: 4rem 1rem 1rem 1rem;
}
.baro-box01.type-02{
    position: relative;
    background: #157dcd;
    color: #fff;
    border-radius: 1rem 1rem 4rem 1rem;
    overflow: hidden;
}
.baro-box01:before{
    content: '';
    position: absolute;
    right: -100px;
    top: -120px;
    background: #6ca7ff;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity:0.3;
    z-index: 0;
}
.baro-icon{
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.baro-icon img{
  width: 60%;
  height: auto;
    
}
.baro-title{
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}
.baro-box01.type-02 .baro-title{
    color: #fff;
    
}
.baro-subtxt{
    font-size: 1.3rem;
    margin-top: 5px;
   
}
.baro-cont{
    width: 58%;
}



/* 경비지도사 main */
.maintask-wrap{
    display: flex;
    gap: 10px;
}
.maintask01{
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #ccc;
    gap: 30px;
    padding: 40px;
    border-radius: 50px 10px 50px 10px;
    background: #121C47;
    background: linear-gradient(98deg,rgba(18, 28, 71, 1) 0%, rgba(30, 50, 179, 1) 100%);
    color: #fff;
    letter-spacing: -0.04em;
    width: 100%;
}
.maintask01-title{
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.maintask01-title2{
    font-size: 2.6rem;
    
    margin-bottom: 10px;
    margin-bottom: 20px;
}
.maintask-icon{
    display: inline-block;
    border-radius: 50%;
}
.maintask-icon img{
    width: 190px;
}
.maintask01-cont{
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.6rem;
}
.maintask01-cont02{
    line-height: 1.5;
    font-weight: 300;
    font-size: 2.3rem;
    margin-top: 2rem;
    color: #33f0ed;
}
.maintask02{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% - 810px);
}
.maintask02 button{
    border-radius: 20px;
    color: #fff;
    background: #1C2E4A;
    background: linear-gradient(296deg,rgba(28, 46, 74, 1) 0%, rgba(189, 196, 212, 1) 100%);
    
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.maintask-btn01{
    width: 100%;
  
}
.maintask-btn01:before{
    content:'';
    display: inline-block;
    width: 52px;
    height: 56px;
    background: url('/images/icon_schedule.png') no-repeat;
    background-size: contain;
}
.maintask-btn02:before{
    content:'';
    display: inline-block;
    width: 58px;
    height: 56px;
    background: url('/images/icon_apply.png') no-repeat;
    background-size: contain;
}
.maintask-btn03:before{
    content:'';
    display: inline-block;
    width: 52px;
    height: 56px;
    background: url('/images/icon_certi.png') no-repeat;
    background-size: contain;
}
.maintask-btn02{
    width: 100%;
}
.maintask-btn03{
    width: 100%;
}
.maintask01-btns{
    display: inline-flex;
    gap: 20px;
}
.maintask01-btns > div{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}
.maintask01-btns > div a{
    display: block;
    margin: 10px;
    font-size: 16px;
    color: #c8e7ff;
    font-weight: 600;
    background: #1c6ae7;
    padding: 4px 6px;
}


/* page-bottom */
.page-banner-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-banner-bottom-text{
    font-size: 24px;
    margin-bottom: 10px;
    
}
.page-banner-bottom div{
    width: calc(50% - 10px);
}
.page-banner-bottom div img{
    width: 100%;
}
.page-bottom-text{
    font-size: 19px;
    margin-bottom: 10px;
    color: #081035;
    font-weight: 600;
}

/* 수료증 출력 */
.cp-top{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #f1f1f1;
    padding: 20px;
}

.cp-top select,
.cp-top .btn{
    height: 37px;
}
.cp-top input{
    width: 150px;
}
.cp-result{
   margin-top: 40px; 
}
.cp-result .page-subtitle{
    font-size: 1.8rem;
}


/* pop */
.pop-wrap{
    padding: 20px;
}
.pop-wrap.type-comp{
    position: relative;
    height: 900px;
    text-align: center;
    font-weight: 500;
    background: url('/images/bg_comp.jpg') no-repeat;
    background-size: cover; /* 비율 유지하며 꽉 채움 */
    background-position: center; /* 중앙 정렬 */

      /* 배경색 및 이미지 강제 적용 */
      -webkit-print-color-adjust: exact; /* 크롬, 사파리, 엣지 */
      print-color-adjust: exact;  
    
}
.pop-wrap.type-comp h1{
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    margin-top: 180px;
}
.pop-comp-bottom{
    position: relative;
    text-align: center;
    font-size: 5.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.dojang{
    width: 80px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.dojang img{
    width: 100%;
}
.pop-copy{
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}
.comp-cont01{
    text-align: left;
    margin-top: 85px;
    line-height: 1.9;
    font-size:20px;
     margin-left:95px;
     margin-right:95px;
     font-family: Arial, Helvetica, serif;
}
.comp-cont01 ul{
    margin: 0 10px 60px;
}
.comp-cont01 li{
    display: flex;
}
.comp01-title{
    display: inline-block;
    text-align: justify;
    width: 28%;
}
.comp01-title:after{
    content: ':';
    display: inline-block;
    margin-left: 10px;

}
.comp-cont01-text{
    text-align: left;
    margin-bottom: 80px;
    letter-spacing: -2px;
}
.comp-date{
    margin-bottom: 60px;
    font-size: 2rem;
    font-family: Arial, Helvetica, serif;
}

.pop-isunum{
    position: absolute;
    left: 50%;
    top: 130px;
    transform: translateX(-220px);
    font-family: Arial, Helvetica, serif;
}
.pop-top-btns{
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-print:before{
    content: '';
    background: #51985b url('/images/icon_print_w.png') center center no-repeat;
    background-size: 60%;
    display: inline-block;
    width:40px;
    height: 40px;
    border-radius: 50%;

}
.btn-popclose:before {
    content: "\f659";

    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 40px;
    border-radius: 50%;
    font-size: 2.2rem;
    background: #696969;
    opacity: 0.8;
    color: #fff;
    font-weight: 600;

}

/*  정관 및 규정 */
.rule-wrap{
    padding: 50px 10px;
    letter-spacing: -0.05em;
    color: #4d4c4c;
}
.rule-title01{
    text-align: center;
    font-size:3.6rem;
    font-weight:600;
    margin-bottom: 40px;
    
}
.rule-title02{
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 40px;
    
}
.rule-right{
    text-align: right;
    line-height: 1.6;
}
.rule-cont{
    font-size: 1.6rem;
    font-weight: normal !important;
  
    line-height: 1.6;

    margin-bottom: 60px;
}
.rule-num{
    font-size: 1.2rem;
    margin-right: 3px;
    display: inline-block;
    margin-top: -2px;
    line-height: 1;
    vertical-align: middle;
}



/* subtab */
.subtab{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.subtab li{
    display: inline-flex;
    align-items: end;
    flex: 1;
   
    
}
.subtab li button{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #e1e1e1;
    height: 40px;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    font-size: 1.6rem;
}
.subtab li button.active:before{
    content: "\f633";
    display: inline-block;
    margin-right: 4px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
   
}
.subtab li:first-child button{
    border-left:1px solid #bdbdbd;
}
.subtab li button.active{
    background: #485a95;
    color: #fff;
    border: 1px solid #222;
    height: 45px;
}
.subtab-content{
    display: none;
}
.subtab-content.active{
    display: block;
}


/* 메인 수정 */
.main-contentens-line{
    display: flex;
    gap: 45px;
    margin-top: 50px;
}
.contents-01{
    width: 50%;
}
.mcont01-box{
    padding: 2rem 3rem;
    display: flex;
    gap: 5rem;
}
.main-bank{

}
.main-bank-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}
.mc-youtube-box{
    padding: 20px 0;
}

.mc-youtube-box a img{
    width: 100%;
}
/* 교육 및 자격 */
.edubanner-list{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.edubanner-list li{
   width: 23%;
    gap: 50px;
}
.edubanner-list a{
    display: flex;
    height: 110px;
    align-items: center;
    position: relative;
    background: #80afdc;
    border-radius: 10px;
    padding: 14px 15px;
    justify-content: space-between;
    
}
.edubanner-list li:nth-child(2) a{
    background: #ffa69f;
}
.edubanner-list li:nth-child(3) a{
    background: #bac1fb;
}
.edubanner-list li:nth-child(4) a{
    background: #8cdfcd;
}
.edubanner-title{
    position: relative;
    text-shadow: -1px -1px 0 #fff,  1px -1px 0 #fff, -1px  1px 0 #fff,  1px  1px 0 #fff;
    font-weight: 600;
    color: #2e302e;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.edubanner-cont{
    color: #fff;
    font-size: 1.4rem;
}
.edubanner-img{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.partner-wrap{
    margin-top: 50px;
    position: relative;
}
.partner-list{
    width: 96%;
    margin: 20px auto;
    overflow: hidden;
   
}
.partner-list li a{
    height: 52px;
    width: 21.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.partner-list .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    
}
.btn-swiper-left{
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 100;
}
.btn-swiper-right{
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 100;
}


/* 경비지도사  */
  /* Shadow DOM 내부의 '일'자만 쏙 가리는 마법의 CSS */
  full-calendar::part(day-number) {
    display: inline-block;
    letter-spacing: -1ch; /* 글자 간격을 좁혀 뒷글자(일)를 숨김 */
    overflow: hidden;
    width: 1.2ch;         /* 숫자 한 개 너비만 허용 */
    white-space: nowrap;
  }
.plan-calendar{
    margin-bottom: 40px;
}

.fc-theme-standard th{
    background: #f1f1f1;
}
.fc-scrollgrid-sync-inner{padding: 10px;}
 /* 일요일: 날짜 숫자와 요일 헤더를 붉은색으로 */
 full-calendar::part(day-sun),
 full-calendar::part(day-header-sun) {
   color: rgb(215, 20, 28) !important;
 }

 /* 토요일: 날짜 숫자와 요일 헤더를 청색으로 */
 full-calendar::part(day-sat),
 full-calendar::part(day-header-sat) {
   color: rgb(5, 82, 196) !important;
 }

  /* 일정(이벤트) 내부의 텍스트를 중앙으로 정렬 */
  full-calendar::part(event) {
    display: flex;
    justify-content: center; /* 가로 중앙 */
    align-items: center;     /* 세로 중앙 */
    text-align: center;
    height: 100%;            /* 높이 꽉 차게 */
  }

  /* 만약 위 코드가 안 먹히면 아래 클래스를 직접 사용하세요 */
  .fc-event-title {
    display: block;
    text-align: center;
    width: 100%;
  }



   /* 날짜 숫자 전체 컨테이너를 왼쪽 상단으로 */
   full-calendar::part(day-top) {
    display: flex !important;
    justify-content: flex-start !important; /* 가로 왼쪽 정렬 */
    flex-direction: row !important;         /* 정렬 방향 */
  }

  /* 숫자 링크 자체의 여백 조절 */
  full-calendar::part(day-number) {
    padding: 5px 0 0 5px !important;       /* 상단과 왼쪽에 5px 여백 */
    text-align: left !important;
    width: auto !important;                /* 너비 제한 해제 */
  }

  /* 만약 ::part가 안 먹히는 환경이라면 직접 클래스 타겟팅 */
  .fc-daygrid-day-top {
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  
  .fc-daygrid-day-number {
    float: left !important;
    padding: 2px 5px !important;
  }


 
 /* 만약 날짜 숫자가 들어있는 링크(a 태그) 색상도 바꿔야 한다면 */
 .fc-day-sun .fc-daygrid-day-number,
 .fc-day-sun .fc-col-header-cell-cushion { color: rgb(215, 20, 28) !important; }
 .fc-day-sat .fc-daygrid-day-number,
 .fc-day-sat .fc-col-header-cell-cushion { color: rgb(5, 82, 196) !important; }

 .fc-h-event .fc-event-title{
    font-size: 16px;
 }

@media screen and ( max-width:1199px) {
    .tab-submenu li a:before{
        display: none;
    }
    .type-mobile{
        display: block;
    }
    .layout-quick{
        display: none;
    }
    .header-bottom-wrap{
        position: relative;
        padding:10px;
    }
    .btn-menu{
        position: absolute;
        right:10px;
        top:50%;
        transform: translateY(-50%);
        color: #2d2d2d;
    }
    .btn-menu:before{
        content: "\f479";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 700 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        font-size: 32px;
    }
    .logo{
        display: flex;
        align-items: center;
        margin-top:10px;
        margin-bottom: 10px;
        position: relative;
        left: 0;
        top: initial;
        transform: initial;
        
    }
    .logo a{
        width:180px;
        height:29px;
        background-size: contain;
    }
    .logo img{
        width:200px;
    }

    .lang li {
        position: relative;
        display: inline-block;
        padding: 0 6px 0 6px;
    }
    .flag {
        width: 20px;
        height: auto;
        aspect-ratio: 3/2;
        object-fit: cover;
        background-size: 20px 14.5px;
    }
    .header-top-right{
        display: none;
    }

    /* main-content */
    .main-content-inner{
        padding-top:6rem;
    }
   

    .main-consult-inner {
        padding: 4rem 0;
    }
    .main-consult-box-wrap {
        margin-top: 4rem;
    }
    .cs-box-list li select {
        height: 40px;
        width: 100%;
    }
    .cs-box-list li input {
        height: 40px;
    }
    .cs-box-list li {
        min-height: 40px;
    }
    .main-content02-wrap {
        padding-top: 3rem;
    }

    /* leftmenu */
    .leftmenu-bg{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom:0;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        z-index: 100;
    }
    .leftmenu-wrap{
        display: block;
        background: rgba(255,255,255, 0.6);
        position: fixed;
        right:0;
        top:0;
        bottom:0;
        width:88%;
        z-index:10;
        transition: all 0.3s;
        visibility: hidden;
        transform: translateX(100%);
        z-index: 200;
        
    }

    .leftmenu-wrap.open{
        background: rgba(255,255,255, 1);
        visibility: visible;
        transform: translateX(0);

    }
    .leftmenu-wrap.open .btn-leftmenu{
        opacity: 1;
    }
    .leftmenu-btn-box{
        position: absolute;
        right:10px;
        top:16px;
    }
    .btn-leftmenu{
        border-radius:0 10px 10px 0;
        width:40px;
        height:40px;
        color: #595959;
        text-align: center;
        opacity: 0;
        transition: all 0.3s;
    }
    .btn-leftmenu:before{
        content: "\f659";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 700 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
    }
    .leftmenu-btns{
        display: flex;
        flex:1 1 auto;
        padding: 20px 0 20px 10px;
        
        /* border-top:1px solid #595959; */
        border-bottom:1px solid #989898;
    }
    .leftmenu-btns button{
        text-align: center;
        padding:8px 0;
        width:25%;
        background: #68686b;
        color: #fff;
        margin-right: 5px;
    }
    .leftmenu-btns button + button{
        /* border-left:1px solid #595959; */
    }
    .leftmenu{
        padding:20px 0;
    }
    .leftmenu-gnb >li{
        border-bottom:1px solid #939393;
    }
    .leftmenu-gnb >li>a{
        position: relative;
        display: inline-block;
        color: #323232;
        padding:15px 10px;
        font-size: 15px;
        font-weight: 500;
        width:100%;
    }
    .leftmenu-gnb >li > a:after{
        content: "\f64d";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right:10px;
        top:50%;
        transform: translateY(-50%);

    }
    .leftmenu-gnb >li > a.active:after{
        content: "\f63b";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right:10px;
        top:50%;
        transform: translateY(-50%);

    }
    .depth2-leftmenu>li{
        color: #666;
        padding:6px 1rem 6px 2rem;

    }
    .depth2-leftmenu>li:before{
        content:"\f287";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        font-size: 0.4rem;
        vertical-align: middle;
        margin-right: 6px;
        color: #777;
    }
    .leftmenu-top{
        padding:30px 10px;
        color: #2a2a2a;
    }
    .leftmenu-top h1{

        font-weight: 700;
    }
    .leftmenu-cs{
        color: #bd2323;
        font-weight: 700;
        padding:0 10px;
        font-size:20px;
    }
    .leftmenu-wrap .icon-tel{
        display: inline-block;
        margin:8px 4px 8px 0;
        width:initial;
        height:initial;
    }
    .leftmenu-wrap .icon-tel:before{
    color: #bd2323;
        transform: rotate( 22deg );
        
    }


    /* main-visual */
    .main-visual-inner {
         flex-wrap: wrap;
      
        justify-content:center;
    }
    .main-visual-wrap .visual-text{
        display: block;
        width: 92%;
        transform: translate(-50%, -50%);
    }
  
    
    
    .v-text01{
        margin-bottom: 10px;
        font-size: 2.3rem;
        text-align: center;
    }
    .v-text02{
        margin-bottom: 30px;
        font-size: 3rem;
        text-align: center;
    }
   
   
    
    .footer-bottom-inner {
     
        justify-content: center;
      
        font-size: 1.5rem;
        gap: 0 0;
        padding: 2rem 0;
    }
    .copyrights-wrap{
        width: 100%;
        text-align: center;
    }
    .copyrights:first-child{
        margin-top: 1.5rem;
    }

    .join-wrap{
        width: 96%;
    }
   
    .up-list{
        padding: 0 1rem;
    }
  


    .result-box-wrap {

        flex-direction: column;
    }

    .result-right-wrap {
        width: 94%;
        margin: 3rem auto 0 auto;
    }

    /* subvisual */
    .security-visual{
        width: 100%;
    }


     /* main-task */
     .maintask01{
        flex-direction: column;
        padding: 10px;
        gap: 20px;
        text-align: center;
    }

    .baro-box01 {
        flex: initial;
     
    }
    .baro-banners-wrap{
        gap: 1rem;
    }
    
    .mcont01-box{
        gap: 1rem;
    }
    .main-bank-cont{
        padding: 15px 10px;
    }
    .main-bank-cont img{
        width: 100%;
    }
    .edubanner-list {
        flex-wrap: wrap;
        gap: 5px;
    }
    .edubanner-list li{
       width:calc(50% - 5px);
    }
}


@media  screen and (min-width:591px) and (max-width:1199px) {

    .upmoo-box-wrap{
        gap: 5rem 0 ;
        margin: 8rem auto 6rem auto;
    }
    .upmoo-box{
        height: auto;
        width: 49%;
    }
    .up-subtext {
        height:auto;
        margin-bottom: 2rem;
        padding: 2rem 1rem 0 1rem;
    }
    .main-visual-wrap{
        margin-top: 0px;
        height:auto;
        padding-bottom: 0;
    }
   
   
}

@media screen and ( max-width:590px) {
    .main-visual-wrap{
        margin-top: 0px;
        height: 200px;
        padding-bottom: 0;
    }
    .visual-slide-wrap{
        width: 100%;
    }
    .visual-slide-wrap .visual-slide , 
    .mainslider{
        width: 100%;

        height:100%;
        
    }
    .visual-slide-wrap .swiper-wrapper{
        width: 100%;
        
        height:100%;
    }
    .visual-slide-wrap .swiper-slide{
        width: 100%;
       
        height:100%;
    }
    .visual-slide-wrap .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .visual-slide .swiper-pagination {
        display: none;
        padding-left: 0px;
        padding-bottom: 15px;
    }


    .upmoo-box-wrap{
        gap: 6rem 0 ;
        margin: 8rem auto 6rem auto;
    }
    .upmoo-box{
        height: auto;
        width: 100%
    }


    .result-left-moviebox{
        position: relative;
        width: 100%;
        height: 0; 
    padding-bottom: 56.25%; 

    }

    .mainbanner01 {
        width: 100%;
    }
    .mainbanner01 a{
        width: 100%;
    }


   
    .maintask-icon img{
        width: 80px;
    }
    .maintask01-btns > div {
     
        width: 80px;
        height: 80px;
        text-align: center;
    }
    .footer-top-links a{
        font-size: 1.5rem;
    }

    .footer-logo img {
        width: 200px;
    }
    .maintask01-btns > div:before{
        height: 40px;
        width: 30px;
    }
    .maintask01-btns > div a{
        margin: 0;
        font-size: 13px;
        padding: 2px 4px;
    }
    .baro-banners-wrap{
        height: auto;
        margin-bottom: 1rem;
    }
    .baro-icon{
        display: none;
    }


    .subtab li{
        width: 33%;
        flex: initial;
    }
    .subtab li button.active{
        height: 40px;
    }
   

    .partner-list li a{
        width: 20rem;
    }

}
@media screen and ( min-width:760px) and (max-width:1199px){
    .main-content02-box:last-child{
        display:none;
    }
    .main-content02-box{
        width:49%;
    }

}
@media screen and ( min-width:481px) and (max-width:759px){
    .main-content02-box{
        width:100%;
    }
    .main-content02-box:last-child{
        display:none;
    }
     /* 로그인 */
     .login-wrap{
        width:96%;
        margin:0 auto 60px auto;
        padding:30px 10px;
    }
    .subcontent.member {
        padding-top: 20px;
    }

    .gallery-box{
      
        width:24.5%;
        margin-right:calc(2%/3);
    }
    .gallery-box:nth-child(4n){
        margin-right:0;
    }
    .gallery-box:nth-child(5n){
        margin-right:calc(2%/3);
    }
    
    

    .tab-submenu li{
        width: 33%;
        border-top: 0;
    }
    .tab-submenu li:nth-child(1),
    .tab-submenu li:nth-child(2),
    .tab-submenu li:nth-child(3){
        border-top:1px solid #baaca9;
    }
    .tab-submenu li:nth-child(1),
    .tab-submenu li:nth-child(3n+1){
        border-left:1px solid #baaca9;
    }
    .tab-submenu li:nth-child(6n){
        border-left:0;
    }

}
@media screen and ( min-width:481px) and (max-width:1199px){
    .visual-logo img{
        width: 50%;
    }
    .mc-movie-box01{
        width: 68%;
        overflow: hidden;
    }
    .mc-movie-box01 img{
        width: 100%;;
    }
    .mc-movie-box02{
        width: 29%;
    }
    .main-content-title {
        font-size: 4rem;
    }
    .cs-box-list li label{
        font-size: 1.7rem;
    }
    .up-title {
        font-size: 2.4rem;
        padding-bottom: 3rem;
    }
   
    .certi-list li{
        width:32%;
        text-align: center;
    }
    .certi-list li img{
        width: 100%;
    }

    .relative-list li{
        width: calc(20% - 3px);
        flex: initial;
    }
   
    
}
@media screen and ( max-width:900px) {
    .main-consult-box {
        width: 98%;
        margin-bottom: 4rem;
    }
    .cs-box-btn button{
        height: 4rem;
        font-size: 2rem;
    }
     /* 교육신청 */
     .sub-select li{
        display: block;

    }

    .table-type td.view-cont img{
        width: 100%;
    }
    .main-contentens-line{
        flex-wrap: wrap;
    }
    .contents-01 {
        width: 100%;
    }
    .contents-02{
        width: 100%;
    }
    .mcont01-map{
        width: 40%;
    }
    .mcont01-map img{
        width: 100%;
    }
}
@media screen and ( max-width:480px) {

    input[type=text],
    input[type=password] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
     }
    .visual-logo img{
        width: 50%;
    }
    .main-content-title {
        font-size: 3rem;
    }
    .main-content-subtitle {
        font-size: 2rem;
    }
    .main-consult-title{
        font-size: 4rem;
    }
    .main-consult-subtext{
        font-size: 2rem;
    }
    .up-title {
        font-size: 2rem;
        padding-bottom: 2rem;
    }
   
    .up-list li{
        color: #878787;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .main-content02-box {
        width: 100%;
    }
    .mc-photolist{
        justify-content: start;
    }
    .mc-photolist li{
        display: inline-block;
        width: 32%;
    }
    .mc-photolist li:nth-child(4),
    .mc-photolist li:nth-child(5){
        display: none;
    }
    .mc-photolist li a{
        display: block;
        height: auto;
    }
    .relative-list img{
        width: 50%;
    }
    .relative-list li span{
      
    }
    .relative-list-wrap{
        display: none;
    }
    .footer-top-links li{
        padding: 0 10px;
    }
    .tab-submenu li{
        width: 50%;
        border-top: 0;
    }
    .tab-submenu li:nth-child(1),
    .tab-submenu li:nth-child(2){
        border-top:1px solid #baaca9;
    }
    .tab-submenu li:nth-child(1),
    .tab-submenu li:nth-child(2n+1){
        border-left:1px solid #baaca9;
    }
    .tab-submenu li:nth-child(6n){
        border-left:0;
    }


    .main-visual-wrap.sub {
        height: 200px;
        padding-bottom: 0;
        
    }

    .btn-detail {
        position: absolute;
        left: 20px;
        bottom: 20px;
        transform: initial;
        width:100px;
        height: 30px;
        font-size: 1.6rem;
       
    }
    .sv-text02{
        margin-top: 1rem;
    }
    .subvisual-text{
        margin-top: 1rem;
    }
    .sv-text01{
        font-size: 2.4rem;
    }
    .sv-text02 {
        display: none;
    }

    .mc-movie-box01{
        width: 64%;
    }
    .mc-movie-box01 img{
        width: 100%;;
    }
    .mc-movie-box02{
        width: 30%;
    }
    .mc-movie-box02 ul li {
        width: 100%;
        height: calc(148px / 3);
    }
    .mc-movie-box02 img{
        width: 100%;
    }

    /* 로그인 */
    .login-wrap{
        width:94%;
        margin:0 auto 60px auto;
        padding:30px 10px;
    }
    .subcontent.member {
        padding-top: 20px;
    }
    .term-wrap .terms-text{
        padding: 10px;
    }
    .term-wrap .terms-text ul li .label{
        display: flex;
        flex: initial;
        width: 100%;
    }
    .term-wrap .terms-text ul li .data{
       margin-left: 0;
       margin-bottom: 1.4rem;
    }
    .agree-wrap {
        
        padding: 10px 20px;
      
    }
    .form-table > ul > li .label{
        width: 30%;
    }
    .form-table > ul > li .data{
        width: 70%;
    }

    .education .form-table > ul > li .label {
        width: 25%;
        padding: 0 8px;
    }
    .education .form-table > ul > li .data{
        width: 75%;
    }
    .form-table .input-wrap {
        width: 100%;
        height: 37px;
    }

  
    .input-group.phone{
        width:100%;
    }
    .form-table .select-wrap {
       width:100%;
    }
    .btn.btn-round {
        border-radius: 0px;
    }
    .address-wrap {
        width: 100%
    }
    .form-table .input-wrap.form-birth input{
        width:40px;
    }
    .form-table .input-wrap.form-birth input:first-child{
        width:55px;
    }


    .join-wrap .btn-wrap {
        width: 70%;
        margin: 30px auto 0;
    }

    .input-wrap.eduhistory input[type=text].eh-01{
        width:50px;
    }
    .input-wrap.eduhistory input[type=text].eh-02{
        width:87px;
    }
    .pagination li a {
        width: 24px;
        height: 24px;
       
    }
    .board-bottom-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        margin: 20px 0 10px;
        min-height: 32px;
    }

    .certi-list li{
        width:49%;
        text-align: center;
    }
    .certi-list li img{
        width: 100%;
    }

    .gallery-box{
      
        width:32.5%;
        margin-right:calc(2.5%/2);
    }
  
   
    .gallery-box:nth-child(5n){
        margin-right:calc(2%/2);
    }
    .gallery-box:nth-child(3n){
        margin-right:0;
    }
    

    /* member tab */

    .tab-submenu.tab-member{
        justify-content: space-between;
    }
    .certi-list{
        gap:20px 5px;
    }
}




@media screen and ( max-width:730px) {
    .cp-top{
        padding: 10px;
    }
    .cp-top>div{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        margin-left: 0;
    }
    .cp-top>div label{
        width: 30%;
        
    }
    .cp-top>div input{
        width: 100px;
    }
    .cp-top>div:first-child input{
        width: 206px;
    }
    .cp-top button.btn{
        width: 100px;
    }

    .v-text04{
        display: none;
    }
    .v-text03{
        width: 100%;
        text-align: center;
        font-size: 2.8rem;    
        padding: 1rem;
        border: 4px solid rgba(255, 255, 255, 0.6);
    }

}


@media screen and ( max-width:930px) {


    .form-table > ul > li{
        flex-wrap: wrap;
    }


    .form-table.type-security > ul > li.wd-100 .data{
        width: 70%;
    }

    .form-table.type-security > ul > li > .label{
        width: 30%;
        
    }
    .form-table.type-security > ul > li .data{
        width: 70%;
    }
    .form-table.type-security > ul > li .data input[type=file]{
        width: 100%;
    }


}