@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('../font/Pretendard-Light.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('../font/Pretendard-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('../font/Pretendard-Medium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('../font/Pretendard-SemiBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('../font/Pretendard-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('../font/Pretendard-ExtraBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../font/Onest-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../font/Onest-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../font/Onest-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


:root{
    --bk:#252C37;
    --text800 : #3D3F43;
    --text700 : #51555B;
    --text600 : #73777C;
    --text500 : #848E9A;
    --disabled-text : #848E9A;
    --disabled-btn : #E8EAEE;

    --gray-bg:#F9FAFB;
    --gray-btn:#F3F4F6;
    --select-bg:#F8F8F8;
    --gray-hover:#E8EAEE;
    --th : #F7F7F7; 
    --scroll-bar : #B9BFC8;

    --main-color:#1C408D;
    --main-focus:#0F2F73; 
    --point-color:#0066FF;
    --point-color2:#FEC726;
    --red : #F11D1D;
    --point-bg:#F0F6FF;
    --success:#16882F;

    --knowledge:#FFADCB;
    --cooperation:#FFD634;
    --communication:#E2F052;
    --problem:#A1EBFF;
    --create:#A6D0FF;
    --challenge:#C8BAEF;

    --specialty: #AFE2FE;
    --bouble: #D5EDB9;
    --gec: #FFCBA7;
    --outside: #D5CFFF;


    --nomal : #E1EDFF;
    --connect : #FFDEEA;
    --matrix : #C0E5A0;
    --nano : #FFE660;

    --box-shadow:2px 6px 16px 0 rgba(17,42,128,0.08);
    --toggle-shadow: 0 0 6px rgba(37,44,55,0.1)
}   

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--bk);
    letter-spacing: calc(-2 * 16px / 100); /* -0.32px */;
    font-size: 16px;
    font-family: 'Pretendard' ,sans-serif , 'Onest';
    font-weight: 400;
    line-height: 150%;
}

::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-thumb{
    background: var(--text500);
    border-radius: 20px;
    border: 2px solid #fff;
}
::-webkit-scrollbar-track{
    background-color: #fff;
}

body{
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
ul,li{
    list-style: none;
}
a{
    color: inherit;
    display: block;
    white-space: nowrap;
}
table{
    border-collapse: collapse;
    width: 100%;
}
button{
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
}
button:disabled{
    background: var(--disabled-btn);
    color: var(--disabled-text);
    cursor: auto;
}
button.primary-btn:disabled{
    opacity: 0.3;
    background: var(--main-color) !important;
    color: #fff;
}
span,strong{
    display: inline-block;
}
legend{
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden; 
}
address{
    font-style: normal;
}
input[type="text"]{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 12px;
}
input[type="text"]:focus{
    outline: 1px solid var(--point-color);
}
input[type="text"]::placeholder{
    color: var(--text500);
}

textarea{
    border: 1px solid #ddd;
    width: 100%;
    resize: none;
    border-radius: 8px;
    padding: 12px 16px; 
    font-size: 14px;
}
select{
    padding: 0 12px;
    height: 40px;
    border-radius: 8px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
    display: inline-block;
    position: relative;
    background: url(../images/icon/select-aw.svg) no-repeat;
    background-position: calc(100% - 6px) 50%;
    background-color: var(--select-bg);
    font-size: 14px;
    font-weight: 500;
}
select:focus,
textarea:focus{
    background-color: #fff;
    outline: 1px solid var(--point-color);
}
input[type="checkbox"]{
    -webkit-appearance: none;
	appearance: none;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}
.ck-nse input[type="checkbox"]{
    appearance: initial;
    opacity: 1;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

input[type="range"]{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	outline: none;
	border-radius: 100px;
	height: 14px;
	background: transparent;
	position: relative;
	z-index: 2;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 32px;
	width: 32px;
	background-color: var(--point-color);
	border-radius: 50%;
	border: 10px solid #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	opacity: 1;
}
input[type="range"]::-moz-range-thumb {
	height: 32px;
	width: 32px;
	background-color: var(--point-color);
	border-radius: 50%;
	border: 10px solid #fff;
    box-shadow: 0 0 8 rgba(0,0,0,0.1);
}

/* header */
#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: hsla(0, 0%, 100%, .5);
    z-index: 1000;
    --webkit-backdrop-filter:saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
    transition: all .6s ease;
}
#header.fade-out{
    transform: translateY(-100%);
}
.header-wrap{
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 80px;
}
.header-wrap>.uni-logo{
    width: 72px;
}
.header-wrap>.uni-logo>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header nav{
}
#header .nav-list{
    display: flex;
    gap: 40px;
}
.nav-list.active .menu-item{
    opacity: 0.3;
}
#header .menu-item.active{
    opacity: 1;
}
.nav-list>.menu-item{
    position: relative;
    transition: all .2s;
    padding-bottom: 20px;
    margin-top: 20px;
}
.nav-list>.menu-item>a{
    padding: 8px 16px;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
.menu-item .sub-nav{
    position: fixed;
    top: 80px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    display: grid;
    grid-template-rows: 0fr;
    transition: height .25s, grid-template-rows .25s linear,top .25s .25s linear;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.menu-item.active .sub-nav{
    grid-template-rows: 1fr;
    height: 56px; 
}
.menu-item.active .sub-nav>ul{
    padding: 4px;
}
.sub-nav>ul{
    display: flex;
    overflow: hidden;
    background: var(--bk);
    border-radius: 8px;
    gap: 4px;
    /* position: absolute;
    left: 35%;
    top: 0; */
}

.sm-item>a{
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #fff;
    border-radius: 8px;
    transition: all .2s ;
}
.sm-item>a:hover{
    background: #fff;
    color: var(--bk);
}
.header-rt{
    display: flex;
    gap: 32px;
    align-items: center;
}
.head-search{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    position: relative;
}
.head-search:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .2s;
    background: var(--gray-btn);
    border-radius: 100px;
    z-index: -1;
}
.head-search>img{
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.head-search:hover::after{
    width: 100%;
    height: 100%;
}
#member-wrap{
    width: 32px;
    height: 32px;
}
#member-wrap .log-btn-pop{
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 10;
    background-color: var(--bk);
    border-radius: 8px;
    min-width: 160px;
    padding: 8px;
    display: none;
}
#member-wrap .log-btn-pop.active{
    display: block;
}
.log-btn-pop>li button{
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    font-weight: 500;
    transition: all .2s;
    color: #fff;
}
.log-btn-pop>li button:hover{
    background: var(--gray-btn);
    color: var(--bk);
}
#member-wrap .member-btn{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden; 
}
#member-wrap .member-btn>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 모바일 메뉴 */
.mob-gnb{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    display: none;
}
.mob-gnb.open{
    display: block;
}
.mob-gnb .inr-gnb{
    width: 412px;
    height: 100%;
    position: absolute;
    right: 0;
    transition: all .3s ease-out;
    background: #fff;
    padding: 12px 16px 24px;
    transform: translateX(100%);
    overflow-y: auto;
}
.mob-gnb.open .inr-gnb{
    transform: translateX(0);
}
.mob-logo{
    width: 56px;
}
.mh-inr{
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: center;
}
.mob-logo>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mh-inr .close{
    width: 32px;
    height: 32px;
}
.mh-inr .close>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mob-gnb .user-info{
    margin: 24px 0 12px;
}
.mob-gnb .user-info .user-face{
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    max-width: 48px;
}
.mob-gnb .uif-txt>li .user-name{
    font-size: 18px;
}
.mob-gnb .user-num,
.mob-gnb .spct-info>p{
    font-size: 14px;
}
.mob-logout{
    background: var(--text600);
    color: #fff;
    width: 100%;
}
.mob-nav>.item{
    margin-top: 24px;
}
.mob-nav>.item>a{
    display: flex;
    justify-content: space-between;
}
.mob-nav>.item>a,
.mob-nav>.item>a>span{
    font-size: 18px;
    font-weight: 600;
}
.mob-nav>.item>a>img{
    transform: rotate(90deg);
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.mob-nav .sub-nav{
    margin-top: 8px;
    display: none;
}
.mob-nav .sub-nav>ul{
    display: block;
    padding: 16px 8px;
}
.mob-nav .sm-item>a{
    height: 40px;
    line-height: 40px;
}
.mob-nav>.item.on .sub-in>img{
    transform: rotate(-90deg);
}
.mob-nav>.item.on .sub-nav{
    display: block;
}


/* 햄버거 버튼 애니메이션*/
.hamburger {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 1100;
  }
  .hamburger span {
    display: block;
    background: var(--bk);
    width: 22px;
    height: 1.5px;
    border-radius: 3px;
    transition: 0.25s margin 0.25s, 0.25s transform;
  }
  .hamburger span:nth-child(1) {
    margin-bottom: 5px;
  }
    .hamburger span:nth-child(2) {
    margin-bottom: 5px;
  }
  /* .hamburger span:nth-child(2) {
    margin-top: 5px;
    width: 11px;
    margin-left: 11px;
  } */

  .hamburger.active span {
    transition: 0.25s margin, 0.25s transform 0.25s;
  
    background: #161616;
  }
  .hamburger.active span:nth-child(1) {
    margin-bottom: -2px;
    transform: rotate(45deg);
    opacity:0;
  }
  .hamburger.active span:nth-child(2) {
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    margin-top: -2px;
    transform: rotate(135deg);
    width: 22px;
    margin-left: 0;
  }
  .hamburger.active p{
  	display:none;
  }

/* header 끝 */
/* 전체검색 영역 */
#search-area{
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: none;
}
#search-area.open{
    display: block;
}
.intg-sh{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
    width: 100%;
    padding: 24px 24px 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}
