.wrap { width: 1320px; max-width: 96%; margin: 0 auto; }

/* head */
.head { position: absolute; top: 0; left: 0; z-index: 99; width: 100%; transition: all 0.3s; background: rgba(255, 255, 255, 0.3); }
.head.scrolled { position: fixed; top: 0; left: 0; background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); }

.head .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 100px; }
.menu_inr { display: flex; flex-wrap: wrap; }
.menu_inr li { padding: 0 40px; }
.menu_inr li:first-child { padding-left: 0px; }
.menu_inr li:last-child { padding-right: 0px; }
.menu_inr li a { font-size: 20px; font-weight: 700; transition: all 0.3s; }
.menu_inr li a:hover { color: #bb0029; }

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

/* footer */
.footer { text-align: center; padding: 60px 0; background: #000; color: #aaa; line-height: 1.6; }
.footer strong { display: block; margin-bottom: 15px; color: #fff; font-size: 20px; }
.footer span { position: relative; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0 15px; font-weight: 500; }
.footer span:after { content:''; position: absolute; right: 0px; top: 30%; width: 1px; height: 40%; background: rgba(255, 255, 255, 0.4); }
.footer span.noline:after { display: none; }
.footer span.footer_call { color: #fff; }
.footer p { margin-top: 20px; }

.quick { position: fixed; right: 2%; bottom: 2%; z-index:99; }
.quick_inr { display: flex; flex-direction: column; flex-wrap: wrap; }
.quick_inr li { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; margin-bottom: 2px; }
.quick_inr li:last-child { margin-bottom: 0px; }
.quick_inr li .quick_btn { display: inline-flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; width: 100px; height: 100px; font-size: 0.9em; font-weight: 600; }
.quick_inr li .quick_btn span { display: block; margin-bottom: 5px; }
.quick_inr li .quick_tel { background: #03002c; text-indent: -99999px; }
.quick_inr li .quick_online { background: #bb0029; color: #fff; }
.quick_inr li .quick_kakao { background: #fae100; color: #381e1f; }

#top_btn {display: inline-flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; text-align:center; width:100px;height:40px; margin-top: 2px; background: #222; border: none; color:#fff; font-size:15px; z-index:90; }
#top_btn:hover { background:#111; }
#top_btn i { margin-right: 5px; }

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

.main_vis { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100vh; background: url('../image/main/main_con01_img01.jpg') center bottom no-repeat; background-size: cover; }

.main_text  { position: relative; margin-top: -150px; }
.main_text h2 { margin-bottom: 50px; font-family: 'NEXON Lv2 Gothic'; font-size: 72px; line-height: 1; }
.main_text p { font-family: 'NEXON Lv2 Gothic'; color: #333; font-size: 28px; line-height: 1.6; }

.main_con { padding: 100px 0; }

.main_con_title { text-align: center; margin-bottom: 80px; }
.main_con_title .eng_text { display: block; margin-bottom: 30px; color: #bb0029; font-weight: 600; opacity: 0.3; }
.main_con_title h2 { font-size: 48px; font-weight: 300; line-height: 1; word-break: keep-all; }
.main_con_title h2 strong { color: #bb0029; font-weight: 700; }

.main_con01 h3 { text-align: center; margin-bottom: 50px; font-size: 30px; font-weight: 500; }

.con01_list01 { display: flex; flex-wrap: wrap; margin-bottom: 80px; padding: 50px; background: #f4f4f4; border-radius: 10px; }
.con01_list01 li { position: relative; width: 50%; margin-bottom: 10px; padding-left: 15px; padding-right: 10px; font-size: 18px; letter-spacing: -0.025em; word-break: keep-all; }
.con01_list01 li:after { content:''; position: absolute; top:9px; left: 0px; width: 5px; height: 5px; background: #bb0029; border-radius: 5px; }

.con01_list02 { display: flex; flex-wrap: wrap; }
.con01_list02 li { width: 24%; margin-left: 1.333%; margin-bottom: 20px; border: 1px solid #ddd; }
.con01_list02 li:nth-child(4n+1) { margin-left: 0px; }
.con01_list02 li .textbox { padding: 50px 30px; }
.con01_list02 li .textbox .cate { margin-bottom: 20px; color: #bb0029; font-size: 1.05em; font-weight: 700; }
.con01_list02 li .textbox h4 { margin-bottom: 30px; font-size: 25px; font-weight: 800; line-height: 1; }
.con01_list02 li .textbox p { color: #555; letter-spacing: -0.025em; line-height: 1.4; }

.main_con02 { background: #fcfaf4; }
.con02_inr { display: flex; flex-wrap: wrap; }
.con02_imgbox { width: 480px; }
.con02_imgbox img { max-width: 100%; }
.con02_textbox { width: calc(100% - 480px); padding-left: 80px; font-size: 1.1em; }
.con02_textbox h3 { margin-bottom: 50px; font-size: 42px; font-weight: 700; line-height: 1; }
.con02_textbox h4 { margin-bottom: 20px; color: #bb0029; font-size: 1.15em; letter-spacing: -0.03em; }
.con02_textbox p { margin-bottom: 50px; color: #333; line-height: 1.5; word-break: keep-all; }
.con02_textbox p strong { color: #bb0029; font-weight: 400; }

.con02_textlist { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
.con02_textlist:last-child { margin-bottom: 0px; }
.con02_textlist li { position: relative; width: 50%; margin-bottom: 10px; padding-left: 15px; padding-right: 10px; color: #333; font-family: 'Pretendard'; font-weight: 500; letter-spacing: -0.025em; word-break: keep-all; }
.con02_textlist li:last-child {  }
.con02_textlist li:after { content:''; position: absolute; top:9px; left: 0px; width: 5px; height: 5px; background: #bb0029; border-radius: 5px; }

.con02_textlist02 { display: flex; flex-wrap: wrap; }
.con02_textlist02 li { position: relative; text-align: left; width: 100%; margin-bottom: 10px; padding-left: 15px; color: #333; font-weight: 500; letter-spacing: -0.025em; word-break: keep-all; }
.con02_textlist02 li:last-child { margin-bottom: 0px; }
.con02_textlist02 li:after { content:''; position: absolute; top:9px; left: 0px; width: 5px; height: 5px; background: #bb0029; border-radius: 5px; }

.main_con04 { background: #f4f4f4; }
.con04_inr { display: flex; flex-wrap: wrap; background: #fff; }
.con04_inr01 { margin-bottom: 30px; }

.con04_imgbox { width: 420px; }
.con04_imgbox img { max-width: 100%; }
.con04_textbox { display: flex; flex-wrap: wrap; align-content: center; width: calc(100% - 420px); padding: 0 50px; }
.con04_textbox h3 { width: 100%; margin-bottom: 30px; font-size: 32px; }
.con04_textbox p { width: 100%; margin-bottom: 50px; font-size: 18px; letter-spacing: -0.03em; }
.con04_more { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 150px; height: 45px; border: 2px solid #bb0029; color: #bb0029; letter-spacing: -0.025em; }
.con04_more:hover { background: #bb0029; color: #fff; }

.main_con05_form { padding: 40px; border: 1px solid #ddd; }
.main_con05_forminr { display: flex; flex-wrap: wrap; }
.main_con05_forminr li { width: 49%; margin-bottom: 20px; }
.main_con05_forminr li.wh100 { width: 100%; }
.main_con05_forminr li.mr2 { margin-right: 2%; }
.main_con05_forminr li.mb00 { margin-bottom: 0px; }
.main_con05_forminr li.agreebox { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; text-align: right; color: #555; font-size: 0.9em; }
.main_con05_forminr li.agreebox input { margin-right: 5px; }
.main_con05_forminr dl { display: flex; flex-wrap: wrap; }
.main_con05_forminr dl dt, .main_con03_forminr dl dd { display: flex; flex-wrap: wrap; align-items: center; color: #333; }
.main_con05_forminr dl dt { width: 120px; font-size: 18px; font-weight: 600; }
.main_con05_forminr dl dd { width: calc(100% - 120px); }
.main_con05_forminr dl dd input { padding: 0 15px; background: #f4f4f4; border: none; }
.main_con05_forminr dl dd textarea { min-height: 200px; padding: 15px; background: #f4f4f4; border: none; }
.main_con05_forminr dl dd textarea.privacy_box { min-height: 120px; color: #666; font-size: 13px; line-height: 1.6; }

.con05_btnbox { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 50px; }
.con05_btn { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 210px; height: 60px; padding: 0 30px; background: #222; border: none; color: #fff; font-size: 20px; }
.con05_btn span { position: relative; z-index: 99; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; }
.con05_btn span img { margin-right: 5px; }
.con05_btn:after { content:''; position: absolute; left: 0px; top: 0px; width: 0px; height: 100%; background: #111; transition: 0.3s; }
.con05_btn:hover:after { width: 100%; }

.main_con06 { text-align: center; background: url('../image/main/main_con06_bg01.jpg') center center no-repeat; background-size: cover; color: #fff; font-family: 'NEXON Lv2 Gothic'; }
.main_con06 p { margin-bottom: 50px; font-size: 24px; line-height: 1.6; word-break: keep-all; }
.main_con06 p .icon { display: block; margin-bottom: 30px; }
.main_con06 h2 { margin-bottom: 50px; font-family: 'NEXON Lv2 Gothic'; font-size: 42px; font-weight: normal; word-break: keep-all; }

.contact_list { display: flex; flex-wrap: wrap; justify-content: center; }
.contact_list li { display: flex; flex-wrap: wrap; }
.contact_list li:first-child { margin-right: 50px; }
.contact_list li span { display: inline-flex; flex-wrap: wrap; align-items: center; width: calc(100% - 140px); padding-left: 20px; font-family: "DM Sans", 'Pretendard'; font-size: 24px; }
.contact_list li .stitle { justify-content: center; width: 140px; height: 45px; padding: 0; background: #bb0029; border-radius: 500px; font-size: 20px; }

/* sub */
.sub_vis { width: 100%; height: 400px; background: url('../image/sub/sub_vis01.jpg') center top no-repeat; }
.sub_vis .wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 100%; }

.sidebar { border-bottom: 1px solid #ddd; }
.sidebar_inr { display: flex; flex-wrap: wrap; justify-content: center; }
.sidebar_inr li { flex:1; position: relative; height: 60px; }
.sidebar_inr li:after { content:''; position: absolute; left:0px; top: 25%; width: 1px; height: 50%; background: #ccc; }
.sidebar_inr li:first-child:after { display: none; }
.sidebar_inr li:before { content:''; position: absolute; left:0px; bottom: -1px; width: 0px; height: 2px; background: #bb0029; transition: 0.3s; }
.sidebar_inr li:hover:before, .sidebar_inr li.active:before { width: 100%; }
.sidebar_inr li a { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100%; font-size: 1.2em; font-weight: 700; }
.sidebar_inr li a:hover, .sidebar_inr li.active a { color: #bb0029; }

.sub_title { text-align: center; margin-top: 100px; width: 100%; }
.sub_title h2 { font-family: 'NEXON Lv2 Gothic'; font-size: 52px; }

.sub_contents { margin: 80px auto; }

.field_inr { display: flex; flex-wrap: wrap; margin-bottom: 50px; border: 1px solid #ddd; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
.field_inr:nth-child(even) { flex-direction: row-reverse; }
.field_inr:last-child { margin-bottom: 0px; }
.field_imgbox { width: 420px; }
.field_imgbox img { display: block; width: 100%; height: 100%; object-fit: cover; }
.field_textbox { display: flex; flex-wrap: wrap; align-content: center; width: calc(100% - 420px); padding: 30px 50px; }
.field_textbox h3 { width: 100%; margin-bottom: 30px; font-size: 32px; font-weight: 800; }
.field_textbox h3 span { display: inline-block; margin-left: 5px; font-size: 0.7em; font-weight: 500; }
.field_textbox p { width: 100%; letter-spacing: -0.03em; line-height: 1.5; word-break: keep-all; }
.field_textbox p.stext { display: block; width: 100%; margin-top: 20px; color: #666; font-size: 0.9em; }

.location h3 { position: relative; margin-bottom: 20px; padding-left: 40px; font-size: 25px; line-height: 1; }
.location h3:after { content:''; position: absolute; top: 0px; left: 0px; width: 25px; height: 25px; border: 5px solid #bb0029; border-right-color: #950021; border-bottom-color: #950021 }
.location_address { margin-bottom: 20px; font-size: 1.2em; font-weight: 600; letter-spacing: -0.02em; }
.parking { display: flex; flex-wrap: wrap; justify-content: space-between; }
.parking_inr { width: 49%; }
.parking_inr h4 { margin-bottom: 20px; color: #bb0029; font-size: 20px; font-weight: 600; }
.location_textlist { margin-bottom: 50px; }
.location_textlist:last-child { margin-bottom: 0px; }
.location_textlist li { display: flex; flex-wrap: wrap; margin-bottom: 20px; line-height: 1.6; }
.location_textlist li:last-child { margin-bottom: 0px; }
.location_textlist li .stext { display: block; width: 100%; color: #666; }
.location_textlist li h4 { width: 140px; font-size: 1.05em; font-weight: 600; }
.location_textlist li p { width: calc(100% - 140px); padding-left: 20px; }
.root_daum_roughmap { max-width: 100%; margin-bottom: 50px !important; font-family: "DM Sans", 'Pretendard' !important; letter-spacing: 0px !important; }
.root_daum_roughmap .cont { display: none; }
.root_daum_roughmap .cont .section { margin: 0px !important; }
.root_daum_roughmap .section .title { margin-bottom: 20px !important; font-size: 16px !important; }
.root_daum_roughmap .section_address .phone { display: none; }
.root_daum_roughmap .section_busline .icon_bus { margin-right: 10px !important; }
.root_daum_roughmap .section_address .tit, .root_daum_roughmap .section_address .txt, 
.root_daum_roughmap .section_subway .wrap_list li a, .root_daum_roughmap .section_busstop .wrap_list li a, .root_daum_roughmap .section_busline .wrap_list .txt .txt_item { font-size: 14px !important; }
.root_daum_roughmap .section_busline .how_way .txt_bar { margin: 2px 10px 0 !important; }