/* custom */
:root {
    --color:#c30e23;
}
.cp { color:var(--color); }
.cb { color:#fff; background:var(--color); }
body { font:2rem/1.6 ptm; }

.w_btn { display:inline-flex; padding:0 30px; line-height:44px; border-radius: 60px; font-size:16px; font-family: ptb; align-items: center; justify-content: center; background: var(--color); color:#fff;}

/* header & footer */
#w_header { position: fixed; top:0; left:0; width: 100%; z-index: 10; background: transparent; transition:0.3s; overflow: hidden; height: 100px; color:#fff; }
#w_header.up { top:-101px; }
#w_header.down { height: 220px; background: #fff; color:#000; }
#w_header .wrap { display: flex; align-items: center; justify-content: space-between; height: 90px; }
#w_header h1 img { height: 70px; filter: brightness(0) invert(1); transition:0.3s; }
#w_header #w_gnb { display:flex; align-items:center; height:100%; gap:80px; }
#w_header #w_gnb > li { position:relative; }
#w_header #w_gnb > li > a { font-family:ptm; font-size:18px; line-height:1; }
#w_header #w_gnb > li:hover > a { text-decoration:underline; text-underline-offset:6px; }
#w_header #w_gnb ul { position:absolute; left: 0; top: 40px; font-size:16px; line-height:2; font-family: ptr; opacity: 0; }

#w_header.fix { background: #fff; color:#000; border-bottom:1px solid #ddd; }
#w_header.fix h1 img, #w_header.down h1 img { filter:none; }
#w_header.down #w_gnb ul { opacity: 1; pointer-events: all; }

#w_footer { background: #3a3a3a; color: #fff; padding: 60px 0; }
#w_footer .wrap { display: flex; align-items: center; justify-content: space-between; }
#w_footer .tel { font-size: 18px; }
#w_footer .time { font-size: 18px; margin-top: 4px; }
#w_footer .foot_txt { margin-top: 20px; }
#w_footer .foot_txt p { font-size: 16px; line-height: 1.8; }
#w_footer .foot_logo img { height: 90px; }



/* index */
#main { position: relative; width: 100%; height: 100vh; background: #000; }
#main .mainVisualSwiper { width: 100%; height: 100%; }
#main .mainVisualSwiper .swiper-slide { background-size: cover; background-position: center center; background-repeat: no-repeat; }
#main .mainVisualSwiper .swiper-pagination { bottom: 70px; }
#main .mainVisualSwiper .swiper-pagination-bullet { background: #fff; opacity: .6; width: 12px; height: 12px; margin:0 5px; }
#main .mainVisualSwiper .swiper-pagination-bullet-active { opacity: 1; }
.more { line-height:38px; border:1px solid #fff; padding:0 40px; border-radius: 60px; font-size:16px; font-family: ptm; color:#fff; display:inline-block; margin-top:30px; transition:0.3s; }

#exp { padding: 120px 0; }
#exp .exp_title { font-size: 46px; color: #000; line-height: 1.4; }
#exp .exp_title strong { font-weight: 700; }
#exp .exp_desc { font-size: 18px; color: #000; line-height: 1.6; }
#exp .exp_list { display: flex; gap: 20px; margin-top: 60px; }
#exp .exp_list li { flex: 1 1 0; }
#exp .exp_list li:nth-child(1) a { background:url(/images/exp1.png) no-repeat center/cover;  }
#exp .exp_list li:nth-child(2) a { background:url(/images/exp2.png) no-repeat center/cover;  }
#exp .exp_list li:nth-child(3) a { background:url(/images/exp3.png) no-repeat center/cover;  }
#exp .exp_list li:nth-child(4) a { background:url(/images/exp4.png) no-repeat center/cover;  }
#exp .exp_item { display: block; position: relative; width: 100%; padding-top: 88.6%; border-radius: 16px; overflow: hidden; background-size: cover; background-position: center; }
#exp .exp_item::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 80%); }
#exp .exp_item::after { content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,.55); opacity: 0; transition: opacity .4s ease; }
#exp .exp_item:hover::after { opacity: 1; }
#exp .exp_txt { position: absolute; left: 0; top: calc(100% - 24px); transform: translateY(-100%); z-index: 2; color: #fff; font-size: 18px; line-height: 1.5; width: 100%; text-align: center; transition: top .3s ease, transform .3s ease; }
#exp .exp_item:hover .exp_txt { top: 50%; transform: translateY(-50%); }

#mid { position: relative; width: 100%; height: 600px; display: flex; align-items: center; color: #fff; background:url(/images/bg_mid.png) no-repeat center/cover; }
#mid::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
#mid .wrap { position: relative; z-index: 2; }
#mid h2 { font-size: 46px; line-height: 1.3; }
#mid p { font-size: 18px; line-height: 1.6; }

#pic { padding: 120px 0; }
#pic .pic_row { display: flex; align-items: center; }
#pic .pic_row > div { width: 50%; position: relative; }
#pic .pic_row > .pic { height: 495px; position: relative; overflow: hidden; }
#pic .pic_row + .pic_row { margin-top: 100px; }
#pic .pic_row.reverse { flex-direction: row-reverse; }
#pic .pic_txt { padding:0 65px; box-sizing: border-box; }
#pic .pic_row.reverse .pic_txt { text-align: right; }
#pic .pic_row .pic img { position: absolute; right: 0; }
#pic .pic_row.reverse .pic img { position: absolute; right:auto; left: 0; }
#pic .pic_img { height: 495px; border-radius: 24px; position: relative;  }
#pic .pic_eng { font-size: 46px; color: #000; }
#pic .pic_tit { font-size: 46px; color: #000; margin-top: 10px; }
#pic .pic_desc { font-size: 18px; color: #666; line-height: 1.6; margin-top: 0px; }
#pic .pic_btn { display: inline-block; margin-top: 30px; line-height: 44px; padding: 0 30px; border: 1px solid #000; border-radius: 60px; font-size: 15px; color: #000; }
.pic_txt > img { margin-bottom: 10px; }
#pic .pic_btn.cb { border-color:#c30e23; color:#fff; }


/* sub layout */
.sv { height: 500px; }

#sv1 { background:url(/images/bg_sub1.png) no-repeat center/cover; }
#sv2 { background:url(/images/bg_sub2.png) no-repeat center/cover; }
#sv3 { background:url(/images/bg_sub3.png) no-repeat center/cover; }
#sv4 { background:url(/images/bg_sub4.png) no-repeat center/cover; }
#sv5 { background:url(/images/bg_sub5.png) no-repeat center/cover; }

.sm { border-bottom:1px solid #ddd; color:#666; }
.sm ul { display: flex; align-items: center; justify-content: center; gap: 60px; height: 60px; }
.sm ul li { padding:0 14px; line-height:60px; }
.sm ul li.select { color:var(--color); border-bottom:3px solid var(--color); }

/* sub1_1 */
#sub1_1 .cont1 { position: relative; height: 1000px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: url(/images/pic1_1_1.png) no-repeat center/cover; box-sizing: border-box; }
#sub1_1 .cont1_logo { display: block; height: 110px; object-fit: contain; margin: 0 auto; }
#sub1_1 .cont1_tit { margin-top: 50px; font-family: ptsb; font-weight: 600; font-size: 54px; line-height: 1.4; color: #000; }
#sub1_1 .cont1_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub1_1 .cont2 { display: flex; align-items: center; gap: 80px; padding: 120px 0; }
#sub1_1 .cont2_txt { width: 50%; }
#sub1_1 .cont2_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub1_1 .cont2_tit { margin-top: 20px; font-family: ptsb; font-weight: 600; font-size: 54px; line-height: 1.4; color: #000; }
#sub1_1 .cont2_desc { margin-top: 40px; }
#sub1_1 .cont2_desc p { font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }
#sub1_1 .cont2_desc p + p { margin-top: 24px; }
#sub1_1 .cont2_photo { width: 50%; height: 495px; border-radius: 24px; overflow: hidden; }
#sub1_1 .cont2_photo img { width: 100%; height: 100%; object-fit: cover; }

#sub1_1 .cont3 { padding: 120px 0; }
#sub1_1 .cont3_top { text-align: center; }
#sub1_1 .cont3_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub1_1 .cont3_tit { margin-top: 20px; font-family: ptsb; font-weight: 600; font-size: 54px; line-height: 1.4; color: #000; }
#sub1_1 .cont3_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }
#sub1_1 .cont3_list { display: flex; margin-top: 60px; justify-content: space-between; }
#sub1_1 .cont3_list li {width: 310px; min-width: 0; box-sizing: border-box; padding: 40px 30px; border-radius: 32px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
#sub1_1 .cont3_eng { font-family: ptr; font-size: 15px; color: #626262; letter-spacing: 1px;  }
#sub1_1 .cont3_kor { font-family: ptr; font-size: 22px; color: #000; }
#sub1_1 .cont3_num { font-family: ptb; font-weight: 700; font-size: 90px; line-height: 1; color: #000; height: 150px; display: flex; align-items: center; justify-content: center;  }
#sub1_1 .cont3_num.small { font-size: 40px; }

#sub1_1 .cont3_swiper_wrap { margin-top: 60px; }
#sub1_1 .cont3Swiper { width: 100%; padding:40px 0; }
#sub1_1 .cont3Swiper .swiper-slide { box-sizing: border-box; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.05); display: flex; align-items: center; justify-content: center; overflow: hidden; }
#sub1_1 .cont3Swiper .swiper-slide img { width: 100%; }
#sub1_1 .cont3_scrollbar { position: relative; margin:40px auto 0; height: 4px; background: #eee; border-radius: 4px; width: 600px; }
#sub1_1 .cont3_scrollbar .swiper-scrollbar-drag { background: #000; border-radius: 4px; }

#sub1_1 .cont4 { padding: 120px 0; }
#sub1_1 .cont4_top { text-align: center; }
#sub1_1 .cont4_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub1_1 .cont4_tit { margin-top: 20px; font-family: ptsb; font-weight: 600; font-size: 54px; line-height: 1.4; color: #000; }
#sub1_1 .cont4_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub1_1 .cont4_row { display: flex; align-items: center; justify-content: space-between; margin-top: 80px; }
#sub1_1 .cont4_logo_grid { width: 690px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
#sub1_1 .cont4_logo_box { position: relative; aspect-ratio: 1 / 1; border: 1px solid #eee; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; box-sizing: border-box; }
#sub1_1 .cont4_logo_box.circle { border-radius: 50%; }
#sub1_1 .cont4_logo_box.black { background: #000; }
#sub1_1 .cont4_logo_box img.invert { filter: brightness(0) invert(1); }

#sub1_1 .cont4_ci { width: 580px; }
#sub1_1 .cont4_ci_label { font-family: ptb; font-weight: 700; font-size: 40px; line-height:1; }
#sub1_1 .cont4_ci_tit { font-family: ptb; font-weight: 700; font-size: 60px; line-height:1.2; }
#sub1_1 .cont4_color_list { margin-top: 60px; }
#sub1_1 .cont4_color_list li { display: flex; gap: 20px; }
#sub1_1 .cont4_color_list li + li { margin-top: 30px; }
#sub1_1 .cont4_color_chip { flex: 0 0 70px; width: 70px; }
#sub1_1 .cont4_color_chip.red { background: var(--color); }
#sub1_1 .cont4_color_chip.black { background: #000; }
#sub1_1 .cont4_color_code { font-family: ptb; font-weight: 700; font-size: 17px; color: #000; line-height: 1.6; }
#sub1_1 .cont4_color_desc { margin-top: 10px; font-family: ptr; font-size: 15px; line-height: 1.7; color: #666; }

/* sub1_2 */
#sub1_2 .cont1 { display: flex; align-items: flex-start; gap: 80px; padding: 120px 0; }
#sub1_2 .cont1_txt { flex: 1; min-width: 0; }
#sub1_2 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub1_2 .cont1_tit { margin-top: 20px; font-family: ptsb; font-weight: 600; font-size: 55px; line-height: 1.4; color: #000; }
#sub1_2 .cont1_desc { margin-top: 40px; }
#sub1_2 .cont1_desc p { font-family: ptr; font-size: 22px; line-height: 1.7; color: #000; }
#sub1_2 .cont1_desc p + p { margin-top: 24px; }
#sub1_2 .cont1_sign { margin-top: 30px; text-align: right; font-family: "SolmoeKimDaeGeonL", ptr; font-size: 22px; color: #000; }
#sub1_2 .cont1_photo { flex: 0 0 668px; width: 668px; height: 1283px; border-radius: 24px; overflow: hidden; }
#sub1_2 .cont1_photo img { width: 100%; object-fit: cover; height: 900px; border-radius: 20px; }

/* sub1_3 */
#sub1_3 .cont1 { text-align: center; padding: 120px 0 80px; }
#sub1_3 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub1_3 .cont1_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 54px; line-height: 1.4; color: #000; }
#sub1_3 .cont1_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub1_3 .cont2 { padding: 40px 0 160px; }
#sub1_3 .cont2_timeline { position: relative; padding-bottom: 100px; }
#sub1_3 .cont2_timeline::before { content: ''; position: absolute; top: -100px; bottom: 0; left: 320px; width: 1px; background: #e5e5e5; }
#sub1_3 .cont2_year { position: relative; display: grid; grid-template-columns: 300px 40px 1fr; align-items: start; margin-top: 100px; }
#sub1_3 .cont2_year_tit { font-family: ptb; font-weight: 700; font-size: 50px; line-height: 1; color: #000; text-align: right; padding-right: 20px; }
#sub1_3 .cont2_dot { position: relative; justify-self: center; width: 14px; height: 14px; margin-top: 10px; border-radius: 50%; background: var(--color); z-index: 2; }
#sub1_3 .cont2_dot::before { content: ''; position: absolute; top: 50%; left: 50%; width: 26px; height: 26px; border-radius: 50%; background: rgba(195,14,35,.15); transform: translate(-50%,-50%); z-index: -1; }
#sub1_3 .cont2_event_list { padding-left: 20px; display: flex; flex-direction: column; gap: 14px; }
#sub1_3 .cont2_event_list li { display: flex; align-items: baseline; gap: 20px; }
#sub1_3 .cont2_month { flex: 0 0 30px; font-family: ptsb; font-weight: 600; font-size: 22px; color: #b8b8b8; }
#sub1_3 .cont2_desc { flex: 1; margin: 0; font-family: ptr; font-size: 22px; line-height: 1.5; color: #000; }

/* sub2_1 */
#sub2_1 .cont1 { padding: 120px 0; }
#sub2_1 .cont1_top { text-align: center; }
#sub2_1 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_1 .cont1_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 54px; line-height: 1.4; color: #000; }
#sub2_1 .cont1_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_1 .cont1_photo { margin-top: 60px; height: 500px; border-radius: 24px; overflow: hidden; }
#sub2_1 .cont1_photo img { width: 100%; height: 100%; object-fit: cover; }

#sub2_1 .cont1_bottom { display: flex; align-items: center; margin-top: 80px; }
#sub2_1 .cont1_summary { width: 700px; }
#sub2_1 .cont1_summary p { font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; text-align: right;}
#sub2_1 .cont1_summary p + p { margin-top: 24px; }
#sub2_1 .cont1_icon { width: 260px; text-align: center; }
#sub2_1 .cont1_divider { flex: 0 0 1px; width: 1px; height: 70px; background: #ddd; }
#sub2_1 .cont1_point { margin-left: 50px; }
#sub2_1 .cont1_point_tit { font-family: ptb; font-weight: 700; font-size: 24px; color: #000; }
#sub2_1 .cont1_point_list { margin-top: 16px; }
#sub2_1 .cont1_point_list li { font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_1 .cont2 { padding: 200px 0; }
#sub2_1 .cont2_top { text-align: center; }
#sub2_1 .cont2_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_1 .cont2_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 54px; line-height: 1.4; color: #000; }
#sub2_1 .cont2_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_1 .cont2_list { display: flex; align-items: center; gap: 24px; margin-top: 60px; }
#sub2_1 .cont2_list li { position: relative; flex: 1 1 0; min-width: 0; box-sizing: border-box; padding: 50px 30px; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.06); text-align: center; transform: translateY(0); transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
#sub2_1 .cont2_list li.active { transform: translateY(-24px); background: var(--color); box-shadow: 0 20px 40px rgba(195,14,35,.25); z-index: 2; }
#sub2_1 .cont2_num { display: block; font-family: ptr; font-size: 15px; color: #999; transition: color .3s ease; }
#sub2_1 .cont2_list li.active .cont2_num { color: rgba(255,255,255,.7); }
#sub2_1 .cont2_eng { display: block; margin-top: 16px; font-family: ptb; font-weight: 700; font-size: 30px; color: #000; transition: color .3s ease; }
#sub2_1 .cont2_list li.active .cont2_eng { color: #fff; }
#sub2_1 .cont2_kor { margin-top: 24px; font-family: ptb; font-weight: 700; font-size: 18px; color: #000; transition: color .3s ease; }
#sub2_1 .cont2_list li.active .cont2_kor { color: #fff; }
#sub2_1 .cont2_txt { margin-top: 20px; font-family: ptr; font-size: 18px; line-height: 1.7; color: #666; transition: color .3s ease; }
#sub2_1 .cont2_list li.active .cont2_txt { color: rgba(255,255,255,.9); }

#sub2_1 .cont3 { display: flex; align-items: flex-start; justify-content: space-between; padding: 120px 0; }
#sub2_1 .cont3_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_1 .cont3_tit { margin-top: 16px; font-family: ptb; font-weight: 700; font-size: 55px; color: #000; }
#sub2_1 .cont3_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.8; color: #000; }

#sub2_1 .cont3_gallery { width: 770px; display: flex; gap: 60px; }
#sub2_1 .cont3_col { width: 355px; display: flex; flex-direction: column; gap: 60px; }
#sub2_1 .cont3_col.offset { margin-top: 90px; }
#sub2_1 .cont3_card { border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
#sub2_1 .cont3_card_img { height: 280px; }
#sub2_1 .cont3_card_img img { width: 100%; height: 100%; object-fit: cover; }
#sub2_1 .cont3_card_txt { padding: 50px 20px; text-align: center; }
#sub2_1 .cont3_card_tit { display: block; font-family: ptb; font-weight: 700; font-size: 30px; color: #000; }
#sub2_1 .cont3_card_desc { margin-top: 12px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

/* sub2_2 */
#sub2_2 .cont1 { padding: 120px 0; }
#sub2_2 .cont1_top { text-align: center; }
#sub2_2 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_2 .cont1_tit { margin-top: 20px; font-family: ptsb; font-weight: 600; font-size: 55px; line-height: 1.4; color: #000; }
#sub2_2 .cont1_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_2 .cont1_row { display: flex; align-items: center; gap: 80px; margin-top: 60px; }
#sub2_2 .cont1_photo { width: 781px; height: 647px; border-radius: 24px; overflow: hidden; }
#sub2_2 .cont1_detail { width: calc(100% - 861px); }
#sub2_2 .cont1_detail_label { font-family: ptsb; font-weight: 600; font-size: 24px; color: #000; }
#sub2_2 .cont1_detail_icon { margin-top: 20px; }
#sub2_2 .cont1_detail_tit { margin-top: 30px; font-family: ptb; font-weight: 700; font-size: 40px; line-height: 1.4; color: #000; }
#sub2_2 .cont1_detail_divider { display: block; width: 180px; height: 1px; margin-top: 30px; background: #000; }
#sub2_2 .cont1_detail_desc { margin-top: 30px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_2 .cont2 { padding: 120px 0; }
#sub2_2 .cont2_top { text-align: center; }
#sub2_2 .cont2_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_2 .cont2_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 54px; color: #000; }
#sub2_2 .cont2_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_2 .cont2_list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 60px; }
#sub2_2 .cont2_list li { box-sizing: border-box; padding: 40px; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.06); transition: background .6s ease; }
#sub2_2 .cont2_list li.active { background: var(--color); }
#sub2_2 .cont2_card_tit { display: block; font-family: ptb; font-weight: 700; font-size: 26px; color: #000; transition: color .6s ease; }
#sub2_2 .cont2_list li.active .cont2_card_tit { color: #fff; }
#sub2_2 .cont2_card_desc { margin-top: 16px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; transition: color .6s ease; }
#sub2_2 .cont2_list li.active .cont2_card_desc { color: rgba(255,255,255,.9); }

#sub2_2 .cont3 { padding: 200px 0; }
#sub2_2 .cont3_top { display: flex; align-items: center; gap: 64px; }
#sub2_2 .cont3_photo { width: 797px; height: 323px; border-radius: 24px; overflow: hidden; }
#sub2_2 .cont3_photo img { width: 100%; height: 100%; object-fit: cover; }
#sub2_2 .cont3_txt { width: calc(100% - 861px); }
#sub2_2 .cont3_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_2 .cont3_tit { margin-top: 16px; font-family: ptsb; font-weight: 600; font-size: 54px; line-height: 1.4; color: #000; }
#sub2_2 .cont3_desc { margin-top: 24px; font-family: ptr; font-size: 22px; line-height: 1.6; color: #000; }

#sub2_2 .cont3_swiper_wrap { margin-top: 60px; }
#sub2_2 .cont3Swiper { width: 100%; padding:40px 0;}
#sub2_2 .cont3Swiper .swiper-slide:nth-child(odd) { transform: translateY(-20px);}
#sub2_2 .cont3Swiper .swiper-slide:nth-child(even) { transform: translateY(20px);}
#sub2_2 .cont3_card { border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
#sub2_2 .cont3_card_img { height: 260px; }
#sub2_2 .cont3_card_img img { width: 100%; height: 100%; object-fit: cover; }
#sub2_2 .cont3_card_tit { padding: 24px 10px; text-align: center; font-family: ptb; font-weight: 700; font-size: 20px; color: #000; }
#sub2_2 .cont3_scrollbar { position: relative; margin: 40px auto 0; height: 4px; width: 600px; background: #eee; border-radius: 4px; }
#sub2_2 .cont3_scrollbar .swiper-scrollbar-drag { background: #000; border-radius: 4px; }

/* sub2_3 */
#sub2_3 .cont1 { min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
#sub2_3 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub2_3 .cont1_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 46px; color: #000; }
#sub2_3 .cont1_desc { margin-top: 24px; font-family: ptr; font-size: 18px; line-height: 1.6; color: #666; }

/* sub4_1 */
#sub4_1 .cont1 { padding: 120px 0; }
#sub4_1 .cont1_top { text-align: center; }
#sub4_1 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub4_1 .cont1_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 54px; color: #000; }
#sub4_1 .cont1_desc { margin-top: 24px; font-family: ptr; font-size:22px; line-height: 1.6; color: #000; }

#sub4_1 .cont1_map { width: 1400px; margin: 60px auto 0; border-radius: 24px; overflow: hidden; border:1px solid #ddd; box-sizing: border-box; }
#sub4_1 .cont1_map img { width: 100%; height: 100%; object-fit: cover; }
.section_address, .root_daum_roughmap .wrap_controllers { display: none !important; }

#sub4_1 .cont1_info { display: flex; gap: 80px; margin-top: 50px; font-size:22px; }
#sub4_1 .cont1_info_item:nth-child(1) { width: 420px; }
#sub4_1 .cont1_info_item:nth-child(2) { width: 220px; }
#sub4_1 .cont1_info_item:nth-child(3) { width: 220px; }
#sub4_1 .cont1_info_tit { font-family: ptb; font-weight: 700; }
#sub4_1 .cont1_info_txt { margin-top: 12px; font-family: ptr; }
#sub4_1 .cont1_info_txt + .cont1_info_txt { margin-top: 6px; }
#sub4_1 .cont1_info_txt.strong { font-family: ptr; }
#sub4_1 .cont1_info_txt.sub { font-family: ptr; font-weight: 400; }
#sub4_1 .cont1_info_txt a { color: inherit; font: inherit; text-decoration: none; }

/* sub4_2 */
#sub4_2 .cont1 { padding: 120px 0; }
#sub4_2 .cont1_top { text-align: center; }
#sub4_2 .cont1_label { font-family: ptsb; font-weight: 600; font-size: 18px; letter-spacing: 2px; color: #000; }
#sub4_2 .cont1_tit { margin-top: 20px; font-family: ptb; font-weight: 700; font-size: 54px; color: #000; }
#sub4_2 .cont1_desc { margin-top: 24px; font-family: ptr; font-size:22px; line-height: 1.6; color: #000; }

#sub4_2 .cont2 th, #sub4_2 .cont2 td { font-family: ptm;}

/* sub5_1 */
#sub5_1 .cont1 { padding: 120px 0; }
#sub5_1 .cont1_tit { text-align: center; font-family: ptb; font-weight: 700; font-size: 54px; color: #000; }

#sub5_1 .cont1_form {  margin: 60px auto 0; }
#sub5_1 .cont1_row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
#sub5_1 .cont1_field { margin-top: 40px; }
#sub5_1 .cont1_row .cont1_field { margin-top: 0; }
#sub5_1 .cont1_field label { display: block; font-family: ptb; font-weight: 700; font-size: 22px; color: #000; }
#sub5_1 .cont1_field input,
#sub5_1 .cont1_field textarea { display: block; width: 100%; margin-top: 12px; padding: 0 16px; border: none; background: #f5f5f5; font-family: ptr; font-size: 16px; color: #000; box-sizing: border-box; }
#sub5_1 .cont1_field input { height: 50px; }
#sub5_1 .cont1_field textarea { height: 300px; padding-top: 16px; padding-bottom: 16px; resize: vertical; line-height: 1.6; }

#sub5_1 .cont1_agree { margin-top: 30px; }
#sub5_1 .cont1_check { display: flex; align-items: center; gap: 8px; font-family: ptr; font-size: 18px; color: #000; cursor: pointer; }
#sub5_1 .cont1_check input { width: 16px; height: 16px; }
#sub5_1 .cont1_policy { margin-top: 12px; height: 150px; overflow-y: auto; padding: 16px; background: #eee; box-sizing: border-box; }
#sub5_1 .cont1_policy p { font-family: ptr; font-size: 16px; line-height: 1.7; color: #555; }
#sub5_1 .cont1_policy p strong { font-family: ptb; font-weight: 700; color: #000; }

#sub5_1 .cont1_btn { display: block; width: 180px; height: 50px; margin: 40px auto 0; border: none; border-radius: 4px; background: var(--color); font-family: ptm; font-size: 16px; letter-spacing: 1px; color: #fff; cursor: pointer; }