.intg-sh>.top{
    display:none;
}
.intg-sh .close{
    width: 40px;
    height: 40px;
}
.intg-sh .close>img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.intg-sh>.search-wrap{
    width: 100%;
    margin-bottom: 20px;
}
#search-area .sh-form{
    position: relative;
    height: 56px;
}
.search-wrap .sh-form>input{
    height: 32px;
    width: 100%;
    border: none;
    margin-left: 16px;
}
.search-wrap .sh-form>input:focus{
    outline: none;
}
#search-area .sh-ent-btn{
    margin: 8px;
}
#search-area .sh-ent-btn>button{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#search-area .sh-ent-btn>button>img{
    width: 36px;
    height: 36px;
    object-fit: contain;
}
#search-area .sh-data-list{
    margin-top: 32px;
}
#search-area .sh-data-list:nth-child(1){
    margin-top: 12px;
}
.sh-data-list>h2{
    font-weight: 600;
    margin-bottom: 8px;
}
.sh-data-item{
    display: none;
    height: 320px;
    overflow-y: auto;
    padding-left: 8px;
}
.sh-data-item.on{
    display: block;
}
.intg-sh-inr .autocomplete{
    height: 320px;
    overflow-y: auto;
    display: none;   
}
.sh-data-item .tab-wrap{
    flex-wrap: wrap;
}

