/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

/* Pretendard */
 @font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}

@font-face {
	font-family: 'Sansation';
	font-weight: 400;
	src: url('/font/Sansation_Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-weight: 500;
	src: url('/font/Sansation_Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-weight: 600;
	src: url('/font/Sansation_Bold.ttf') format('truetype');
}

/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#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: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; 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:47.27%;}
.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%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}
.tab_img{display: none;}
.mob_img{display: none;}
.pc_con{display: block;}
.mob_con {display: none;}

/* ==main== */
#wrap{position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden; line-height: 1;}
.inner{width: calc(100% - 100px); margin: 0 auto; max-width:1600px;}


.main_tit{font-size: 44px;}
.more_btn a {font-family: 'Sansation'; width: 190px; height: 60px; position: relative; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; z-index: 1; font-size: 14px; color: var(--co01); font-weight: 500; 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: 100px; 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: 2px; height: 100px; background: #fff;}
.scroll_wrap.black{color: #111;}
.scroll_wrap.black span {background: #111;}

/* quick */
#main_quick{position: fixed; right: 50px; bottom: 80px; z-index: 9999;}
#main_quick ul li{position: relative; background: rgb(0,0,0,.5); border-radius:50%; transition: background 0.3s ease;}
#main_quick ul li:last-child:hover{background: #2c3e50;}
#main_quick ul li{margin-bottom: 10px;}
#main_quick ul li a{display: flex; align-items: center; position: relative;}
#main_quick ul li a .quick_icon{display: flex; width: 70px; height: 70px; aspect-ratio:1; align-items: center; justify-content: center; z-index: 1;}
#main_quick ul li .label {position: absolute; right: 0px;width: 190px;	height: 70px; 	line-height: 70px; padding-inline: 15px; background: #2c3e50; color: #fff; font-size: 1.125rem; border-radius: 35px; white-space: nowrap; opacity: 0; transform: translateX(10px); pointer-events: none; transition: all 0.3s ease;}
#main_quick ul li:not(:last-child):hover {background: #2c3e50;}
#main_quick ul li:hover .label {opacity: 1;transform: translateX(0);}
#main_quick .toggle-wrapper {max-height: 0;transition: max-height 0.5s ease;}
#main_quick .toggle-wrapper.active {max-height: 500px;}
#main_quick .plus_btn img{transition: transform 0.3s ease;}
#main_quick .plus_btn.on img {transform: rotate(45deg);transition: transform 0.3s ease;}
#main_quick .toggle-item {display: none;}
#main_quick .toggle-item.show {display: block;}

/* header */
#header{position: fixed; top: 0; left: 0; z-index: 9998; width: 100%; transition:.3s;}
#header .inner{display: flex; justify-content: space-between; align-items: center;}
#header h1 a{display: block; background: url('/images/main/main_logo_pc.png')center no-repeat; background-size:cover; width: 250px; height: 48px;}
#header .gnb{display: flex; gap:80px;}
#header .gnb > li{position: relative;padding-block: 41px;}
#header .gnb span a{display: block;font-size: 18px; color: #fff; font-weight: 500; white-space:nowrap;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 200px; background: rgba(0,0,0,.5);}
#header .gnb .lnb_sub ul{display: none;padding: 30px 0px;}
#header .gnb .lnb_sub ul li a{display: block;color: #fff;font-size: 17px;text-align: center;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}
#header.on{background: rgb(0,0,0,.5);}
#header.black h1 a{filter: invert(1);}
#header.black .gnb span a{color: #111;}
#header.black.on h1 a{filter:none;}
#header.black.on .gnb span a{color: #fff;}

@media screen and (max-width:1300px) {
	#header .gnb{gap:60px;}
}

.navigation{display: none;}
.nav_btn{display: none;}

/* visual */
#visual_wrap{position: relative;}
#visual_wrap .logo_wrap {position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 100;width: 1550px;height: 265px;}
#visual_wrap .line_wrap01{ position:absolute; left:0; bottom: 0; width:1512px; height:54px;}
#visual_wrap .line1 {position:absolute; right:1540px; bottom:0; width:1540px; height:10.1px; background:url(/images/main/main01_line01.png) left top no-repeat;}
#visual_wrap .line2 {position:absolute; right:0; bottom:3px; width:12px; height:0; background:url(/images/main/main02_line01.png) left top no-repeat; background-size:cover;}

#visual_wrap .line_wrap02{ position:absolute; right: 0; bottom: 54px; width: 92px; height:110px;}
#visual_wrap .line3{position:absolute; right:0; bottom: 0; width:0; height:12px; background:url(/images/main/main02_line02.png) left top no-repeat; background-size:cover;}
#visual_wrap .line4{position:absolute; left: 0; bottom: 11px; width:12px; height:0; background:url(/images/main/main02_line03.png) left top no-repeat; background-size:cover;}
#visual_wrap .line5{position:absolute; left:0; bottom: 52px; width:0; height:12px; background:url(/images/main/main02_line04.png) left top no-repeat; background-size:cover;}
#visual_wrap .line6{position:absolute; right:0; bottom: 63px; width:12px; height:0; background:url(/images/main/main02_line05.png) left top no-repeat; background-size:cover;}
#visual_wrap .line7{position:absolute; right:0; bottom: 104px; width:0; height:12px; background:url(/images/main/main02_line06.png) left top no-repeat; background-size:cover;}

#visual_wrap .line_wrap03{ position:absolute; right: 256px; bottom: -40px; width: 51px; height:51px;}
.draw-path {fill: white;fill-opacity: 0; animation: fillIn 2s ease-in-out forwards; animation-delay: 2.6s;}

#visual_wrap .line_wrap04{ position:absolute; right: 80px; top: 0; width: 190px; height:240px;}
#visual_wrap .line8{position:absolute; left:0; bottom: 0; width:12px; height:0; background:url(/images/main/main03_line01.png) left top no-repeat; background-size:cover;}
#visual_wrap .line9{position:absolute; left:0; top: 0; width:0; height:12px; background:url(/images/main/main03_line02.png) left top no-repeat; background-size:cover;}
#visual_wrap .line10{position:absolute; right:0; top: 10px; width:12px; height:0; background:url(/images/main/main03_line03.png) left top no-repeat; background-size:cover;}
#visual_wrap .line11{position:absolute; right:0; top: 92px; width:0; height:12px; background:url(/images/main/main03_line04.png) left top no-repeat; background-size:cover;}

#visual_wrap .line_wrap05{ position:absolute; right: 120px; top: 60px; width: 110px; height:100px;}
#visual_wrap .line12{position:absolute; left:50%; top: 0; transform:translateX(-50%); width:12px; height:0; background:url(/images/main/main04_line01.png) left top no-repeat; background-size:cover;}
#visual_wrap .line13{position:absolute; right:55px; top: 50px; width:0; height:0; background:url(/images/main/main04_line02.png) left top no-repeat; background-size:cover;}
#visual_wrap .line14{position:absolute; left:55px; top: 49px; width:0; height:0; background:url(/images/main/main04_line03.png) left top no-repeat; background-size:cover;}

#visual_wrap .logo_wrap .txt_box{position: absolute; right: -140px; top: 30px; width: 200px; height: 120px; font-family: 'Sansation'; font-size: 60px; font-weight: 600; color: rgb(255,255,255,.5);}
#visual_wrap .logo_wrap .txt_box .txt_s{position: absolute; left: 0; top: 0;}
#visual_wrap .logo_wrap .txt_box .txt_l{position: absolute; right: -3px; bottom: 0;}


.line1 { animation:lineAni 1.5s forwards, lineAni01 1.5s 1.5s forwards;}
.line2 {
  animation: lineAni02 0.6s ease forwards;
  animation-delay: 1.5s;
	from { height: 0; }
  to { height: 54px; }
}
.line3 {
  animation: lineAni03 0.6s ease forwards;
  animation-delay: 1.8s;
	from { width: 0; }
  to { width: 92px; }
}
.line4 {
  animation: lineAni04 0.6s ease forwards;
  animation-delay: 2.2s;
	from { height: 0; }
  to { height: 42px; }
}
.line5 {
  animation: lineAni05 0.6s ease forwards;
  animation-delay: 2.6s;
	from { width: 0; }
  to { width: 92px; }
}
.line6 {
  animation: lineAni06 0.6s ease forwards;
  animation-delay: 3.0s;
	from { height: 0; }
  to { height: 42px; }
}
.line7 {
  animation: lineAni07 0.6s ease forwards;
  animation-delay: 3.4s;
	from { width: 0; }
  to { width: 56px; }
}

.line8 {
  animation: lineAni08 0.6s ease forwards;
  animation-delay: 1.8s;
	from { height: 0; }
  to { height: 100%; }
}
.line9 {
  animation: lineAni09 0.6s ease forwards;
  animation-delay: 2.2s;
	from { width: 0; }
  to { width: 100%; }
}
.line10 {
  animation: lineAni10 0.6s ease forwards;
  animation-delay: 2.6s;
	from { height: 0; }
  to { height: 90px; }
}
.line11 {
  animation: lineAni11 0.6s ease forwards;
  animation-delay: 3.0s;
	from { width: 0; }
  to { width: 52px; }
}
.line12 {
  animation: lineAni12 0.5s ease forwards;
  animation-delay: 3.5s;
	from { width: 0; }
  to { width: 60px; }
}
.line13 {
  animation: lineAni13 0.5s ease forwards;
  animation-delay: 4.0s;
	from { width: 0; height: 0;}
  to { width: 60px; height: 50px;}
}
.line14 {
  animation: lineAni14 0.5s ease forwards;
  animation-delay: 4.0s;
	from { width: 0; height: 0;}
  to { width: 60px; height: 50px;}
}
.txt_s{
	opacity: 0;
  transform: scale(0.5);
	animation: txt01 0.6s ease forwards;
	animation-delay: 4.5s;
}
.txt_l{
	opacity: 0;
  transform: scale(0.5);
	animation: txt01 0.6s ease forwards;
	animation-delay: 4.8s;
}
@keyframes fillIn {
  to {
    fill-opacity: 1;
  }
}

@keyframes lineAni {
	0% {right:1415px;}
	100% {right:0;}
}
@keyframes lineAni01 {
	0% {width:1415px;}
	100% {width:220px;}
}  
@keyframes lineAni02 {
	0% {height:0;}
	100% {height:100%;}
}  
@keyframes lineAni03 {
	0% {width:0;}
	100% {width:100%;}
} 
@keyframes lineAni04 {
	0% {height:0;}
	100% {height:42px;}
} 
@keyframes lineAni05 {
	0% {width:0;}
	100% {width:100%;}
} 
@keyframes lineAni06 {
	0% {height:0;}
	100% {height:42px;}
} 
@keyframes lineAni07 {
	0% {width:0;}
	100% {width:56px;}
} 
@keyframes lineAni08 {
	0% {height:0;}
	100% {height:100%;}
} 
@keyframes lineAni09 {
	0% {width:0;}
	100% {width:100%;}
} 
@keyframes lineAni10 {
	0% {height:0;}
	100% {height:90px;}
} 
@keyframes lineAni11 {
	0% {width:0;}
	100% {width:56px;}
} 
@keyframes lineAni12 {
	0% {height:0;}
	100% {height:60px;}
} 
@keyframes lineAni13 {
	0% {width: 0; height:0;}
	100% {width: 60px; height:50px;}
} 
@keyframes lineAni14 {
	0% {width: 0; height:0;}
	100% {width: 60px; height:50px;}
} 
@keyframes txt01 {
	0% {opacity: 0; transform:scale(.5);}
	100% {opacity: 1; transform:scale(1);}
} 
@keyframes txt02 {
	0% {opacity: 0; transform:scale(.5);}
	100% {opacity: 1; transform:scale(1);}
} 


/* section02 */
#section02{background: url('/images/main/main_sec02_bg.png')left bottom no-repeat; overflow: hidden;}
#section02 .sec02_con{display: flex; align-items: center; justify-content: space-between; padding-right: 20px; padding-block: 2%; box-sizing: border-box;}
#section02 .sec02_con .tit_wrap{width: 44%;}
#section02 .sec02_con .tit_wrap .tit_top h3{font-family: 'Sansation'; font-size: 68px; color: var(--co01);}
#section02 .sec02_con .tit_wrap .tit_top strong{display: inline-block; font-size: 44px; color: #111; line-height: 1.2; padding-top: 20px;}
#section02 .sec02_con .tit_wrap .tit_btm{margin-top: 50px;}
#section02 .sec02_con .tit_wrap .tit_btm .tit_big{font-size: 24px; color: #111; font-weight: 500; line-height: 1.3;}
#section02 .sec02_con .tit_wrap .tit_btm p:nth-child(2){font-size: 18px; color: #666; line-height: 1.5; padding-top: 20px;}
#section02 .sec02_con .tit_wrap .tit_btm .tit_small span{display: block;}
#section02 .sec02_con .sec02_con_box{width: 50%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
#section02 .sec02_list {height: 320px; background: #fff; border-radius: 16px; padding: 40px 35px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
#section02 .sec02_list:hover {transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }
#section02 .sec02_con_box > li:nth-child(2),#section02 .sec02_con_box > li:nth-child(4) {transform: translateY(-30px);}
#section02 .sec02_con_box > li:nth-child(2):hover,#section02 .sec02_con_box > li:nth-child(4):hover {transform: translateY(-35px);}
#section02 .txt_wrap strong { font-size: 26px; font-weight: 700; color: #111; display: block;}
#section02 .txt_wrap span { font-size: 15px; color: #999999; display: block; margin-top: 10px;}
#section02 .sec02_list dl dt .txt_wrap{padding-top: 30px;}
#section02 .sec02_list dd { display: flex; align-items: baseline; justify-content: flex-start; font-size: 32px; font-weight: 700; color: #111; padding-top: 35px;}
#section02 .sec02_list .conter {flex-shrink: 0; font-size: 3.5417vw; font-weight: 800; color: #000; margin-right: 10px; letter-spacing: -1px; overflow: hidden; white-space:nowrap;}
#section02 .sec02_list dd span:last-child { font-size: 20px; color: #666; font-weight: 400; }
#section02 .tit_wrap .more_btn{margin-top: 55px;}

@media screen and (max-width:1300px) {
	#section02 .sec02_con .tit_wrap .tit_top h3{font-size: 3.375rem;}
	#section02 .sec02_con .tit_wrap .tit_top strong{font-size: 2.375rem;}
	#section02 .sec02_con .tit_wrap .tit_btm{margin-top: 40px;}
	#section02 .sec02_list{height: auto; padding: 35px 30px;}
	#section02 .txt_wrap strong{font-size: 2vw;}
	#section02 .sec02_list .conter{font-size: 3vw;}
	#section02 .sec02_con .tit_wrap .tit_btm .tit_small span{display: inline;}
}

/* section03 */
#section03{background: url('/images/main/main_sec03_pc.jpg')left bottom no-repeat; background-size:cover; color: #fff;}
#section03 .inner{display: flex; justify-content: space-between; align-items: center;}
#section03 .tit_wrap{width: 30%;}
#section03 .tit_wrap .tit_btm{margin-top: 30px;}
#section03 .tit_wrap .tit_btm p{font-size: 18px; line-height: 1.5;}
#section03 .tit_wrap .tit_btm p span{display: block;}
#section03 .tit_wrap .more_btn{margin-top: 80px;}
#section03 .tit_wrap .more_btn a{color: #fff;}
#section03 .sec03_con{width: 82%; padding-inline:40px;}
#section03 .sec03_con ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
#section03 .sec03_con .sec03_item{position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 460px; padding-inline: 20px; border-radius:20px; overflow: hidden; background: transparent; transition:.3s;}
#section03 .sec03_item .blur-bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0;	background: rgba(207, 207, 207, 0.1);	 backdrop-filter: blur(50px);	-webkit-backdrop-filter: blur(50px);	z-index: 0; transition:.3s;}
#section03 .sec03_con ul li:hover a .blur-bg{background: rgba(0, 0, 0, 0.3);}
#section03 .sec03_item span img{transition:.3s;}
#section03 .sec03_con ul li:hover a span img{transform:scale(1.05); transition:.3s;}
#section03 .sec03_item span,
#section03 .sec03_item strong,
#section03 .sec03_item p {position: relative;z-index: 1; color:#fff;}
#section03 .sec03_item strong{font-size: 28px; padding-top: 40px;}
#section03 .sec03_item p{font-size: 16px; padding-top: 20px; line-height: 1.5; text-align: center;}
#section03 .sec03_item p span{display: block;}
#section03 .sec03_con .mobile_con{display: none;}
@media screen and (max-width:1300px) {
	#section03 .sec03_con .sec03_item{height: 400px;}
	#section03 .tit_wrap .tit_btm p span{display: inline;}
}
/* section04 */
#section04 .inner{display: flex; justify-content: space-between; align-items: center;}
#section04 .tit_wrap{text-align: center; color: #111;}
#section04 .tit_wrap p{font-size: 24px; padding-top: 35px;}
#section04 .sec04_left{width: 43%; padding-block: 2%; box-sizing: border-box;}
#section04 .map_wrap{margin-top: 35px;}
#section04 .map_list li{display: flex; align-items: center; border:1px solid #aaaaaa; border-radius:24px; overflow: hidden; cursor:pointer;}
#section04 .map_list li:not(:last-child){margin-bottom: 25px;}
#section04 .map_list li .info_img{flex-shrink: 0; overflow: hidden;}
#section04 .map_list li .info_img img{width: 100%; object-fit: cover; transition:.3s;}
#section04 .map_list li:hover .info_img img{transform:scale(1.05); transition:.3s;}
#section04 .map_list li .info{padding-inline:30px;}
#section04 .map_list li .info h4{font-size: 20px; color: #111;}
#section04 .map_list li .info .info_address{margin-top: 20px;}
#section04 .map_list li .info .info_address p{display: flex; align-items: center; gap: 10px; font-size: 16px; color: #666666;}
#section04 .map_list li .info .info_address p:not(:last-child){padding-bottom: 10px;}
#section04 .sec04_right{width: 49%;}
#section04 .map_wrap li{display: none;}
#section04 .map_wrap li.active {display: block;}
#section04 .map_wrap li iframe{width: 100%; height: 540px;}

@media screen and (max-width:1300px) {
	#section04 .map_list li .info_img{width: 160px;}
	#section04 .map_wrap li iframe{height: 400px;}
	#section04 .sec04_left{width: 45%;}
	#section04 .sec04_right{width: 50%;}
	#section04 .map_list li .info{padding-inline:20px;}
	#section04 .map_list li .info .info_address{margin-top: 15px;}
}

/* footer *//*
#footer{height: 246px !important; background: #111111; color: #fff;}
#footer .fp-tableCell{height: 246px !important;}
#footer .inner{display: flex; justify-content: space-between;}
#footer .footer_info .footer_link a{font-size: 18px; color: #fff; font-weight: 500;}
#footer .footer_info .footer_link a{position: relative; padding-right: 20px;}
#footer .footer_info .footer_link a:not(:first-child){padding-left: 15px;}
#footer .footer_info .footer_link a:not(:last-child)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: #fff;}
#footer .footer_info ul{margin-top: 24px;}
#footer .footer_info ul li{display: flex;}
#footer .footer_info ul li:not(:last-child){margin-bottom: 18px;}
#footer .footer_info ul li dl{display: flex; gap:20px; font-size: 16px;}
#footer .footer_info ul li dl:not(:last-child){padding-right: 18px;}
#footer .footer_info ul li dl dd{color: #999999;}
*/

/* footer */
#footer{height: 270px !important; background: #111111; color: #fff;}
#footer .fp-tableCell{height: 270px !important;}
#footer .fp-tableCell{font-size: 13px; line-height: 1.6; font-family: 'Pretendard';}

#footer .inner{display: flex; flex-wrap: wrap; justify-content: space-between; gap:20px;}
#footer .footer_info .footer_link a{font-size: 18px; color: #fff; font-weight: 500;}
#footer .footer_info .footer_link a{position: relative; padding-right: 20px;}
#footer .footer_info .footer_link a:not(:first-child){padding-left: 15px;}
#footer .footer_info .footer_link a:not(:last-of-type)::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: #fff;}
#footer .footer_info{display: flex; flex-direction: column; gap:20px;}
#footer .footer_info ul li{display: flex;}
#footer .footer_info ul li:not(:last-child){margin-bottom: 18px;}
#footer .footer_info ul li dl{display: flex; gap:20px; font-size: 16px;}
#footer .footer_info ul li dl:not(:last-child){padding-right: 18px;}
#footer .footer_info ul li dl dd{color: #999999;}
#footer .footer_company{display: flex; width:100%;}
#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:65%; font-size: 16px;}
#footer .footer_company ul li dl:last-child{width:auto;} 
#footer .footer_company ul li dl dd{color: #999999;}

#footer .footer_company ul:last-child li dl{width:53%;} 
#footer .footer_company ul:last-child li dl:last-child{width:auto;} 

#footer .footer_company ul li dl dt.dtw {width: 75px; white-space:nowrap;}

/* click pop */
.alert_setting {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; border-radius: 16px; background: #fff; max-width: calc(100vw - 52px); max-height: calc(100vh - 100px); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); z-index: 1000;}
.modal-header {border-radius: 16px 16px 0 0; background-color: #f7f7f7; height: 120px; padding: 0 50px; display: flex; align-items: center; justify-content: space-between;}
.modal-header h2{font-size: 32px; font-weight: 700; color:#111;}
.modal-header a{display: block; width: 36px; height: 36px; overflow: hidden; background: url(../images/ic_modal_close.svg) center center no-repeat;}
.modal-contents{padding: 40px 64px; font-size: 16px; color:#111;}
.modal-contents .scrolled {display:flex; flex-direction: column; overflow-y: auto;max-height: 465px;padding-right: 18px;}

.modal-contents .scrolled p,
.modal-contents .scrolled dt,
.modal-contents .scrolled dd{letter-spacing:-0.025em;}
.modal-contents .scrolled > p{margin-bottom:40px;}
.modal-contents .scrolled dt{margin-bottom:20px; font-weight:700;}
.modal-contents .scrolled dd{margin-bottom:40px;}
.modal-contents .scrolled dd:last-child{margin-bottom:0;}
.modal-contents .scrolled dd p{margin-bottom:15px;}
.modal-contents .scrolled > p:last-child{margin-bottom:0;}
.modal-contents .scrolled dd p:last-child{margin-bottom:0;}




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

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

#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: 55px; color: #fff; font-weight: 700;text-align: center; margin-bottom: 40px;}
#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: 18px; 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: 390px;}

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

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


/*sub_tit*/
.sub_tit{font-size: 68px; text-align:center; color:#111; margin-top:20px; margin-bottom:80px;}
.sub_tit_small{font-size: 24px; color: #151a59; text-align: center; margin-top:120px;}


/*sub01_01*/
.sub0101_wrap .seolaw_wrap{display:flex; justify-content: space-between; gap:60px;}
.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:60px; height:60px; 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; 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;}
.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;}
.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:26px; margin-bottom:20px; line-height:1.3; font-weight: 700; color:#111;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt p{font-size:18px; line-height:26px; color:#666; word-break: keep-all;}
.sub0101_wrap .seolaw_wrap .sub_01_01_txt p > span{display:block; margin-bottom:15px; color:#111; font-weight: 600;}


/*sub01_02*/
.sub0102_wrap .member_sec{display:flex; gap:40px; flex-wrap: wrap;}
.sub0102_wrap .member{display:flex; gap:40px; width: calc(50% - 40px);}
.sub0102_wrap .member .sub_02_01_img{flex: 0 1 50%;}
.sub0102_wrap .member .sub_02_01_img img{width: 100%; object-fit: cover; aspect-ratio: 1 / 1.4;}
.sub0102_wrap .member .sub_02_01_txt_wrap{display:flex; flex-direction: column; flex: 1;}
.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: 32px; margin-bottom: 20px; gap:15px;}
.sub0102_wrap .member .sub_02_01_txt_wrap .mem_tit h5{color: #111;}
.sub0102_wrap .member .sub_02_01_txt_wrap h5{font-size: 32px; font-weight: 600; color:#666;}
.sub0102_wrap .member .sub_02_01_txt_wrap a{display: flex; width: 56px; height: 56px; 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:30px;}
.sub0102_wrap .member_info li{position: relative; font-size: 16px; 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: 7px; width: 10px; height: 10px; 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; padding-top: 30px;}
.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:200px; height:60px; border-radius:30px; border:1px solid #ddd; font-size:20px; 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:480px;}
.sub0102_wrap .company_info li{padding:20px 15px; display:flex; align-items: center; font-size:24px; color:#111; line-height:24px; border-bottom:1px solid #ddd;}
.sub0102_wrap .company_info li h5{font-size:24px; margin-left:30px; font-weight:500; width:160px;}
.sub0102_wrap .company_info li p{color:#666;}



/*sub01_03*/
.sub0103 .page_tab{display: flex; justify-content: center; gap:20px; margin-bottom:40px;}
.sub0103 .page_tab li{display: flex; justify-content: center; align-items: center; width:200px; height:60px; border-radius:30px; border:1px solid #ddd; font-size:20px; color:#111; cursor: pointer; transition: .5s;}
.sub0103 .page_tab li a{display: flex;width: 100%; height: 100%; justify-content: center; align-items: center;}
.sub0103 .page_tab li.on_tab{background:#232c57;}
.sub0103 .page_tab li.on_tab a{color:#fff; font-weight:700;}
.sub0103 .customer{display:grid; flex-wrap:wrap; gap:60px;     grid-template-columns: repeat(5, 1fr);}
/* .sub0103 .customer .item_li{width:calc(25% - 45px);} */
.sub0103 .customer .item_li a{display:block; width:100%; height:100%; position: relative; padding:25px 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: 18px; color: #111; font-weight: 600; white-space: normal; line-height:1.3; 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 .tab02{display:grid; flex-wrap:wrap; gap:2vw;}
/* .sub0103_1_wrap .tab02 .item_li{width:calc(18% - 0px) !important;} */
.sub0103_1_wrap .tab02 .item_li .info_box{padding-top: 20px;}
.sub0103_wrap .tab01 .item_li{position: relative; height:370px; overflow:hidden; /* aspect-ratio: 1; */ padding-left: 10px;}
.sub0103_wrap .tab01 .item_txt{display:flex; flex-direction: column; justify-content: flex-start; position:absolute; top:0; left:0;opacity:0; transition: .5s; color:#fff; padding:30px 20px;        width: 100%;}
.sub0103_wrap .tab01 .item_txt .name{font-size:28px; margin-bottom:30px; line-height:0.9; font-weight: 600;}
.sub0103_wrap .tab01 .item_txt span{display: inline-block; font-size:14px; padding:5px 15px; border:2px solid #fff; border-radius:50px; width: fit-content; margin-bottom: 10px;}
.sub0103_wrap .tab01 .item_txt p{font-size:15px; line-height:25px;max-height: 220px;overflow-y: auto; word-break:keep-all;padding-right: 10px;}
.sub0103_wrap .tab01 .item_txt p::-webkit-scrollbar{background-color:transparent;width:6px;}
.sub0103_wrap .tab01 .item_txt p::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;}
.sub0103_wrap .tab01 .item_txt p::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5;}
.sub0103_wrap .tab01 .item_txt p::-webkit-scrollbar-track{border-radius: 10px;background-color:transparent;}
.sub0103_wrap .tab01 .item_txt p::-webkit-scrollbar-track:hover{background-color:transparent;}
.sub0103_wrap .tab01 .item_txt p::-webkit-scrollbar-button {display:none;}
.sub0103_wrap .tab01 .item_li:before{position: absolute; width: 100%; height: 100%;  background: rgba(0, 0, 0, 0.5); 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{top:0px; opacity:1; }
@media screen and (max-width:1440px) {
	.sub0103_wrap .tab01 .item_txt{padding:20px;}
	.sub0103_wrap .tab01 .item_txt .name{font-size: 1.25rem;}
	.sub0103_wrap .tab01 .item_txt p{font-size: 14px;}
	.sub0103 .customer{display:grid; flex-wrap:wrap; gap:60px;     grid-template-columns: repeat(4, 1fr);}
}

/*sub02_01*/
.sub0201_wrap .cases{display:flex; flex-wrap:wrap; gap:40px;}
.sub0201_wrap .cases .item_li{width:calc(25% - 30px); border: 1px solid #ddd;}
.sub0201_wrap .cases .item_li a{display:block; width:100%; height:100%; box-sizing:border-box;}
.sub0201_wrap .cases .item_li .info_box{padding:25px 20px;  transition:.3s;}
.sub0201_wrap .cases .item_li:hover{border: 1px solid #151a59; transition:.3s;}
.sub0201_wrap .cases .item_li .info_box p{font-size:16px; font-weight: 400; color:#666; line-height:1.2;}
.sub0201_wrap .cases .item_li .info_box .cases_category{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;}
.sub0201_wrap .cases .item_li .info_box p.cases_category{margin-bottom:10px;}
.sub0201_wrap .cases .item_li .info_box span.cases_status{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1; font-size: 16px; 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: 64px; font-size:24px; line-height:1.3; color:#222; font-weight:600; margin-bottom:15px; display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2; word-break: keep-all;}
.sub0201_wrap .cases .item_li .info_box p.cases_info{min-height: 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; margin-bottom:20px; word-break: keep-all;}
.sub0201_wrap .cases .item_li .info_box .cases_members{display:flex; gap:10px;}
.sub0201_wrap .cases_members .cases_members_li{flex: 1 1 75px; max-width:25%; text-align:center;}
.sub0201_wrap .cases_members .cases_members_thumb{width: 100%; border-radius: 50%;margin-bottom: 10px; aspect-ratio: 1; transition:.3s; object-fit: cover;}
.sub0201_wrap .cases .item_li .img_box img{width: 100%; aspect-ratio: 1 / 1; 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;}
@media screen and (max-width:1200px) {
	.sub0201_wrap .cases{gap:35px;}
	.sub0201_wrap .cases .item_li .info_box .cases_members{flex-wrap:wrap;}
	.sub0201_wrap .cases_members .cases_members_li{max-width: 32%;}
	.sub0201_wrap .cases .item_li .info_box p{font-size: 0.875rem;}
	.sub0201_wrap .cases .item_li .info_box span.cases_status{font-size: 0.938rem;}
	.sub0201_wrap .cases .item_li .info_box h5{font-size: 1.125rem; min-height: 52px;}
	.sub0201_wrap .cases .item_li .info_box p.cases_info{font-size: 0.875rem; min-height: 35px;}
	.sub0201_wrap .cases .item_li .info_box p{font-size: 0.875rem;}
}


/* sub0201_view */
.sub0201_view_wrap{width:1200px; margin:0 auto;}
.sub0201_view_wrap .detail-header .title{font-size:30px;font-weight:700; color:#333; margin-block: 10px 20px;}
.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:40px;}
.sub0201_view_wrap .detail-body p{font-size:18px; color:#555; word-break: break-word;}
.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:16px;}
.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:70px;}
.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% - 80px) / 5);}
/* .lawyer_items ul li:nth-child(2) p{padding-left:9px;} */
.sub0201_view_wrap .lawyer_items ul li img{width:100%;}
.sub0201_view_wrap .lawyer_items ul li .box a{position: relative; display: block; overflow: hidden;}
.sub0201_view_wrap .lawyer_items ul li .box a .img_wrap{aspect-ratio: 1;}
.sub0201_view_wrap .lawyer_items ul li .box a .txt_wrap{position: absolute; bottom: 0; padding:8px; color: #fff; z-index: 1; width: 100%; background: rgba(0,0,0,0.6); display: flex; justify-content: space-around; align-items: center;}
.sub0201_view_wrap .lawyer_items ul li .box a .txt_wrap span{font-size:15px; position:relative;}
/* .lawyer_items ul li .box a .txt_wrap span::before{content:'';position: absolute; right:-12px; top:50%; transform:translateY(-50%); width:2px; height:16px; background:rgba(255,255,255,0.2);} */
.sub0201_view_wrap .lawyer_items ul li .box a .txt_wrap p{font-size:18px; font-weight:600; letter-spacing:0.5em;}

.sub0201_view_wrap .lawyer_items ul li:hover .box  a:before{position: absolute; content:''; background:rgba(0,0,0,.5); width:100%; height:100%; top:0; right:0;}
.sub0201_view_wrap .lawyer_items ul li:hover .box  a:after{position: absolute; content:''; background:url('/images/sub/blog_img.png')center no-repeat;  background-size:cover;
top:50%; left:50%; width:70px; height:70px;transform:translate(-50%,-50%); }

/*sub03~05*/
.sub_same_wrap .what_do_box{display:flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom:120px; text-align:center; color:#fff; height:430px;}
.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;}
.sub_same_wrap .what_do_box > img{width:120px; height:120px; margin-bottom:20px;}
.sub_same_wrap .what_do_box > h5{font-size:28px; line-height:40px; font-weight:600; margin-bottom:40px;}
.sub_same_wrap .what_do_box > h5 span{display: block;}
.sub_same_wrap .what_do_box > p{font-size:20px; line-height:32px; font-weight:400; margin-bottom:40px;}
.sub_same_wrap .what_do_box > p span{display: block;}
.sub_same_wrap .what_do_box a {font-family: 'Sansation'; width: 190px; height: 60px; 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:80px;}

.sub_same_wrap .what_do_wrap{display:flex; justify-content: space-between; gap:50px; height: 484px;}
.sub_same_wrap .what_do_wrap .what_do_txt{display:flex; flex-direction: column; gap:35px;}
.sub_same_wrap .what_do_img{flex: 0 1 50%;}
.sub_same_wrap .what_do_img > img{width:100%; object-fit: cover; height: -webkit-fill-available;}
.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:36px; 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:15px;}
.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:20px; 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;}
.sub0601_wrap .inquiry_txt, .sub0601_wrap .inquiry_box{flex:1;}
.sub0601_wrap .inquiry_txt{position:relative;}
.sub0601_wrap .inquiry_txt::before{content:''; background: url('/images/sub/inquiry_logo.png') right bottom; position: absolute; bottom:0; right: 0; z-index: -1;}
.sub0601_wrap .inquiry_txt h3{font-size: 24px; color: #151a59; margin-bottom:20px; }
.sub0601_wrap .inquiry_txt h4{font-size: 68px; color:#111; margin-bottom:60px;}
.sub0601_wrap .inquiry_txt > p{font-size: 28px; line-height:40px; color:#111; margin-bottom:70px;}
.sub0601_wrap .inquiry_txt > p strong{font-weight: 700;}
.sub0601_wrap .inquiry_txt > p span{display: block;}
.sub0601_wrap .inquiry_txt .inquiry_list{width:100%; display:flex; flex-direction: column; gap:15px;}
.sub0601_wrap .inquiry_txt .inquiry_list li{position: relative; display:flex; padding-left: 20px;}
.sub0601_wrap .inquiry_txt .inquiry_list li::before{content:''; position: absolute; left: 0; top: 50%; transform: translate(-50%); width: 6px; height: 6px; border-radius:50%; background: #4787c7;}
.sub0601_wrap .inquiry_txt .inquiry_list li p{display:block; line-height:1.5; font-size:20px; color:#666; font-weight: 400;}
.sub0601_wrap .inquiry_txt .inquiry_list li span{display:block;}
.sub0601_wrap .inquiry_txt .bg_logo{position: absolute; top: 0; right: 0; z-index: -1; width: 80%;}
.sub0601_wrap .inquiry_txt .bg_logo img{width: 100%;}
.sub0601_wrap .inquiry_box{background:#222c56; padding:50px;}
.sub0601_wrap .inquiry_box .info_box .form_box {display: flex;flex-wrap: wrap;gap: 20px;}
.sub0601_wrap .inquiry_box .info_box .input_box.w50 {width: calc(50% - 10px);}
.sub0601_wrap .inquiry_box .info_box .input_box.w100 {width:100%; margin-top:10px;}
.sub0601_wrap .inquiry_box p{font-size:20px; color:#fff; font-weight: 400;}
.sub0601_wrap .inquiry_box .info_box .input_box input[type="text"] {width: 100%; padding: 10px 10px; box-sizing: border-box; border-radius:5px; margin-top: 10px; font-size: 18px; color: #555; line-height: 1.5;}
.sub0601_wrap .inquiry_box .info_box .input_box.w100.center_select{display: flex; align-items: flex-start; flex-direction: column; gap:20px;}
.sub0601_wrap .center_select select{width:300px; height:50px; font-size:16px; color:#555; border-radius:5px; padding-left:10px;}
.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:190px; font-family: 'Sansation'; height: 60px; 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: 15px; font-size: 16px;}

.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:18px; 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: 24px; height: 24px; 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 */
:root{
	--co01: #303f46;
}

.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.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;}
.basic_bd02 .search_box .input_wrap input{width: 558px; 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:'';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: 35px 50px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 70px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 36px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 17px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 280px);margin-left: 60px;}
.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: 25px;line-height: 23px;border: 1px solid #eee;padding: 0 15px;font-size: 14px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 23px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 17px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: none;}
.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: 1;}

/* 일반게시판_view */
.basic_bd01_view .inner{width: 1650px;}
.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; word-break: break-word;}
.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: 18px; color: #000;word-break: break-word;}
.basic_bd01_view .file_box{padding: 22px 35px;background: #f9f9f9; margin-top: 40px;}
.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;align-items: flex-start;gap:20px 10px; width: 32%;}
.basic_bd01_view .file_box ul li img {margin-bottom: 0;}
.basic_bd01_view .file_box ul li em{display: block;}
.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: 80px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 32%;}
.gallery_bd02 .con ul.img_li li .img_wrap {position: relative; width: 100%; height: 0; overflow: hidden; margin: 0 auto; border-radius: 10px; padding-bottom: 65.559%;}
.gallery_bd02 .con ul.img_li li .img_wrap img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.2s linear; overflow: hidden;}
.gallery_bd02 .con ul.img_li li .img_wrap img:hover {transform: scale(1.1);}
.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: 20px; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 20px; color:#222; font-weight: 600;word-break: break-word;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 1px solid #ddd; font-size: 16px; color: #444; padding-top: 16px; margin-top: 16px;}
.gallery_bd02 .con ul.img_li {gap: 45px 2%;}
.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 {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; flex-direction: row-reverse; align-items: end;margin-bottom: 30px;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end;}
.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;}
.gallery_bd02 .search_box .input_wrap input{width: 558px; 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%);}



