@charset "utf-8";
@import url('reset.css');


/* 초기화
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic', dotum, sans-serif;background:#e7e7e7}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}

input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
 */

.placeholdersjs { color: #aaa !important; }

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft{}

#hd_pop,
#hd_wrapper,
#tnb ul,
#gnb .gnb_wrap,
#container_wr,
#ft_wr{}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}



/***** 상단 레이아웃 *****/
#hd {position:absolute; top:0; width:100%;  z-index:9999;}

#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {height:99px; display:flex; align-items:center; justify-content:space-between; padding-top:20px; z-index:99;zoom:1;}

#hd_wrapper #logo {width:157px; height:41px; z-index:999;}
#hd_wrapper #logo a {display:block; width:100%; height:100%; background: url('../img/logo-white.png') no-repeat left top; background-size:100% auto;}

.header {transition:var(--transition);}
.header.enter {background:#fff; transition:var(--transition);}
.header.enter #hd_wrapper #logo a {background: url('../img/logo-color.png') no-repeat left top; background-size:100% auto;}
.header.enter #hd_wrapper #gnb .gnb_wrap > ul > li > a {color:#000;}
.header.enter .mobileMenu {background:url('../img/btn-menu-white.png') no-repeat left top;}


.header.enter2 {border-bottom:1px solid #ddd}
.header.enter2 #hd_wrapper #logo a {background: url('../img/logo-color.png') no-repeat left top !important; background-size:100% auto !important;}
.header.enter2 #hd_wrapper #gnb .gnb_wrap > ul > li > a {color:#000;}


 /* sub에서만 
.hd-sub #hd_wrapper #logo a {background: url('../img/logo-color.png') no-repeat left top; background-size:100% auto;}
.hd-sub #hd_wrapper #gnb .gnb_wrap > ul > li > a {color:#fff;}
.header.hd-sub {background:#fff; border:1px solid #ddd !important; border-top:0 !important}
.header.hd-sub #hd_wrapper #logo a {background: url('../img/logo-color.png') no-repeat left top; background-size:100%;}
.header.hd-sub #hd_wrapper #gnb .gnb_wrap > ul > li > a {color:#000;}
.header.hd-sub .mobileMenu {background:url('../img/btn-menu-black.png') no-repeat left top;}

@media (max-width:1024px){
	#hd_wrapper #logo {width:115px; height:29px}
	#hd_wrapper #logo a {background: url('../img/logo-color.png') no-repeat left top; background-size:100% auto;}
	#hd_wrapper {height:60px; padding-top:0;}
	.header {background:#fff}
}
*/

@media screen and (max-width: 1300px) {
	#hd_wrapper #logo {width:147px; height:37px;}
}

@media screen and (max-width: 1200px) {
	#hd_wrapper #logo {width:137px; height:35px;}
}

@media screen and (max-width: 1024px) {
	#hd_wrapper {height:70px; padding-top:0;}
	#hd_wrapper #logo {width:127px; height:33px;}
}

@media screen and (max-width: 768px) {
	#hd_wrapper #logo {width:117px; height:31px;}
}



/***** search *****/
.other {display:flex; z-index:101;}

.hd_sch_wr {min-width:35px;}
#hd_sch {position:relative}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch legend {display:none}
.searchBox {position:absolute; right:0; top:0; height: 35px;min-width:25px; margin:0 0 0 0}
.searchBox:hover > .searchInput {width: 200px; padding: 0 6px 0 10px; background:#fff; height: 35px;}
.searchBox:hover > .searchButton {background: white; color : #2f3640; width:40px}
.searchBox:hover > .searchButton span {color:#000}
.searchButton {position:absolute; right:0; top:0; width: 35px; height: 35px; background: transparent; display: flex; justify-content: right;align-items: center; transition: 0.4s; padding-right:10px; z-index:2}
.searchButton span {color:#fff;}
.searchInput {border:none !important; background: none; outline:none; padding: 0; color: #000; transition: 0.4s; line-height: 35px; height:35px; width: 0; z-index:1}

.header.enter .searchButton,
.header.hd-sub .searchButton {background:#fff;}
.header.enter .searchButton span,
.header.hd-sub .searchButton span {color:#000;}
.header.enter .searchBox:hover > .searchInput,
.header.hd-sub .searchBox:hover > .searchInput {background:#f3f3f3;}
.header.enter .searchBox:hover > .searchButton,
.header.hd-sub .searchBox:hover > .searchButton {background: #f3f3f3;}

@media screen and (max-width: 1024px) {
	.hd_sch_wr {display:none}
}

@media screen and (max-width: 620px) {
	.searchBox:hover > .searchInput {width: 150px;padding: 0 6px;}
}



/***** tnb *****/
#tnb {position:relative; }
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {display:flex; zoom:1}
#tnb li {}
#tnb a {display:inline-block;padding:0 10px; line-height:100%}
#tnb li:last-child a {padding-right:0}
#tnb a span {display:inline-block;color:#fff;line-height:35px}
#tnb a:focus, #tnb a:hover {color:#fff}
#tnb .tnb_admin a{color:#ff0000;}
#tnb .tnb_left{float:left}
#tnb .tnb_left a{padding:0 14px}
#tnb .tnb_cart{border-right:1px solid #ddd;}
#tnb .tnb_community{border-right:1px solid #ddd}
#tnb .tnb_community i{font-size:15px}
#tnb .tnb_community{background:#e7e7e7;font-weight:bold;}
#tnb .tnb_community:focus, #tnb .tnb_community:hover {color:#333;border-bottom:0}
#tnb .tnb_community a{color:#253dbe;border-bottom:1px solid #e7e7e7}

.header.enter #tnb ul li a .material-symbols-outlined {color:#000 !important;}
.header.hd-sub #tnb ul li a .material-symbols-outlined {color:#000 !important;}

@media screen and (max-width: 1024px) {
	#tnb {display:none }
}


#hd_qnb{float:right;margin-top:20px}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li{float:left;font-size:1.083em;line-height:15px;position:relative;text-align:center;margin:0 10px}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a{display:block}
#hd_qnb li i{display:inline-block;width:40px;line-height:40px;border-radius:25px;background:#fff;text-align:center;margin:0;color:#fff}
#hd_qnb .visit .visit-num{display:inline-block;line-height:18px;padding:0 5px;border-radius:10px;background:#f04e00;color:#fff;font-size:10px;position:absolute;top:0;right:0}
#hd_qnb li .fa-question{background:#e83a5f;font-size:20px}
#hd_qnb li .fa-question:hover{background:#e41b45}
#hd_qnb li .fa-comments{background:#82c13f;font-size:16px}
#hd_qnb li .fa-comments:hover{background:#5aa708}
#hd_qnb li .fa-users{background:#f0ba00;font-size:15px}
#hd_qnb li .fa-users:hover{background:#f06f00}
#hd_qnb li .fa-history{background:#8522c4;font-size:15px}
#hd_qnb li .fa-history:hover{background:#6700a9}



/***** 메인메뉴 *****/
#gnb {display:flex; width:calc(100% - 157px); z-index:999999999999999;}
#gnb h2 {position:absolute;font-size:0;line-height:0;}
.gnb_wrap {width:100%}
.gnb_wrap > ul {display:flex; justify-content:flex-end}
.gnb_wrap > ul > li {position:relative; padding:0 90px 0 15px;}
.gnb_wrap > ul > li:last-child {padding:0 0 0 15px;}
.gnb_wrap > ul > li > a {display:block; font-size:20px; font-weight:600; color:#fff; text-align:center; letter-spacing:0; line-height:80px; height:80px; transition:var(--transition)}
.gnb_wrap > ul > li.current > a {color:#2072e2 !important}
.gnb_wrap > ul > li.current .menu {background:#fbfbfb; border-top:1px solid #eee;}
.gnb_wrap > ul > li .menu {display:none; overflow:hidden; left:0; z-index:500; width:100%; height:150px; padding:15px 15px 10px; border-left:1px solid #eee;}
.gnb_wrap > ul > li .menu ul li a {display:block; width:100%; padding:6px 0; color:#282828; font-weight:400; transition:var(--transition); text-align: left; font-size:16px;}
.gnb_wrap > ul > li .menu ul li a:hover {color:#2072e2;}
#gnb_background {top:0; width:100%; height:251px; margin:0 auto; display:none; overflow:hidden; left:0; border-bottom:1px solid #eee; background:#fff; z-index:9}
#gnb_background:before	{content:''; position:absolute; top:100px; left:0; width:100%; height:1px;  background:#eee; }

@media (max-width:1400px){
	.gnb_wrap > ul > li {padding:0 6.5vw 0 15px;}
}

@media (max-width:1300px){
	.gnb_wrap > ul > li > a {font-size:19px;}
}


@media (max-width:1024px){
	.gnb_wrap {display:none;}
}


 /***** 모바일메뉴 *****/
 .header.enter2 .mobileMenu {background:url('../img/btn-menu-black.png') no-repeat left top;}
.mobileMenu {position:absolute; right:4vw; top:26px; font-size:14px; color:#000; display:none; z-index:9999999999; cursor:pointer; border:0; background:url('../img/btn-menu-white.png') no-repeat left top; font-size:0px; width:26px; height:18px;}

.sidenav {display:none; height:100%; width:0; position: fixed; z-index:9999999999; top:0; right: 0;  background-color:#fff; overflow-x: hidden; transition: 0.3s;}
.sidenav .inner {width:95%; margin:0 auto;}
.side-top {display:flex; justify-content:space-between; align-items:center; padding:20px 0;}
.side-top .side-logo {width:115px;}
.side-top .side-logo img {display:block}
.side-top .closebtn {width:19px; height:20px; color:#000;cursor:pointer; line-height:21px; background:url('../img/btn-close.png') no-repeat left top;}
#tnb-mo {display:none}
#d-schedule	{display: block; width:100%; margin:25px auto; }
#d-schedule > li > a {display:block; font-size:19px; color:#000; font-weight:500;padding:20px 0; border-bottom:1px solid #f0f0f0}
#d-schedule > li > a.open{color:#0055b8; font-weight:500}
#d-schedule > li > ul {display: none; padding:10px; border-bottom:1px solid #f0f0f0; background:#fafafa;}
#d-schedule > li > ul > li a {display:inline-block; padding:5px 0; color:#888; font-size:18px;}
#d-schedule > li > ul > li a:hover {color:#1c7cc4}
#d-schedule > li > ul > li > a {display:block; color:#666; padding:5px 10px; font-size:16px; line-height:130%; cursor:pointer; font-weight:400;}
#d-schedule > li > ul > li > a:hover{color:#000;}
 
@media (max-width:1024px){
	.mobileMenu {display:block;}
	.sidenav {display:block;}
}

@media (max-width:480px){
	.mobileMenu {right:15px;}
}



/* 중간 레이아웃 */
#wrapper{overflow:hidden}
#container_wr {z-index:5;margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}

#container {z-index:4;position:relative;min-height:500px;height:auto !important;margin: 0;height:500px;font-size:1em;zoom:1}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}



/* 하단 레이아웃 */
#ft {background:#222222;padding:70px 0;margin:0 auto; min-height:250px;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {margin:0 auto;position:relative;}
#ft_link{padding:15px 0;border-bottom:1px solid #eee}
#ft_link a{display:inline-block;padding:0 8px;line-height:1.083em;font-weight:bold}
.ft-top {display:flex; flex-wrap:wrap; align-items:flex-start; padding:0 0 50px 0; border-bottom:1px solid #474747}
#ft_catch{width:217px; padding-right:60px}
#ft_company {width:calc(100% - 285px);}
#ft_company ul li {color:#cecece; margin-bottom:13px}
#ft_company ul li:first-child {margin-bottom:25px}
#ft_company ul li span:first-child {padding:0 5px 0 0}
#ft_company ul li span {display:inline-block; color:#cecece; padding:0 5px}
#ft_company ul li span strong {color:#fff; font-weight:500;}
#ft_company ul li b {color:#fff;}
#ft_copy{padding-left:217px; color:#838383; letter-spacing:0; padding-top:35px}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover{border-color:#3059c7;background:#3059c7;color:#fff}
.ft_sns {width:68px; margin-left:auto}

@media (max-width:1024px){
	#ft {padding:50px 0;}
	#ft_catch img {width:130px}
	.ft-top {padding:0 0 40px 0;}
}

@media (max-width:768px){
	#ft {padding:40px 0;}
	#ft_catch{width:100%}
	#ft_catch img {width:110px}
	#ft_company {width:100%; margin-top:15px}
	#ft_company ul li:first-child {margin-bottom:15px}
	.ft-top {padding:0 0 30px 0;}
	#ft_copy{padding-left:0;}
	.ft_sns {width:100%; margin:10px 0 0 0}
}

@media (max-width:480px){
	#ft_company ul li:first-child span:first-child {width:100%; margin-bottom:10px}
	#ft_company ul li:first-child b:nth-child(2) {display:none}
	#ft_company ul li:first-child span:nth-child(3) {padding:0 5px 0 0}
	.ft-top {padding:0 0 20px 0;}
}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
#hd_login_msg a {font-size:0;}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}


/* 버튼 */
a.btn,.btn{line-height:40px;height:40px;padding:0 15px;text-align:center;font-weight:500;border:0; border-radius:5px;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:0 15px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:0 15px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:0 15px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:0 15px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right; margin-top:20px} /* 서식단계 진행 */

.btn_submit {border:0;background:var(--basic2);color:#fff;cursor:pointer;border:0; transition:var(--transition)}
.btn_submit:hover {background:var(--point1)}

a.btn_cancel {display:inline-block;background:#7c7c7c;color:#fff;text-decoration:none;}
button.btn_cancel {display:inline-block;background:#7c7c7c;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#525252;}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 15px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:middle} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}


/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#e26910;padding:0 15px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#e24b10}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#444;color:#fff;text-decoration:none;vertical-align:middle; cursor:pointer} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#222}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}



/* 기본테이블 */
.tbl_wrap table {table-layout: fixed; width:100%;border-collapse:collapse;border-spacing: 0 5px;border-top:2px solid #222; border-bottom:1px solid #ccc} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:18px 0;font-weight:500;text-align:center;border-bottom:1px solid #ccc;background:#fafafa;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center;}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 tbody tr {border-top:1px solid #ecf0f1;}
.tbl_head01 td {color:#666;background:#fff;padding:15px 10px;line-height:1.4em;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a {font-weight:300;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}



/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}
.required {display:inline-block; width:16px; height:20px;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right; border-radius:5px}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#666;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px; border:1px solid #666;}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}







/* ==============================================================================
 *	common
 * ============================================================================= */

:root{
	--basic1: #eeaf1b;
	--basic2: #f15601;
	--point1: #eb0000;
	--point2: #11172e;

	--bg1: #e7f4fd;
	--bg2: #f4f4f4;

	--gray1: #dcdcdc;

	--transition: all 0.2s ease-in;
	--font1: 'Paperozi', sans-serif;
	--font2: 'OneStoreMobileGothicTitleFont', sans-serif;
	--font3: 'Material Symbols Outlined';
	--font4: 'Poppins', sans-serif;
}





/********** layout **********/
.inbox-full {width:100%; padding:0 60px;}
.inbox-max {max-width:1400px; width:100%; margin:0 auto;}
.inbox-max2 {max-width:1600px; width:100%; margin:0 auto;}

@media (max-width:1580px){
	.inbox-full {padding-left:4%; padding-right:4%}
	.inbox-max {padding-left:4%; padding-right:4%}
	.inbox-max2 {padding-left:4%; padding-right:4%}
}





/********** padding **********/
.pdY70 {padding-top:70px; padding-bottom:70px}
.pdY100 {padding-top:100px; padding-bottom:100px}
.pdY140 {padding-top:140px; padding-bottom:140px}

.pdT30 {padding-top:30px}
.pdT40 {padding-top:40px}
.pdT70 {padding-top:70px}
.pdT100 {padding-top:100px}

.pdB40 {padding-bottom:40px}
.pdB70 {padding-bottom:70px}
.pdB100 {padding-bottom:100px}
.pdB140 {padding-bottom:140px}

@media (max-width:1300px){
	.pdY70 {padding-top:60px; padding-bottom:60px}
	.pdY100 {padding-top:90px; padding-bottom:90px}
	.pdY140 {padding-top:120px; padding-bottom:120px}
	.pdT70 {padding-top:60px}
	.pdT100 {padding-top:90px}
	.pdB70 {padding-bottom:60px}
	.pdB100 {padding-bottom:90px}
	.pdB140 {padding-bottom:120px}
}

@media (max-width:1024px){
	.pdY70 {padding-top:6vw; padding-bottom:6vw}
	.pdY100 {padding-top:9vw; padding-bottom:9vw}
	.pdY140 {padding-top:12vw; padding-bottom:12vw}
	.pdT30 {padding-top:20px}
	.pdT40 {padding-top:30px}
	.pdT70 {padding-top:6vw}
	.pdT100 {padding-top:9vw}
	.pdB40 {padding-bottom:30px}
	.pdB70 {padding-bottom:6vw}
	.pdB100 {padding-bottom:9vw}
	.pdB140 {padding-bottom:12vw}
}

@media (max-width:768px){
	.pdT30 {padding-top:10px}
	.pdT40 {padding-top:20px}
	.pdB40 {padding-bottom:20px}
}






.alignC {text-align:center}





/********** title **********/
.main-title {font-family:var(--font2); font-size:55px;}
.sub-title {font-family:var(--font2); font-size:33px; letter-spacing:0}
.sub-title2 {font-family:var(--font2); font-size:48px; letter-spacing:0; line-height:100%}
.sub-title3 {font-family:var(--font2); font-size:26px; letter-spacing:0; line-height:100%}
.headline1 {font-size:43px; font-family:var(--font2); line-height:140%}
.headline2 {font-size:37px; line-height:140%; font-weight:400;}
.headline2 strong {font-weight:600;}
.headline3 {font-size:32px; line-height:150%; font-weight:400; letter-spacing:-2px}
.headline3 span {font-weight:600;}
.headline4 {font-size:40px; line-height:140%}
.headline4 span {font-weight:600;}
.sub-text1 {font-size:28px; line-height:150%; font-weight:600;}
.sub-text1 strong {font-weight:600;}
.sub-text2 {font-size:18px; line-height:160%}
.sub-text3 {font-size:20px; line-height:160%}

@media (max-width:1400px){
	.main-title {font-size:4.4vw; min-font-size: 30px}
	.headline1 {font-size:3.1vw;}
	.headline2 {font-size:2.6vw;}
	.headline3 {font-size:30px;}
	.headline4 {font-size:37px;}
}

@media (max-width:1200px){
	.sub-title {font-size:31px;}
	.sub-title2 {font-size:44px;}
	.headline3 {font-size:28px;}
	.headline4 {font-size:34px;}
	.sub-text1 {font-size:23px;}
	.sub-text3 {font-size:19px;}
}

@media (max-width:1024px){
	.main-title {font-size:5.5vw;}
	.sub-title {font-size:29px;}
	.sub-title2 {font-size:36px;}
	.sub-title3 {font-size:24px;}
	.headline1 {font-size:32px;}
	.headline2 {font-size:26px;}
	.headline3 {font-size:26px;}
	.headline4 {font-size:31px;}
	.sub-text1 {font-size:22px;}
	.sub-text2 {font-size:17px;}
	.sub-text3 {font-size:18px;}
}

@media (max-width:768px){
	.main-title {font-size:5vw;}
	.sub-title {font-size:27px;}
	.sub-title2 {font-size:32px;}
	.sub-title3 {font-size:22px;}
	.headline1 {font-size:29px;}
	.headline2 {font-size:24px;}
	.headline3 {font-size:24px;}
	.headline4 {font-size:28px;}
	.sub-text1 {font-size:20px;}
	.sub-text2 {font-size:16px;}
	.sub-text3 {font-size:17px;}
}

@media (max-width:640px){
	.main-title {font-size:8vw;}
	.sub-title {font-size:25px;}
	.headline1 {font-size:27px;}
	.headline2 {font-size:23px;}
	.sub-text1 {font-size:19px;}
}

@media (max-width:480px){
	.sub-title {font-size:23px;}
	.sub-title2 {font-size:28px;}
	.sub-title3 {font-size:20px;}
	.headline1 {font-size:25px;}
	.headline2 {font-size:22px;}
	.headline3 {font-size:22px;}
	.headline4 {font-size:25px;}
	.sub-text1 {font-size:18px;}
	.sub-text2 {font-size:15px;}
	.sub-text3 {font-size:16px;}
}

@media (max-width:400px){
	.main-title {font-size:31px;}
	.sub-title {font-size:20px;}
	.sub-title2 {font-size:24px;}
	.sub-title3 {font-size:18px;}
	.headline1 {font-size:24px;}
	.headline2 {font-size:21px;}
	.headline3 {font-size:20px;}
	.headline4 {font-size:22px;}
	.sub-text1 {font-size:15px;}
	.sub-text3 {font-size:15px;}
}







/********** sub visual **********/
.sub_visual {position:relative; margin-bottom:100px; overflow:hidden;}
.sub_visual.sv1,
.sub_visual.sv2,
.sub_visual.sv3,
.sub_visual.sv4{background:none}
.sub_visual:before{content:''; width:100%; height:100vh; transform: scale(1.1); transition: all 1.1s ease; background-size:cover !important; display:block; position:relative; z-index:-1; border:0px solid #f00}
.sub_visual.on:before{transform: scale(1.01);}
.sub_visual.sv1:before{background:url('/theme/basic/img/sub_visual1.jpg') no-repeat right top;}

.sub_visual2 {position:absolute; left:0; top:0; display:block; width:100%; height:100vh; z-index:1;}
.sub_visual2 li {width:100%; height:100%; display:none; background-size:cover !important;}
.sub_visual2 li:nth-child(1) {background:url('/theme/basic/img/sub_visual2-1.jpg') no-repeat center center;}
.sub_visual2 li:nth-child(2) {background:url('/theme/basic/img/sub_visual2-2.jpg') no-repeat right top;}
.sub_visual2 li:nth-child(3) {background:url('/theme/basic/img/sub_visual2-3.jpg') no-repeat right top;;}
.sub_visual2 li:nth-child(4) {background:url('/theme/basic/img/sub_visual2-4.jpg') no-repeat right top;}
.sub_visual2 li.on {display:block}

#sub_title {position:absolute; left:50%; bottom:45%; width:96%; max-width:1400px; transform:translateX(-50%); z-index:3;}
#sub_title h2 {color:#fff; font-size:70px; padding:10px 0 30px; font-family:'ChosunIlboMyungjo'; text-align:center; line-height:100%; letter-spacing:0}
#sub_title span {display:block; width:28%; height:2px; margin:0 auto;background-color: rgba(255,255,255,.6); -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent); mask-image: linear-gradient(to right, transparent, black 50%, black 0, transparent);}
#sub_title p {color:#fff; font-size:20px; padding-top:30px; font-family:'ChosunIlboMyungjo'; text-align:center; line-height:100%; letter-spacing:0;}

.sub_visual.sv0:before{background:none; height:250px;}
.sub_visual.sv0 #sub_title {bottom:0}
.sub_visual.sv0 #sub_title h2 {color:#000; padding:10px 0 0;}

@media (max-width:1400px){
	#sub_title h2 {font-size:65px;}
}

@media (max-width:1300px){
	#sub_title h2 {font-size:60px;}
}

@media (max-width:1200px){
	#sub_title h2 {font-size:55px;}
}

@media (max-width:1024px){
	.sub_visual {margin-bottom:9vw;}
	.sub_visual:before{height:50vw;}
	#sub_title {bottom:40%;}
	#sub_title h2 {font-size:50px; padding:10px 0 3vw}
	#sub_title p {font-size:19px; padding-top:3vw;}

	.sub_visual.sv0:before{height:21vw;}
	.sub_visual2 {height:49.5vh !important;}
}

@media (max-width:768px){
	#sub_title {bottom:33%;}
	#sub_title h2 {font-size:45px; padding:20px 0 3vw}
	.sub_visual.sv0:before{height:160px;}
	#sub_title span {height:1px; background-color: rgba(255,255,255,.8);}
	#sub_title p {font-size:18px;}
	.sub_visual2 {height:43vh !important;}
}

@media (max-width:640px){
	.sub_visual:before{height:300px;}
	.sub_visual2 {height:300px !important;}
}

@media (max-width:480px){
	.sub_visual {margin-bottom:45px;}
	.sub_visual:before{height:300px;}
	#sub_title h2 {font-size:40px;}
	.sub_visual.sv0:before{height:150px;}
	#sub_title p {font-size:17px;}
}

@media (max-width:400px){
	#sub_title h2 {font-size:35px;}
	#sub_title p {font-size:16px;}
}





/***** 마우스 스크롤 유도 아이콘 *****/
.scroll-down-container {display: flex; flex-direction: column; align-items: center; gap: 10px; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index:2;}
.mouse-icon {width: 30px; height: 50px; border: 2px solid #ffffff; /* 마우스 테두리 색상 */ border-radius: 20px; position: relative; display: flex; justify-content: center;}
.mouse-wheel {width: 6px; height: 6px; background-color: #ffffff; /* 휠 색상 */ border-radius: 50%; position: absolute; top: 10px; animation: scroll-ani 1.5s infinite;}
.scroll-text {color: #ffffff; font-family: sans-serif; font-size: 12px; letter-spacing: 2px; opacity: 0.8;}

@keyframes scroll-ani {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@media (max-width:1024px){
	.scroll-down-container {display: none;}
}













/* ==============================================================================
 *	main
 * ============================================================================= */

/********** 스크롤링 **********/

.panel {overflow-y:none; margin-bottom:0 !important; border: 0 !important; border-radius: 0 !important; box-sizing: border-box; overflow: hidden; height:100vh !important;}
.home {}
.panel1 {}
.panel2 {}

.pagination {display:none !important ; position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 10;}
.pagination a { display: block; color: white;  position: relative; padding: 20px;}
.pagination a.active:after {box-shadow: inset 0 0 0 5px;}
.pagination a .hover-text {position: absolute; right: 20px; top: 50%; transform:translateY(-50%); opacity: 0;  transition: opacity 0.5s ease;padding-right: 15px; white-space:nowrap;}
.pagination a:hover .hover-text {opacity: 1;}
.pagination a:after {content: "";  transition: box-shadow 0.5s ease; width: 10px; height: 10px; display: block; border: 1px solid;  border-radius: 50%; position: absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}

@media (max-width: 768px) {
	.panel {height:auto !important;}
}



/********** 계열사 소개 **********/
#main-business {display: flex; width: 100%; height: 100vh;}
.biz-item {position: relative;flex: 1;height: 100%; overflow: hidden; transition: flex 0.7s cubic-bezier(0.33, 1, 0.68, 1);  cursor: pointer;}
.bg-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; filter: brightness(0.8);}

/* 호버 시 확장 */
.biz-item:hover {flex: 3;}
/*.biz-item:hover .bg-img {transform: scale(1.05); filter: brightness(1); }*/


/* 텍스트 영역 */
.content-box {position: relative; z-index: 10; height:100%; padding: 50px; display: flex; align-items:flex-end; margin-top:auto; color: #fff; transition: 0.5s;}
.text-inner {margin-top:auto}
.biz-title {font-size: 31px; font-weight: 700;  white-space: nowrap; color:#fff; transition: 0.5s;}
.biz-desc {display:none; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.7); opacity: 0; overflow: hidden;  transition: 0.5s; font-weight:500;}
.btn-more {display:flex; align-items:center; width: max-content; color: #fff; text-decoration: none;  opacity: 0;  transition: 0.5s;}
.btn-more .material-symbols-outlined {color:#fff; font-weight:200;}
.biz-item:hover .biz-desc {display:block; opacity: 1; margin: 20px 0 20px; }
.biz-item:hover .btn-more {opacity: 1; }

#main-business:hover .content-box {opacity: 0;}
#main-business .biz-item:hover .content-box {opacity: 1;} /* 4. 마우스가 올라간 바로 그 아이템만 다시 선명하게 */

@media (max-width: 1024px) {
	#main-business {flex-direction: column;}
	.biz-item {width: 100%; height: 25%; flex: none;}
	.biz-item.active {height: 60%;} /* 터치 시 확장 높이 */
	.biz-item:hover {flex: none;} /* PC 호버 기능 끄기 */
	.content-box {padding:5vw; align-items:center;}
	.text-inner {margin-top:0}
	.biz-title {font-size: 28px;}
	.biz-desc {display:block !important; opacity: 1; font-size: 16px; margin: 20px 0 20px;}
	.btn-more {opacity: 1;}
	.biz-item:hover .biz-desc {margin: 20px 0 20px; }
	#main-business:hover .content-box {opacity: 1;}
}

@media (max-width: 768px) {
	.biz-title {font-size: 25px;}
	.biz-desc {margin: 15px 0 15px;}
	.biz-item:hover .biz-desc {margin: 15px 0 15px; }
}

@media (max-width: 480px) {
	.biz-title {font-size: 25px;}
	.biz-desc {margin: 10px 0 10px;}
	.biz-item:hover .biz-desc {margin: 10px 0 10px; }
}





/********** 공지사항 **********/
.panel2 {height:auto !important; background:#f2f2f2 url('../img/main-notice-img01.png') no-repeat right bottom !important;}





/********** 견적문의 **********/
.panel3 {display:flex; flex-direction:column; justify-content:center; align-items:center; height:765px !important; background: url('../img/main-inquiry-img01.jpg') no-repeat center center !important; background-size:cover !important; padding:0 4%}
.panel3 p {text-align:center; color:#fff; line-height:100%;}
.panel3 p:nth-child(1) {font-family:var(--font2); font-size:50px; margin-bottom:20px}
.panel3 p:nth-child(2) {font-family:var(--font4); font-size:65px; margin-bottom:60px; font-weight:800; letter-spacing:0}
.panel3 a {display:flex; justify-content:space-between; align-items:center; width:360px; height:70px; border-radius:60px; background:none; border:1px solid #fff; font-size:27px; font-weight:600; text-align:center; color:#fff; line-height:130%; padding:0 35px 0 40px;}
.panel3 a span {font-size:35px; color:#fff; font-weight:300;}
.panel3 div {margin-top:35px;}
.panel3 div img {margin-right:10px; vertical-align:middle}
.panel3 div span {display:inline-block; font-size:36px; font-family:var(--font4); color:#fff; font-weight:500; line-height:100%; letter-spacing:0; vertical-align:middle}

@media (max-width: 1300px) {
	.panel3 p {font-size:45px;}
	.panel3 a {width:330px; height:65px; font-size:25px;}
	.panel3 a span {font-size:32px;}
	.panel3 > span {font-size:38px;}
}

@media (max-width: 1200px) {
	.panel3 p {font-size:40px; margin-bottom:60px}
	.panel3 a {width:300px; height:60px; font-size:23px;}
	.panel3 a span {font-size:30px;}
	.panel3 > span {font-size:34px;}
}

@media (max-width: 1024px) {
	.panel3 {height:76vw !important; min-height:400px !important;}
	.panel3 p {font-size:35px; margin-bottom:6vw}
	.panel3 a {width:280px; height:55px; font-size:21px;}
	.panel3 a span {font-size:28px;}
	.panel3 > span {font-size:30px;}
}

@media (max-width: 768px) {
	.panel3 p {font-size:30px;}
	.panel3 a {width:260px; height:50px; font-size:19px;}
	.panel3 a span {font-size:26px;}
	.panel3 > span {font-size:26px;}
}

@media (max-width: 480px) {
	.panel3 p {font-size:25px;}
	.panel3 a {width:240px; height:45px; font-size:18px;}
	.panel3 > span {font-size:24px;}
}







/* ==============================================================================
 *	about yunex
 * ============================================================================= */

/********** 회사소개 **********/
#company  {}
#company .company-sc1 p br {display:inline-block}

#company .company-sc2 {display:flex; justify-content:space-between; flex-wrap:wrap;}
#company .company-sc2 li:nth-child(1)  {width:47%; padding-top:20px}
#company .company-sc2 li:nth-child(2)  {width:53%; text-align:right}
#company .company-sc2 img  {border-radius:30px; overflow:hidden; margin-left:20px}

#company .company-sc3 {position:relative; }
#company .company-sc3:after {content:''; display:block; width:100%; height:380px; background:url('../img/company-img03.jpg') no-repeat; background-position:top 100% left 0;}
#company .company-sc3 ul {display:flex; justify-content:center; margin-top:60px; gap:50px; margin-bottom:-93px}
#company .company-sc3 ul li {display:flex; justify-content:center; align-items:center;width:187px; height:187px; border-radius:100%; font-family:var(--font2); font-size:43px; background:#eeaf1b; color:#fff; border:7px solid #fff ; box-shadow:15px 15px 20px rgba(0,0,0,.3)}
#company .company-sc3 ul li:nth-child(2) {background:#ee8d1b}
#company .company-sc3 ul li:nth-child(3) {background:#ed6c00}

@media (max-width: 1580px) {
	#company .company-sc2 li br {display:none;}
}

@media (max-width: 1440px) {
	#company .company-sc2 img  {height:40vw}
	#company .company-sc3:after {height:27vw; min-height:170px}
	#company .company-sc3 ul {margin-bottom:-80px}
	#company .company-sc3 ul li {width:170px; height:170px; font-size:39px;}
}

@media (max-width: 1300px) {
	#company .company-sc3 {background-position:top 120% left 0;}
	#company .company-sc3 ul li {width:160px; height:160px; font-size:35px;}
}

@media (max-width: 1024px) {
	#company .company-sc3 ul {margin-top:6vw; gap:40px}
	#company .company-sc3 ul li {width:150px; height:150px; font-size:31px;}
}

@media (max-width: 905px) {
	#company .company-sc1 p br {display:none}
}

@media (max-width: 768px) {
	#company .company-sc3 ul {margin-bottom:-70px;  gap:30px}
	#company .company-sc3 ul li {width:140px; height:140px; font-size:27px; border:5px solid #fff ;}
}

@media (max-width: 680px) {
	#company .company-sc3 p br {display:none}
}

@media (max-width: 640px) {
	#company .company-sc2 li:nth-child(1)  {width:100%; padding-top:0}
	#company .company-sc2 li:nth-child(2)  {width:100%; text-align:center; margin-top:6vw}
	#company .company-sc2 img  {border-radius:20px; width:100%; height:100%; margin-left:0}
	#company .company-sc2 .headline4  {text-align:center}
	#company .company-sc3 ul {margin-bottom:-65px;}
	#company .company-sc3 ul li {width:130px; height:130px; font-size:27px;}
}

@media (max-width: 480px) {
	#company .company-sc3 ul {margin-bottom:-12vw; gap:20px}
	#company .company-sc3 ul li {width:25vw; height:25vw; font-size:24px; border:4px solid #fff ;}
}

@media (max-width: 400px) {
	#company .company-sc3 ul {gap:10px}
	#company .company-sc3 ul li {width:100px; height:100px; font-size:21px;}
}







/********** CEO 인사말 **********/
.greeting-sc1 {display:flex; flex-wrap:wrap;}
.greeting-sc1 li {width:50%}
.greeting-sc1 li:nth-child(2) {padding-left:50px;}
.greeting-sc1 li:nth-child(2) img {border-radius:30px; overflow:hidden}
.greeting-sc1 li div:nth-child(3) {margin-top:20px}
.greeting-sc1 li p img {vertical-align:middle;}

.greeting-sc2 {background:#f6f6f6}
.greeting-sc2 p {display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:80px}
.greeting-sc2 p span {display:inline-block} 

@media (max-width: 1370px) {
	.greeting-sc1 li div:nth-child(-n+2) br {display:none}
}

@media (max-width: 1024px) {
	.greeting-sc1 li:nth-child(2) {padding-left:5vw;}
	.greeting-sc2 p {gap:8vw}
}

@media (max-width: 820px) {
	.greeting-sc1 li p {margin-top:10px}
	.greeting-sc1 li p img {width:90px}
}

@media (max-width: 768px) {
	.greeting-sc1 li {width:100%}
	.greeting-sc1 li:nth-child(2) {padding-top:10px; padding-left:0}
	.greeting-sc1 li:nth-child(2) img {border-radius:20px;}
	.greeting-sc2 p span img {width:190px} 
}

@media (max-width: 480px) {
	.greeting-sc2 p span {width:100%} 
	.greeting-sc2 p span img {width:170px} 
}







/********** CI **********/
.ci-sc1 {text-align:center}
.ci-sc1 div {font-family:var(--font4); font-size:70px; font-weight:800;}
.ci-sc1 div span {color:#bdbcbc}
.ci-sc1 ul li {font-size:23px; line-height:170%; font-weight:400;}
.ci-sc1 ul li span {font-weight:600;}

.ci-sc2 {display:flex; justify-content:space-between}
.ci-sc2 li {width:49%; padding:100px 40px; border:1px solid #bebebe; text-align:center}

.ci-sc3 {display:flex; justify-content:space-between; flex-wrap:wrap;}
.ci-sc3 li {display:flex; align-items:center; justify-content:center; width:23.5%; padding:50px 20px; text-align:center; background:#f3f3f3}

.ci-sc4 {display:flex; justify-content:space-between; margin-top:2%}
.ci-sc4 li {display:flex; justify-content:center; flex-wrap:wrap; gap:13%; width:49%; padding:50px 0; text-align:center; background:#f3f3f3;}
.ci-sc4 li span {display:flex; align-items:center; justify-content:center; height:100%; text-align:center;}

@media (max-width: 1400px) {
	.ci-sc1 div {font-size:65px;}
	.ci-sc1 ul li {font-size:22px;}
	.ci-sc2 li {padding:90px 40px;}
}

@media (max-width: 1300px) {
	.ci-sc1 div {font-size:60px;}
	.ci-sc1 ul li {font-size:21px;}
	.ci-sc2 li {padding:80px 40px;}
	.ci-sc3 li {padding:40px 20px;}
	.ci-sc4 li {gap:5%; padding:40px 0;}
	.ci-sc4 li span img {width:90%}
}

@media (max-width: 1024px) {
	.ci-sc1 div {font-size:55px;}
	.ci-sc1 ul li {font-size:20px;}
	.ci-sc2 li {padding:70px 40px;}
	.ci-sc3 li {padding:30px 20px;}
	.ci-sc3 li:nth-child(n+3) img {width:100px}
	.ci-sc4 li {gap:0; padding:30px 0; }
	.ci-sc4 li span {width:50%}
	.ci-sc4 li span img {width:75%}
}

@media (max-width: 768px) {
	.ci-sc1 div {font-size:50px;}
	.ci-sc1 ul li {font-size:19px;}
	.ci-sc2 li {padding:60px 40px;}
	.ci-sc3 li {width:49%; padding:30px 9vw;}
	.ci-sc3 li:nth-child(n+3) {margin-top:2%}
	.ci-sc3 li:nth-child(n+3) img {width:90px}
	.ci-sc4 li {padding:30px 9vw;}
	.ci-sc4 li span {width:100%; height:auto;}
	.ci-sc4 li span:nth-child(1) {margin-bottom:20px}
	.ci-sc4 li span img {max-width:190px !important; width:100%}
}

@media (max-width: 480px) {
	.ci-sc1 div {font-size:45px;}
	.ci-sc1 ul li {font-size:18px;}
	.ci-sc2 li {padding:40px 20px;}
	.ci-sc3 li {padding:20px 7vw;}
	.ci-sc3 li:nth-child(n+3) img {width:80px}
	.ci-sc4 li {padding:20px 7vw;}
}

@media (max-width: 400px) {
	.ci-sc1 div {font-size:40px;}
	.ci-sc1 ul li {font-size:17px;}
	.ci-sc2 li {padding:30px 20px;}
	.ci-sc3 li:nth-child(n+3) img {width:70px}
}







/* ==============================================================================
 *	business
 * ============================================================================= */

#business {background:url('../img/business-bg01.gif') no-repeat center bottom}
#business .bn-logo {text-align:center}
#business .bn-text {font-size:35px; font-weight:400; line-height:140%}
#business .bn-text span {font-weight:600; }
#business .bn-photo {display:flex; justify-content:center;}
#business .bn-photo li {position:relative}
#business .bn-photo li .photo-img {position:relative; border-radius:30px; overflow:hidden;  z-index:1}
#business .bn-photo li .photo-img img {display:block; width:100%; height:100%; object-fit:cover; object-position:center bottom;}
#business .bn-photo li .photo-text h4 {position:relative; display:inline-block; font-size:24px; font-family:var(--font2); line-height:100%; border-radius:60px; background:#2e0b00; left:50%; transform: translate(-50%, -50%); padding:15px 40px; color:#fff; text-align:center; border:3px solid #fff; z-index:3}
#business .bn-photo li .photo-text p {font-size:22px; text-align:center; font-weight:400; margin-top:-10px}

@media (max-width: 1400px) {
	#business .bn-text {font-size:32px;}
	#business .bn-photo li .photo-img {height:20vw}
	#business .bn-photo li .photo-text p {font-size:21px;}
}

@media (max-width: 1300px) {
	#business .bn-text {font-size:29px;}
	#business .bn-photo li .photo-text p {font-size:20px;}
}

@media (max-width: 1024px) {
	#business .bn-logo img {height:70px}
	#business .bn-text {font-size:27px;}
	#business .bn-photo li .photo-text h4 {font-size:22px; padding:12px 40px;}
	#business .bn-photo li .photo-text p {font-size:19px;}
}

@media (max-width: 768px) {
	#business .bn-logo img {height:60px}
	#business .bn-text {font-size:24px;}
	#business .bn-photo li .photo-img {border-radius:20px;}
	#business .bn-photo li .photo-text h4 {font-size:20px;}
	#business .bn-photo li .photo-text p {font-size:18px;}
}

@media (max-width: 480px) {
	#business .bn-logo img {height:50px}
	#business .bn-text {font-size:21px;}
	#business .bn-photo li .photo-text {padding:15px}
	#business .bn-photo li .photo-text h4 {font-size:18px; padding:10px 25px}
	#business .bn-photo li .photo-text p {font-size:16px;}
}

@media (max-width: 400px) {
}






/********** 클린테크 **********/
/*.cleantech .bn-photo {position:relative; justify-content:space-between !important}
.cleantech .bn-photo li .material-symbols-outlined {position:relative; font-size:50px; color:#b4b4b4;}
.cleantech .bn-photo li:nth-of-type(2n) {padding-top:9%}

@media (max-width: 1400px) {
	.cleantech .bn-photo li .material-symbols-outlined {font-size:45px;}
	.cleantech .bn-photo li div img {height:20vw}
}

@media (max-width: 1300px) {
	.cleantech .bn-photo1 li .material-symbols-outlined {font-size:40px;}
}

@media (max-width: 1024px) {
	.cleantech .bn-photo li .material-symbols-outlined {font-size:35px;}
}

@media (max-width: 640px) {
	.cleantech .bn-photo {flex-direction:column; align-items:center}
	.cleantech .bn-photo li {display:flex; max-width:400px; width:100%; border:1px solid #ddd; border-radius:20px; overflow:hidden; background:#fff}
	.cleantech .bn-photo li .photo-img {width:100%; height:auto !important; border-radius:0 !important}
	.cleantech .bn-photo li .material-symbols-outlined {font-size:30px;}
	.cleantech .bn-photo li:nth-of-type(2n) {padding-top:0; text-align:center;border:0 !important; padding:10px}
	.cleantech .bn-photo li:nth-of-type(2n) span {margin:0 auto; transform:rotate(90deg); }
}


@media (max-width: 480px) {
	.cleantech .bn-photo li .photo-text h4 {padding:6px 20px !important;}
}

@media (max-width: 400px) {
	.cleantech .bn-photo li .material-symbols-outlined {font-size:25px;}
	.cleantech .bn-photo li:nth-of-type(2n) {padding:5px}
}*/


.cleantech-photo {border-radius:30px; overflow:hidden}
.cleantech-photo img {display:block; width:100%; height:100% !important; object-fit:cover}

@media (max-width: 1024px) {
	.cleantech-photo {height:290px;}
}

@media (max-width: 768px) {
	.cleantech-photo {height:38vw; border-radius:20px;}
}

@media (max-width: 600px) {
	.cleantech .bn-text br:nth-of-type(1) {display:none}
}






/********** AI인프라 **********/
.ai .bn-photo {display:flex; justify-content:space-between; flex-wrap:wrap; gap:68px}

@media (max-width: 1580px) {
	.ai .bn-photo {gap:6.4995%}
	.ai .bn-photo li {width:29%}
}

@media (max-width: 1024px) {
	.ai .bn-photo {gap:3.4995%}
	.ai .bn-photo li {width:31%}
}

@media (max-width: 768px) {
	.ai .bn-photo li {max-width:420px; width:100%;}
	.ai .bn-photo li .photo-img {height:270px !important}
}

@media (max-width: 550px) {
	.ai .bn-text br {display:none}
}

@media (max-width: 480px) {
	.ai .bn-photo li .photo-img {height:56vw !important; min-height:208px !important;}
	.ai .bn-photo li .photo-text {padding:0 !important}
}







/********** 인프라 **********/
.infrastructure .bn-photo {display:flex; justify-content:center; flex-wrap:wrap; gap:50px 80px}

@media (max-width: 1400px) {
	.infrastructure .bn-photo {gap:3vw 6vw}
	.infrastructure .bn-photo li .photo-img {height:auto !important}
}

@media (max-width: 1140px) {
	.infrastructure .bn-photo li {width:45%;}
}

@media (max-width: 550px) {
	.infrastructure .bn-photo {gap:0 6vw}
	.infrastructure .bn-photo li {max-width:400px; width:100%;}
}

@media (max-width: 480px) {
	.infrastructure .bn-photo li .photo-text {padding:0 !important}
}






/********** 인프라 **********/
.estate-photo {border-radius:30px; overflow:hidden}
.estate-photo img {display:block; width:100%; height:100% !important; object-fit:cover}

@media (max-width: 1024px) {
	.estate-photo {height:290px;}
}

@media (max-width: 768px) {
	.estate-photo {height:38vw; border-radius:20px;}
}

@media (max-width: 410px) {
	.estate .bn-text br:nth-of-type(1) {display:none}
}









