@media screen and (max-width:1024px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 40px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}
.pc_con{display: none;}
.mob_con{display: block;}
/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

#header .gnb{display: none;}

.main_tit{font-size: 2.188rem;}
.more_btn a {width: 10rem; height: 55px; position: relative; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; z-index: 1; font-size: 11px; color: var(--co01); text-decoration: none; border: 1px solid var(--co01); transition: color 0.3s ease, border 0.3s ease;	border-radius:30px;}
.more_btn a::before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 0; background-color: var(--co01); opacity: 1; z-index: 0;transition: width 0.6s ease-in-out;}
.more_btn a:hover {color: #fff;border: 1px solid var(--co01);}
.more_btn a:hover::before {width: 100%;}
.more_btn a span {position: relative; z-index: 2;}
.more_btn a span i{margin-left: 15px; font-size: 16px;}

/* popup */
.pop_wrap_new{width: 500px;}
.pop_wrap_new .pop_box{width: 100%;}
.pop_wrap_new .close_btn{background: #333; text-align: right;}
.pop_wrap_new .close_btn a{color: #fff; padding-right: 10px;}
/* scroll */
.scroll_wrap {position: fixed; bottom: 0; left: 45px; z-index: 999; display: flex; align-items: center; gap: 10px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 14px; font-weight: 500; color: #fff; opacity: 0.9; }
.scroll_wrap span { display: block; width: 1px; height: 50px; background: #fff;}
.scroll_wrap.black{color: #111;}
.scroll_wrap.black span {background: #111;}
.scroll_wrap{display:none;}
.scroll_wrap span{display:none;}
.scroll_wrap.black{display:none;} 
.scroll_wrap.black span{display:none;} 

/* header */
#header{height: 75px; background: rgb(0,0,0,.7);}
#header .inner{height: 100%;}
#header h1 a{width: 183px; height: 35px;}

#header.black{background: #fff;}
#header.black .nav_btn{filter: invert(1);}

/* navigation */
#header.nav{background: #fff;}
#header.nav h1 a {filter: invert(1);}
.nav_btn{display: block; background: url(/images/main/main_ham.png)center no-repeat; background-size:cover; width: 35px; height: 22px;}
#header.nav .nav_btn{position: absolute; top: 50%; transform:translateY(-50%); right: 2.6%;display: block; background: url(/images/main/main_close.png)center no-repeat; width: 22px; height: 22px; background-size: cover;}
.navigation{position: fixed;left: 0;top: 0;width: 100%; height: 100%; z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 75px; z-index:5000; width:50%;background-color:#fff;height:100%; right: 0px; }
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/nav_on.png)center no-repeat; background-size:cover; width: 12px; height: 2px;}
.navigation h3 a{position: relative;line-height: 50px;width:100%; display: flex;align-items: center;padding: 0 20px;color:#222222;font-size:16px;font-weight: 600; border-bottom:1px solid #dddddd;}
.navigation h3.on a,
.navigation h3.active a{color: #fff; background: #303f46;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 12px;height: 13px;background:url(/images/main/nav_plus.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 0;background:#f2f2f2;}
.navigation ul li a{color:#666;font-size:14px;font-weight: 400;margin-left: 20px; word-break:keep-all;line-height: 30px;}
.navigation ul li:hover a{font-weight:600 ; color: #222222; border-bottom:1px solid #222222;}
.navigation ul li a.on{color: #222;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 75px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 

/* scroll */
.scroll_wrap {font-size: 0.75rem;}

/* quick */
#main_quick{position: fixed; right: 20px; bottom: 60px; z-index: 9999;}
#main_quick ul li{background: rgb(0,0,0,.5); border-radius:50%;}
#main_quick ul li:not(:last-child){margin-bottom: 10px;}
#main_quick ul li a .quick_icon{display: flex; width: 50px; height: 50px; aspect-ratio:1; align-items: center; justify-content: center;}
#main_quick ul li .label {position: absolute; right: 0px;width: 170px;	height: 50px; 	line-height: 50px; padding-inline: 15px; background: #2c3e50; color: #fff; font-size: 0.938rem; border-radius: 35px; white-space: nowrap; opacity: 0; transform: translateX(10px); pointer-events: none; transition: all 0.3s ease;}
#main_quick ul li a span img{width: 28px;}
#main_quick ul li:last-child a span img{width: auto;}

/* visual */
#visual_wrap{height: 100vh;}
#visual_wrap .logo_wrap {position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 100;width: 600px;height: 265px;}
#visual_wrap .line_wrap01{width: 600px; height: 50px;}

#visual_wrap .line1{height: 11px;}
#visual_wrap .line2{width: 11px; bottom:5px;}

#visual_wrap .line_wrap02{ position:absolute; right: -32px; bottom: 54px; width: 80px; height:110px;}
#visual_wrap .line3{height: 11px;}
#visual_wrap .line4{width: 11px; bottom:10px;}
#visual_wrap .line5{height: 11px; bottom:48px;}
#visual_wrap .line6{width: 11px; bottom: 56px;}
#visual_wrap .line7{height: 11px; bottom: 95px;}
#visual_wrap .line_wrap03{width: 50px; height: 50px; right: 218px; bottom: -39px;}
#visual_wrap .line_wrap04{right: 40px; width: 185px; height: 245px;}
#visual_wrap .line8{width: 11px;}
#visual_wrap .line9{height: 11px;}
#visual_wrap .line10{width: 11px; top: 10px;}
#visual_wrap .line11{height: 11px; top: 104px;}
#visual_wrap .line_wrap05{right: 85px; top: 60px; width: 110px; height: 90px;}
#visual_wrap .line13{right: 54px; top: 44px;}
#visual_wrap .line14{left: 54px; top: 44px;}
#visual_wrap .logo_wrap .txt_box{right: -170px; top: 40px;}
.line2 {
  animation: lineAni02 0.6s ease forwards;
  animation-delay: 1.5s;
	from { height: 0; }
  to { height: 48px; }
}
.line3 {
  animation: lineAni03 0.6s ease forwards;
  animation-delay: 1.8s;
	from { width: 0; }
  to { width: 80px; }
}
.line10 {
  animation: lineAni10 0.6s ease forwards;
  animation-delay: 2.6s;
	from { height: 0; }
  to { height: 95px; }
}
.line12 {
  animation: lineAni12 0.5s ease forwards;
  animation-delay: 3.5s;
	from { width: 0; }
  to { width: 54px; }
}
@keyframes lineAni01 {
	0% {width:1415px;}
	100% {width:220px;}
}  
@keyframes lineAni10 {
	0% {height:0;}
	100% {height:95px;}
} 
@keyframes lineAni12 {
	0% {height:0;}
	100% {height:54px;}
} 
@keyframes lineAni13 {
	0% {width: 0; height:0;}
	100% {width: 54px; height:46px;}
} 
@keyframes lineAni14 {
	0% {width: 0; height:0;}
	100% {width: 54px; height:46px;}
} 
/* section02 */
#section02 .sec02_con{flex-direction: column; padding: 0;}
#section02 .sec02_con .tit_wrap{width: 100%; display: flex; justify-content: space-between; padding-block: 80px 20px;}
#section02 .sec02_con .sec02_con_box{width: 100%; gap:20px; grid-template-columns: repeat(2, 1fr); box-sizing: border-box;}
#section02 .sec02_con .tit_wrap .tit_top h3{font-size: 2.625rem; color: var(--co01);}
#section02 .sec02_con .tit_wrap .tit_top strong{display: inline-block; font-size:1.875rem; color: #111; padding-top: 10px;}
#section02 .sec02_con .tit_wrap .tit_btm{margin-top: 30px;}
#section02 .sec02_con .tit_wrap .tit_btm .tit_big{font-size: 1.3rem; color: #111; font-weight: 500;}
#section02 .sec02_con .tit_wrap .tit_btm p:nth-child(2){font-size: 1rem; color: #666; line-height: 1.5; padding-top: 20px;}

#section02 .sec02_con_box > li:nth-child(2), #section02 .sec02_con_box > li:nth-child(4){transform: translateY(0);}
#section02 .sec02_con_box > li:nth-child(2):hover,#section02 .sec02_con_box > li:nth-child(4):hover {transform: translateY(-5px);}
#section02 .txt_wrap strong{font-size: 1.25rem;}
#section02 .txt_wrap span{font-size: 0.875rem;}
#section02 .sec02_list{height: auto; padding: 25px 30px;}
#section02 .sec02_list .icon_box{display: block; width: 50px;}
#section02 .sec02_list .icon_box img{width: 100%;}
#section02 .sec02_list dd{padding-top: 25px;}
#section02 .sec02_list dl dt .txt_wrap{padding-top: 20px;}
#section02 .sec02_list .conter{font-size: 2.188rem;}
#section02 .tit_wrap .more_btn{position: absolute; right: 20px; margin-top: 50px;}

/* section03 */
#section03 .inner{flex-direction: column; gap:100px;}
#section03 .tit_wrap{width: 100%;}
#section03 .sec03_con{width: 100%; padding-inline: 0;}
#section03 .tit_wrap .tit_btm{margin-top: 0;}
#section03 .tit_wrap .tit_btm p{font-size: 1.063rem; line-height: 1.5;}
#section03 .tit_wrap .tit_tab{display: flex; justify-content: space-between; align-items: center; margin-top: 45px;}
#section03 .tit_wrap .more_btn{margin-top: 0;}

#section03 .sec03_con ul{gap:20px;}
#section03 .sec03_con .sec03_item{height: 300px;}
#section03 .sec03_con .sec03_item strong{font-size: 1.25rem; padding-top: 30px;}
#section03 .sec03_con .sec03_item p{font-size: 0.875rem; padding-top: 20px; line-height: 1.5; text-align: center; height: 5.313rem;}
#section03 .sec03_con .sec03_item p span{display: inline;}
#section03 .sec03_con .sec03_item > span{width: 55px; height: 55px;}
#section03 .sec03_con ul li:last-child .sec03_item > span{width: 40px;}
#section03 .sec03_con .sec03_item span img{width: 100%;}

/* section04 */
#section04 .inner{flex-direction: column-reverse; gap: 40px;}
#section04 .sec04_left{width: 100%;}
#section04 .sec04_right{width: 100%;}
#section04 .map_wrap li iframe{height: 30vh;}
#section04 .map_list{display: flex; flex-wrap: wrap; gap:20px;}
#section04 .map_list li{width: calc((100% - 20px) / 2); border:none; box-shadow: 1.93px 1.07px 6px rgba(48, 63, 70, 0.1);}
#section04 .map_list li:not(:last-child){margin-bottom: 0;}
#section04 .map_list li .info{padding-inline:20px;}
#section04 .map_list li .info h4{font-size: 1rem;}
#section04 .map_list li .info .info_address p{font-size: 0.75rem;}
#section04 .map_list li .info_img{flex-shrink: 0; width: 35%;}
#section04 .map_list li .info_img img{width: 100%;}
#section04 .map_list li .info .info_address{margin-top: 15px;}
#section04 .tit_wrap p{font-size: 1.063rem; padding-top: 20px;}

/* footer */
#footer{height: auto !important; padding-block:50px;}
#footer .fp-tableCell{height: auto !important;}
#footer .inner{gap:15px;}
#footer .footer_info{gap:10px;}
#footer .footer_info ul li{flex-wrap: wrap; gap: 8px 0;}
#footer .footer_info .footer_link a{font-size: 0.875rem;}
#footer .footer_info ul li dl{font-size: 0.875rem; gap:10px;}
#footer .footer_info ul li:not(:last-child){margin-bottom: 10px;}
#footer .footer_info ul li:first-child{margin-bottom: 0;}
#footer .footer_company{display: flex; width:100%; flex-direction: column;}
#footer .footer_company ul{display: flex; flex-direction: column; width:100%; gap:4px;}
#footer .footer_company ul li{display: flex; width:100%;}
#footer .footer_company ul li dl{display: flex; gap:20px; width:50%; font-size: 0.875rem;}
#footer .footer_company ul:last-child li dl{width: 50%;}

/* ####################################################### sub */

#header.sub_head{position: relative; background: #fff;}
#header.sub_head h1 a{filter: brightness(0) invert(1) brightness(0.13);}
#header.sub_head.on{background: #fff;}
#header.sub_head .nav_btn{filter: invert(1);}
#header.sub_head .nav_btn.on{filter: invert(0);}

/* sub_visual */
#sub_visual_wrap{position: relative; line-height: 1; font-family: 'Pretendard';}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 3rem; color: #fff; font-weight: 700;text-align: center; margin-bottom: 25px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 1rem; color: #fff; font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 8px; height: 11px; background: url('/images/sub/sub_arw_right.png');}
#sub_visual_wrap .sub_visual_img{height: 300px;}

/* sub_contents */
#sub_contents{padding: 80px 0;}
.contop h3{font-size: 24px; color: #151a59; text-align: center;}

#footer.sub_foot{height: auto !important; padding-block:50px;}

/*sub_tit*/
.sub_tit{font-size: 2.625rem; text-align:center; color:#111; margin-top:20px; margin-bottom:60px;}
.sub_tit_small{font-size: 1.25rem; color: #151a59; text-align: center; margin-top:120px;}

/*sub01_01*/
.sub0101_wrap .seolaw_wrap{display:flex; justify-content: space-between; gap:40px; flex-direction: column;}
.sub0101_wrap .seolaw_wrap .sub_01_01_img{flex: 0 1 45%;}
.sub0101_wrap .seolaw_wrap .sub_01_01_img > img{width: 100%;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_wrap{flex: 1; display:flex; flex-direction: column; min-width: 300px;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box{display:flex; gap:20px;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(1),
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(2){border-bottom:1px solid #ddd;}
.sub0101_wrap .seolaw_wrap .sub_icon{flex-shrink:0; width:50px; height:50px; margin-top:30px; background-size:cover;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(1) .sub_icon{background: url('/images/sub/sub_01_01_icon01.png')center no-repeat; background-size:cover; margin-top:0px;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(1) .sub_01_01_txt{margin:0px 0 30px;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(2) .sub_icon{background: url('/images/sub/sub_01_01_icon02.png')center no-repeat; background-size:cover;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(3) .sub_icon{background: url('/images/sub/sub_01_01_icon03.png')center no-repeat; background-size:cover;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt_box:nth-child(3) .sub_01_01_txt{margin:30px 0 0px;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt{margin:30px 0;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt h3{font-size:1.375rem; margin-bottom:20px; line-height:1.3; font-weight: 700; color:#111;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt p{font-size:1rem; line-height:26px; color:#666; word-break: keep-all;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt p > span{display:block; margin-bottom:10px; color:#111; font-weight: 600;}


/*sub01_02*/
.sub0102_wrap .member_sec{display:flex; gap:40px; flex-wrap: wrap;}
.sub0102_wrap .member{display:flex; gap:35px; width: calc(100% - 40px);}
.sub0102_wrap .member .sub_02_01_img{width: 50%;}
.sub0102_wrap .member .sub_02_01_img img{width: 100%; object-fit: cover;}
.sub0102_wrap .member .sub_02_01_txt_wrap{display:flex; flex-direction: column;}
.sub0102_wrap .member.img_right .sub_02_01_txt_wrap{align-items: flex-end;}
.sub0102_wrap .member .sub_02_01_txt_wrap .mem_tit{display: flex; font-size: 1.5rem; margin-bottom: 20px; gap:10px;}
.sub0102_wrap .member .sub_02_01_txt_wrap .mem_tit h5{color: #111;}
.sub0102_wrap .member .sub_02_01_txt_wrap h5{font-size: 1.5rem; font-weight: 600; color:#666;}
.sub0102_wrap .member .sub_02_01_txt_wrap a{display: flex; width: 45px; height: 45px; background: rgb(0, 0, 0, .5); align-items: center; justify-content: center; border-radius:99px;}
.sub0102_wrap .member .sub_02_01_txt_wrap a img{width:27px;}
.sub0102_wrap .member_info li{position: relative; font-size: 0.875rem; color: #666; word-break: keep-all; margin-bottom: 10px; padding-left: 20px; line-height: 1.4;}
.sub0102_wrap .member_info li::before{content:''; position: absolute; left: 0; top: 6px; width: 8px; height: 8px; background: #151a59; border-radius:3px;}
.sub0102_wrap .member_info li.phone::before{content:''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; background: url('/images/sub/sub_phone_icon.png')center no-repeat; background-size: cover;}
.sub0102_wrap .member_info li.email::before{content:''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; background: url('/images/sub/sub_mail_icon.png')center no-repeat; background-size: cover;}
.sub0102_wrap .member_info .txt01{color: #111;font-weight: 600;}
.sub0102_wrap .link_wrap{display: flex; gap: 10px;}
.sub0102_wrap .company_tab{display: flex; justify-content: center; gap:20px; margin-bottom:40px;}
.sub0102_wrap .company_tab li{display: flex; justify-content: center; align-items: center; width:180px; height:50px; border-radius:30px; border:1px solid #ddd; font-size:1rem; color:#111; cursor: pointer; transition: .5s;}
.sub0102_wrap .company_tab li:hover{background:#232c57; color:#fff; font-weight:700;}
.sub0102_wrap .company_tab li.on_tab{background:#232c57; color:#fff; font-weight:700;}
.sub0102_wrap .location_map{width:100%;}
.sub0102_wrap .location_map > iframe{width:100%; height:450px;}
.sub0102_wrap .company_info li{padding:20px 15px; display:flex; align-items: center; font-size:1.25rem; color:#111; line-height:24px; border-bottom:1px solid #ddd;}
.sub0102_wrap .company_info li img{width: 55px;}
.sub0102_wrap .company_info li h5{font-size:1.25rem; margin-left:30px; font-weight:500; width:100px;}
.sub0102_wrap .company_info li p{color:#666;}


/*sub01_03*/
.sub0103 .page_tab{display: flex; justify-content: center; gap:20px; margin-bottom:35px;}
.sub0103 .page_tab li{display: flex; justify-content: center; align-items: center; width:180px; height:50px; border-radius:30px; border:1px solid #ddd; font-size:1rem; color:#111; cursor: pointer; transition: .5s;}
.sub0103 .page_tab li.on_tab{background:#232c57;}
.sub0103 .page_tab li.on_tab a{color:#fff; font-weight:700;}
.sub0103 .customer{display: grid;gap: 40px;   grid-template-columns: repeat(3, 1fr);}
/* .sub0103 .customer .item_li{width: calc(50% - 23px);} */
.sub0103 .customer .item_li a{display:block; width:100%; height:100%; position: relative; padding:20px 15px; box-sizing:border-box;}
.sub0103 .customer .item_li img{width: 100%; height: 100%; object-fit: cover; aspect-ratio:1;}
.sub0103 .customer .item_li .customer_tit{font-size: 1.063rem; color: #111; font-weight: 600; white-space: normal; text-align:center;}
.sub0103 .customer .item_li:hover a:before {opacity: 1;}
.sub0103 .customer .item_li a:before {position: absolute; width: 100%; height: 100%; box-sizing: border-box; content: ''; left: 0; top: 0; border: 1px solid #222; opacity: 0; transition: .5s;}
.sub0103_1_wrap .tab01{display: grid;gap: 50px;   grid-template-columns: repeat(3, 1fr);}
.sub0103_1_wrap .tab02{display:flex; flex-wrap:wrap; gap:30px;}
/* .sub0103_1_wrap .tab02 .item_li{width:calc(33.3% - 20px) !important;} */
.sub0103_wrap .tab01 .item_li{position: relative; height:370px; /* overflow:hidden; aspect-ratio: 1; */}
.sub0103_wrap .tab01 .item_txt{display:flex; flex-direction: column; justify-content: flex-start; position:absolute; top:0px; opacity:0; transition: .5s; color:#fff; padding:25px 25px;}
.sub0103_wrap .tab01 .item_txt .name{font-size:26px; margin-bottom:30px; line-height:0.9; font-weight: 600;}
.sub0103_wrap .tab01 .item_txt p{font-size:14px; line-height:25px;}
.sub0103_wrap .tab01 .item_li:before{position: absolute; width: 100%; height: 100%; content: ''; left: 0; top: 0; opacity:0; transition: .5s;}
.sub0103_wrap .tab01 .item_li:hover:before{opacity:1;}
.sub0103_wrap .tab01 .item_li:hover .item_txt{bottom:0; opacity:1;}


/*sub02_01*/
.sub0201_wrap .cases{display:flex; flex-wrap:wrap; gap:40px;}
.sub0201_wrap .cases .item_li{width:calc(50% - 20px);}
.sub0201_wrap .cases .item_li a{display:block; width:100%; height:100%; box-sizing:border-box;}
.sub0201_wrap .cases .item_li .info_box{padding:20px 15px;  transition:.3s;}
.sub0201_wrap .cases .item_li:hover{border: 1px solid #151a59; transition:.3s;}
.sub0201_wrap .cases .item_li .info_box p{font-size:0.875rem; font-weight: 400; color:#666; line-height:1.4;}
.sub0201_wrap .cases .item_li .info_box p.cases_category{margin-bottom:10px;}
.sub0201_wrap .cases .item_li .info_box span.cases_status{font-size: 18px; color:#151a59; font-weight: 600; text-decoration : underline; text-underline-position : under; margin-bottom:15px;}
.sub0201_wrap .cases .item_li .info_box h5{max-height: 2.6em; min-height: 60px; font-size:1.375rem; line-height:1.3; color:#222; font-weight:600; margin-bottom:15px;}
.sub0201_wrap .cases .item_li .info_box p.cases_info{word-break: break-word; max-height: 3em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; margin-bottom:15px;}
.sub0201_wrap .cases .item_li .info_box .cases_members{display:flex; gap:10px;}
.sub0201_wrap .cases_members .cases_members_li{flex: 1 1 68px; max-width:25%; text-align:center;}
.sub0201_wrap .cases_members .cases_members_thumb{border-radius: 50%;margin-bottom: 10px;aspect-ratio: 1; transition:.3s;}
.sub0201_wrap .cases .item_li .img_box img{width: 100%; object-fit: cover;}
.sub0201_wrap .cases .item_li .cases_tit{font-size: 20px; color: #111; font-weight: 600; white-space: normal; line-height:2.2em; text-align:center;}
.sub0201_wrap .cases .item_li:hover a:before {border: 1px solid #151a59;}

/* sub0201_view */
.sub0201_view_wrap{width:100%; margin:0 auto;}
.sub0201_view_wrap .detail-header .title{font-size:1.625rem;font-weight:700; color:#333; margin-block: 10px 20px; line-height: 1.2;}
.sub0201_view_wrap .detail-header .complete{font-size: 16px; color: #232c57; font-weight: 600;}
.sub0201_view_wrap .detail-header .hashtag{font-size: 14px; color: #555;}
.sub0201_view_wrap .detail-body{margin-top:20px;}
.sub0201_view_wrap .detail-body p{font-size:1rem; color:#555;}
.sub0201_view_wrap .detail-footer {display: flex; justify-content: space-between; align-items: center; margin: 30px 0; border-bottom:1px solid #ddd; padding-bottom:30px;}
.sub0201_view_wrap .detail-footer span{color:#999; font-size:0.875rem;}
.sub0201_view_wrap .detail-footer a.bdr-color2{display: flex; align-items: center; gap:5px; transition:.3s; padding-block: 5px; padding-inline:15px; font-size: 14px; border:2px solid var(--co01); border-radius:20px; color: #222; font-weight: 500;}
.sub0201_view_wrap .detail-footer a.bdr-color2:hover{background: var(--co01); color: #fff;}
.sub0201_view_wrap .detail-footer a.bdr-color2 span{color: var(--co01);}
.sub0201_view_wrap .detail-footer a.bdr-color2:hover span{color: #fff;}
.sub0201_view_wrap .btn_wrap{width: 150px;height: 45px;line-height:45px;text-align:center;border-radius: 50px;background: #2c3e50;margin:0 auto;margin-top:50px;}
.sub0201_view_wrap .btn_wrap a{font-size:16px; color:#fff; text-align:center;}
.sub0201_view_wrap .lawyer_items{margin-top:50px;}
.sub0201_view_wrap .lawyer_items h3.section-title{font-size:24px; color:#333; font-weight:700;}
.sub0201_view_wrap .lawyer_items ul{display:flex; width:100%; flex-wrap:wrap; gap:20px; margin-top:30px;position:relative;}
.sub0201_view_wrap .lawyer_items ul li{display:flex; width:calc((100% - 60px) / 4);}
.sub0201_view_wrap .lawyer_items ul li .box a .txt_wrap span{font-size: 0.875rem;}
.sub0201_view_wrap .lawyer_items ul li .box a .txt_wrap p{font-size: 1rem;}
/*sub03~05*/
.sub_same_wrap .what_do_box{display:flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom:100px; text-align:center; color:#fff; height:350px;}
.sub_same_wrap .what_do_box.sub03_vis{background: url('/images/sub/sub0301_img.jpg')center no-repeat;  background-size:cover;}
.sub_same_wrap .what_do_box.sub04_vis{background: url('/images/sub/sub0401_img.jpg')center no-repeat;  background-size:cover;}
.sub_same_wrap .what_do_box.sub05_vis{background: url('/images/sub/sub0501_img.jpg')center no-repeat;  background-size:cover; padding-inline:10px;}
.sub_same_wrap .what_do_box > img{width:90px; height:90px; margin-bottom:20px;}
.sub_same_wrap .what_do_box > h5{font-size:1.375rem; line-height:1.5; font-weight:600; margin-bottom:25px;}
.sub_same_wrap .what_do_box > p{font-size:1rem; line-height:1.5; font-weight:400; margin-bottom:30px;}
.sub_same_wrap .what_do_box a {font-family: 'Sansation'; width: 180px; height: 50px; position: relative; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; z-index: 1; font-size: 14px; color:#fff; font-weight: 500; text-decoration: none; border: 1px solid #fff; transition: color 0.3s ease, border 0.3s ease; border-radius:30px;}
.sub_same_wrap .what_do_box a::before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 0; background-color: #fff; opacity: 1; z-index: 0;transition: width 0.6s ease-in-out;}
.sub_same_wrap .what_do_box a:hover {color: #111; border: 1px solid rgba(255, 255, 255, 0);}
.sub_same_wrap .what_do_box a:hover::before {width: 100%;}
.sub_same_wrap .what_do_box a span {position: relative; z-index: 2;}
.sub_same_wrap .what_do_box a span i{margin-left: 15px; font-size: 16px;}
.sub_same_wrap .what_do_list{display:flex; flex-direction: column; gap:60px;}
.sub_same_wrap .what_do_wrap{display:flex; justify-content: space-between; gap:50px; height: auto; flex-direction: column;}
.sub_same_wrap .what_do_wrap:nth-child(2n){flex-direction: column-reverse;}
.sub_same_wrap .what_do_wrap .what_do_txt{display:flex; flex-direction: column; gap:30px;}
.sub_same_wrap .what_do_img{flex: 0 1 50%;}
.sub_same_wrap .what_do_img > img{width:100%; object-fit: cover; height: 370px;}
.sub_same_wrap .what_do_txt_warp{display:flex; flex-direction: column; justify-content: center; flex:1;}
.sub_same_wrap .what_do_txt_warp > div h6{font-size:1.875rem; line-height:36px; color:#111; font-weight:700;}
.sub_same_wrap .what_do_txt_box{display:flex; gap:40px;}
.sub_same_wrap .what_do_txt_box ul{width:100%; display:flex; flex-direction: column; gap:10px;}
.sub_same_wrap .what_do_txt_box li{display:flex;}
.sub_same_wrap .what_do_txt_box li p{display:block; line-height:1.5; font-size:1.063rem; color:#111; font-weight: 600;}
.sub_same_wrap .what_do_txt_box li span{display:block; width:6px; height:6px; background:#4787c7; margin:12px; border-radius:99px;}
.sub_same_wrap .what_do_txt_box li em{font-weight:400; color:#555;}


/*sub06*/
.sub0601_wrap .inquiry_wrap{display:flex; justify-content: space-between; gap:40px; flex-direction: column;}
.sub0601_wrap .inquiry_txt, .sub0601_wrap .inquiry_box{flex:1;}
.sub0601_wrap .inquiry_txt{position:relative;}
.sub0601_wrap .inquiry_txt h3{font-size: 1.25rem; color: #151a59; margin-bottom:20px;}
.sub0601_wrap .inquiry_txt h4{font-size: 2.5rem; color:#111; margin-bottom:30px;}
.sub0601_wrap .inquiry_txt > p{font-size: 1.25rem; line-height:1.5; color:#111; margin-bottom:30px;}
.sub0601_wrap .inquiry_txt > p strong{font-weight: 700;}
.sub0601_wrap .inquiry_txt > p span{display: block;}
.sub0601_wrap .inquiry_txt .bg_logo{width: 40%;}
.sub0601_wrap .inquiry_txt .inquiry_list{width:100%; display:flex; flex-direction: column; gap:15px;}
.sub0601_wrap .inquiry_txt .inquiry_list li{display:flex;}
.sub0601_wrap .inquiry_txt .inquiry_list li p{display:block; line-height:1.5; font-size:1rem; color:#666; font-weight: 400;}
.sub0601_wrap .inquiry_box{background:#222c56; padding:30px;}
.sub0601_wrap .inquiry_box .info_box .form_box {display: flex;flex-wrap: wrap;gap: 15px;}
.sub0601_wrap .inquiry_box .info_box .input_box.w100 {width:100%; margin-top:10px;}
.sub0601_wrap .inquiry_box p{font-size:1rem; color:#fff; font-weight: 400;}
.sub0601_wrap .inquiry_box .info_box .input_box input[type="text"] {width: 100%; padding: 8px; box-sizing: border-box; border-radius:5px; margin-top: 10px; font-size: 1rem; color: #555; line-height: 1.5;}
.sub0601_wrap .inquiry_box .info_box .input_box.w100.center_select{display: flex; align-items: flex-start; gap:20px;}
.sub0601_wrap .center_select select{width:48%; height:45px;}
.sub0601_wrap .inquiry_box .info_box .input_box textarea {width: 100%; resize: none; margin-top: 10px; padding: 10px; box-sizing: border-box; border-radius:5px; min-height: 240px;}
.sub0601_wrap .inquiry_box .input_btn {margin-top: 20px; display: flex;justify-content: space-between; align-items: flex-end; width: 100%;}

.sub0601_wrap .right_btn a {width:180px; font-family: 'Sansation'; height: 45px; position: relative; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; z-index: 1; font-size: 14px; color:#fff; font-weight: 500; text-decoration: none; border: 1px solid #fff; transition: color 0.3s ease, border 0.3s ease; border-radius:30px;}
.sub0601_wrap .right_btn a::before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 0; background-color: #fff; opacity: 1; z-index: 0;transition: width 0.6s ease-in-out;}
.sub0601_wrap .right_btn a:hover {color: #111; border: 1px solid rgba(255, 255, 255, 0);}
.sub0601_wrap .right_btn a:hover::before {width: 100%;}
.sub0601_wrap .right_btn a span {position: relative; z-index: 2;}
.sub0601_wrap .right_btn a span i{margin-left: 12px; font-size: 14px;}

.sub0601_wrap .inquiry_box .input_btn .left_btn {display: flex; align-items: center; gap: 5px;}
.sub0601_wrap .inquiry_box .input_btn .left_btn label {display: flex; align-items: center; color: #ffffff; font-size:1rem; gap: 10px;}
.sub0601_wrap .inquiry_box .input_btn .left_btn label input[type="checkbox"] {display: none;}
.sub0601_wrap .inquiry_box .input_btn .left_btn label input[type="checkbox"]+i {width: 20px; height: 20px; display: block; background-color: #fff; background-position: center center; background-repeat: no-repeat;}
.sub0601_wrap .inquiry_box .input_btn .left_btn label input[type="checkbox"]:checked+i {background-image: url(/images/checkbox_btn_icon01.png);}
.sub0601_wrap .inquiry_box .input_btn .left_btn a {font-size: 18px; color: #ccc;}








/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';display: none;opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 65px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 30px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 95px);margin-left: 30px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 21px;border: 1px solid #eee;padding: 0 10px;font-size: 13px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 0;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 16px; color: #000;}
.basic_bd01_view .file_box{padding: 22px 35px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:20px 10px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 49%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 14px; padding-top: 14px; margin-top: 14px;}
.gallery_bd02 .con ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

}