/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Noto Sans KR', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*{
    padding: 0;
    margin: 0;
}

/* *, ::after, ::before {
    box-sizing: border-box;
} */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:16px;
	color: #676a81;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #6a708e;
	font-size:16px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#43485c;
    font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	/* text-transform: capitalize; */
}
p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: 'Noto Sans KR', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}

select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}

@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: rgba(18, 18, 18, 0.70);
    backdrop-filter: blur(5px);
    border: none;
}

nav.navbar.bootsnav {
    background-color: rgba(18, 18, 18, 0.70);
    backdrop-filter: blur(5px);
    /* border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2); */
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    /* color: #d92cf9; */
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px 10px;
    text-transform: uppercase;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
    color:#fff;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 25px 15px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #FCCB23;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#fff;}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a{color: #FCCB23;}
/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 270px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #fff;
  /* background-color: #d92cf9; */
}
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    /* border: 1px solid #d92cf9; */
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #fff;}
/*.navbar-toggle */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/rectangle-405.png)no-repeat;
    background-size:cover;
    background-position: center;
    height:92rem;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    /* background:rgba(31,44,108,.65); */
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text h2 {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 1.5;
}
.header-text h2 span {font-weight: 400;color: #ffffff;}
.header-text p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    /* text-transform: uppercase; */
    margin: 30px 0 60px;
    letter-spacing: 1px;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #F39F03;
    border:1px solid #F39F03;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#F39F03;border: 1px solid #F39F03;}
/*.header-text-area*/

.welcome-hero button.mouse {
    background-color:transparent;
    border:none;
    color:white;
    font-size:2rem;
    position:absolute;
    bottom:1rem;
    left:50%;
    transform:translateX(-50%);
    animation:upDown 1s ease-in-out infinite;
    cursor:pointer;
}
@keyframes upDown{
    0%{
      bottom:1rem;
    }
    50%{
      bottom:1.5rem;
    }
    100%{
      bottom:1rem;
    }
  }
/*-------------------------------------
        4.  vision
--------------------------------------*/
.vision{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/rectangle-406.png)no-repeat;
    background-size:cover;
    background-position: center;
    height:92rem;
}
.vision:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    /* background:rgba(31,44,108,.65); */
    width:100%;
    height:100%;
}
.vision-txt p {
    font-size: 1.8rem;
    color:#fff;
    font-weight: 300;
    /* text-transform: uppercase; */
    margin: 0;
    letter-spacing: 1px;
}
.vision-txt h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    line-height: 1.5;
}

/*-------------------------------------
        4.  business
--------------------------------------*/
.business {padding: 50px 0 100px;}
.business-content {padding-top: 100px;}
.business-text h2 {
    color: #121212;
    font-size: 4.8rem;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 1.5;
}
.business-text p {
    color: #121212;
    font-size: 2.4rem;
    font-weight: 300;
    /* text-transform: uppercase; */
    margin: 10px 0 60px;
    letter-spacing: 1px;
}
.business-l {
    /* display: flex; */
    align-items: center;
    justify-content:right;
    width: 50%;
    height:75.5rem;
    background:url(../images/frame_2.png)no-repeat;
    padding:160px 20px 0 160px;
}

.business-r {
    /* display: flex; */
    align-items: center;
    width: 50%;
    height:75.5rem;
    background:url(../images/frame_1.png)no-repeat;
    padding:160px 160px 0 0;
}

/*.ab-list-icon */

/*.single-about-img */
/*-------------------------------------
        5.  business2
--------------------------------------*/
.business2{
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/rectangle-412.png)no-repeat;
    background-size:cover;
    background-position: center;
    height:78rem;
}

/*-------------------------------------
    sub1.  company
--------------------------------------*/
.company{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/sub-top.png)no-repeat;
    background-size:cover;
    background-position: center;
    height:34rem;
}
.contents {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.sub-text h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 55px;
}

