@keyframes ani01 {
    0% { transform: translate(0, 0px); }
    100% { transform: translate(10px, 0px); }
}

@keyframes ani02 {
    0% { transform: translate(0, 0px); }
    100% { transform: translate(0px, -10px); }
}

.wrap { position: relative; width: 1280px; margin: 0 auto; }

/* head */
.head .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 90px; }
.menu_inr { display: flex; flex-wrap: wrap; }
.menu_inr li { position: relative; display: inline-flex; flex-wrap: wrap; align-items: center; height: 90px; padding: 0 25px; }
.menu_inr li:last-child { padding-right: 0px; }
.menu_inr li a { font-size: 20px; font-weight: 600; }

.smenu_dl { overflow: hidden; position: absolute; left: -5%; top: 100%; padding: 20px 0px; width: 110%; background: #010066; z-index: 999; display: none;}
.smenu_dl dd { text-align: center; padding: 0px 5px; margin-bottom: 15px; transition: 0.5s; }
.smenu_dl dd:last-child { border-bottom: none; margin-bottom: 0px; }
.smenu_dl dd:hover {  }
.smenu_dl dd a { display: block; color: #fff; font-size: 15px; font-weight: 400; letter-spacing: -0.03em; transition: 0.5s; }
.smenu_dl dd a:hover { color: #fff; text-decoration: underline; }

.menu-toggler, .mobile_menu { display: none; }

/* footer */
.footer { padding: 50px 0; background:#0a0a0a; font-size: 15px; }
.footer_menu { position: absolute; right: 0px; top: 0px; display: inline-flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; z-index:9; }
.footer_menu:after { content: ""; display: block; clear: both; }
.footer_menu li { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-end; margin-right: 5px; }
.footer_menu li:last-child { margin-right: 0px; }
.footer_menu li a { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 150px; height: 50px; background: #1b1b1b; color: rgba(255, 255, 255, 0.7); font-weight: 300; letter-spacing: -0.3px; transition: 0.3s; }
.footer_menu li a:hover { background: #222; }
.footer_menu li a i { margin-right: 5px; }
.footer_copyright { position: relative; color: #888; font-weight: 400; line-height: 1.7em; }
.footer_copyright .ft_logo { margin-bottom: 15px; }
.footer_copyright .ft_logo a { color: #fff; font-size: 18px; }
.footer_copyright span { position: relative; display: inline-block; padding-right: 15px; margin-right: 15px; }
.footer_copyright span:after { content:''; position: absolute; right: 0px; top: 25%; width: 1px; height: 50%; background: #666; }
.footer_copyright span.noline { padding-right: 0px; margin-right: 0px; }
.footer_copyright span.noline:after { display: none; }
.footer_copyright p { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #555; }
.footer_copyright p a { color: #555; }

.quick { position: fixed; right: 2%; bottom: 50px; z-index: 9999; }
.quick_inr { display: flex; flex-direction: column; flex-wrap: wrap; }
.quick_inr li { margin-bottom: 10px; }
.quick_inr li:last-child { margin-bottom: 0px; }
.quick_btn { display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 170px; height: 60px; padding: 0 30px; background: #fff; border-radius: 500px; font-size: 17px; font-weight: 700; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.quick_btn01 { background: #010066; color: #fff; }
.quick_btn02 { justify-content: center; padding: 0 10px; font-family: 'GmarketSansMedium'; color: #010066; font-size: 16px; }
.quick_btn03 { color: #222; }

/* main */
.swiper { width: 100%; height: 100%; }
.swiper-slide { display: flex; justify-content: center; align-items: center; text-align: center; }
.swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.main_vis { position: relative; width: 100%; height: 800px; background: #000; color: #fff; }

.main_vis_list { width: 100%; height: 100%; }
.main_vis_list .swiper-slide { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; }
.main_vis_list .main_vis01 { background: #000 url('../image/main/main_vis_bg01.jpg') center top no-repeat; background-size: cover; }
.main_vis_list .main_vis02 { background: #000 url('../image/main/main_vis_bg02.jpg') center top no-repeat; background-size: cover; }
.main_vis_list .main_vis03 { background: #000 url('../image/main/main_vis_bg03.jpg') center top no-repeat; background-size: cover; }

.main_vis .swiper-pagingbox { position: absolute; bottom: 45px; left: 0; right: 0; z-index: 999; }
.main_vis .swiper-pagingbox .wrap { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: auto; z-index: 99; }
.main_vis .swiper-progress-bar { position: relative; display: block; width: 130px; height: 2px; }
.main_vis .swiper-progress-bar .slide_progress-bar { position: absolute; bottom: 0px; left: 0; right: 0; width: auto; height: 2px; background: rgba(255, 255, 255, 0.3); clear: both; opacity: 0; }
.main_vis .swiper-progress-bar.active .slide_progress-bar { opacity: 1; }
.main_vis .swiper-progress-bar .slide_progress-bar:after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #fff; transition: 0.1s width linear; }
.main_vis .swiper-progress-bar.animate .slide_progress-bar:after { width: 100%; transition: width linear; transition-delay: unset; transition-duration: 5s; }

.main_vis .swiper-pagination-fraction { position: relative; bottom: auto; text-align: center; margin: 0 10px 0 20px; width: 40px; color: #fff; }
.main_vis .swiper-pagination-fraction span { display: inline-block; width: 10px; }

.main_vis .swiper-button-prev, .main_vis .swiper-button-next { position: relative; width: auto; height: auto; top: auto; margin-top: 0; background: transparent; border-radius: 0px; color: rgba(255, 255, 255, 0.9); }
.main_vis .swiper-button-prev, .main_vis .swiper-rtl .swiper-button-next { left: auto; right: auto; }
.main_vis .swiper-button-next, .main_vis .swiper-rtl .swiper-button-prev { right: auto; left: auto; }
.main_vis .swiper-button-prev:after, .main_vis .swiper-button-next:after { font-family: 'xeicon' !important; font-size: 24px; }
.main_vis .swiper-button-prev:after { content: "\e93c"; }
.main_vis .swiper-button-next:after { content: "\e93f"; }

.main_text h2 { margin-bottom: 50px; font-size: 75px; line-height: 1; }
.main_text h2 span { display: block; margin-bottom: 20px; font-size: 30px; font-weight: 300; letter-spacing: -0.03em; }
.main_text p { color: rgba(255, 255, 255, 0.7); font-size: 20px; line-height: 1.8; }

.main_con { padding: 100px 0; }

.main_con_title { position: relative; text-align: center; width: 100%; margin-bottom: 50px; }
.main_con_title.left_title { text-align: left; }
.main_con_title .stitle { display: block; margin-bottom: 30px; color: #000066; font-weight: 600; }
.main_con_title .stitle i { color: #fe6600; font-style: normal; }
.main_con_title h2 { font-size: 36px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.main_con01 .main_con_title h2 { font-weight: 300; word-break: keep-all; }
.main_con_title h2 strong { font-weight: 800; }

.main_con_more { display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 55px; margin-top: 50px; padding: 0 30px; background: #fff; border-radius: 500px; font-weight: 500; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
.main_con_more i { margin-left: 20px; }

.main_con01_cont { width: 1865px; max-width: 98%; margin: 0 auto; }
.main_con01_list { padding: 10px; }
.main_con01_list .swiper-slide { padding: 30px; border: 1px solid #ddd; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.main_con01_list .info_top { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.main_con01_list .info_top .profile_imgbox { width: 70px; }
.main_con01_list .info_top .namebox { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: flex-start; width: calc(100% - 70px); padding-left: 30px; }
.main_con01_list .info_top .namebox .star { color: #fa9d1c; }
.main_con01_inr p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align: left; height: 90px; line-height: 1.8em; word-break: keep-all; }

.main_con01 .swiper-button-prev, .main_con01 .swiper-button-next { position: absolute; top: auto; bottom: 0px; left: auto; right: 0px; width: 50px; height: 50px; border: 1px solid #ddd; color: #ccc; }
.main_con01 .swiper-button-prev { right: 49px; }
.main_con01 .swiper-button-prev:after, .main_con01 .swiper-button-next:after { font-size: 18px; }

.main_con01_cont .swiper-pagination { display: none; }

.main_con02 { background: #000 url('../image/main/main_con02_bg01.jpg') center top no-repeat; background-size: cover; }
.main_con02 h2 { text-align: center; color: #fff; font-size: 30px; font-weight: 400; line-height: 1.8em; }
.main_con02 h2 strong { font-size: 36px; }
.main_con02 h2 strong i { color: #fe6600; font-style: normal; }

.main_con04 { background: #f4f4f4; }
.main_con04 .wrap { display: flex; flex-wrap: wrap; justify-content: center; }

.main_con05 .wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.main_con_banner { position: relative; width: 49%; border-radius: 10px; }
.main_con_banner01 { margin-right: 2%; background: url('../image/main/banner01_bg01.jpg') center center no-repeat; background-size: cover; }
.main_con_banner02 { background: url('../image/main/banner02_bg01.jpg') center center no-repeat; background-size: cover; }
.main_con_banner a { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; width: 100%; height: 100%; padding: 80px 50px; color: #fff; }
.main_con_banner h3 { margin-bottom: 25px; color: #fff; font-size: 32px; font-weight: 800; line-height: 1; }
.main_con_banner p { color: rgba(255, 255, 255, 0.6); font-size: 1.1em; font-weight: 500; }
.main_con_banner i { position: absolute; top: calc(50% - 24px); right: 50px; color: #fff; font-size: 48px; animation: ani01 0.5s infinite alternate; }

/* sub */
.sub_vis { display: flex; flex-wrap: wrap; width: 100%; height: 350px; background: #000 url('../image/sub/sub_vis01.jpg') center top no-repeat; background-size: cover; }
.sub_vis .wrap { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; text-align: center; }
.sub_vis h2 { width: 100%; margin-bottom: 30px; color: #fff; font-size: 36px; font-weight: 700; letter-spacing: -0.03em; }
.sub_vis p { color: rgba(255, 255, 255, 0.6); font-size: 1.1em; font-weight: 300; letter-spacing: -0.03em; line-height: 1.8; }

.sub_contents { padding: 100px 0; color: #333; }

.sub_title { text-align: center; margin-bottom: 50px; }
.sub_title h2 { margin-bottom: 30px; font-size: 36px; font-weight: 800; letter-spacing: -0.03em; }
.sub_title h2 span { position: relative; z-index: 1;}
.sub_title p { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; color: #888; font-size: 14px; font-weight: 400; }
.sub_title p > i { margin: 0 5px; }
.sub_title p span > i { font-size: 15px; }

.company { display: flex; flex-wrap: wrap; }
.company_imgbox { width: 40%; background: url('../image/sub/company_img01.jpg') left top no-repeat; background-size: cover; }
.company_textbox { width: 60%; padding-left: 80px; }
.company_textbox h4 { font-size: 32px; }
.company_textbox p { margin: 30px 0px; font-size: 1.1em; line-height: 1.6; word-break: keep-all; }

.sign { display: block; text-align: right; font-family: 'ANDONG264TTF'; font-size: 1.5em; }

.location_textbox { text-align: center; margin-top: 30px; font-size: 18px; font-weight: 300; }
.root_daum_roughmap { max-width: 100%; }
.root_daum_roughmap .cont { display: none !important; }

.effects_table { width: 100%; border-top: 2px solid #222; }
.effects_table th, .effects_table td { text-align: center; height: 55px; padding: 10px 10px; border-bottom: 1px solid #ddd; line-height: 1.6; }
.effects_table th { font-weight:600; }
.effects_table thead th { text-align: center; background: #f7f7f7; border-left: 1px solid #ddd; border-bottom: 1px solid #aaa; }
.effects_table thead th:first-child { border-left: none; }
.effects_table tbody th {  }
.effects_table tbody th.line { border-left: 1px solid #ddd; }
.effects_table tbody td { border-left: 1px solid #ddd; }

.uses_box { position: relative; display: flex; flex-wrap: wrap; padding: 80px 30px; border-bottom: 1px solid #ddd; }
.uses_box:first-child { border-top:1px solid #fe6600; }
.uses_box:last-child { margin-bottom: 0px; }
.uses_box:hover { background: #f7f7f7; }
.uses_box h3 { position: relative; width: 250px; padding-left: 30px; font-size: 25px; line-height: 1; }
.uses_box h3:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 4px solid #fe6600;
}
.uses_textlist { display: flex; flex-wrap: wrap; width:calc(100% - 250px); }
.uses_textlist li { position: relative; width: 50%; margin-bottom: 20px; padding-left: 20px; font-size: 1.05em; }
.uses_textlist li:after { content:''; position: absolute; left: 0px; top: 7px; width: 7px; height: 7px; border: 2px solid #aaa; border-radius: 5px; }
.uses_textlist li.mb00 { margin-bottom: 0px; }