/* 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'); 
 }

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

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* 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; word-break:keep-all;}
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: 0.875rem; line-height:1.6; font-family: 'Montserrat'; color:#222;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#000; 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: 1rem; 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: 0.75rem; 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: 0.75rem; 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: 1.875rem; 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: 2.5rem; 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: 0.875rem; 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: 0.875rem; 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: 0.875rem; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size: 0.875rem; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size: 0.875rem; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size: 0.875rem; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size: 0.875rem; 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: 1.125rem; 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: 1rem; 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: 1rem; 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: 0.875rem; 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: 1rem;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size: 0.875rem; 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: 0.875rem;}
.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;}

:root{
	--bg01: #2bacf0;
	--co01: #3C575A;
}

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

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%; z-index: 5000; height: 80px; transition: all 0.6s;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%; max-width:1820px;}
#header h1{margin-top: 30px;}
#header h1 a{display: block; width: 211px; height: 50px; background: url('/images/main/main_logo.svg')center no-repeat; background-size:cover;}
.blind{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);margin:-1px;width:1px;height:1px;border:0;padding:0;}

body.visual_scrolled .landing_logo{opacity: 0;}
body.visual_scrolled #header h1{opacity: 1;}

/* navigation */
.nav_btn{position: relative;display: flex; flex-direction: column; justify-content: space-between; width: 33px; height: 22px;z-index: 100;}
.nav_btn span {display: block;width: 100%;height: 3px;background: #fff;border-radius: 5px;transition: 0.3s ease;}
.nav_btn.on{width: 30px;height: 30px;}
.nav_btn.on span {position: absolute;top: 50%;left: 0;transform-origin: center;}
.nav_btn.on span:nth-child(1) {transform: translateY(-50%) rotate(45deg);}
.nav_btn.on span:nth-child(2) {opacity: 0;}
.nav_btn.on span:nth-child(3) {transform: translateY(-50%) rotate(-45deg);}
.navigation{position: fixed;right: 50px;top: 70px;z-index: 3500;opacity: 0;visibility: hidden;transform: translateY(-12px);transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s;}
.navigation.open{opacity: 1;visibility: visible;transform: translateY(0);pointer-events: auto;transition:opacity .45s ease,transform .45s ease,visibility 0s;}
.navigation .lnb{display: flex; align-items: flex-start; gap:10px; width:100%;height:100%;}
.navigation.on{display:block;}
.navigation .dep_box{width: 200px;}
.navigation h3{width:100%; background: #000;}
/* .navigation h3.depth01{background: #E6B84A;}
.navigation h3.depth02{background: #D94A7F;}
.navigation h3.depth03{background: #8F5CD6;}
.navigation h3.depth04{background: #5C8FD9;} */
.navigation h3 a{position: relative;display: block;line-height: 1.2;width:100%;padding: 15px 10px;color:#fff;font-size:1.25rem;font-weight: 600; text-align: center;}
.navigation ul{display: block; padding:20px; background: #000; margin-top: 10px;}
.navigation ul li:not(:first-child){margin-top: 20px;}
.navigation ul li a{position: relative;color:#fff;font-size:1rem;font-weight: 400;line-height: 1.1;word-break:keep-all;transition:.3s;display: inline-block;}
.navigation ul li a::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:#fff;transition:width .3s ease;}
.navigation ul li a:hover::after{width:100%;}
.navigation ul li.on a::after{width:100%;}


/* all menu */ /* 업체 요청으로 navi로 변경 260427 */
/* .all_btn{display: flex; flex-direction: column; justify-content: space-between; width: 33px; height: 22px;}
.all_btn span{width: 100%; height: 3px; background: #fff; border-radius:5px;}
.all_menu_wrap {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(255, 255, 255, 0.80);backdrop-filter: blur(10px);z-index: 9999;}
.all_menu_wrap .all_inner {display: flex;justify-content: center;flex-direction: column;height: 100%;width: calc(100% - 80px);max-width:1220px;margin: 0 auto;}
.all_menu_wrap .all_top {position: absolute; top: 0; left: 0; width: 100%; height: 80px;}
.all_menu_wrap .all_top .all_logo a{display: block; width: 211px; height: 50px; background: url('/images/main/main_logo_on.svg')center no-repeat; background-size:cover;}
.all_menu_wrap .all_top .inner{display: flex; justify-content: space-between; align-items: center; max-width:1820px; height: 100%;}
.all_menu_wrap .all_top h3 {display: block;font-size: 60px;color: #222;font-weight: 400;}
.all_menu_wrap .all_menu {display: flex;justify-content: space-between; flex-direction: column;}
.all_menu_wrap .all_menu .lnb_menu{display: flex; align-items: center; padding-block: 25px;}
.all_menu_wrap .all_menu .lnb_menu h2{width: 260px; font-size: 3.125rem; font-weight: 700; -webkit-text-stroke: 1px #222; color: transparent; -webkit-text-fill-color: transparent; cursor:pointer; transition:.4s ease;}
.all_menu_wrap .all_menu .lnb_menu.on h2{color: #222; -webkit-text-fill-color: #222;}
.all_menu_wrap .all_menu .all_sub_menu{display: flex; gap:40px;}
.all_menu_wrap .all_menu .all_sub_menu li a{font-size: 1.125rem; font-weight: 500;}
.all_menu_wrap .all_sub_menu{max-height: 0; overflow: hidden; opacity: 0; transform: translateY(10px); transition: all .4s ease;}
.all_menu_wrap .lnb_menu.on .all_sub_menu{max-height: 500px; opacity: 1; transform: translateY(0);} */

main{color: #fff;}

#intro{position:fixed;inset:0;z-index:99999;overflow:hidden;pointer-events:none;}
#intro .intro_half{position:absolute;left:0;width:100%;height:50%;background:#fff;display:flex;justify-content:center;overflow:hidden; z-index: 2;}
#intro .intro_half.top{top:0;align-items:flex-end; padding-bottom: 10px;}
#intro .intro_half.bottom{bottom:0;align-items:flex-start; padding-top: 10px;}
#intro .logo_part{width:min(80vw, 630px);display:flex;justify-content:center;}
#intro .logo_part img{display:block;width:100%;height:auto;}
#intro .intro_blur{position:absolute;inset:0;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);background: #000;z-index:1;opacity:1;}

/* visual */
#visual {position: relative;overflow: hidden;}
#visual .visualSlide, #visual .swiper-wrapper, #visual .swiper-slide {height: 100vh;}
#visual .visual_con {position: relative;width: 100%;height: 100vh;overflow: hidden;}
#visual .visual_con .pc_img, #visual .visual_con img{width: 100%;height: 100%;object-fit: cover;transform: scale(1);transform-origin: center center;will-change: transform;backface-visibility: hidden;}
#visual .visual_con .pc_img {height: 100vh;background-position: center;background-repeat: no-repeat;background-size: cover;}
#visual .visual_con video {display: block;width: 100%;height: 100%;object-fit: cover;transform: translate3d(0, 0, 0);backface-visibility: hidden;}
#visual .youtube_wrap iframe {position: absolute;left: 50%;top: 50%;width: 100vw;height: 56.25vw;min-width: 177.777vh;min-height: 100vh;transform: translate3d(-50%, -50%, 0);pointer-events: none;backface-visibility: hidden;}
#visual .swiper-slide-active .img_wrap .pc_img, #visual .swiper-slide-active .img_wrap img {animation: visualImageZoomOut 8s 0s ease-out forwards;}
#visual .swiper-slide-active .video_wrap video, #visual .swiper-slide-active .youtube_wrap iframe {animation: none;}
#visual .tit_wrap{position: absolute; bottom: 70px; left: 50%; transform:translateX(-50%); width: 100%; z-index: 50; box-sizing:border-box;}
#visual .tit_wrap h2{font-size: 1.5rem;}
#visual .visual_items{position: absolute; bottom: 130px; left: 50%; transform:translateX(-50%); width: 100%; z-index: 50;}
#visual .visual_items .inner{display: flex; align-items: center; gap:25px;}
#visual .visual_items .visual_nav{position: unset; width: 10px; height: auto; color: #fff; margin-top: 0;}
#visual .visual_items .visual_page{display: flex; align-items: center; gap:5px; font-size: 1rem; color: rgba(255, 255, 255, 0.50); font-weight: 600;}
#visual .visual_items .visual_page .current{font-size: 1.75rem; color: #fff;}
#visual .video_wrap{width: 100%; height: 100vh;}
#visual .main_video{width: 100%; height: 100%; object-fit:cover; object-position: center top;}
#visual .youtube_wrap {position: relative;width: 100%;height: 100vh;overflow: hidden;background: #000;}
#visual .youtube_wrap iframe {position: absolute;top: 50%;left: 50%;width: 100vw;height: 56.25vw;min-width: 177.77777778vh;min-height: 100vh;transform: translate(-50%, -50%);border: 0;pointer-events: none;}

@keyframes visualImageZoomOut {
	from {
		transform: scale(1.08);
	}
	to {
		transform: scale(1);
	}
}

/* sec01 */
#sec01{width: 100%; overflow: hidden;}
#sec01 .service_wrap{display: flex;}
#sec01 .service_box{position: relative; flex:1; border-right: 1px solid #fff; overflow: hidden;}
#sec01 .service_box .bg_img{width: 100%; height: 100%; transition:.5s;}
#sec01 .service_box:hover .bg_img{transform:scale(1.05);}
#sec01 .service_box .content{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap:35px; width: 100%; padding: 35px; box-sizing: border-box;}
#sec01 .service_box .content h3{font-size: 2rem; font-weight: 600; text-align: center;}
#sec01 .service_box .content p{font-size: 1.125rem; font-weight: 500; line-height: 1.6; word-break:keep-all; height: 175px; overflow: hidden; text-align: center;}
#sec01 .service_box .content .more_btn{padding: 8px 30px; margin-top: 40px; border:1px solid #fff; color: #fff; border-radius:50px; line-height: 1.4;}

/* sec02 */
#sec02{overflow: hidden; position: relative; width: 100%;}
#sec02 .project_wrap{display:flex; flex-wrap:wrap; position:relative; width:100%; height:100%; box-sizing:border-box;}
#sec02 .project_wrap .article{position: relative;z-index: 10;width: 33.333%;height: 360px;box-sizing: border-box;border-right: 1px solid #fff;border-bottom: 1px solid #fff;cursor: pointer;}
#sec02 .project_wrap .article:nth-last-child(-n+3){border-bottom: none;}
#sec02 .project_wrap .article .hover_img{display: block; position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 1;}
#sec02 .project_wrap .article .hover_img .tit_box{position: absolute; width: 100%; bottom: 0; padding: 35px 40px; font-size: 1.375rem; font-weight: 600; color: #fff; z-index: 10;}
#sec02 .project_wrap .article .hover_img .overlay{position: absolute;overflow: hidden;z-index: 0;width: 100%;height: 100%;top: 0;left: 0;color: #fff;pointer-events: none;background: rgba(0, 0, 0, 0.25);filter: blur(2.5px);transform: rotate3d(1, 0, 0, 90deg);}
#sec02 .project_wrap .article.on .hover_img .overlay{transform: rotate3d(1, 0, 0, 0deg);}
#sec02 .bgarea{position:absolute;left:0;top:0;width:100%;height:100%;background:url(/images/main/main_sec02_img01.png) no-repeat;}
#sec02 .bgarea > div{display:block;content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:5;opacity:0;transform:scale(1.15);transition:all 0.8s ease;}
#sec02 .bgarea > div.on{opacity:1;transform:scale(1);transition:all 0.8s ease;}
#sec02 .mo_project{display: none;}

/* in */
#sec02 .in-top .overlay{transform-origin: 50% 0;animation: in_top .3s ease forwards;}
#sec02 .in-right .overlay{transform-origin: 100% 50%;animation: in_right .3s ease forwards;}
#sec02 .in-bottom .overlay{transform-origin: 50% 100%;animation: in_bottom .3s ease forwards;}
#sec02 .in-left .overlay{transform-origin: 0% 0%;animation: in_left .3s ease forwards;}
/* out */
#sec02 .out-top .overlay{transform-origin: 50% 0;animation: out_top .3s ease forwards;margin-top:-1px;}
#sec02 .out-right .overlay{transform-origin: 100% 50%;animation: out_right .3s ease forwards;margin-left:1px;}
#sec02 .out-bottom .overlay{transform-origin: 50% 100%;animation: out_bottom .3s ease forwards;margin-top:1px;}
#sec02 .out-left .overlay{transform-origin: 0% 50%;animation: out_left .3s ease forwards;margin-left:-1px;}        

@-webkit-keyframes in_top {
 from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}
@keyframes in_top {
 from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}
@-webkit-keyframes in_right {
  from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes in_right {
 from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}
@-webkit-keyframes in_bottom {
  from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0%);
    }
}
@keyframes in_bottom {
  from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0%);
    }
}
@-webkit-keyframes in_left {
 from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes in_left {
  from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
@-webkit-keyframes out_top {
 from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-100%);
    }
}
@keyframes out_top {
 from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes out_right {
 from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes out_right {
  from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}
@-webkit-keyframes out_bottom {
  from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(100%);
    }
}
@keyframes out_bottom {
  from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(100%);
    }
}
@-webkit-keyframes out_left {
  from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes out_left {
  from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}


/* sec03 */
#sec03{padding-block:160px 120px; background: url('/images/main/main_sec03_bg.png')center no-repeat; background-size:cover; color: #fff; min-height: 100vh;}
#sec03 .tit_wrap h3{font-size: 3.125rem; line-height: 1.3;}
#sec03 .tit_wrap p{margin-top: 30px; font-size: 1.75rem;}
#sec03 .about_wrap{margin-top: 80px;}
#sec03 .about_list{display: grid; grid-template-columns: repeat(2, 1fr);}
#sec03 .about_list .about_item{padding: 30px; display: flex; flex-direction: column; gap:30px;}
#sec03 .about_list .about_item:nth-child(2n){border-left:1px solid #fff;}
#sec03 .about_list .about_item:nth-child(n+3){border-top:1px solid #fff;}
#sec03 .about_list .about_item h4{font-size: 2rem;}
#sec03 .about_list .about_item p{font-size: 6.25rem; font-weight: 700;}


/* footer */
#footer{padding-block:100px; background: #fff;}
#footer .foot_inn{display: flex; justify-content: space-between;}
#footer .foot_inn .left{display: flex; flex-direction: column; gap:40px;}
#footer .footer_info{font-size: 1rem; color: #222; line-height: 1.4; display: flex; flex-direction: column; gap:10px;}
#footer .copy{font-size: 1rem; color: #444;}
#footer ul.right{display: flex; flex-direction: column;justify-content: space-between; align-items: flex-end;}
#footer ul.right li a{color: #3C5659;text-align: right;font-size: 32px;font-weight: 700;}
#footer ul.right li:hover a{color: #E09517; padding-right:40px; position: relative;}
#footer ul.right li:hover a::after{position: absolute; content:''; background:url(/images/main/footer_arrow.svg); background-size:cover; top:0; right:0px; width: 37px; height: 37px;}
#footer.sub_footer{border-top: 1px solid #DDD;}

@media screen and (max-width:1200px) {
#sec01 .service_box .content h3{font-size: 1.75rem;}
#sec01 .service_box .content img{width: 70px;}
#sec03 .about_list .about_item p{font-size: 5rem;}
#sec01 .service_box .content .more_btn{margin-top: 30px;}

}

/********************font-size*******************
5rem(80px) > 4.375rem(70px) > 3.5rem(56px)
3.125rem(50px) > 2.5rem(40px) > 2rem(32px)
3rem(48px) > 2.25rem(36px) > 1.75rem(28px)
2.5rem(40px) > 1.875rem(30px) > 1.625rem(26px)
2.25rem(36px) > 1.625rem(26px) > 1.5rem(24px)
1.875rem(30px) > 1.5rem(24px) > 1.375rem(22px)
1.75rem(28px) > 1.375rem(22px) > 1.25rem(20px)
1.5rem(24px) > 1.25rem(20px) > 1.125rem(18px)
1.25rem(20px) > 1.125rem(18px) > 1rem(16px)
1.125rem(18px) > 1rem(16px) > 0.875rem(14px)
1rem(16px) > 0.875rem(14px) > 0.75rem(12rem)
0.875rem(14px) > 0.75rem(12px) > 0.625rem(10px)
***************************************************/

/********************컨텐츠 간격*******************
#sub_contents{padding-bottom: 120px > 100px > 80px}
***************************************************/


/* ==sub== */
#header.sub_header{position: relative;}
#header.sub_header h1{opacity: 1;}
#header.sub_header h1 a{background: url('/images/main/main_logo_on.svg')center no-repeat; background-size:cover;}
#header.sub_header .nav_btn span{background:#3C575A;} 
.sub_visual{height: 300px; display: flex; }
.sub_visual .inner{display: flex; align-items: center; justify-content: space-between;}
.sub_visual h2{font-size: 3.125rem;}
.sub_visual .sub_nav{display: flex; align-items: center; gap:30px;}
.sub_visual .sub_nav li{position: relative; font-size: 1.125rem;}
.sub_visual .sub_nav li:not(:last-child){padding-right: 30px;}
.sub_visual .sub_nav li:not(:last-child)::after{content:''; position: absolute; top: 50%; right: 0; transform:translateY(-50%); background: url('/images/sub/sub_nav.png')center no-repeat; width: 6px; height: 10px;}

#sub_contents{padding-bottom: 120px;}


/* 공통 */
.category_wrap{display: flex;border: 1px solid #ccc; margin-bottom: 50px;}
.category_wrap select{border:0;width: 16.620499%; min-width: 150px; height: 70px;padding: 10px 40px; border-right: 1px solid #ccc; color: #222;font-size: 1.5rem;font-weight: 500;appearance: none;-webkit-appearance: none;-moz-appearance: none; background: url("/images/sub/select_arrow.png") no-repeat right 30px center;background-size: 12px;}
.category_wrap select:focus, .category_wrap input:focus{outline:none;}
.category_wrap .search_wrap{width: 35%; display: flex; align-items: center;justify-content: space-between;gap: 20px; padding-inline:30px}
.category_wrap .search_wrap input{width: 100%; height: 68px; background: none; border:0;font-size: 1.5rem;color:#222;}
.category_wrap .search_wrap input::placeholder{color:#666;}
.category_wrap .search_wrap button.search_btn {background: url(/images/sub/sub_search_icon.png) center no-repeat;background-size: contain;width: 42px;height: 42px;  line-height: 1;}
.category_wrap a{display: flex; align-items: center;width: 300px;height: 70px;padding: 10px 30px; border-right: 1px solid #ccc; color: #222;font-size: 1.5rem;font-weight: 500;}
.category_wrap a.on{border: 1px solid #3C5659; color:#3C5659;}


/* sub0101 */
.sub0101_wrap .project_wrap{display:grid;grid-template-columns: repeat(2, 1fr); gap:100px 50px;}
.sub0101_wrap .project_wrap .box a{display: flex; flex-direction: column; gap:30px;}
.sub0101_wrap .project_wrap .box a .img_box{width: 100%;aspect-ratio: 173/121; overflow:hidden;}
.sub0101_wrap .project_wrap .box a .img_box img{display: block; width: 100%; object-fit:cover;}
.sub0101_wrap .project_wrap .box a:hover .img_box img{transform:scale(1.1); transition:.4s;}
.sub0101_wrap .project_wrap .box a p{color: #111;font-size: 1.5rem;font-weight: 600;line-height: 1.5;}

/* sub0101_view */
.sub01_view_wrap {margin-top: 100px;}
.sub01_view_wrap .top_sec{width: 100%; display: flex; flex-direction: column; gap:50px;}
.sub01_view_wrap .top_sec strong{color: #111;font-size: 2.5rem;font-weight: 600;line-height: 150%;}
.sub01_view_wrap .top_sec .img_box{width: 100%;}
.sub01_view_wrap .top_sec .img_box img{display: block;width: 100%;object-fit:cover;}
.sub01_view_wrap .con_sec{margin-top: 100px; display: flex; gap:8%;;position: relative;justify-content: space-between}
.sub01_view_wrap .con_sec .left{width: 64.3%;}
.sub01_view_wrap .con_sec .left .txt_wrap strong{color: #222;font-size: 2.5rem;font-weight: 700;line-height: 1.5;}
.sub01_view_wrap .con_sec .left .txt_wrap p{margin-top: 30px;color: #222;font-size: 1.25rem;font-weight: 400;line-height: 1.5;}
.sub01_view_wrap .con_sec .left .img_wrap{margin-top: 80px; display: flex; flex-direction: column; gap:50px;}
.sub01_view_wrap .con_sec .left .img_wrap img{width: 100%;}
.sub01_view_wrap .con_sec .right{width: calc(100% - 72.3%); position: sticky;top: 50px;align-self: flex-start;}
.sub01_view_wrap .con_sec .right ul.info{ width: 100%; border-top: 2px solid #3C5659;border-bottom: 2px solid #3C5659;}
.sub01_view_wrap .con_sec .right ul.info li{display: flex; gap:30px; align-items: center; padding: 25px 20px; border-bottom: 1px solid #DDD;}
.sub01_view_wrap .con_sec .right ul.info li:last-child{ border-bottom: none;}
.sub01_view_wrap .con_sec .right ul.info li span{color: #222;font-size: 1.125rem;font-weight: 700; line-height: 1.3; display: block; min-width:70px;}
.sub01_view_wrap .con_sec .right ul.info li p{color: #444;font-size: 1.125rem;font-weight: 400; line-height: 1.3;}
.sub01_view_wrap .con_sec .right .other_wrap{margin-top: 50px;}
.sub01_view_wrap .con_sec .right .other_wrap span.tit{color: #3C5659;font-size: 1.25rem;font-weight: 700;line-height: 150%;}
.sub01_view_wrap .con_sec .right .other_wrap ul{margin-top: 20px;display: grid;gap:20px;grid-template-columns: repeat(3, 1fr); }
.sub01_view_wrap .con_sec .right .other_wrap ul li a{display: flex;flex-direction: column;gap:15px;}
.sub01_view_wrap .con_sec .right .other_wrap ul li a .img_box{width: 100%;}
.sub01_view_wrap .con_sec .right .other_wrap ul li a .img_box img{display: block; width: 100%; object-fit:cover;}
.sub01_view_wrap .con_sec .right .other_wrap ul li a p{color: #444;font-size: 1rem;font-weight: 500;line-height: 150%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.sub01_view_wrap .list_box{margin-top: 180px; display: flex; align-items: center; justify-content: center;}
.sub01_view_wrap .list_box a{display: block; width: 250px;padding: 20px 52px; text-align: center; background: #3C575A; color: #FFF;text-align: center;font-size: 1.25rem;font-weight: 700;line-height: 150%;}

/* sub0102 */
.sub0102_wrap{display: flex;}
.sub0102_wrap .sub_list_wrap .mob_list{display: none; z-index:2;}
.sub0102_wrap .sub_list_wrap{width:100%; max-width:260px; display: flex; flex-direction: column; position: sticky;top: 50px;align-self: flex-start; z-index:2;}
.sub0102_wrap .sub_list_wrap li{padding: 15px 0; padding-left: 30px; position: relative;}
.sub0102_wrap .sub_list_wrap li a{color: #999;font-size: 1.25rem;line-height: 100%;font-weight: 600;}
.sub0102_wrap .sub_list_wrap li.on a{color: #3C5659;}
.sub0102_wrap .sub_list_wrap li.on::before{position: absolute; content:'';width: 4px;height: 25px; background: #3C5659; top:50%	;left:0;transform:translateY(-50%);}
.sub0102_wrap .con_wrap{width:100%;}
.sub0102_wrap .con_wrap .con{border-top:1px solid #ddd;}
.sub0102_wrap .con_wrap .con:last-child{border-bottom:1px solid #ddd;}
.sub0102_wrap .con_wrap .con .year_box{display:flex; align-items: flex-start; gap:20px; padding:40px;}
.sub0102_wrap .con_wrap .con .year_name{width:15%; min-width:140px; font-size:3.125rem;}
.sub0102_wrap .con_wrap .con .year_items{min-width:480px; display:flex; flex-direction:column; gap:8px; width:35%;  font-size:1.125rem; line-height:1.35;}

.sub0102_wrap .con_wrap .con .img_group{width:50%; display:flex; gap:20px; flex-wrap:wrap;}
.sub0102_wrap .con_wrap .con .img_group .img_wrap{width:calc((100% - 20px) / 2);}
.sub0102_wrap .con_wrap .con .img_group .img_wrap img{width:100%;}

@media screen and (max-width:1400px) {
	.category_wrap select{padding: 10px 20px; font-size: 1.25rem; background: url(/images/sub/select_arrow.png) no-repeat right 20px center; background-size: 12px;}
	.sub0102_wrap .con_wrap .con .year_box{flex-wrap: wrap;}
	.sub0102_wrap .con_wrap .con .year_name,
	.sub0102_wrap .con_wrap .con .year_items,
	.sub0102_wrap .con_wrap .con .img_group{width:100%;}
	.sub0102_wrap .con_wrap .con .year_items{min-width:auto;}
	.sub0102_wrap .con_wrap .con .img_group{gap:10px;}
	.sub0102_wrap .con_wrap .con .img_group .img_wrap{width:calc((100% - 30px) / 4);}
}

/* sub0104 */
.sub0104_wrap .brochure_wrap{display:flex; border:1px solid #ddd; overflow:hidden;}
.sub0104_wrap .brochure_wrap .img_wrap{border-right:1px solid #ddd; width:calc((100% / 11) * 3); flex-shrink:0;}
.sub0104_wrap .brochure_wrap .img_wrap img{width:100%; height:100%; object-fit:contain;}
.sub0104_wrap .brochure_wrap .txt_wrap{width:calc((100% / 11) * 8); background:#f9f9f9; display: flex; flex-direction: column; justify-content: center; padding-left:4.5%; padding-block:40px;}
.sub0104_wrap .brochure_wrap .txt_wrap h3{font-size:2.25rem; color:#222; font-weight:700; line-height:1.5; display:block; margin-bottom:20px;}
.sub0104_wrap .brochure_wrap .txt_wrap p{font-size:1.25rem; color:#222; font-weight:400; line-height:1.5; display:block; margin-bottom:20px;}
.sub0104_wrap .brochure_wrap .txt_wrap em{font-size:1rem; color:#3C5659; font-weight:500; line-height:1.5; display:block; margin-bottom:45px;}
.sub0104_wrap .brochure_wrap .txt_wrap a{position:relative; overflow:hidden; display:flex; display: flex; justify-content: center; align-items:center; border:1px solid #aaa; width:200px; height:50px; transition:all 0.3s ease-out;}
.sub0104_wrap .brochure_wrap .txt_wrap a span{font-size:1rem; font-weight:700; position:relative;  z-index:2; color:#222; display:flex; gap:20px;}
.sub0104_wrap .brochure_wrap .txt_wrap a span i{font-weight:400;}
.sub0104_wrap .brochure_wrap .txt_wrap a:before{position:absolute; content:''; right:100%; top:0px; background: #DC8714; width:100%; height:100%; transition:all 0.3s ease-out; z-index:1;}
.sub0104_wrap .brochure_wrap .txt_wrap a:hover{border:1px solid #DC8714;}
.sub0104_wrap .brochure_wrap .txt_wrap a:hover:before{right:0px;}
.sub0104_wrap .brochure_wrap .txt_wrap a:hover span{color:#fff;}

/* sub0201 */
.sub0201_wrap{display: flex;}
.sub0201_wrap .sub_list_wrap .mob_list{display: none;  z-index:2;}
.sub0201_wrap .sub_list_wrap{width:100%; max-width:260px; display: flex; flex-direction: column; position: sticky;top: 50px;align-self: flex-start; z-index:2;}
.sub0201_wrap .sub_list_wrap li{padding: 15px 0; padding-left: 30px; position: relative;}
.sub0201_wrap .sub_list_wrap li a{color: #999;font-size: 1.25rem;line-height: 100%;font-weight: 600;}
.sub0201_wrap .sub_list_wrap li.on a{color: #3C5659;}
.sub0201_wrap .sub_list_wrap li.on::before{position: absolute; content:'';width: 4px;height: 25px; background: #3C5659; top:50%	;left:0;transform:translateY(-50%);}
.sub0201_wrap .con_wrap{width:100%;}
.sub0201_wrap .con_wrap .con:not(:first-child){padding-top: 100px;}
.sub0201_wrap .con_wrap .con .txt_box em{color: #3C5659;font-size: 1.5rem;font-weight: 700;}
.sub0201_wrap .con_wrap .con .txt_box strong{color: #111;font-size: 3.125rem;font-weight: 700; display: block; margin-top: 20px;}
.sub0201_wrap .con_wrap .con .txt_box p{color: #444;font-size: 1.25rem;font-weight: 400;line-height: 150%; margin-top: 30px;}
.sub0201_wrap .con_wrap .con .img_wrap {margin-top: 60px; display: grid;  grid-template-columns: repeat(3, 1fr); gap:20px;  width: 100%;}
.sub0201_wrap .con_wrap .con .img_wrap .img_box{display: flex; flex-direction: column; gap:20px;  width: 100%;}
.sub0201_wrap .con_wrap .con .img_wrap .img_box img{display: block; width: 100%;}
.sub0201_wrap .con_wrap .con .img_wrap .img_box p{color: #222;font-size: 1.25rem;font-weight: 500; line-height: 1.5;}

/* sub0301 */
.sub0301_wrap .sec{margin-top: 200px;}
.sub0301_wrap p.sub03_tit{color: #111;text-align: center;font-size: 3.125rem;font-weight: 700; margin-bottom: 50px;text-transform: uppercase;}
.sub0301_wrap p.sub03_tit span{color: #3C5659;}
.sub0301_wrap .con01{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:30px; background:url('/images/sub/sub0301_con01_bg.png'); width: 100%; height: 600px;}
.sub0301_wrap .con01 strong{color: #FFF;text-align: center;font-size: 2.5rem;font-weight: 700;}
.sub0301_wrap .con01 p{color: #FFF;text-align: center;font-size: 1.5rem;font-weight: 500; line-height: 150%;}
.sub0301_wrap .con02{display: flex; flex-direction: column; gap:80px; align-items: center; justify-content: center;}
.sub0301_wrap .con02 .txt_wrap{display: flex; flex-direction: column; gap:20px; align-items: center; justify-content: center;}
.sub0301_wrap .con02 .txt_wrap p{color: #444;text-align: center;font-size: 1.375rem;font-weight: 600;line-height: 150%; font-family: 'Pretendard';}
.sub0301_wrap .con02 .txt_wrap span{display: inline-block; margin-left: 10px; font-weight: 800; color: #222;}
.sub0301_wrap .con02 .txt_wrap span b{font-weight: 700;font-size: 1.5rem;margin-left: 20px;}
.sub0301_wrap .con03 ul{max-width: 1500px; margin:0 auto; display: flex; flex-wrap:wrap; justify-content: center;}
.sub0301_wrap .con03 ul li{width: calc(100% / 3); min-width:320px; display: flex; flex-direction: column; gap:20px; padding: 40px; align-items: center; justify-content: center;}
.sub0301_wrap .con03 ul li .icon_box{width: 150px;height: 150px;}
.sub0301_wrap .con03 ul li .icon_box img{display: block; width: 100%;}
.sub0301_wrap .con03 ul li strong{color: #222;font-size: 1.5rem;font-weight: 700;line-height: 150%; }
.sub0301_wrap .con03 ul li p{color: #666;font-size: 1.125rem;font-weight: 400;line-height: 150%; text-align: center;}
.sub0301_wrap .con04 ul {max-width: 1500px; margin:0 auto;display: flex; flex-wrap:wrap; align-items: center; justify-content: center;}
.sub0301_wrap .con04 ul li{width: calc(100% / 3); min-width:320px; display: flex; flex-direction: column; gap:30px; padding: 60px 50px; align-items:flex-start;}
.sub0301_wrap .con04 ul li span{color: rgba(60, 86, 89, 0.20);font-size: 5rem;font-weight: 900;line-height: 100%; }
.sub0301_wrap .con04 ul li .title{display: flex; flex-direction: column; gap:10px;}
.sub0301_wrap .con04 ul li .title strong{color: #111;font-size: 1.5rem;font-weight: 700;line-height: 100%;}
.sub0301_wrap .con04 ul li .title em{color: rgba(0, 0, 0, 0.50);font-size: 1.125rem;font-weight: 500;line-height: 100%;text-transform: uppercase;}
.sub0301_wrap .con04 ul li p{color: #444;font-size: 1.25rem;font-weight: 400;line-height: 150%;}
.sub0301_wrap .con05 .box_wrap{display: flex; flex-direction: column; gap:20px;}
.sub0301_wrap .con05 .box_wrap .box{width: 100%; height: 400px; position: relative;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(1){background:url('/images/sub/sub0301_con05_bg01.png') center no-repeat; background-size:cover;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(2){background:url('/images/sub/sub0301_con05_bg02.png') center no-repeat; background-size:cover;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(3){background:url('/images/sub/sub0301_con05_bg03.png') center no-repeat; background-size:cover;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(4){background:url('/images/sub/sub0301_con05_bg04.png') center no-repeat; background-size:cover;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(5){background:url('/images/sub/sub0301_con05_bg05.png') center no-repeat; background-size:cover;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(odd)::before{position: absolute; content:''; background: linear-gradient(90deg, #000 0%, rgba(221, 221, 221, 0.00) 100%); width:100%; height:100%; top:0; left:0; z-index:1;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(even)::before{position: absolute; content:''; background: linear-gradient(270deg, #000 0%, rgba(221, 221, 221, 0.00) 100%); width:100%; height:100%; top:0; left:0; z-index:1;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(odd) .txt_box{position: absolute; z-index:2; color:#fff; top:50%; transform:translateY(-50%); left:calc(100% / 6);}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(even) .txt_box{position: absolute; z-index:2; color:#fff; text-align:right; top:50%; transform:translateY(-50%); right:calc(100% / 6);}
.sub0301_wrap .con05 .box_wrap .txt_box strong{display:block; font-weight:700; font-size: 2.25rem; line-height:1.35; margin-bottom:20px;}
.sub0301_wrap .con05 .box_wrap .txt_box ul{display:flex; font-size: 1.25rem; gap:21px;}
.sub0301_wrap .con05 .box_wrap .txt_box ul li{position: relative;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(odd) .txt_box ul li::before{position: absolute; content:''; background:#fff; width:1px; height:10px; top:50%; transform:translateY(-50%); left:calc(100% + 10px);}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(odd) .txt_box ul li:last-child::before{display:none;}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(even) .txt_box ul li::before{position: absolute; content:''; background:#fff; width:1px; height:10px; top:50%; transform:translateY(-50%); left:calc(100% + 10px);}
.sub0301_wrap .con05 .box_wrap .box:nth-of-type(even) .txt_box ul li:last-child::before{display:none;}
.sub0301_wrap .con05 .box_wrap .box:nth-child(4) .txt_box strong,
.sub0301_wrap .con05 .box_wrap .box:nth-child(5) .txt_box strong{margin-bottom:0px;}

/* sub0302 */
.sub0302_wrap .history_con {position: relative;}
.sub0302_wrap .history-line {position: absolute;top: 20px;left: 50%;width: 2px;height: 100%;background: #ddd;transform: translateX(-50%);z-index: 1;}
.sub0302_wrap .history-scroll-bar {position: absolute;top: 0;left: 50%;width: 2px;background: var(--co01);z-index: 2;transform: translateX(-50%);}
.sub0302_wrap .scroll-point {width: 7px;height: 7px;background: var(--co01);border-radius: 50%;position: absolute;bottom: -10px;left: 50%;transform: translate(-50%, -50%);}
.sub0302_wrap .scroll-point::after {content: '';position: absolute;width: 36px;height: 36px;background: rgba(60, 86, 89, 0.25);top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;}
.sub0302_wrap .year_item {display: flex;gap: 160px;justify-content: flex-end;align-items: flex-start;}
.sub0302_wrap .year_item:nth-child(2n){flex-direction: row-reverse;}
.sub0302_wrap .year_item:nth-child(2n) strong{text-align: right;}
.sub0302_wrap .year_item:nth-child(2n) strong::after{left: auto; right: -44.5px;}
.sub0302_wrap .year_item:nth-child(2n) li{justify-content: flex-end;}
.sub0302_wrap .year_item strong {position: relative;display: block;font-size: 2.813rem;color: #ccc; transition:.3s ease;}
.sub0302_wrap .year_item strong::after{content:'';position: absolute;left: -42.8px;top: 50%;transform:translateY(-50%);width: 7px;height: 7px;background: #ddd;border-radius:50%;z-index: 9999;}
.sub0302_wrap .year_item.on strong {color: var(--co01);}
.sub0302_wrap .year_item .year_info {width: calc(50% - 40px);}
.sub0302_wrap .year_item .img_box {max-width: 420px;margin-top: 20px;}
.sub0302_wrap .year_item .img_box img {width: 100%;aspect-ratio: 1.4 / 1;object-fit: cover;border-radius: 10px;}
.sub0302_wrap .history_con > div:first-child .year_item.on strong::after {background: var(--co01);}
.sub0302_wrap .history_con > div:first-child .year_item.on strong::before {content: '';position: absolute;right: -63px;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;border: 3px solid var(--co01);border-radius: 50%;z-index: 1;}
.sub0302_wrap .year_item.past strong::after {background: var(--co01);}
.sub0302_wrap .year_item:not(:first-child) {margin-top: 80px;}
.sub0302_wrap .year_list {padding-top:30px;}
.sub0302_wrap .year_list li {display: flex;align-items: center;}
.sub0302_wrap .year_list li em {min-width: 50px;font-size: 1.125rem;color: #222;font-weight: 600;}
.sub0302_wrap .year_list li p {font-size: 1.125rem;color: #666;line-height: 1.5;}
.sub0302_wrap .year_list li:not(:first-child) {margin-top: 10px;}

/* sub0303 */
.sub0303_wrap{display: flex;}
.sub0303_wrap .sub_list_wrap .mob_list{display: none; z-index:2;}
.sub0303_wrap .sub_list_wrap{width:100%; max-width:260px; display: flex; flex-direction: column; position: sticky;top: 50px;align-self: flex-start; z-index:2;}
.sub0303_wrap .sub_list_wrap li{padding: 15px 0; padding-left: 30px; position: relative;}
.sub0303_wrap .sub_list_wrap li a{color: #999;font-size: 1.25rem;line-height: 100%;font-weight: 600;}
.sub0303_wrap .sub_list_wrap li.on a{color: #3C5659;}
.sub0303_wrap .sub_list_wrap li.on::before{position: absolute; content:'';width: 4px;height: 25px; background: #3C5659; top:50%	;left:0;transform:translateY(-50%);}
.sub0303_wrap .con_wrap{width:100%;}
.sub0303_wrap .con_wrap .category_wrap{justify-content: flex-end; border:none;}
.sub0303_wrap .con_wrap .category_wrap select{border:1px solid #ccc;}
.sub0303_wrap .people_wrap{display:flex; flex-wrap:wrap; gap:40px; width:100%;}
.sub0303_wrap .people_box{position:relative; width:calc((100% - 80px) / 3); aspect-ratio:1/1.2; border:1px solid #ddd; cursor:pointer;}
.sub0303_wrap .people_box img{filter: grayscale(100%); position: absolute; bottom:0px; left:0px; height:100%; object-fit:contain; z-index:1; transition:.3s ease;}
.sub0303_wrap .people_box:hover img{filter: grayscale(0);}
.sub0303_wrap .people_box .name_wrap{position: absolute; top:0px; right:0px; object-fit:cover; z-index:2; padding-right:11.5%; padding-top:11.5%;}
.sub0303_wrap .people_box .name_wrap p{font-size:1.5rem; color:#222; font-weight:700; margin-bottom:10px;}
.sub0303_wrap .people_box .name_wrap em{font-size:1.25rem; color:#222;}
.sub0303_wrap .pop_wrap{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.7); z-index: 9999;}
.sub0303_wrap .pop_wrap .pop_con{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); display: flex; width: calc(100% - 210px); height: 90vh;background: #fff;}
.sub0303_wrap .pop_wrap .pop_con .left_img{width: 630px; height: 100%;aspect-ratio: 7/10; padding-inline:60px; flex-shrink: 0;}
.sub0303_wrap .pop_wrap .pop_con .left_img img{width: 100%; height: 100%; object-fit: cover;}
.sub0303_wrap .pop_wrap .pop_con .right_info{position: relative;width: 100%; padding:100px 80px;display: flex; flex-direction: column;}
.sub0303_wrap .pop_wrap .pop_con .right_info a.x_btn{position: absolute; top:20px; right:20px;width: 45px;height: 45px;}
.sub0303_wrap .pop_wrap .pop_con .right_info a.mob_btn{display: none;}
.sub0303_wrap .pop_wrap .pop_con .right_info .name{display: flex; gap:50px;align-items: flex-end; padding-bottom: 30px; border-bottom: 2px solid #3C5659;}
.sub0303_wrap .pop_wrap .pop_con .right_info .name h2{color: #222;font-size: 45px;font-weight: 700;line-height: 1.5;} 
.sub0303_wrap .pop_wrap .pop_con .right_info .name em{color: rgba(34, 34, 34, 0.80);font-size: 24px;font-weight: 400;line-height: 1.5;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap{margin-top: 50px; display: flex; flex-direction: column; gap:50px;overflow: auto;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dt{color: #3C5659;font-size: 24px;font-weight: 600; margin-bottom: 20px;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dd ul.dot_list{display: flex; flex-direction: column;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dd ul.dot_list li{position: relative; color: #222;font-size: 20px;font-weight: 400;line-height: 150%; padding-left: 20px;}
.sub0303_wrap .pop_wrap .pop_con .right_info .info_wrap dl dd ul.dot_list li::before{position: absolute; content:''; width: 3px; height: 3px; border-radius:3px; background:#222; top:14px; left:5px;}

@media screen and (max-width:1400px) {
	.sub0303_wrap .people_box{width:calc((100% - 40px) / 2);}
	.sub0303_wrap .people_box .name_wrap {position: absolute;top: 0px;right: 0px;object-fit: cover;z-index: 2;padding-right: 8%;padding-top: 8%;}
	.sub0303_wrap .pop_wrap .pop_con .left_img{width: 400px; padding-inline:0;}
	.sub0303_wrap .pop_wrap .pop_con .right_info{padding: 80px 50px;}
}

/* sub0304 */
.sub0304_wrap .category_wrap {justify-content: flex-end; border:none;}
.sub0304_wrap .category_wrap select{border:1px solid #ccc;}
.sub0304_wrap .category_wrap .search_wrap{border:1px solid #ccc; border-left: none;}
.sub0304_wrap .list_wrap table{width: 100%;	border-top: 1px solid #CCC;}
.sub0304_wrap .list_wrap table tr{border-bottom: 1px solid #CCC;	}
.sub0304_wrap .list_wrap table tr:hover{cursor:pointer;}
.sub0304_wrap .list_wrap table tr td{height: 125px;	text-align: center;color: #000;font-size: 18px;font-weight: 500;}
.sub0304_wrap .list_wrap table tr td:nth-child(2){text-align: left;}
.sub0304_wrap .list_wrap table tr td .icon_wrap{display: flex; align-items: center; justify-content: center; gap:5px;}

/* sub0305 */
.sub0305_wrap .map_wrap{width: 100%; height: 600px; margin-bottom: 50px;}
.sub0305_wrap .map_wrap iframe{width: 100%; height: 100%;}
.sub0305_wrap .info_wrap{display: flex; width: 100%; gap:20px;align-items: flex-start;}
.sub0305_wrap .info_wrap .logo_wrap{width: 45%; display: flex; align-items: center; justify-content: center;}
.sub0305_wrap .info_wrap .logo_wrap img{width: 100%;}
.sub0305_wrap .info_wrap .inn_box{width: calc(55% - 20px); display:flex; flex-wrap:wrap; /* grid-template-columns: repeat(2, 1fr);  */gap:20px; }
.sub0305_wrap .info_wrap .inn_box .box{width: calc(50% - 20px);height: 185.4px; display: flex; align-items: center; padding: 40px 30px; gap:40px;border: 1px solid #DDD;}
.sub0305_wrap .info_wrap .inn_box .box .tit{display: flex; align-items: center;gap:20px; }
.sub0305_wrap .info_wrap .inn_box .box .tit strong{color: #222;font-size: 22px;font-weight: 700;}
.sub0305_wrap .info_wrap .inn_box .box p{color: #222;font-size: 18px;font-weight: 400; line-height: 1.5; }
@media screen and (max-width:1500px) {
.sub0305_wrap .info_wrap .inn_box .box{flex-direction: column; align-items: flex-start;}
.sub0305_wrap .info_wrap .inn_box .box p{	-ms-word-break: ;
word-break: break-all;		}
}
/* sub04 */
.sub04_wrap .category_wrap .search_wrap{width: calc(100% - 1200px); display: flex; align-items: center;justify-content: space-between;gap: 20px; padding-inline:30px}
.sub04_wrap .news_wrap{display:grid; grid-template-columns: repeat(3, 1fr); gap:50px;}
.sub04_wrap .news_wrap .box {width: 100%;}
.sub04_wrap .news_wrap .box a{display: flex; flex-direction: column; width: 100%; gap:20px;}
.sub04_wrap .news_wrap .box a .img_box{width: 100%;}
.sub04_wrap .news_wrap .box a .img_box img{width: 100%; object-fit:cover;}
.sub04_wrap .news_wrap .box a .txt_box p{color: #000;font-size: 24px;font-weight: 600; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.sub04_wrap .news_wrap .box a .txt_box em{display: block; margin-top: 15px;color: #222;font-size: 20px;font-weight: 400;line-height: 135%; }

/* sub0401_view */
.sub0401_view_wrap{margin-top: 100px; }
.sub0401_view_wrap .top_wrap{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:30px; border-bottom: 2px solid #000; padding-bottom: 50px;}
.sub0401_view_wrap .top_wrap strong{font-size:45px; color:#000; font-weight: 700; line-height: 1.5; text-align: center;}
.sub0401_view_wrap .top_wrap p{font-size:20px; color:#444; font-weight: 400;}
.sub0401_view_wrap .eidt_wrap{padding-top: 50px; max-width:1500px; margin:0 auto;}
.sub0401_view_wrap .list_box{margin-top: 80px; display: flex; align-items: center; justify-content: center;}
.sub0401_view_wrap .list_box a{width: 250px; height: 60px; background:#3C5659; color:#fff; text-align: center; line-height: 60px; font-size:18px; font-weight: 600;}
.sub0401_view_wrap .p_wrap{display: flex; gap:20px;}
.sub0401_view_wrap .p_wrap p{position: relative;}
.sub0401_view_wrap .p_wrap p::after{position: absolute; content:''; width: 1px; height: 12px; background:#666; top:50%; right:-10px;  transform:translateY(-50%);}
.sub0401_view_wrap .p_wrap .icon_wrap{display: flex; gap:5px; align-items: center; font-size:1.125rem;}
/* sub_id */
.sub_id_wrap{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}



/* sub_id */
.sub_id_wrap{max-width:700px; margin: 0 auto; padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_id_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_id_wrap .form_wrap .tabs{display: flex;}
.sub_id_wrap .form_wrap .tabs a{display: block; width: 50%; text-align: center; font-size: 1.25rem; padding-block:15px;}
.sub_id_wrap .form_wrap .tabs a.on{color: #000; border-bottom: 1px solid #000;}
.sub_id_wrap .form_inner02{display: flex; flex-direction: column; gap:30px; align-items: center;}
.sub_id_wrap .form_inner02 p{font-size: 1.25rem; color: #444;}
.sub_id_wrap .id_check .id_box{width: 100%; padding-block:15px; background: #F9F9F9; border-radius:10px; text-align: center; font-size: 1.125rem; color: #222;}
.sub_id_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_id_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_id_wrap .form_box label{font-size: 1.25rem; color: #222; font-weight: 600;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 1.5rem; color: #fff; width: 100%; height: 60px; margin-top: 30px;}
.sub_id_wrap .login_wrap{display: flex; justify-content: center; gap:25px; margin-top: 50px;}
.sub_id_wrap .login_wrap a{width: 240px; font-size: 1.5rem; text-align: center; border-radius:10px; padding-block:10px;}
.sub_id_wrap .login_wrap a.login_btn01{border:2px solid #000; color: #fff; background: #000;}
.sub_id_wrap .login_wrap a.login_btn02{border:2px solid #000; color: #000; background: #fff;}
.sub_id_wrap input[type="text"], .sub_id_wrap input[type="password"], .sub_id_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 1.125rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 1.5rem; color: #fff; height: 60px; margin-top: 30px;}



/* sub_login */
.sub_login_wrap{padding: 80px 50px; background: #fff; border-radius:15px; line-height: 1;}
.sub_login_wrap.account_box{max-width:700px; margin: 0 auto;}
.sub_login_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_login_wrap.account_box{padding: 50px;}
.sub_login_wrap .input_box{display: flex; flex-direction: column; gap:30px;}
.sub_login_wrap .login_md{display: flex; justify-content: space-between; margin-top: 20px;}
.sub_login_wrap input[type="text"], .sub_login_wrap input[type="password"], .sub_login_wrap input[type="email"]{height: 60px; padding: 5px 15px; font-size: 1.125rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_login_wrap .form_box{display: flex; flex-direction: column; gap:10px;}
.sub_login_wrap .form_box label{font-size: 1.25rem; color: #222; font-weight: 600;}
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 1rem;}
.sub_login_wrap .check_wrap input[type="checkbox"] {appearance: none;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 2px;background-color: white;position: relative;cursor: pointer; margin-right: 5px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked {background-color: black;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 0.75rem;position: absolute;top: -2px;left: 2px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled {background-color: #f0f0f0;border-color: #dcdcdc;cursor: not-allowed;}
.sub_login_wrap .check_wrap input[type="checkbox"]:disabled::after {color: #ccc;}
.sub_login_wrap .submit_btn{width:100%; border-radius: 10px; background: #000; font-size: 1.5rem; color: #fff; height: 60px; margin-top: 30px;}
.sub_login_wrap .submit_btn02{width:100%; border-radius: 10px; background: #fff; border:1px solid #ccc; font-size: 1.5rem; color: #111; height: 60px; margin-top: 10px;}
.sub_login_wrap .search_wrap{display: flex; align-items: center; gap:20px;}
.sub_login_wrap .search_wrap a{position: relative; font-size: 1rem ; color: #444;}
.sub_login_wrap .search_wrap a:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #666;}
.sub_login_wrap .external_wrap{display: flex; justify-content: space-evenly; margin-top: 50px;}
.sub_login_wrap .external_wrap p{margin-top: 10px; text-align: center;}
.sub_login_wrap .divider{display: flex; justify-content: center; align-items: center; gap:15px; margin-top: 35px; white-space:nowrap;}
.sub_login_wrap .divider span{display: block; background: #DDD; width: 100%; height: 1px;}
.sub_login_wrap .signup_link{display: flex; justify-content: center; gap:30px; margin-top: 20px; font-size: 0.875rem; color: #444; line-height: 1.4;}
.sub_login_wrap .signup_link a{font-size: 0.875rem; color: #444; border-bottom: 1px solid #444; line-height: 1.4;}
.sub_login_wrap .txt_area{display: flex; gap:50px;}
.sub_login_wrap .txt_area > div{flex:1;}
.sub_login_wrap .txt_area h3{font-size: 1.25rem; color: #222; text-align: center; margin-bottom: 20px;}
.sub_login_wrap .txt_area .txt_box{height: 400px; border-radius: 10px; background: #F9F9F9; padding: 25px; font-size: 1rem; line-height: 1.6; overflow-y:auto;}
.sub_login_wrap .txt_area .txt_box strong{display: block; padding-block: 15px;}
.sub_login_wrap .txt_area.area_column{flex-direction: column;}
.sub_login_wrap .txt_area .txt_box{height: 240px;}
.sub_login_wrap .agree_wrap{margin-top: 25px;}
.sub_login_wrap .check_label{display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 0.875rem; color: #444;}
.sub_login_wrap .agree_box{appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_login_wrap .agree_box::after {content: '✔'; font-size: 0.875rem; position: absolute; left: 2px; top: -2px; color: #ccc; visibility: visible;}
.sub_login_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_login_wrap .agree_box:checked::after {color: #fff;}


.sub_login_wrap .account_btn{display: flex; justify-content: center; gap: 20px; margin-top: 25px;}
.sub_login_wrap .account_btn button{width: 160px; height:55px; font-size: 1.25rem; border-radius:10px; padding-block:10px; border:1px solid #000; text-align: center; line-height: 1;}
.sub_login_wrap .account_btn button.btn01{background: #fff; color: #000;}
.sub_login_wrap .account_btn button.btn02{background: #000; color: #fff;}


.sub_sign_wrap{line-height: 1;}
.sub_sign_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"]{height: 55px; padding: 5px 15px; font-size: 1.125rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_sign_wrap .form_list li{display: flex; gap:10px;}
.sub_sign_wrap .form_list li:not(:first-child){margin-top: 30px;}
.sub_sign_wrap .form_list li label{margin-top: 20px; width: 140px; flex-shrink:0; font-size: 1.25rem; color: #000; font-weight: 500;}
.sub_sign_wrap .form_list li label .required{color: #F00;}
.sub_sign_wrap .form_list li input{width: 100%;}
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .add_wrap{width: 100%; display: flex; flex-direction: column; gap: 15px;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 150px; border:1px solid #000; flex-shrink: 0; font-size: 1.125rem; color: #444; border-radius:5px;}



/* history */
.sub_history_wrap{line-height: 1;}
.sub_history_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_history_wrap .year_wrap{max-width:800px; margin: 0 auto;}
.sub_history_wrap .timeline{position: relative; margin-top: 110px;} 
.sub_history_wrap .timeline .line{position: absolute; left: 155px; top: 15px; width: 2px; height: 100%; background: #DDD;}
.sub_history_wrap .timeline .line::before {content: '';position: absolute;top: 0;left: 0;width: 2px;background: var(--co01);height: var(--line-fill, 0);transition: height 0.3s ease;z-index: 1;}
.sub_history_wrap .year_section:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_item{display: flex; align-items: flex-start;}
.sub_history_wrap .year_item strong{position: relative; display: block; flex-shrink:0; width: 95px; margin-right: 70px; font-size: 2.25rem; color: #000;}
.sub_history_wrap .year_item strong::after{content:''; position: absolute; right: -65px; top: 50%; transform:translateY(-50%); width: 8px; height: 8px; background: #666; border-radius:50%;	z-index: 5000;}
.sub_history_wrap .timeline > div:first-child .year_item strong::after{background: var(--co01);}
.sub_history_wrap .timeline > div:first-child .year_item strong::before{content: '';position: absolute;right: -74px;top: 50%;transform: translateY(-50%);width: 25px;height: 25px;border: 3px solid var(--co01);border-radius: 50%;z-index: 1;}
.sub_history_wrap .year_item.past strong::after {background: var(--co01);}
.sub_history_wrap .year_item:not(:first-child){margin-top: 40px;}
.sub_history_wrap .year_list{padding-left: 85px;}
.sub_history_wrap .year_list li{display: flex; gap:15px; align-items: center;}
.sub_history_wrap .year_list li em{min-width: 65px; font-size: 1.5rem; color: #444; font-weight: 600;}
.sub_history_wrap .year_list li p{font-size: 1.125rem; color: #444;}
.sub_history_wrap .year_list li:not(:first-child){margin-top: 20px;}



/* contact */
.sub_contact_wrap{line-height: 1;}
.sub_contact_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_contact_wrap input[type="text"], .sub_contact_wrap input[type="password"], .sub_contact_wrap input[type="email"], .sub_contact_wrap select, .sub_contact_wrap textarea{padding: 5px 15px; font-size: 1.125rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9; width: 100%; height: 55px;}
.sub_contact_wrap select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center #f9f9f9; padding-right: 40px;}
.sub_contact_wrap .form_inner{display: flex; flex-direction: column; gap:40px;}
.sub_contact_wrap .form_row{display: flex; flex-direction: column; gap:15px;}
.sub_contact_wrap .form_row label{font-size: 1.25rem; color: #000; font-weight: 500;}
.sub_contact_wrap .form_row label .required-mark{color: #f00;}
.sub_contact_wrap .form_w50{display: flex; flex-wrap:wrap; gap:40px 50px;}
.sub_contact_wrap .form_w50 .form_row{width: 47%;}
.sub_contact_wrap .form_w50 .phone_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .form_w50 .email_group{display: flex; align-items: center; gap:10px;}
.sub_contact_wrap .file_upload{display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 1.125rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_contact_wrap .file_upload label{display: flex; align-items: center; gap:5px; background: #333; font-size: 1rem; color: #fff; padding: 10px 20px; border-radius:30px; cursor:pointer;}
.sub_contact_wrap .policy_info{padding: 15px 20px; font-size: 1.125rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9; line-height: 1.6; height: 250px; overflow-y: auto;}
.sub_contact_wrap .policy_info p:not(:first-child){margin-top: 5px;}
.sub_contact_wrap .agree_wrap{margin-top: 25px;}
.sub_contact_wrap .agree_wrap label{font-size: 1rem; color: #444; font-weight: 400; display: flex;align-items: center;cursor: pointer;justify-content: flex-end; color: #444;}
.sub_contact_wrap .agree_box {appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_contact_wrap .agree_box::after {content: '✔';font-size: 0.875rem;position: absolute;left: 2px;top: -2px;color: #ccc; visibility: visible;}
.sub_contact_wrap .agree_box:checked {background-color: #000;border-color: #000;}
.sub_contact_wrap .agree_box:checked::after {color: #fff;}
.sub_contact_wrap .submit_btn{display: block; width: 290px; margin: 100px auto 0; border-radius: 10px; background: #000; font-size: 1.5rem; color: #fff; height: 60px;}



/* faq */
.sub_faq_wrap{line-height: 1;}
.sub_faq_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_faq_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px; margin-left: auto;}
.sub_faq_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; border: none; font-size: 1rem;}
.sub_faq_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;}
.sub_faq_wrap .faq_wrap{border-top: 2px solid #000;}
.sub_faq_wrap .faq_wrap li{ border-bottom: 1px solid #CCC;}
.sub_faq_wrap .faq_wrap li .fre{position: relative; display: flex; gap:30px; align-items: center; padding: 20px 30px;}
.sub_faq_wrap .faq_wrap li .fre::after{content:''; position: absolute; right: 30px; top: 50%; transform:translateY(-50%); background: url('/images/sub/faq_arw.png')center no-repeat; background-size:cover; width: 17px; height: 10px; transition:.3s;}
.sub_faq_wrap .faq_wrap li.open .fre::after{transform: rotate(180deg) translateY(50%); transition:.3s;}
.sub_faq_wrap .faq_wrap li .fre .q{display: flex; justify-content: center; align-items: center; width: 60px; aspect-ratio:1; font-size: 1.5rem; color: #444; font-weight: 500; background: rgba(238, 238, 238, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap li .tit_wrap{display: flex; flex-direction: column; gap:10px;}
.sub_faq_wrap .faq_wrap li .tit_wrap span{font-size: 1rem; color: #5D5D5D;}
.sub_faq_wrap .faq_wrap li .tit_wrap strong{font-size: 1.125rem; color: #222;}
.sub_faq_wrap .faq_wrap li .ask{background: #F9F9F9; padding: 20px 30px; border-top: 1px solid #ccc;}
.sub_faq_wrap .faq_wrap li .ask .a{display: flex; justify-content: center; align-items: center; flex-shrink:0; width: 60px; aspect-ratio:1; font-size: 1.5rem; color: #fff; font-weight: 500; background: rgba(51, 51, 51, 0.93); border-radius:50%;}
.sub_faq_wrap .faq_wrap .ask_cont{display: flex; align-items: flex-start; gap:30px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap{margin-top: 20px;}
.sub_faq_wrap .faq_wrap .ask_cont .txt_wrap p{font-size: 1rem; color: #333; line-height: 1.4; word-break:keep-all;}
.sub_faq_wrap .ask_text{display: flex; justify-content: flex-end; gap:5px; margin-top: 10px;}



/* qna */
.sub_qna_wrap{line-height: 1;}
.sub_qna_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_qna_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px;}
.sub_qna_wrap .bbs_top input, .sub_qna_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_qna_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 1rem;}
.sub_qna_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; margin-bottom: 40px; padding: 5px 30px;}
.sub_qna_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 1rem;}
.sub_qna_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_qna_wrap .qna_list{border-top: 1px solid #ccc;}
.sub_qna_wrap .qna_list li a{display: flex; justify-content: space-between; align-items: center; padding: 40px 35px; border-bottom: 1px solid #ccc; font-size: 1.125rem; color: #000;}
.sub_qna_wrap .qna_list li .qna_left{display: flex; gap:60px;}
.sub_qna_wrap .qna_list li .qna_right{display: flex; gap:55px;}
.sub_qna_wrap .qna_list li .qna_right .situ{width: 68px; text-align: center;}
.sub_qna_wrap .qna_list li.finish .anw_box{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .qna_list li.finish .anw_box span{font-size: 1rem; color: #fff; background: #000; border-radius: 5px; padding: 5px 10px;}
.sub_qna_wrap .qna_list li.finish .qna_right .situ{color: #f00;}



/* view_page */
.sub_qna_wrap .tit_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .tit_box .tit{font-size: 2.25rem; color: #000;}
.sub_qna_wrap .tit_box .tit_btm{display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.sub_qna_wrap .pos_info{display: flex; align-items: center; gap:20px;}
.sub_qna_wrap .pos_info span{position: relative; font-size: 1rem; color: #666;}
.sub_qna_wrap .pos_info span:nth-child(1)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 70%; background: #666;}
.sub_qna_wrap .btn_wrap{display: flex; gap:10px;}
.sub_qna_wrap .btn_wrap button{width: 80px; font-size: 1rem; color: #000; border:1px solid #000; border-radius:5px; padding-block:5px;}
.sub_qna_wrap .view_box{padding-block:60px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .view_box p{font-size: 1rem; color: #222; line-height: 1.4;}
.sub_qna_wrap .view_box p:not(:first-child){margin-top: 40px;}
.sub_qna_wrap .answer_box{padding-block:30px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .answer_box .answer_top{display: flex; align-items: center; justify-content: space-between;}
.sub_qna_wrap .answer_box .answer_top strong{position: relative; padding-left: 40px; font-size: 1.75rem; color: #000;}
.sub_qna_wrap .answer_box .answer_top strong::before{content:''; position: absolute; left: 0; top: 45%; transform:translateY(-50%); background: url('/images/sub/answer_icon.png')center no-repeat; background-size:cover; width: 26px; height: 26px;}
.sub_qna_wrap .answer_box .pos_info{margin-top: 20px;}
.sub_qna_wrap .answer_box .ans_txt{margin-top: 25px; padding: 15px 20px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .answer_box .ans_txt p{font-size: 1rem; color: #222; line-height: 1.6; word-break:keep-all;}
.sub_qna_wrap .comment_box{padding-block:40px; padding-inline:15px; border-bottom: 1px solid #ddd;}
.sub_qna_wrap .comment_box .com_inner{padding: 30px 40px; background: #F9F9F9; border-radius:10px;}
.sub_qna_wrap .comment_box .form_row{display: flex; gap:10px;}
.sub_qna_wrap .comment_box .form_row:not(:first-child){margin-top: 30px;}
.sub_qna_wrap .comment_box .form_row label{width: 55px; margin-top: 20px; flex-shrink:0; font-size: 1rem; color: #444;}
.sub_qna_wrap .comment_box input[type="text"]{width: 50%; height: 55px;}
.sub_qna_wrap .comment_box input, .sub_qna_wrap .comment_box textarea{width: 100%; border:none; background: #fff; border-radius:10px; padding: 10px 20px; font-size: 1rem; color: #666;}
.sub_qna_wrap .comment_box .text_wrap{width: 100%; display: flex;gap:20px;}
.sub_qna_wrap .comment_box .submit_btn{width: ; font-size: 1rem; color: #fff; background: #222; border-radius: 10px; padding-inline:30px; flex-shrink:0;}
.sub_qna_wrap .view_btm_box{display: flex; align-items: center; justify-content: space-between; margin-top: 60px;}
.sub_qna_wrap .view_btm_box .arw_btn{display: flex; align-items: center; gap:10px; font-size: 1rem; color: #000;}
.sub_qna_wrap .view_btm_box .back_btn{width: 150px; padding-block:15px; font-size: 1rem; color: #000; border:1px solid #CCC; border-radius:30px; text-align: center;}



/* password */
.sub_pw_wrap{line-height: 1;}
.sub_pw_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_pw_wrap input[type="text"], .sub_pw_wrap input[type="password"]{width: 100%; height: 55px;}
.sub_pw_wrap .pw_wrap{max-width:700px; margin: 0 auto; padding: 50px 40px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; gap:30px;}
.sub_pw_wrap .pw_wrap h3{font-size: 1.875rem; color: #000;}
.sub_pw_wrap .pw_wrap p{font-size: 1.25rem; color: #999;}
.sub_pw_wrap .pw_box{display: flex; align-items: center; gap:10px; width: 100%; padding: 5px 25px; background: #eee; border-radius: 5px;}
.sub_pw_wrap .pw_box input{background: none;}
.sub_pw_wrap .pw_box .toggle_btn{background: url('/images/sub/pw_icon.png')center no-repeat; width: 22px; height: 16px;}
.sub_pw_wrap .submit_btn{width: 150px;}


/* gallery */
.sub_gallery_wrap{line-height: 1;}
.sub_gallery_wrap h2{margin-bottom: 50px; font-size: 2.5rem; color: #000; text-align: center;}
.sub_gallery_wrap .bbs_top{display: flex; justify-content: flex-end; gap:10px; margin-bottom: 40px;}
.sub_gallery_wrap .bbs_top input, .sub_gallery_wrap .bbs_top select{width: auto; border: none; height: 52px;}
.sub_gallery_wrap .bbs_top select{appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('/images/sub/select_arw.svg') no-repeat right 15px center; padding-inline: 20px 40px; border:1px solid #ccc; border-radius:30px; font-size: 1rem;}
.sub_gallery_wrap .search_wrap{display: flex; align-items: center; justify-content: space-between; gap:20px; border:1px solid #CCC; border-radius:30px; max-width:470px; padding: 5px 30px;}
.sub_gallery_wrap .search_wrap input[type="search"]{width: 100%; height: 40px; background: none; font-size: 1rem;}
.sub_gallery_wrap .search_wrap button.search_btn{background: url('/images/sub/search_icon.png')center no-repeat; background-size:contain; width: 27px; height: 27px; line-height: 1;} 
.sub_gallery_wrap .gallery_list{display: grid ;grid-template-columns: repeat(3, 1fr); gap:50px 20px; border-radius:10px;}
.sub_gallery_wrap .gallery_list img{width: 100%; aspect-ratio:1.606 / 1; object-fit:cover;}
.sub_gallery_wrap .gallery_list .gallery_info{padding: 20px 10px;}
.sub_gallery_wrap .gallery_list .gallery_info .date{font-size: 1rem; color: #666;}
.sub_gallery_wrap .gallery_list .gallery_info .tit{margin-top: 10px; font-size: 1.25rem; color: #222; line-h eight: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_blog_list{display: flex; flex-direction: column;}
.sub_gallery_wrap .gallery_blog_list li{display: flex; align-items: center; gap:80px; padding:20px; border-bottom: 1px solid #ddd;}
.sub_gallery_wrap .gallery_blog_list .gallery_info{display: flex; flex-direction: column; gap: 25px;}
.sub_gallery_wrap .gallery_info .tit{font-size: 1.25rem; color: #222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .content{font-size: 1.25rem; color: #444; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.sub_gallery_wrap .gallery_info .date{font-size: 1rem; color: #666; margin-top: 40px;}

/* 일반게시판_list */


.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: 1.125rem; 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: 1.125rem; 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: 2.25rem; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 1.125rem;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: 0.875rem;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 1.5rem; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 1.125rem; 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: 1.5rem; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 2.25rem; margin: 20px 0px 30px	; font-weight: 700;color: #000; word-break: break-word;}
.basic_bd01_view .tit_box span{font-size: 1.125rem;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: 1.125rem; 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: 1rem; 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: 1.125rem; 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: 1.25rem; color: #00a3cc; font-weight: 600;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 1.25rem; 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: 1rem; 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: 1.125rem;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 0.875rem;}
.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: 1.125rem; 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: 1.125rem; 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%);}


/* shopping cart */
.cart_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.cart_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; gap: 80px; background:#fff;}

.item_wrap{display: flex; width:100%; max-width: 1280px; flex-direction: column; align-items: flex-start; gap: 10px;}
.item_list{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.item_list tr{text-align: center; border-bottom:1px solid #eee;}
.item_list tr th{padding:20px 0; color: #333; font-family: Pretendard; font-size: 0.875rem; font-weight: 400; line-height: 14px; }
.item_list tr td{padding:15px 0; color: #333; font-family: Pretendard; font-size: 0.875rem; font-weight: 400; line-height: 14px;}
.item_list .img_wrap{max-width:100px;}
.item_list .img_wrap img{width:100%; object-fit:cover;}
.item_list tr td:nth-child(3){padding:15px; text-align: left;}
.item_list tr td:nth-child(5),
.item_list tr td:nth-child(8){font-weight: 700;}
.item_list tr td:nth-child(6){color: #DA120D;}
.item_list tr td:nth-child(7){color: #067DFD;}
.item_list tr td span{font-weight:400;}


.num_check{width:100%; position: relative; display: inline-block; margin: 0 1px 0 0; text-align: left;}
.num_check a {width:25px; height: 28px; display: inline-block; border: 1px solid #ddd; float: left; line-height: 26px; text-align: center; font-size: 0.875rem; font-family: 'Roboto', 'Noto Sans KR', sans-serif; box-sizing: border-box; position: relative; left: 0; bottom: 0; text-decoration: none;}
.num_check input[type="tel"] {width: calc(100% - 50px); height: 28px; text-align: center; font-size: 0.875rem; font-family: 'Roboto', 'Noto Sans KR', sans-serif; border: 1px solid #ddd; float: left; border-left: 0; border-right: 0; box-sizing: border-box;}

.btn02_wrap{display: flex; justify-content: space-between; align-items: center; align-self: stretch;}
.btn02_wrap button{color: #333; font-family: Pretendard; font-size: 0.875rem; display: flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 10px; border: 1px solid #CCC; background: #FFF;}

.price_wrap{width: 100%; max-width: 1280px; border-top: 2px solid #111;}
.price_wrap tr{text-align: center; border-bottom:1px solid #eee;}
.price_wrap tr th{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 0.875rem; font-weight: 400; line-height: 14px;}
.price_wrap tr td{padding: 20px 15px; font-family: Pretendard; color: #333; font-size: 1.5rem; font-weight: 700; line-height: 24px;}
.price_wrap tr td span{font-size: 1.125rem;}
.price_wrap tr td:nth-child(2){color: #DA120D;}
.price_wrap tr td:nth-child(3){color: #067DFD;}
.price_wrap tr td:last-child{position: relative;}
.price_wrap tr td:last-child::after{content:''; position: absolute; left:0; top: 50%; transform:translateY(-50%); background: url('/images/sub/equal_sign.svg')center no-repeat; background-size:cover; width: 30px; height:30px;}


.btn01_wrap{display: flex; align-items: flex-start; gap: 10px;}
.btn01_wrap button{display: flex; width: 200px; height: 60px; justify-content: center; align-items: center; color: #FFF; font-size: 1rem; font-weight: 700;}
.btn01_wrap button:nth-child(1){border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;}
.btn01_wrap button:nth-child(2){border-radius: 5px; background: #F2AB00;}


/* shop list */
.shop_list_bg{background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.shop_list_wrap{display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; background:#fff;}

.cate_box {margin-top: 50px;}
.cate_box ul {display: flex; gap:8px;}
.cate_box ul li {display: flex;width: 140px;padding: 10px 0;justify-content: center;align-items: center; border-radius: 25px;background: #F5F5F5;} 
.cate_box ul li a {color: #666;text-align: center;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 500;line-height: 135%;}
.cate_box ul li.on {background: #008A48;}
.cate_box ul li.on a {color:#fff; font-weight: 700;}

.shop_list_wrap .grid_wrap {display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 20px; margin-top: 30px; margin-bottom: 30px;}
.shop_list_wrap .grid_wrap .grid_item {width:305px;}
.shop_list_wrap .grid_wrap .grid_item img {width: 305px; height: 305px; max-width: 305px; object-fit:cover;}
.shop_list_wrap .txt_wrap {margin-top: 12px;}
.shop_list_wrap .txt_wrap .review_box {display: flex; align-items: center; gap:4px;}
.shop_list_wrap .txt_wrap .review_box span {color: #999;font-family: Pretendard;font-size: 0.75rem;font-style: normal;font-weight: 400;line-height: 12px;}
.shop_list_wrap .txt_wrap .tag_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .tag_box ul {display: flex; gap:6px;}
.shop_list_wrap .txt_wrap .tag_box ul li.best {display: flex;justify-content: center;align-items: center; padding: 6px 8px; border-radius: 2px;background: #FF4141; color: #FFF;font-family: Pretendard;font-size: 0.875rem;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .tag_box ul li.pop {display: flex;justify-content: center;align-items: center; padding: 6px 8px; border-radius: 2px;background: #FF7A27; color: #FFF;font-family: Pretendard;font-size: 0.875rem;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .name_box {margin-top: 12px;}
.shop_list_wrap .txt_wrap .name_box strong {color: #111;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 400;line-height: 135%; /* 24.3px */letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .price_box {margin-top: 12px;}
.shop_list_wrap .txt_wrap .price_box strong {color: #E63D3D;font-family: Pretendard;font-size: 1.25rem;font-style: normal;font-weight: 700;line-height: 135%; margin-right: 6px;}
.shop_list_wrap .txt_wrap .price_box p {display: inline-block;color: #111;font-family: "Pretendard";font-size: 21px;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.5px; margin-right: 10px;}
.shop_list_wrap .txt_wrap .price_box span {color: #999;font-family: Pretendard;font-size: 0.875rem;font-style: normal;font-weight: 500;line-height: 135%;letter-spacing: -0.5px;text-decoration-line: line-through;}
.shop_list_wrap .txt_wrap .offer_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .offer_box p {display: inline-block; color: #666;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 500;line-height: 135%;letter-spacing: -0.5px; margin-right: 6px;}
.shop_list_wrap .txt_wrap .offer_box em {color: #E63D3D;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 700;line-height: 135%;letter-spacing: -0.5px;}
.shop_list_wrap .txt_wrap .category_box {margin-top: 6px;}
.shop_list_wrap .txt_wrap .category_box span {display: inline-flex; align-items: center; padding: 6px 8px; border-radius: 60px;background: #EC1D90; color: #FFF;font-family: Pretendard;font-size: 0.875rem;font-style: normal;font-weight: 700;line-height: 100%;letter-spacing: -0.5px;}

/* ul.paging {display: flex;margin-top: 30px;}
ul.paging li {display: flex;width: 40px;height: 40px;justify-content: center;align-items: center;aspect-ratio: 1/1;}
ul.paging li a {color: #333;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 400;line-height: 18px;}
ul.paging li.on {border-radius: 5px; background: #F2AB00;}
ul.paging li.on a {color: #FFF; font-weight: 700;} */

/* shop list view */
.shop_list_view_bg {background:#E4E4E4; padding-block:30px; height:auto; display:flex; justify-content: center; align-items: center;}
.shop_list_view_wrap {display: flex; width: 1660px; min-width: 1200px; padding: 100px 0; flex-direction: column; align-items: center; background:#fff;}
.shop_list_view_wrap .product_wrap {width: 1280px; display: flex; gap:80px;}

.shop_list_view_wrap .img_wrap {display: flex; gap:20px;}
.shop_list_view_wrap .mainSwiper {width: 640px; height: 640px;}
.shop_list_view_wrap .mainSwiper img {width:640px; height:640px;}
.shop_list_view_wrap .thumbSwiper {width: 80px; height: 640px;}
.shop_list_view_wrap .thumbSwiper .swiper-wrapper {flex-direction: column;}
.shop_list_view_wrap .thumbSwiper .swiper-slide {height: 80px; cursor: pointer; margin-bottom: 13.33px;}
.shop_list_view_wrap .thumbSwiper .swiper-slide img {width:80px; height:80px;}

.shop_list_view_wrap .txt_wrap .review_box span.score {color: #333;font-family: Pretendard;font-size: 0.75rem;font-style: normal;font-weight: 400;line-height: 12px; text-decoration: none;}
.shop_list_view_wrap .txt_wrap .review_box span {color: #999;font-family: Pretendard;font-size: 0.75rem;font-style: normal;font-weight: 400;line-height: 12px;text-decoration-line: underline;}
.shop_list_view_wrap .txt_wrap .review_box span.line {margin-left: 8px; margin-right: 8px;}
.shop_list_view_wrap .txt_wrap .name_box {margin-top: 10px;}
.shop_list_view_wrap .txt_wrap .name_box strong {color: #333;font-family: Pretendard;font-size: 1.875rem;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .explain_box {margin-top: 10px;}
.shop_list_view_wrap .txt_wrap .explain_box p {color: #666;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .price_box {display: flex; align-items: center; margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .price_box p {display: inline-block; color: #F2AB00;font-family: Pretendard;font-size: 1.875rem;font-style: normal;font-weight: 700;line-height: 135%; margin-right: 10px;}
.shop_list_view_wrap .txt_wrap .price_box span {color: #999;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 135%; text-decoration: line-through;}
.shop_list_view_wrap .txt_wrap .delivery_box {margin-top: 20px; margin-bottom: 20px;}
.shop_list_view_wrap .txt_wrap .delivery_box p {color: #999;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .pick_wrap {display: flex;padding: 20px 0;flex-direction: column;align-items: flex-start;gap: 15px; border-top: 1px solid #EEE;border-bottom: 1px solid #EEE;}
.shop_list_view_wrap .txt_wrap .pick_wrap select {display: flex;width:100%; height: 40px;padding: 0 15px;justify-content: space-between;align-items: center; border: 1px solid #EEE; }
.shop_list_view_wrap .txt_wrap .pick_wrap select option {color: #666;font-family: Pretendard;font-size: 0.875rem;font-style: normal;font-weight: 400;line-height: 14px;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box {width:100%;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .top_box {display: flex; justify-content: space-between; align-items: center; margin-bottom:15px;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .top_box strong {color: #333;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .bot_box {display: flex; justify-content: space-between; align-items: center;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g {display: flex; border:1px solid #eee;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g div {display: flex;width: 30px;height: 30px;flex-direction: column;justify-content: center;align-items: center;flex-shrink: 0;aspect-ratio: 1/1; color: #333;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 16px; cursor:pointer;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .quantity_g input[type="text"] {display: flex;width: 30px;height: 30px;flex-direction: column;justify-content: center;align-items: center;flex-shrink: 0;aspect-ratio: 1/1; color: #333;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 16px; text-align: center; border:none;}
.shop_list_view_wrap .txt_wrap .pick_wrap .pick_box .bot_box em {color: #333;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 18px; }
.shop_list_view_wrap .txt_wrap .all_price {display: flex; justify-content: space-between; align-items: center; margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .all_price strong {color: #666;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .all_price p {display: inline-block;color: #F2AB00;font-family: Pretendard;font-size: 2.25rem;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .btn_box {margin-top: 20px;}
.shop_list_view_wrap .txt_wrap .btn_box ul {display: flex; gap:10px;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.shopbag {display: flex;height: 60px;justify-content: center;align-items: center;flex: 1 0 0; border-radius: 5px;border: 1px solid #CCC;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.shopbag a {color: #333;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.buy {display: flex;height: 60px;justify-content: center;align-items: center;flex: 1 0 0; border-radius: 5px;background: #F2AB00;}
.shop_list_view_wrap .txt_wrap .btn_box ul li.buy a {color: #FFF;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 135%;}

.shop_list_view_wrap .tab_menu_wrap {width:1280px; margin-top: 100px;}
.shop_list_view_wrap .tab_menu_wrap ul {display: flex; border-top:1px solid #eee;}
.shop_list_view_wrap .tab_menu_wrap ul li {display: flex;justify-content: center;align-items: center; padding:40px 0; flex: 1 0 0; border-bottom:1px solid #eee;}
.shop_list_view_wrap .tab_menu_wrap ul li a {color: #333;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .tab_menu_wrap ul li.on {border-bottom: 2px solid #F2AB00;}
.shop_list_view_wrap .tab_menu_wrap ul li.on a {color: #F2AB00;}

.shop_list_view_wrap .tab_con_wrap {width:1280px;}
.shop_list_view_wrap .tab_con_wrap .con {padding-block: 60px;} 
.shop_list_view_wrap .tab_con_wrap .con01 {max-height: 640px; overflow: hidden; transition: max-height 0.5s ease; position: relative;}
.shop_list_view_wrap .tab_con_wrap .con01:after {content:""; position: absolute;	bottom:0; left:0; width:100%; height:146px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%); z-index: 10;}
.shop_list_view_wrap .tab_con_wrap .con01 img {display: block; margin:0 auto;}
.shop_list_view_wrap .tab_con_wrap .btn_more {display: flex;width: 380px;height: 60px;justify-content: center;align-items: center;gap: 20px; border-radius: 5px; border: 1px solid #CCC; background: #FFF; color: #333;font-family: Pretendard;font-size: 1.125rem;font-style: normal;font-weight: 700;line-height: 135%; margin: 20px auto 0;}

.shop_list_view_wrap .tab_con_wrap .con02 h3 {color: #333;font-family: Pretendard;font-size: 1.875rem;font-style: normal;font-weight: 700; padding-bottom: 20px; border-bottom: 2px solid #333;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap { display:flex; padding: 32px 0; border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .left_box {width: 30%; border-right: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .star_box {display:flex; align-items: center; justify-content: center;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .star_box strong {margin-left: 4px; font-size: 3rem; font-weight: 600; line-height: 72px; color: #222; vertical-align: bottom;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap p {margin-top: 8px; font-size: 0.875rem; line-height: 24px; text-align: center; color: #222;}
.shop_list_view_wrap .tab_con_wrap .con02 .score_wrap .review_btn {display: flex;width: 160px;height: 40px;justify-content: center;align-items: center;border-radius: 5px;background: #F2AB00; color: #FFF;font-family: Pretendard;font-size: 0.875rem;font-style: normal;font-weight: 700;line-height: 135%; margin: 25px auto 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box {width:70%; padding-left: 60px; vertical-align: top; box-sizing: border-box;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li {display:flex; margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li:first-child {margin-top: 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .title {display: inline-block; width: 70px; margin-right: 12px; font-size: 0.75rem; font-weight: 600; line-height: 18px; color:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .gauge {display: inline-block; width: calc(100% - 158px); height: 12px; margin: 3px 0; border-radius: 8px; background-color: #F8F8F8;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .gauge .per {background-color: #F2AB00; height: 100%; border-radius: 30px;}
.shop_list_view_wrap .tab_con_wrap .con02 .right_box ul li .count {display: inline-block; width: 60px; margin-left: 12px; font-size: 0.75rem; font-weight: 600; line-height: 18px; color:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort {border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul {display:flex; margin-left: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul li {cursor: pointer; display: inline-block; padding: 22px 12px; font-size: 0.875rem; line-height: 20px; color:#888;}
.shop_list_view_wrap .tab_con_wrap .con02 .sort ul li.on {color:#222; font-weight: 600;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter {position: relative; border-bottom: 1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter ul.filter_list {display:flex; margin-left: 12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .filter ul.filter_list li {display:flex;  justify-content: center; align-items: center; gap:6px; padding: 12px 12px; margin:12px 4px; font-size: 0.875rem; border-radius: 4px; border: solid 1px #ccc; cursor: pointer;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list {display: flex; justify-content: space-between; padding: 32px 0; border-bottom: 1px solid #ccc; margin-left:12px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .star_wrap img {width:20px; height:20px; fill:#222;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box {display:flex; align-items: center; gap:10px; justify-content: space-between;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .left_top {display:flex; align-items: center; gap:10px; }
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .left_top strong {color: #333;font-family: Pretendard;font-size: 1.25rem;font-style: normal;font-weight: 700;line-height: 135%;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .score_box .right_top span {font-size: 0.875rem; display: inline-block; color: #888;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content {margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .txt {margin-top: 5px; margin-bottom: 10px; color:#222; font-size: 0.875rem;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap {display: flex; gap:10px; margin-top: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb {display: flex; align-items: flex-start; gap:5px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb_up .thumb_icon{background: url('/images/sub/thumb-up.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap .thumb_down .thumb_icon{background: url('/images/sub/thumb-down.png')center no-repeat; background-size:cover; width: 20px; height: 20px;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .content .thumb_wrap span {font-size: 0.875rem; font-weight: 600;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .left {flex:1 0 0;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right {width:400px; display: flex; align-items: center; padding-left: 60px; margin-left: 60px; border-left:1px solid #ccc;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right p {color: #333;font-family: Pretendard;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 135%;}
.shop_list_view_wrap .tab_con_wrap .con02 .review_list .right p span {font-weight: 700;}

.popup-box {position: absolute;top: 60px;left: 16px;width: 320px;background: #fff;border: 1px solid #ddd;border-radius: 12px;box-shadow: 0 4px 10px rgba(0,0,0,0.1);padding: 20px 16px;z-index: 100;display: none;}
.popup-box.option-popup{left: 88px;}
.popup-inner p {margin-bottom: 12px; font-weight: 500;}
.popup-inner ul {max-height: 320px;overflow-y: auto;padding: 0;margin: 0 0 12px 0;list-style: none;}
.popup-inner li {display: flex;justify-content: space-between;align-items: center;padding-block: 15px;border-bottom: 1px solid #eee;}
.stars {font-family: sans-serif;margin-right: 8px;width: 115px;display: inline-block;}
.popup-close {width: 100%;background: #F2AB00;color: #fff;padding: 8px;border: none;border-radius: 6px;cursor: pointer;}