.sub-text p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.sub-menu {
    background-color: #F39F03;
    color:#121212;
    display: flex;
    justify-content: center;
    line-height: 2.4;
}

.sub-menu ul{
    display: flex;
    justify-content: center;
}

.sub-menu ul li{
    list-style-type: none;
    padding:0 20px;
    font-weight: 700;
    font-size: 2rem;
    display: inline;    
}

.sub-menu ul li a {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

.sub-menu ul li a:hover{
    color:#121212;
}

/*.sub-menu a:active{color:#121212;}*/

/* .sub-menu h3 {
    margin: 0 24px;
    font-size: 2rem;
} */
 
.campy-ma {margin: 11rem 0 ;}
.contents h1 {
    font-size: 3.4rem;
    color: #121212;
    font-weight: 700;
    line-height: 150%;
}
.contents h2 {
    margin-top: 0;
    font-size: 2.5rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
}
.contents h4 {
    color: #121212;
    text-align: right;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 3.6rem */
    margin-top:1rem;
}
.contents span {
    font-weight: 700;
}
.contents p {
    margin-top: 2rem;
    color: #121212;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.comp {
    display: inline;
}
.teb {
    display:none;    
}
.organi{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/Group.png)no-repeat left;
    /* background-size:cover; */
    background-position: left;
}
.organi h2 {
    font-size: 3.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10rem;
}
.organi span {
    font-weight: 700;
}

.contrac {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.contrac h2{
    font-size: 3.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10rem;
}
.contrac span {
    font-weight: 700;
}
.item{margin-bottom:2rem;}

/*-------------------------------------
    sub2.  business
--------------------------------------*/
.busin2{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/sub-top1.png)no-repeat;
    background-size:cover;
    background-position: center;
    height:34rem;
}

.busin {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/Group.png)no-repeat left;
    /* background-size:cover; */
    background-position: left;
}
.busin h2{
    font-size: 3.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10rem;
}
.busin span {
    font-weight: 700;
}
/*-------------------------------------
    sub3.  busie
--------------------------------------*/
.service {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/sub-top2.png)no-repeat;
    background-size:cover;
    background-position: center;
    height:34rem;
}

.serv-ma {margin: 11rem 0 6rem 0 ;}

.serv-ma1 {margin: 8rem 0 6rem 0 ;}
.serv {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.serv h2{
    font-size: 3.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
}
.serv span {
    font-weight: 700;
}


.serv h4{
    font-size: 2.4rem;
    color: #707070;
    font-weight: 400;
    line-height: 150%;
    margin-top: 1rem;
}

.serv h3{
    font-size: 3.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin:1rem 0 10rem 0;
}
.blog {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/Group.png)no-repeat left;
    /* background-size:cover; */
    background-position: left;
}
.blog h2{
    font-size: 5rem;
    color: #121212;
    font-weight: 700;
    line-height: 150%;
}
.blog h3{
    font-size: 3rem;
    color: #707070;
    font-weight: 400;
    line-height: 150%;
    margin:1rem 0 10rem 0;
}

