/* ----------------------
161102 NEWBREED (임지선) 
---------------------- */
@charset "utf-8";
@import "reset.css";
@import "guide.css";

* { box-sizing:border-box; }
body,input,textarea,select,button,table{font-family: 'Noto Sans KR', sans-serif; outline: none;  color:#58626d;}
a:hover { transition:all 0.3s ease; -khtml-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
#container { min-width:1900px; }
/* header */
#header { position:fixed; min-width:1900px; width:100%; top:0; left:0; z-index:2; height:100px; text-align:center; transition: height .1s ease, background-color .1s ease, top .1s ease; }
#header.active { height:300px; background-color:#fff !important; }
#header.active:before { content:''; display:block; width:100%; height:1px; background-color:#eee; position:absolute; top:100px; }
.bg_color { background:linear-gradient( to right, #22a9de, #014b94); }
#header .top_wrap { display:inline-block; height:100%; text-align:center; line-height:100px; }
#header .nav { display:inline-block; vertical-align:middle; }
#header .nav > li { position:relative; display:inline-block; padding:0 50px; }
#header .nav > li:last-child { margin-right:0; }
#header .nav > li > a { position:relative; color:#fff; font-size:22px; font-weight:500; }
#header .nav > li > a.select { color:#22aade; }
#header.active .nav > li > a { color:#222; }
/*#header .nav > li > a.select:after { content:''; width:100%; height:4px; background-color:#22aade; position:absolute; bottom:-26px; left:50%; transform: translate(-50%, 0); }
#header .nav > li > a:after { content: ''; display: block; background:#22aade;  width: 0; height: 3px; position: absolute; bottom: -26px; left: 50%; transition: 0.3s; transform: translateX(-50%) ; }
#header .nav > li:hover > a:after { width:100%; }*/
.top_orgbtn { font-size:18px; color:#fff; background-color:#f28b00; border:3px solid #f28b00; padding:9px 30px; border-radius:30px; }
.top_orgbtn:hover { color:rgba(255,255,255,0.9); }
.top_greenbtn { font-size:18px; color:#fff; background-color:#62c02a; border:3px solid #62c02a; padding:9px 30px; border-radius:30px; margin-right:10px; }
.top_greenbtn:hover { color:rgba(255,255,255,0.9); }
#header .myList { position:relative; display:inline-block; }
#header .h_logo { position:absolute; left:50px; top:15px; }
#header .h_logo a { display:inline-block; width:148px; height:63px; background-image:url('../img/menu/uplogo.png'); background-repeat:no-repeat; background-position:center; background-size:100% 100%; }
#header .div-close { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cline x1='200' y1='56' x2='56' y2='200' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'%3E%3C/line%3E%3Cline x1='200' y1='200' x2='56' y2='56' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'%3E%3C/line%3E%3C/svg%3E"); 
background-size:37px; }
.all_cate { display:none; background-color:#fff; position:absolute; width:100%; height:auto; top:80px; padding:60px 0 80px; box-shadow:4px 25px 30px -15px rgb(0 0 0 / 9%); }
.all_cate:before { content:''; display:block; width:100%; height:1px; background-color:#eee; position:absolute; top:0px; }
.all_cate .ac_list { font-size:0; border-bottom:1px solid #ddd; padding:30px 0; text-align:left; }
.all_cate .ac_list:first-child { padding-top:0; }
.all_cate .ac_list li { display:inline-block; vertical-align:middle; margin-right:30px; }
.all_cate .ac_list li a { font-size:18px; color:#222; }
.all_cate .ac_list li.ac_tit { width:25%; margin-right:0; font-size:25px; font-weight:500; color:#222; }
.ml_wrap { position:absolute; right:50px; top:0; font-size:0; }

.nav_sub { display:none; position:absolute; top:100px; left:50%; transform: translate(-50%, 0); width:102%; height:310px; padding-top:15px; }
.nav_sub ul li { line-height:initial; margin:12px 0; }
.nav_sub ul li a { color:#888; font-size:16px; }
.nav_sub ul li a:hover { color:#000; }

/* 카테고리 hover */
.t_view { position:absolute; display:none; padding:5px 0; border-radius:10px; box-sizing:border-box; 
border:1px solid #ddd; background:#fff; box-shadow:0 3px 7px rgb(0 0 0 / 5%); top:65px; left:50%; transform: translate(-50%, 0); width:150px;  z-index:999; }
.t_view li { /*padding:0 25px;*/ text-align:left !important;  }
.t_view li:hover { background:#f9f9f9; border-radius:5px; }
.t_view li a { padding:0; line-height:2; transition:.3s all; font-weight:400 !important; opacity:1; }
.t_view li a:hover { opacity:0.7; }

#header.smaller { 
    background-color:#fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow:0 3px 20px rgba(0,0,0,0.05);
    
}

#header.smaller .nav > li > a { color:#222; }





/* sub visual */
.sub_visual { position:relative; width:100%; display:flex; align-items:center; justify-content:center; animation: zoom 0.8s both; width: 100%; height: 500px; background-size: cover; background-position:center; background-repeat:no-repeat; }
.sub_visual.sub1bg { background-image: url(../images/visual1.jpg); }
.sub_visual.sub2bg { background-image: url(../images/visual2.jpg); }
.sub_visual.sub3bg { background-image: url(../images/visual3.jpg); }
.sub_visual.sub4bg { background-image: url(../images/visual4.jpg); }
.sub_visual.sub5bg { background-image: url(../images/visual5.jpg); }
.sub_visual.sub6bg { background-image: url(../images/visual6.jpg); }
.sub_visual.sub7bg { background-image: url(../images/visual7.jpg); }
.sub_visual .sub_title { text-align:center; margin-bottom:0; }
.sub_visual .sub_title .su_tit { font-size:70px; color:#fff; font-weight:500; margin-bottom:10px; }
.sub_visual .sub_title .su_con { font-size:18px; color:rgba(255,255,255,0.6); font-weight:600; }
.brand_tab { width: 100%; position:absolute; left:0; bottom:0; }
.brand_tab .b_tab_inner { max-width: 1280px; margin: 0 auto; font-size: 0; background:rgba(255,255,255,0.9); }
.brand_tab .home_btn a { width: 63px; height: 63px; background:linear-gradient( to right, #f28b00, #62c02a); float: left; display: flex; justify-content: center; align-items: center; }
.brand_tab .home_btn a img { width: 24px; }
.brand_tab .sub_cate > li { position: relative; cursor:pointer; width: 20%; display: inline-block; text-align: left; box-sizing: border-box; padding: 19px 15px; border-right: 1px solid #ddd; }
.brand_tab .wide_cate > li { width:21%; }
.brand_tab .sub_cate li a { color: #222; font-size: 17px; }
.brand_tab .sub_cate li i { font-size: 17px; color: #222; float: right; line-height: 25px; }
.brand_tab ul li.t_menu2 .t_view2 {  position: absolute; display: none; top: 63px; left: 0; width: 100%; height: auto; z-index: 99999; background: rgba(249,249,249,0.8);
 transition: all 400ms ease-in-out 0s; -webkit-transition: all 400ms ease-in-out 0s; -moz-transition: all 400ms ease-in-out 0s; -o-transition: all 400ms ease-in-out 0s;  -ms-transition: all 400ms ease-in-out 0s; }
.brand_tab ul li.t_menu2 .t_view2 .position { display: inline-block; max-width: 1200px; float: left; width: 100%; padding: 15px 0; box-sizing: border-box; }
.brand_tab ul li.t_menu2 .t_view2 .position li { width: 100%; position: relative; display: block; float: none; text-align: left; padding:0 20px; }
.brand_tab ul li.t_menu2 .t_view2 .position li:hover { padding-left:22px; transition: all 0.3s ease; -khtml-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;  transition: all 0.3s ease; }
.brand_tab ul li.t_menu2 .t_view2 .position li a { color: #727272; font-size: 16px; line-height: 35px; font-weight: 400; }
.brand_tab ul li.wide { width:28%; }
@keyframes zoom {
  0% { background-size: 120% auto; }
  100% { background-size: 101% auto; }
}

.sub_menu2 { position:relative; width:100%; color:#fff; background-color:var(--blue); padding:15px 20px; margin-bottom:30px; }
.sub_menu2 a { color:#fff; font-size:15px; }
.sub_menu2 i { float:right; line-height:23px; }
.sub_view2 { width:100%; display:none; position:absolute; background-color:#f9f9f9; top:52px; left:0; z-index:1; padding:10px 0; }
.sub_view2 li { padding:5px 20px; }
.sub_view2 li a { color:#333; font-size:14px; }
.subti_txt { font-size:20px; color:#666; font-weight:300; }






.sub_content { margin:80px auto 100px; }
.sub_inner { max-width:1250px; margin:0 auto; }

/* main */
.mslider_wrap { position:relative; margin-bottom:90px; }
.main_slider { position:relative; overflow:hidden; }
.main_slider .swiper-pagination { bottom:30px !important; z-index:1 !important; }
.main_slider .swiper-slide { background-size: cover; background-repeat: no-repeat; background-position:center; width: 100%; height: 935px; display:flex; align-items:center; justify-content:center; }
.main_slider .swiper-pagination-bullet { background:#fff; opacity:1; width:10px; height:10px; margin:0 7px !important; }
.main_slider .swiper-pagination-bullet-active { background:#f7b100 !important; }
.main_txt  { text-align:center; }
.main_txt h2 { font-size:70px; line-height:1.2em; margin-bottom:25px; font-weight:600; color:#fff; letter-spacing:-0.35px; margin-top:0; font-family: 'Neo','Noto Sans KR', sans-serif; }
.main_txt p { color:#fff; font-size:25px; font-weight:400; }

.main_sec02 { padding:100px 0 120px; }
.main_sec02 .sub_inner { display:flex; align-items:center; }
.main_sec02 .sub_inner > div { flex:1 1; width:50%; }
.main_sec02 h2 { position:relative; font-size:50px; letter-spacing:-2px; color:#222; font-weight:300; line-height:1.4em; margin-bottom:30px; }
.main_sec02 h2:before { content:''; width:175px; height:72px; background-image:url('../img/menu/uplogo.png'); background-size:100%; background-repeat:no-repeat; background-position:center; 
position:relative; display:block; margin-bottom:15px;}
.main_sec02 h2 span { font-weight:500; }
.op_txt {font-size:70px; font-weight:800; color:#f7f7f7; margin-bottom:40px; font-family: 'Neo','Noto Sans KR', sans-serif; }
.ms02_list li { position:relative; font-size:20px; letter-spacing:0.5px; margin-bottom:15px; color:#222; padding-left:20px; }
.ms02_list li:before { content:''; width:4px; height:4px; background-color:#222; border-radius:100%; position:absolute; left:0; top:12px; }
.ms02_img_wrap { display:flex; gap:10px; }
.ms02_img_wrap ul.mart { margin-top:30px; }
.ms02_img_wrap ul li { position:relative; font-size:0; background-color:#f28b00; }
.ms02_img_wrap ul li:first-child { margin-bottom:10px; }
.ms02_img_wrap ul li p { display:none; font-size:23px; font-weight:300; color:#fff; position:absolute; left:30px; bottom:30px; }
.ms02_img_wrap ul li p span { font-weight:500; }
.ms02_img_wrap ul li:hover p { display:block; animation-name: dropdown;  animation-duration: 500ms; animation-direction: normal; }
.ms02_img_wrap ul li:hover img { opacity:0.3; transition:all 0.3s ease; -khtml-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
@keyframes dropdown {
  from {
    opacity: 0;
    transform: translate(-50%,-10%);
  }
  to {
    opacity: 1;
  }
}

.main_slider .swiper-slide-active .main_txt { animation-name: dropdown;  animation-duration: 800ms; animation-direction: normal; }
.main_txt { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.slide02_1 { width:533px; }


.main_bus { padding:100px 0 120px; background-color:#f7f7f7; }
.mb_title { margin-bottom:50px; text-align:center; }
.mb_title h2 { color:#f7b100; font-size:56px; font-weight:600; margin-bottom:30px;  }
.mb_title p { font-size:20px; color:#222; }
.mb_title p.wh { color:#fff; }
.mb_title p span { font-weight:500; }
.mb_list { display:flex; gap:20px; }
.mb_list li { position:relative; cursor:pointer; flex:1; font-size:0; background-color:#f28b00; }
.mb_list li:hover > img { opacity:0.3; transition:all 0.3s ease; -khtml-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
.mb_list li > img { width:100%; }
.mb_ltxt { position:absolute; left:30px; bottom:30px; z-index:10; font-size:16px; }
.mb_ltxt img { transition: all .3s; -webkit-transition: all .3s; }
.mb_ltxt h3 { font-size:30px; color:#fff; font-weight:500; margin:15px 0 15px; }
.mb_ltxt p { font-size:16px; color:#fff; font-weight:300; margin-bottom:35px; }
.mb_btn { display:inline-block; color:#fff; font-size:16px; padding:10px 30px; border:2px solid #fff; border-radius:30px; }
.mb_list li:hover .mb_ltxt img { -webkit-transform: rotateY(180deg); }







.company_flex { display:flex; align-items:center; gap:100px; margin-bottom:100px; }
.company_flex > div { flex: 1 1; width:50%; }
.company_flex > div >img { width:100%; }
.company_flex h3 { font-size:45px; color:#222; font-weight:300; line-height:1.3em; margin-bottom:30px; }
.company_flex h3 span { font-weight:500; }
.company_flex p { font-size:19px; letter-spacing:-0.35px; line-height:1.8em; color:#777; font-weight:400; word-break:keep-all; }
.small_ctit { font-size:35px; color:#222; font-weight:500; margin-bottom:15px; }
.small_ctit span { color:#efc811; }
.company_list { width:80%; margin:0 auto; }
.company_list ul { display:flex; gap:100px; }
.company_list ul li { flex:1; }
.company_list ul li p { font-size:23px; color:#222; text-align:center; font-weight:500; margin-top:20px; }
.company_list ul li img { width:100%; }







.ceo_box { position:relative; font-size:0; width:100%; height:381px; margin-bottom:50px; background-image:url('../images/ceo_box.png'); background-size:100%; background-repeat:no-repeat; background-position:Center; }
.cb_txt { position:absolute; width:50%; right:0; top:80px; }
.cb_txt:before { content:''; width:53px; height:43px; background-image:url('../images/hash2.png'); position:absolute; right:280px; bottom:100px; }
.cb_txt h3:before { content:''; width:53px; height:43px; background-image:url('../images/hash.png'); position:absolute; left:-40px; top:-15px; }
.cb_txt h3 { position:relative; font-size:32px; color:#fff; font-weight:300; margin-bottom:70px; line-height:1.3em; }
.cb_txt h3:after { content:''; display:block; width:105%; height:5px; background-color:#f28b00; position:absolute; bottom:-35px; right:0; }
.cb_txt h3 span { font-weight:500; display:block; margin-bottom:15px; }
.cb_txt .sign { font-size:18px; }
.cb_txt .sign img { display:inline-block; vertical-align:middle; margin-left:15px; margin-top:-8px; }
.ceo_greet h3 { font-size:28px; color:#222; font-weight:500; margin-bottom:25px; }
.ceo_greet p { font-size:18px; color:#777; line-height:1.7em; }
.cb_ttxt { top:110px; }






.partners_list { display: grid; grid-template-columns: repeat(6, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; margin-top:60px; }
.partners_list li { border:1px solid #eee; height:60px; }
.partners_list li img { width:100%; height:100%; }





.root_daum_roughmap_landing { width:100% !important; }
.map_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f28b00;
    padding: 25px 40px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
	z-index:10;
	display:flex; 
	align-items:center;
	gap:30px;
}
.map_info p { display:flex; align-items:center; color:#fff; gap:10px; }
.map_info p:first-child { font-size:20px; margin-right:20%;  }
.map_info p:nth-child(2):before { width:35px; height:35px; content:''; background-color:#f6a230; border-radius:100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23fff' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Ccircle cx='128' cy='104' r='32' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='11'%3E%3C/circle%3E%3Cpath d='M208,104c0,72-80,128-80,128S48,176,48,104a80,80,0,0,1,160,0Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='11'%3E%3C/path%3E%3C/svg%3E");
background-repeat:no-repeat; background-size:25px; background-position:center;}
.map_info p:nth-child(3):before { width:35px; height:35px; content:''; background-color:#f6a230; border-radius:100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23fff' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpath d='M92.47629,124.81528a84.34782,84.34782,0,0,0,39.05334,38.8759,7.92754,7.92754,0,0,0,7.8287-.59231L164.394,146.40453a8,8,0,0,1,7.58966-.69723l46.837,20.073A7.97345,7.97345,0,0,1,223.619,174.077,48.00882,48.00882,0,0,1,176,216,136,136,0,0,1,40,80,48.00882,48.00882,0,0,1,81.923,32.381a7.97345,7.97345,0,0,1,8.29668,4.79823L110.31019,84.0571a8,8,0,0,1-.65931,7.53226L93.01449,117.00909A7.9287,7.9287,0,0,0,92.47629,124.81528Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='11'%3E%3C/path%3E%3C/svg%3E");
background-repeat:no-repeat; background-size:25px; background-position:center;}






.rainbow_tit { text-align:center; margin-bottom:50px; }
.rainbow_tit h3 { font-size:32px; color:#222; font-weight:500; margin-bottom:35px; }
.rainbow_tit h3 span { color:#efc811; }
.rainbow_tit p { color:#222; font-size:18px; }
.rainbow_list { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 0; grid-row-gap: 50px;  }
.rainbow_list li { display:flex; align-items:center; gap:15px; font-size:18px; color:#222; }
.rainbow_list li .img {  position: relative; width: 87px; height: 87px; border-radius: 100%;  background: #f7b100; }
.rainbow_slide { position:relative; margin-bottom:90px; }
.rainbow_slider { overflow:hidden; width:60%; margin:0 auto; }
.rainbow_slider .swiper-slide { background-size: cover; background-repeat: no-repeat; background-position:center; width: 100%; height: 450px; display:flex; align-items:center; justify-content:center; }
.rainbow_slider .swiper-pagination { bottom:-40px !important; }
.rainbow_slider .swiper-pagination-bullet { background-color:#999; width:10px; height:10px; }
.rainbow_slider .swiper-pagination-bullet-active { background-color:#f7b101; }
.swiper-button-next.r-next{
	right:12%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 50px;
    height: 50px;
	background-color:#f8b91a;
    border: 1px solid #fff;
    border-radius: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.r-next.swiper-button-disabled {
	background-color:#a3a3a3;
}
.swiper-button-next.r-next:after { display:none; }
.swiper-button-prev.r-prev{
	left:12%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 50px;
    height: 50px;
	background-color:#f8b91a;
    border: 1px solid #fff;
    border-radius: 100%;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='160 208 80 128 160 48' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.r-prev.swiper-button-disabled {
	background-color:#a3a3a3;
}
.swiper-button-prev.r-prev:after { display:none; }





/* sub2.css */
/*.business .businessBox{width:500px; height: 270px; margin: 0 auto; padding-top: 40px;}*/

.businessBox .businessTitle{width: 500px; height: 135px; text-align: center;}
.businessTitle>span{font-size: 43px; font-weight: bold;}
.businessTitle>p{font-size: 26px; font-weight: bold; padding-top: 12px;}
.businessBox .businessBtn{width: 500px; height: 135px;}
.businessBtn::after{content: ''; display: block; clear: both;}
.businessBtn>div{position: relative; top: -5px; float: left; width: 240px; height: 65px;  border-radius: 3em; padding-top: 40px; text-align: center;
line-height: 65px; cursor: pointer;}
.businessBtn .info1{ border: solid 1px #a93131;transition-duration:0.2s;}
.businessBtn .info1:hover{ background:#a93131;}
.info1>span{position: relative; bottom: 42px;right: 5%; width: 100%; height: 100%;   font-size: 17px; font-weight: bold; color:#a93131; }
.businessBtn .info1:hover>span{color:#fff;}
.businessBtn .info2:hover>span{color:#fff;}
.businessBtn .info2{ position: relative; border: solid 1px black;transition-duration:0.2s;}
.businessBtn .info2:hover{background:rgba(0,0,0,0.8);}
.info2>span{position: relative; bottom: 42px; right: 5%; width: 100%; height: 100%;   font-size: 17px; font-weight: bold;}
.businessBtn .info1:hover .icon{border: solid 1px #fff;background-image: url(../images/business/info_hover.png);}
.info2 .icon{position: relative; bottom: 85px; left: 180px; width: 23px; height: 23px; border-radius: 100%; border: solid 1px black; background-image: url(../images/business/info2.png); background-position: center;}
.businessBtn .info2:hover .icon{border: solid 1px #fff;background-image: url(../images/business/info_hover.png);}

#container .system{width: 100%; margin: 0 auto; }
.system::after{content: ''; display: block; clear: both;}
.system .systemTitle{position: relative; float: left; width: 672px; height: 298px; text-align: left;  transition: 0.5s;  padding-top:35px;}
.systemTitle.on{transform: translateY(0); opacity: 1; transition-delay: 0.5s}
.system .imgBox{position: relative; float: left; width: 578px; height: 298px; }
.imgBox.on{transform: translateY(0); opacity: 1; transition-delay: 0.5s}
.systemTitle>p.tit{font-size: 30px; text-align: left; color: #050505; font-weight:500;}
.systemTitle>p.tit span{font-size: 30px; font-weight: 500; color: #62c02a; }
.systemTitle>p.desk {font-size: 18px; color: #050505; padding-top: 20px; line-height:1.7em; font-weight:400; }

.system2{width: 100%; margin: 0 auto; }
.system2title { margin-bottom:25px; }
.system2title.on{transform: translateY(0); opacity: 1; transition-delay: 0.5s}
.system2title::after{content: ''; display: block; clear: both;}
.system2title .bar{position: relative; top: 2px; float: left; width:7px; height: 21px; background: #f7b100;}
.system2title >span{position: relative; padding-left: 11px;  font-size: 22px;color:#000; line-height: 24px;}
.system2Box{width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 20px; }
.img > div.subImg { margin:0; float:none; width:auto; height:auto; }
.img > div.imgText { margin:15px 0 0 0; float:none; width:auto; height:auto; font-size: 18px; color:#050505;  }
.bottomImg{position: relative; top: 100px; width: 1250px; height: 122px; margin: 0 auto; transform: translateY(-100px); transition: 0.5s; margin-bottom:40px;}
.bottomImg.on{transform: translateY(0); opacity: 1; transition-delay: 0.5s}
.bottomTitle{position: relative; top: -90px;width: 900px; height: 31px;  margin: 0 auto; text-align: center; font-size: 22px; color:#000; }
.bottomTitle .color{font-size: 22px; color: #ff1b1b; font-weight: bold;}






/*contact 영역*/
#container .contact{width: 100%; background-image: url("../images/content_03.jpg"); background-position: center; background-size: cover; padding:100px 0 120px; }
.contact .contactTitle{ margin: 0 auto; text-align: center;}
.contactTitle .contactSub{ margin: 0 auto;  font-size: 56px; font-weight: bold; color: #f7b100; margin-bottom:50px; }
.contactSub>p{font-size: 20px; color: white; padding-top: 27px;}
.contact .contactInfo{width:1250px; margin: 0 auto; display:flex; align-items:center; }
.contactInfo::after{content: ''; display: block; clear: both;}
.contactInfo .part1{ width: 50%; }
.part1Tilte .fist{position: relative; }
.part1Tilte .second{position: relative; margin-top:40px; }
.fist>span{font-size: 35px; color: white;}
.fist>p{font-size: 17px; color: white; padding-top: 20px; line-height:1.7em; }
.fist .color{font-weight: bold;}
.conpany{width:100%; height: 30px;  }
.second .conpany>span{position: relative; bottom: 6px; left: 5px; font-size: 15px; color: white; } 
.second .sectondBox{font-size: 15px; color: white; padding-top:20px;  margin-left: 25px;}
.sectondBox>p{padding-bottom: 10px;}
.sectondBox>span{display: inline-block;width: 1px; height: 8px; background: white;}
#main_form { width:50%; }
table.form { width:100%; }
table.form td { padding-bottom:15px; }
table.form td input[type="text"] {padding:13px 20px; width:100%; }
table.form td input[type="email"] {padding:13px 20px;  width:100%;}
table.form td .message { padding: 20px;  width:100%; height:140px; }
input::placeholder {font-size: 18px; color:#ccc;  }
input::-moz-placeholder {font-size: 18px; color:#737373; opacity: 1; }
input:-ms-input-placeholder {font-size: 18px; color:#737373; }
textarea::placeholder {font-size: 18px; color:#ccc;}
textarea:-ms-input-placeholder {font-size: 18px; color:#737373;}
textarea::-moz-placeholder {font-size: 18px; color:#737373; opacity: 1; }
.chk{position: relative;  background: red; vertical-align:middle; }
label{font-size: 14px;position: relative; color: #fff;}
.submit{position: relative; margin-top:15px; width: 100%; height: 50px; text-align: center; line-height: 50px;font-size: 20px; color: white; background:#f7b100 }

.subp_title { margin-bottom:40px; }
.subp_title h2 { position:relative; text-align:center; font-size:40px; color:#222; }
.subp_title h2:after { content:''; width:70px; height:5px; background-color:#fba531; display:block; margin:25px auto 0; }
.subp_title p { text-align:center; margin-top:30px; font-size:18px; color:#666; }
.reviewImg{width: 1250px; height: 100%; margin-top:100px; }
.reviewImg::after{content: ''; display: block; clear: both;}
.reviewImg>div{float: left;  width: 25%; }
.box .imgsize{position: relative;width: 175px; height: 175px; border-radius: 100%; margin: 0 auto;}
.box .imgsize img {width: 175px; height: 175px; border-radius: 100%;}
.box .text{position: relative; top: 40px; max-width: 230px; height: auto; margin: 0 auto; font-size: 16px; font-weight:300; text-align: center;  padding-top:25px; padding-bottom: 25px; color:#666; }
.dotImg{float:left;width:18px; height:18px;  position: absolute; top: 0px;}
.text::after{content: ''; display: block; clear: both}
.dotImg2{position: relative; top: 22px; left: 253px; width:18px; height:18px;}
.box .name{position: relative; margin: 40px auto 0; font-size: 16px; font-weight:400; color:#000; text-align: center; letter-spacing: -1px;}
.box .icon{position: relative;top: 120px;width: 213px; height: 26px;  margin: 0 auto;}
.icon .iconBox{position: relative; width: 33px; height: 26px; margin: 0 auto;  }
.reviewsite{position: relative; top: 100px; width: 1250px; height: 94px; }
.reviewsite .more1{position: relative;  width: 240px; height: 66px; background: #f7b100; margin: 0 auto; border-radius: 3em;}







.news .newsBox{width: 1250px; height: 309px;  margin: 0 auto; }
.newsBox .newsTitle{width: 416px; height: 306px;  margin: 0 auto; text-align: center;}

.newsTitle>span{position: relative; top: 113px; font-size: 56px; color: #f7b100; font-weight: bold; }
.newsTitle>p{font-size: 20px; color: #000; font-weight: bold; padding-top: 134px;}
.news .newsList{width: 1250px; height: 100%;  margin: 0 auto; border-top: solid 2px black; border-bottom:solid 2px black;}
.newsList { border-top:3px solid #222; border-bottom:3px solid #222; }
.newsList a {color:#000;}
.newsList .listBox::after{content:''; display: block; clear: both;}
.listBox{width: 1250px; height: 182px;  border-bottom: solid 1px #e3e4e4;  margin: 0 auto;}
.newsList .newsImg{position: relative; top: 28px; left: 38px; float: left; width:125px; height: 125px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:1px solid #ddd;}
.newsImg img { width:100%; height:100%;}
.newsList .imgContent{position: relative; top: 28px; left: 78px; float: left; width: 962px; height: 130px;}
.imgContent .newsTitle{width: 937px; display: inline-block; height: 24px; line-height: 24px; font-size: 20px; font-weight: bold; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */}
.imgContent .newscontent{position: relative; top: 20px; width: 99%; display: inline-block; height: 24px; line-height: 24px; font-size: 17px; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */}

.imgContent .newscontent1{position: relative; top: 20px; width: 218px; display: inline-block; height: 24px; line-height: 24px; font-size: 17px;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.imgContent .newsTime{position: relative; width: 90px; height: 18px; top:54px; font-size: 17px;}
.newsMore {width: 416px; height: 257px;  margin: 0 auto;}
.newsMore a {color:#fff;}
.newsMore>div{position: relative; left: 50%; transform: translateX(-50%); top:61px;  width: 241px; height: 66px; background: #f7b100; border-radius: 3em; font-size: 17px; font-weight: bold; color: white; padding-top: 5%; padding-left: 13%; border: solid 2px #f7b100; box-sizing:border-box;transition-duration: 0.2s; }
.newsMore>div:hover{background: rgba(255,255,255,0.8);}
.newsMore>div:hover a{color: #f7b100; }





.recruit .recruitTitle{width: 1250px; margin: 0 auto; background: #f1f3f2;}
.recruitTitle .titleBox1{width: 486px; background: #f1f3f2; margin: 0 auto; text-align: center; padding: 80px 0 50px 0;}
.titleBox1>span{font-size: 56px; font-weight: bold; color:#f7b100; }
.titleBox1>p{font-size: 17px; font-weight: bold;   margin-top: 29px;}
.recruit .recruitImg{width: 1250px; margin: 0 auto;}
.recruitImg::after{content: ''; display: block; clear: both;}
.recruitImg>div{position: relative; flex:1; height:455px; padding:40px 0;margin-right:25px; }
.recruitImg .img1{background:url(../img/recruit/recruit1_03.jpg) no-repeat; background-size:cover;overflow: hidden;}
.recruitImg .img2{background:url(../img/recruit/recruit2_03.jpg) no-repeat; background-size:cover;overflow: hidden;}
.recruitImg .img3{background:url(../img/recruit/recruit3_03.jpg) no-repeat; background-size:cover;overflow: hidden;}
.recruitImg { display:flex; }
.recruitInfo{position: relative;}
.info1 {}
.info1 .icon{text-align: center;}
.info1 .infofont{font-size: 30px; color: white; font-weight: bold;text-align:center;margin:20px 0 30px 0;}
.info1 .infofont::after{}
/*.recruitInfo .infoBar{position: relative; left: 7%; margin-top: 5px; width: 1px; height: 30px; background: white;}*/
.list{width: 100%;margin-left: 25px;}
.list::after{content: ''; display: block; clear: both;}
.list1{width:50%;float:left;}
.list1>p{padding-bottom:14px; font-size: 17px; color: white;}
.list2>p{padding-bottom:14px; font-size: 17px; color: white;}
.list>p{padding-bottom:14px; font-size: 17px; color: white;}
.list>p:nth-of-type(1){margin-top: 19px;}
.recruitImg>div:last-child{margin-right: 0;}
.recruit .recruitbox{ width: 1110px; height: 339px;  margin: 0 auto; }
.recruitbox::after{content: ''; display: block; clear: both;}
.recruitbox>div{float: left; width: 25%; height: 339px; margin: 0 auto; background:#f1f3f2; }
.recruitbox>div:nth-of-type(1){float: left; width: 17%; height: 339px; margin: 0 auto; background: #f1f3f2; }
.recruitbox>div:nth-of-type(2){float: left; width: 26.66%; height: 339px; margin: 0 auto; background: #f1f3f2;}
.recruitbox>div:nth-of-type(3){float: left; width: 26.66%; height: 339px; margin: 0 auto; background: #f1f3f2;}
.recruitbox>div:nth-of-type(4){float: left; width: 26.66%; height: 339px; margin: 0 auto; background: #f1f3f2;}
.recruit .recruitbtn{ background: ##f1f3f2;}
.recruitbtn .downLoad{width: 289px; height: 65px; margin: 0 auto; background: #f7b100; border-radius: 3em; text-align: center;line-height: 60px;border: solid 2px #f7b100;box-sizing:border-box; font-size: 19px; font-weight: 500; color: white;margin-top: 50px;transition-duration:0.2s;}
.recruitbtn .downLoad:hover{background:none;}
.recruitbtn .downLoad:hover a{color:#f7b100 !important;}








.consult_box {}
.consult_box h2 {font-size: 22px; margin-bottom: 5px;}
.consult_box span {font-size: 14px; margin-top:12px}
.consult_regbox {border-top: 1px solid #000; margin-top: 14px;}
.consult_regbox ul {padding-bottom: 11px; border-bottom: 1px solid #ddd; margin-top: 11px;}
.consult_regbox ul:after { content:''; display:block; clear:both; }
.consult_regbox ul li {float:left;}
.consult_regbox ul li:first-child {width:170px; font-size: 14px;}
.consult_regbox input[type="text"] {
height: 30px;
line-height: 30px;
font-size: 14px;
border-radius: 5px;
border: 1px solid #d1d6dd;
background: #edf2f7;
width: 284px;
padding-left:10px;
}
.consult_regbox textarea {
height: 30px;
line-height: 30px;
font-size: 14px;
border-radius: 5px;
border: 1px solid #d1d6dd;
background: #edf2f7;
width: 284px;
padding-left:10px;
}
.consult_regbox ul span {color:red;}
.consult_agree {margin-top: 12px;}
.consult_agree h2 {font-size: 14px; margin-bottom: 10px;}
.agree_box {
height: 80px;
border: 1px solid #ddd;
background: #fff;
padding: 10px;
font-size:14px;
color:#222;
overflow-y: scroll;
}
.agree_check input {vertical-align: middle;margin-top:-3px;}
.agree_check {margin-top: 5px;}
.agree_btn a {
width: 160px;
display: block;
text-align: center;
margin: 0 auto;
margin-top: 25px;
padding: 13px;
font-size: 15px;
font-weight: bold;
color: #fff;
background: #3780ce;
border-radius: 100px;
}
.agree_btn a:hover {color:#ffd700;}
.system2title span {font-weight:bold;}

.modal { display: none; }
.modal { width: 690px; height: 800px; overflow-y:auto; animation: appear .8s cubic-bezier(.77,0,.175,1) forwards; box-sizing:border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; z-index: 2; box-shadow:4px 12px 30px 6px rgb(0 0 0 / 9%); }
.backon{ content: ""; width: 100%; height: 100%; background: #00000054; position: fixed; top: 0; left: 0; z-index: 1; }
.modal .close{ position:absolute; z-index:10; top:20px; right: 20px; cursor:pointer; width:30px; height:30px; text-indent:-999px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23000000' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cline x1='200' y1='56' x2='56' y2='200' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='200' y1='200' x2='56' y2='56' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
background-size:100%; background-position:center; background-repeat:no-repeat; }
.event_cont_lay {
padding: 30px;
position: relative;
line-height: 22px;
height: 100%;
/*overflow-y: scroll;*/
display: block;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translate(-50%,-50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%,-52%);
  }
}

@keyframes dissappear {
  from {
    opacity: 1;
    transform: translate(-50%,-55%);
  }
  to {
    opacity: 0;
    transform: translate(-50%,-50%);
  }
}
.pop_privacy { padding:40px 20px; color:#222; }




.sns_clist { display:flex; gap:30px; }
.sns_clist li { flex:1; border:1px solid #eee; border-radius:10px; padding:30px; text-align:center; }
.sns_clist li p { font-size:20px; color:#222; font-weight:500; margin:20px 0 30px; }
.sns_clist li a { display:inline-block; padding:10px 30px; border-radius:30px; background-color:#727272; color:#fff; }
.sns_clist li a:hover { background-color:#f7b100; transition:all 0.3s ease; -khtml-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }




.su_area table.idea_tb {
    border-top: 2px solid #333;
}
.su_area table.idea_tb th {
    font-weight: 500;
    height: 65px;
    width: 15%;
    word-break: keep-all;
    padding-left: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.su_area table.idea_tb td {
    padding: 6px 18px 6px 6px;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #777;
}
.su_area table.idea_tb td input[type=text], .su_area table.idea_tb td input[type=password] {
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 30px;
    width: 150px;
}
.su_area table.idea_tb td select {
    border: 1px solid #ddd;
    vertical-align: top;
}
.su_area table.idea_tb td textarea {
    resize: none;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.ag_h2 {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
}
.ag_box div {
    padding: 15px 20px;
    height: 160px;
    overflow-y: auto;
    border: 1px solid #eee;
    color: #6f7575;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
}
.ag_box label { display:block; text-align:left; font-size:14px; color:#222; margin:10px 0 40px;  }
.su_area .btns { text-align:center; margin-top:50px; }
.su_area .btns .btn_mb {
    color: #fff;
    padding: 12px 50px;
    font-size: 20px;
	background-color:#f7b100;
    box-shadow: 4px 12px 30px 6px rgb(193 163 71 / 9%);
	border-radius:30px; 
}






#footer .footerBox { width:100%; line-height:90px; text-align:center; }
#footer .footerBox > span { font-weight:500; }

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}
#ft_catch {
    padding: 40px 0 10px;
}
/* 푸터 정보 */
#ft_company {
    font-weight: normal;
    color: #e3e3e3;
    line-height: 2em;
	margin-bottom:40px; 
	font-size:15px;
}
#ft_company .de_admin_company_addr:after,
#ft_company .de_admin_company_fax:after {display:block;visibility:hidden;clear:both;content:'';} /* 줄바꿈 */
#ft_company > span {margin-right:20px;}
#ft_company > span b {color:#929292;}

#ft_link {text-align:center;padding:10px 5px;border-bottom:solid 1px #353535;}
#ft_link:after {display:block;visibility:hidden;clear:both;content:'';}
#ft_link a {display:inline-block;padding:5px 20px;color:#949494;} 

#ft_admin {margin-bottom:10px;}
#ft_admin li {display:inline-block;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
#ft_admin li:first-child {border-left:0}
#ft_admin a {color:#fff}
#ft_admin .tnb_admin a {color:yellow;}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}

.back-top-wrap { display:none; position:fixed; top:55%; transform:translate(0,-50%); right:30px; width:100px; z-index:2; }
.back-top-link { border-top:1px solid #eee; border-right:1px solid #eee; border-left:1px solid #eee; cursor:pointer; height:102px; width:100%; background-color:#fff; display:flex; align-items:end; justify-content:center; padding:10px 0; background-image:url('../images/back-top-icon.png'); background-repeat:no-repeat; background-position:center top 10px; }
.back-top-link h2 { font-size:15px; color:#62734d; line-height:1.2em; text-align:center; }
.back-top { cursor:pointer; width:100%; height:40px; font-size:16px; background-color:#677b6f; color:#fff; display:flex; align-items:center; justify-content:center;  box-sizing:border-box;  }

.quick_list li { cursor: pointer; height: 110px; width: 100%; border-radius:10px; margin:10px 0; background-color: #ffffffde; display: flex; align-items:Center; justify-content:center; text-align:center; flex-flow:column; padding: 15px 5px; }
.quick_list li:nth-child(1) { background-color:#62c02a; }
.quick_list li:nth-child(2) { background-color:#f28b00; }

.qu_tit { font-size: 15px; letter-spacing:-0.35px; color: #fff; line-height: 1.2em; text-align: center; margin-top:5px; font-weight:500; }