@charset "UTF-8";


/* header */
.layout-header{
    position: sticky;
    left:0;
    top:0;
    right:0;
    z-index:10;
    background: #fff;
}
.header-top-wrap{
    height: 46px;
    background: #303034;
    color: #fff;
}
.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;
}
.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: 30px;
    height: 20px;
    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 li{
    display: inline-block;
    position: relative;
    padding:0 24px 0 20px;
}
.header-top-right .links li:after{
    content:'';
    display: inline-block;
    width:1px;
    position: absolute;
    right:0;
    top:6px;
    background: #fff;
    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;
}

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

.main-visual-wrap {
    height: 954px;
    background: url('/images/common/bg_mainvisual.png') no-repeat;
    opacity: 0.95;
}


.main-visual-inner{
    position: relative;

    width:var(--width-content);
    margin:0 auto;
    padding-top:305px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    flex-wrap: wrap;
}
.main-visual-wrap.sub{
    height:350px;
}
.main-visual-wrap.sub .main-visual-inner{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:0;
}
.subvisual-text{
    text-align: center;
    margin-top:13rem;
}

.sv-text01{
    font-size: 3.4rem;
}
.sv-text02{
    margin-top:16px;
    font-size: 3.4rem;
}
.v-text01{
    font-size:3.2rem;
    font-weight: 700;
}
.v-text02{
    font-size:1.8rem;
    margin-top: 70px;
    line-height: 1.4;
}
.v-text03{
    margin-top: 30px;
    font-size:1.6rem;
    line-height: 1.4;
}
.v-text04{
    margin-top: 30px;
    font-size:2.6rem;
    font-weight: 700;

}
.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{
    /* position: absolute;
    right:0;
    top:305px; */
}
.visual-slide{
    border:3px solid #fff;
    display: inline-block;
    width:590px;
    height: 348px;
    overflow: hidden;
}
.visual-slide .swiper-pagination{
   padding-left:430px;
   padding-bottom:15px;
}
.visual-slide .swiper-pagination-bullet{
    width:12px;
    height:12px;
    opacity: 0.5;
}
.visual-slide .swiper-pagination-bullet-active{
    background:#fff;
    opacity: 1;
}
.visual-slide .swiper-slide img{
    width: 100%;
    object-fit: contain;
}
.visual-logo{
    text-align: center;
    margin-top: 1rem;
}

.gnb-wrap{
    position: absolute;
    left:0;
    top:0;
    right:0;
    height:100px;
    border-bottom:1px solid #383b40;
    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;
    right:0;
    top:40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}
.gnb >li{
    display: inline-block;
    text-align: right;
    width: 125px;
    
}
.gnb >li:first-child{
    width: 80px;
}
.gnb >li:nth-child(3){
    width: 160px;
}
.gnb >li:nth-child(4){
    width: 120px;
}
.gnb >li:nth-child(6){
    width: 100px;
}
.gnb >li> a{
    color: #383b40;
    font-size: 18px;
    transition: all 0.3s;
    font-weight: 600;

}
.gnb >li >a:hover{
    font-weight: 700;
    color: #000000;
}


.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;
}
/* .gnb-wrap:hover .gnb li a{
    color: #000;
    transition-timing-function: ease-in-out;
} */
.logo{
    position: absolute;
    left:0;
    top:20px;
}
.logo a{
    display: inline-block;
    background:url('/images/common/logo_b2.png') no-repeat;
  
    width:260px;
    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-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;
}
.copyrights li{
    display: inline-block;
    margin-bottom: 10px;
}

.main-content02-wrap{
    width:var(--width-content);
    margin:0 auto;
    padding-top:9rem;
}
.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;
    text-align: center;
}
.relative-list{
    width:90%;
    display: inline-flex;
    flex-wrap:wrap;
    justify-content:start;
    font-size: 0;
    border-top:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
}

.relative-list li{
    display: inline-block;
    width:20%;
    border-right:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}
.relative-list li a{
    display: block;
    color: #545454;
    font-size: 16px;
    text-align: center;
    height:118px;
    padding-top:18px;
}
.relative-list li span{
    display: block;
    margin-top: 10px;
    font-size:16px;
}
.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 #baaca9;
    background:#faded3;
}
.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:40px;
    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: #ed949a;
    /* background:#159688; */
    color: #fff;
    font-weight: 700;
}
.subcontent{
    padding-top:40px;
}