.nav-sear {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.nav-sear h2 {
    font-size: 4rem;
    color: #121212;
    font-weight: 700;
    line-height: 150%;
}
.nav-sear h3 {
    font-size: 3rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10rem;
}
.nav-sear-le h4 {
    font-size: 2.4rem;
    color: #121212;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 1.2rem;
}
.nav-sear-le p{
    font-size: 2rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(204, 204, 204); 
    margin-bottom: 1.8rem;  
    /* border-bottom:solid 1px color(srgb 240 240 240); */
}
.nav-sear-le1 h4 {
    font-size: 2.4rem;
    color: #121212;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 1rem;
}
.nav-sear-le1 p{
    font-size: 2rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
}
.call {
    margin: 5rem 0 0 0;
}
.list-topics-content {
    position: relative;
    /* top: -98px;
    z-index: 1; */
    margin-top: 3rem;
    text-align: center;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 420px;
    /* border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2); */
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.list-topics {
    position: relative;
    margin-top: 3rem;
    text-align: center;
}
.list-topics ul li { display: inline-block;}

.single-list-topics{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 240px;
     /*height: 420px; */
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    margin: 5px;
}

.mk h4{
    font-size: 2.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin: 1.5rem 0 1rem;
}
.mk p{
    font-size: 1.6rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 6rem;
}

.recuit h4 {
    margin:5rem 0 0 0;
    font-size: 2.4rem;
    color: #121212;
    font-weight: 700;
    line-height: 150%;
}
.recuit h4 span{
    position:relative;
    right: 5px;
    bottom:5px;
    font-size: 1rem;
}
.recuit p {
    font-size: 1.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
}
.recuit table {
    width: 100%;
    border-collapse: collapse;
    border-style: hidden;
}
.recuit thead th {
    color: #fff;
    background-color:#F39F03; 
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: -1px; 
}
.recuit thead th.re {
    border-left: 1px solid #fff;
}
/* .recuit thead th.no {
    white-space: nowrap;
} */
.recuit tbody tr td {
    border-bottom: 1px solid #ddd;
    color: #121212;
    font-size: 1.4rem;
    letter-spacing: -1px; 
}

.recuit tbody tr td.le {
    border-left: 1px solid #ddd;
}
.partner {
    margin:7rem 0 5rem 0;
    border-top: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    padding:3rem 2rem 2rem 0;
}

.partner label{
    font-size: 1.6rem;
}
.partner p{
    font-size: 1.2rem;
}
.partner p a{
    font-size: 1.2rem;
}
input[id="appr"] {
    position: relative;
    top: 2px;
}
.btn-par {
    color: #fff;
    width: 10rem;
    background-color: #2E3233;
    border-color: #252a2b;
    margin-right: 1rem;
}
.btn-par:hover, .btn-par:active {
    color: #dadada;
}

.btn-par1 {
    color: #fff;
    width: 10rem;
    background-color: #F39F03;
    border-color: #c78101;
    margin-left: 1rem;
}
/* 
.charge {

    text-align: center;
} */
/* .recuit tbody tr td {
    border-right: 1px solid #ddd;
} */
/*-------------------------------------
        6.  footer
--------------------------------------*/
.footer-copyright {
    background-color: #121212;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* display: flex;
    gap: 13rem;
    align-self: stretch; */
}

.footer-copyright .col-md-12 {
    padding: 0 160px;
}

.footer-copyright h3{
    color: #FFF;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
/* .footer-copyright h6{
    color: #FFF;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
} */
.footer-copyright h6 a {
    color: #FFF;
    /* font-family: Pretendard; */
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.footer-copyright p{
    color: #FFF;
    /* font-family: Pretendard; */
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 200;
    line-height: 150%; /* 2.4rem */
    letter-spacing: 0;
}

/* .footer-copyright p.footer{
    margin-top: 3rem;
} */


/* hm-foot-icon
.hm-foot-icon {
   
}
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #636a82;
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #b636ff;
}/*hm-foot-icon*/

/* .hm-footer-copyright p{
    color: #888ea5;
    text-transform: capitalize;
    padding: 38px 0;
}
.hm-footer-copyright p a {color: #888ea5;}  */
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#F39F03;
	border:1px solid #F39F03;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #b636ff;
	border:1px solid #b636ff;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*pop-up 2024.112.03*/
hr {
    background: #d3d2d2;
    height: 1px;
    border: 0;
}
.pop {
    padding: 15px;
}
.pop .top {
    margin: 20px 0 10px;
}
.pop h2 {
    font-size: 1.4rem;
    font-weight: 700;
    /* line-height: 2; */
}

.pop h6 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
}

.pop .box{
    background-color: #e9e9e9;
    border-radius: 5px;
    padding:15px 25px;
}
.pop .box h6{
    line-height: 3;
    font-weight: 700;
    /* border-bottom: 1px solid #b6b6b6; */
}
.pop .box h6 span{
    font-weight: 400;
    margin-left: 44px;
}
.pop .box h6 span.hw{
    font-weight: 700;
    margin-left: 20px;
}
/*2024.12.4 개인정보 처리방침*/
.priv-ma {margin: 16rem 0 6rem 0 ;}

.priv {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.priv ul, ol, li {
    list-style: none;
}
.priv ol li ol li {
    padding-left: 12px;
}
.priv ol li ol li p{
    padding-left: 12px;
}
.priv h2{
    font-size: 3.4rem;
    color: #121212;
    font-weight: 400;
    line-height: 150%;
    
}
.priv span {
    font-weight: 700;
}

.priv h2.pr{
    padding-bottom: 2rem;
    border-bottom: solid 1px #707070;
    margin-bottom: 2rem;
    position: relative;
}

.labeling {
    width: 100%;
}
.tableWrap {
    /* width: 880px; */
    margin: 24px 0;
    border: 1px solid #dedfe5;
    border-radius: 8px;
    overflow: hidden;
    /* padding-bottom: 18px; */
    font-size: 12px;
    line-height: 18px;
    color: #4F4E64;
}
/* .termsContent .terms {
    padding-bottom: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #4F4E64;
} */
.tableWrap table {
    width: 100%;
    border-collapse: collapse;
    border-style: hidden;
}
.tableWrap table strong {
    margin: 0;
    font-size: 14px;
}

.tableWrap strong {
    display: block;
}
.tableWrap .img {
    margin: 16px 0;
}
.tableWrap table th {
    font-weight: 600;
    background-color: #f8f8f9;
    text-align: center;
    font-size: 13px;
}
.tableWrap table th, tr, td {
    border-bottom: 1px solid #dedfe5;
    border-left: 1px solid #dedfe5;
    padding: 10px;
}
/* tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
} */

.tableWrap table .line {
    text-decoration: underline;
}
.tableWrap table.va-t td {
    vertical-align: top;
}

.ta-c {
    text-align: center !important;
}
.text {
    font-size: 12px;
    line-height: 18px;
}
.ta-l {
    text-align: left !important;
}

.tableWrap .dot {
    font-weight: 700;
    font-size: 16px;
    vertical-align: bottom;
}
.ta-r {
    text-align: right !important;
}
.mt-8 {
    margin-top: -20px;
    font-size: 12px;
}
/* tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
} */

.priv [class*='terms-icon'] {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../images/terms_icons.svg") no-repeat;
}

.priv .terms-icon01 {
    background-position: 0 0;
}

.priv .terms-icon02 {
    background-position: -36px 0;
}

.priv .terms-icon03 {
    background-position: -72px 0;
}

.priv .terms-icon04 {
    background-position: -108px 0;
}

.priv .terms-icon05 {
    background-position: -144px 0;
}

.priv .terms-icon06 {
    background-position: -180px 0;
}

.priv .terms-icon07 {
    background-position: -216px 0;
}

.priv .terms-icon08 {
    background-position: 0 -36px;
}

.priv .terms-icon09 {
    background-position: -36px -36px;
}

.priv .terms-icon10 {
    background-position: -72px -36px;
}

.priv .terms-icon11 {
    background-position: -108px -36px;
}

.priv .terms-icon12 {
    background-position: -144px -36px;
}

.priv .terms-icon13 {
    background-position: -180px -36px;
}

.priv .label-wrap {
    display: inline-flex;
    gap: 4px;
}
.priv .tit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 30px 0 10px;
    font-size: 16px;
}
.co-blue {
    color: #417BE6 !important;
}
.priv a {
    font-size: 12px;
}
/*.termsContent .terms table th:first-child,.termsContent .terms table td:first-child { border-top: 1px solid; border-left: none; }*/
/* // 개인정보 처리방침 */
/*========================Thank you=================*/