:root {


	--main-color:#36c174;

}
.mo{
	display: none !important;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    background: transparent;
	font-family: 'Pretendard', sans-serif;
	letter-spacing: -.05em;
}
*, ::after, ::before {
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
table{
	border-collapse: collapse;
	width:100%;
}
.ani {
	transition-property: all !important;
	transition-duration: .25s !important
}

.ani-1s {
	transition-property: all;
	transition-duration: 1s
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
a{
	text-decoration: none;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_3line {
	display: block;
   width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   word-break: break-word;
   display: -webkit-box;
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical
}
.ellipsis_5line {
	display: block;
   width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   word-break: break-word;
   display: -webkit-box;
   -webkit-line-clamp: 5; 
   -webkit-box-orient: vertical
}

.addCircle{
	width:640px;
	height:640px;
	position: absolute;
	left: -320px;
    top: -320px;
	opacity: .3;
	z-index: -1;

}
.addCircle::after{
	content:'';
	position: absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-image: url(/assets/img/circle_1.png);    
	animation: rotate_image 45s linear infinite;
    transform-origin: 50% 50%;
	z-index: -1;
	opacity: .5;
}
.addCircle::before{
	content:'';
	position: absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-image: url(/assets/img/circle_2.png);    
	animation: rotate_image2 60s linear infinite;
    transform-origin: 50% 50%;
	z-index: -1;
}
 
@keyframes rotate_image{
	100% {
    	transform: rotate(360deg);
    }
}@keyframes rotate_image2{
	100% {
    	transform: rotate(-360deg);
    }
}
/* main */

.main_intro{
	width:calc(100% - 100px);
	height:calc(100vh - 100px);
	/* background-image: url('../img/main_intro_bg.jpg'); */
	background-color: #031426;
	position: relative;
	margin:50px;
	border-radius: 20px;
}
.main_sec_inner{
	width:1600px;
	margin:50px auto;
	padding:50px 0;
	border-radius: 20px;
}
.sec1 > div{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
.cnt_txt_group_box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
}
.img_group_box{
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 32px;
}
.img_group_box > a{

	background-color: #3662c1;
	display: block;
	height:174px;
	color:#fff;
	font-weight: 700;
	text-align: center;
	font-size: 22px;    
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
}
.img_group_box > a:hover{
	transform: scale(1.03);
}
.cnt_txt_bla{
	font-weight: 500;
	text-align: center;
	display: block;
	font-size: 20px;
}
.cnt_txt_group_box > div > span{
	font-weight: 400;
	text-align: center;
	display: block;
	font-size: 16px;
	color:#6E99CC;
	margin-top:4px;
}
.cnt_no_view{
	font-weight: 700;
	text-align: center;
	display: block;
	font-size: 34px;
	margin-top:20px;
}
.skyblue_bg{
	background-color: #E8F1FF;

}

.sec2{
	padding:50px;
	position: relative;
}


.main_sec h3{
	font-size:35px;
	font-weight: 700;
	color:#144172;
}
.sec2 > div {
	display: grid;
	grid-template-columns: 450px 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-top:30px;
}
.sec2 > div > a{
    display: flex;
    height: 410px;
    background-color: #333;
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    align-items: flex-end;
    padding: 20px;
	justify-content: center;
	position: relative;
}
.sec2 > div > a::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	transition-property: all !important;
}
.sec2 > div > a > p{
	position: relative;
	z-index: 1;
}
.sec2 > div > a:hover{
	transform: scale(1.03);
	transition-property: all !important;
}
.sub_txt{
	font-size: 20px;
	line-height: 150%;
}
.more_btn {
    height: 60px;
    background-color: #043B8D;
    padding: 0 60px;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    line-height: 60px;
    border-radius: 30px;
	align-items: center;
	border:0;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	border:2px solid transparent;
	transition-property: all !important;
	transition-duration: .4s !important
}

.more_btn i{
	margin-left: 10px;
}
.more_btn:hover i{
	animation: fadeMoveRight 0.5s forwards;
}
.more_btn:hover{
	background-color:  #1c5dbe;
	transition-property: all !important;
	transition-duration: .4s !important;
	transform: scale(1.05);
}
@keyframes fadeMoveRight {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(20px, 0);
    opacity: 0;
  }
  41% {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.main_sec h2{
	font-size: 35px;
	font-weight: 700;
	color:#144172;
}
.sec3 {
	position: relative;
}
.sec3 .addCircle{
	left:auto;
	right: -395px;
	top: 12px;
}
.sec3 h2{
	padding: 80px 0 40px;
}
.point_title{
	color:#3677BE;
}
.sec3_box{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 30px;
	margin-top:30px;
}
.sec3_cont{
	border:1px solid #2680EB;
	border-radius: 12px;
	padding:46px 50px;
	background-image: url(/assets/img/logo_normal2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 300px;
	display: none;
	
}
.item_on_view{
	display: block;
}
.sec3_cont .more_btn{
	margin-top:10px;
}
.sec3 .label{
    font-size: 18px;
    background-color: #043B8D;
    color: #fff;
    border-radius: 4px;
    padding: 7px 10px;
    display: inline-flex;
}
.sec3 h4{
	font-size:24px;
	font-weight: 700;
	margin:12px 0;
}
.sec_tag{
	font-weight: 400;
	font-size: 18px;
	color:#6E99CC;
	margin-top:4px;
}
.sec3_cont > p{
	font-size: 20px;
	line-height: 150%;
	margin-top:10px;
	margin-top: 26px;
}
.lawyer_list{
	margin-bottom: 38px;
}
.lawyer_list .lawyer{
	display: inline-block;
	margin-right: 20px;
	margin-top:28px;
}
.lawyer_list .lawyer img{
	width:84px;
	height: 84px;
}
.lawyer_list .lawyer div{
	text-align: center;
}
.lawyer_name{
	font-size:14px;
	font-weight: 700;
}
.lawyer_position{
	font-size:12px;
}

.sec3_item{
	border:1px solid #DEDEDE;
	border-radius: 12px;
	padding: 26px 30px;
	filter: grayscale(1) opacity(0.5);
}
.item_on{
	filter:none;
	border-color: #3677BE;
	background-color: #E8F1FF;
}
.sec3_item .label{
	font-size: 14px;
    padding: 5px 10px;
}
.sec3_item_title{
	font-size: 22px;
	font-weight: 700;
	margin:12px 0;
}
.sec3_item_tag{
	font-weight: 400;
	font-size: 16px;
	color:#6E99CC;
	margin-top:4px;
}
.sec3_item p{
	font-size: 18px;
	line-height: 150%;
	margin-top:10px;
	margin-bottom: 0;
}
.sec3_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
	cursor: pointer;
}
.cus_review{
	margin-top:100px;
}
.cus_review .item{
    background-color: #E8F1FF;
    height: 450px;
    border-radius: 20px;
	padding:30px;
	transition-property: all;
	transition-duration: .4s;

}
.cus_review .item:hover{
	transform: scale(1.1);
	transition-property: all;
	transition-duration: .4s;
	background-color: #d7e5f9;
	box-shadow: 5px 0px 25px 0 rgba(0, 0, 0, 0.1);
}
.cus_review .item:hover p{
	color:#333;
}

.owl-carousel .owl-stage-outer{
	overflow: unset !important;
}
.sec4{
	position: relative;
}
.sec4 .owl-nav {
    position: absolute;
    right: 0;
	top: -130px;
}
.sec4 .owl-nav button{
	border:1px solid #707070 !important
}
.sec4 .owl-nav button:first-child{
	border-right:0 !important;
}
.owl-nav i {
    font-size: 20px;
}
.user_info{
	display: grid;
	grid-template-columns: 67px 1fr;
	grid-gap: 20px;
	align-items: center;
}
.user_img img{
	width:67px !important;
	height: auto;
}
.user_name {
	font-size: 20px;
	font-weight: 500;
}
.user_position{
	font-size: 16px;
	color:#6E99CC;
	margin-top:8px;
}

.cus_review .item h3{
	font-size:22px;
	margin:42px 0;
	line-height: 150%;
}
.cus_review .item p{
	color:#8291A2;
	font-size:18px;
	line-height: 150%;
	
}
.owl-dots{
	text-align: center;
	margin-top: 40px;
}
.owl-carousel button.owl-dot{
	background-color: #CCE6FF !important;
	width:12px;
	height: 12px;
	border-radius: 6px;
	margin:0 6px;
}
.owl-carousel button.active{
	background-color: #6599CC !important;
	width:40px;

}
.darkblue_bg{
	background-color: #031426;
	padding:50px;
}

.darkblue_bg h2{
	color: #fff;

}
.darkblue_bg h2 img{
	width: auto;
    height: 36px;
    margin-right: 10px;
}
.video_group{
	display: grid;
    grid-template-columns: 1fr 536px;
	grid-gap:30px;
}
.video_group > a:hover{
	transform: scale(1.015);
}

.video_recent_list > a:hover{
	transform: scale(1.04);
}
.video_group > a:first-child{
	display: block;
	height: 527px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	overflow:hidden;
	position: relative;
}
.video_group > a:first-child::after{
	content:'';
	position: absolute;
	bottom:0%;
	left:0%;
	width:100%;
	height:50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.video_recent_list {
	display: flex;
    flex-direction: column;
    gap: 22px;
}
.video_recent_list > a {
    display: grid;
    grid-template-columns: 204px 1fr;
	grid-gap: 20px;
	align-items: center;
	
}
.video_recent_list > a > div:first-child{
	width: 204px;
	height: 115px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.video_title{
	
	font-size:20px;
	font-weight: 700;
	color:#fff;
}
.video_title > span,
.video_title small{
	font-size:16px;
	color:#6E99CC;
	display: block;
	margin-top:4px;
	font-weight: 400;
}
.video_title small{
	font-size:12px;
}
.sec5{
	padding-bottom:100px;
	margin: 100px auto;
}
.sec5 > h2 {
	margin: 38px 0 74px;
	position: relative;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.sec5 > h2 > div{
	display: flex;
	align-items: center;
}
.profile_thumb {
    display: inline-grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 8px;
    position: absolute;
    left: 48px;
    bottom: 38px;
    z-index: 1;
}
.profile_thumb > div > img{
	width:40px;
	height: auto;
	border-radius: 50%;
}
.profile_thumb > div{
	font-size:20px;
	color:#fff;
	font-weight: 700;
}
.profile_thumb > div > span{
	display: block;
	font-weight: 400;
	font-size: 16px;
	color:#ffffffaa;
}

.sec6{
	padding:50px;
	position: relative;
}
.sec6 h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 38px 0 74px;
}
.faq_item{
	background-color: #fff;
	border-radius: 12px;
	margin-top:20px;
	cursor: pointer;
}
.faq_item > div{
	display: grid;
    grid-template-columns: 38px 1fr;
	padding:24px 30px;
	
}
.faq_item > div > span,
.faq_item > div > div > span{
	font-size: 22px;
	font-weight: 700;
	display: block;

}
.faq_question > span:first-child{
	color:#3677BE;
	position: relative;
}
.faq_question > span:nth-child(2){
	position: relative;
}
.faq_question > span:nth-child(2) i{
    position: absolute;
    color: #648db9;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
.on > .faq_question > span:nth-child(2) i{
	transform: translateY(-50%) rotate(180deg);
}
.faq_item > .faq_answer {
	display: none;
	padding: 0 30px 24px;
}
.faq_item > .faq_answer > div{
	display: grid;
	grid-template-columns: 38px 1fr;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}
.faq_answer > div >span:first-child{
	color:crimson;
	line-height: 166%;
}

.on > .faq_answer{
	display: grid;
}
.faq_item > .faq_answer > div > span:last-child{
    line-height: 200%;
    color: #8291A2;
    font-size: 18px;
    font-weight: 400;
}
.sec7{
	padding:120px 0;
}
.sec7_box{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 30px;
	margin-top:30px;
}
.sec7_box_left,
.sec7_box_right{
	display: flex;
	flex-direction: column;
}

.sec7_box label{
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
}
.sec7_box  input[type="text"],
.sec7_box select,
.sec7_box textarea{
    margin-top: 12px;
    background-color: #E8F1FF;
    border-radius: 12px;
    padding: 24px;
    font-size: 20px;
    font-weight: 400;
    border: 0;
	color:#8291A2;
}
.sec7_box textarea{
    height: 188px;
	margin-bottom:12px;
}
.age_check_label{
	color:#8291A2;
	font-weight: 400 !important;
	padding: 6px 0;
	margin-top: 2px !important;
}
.submit_btn{
	margin-top: 20px;
	height: 72px;
	border-radius: 36px;
}

footer{
	margin:50px;
	background-color: #031426;
	border-radius: 20px;
	padding:62px 0;
	color:#fff;
}
footer > div{
	margin:0 auto;
	width:1600px;
}
.copyright h5{
	font-size:20px;
	font-weight: 700;
	color:#8291A2;
}
.copyright p{
	color:#D2D2D277;
	font-size:14px;
	line-height: 170%;
	padding: 10px 0 20px;
}
.site_guide{
	padding-top:50px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.site_guide > div{
	display: inline-flex;
	gap: 30px;
}
.site_guide a{
	font-size:18px;
	font-weight: 700;
	color:#8291A2;

}

footer .footer_site{
    display: flex;
    justify-content: space-between;
}
footer .footer_site select{
	
	font-size:16px;
	font-weight: 400;
	color:#8291A2;
	background-color:#031426;
	border:1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px 40px;
}
footer .menu{
	display: inline-flex;
	gap:160px;
}
footer .menu > li > a{
	font-size:18px;
	font-weight: 600;
	color:#8291A2;
	display: block;
}
footer .submenu {
	margin-top:15px;
	margin-bottom:15px;
}
footer .submenu > li > a{
	font-size:14px;
	font-weight: 400;
	color:#D2D2D277;
	display: block;
	padding: 6px 0;

}
.down{
	margin-top:12px;
	background-color: #09294B;
	font-size:14px;
	text-align: center;
	color:#679ad3;
	display: block;
	border-radius: 4px;
}
.down_text{
	display: inline-flex;
    align-items: center;
    padding: 11px 0;
    border-top: 1px solid #ffffff44;
    width: calc(100% - 53px);
    justify-content: center;
	gap: 5px;
	color:#679ad3;
}
.down span,
.down small{
	display: block;
}
.down span{
	font-weight: 700;
	font-size:16px;
}
.down small{
	font-weight: 700;
	font-size:9px;
	margin-bottom:14px;
}
.down img{
	width:38px;
	height: auto;
	margin:28px 0 18px;
}

header{
	position: absolute;
	width:100%;
	top:70px;
	z-index: 10;

}
header a{
	color:#aaa;
}
header .wrap{
	max-width: 1600px;
	width: calc(100% - 180px);
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
header .logo{
    background-image: url(/assets/img/svg/logo_white.svg);
    width: 128px;
    height: 60px;
	display: block;
    background-size: 138px;
}
header .menu {
	display: inline-flex;
}
header .menu > li {
	display: block;
	width: 150px;
	text-align: left;
}
header .menu > li > a{
    display: flex;
	padding-left:24px;
    align-items: center;
	height: 60px;
	font-size:18px;
	font-weight: 600;
	color:#fff;
}
header .submenu {
	display:none;
}
header .menu_btn{
	color:#fff;
	font-size:20px;
	height: 60px;
	display: flex;
	align-items: center;
}
header .submenu{
	opacity: 0;
}
header .menu > li{
	width:160px;
}

header.on .submenu a:hover, 
header:hover .submenu a:hover{
	color:#043B8D;
	background-color: #E8F1FF;
}
header.scroll_on .menu > li > a:hover{

	color:#043B8D;
}
header .wrap_bg{
	position: absolute;
	top:80px;
	overflow: hidden;
}

/* .on 및 hover 영역 시작 */
header.on,
header:hover {
	position:fixed;
	top:0;
	left:0;
	background-color: #fff !important;
	padding:10px 0 0 0;
	overflow: unset;
	height: unset;
}
header.on .logo,
header:hover .logo{
	background-image: url(/assets/img/svg/logo_color.svg);
}
header.on .submenu,
header:hover .submenu{
	opacity: 1;
}

header.on .menu > li > a,
header:hover  .menu > li > a{
	color:#222;
}

header.on .menu_btn,
header:hover .menu_btn{
	color:#222;

}
header.on .submenu,
header:hover .submenu{
	display: block;
	height: 247px;
	margin-top: 10px;
	border-right:1px solid #dcdcdc;
	padding-top: 16px;
}
header.on .submenu a,
header:hover .submenu a{
	display: block;
	text-align: left;
	padding: 16px 24px;
	color:#222;
}
header.on .menu > li:first-child > ul,
header:hover .menu > li:first-child > ul{
	border-left:1px solid #dcdcdc;

}
header.on .wrap_bg,
header:hover .wrap_bg{
	border-top:1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: fixed;
	height: 248px;
	left: 0;
	top: 80px;
	width: 100%;
	background-color: #ffffff;
}
header.on .menu > li,
header:hover .menu > li{
	width:200px !important;
}

/* .on 및 hover 영역 끝 */

/* scroll_on 시작 */

header.scroll_on {
	position:fixed;
	top:0;
	left:0;
	background-color: #ffffff00;
	padding:10px 0 0 0;
}
header.scroll_on::after{
	content:"";
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	position: fixed;
	backdrop-filter: blur(7px);
	background: #ffffff77;
}
header.scroll_on .logo{
	background-image: url(/assets/img/svg/logo_color.svg);
}
header.scroll_on .menu > li > a{
	color:#222;
}
header.scroll_on .menu_btn{
	color:#222;

}
header.scroll_on .menu > li{
	width:160px;
}

header .down{
	position: absolute;
	right:40px;
	top:17px;
	width:150px;
	opacity: 0;
}
header:hover .down{
	opacity: 1;
}