/* 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-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.term-wrap .terms-text ul {
    font-size: 14px;
  }
.term-wrap .terms-text ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
    line-height: 1.4;
  }
.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;
}
.form-table-wrap .header h2,
.join-input-wrap .header h2{
    font-size: 20px;
    border-bottom:2px solid #000;
    padding-bottom: 10px;
}
.form-table + .header{
    margin-top:40px;
}
.form-table > ul {
    display: table;
    width: 100%;
}
.form-table > ul > li {
    display: flex;
    width:100%;
}
.form-table > ul > li .label{
    display: inline-flex;
    
   justify-content: center;
   align-items: center;
    width:20%;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 20px;
    background-color: #f3f3f3;
    font-weight: 400;
    color: #353535;
    font-size: 14px;
}
.form-table > ul > li .data {
    display: inline-flex;
    flex-wrap: wrap;
   align-items: center;
    width:80%;
    border-bottom: 1px solid #D8D8D8;
    min-height: 37px;
    padding: 10px;
    gap:0 10px;
}

.form-table .input-wrap {
    display: inline-flex;
    vertical-align: middle;
    min-width: 0;
    align-items: center;
}
.form-table .input-wrap {
    width:300px;
}

.form-table .input-wrap input[type=text],
.form-table .input-wrap input[type=password]{
    height: 37px;
    width:100%;
    padding: 5px;
    font-size: 14px;
}
.form-table .input-wrap input[type=file]{
    width: 100%;
    height: auto;
}
.form-table .notice-text{
    display: inline-block;
}
.form-table .status-text{
    display: inline-block;
}
.text-est{
    color:#159688;
    margin-left:3px;
}
.form-table .input-wrap.form-birth{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.form-table .input-wrap.form-birth span{
    margin-right:4px;
    margin-left:2px;
}
.form-table .input-wrap.form-birth input{
    width:60px;
}
.form-table .input-wrap.form-birth select{
    width: 100%;
    height: 37px;
}
.form-table .input-wrap.form-birth input:first-child{
    width:90px;
}
.form-table .input-wrap.eduhistory{
    height: auto;
    width:100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.input-wrap.eduhistory span{
    margin:0 8px 0 4px;
}
.input-wrap.eduhistory input[type=text].eh-01{
    width:90px;
}
.input-wrap.eduhistory input[type=text].eh-02{
    width:187px;
}
.form-table .input-wrap.wd-100{
    width:100%;
}
.input-wrap.wd-100 + .input-wrap.wd-100{
    margin-top:6px;
}

.form-table .input-wrap label + input[type=radio]{
    margin-left:4px;
}
.form-table .select-wrap{
    width:300px;
    display: inline-block;
}
.form-table textarea{
    width:100%;
}
.select-wrap select{
    width:100%;
    height:37px;
}
.input-group.phone{
    display: flex;
    width:300px;
    align-items: center;
}
.input-group.phone .input-wrap{
    width:32%;
    margin-right:0;
}
.input-group.phone .input-wrap select{
    width: 100%;
    height: 37px;
}
.input-wrap-sideoption{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.address-wrap{
    width: 300px;
}
.address-wrap .input-wrap{
    margin-bottom: 6px;
}

.address-wrap .address .input-wrap{
    width:100%;
}
.address-wrap .input-wrap .btn {
    min-width: 110px;
}

.join-wrap .btn-wrap{
    width:50%;
    margin:30px auto 0
}
.btn-wrap.submit{
    text-align: center;
    margin-top:30px;
}
.btn-wrap.submit .btn-md{
    width: 20rem;
}



/* board */
.table-list{

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

.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-size: 1.5rem;
    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,
.table-view td{
    border: 1px solid #D8D8D8;
    height: 37px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
}


.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;
}
.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;
}

@media screen and (max-width:480px) {
    .certi-list{
        gap:20px 5px;
    }
}
/* 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:0;
    top: 200px;
    width: 88px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: -0.06em;
    font-weight:600;
    z-index: 10;
  }
  .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;
  }
  .btn-quick01{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4b4b4b;
    /* background: #dfb580; */
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 88px;
    color: #ffffff;
  }
  
  .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;
  }

  
.mainbanner01 {
    width: 560px;
    margin: 2rem auto 0 auto;
}
.mainbanner01 a{
    display: block;
    width: 100%;
}
  .mainbanner01 img{
    width: 100%;
  }


@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:0 10px;
    }
    .btn-menu{
        position: absolute;
        right:10px;
        top:0px;
        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{
        margin-top:10px;
        margin-bottom: 10px;
        position: relative;
        left: 0;
        top: initial;
        transform: initial;
        
    }
    .logo a{
        width:180px;
        height:33px;
        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: 5rem;
    }

    /* 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 {
        padding-top: 150px;
        justify-content:center;
    }
    .visual-text{
        display: block;
        width: 100%;
    }
    .v-text02,
    .v-text03,
    .v-text04{
        display: none;
    }
    .v-text01{
        margin-bottom: 30px;
        font-size: 2.3rem;
        text-align: center;
    }
    .main-visual-wrap{
        height: auto;
        padding-bottom: 5rem;
    }
   
    
    .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;
    }


}

@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;
    }
}

@media screen and ( max-width:590px) {
    .visual-slide-wrap{
        width: 98%;
    }
    .visual-slide-wrap .visual-slide {
        width: 100%;
        aspect-ratio: 295/174;
        height:initial;
        
    }
    .visual-slide-wrap .swiper-wrapper{
        width: 100%;
        aspect-ratio: 295/174;
        height:auto;
    }
    .visual-slide-wrap .swiper-slide{
        width: 100%;
        aspect-ratio: 295/174;
        height:auto;
    }
    .visual-slide-wrap .swiper-slide img{
        width: 100%;
    }
    .visual-slide .swiper-pagination {
        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%;
    }

    
   

}
@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%;
    }
   
    
}
@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%;
    }
}
@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{
        font-size: 1.5rem;
    }
    .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: auto;
        padding-bottom: 7rem;
        
    }
    .subvisual-text{
        margin-top: 19rem;
    }
    .sv-text01{
        font-size: 2.4rem;
    }
    .sv-text02 {
        font-size: 2.4rem;
    }

    .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;
    }

}