.autocomplete.on{
    display: block !important;
}
.autocomplete .auto-item{
    display: block;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.autocomplete .auto-item.active{
    background: var(--gray-btn);
}
.autocomplete .auto-item mark{
    background: initial;
    color: var(--main-color);
    font-weight: 600;
}
.autocomplete .auto-item::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon/uni-search.svg) no-repeat;
    background-size: contain;
    vertical-align: -2px;
    margin-right: 8px;
}
.autocomplete .auto-item:hover{
    background: var(--gray-btn);
}

/* 전체영역 검색 끝 */

/* 서브페이지 영역 */
.con-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 60px 0 0;
}
.con-btn-wrap button{
    min-width: 140px;
}
.con-btn-wrap2{
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
}
.con-btn-wrap2 button{
    min-width: 120px;
}
.sub-tab-area{
    display: flex;
    padding: 80px 0 40px;
    overflow: auto;
    gap: 8px;
}
.sub-tab-area .sub-tab{
    padding: 16px 24px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    transition: all .2s;
    color: var(--text600);
    background: var(--gray-btn);
}
.sub-tab-area .sub-tab:hover{
    color: var(--bk);
}
.sub-tab-area .sub-tab.on{
    background: var(--bk);
    color: #fff;
}
.paginate{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    gap: 8px;
}
.paginate .pag-num{
    display: flex;
    padding: 0 16px;
}
.paginate .pag-num>a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    color: var(--disabled-text);
}
.paginate .pag-num>a.active{
    color: var(--bk);
}
.paginate .pag-a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.paginate .pag-a::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
.paginate .first::after{
    background: url(../images/icon/first-last.svg) no-repeat;
    transform: rotate(180deg);
    top: -1px;
}
.paginate .prev::after{
    background: url(../images/icon/right-arrow.svg) no-repeat;
    transform: rotate(180deg);
    top: -1px;
}
.paginate .last::after{
    background: url(../images/icon/first-last.svg) no-repeat;
}
.paginate .next::after{
    background: url(../images/icon/right-arrow.svg) no-repeat;
}

/* 서브페이지 영역 끝 */

/* footer 영역 */
footer{
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
}
footer .top-foot{
    display: flex;
    justify-content: space-between;
    max-width: 1760px;
    width: 100%;
    padding: 60px 16px 32px;
    margin: 0 auto ;
}
.top-foot>.lf address{
    margin: 24px 0 12px;
    word-break: keep-all;
}
.top-foot>.lf .inu-num-wrap{
    display: flex;
    gap: 40px;
}
.top-foot>.lf .inu-num-wrap .bold{
    font-weight: 700;
    margin-right: 16px;
}
.top-foot>.rt{
    display: flex;
    align-items: center;
    gap: 12px;
}
.scroll-btn{
    background: var(--main-color);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.under-foot{
    background: var(--main-color);
    width: 100%;
}
.under-foot>.uf-inr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1760px;
    width: 100%;
    padding: 32px 16px;
    margin: 0 auto ;
}
.under-foot>.uf-inr>span{
    color: #fff;
    font-size: 14px;
}
.under-foot .sns-wrap{
    display: flex;
    gap: 15px;
}
.sns-wrap>.sns-item{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.sns-wrap>.sns-item:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .2s;
    background: rgba(255,255,255,0.2);
    border-radius: 100px;
    z-index: -1;
}
.sns-wrap>.sns-item:hover:after{
    width: 100%;
    height: 100%;
}
.afc-area .mob-cls-wrap,
.afc-area .besl-txt{
    display: none;
}
/* 가이드  */
.guide-back-btn{
    padding: 0 12px 0 24px !important;
    position: relative;   
}
.guide-back-btn>span{
    font-size: 14px;
    font-weight: 500;
}
.guide-back-btn::before{
    content: "";
    background: url(../images/icon/right-arrow.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    left: 4px;
    top: 7px;
}
.uni-guide{
    padding: 40px 0;
}
.faq-con .g-menu{
    padding: 32px 0 40px;
    display: flex;
    overflow: auto;
}
.q-menu{
    width: 100%;
    display: none;
}
.q-menu.open{
    display: block;
}
.q-list>.q-list-item>a{
    display: block;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    text-align: left;
    transition: all .1s;
    margin-bottom: 8px;
}
.g-menu>.g-menu-item:last-child,
.q-list>.q-list-item:last-child{
    margin-bottom: 0;
}
.g-menu>.g-menu-item>span{
    color: var(--disabled-text);
    font-weight: 500;
}
.g-menu-item.on>span{
    color: #fff;
}
.q-list>.q-list-item>a:hover{
    background: var(--gray-bg);
}
.q-list>.q-list-item>a:hover span{
    color: var(--point-color); 
}
.q-list>.q-list-item>a{
    display: flex;
    gap: 8px;
    align-items: center;
}
.q-list>.q-list-item>a .e-q{
    color: var(--text600) !important;
}
.q-menu>.q-tit{
    font-size: 22px;
    font-weight: 700;
    height: 48px;
    padding: 0 16px;
}
.guide_area{
    width: 100%;
    margin-top: 16px;
}
.guide_area .back-btn{
    display: inline-block;
    line-height: 32px;
}
.guide_area h1{
    font-size: 32px;
    font-weight: 600;
    margin-top: 24px;
}
.guide_area h1 + p{
    padding-top: 8px;
}
.guide_area h2 + p{
    padding-top: 8px;
}
.guide_area .p-color{
    font-weight: 400;
}
.guide_area h2{
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}
.guide_area .img-preveal{
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: var(--gray-bg);
    max-width: 966px;
    width: 100%;
    margin-top: 16px;
}
.video-preveal{
    margin-top: 16px;
}
.guide_area .img-preveal>img{
    vertical-align:middle;
    width: 100%;
    object-fit: contain;
}
.guide_area ul{
    margin-top: 20px;
}
.guide_area ul>li{
    margin-bottom: 8px;
}
.guide_area .u-1f5{
    background: var(--bk);
    width: 21px;
    height: 21px;
    line-height: 22px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 4px;
}
.guide_area .top-line{
    padding-top: 40px;
    margin-top: 40px;
}
.guide-br{
    padding: 4px 0;
}

/* 반응형 */
@media(max-width:1440px){
    .header-wrap>nav,
    #member-wrap{
        display: none;
    }
    #header .hamburger{
        display: block;
    }
    .header-rt{
        gap: 16px;
    }
}
@media(max-width:768px){
    .top-foot>.lf .inu-num-wrap{
        flex-direction: column;
        gap: 4px;
    }
    footer .top-foot{
        flex-direction: column;
        padding: 40px 16px 32px;
    }
    .top-foot>.rt{
        margin-top: 24px;
    }
    .under-foot>.uf-inr{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .header-wrap>.uni-logo{
        width: 56px;
    }
    .paginate .pag-num>a,
    .paginate .pag-a{
        min-width: 32px;
        width: 32px;
        min-height: 32px;
        height: 32px;
        line-height: 32px;
    }
    .paginate .pag-num{
        padding: 0;
    }
    .con-btn-wrap2 button{
        min-width: 100px;
    }
    .sub-tab-area .sub-tab{
        font-size: 16px;
        padding: 12px 24px;
    }
}
@media(max-width:425px){
    .mob-gnb .inr-gnb{
        width: 100%;
    }
}