@charset "UTF-8"; .cont-b:nth-child(1) { padding-top: 74px; height: calc(100vh); } /* .cont-inner { height: calc(100vh - 300px); } */
/* main 1 시작 */
.main1 { height: calc(100vh); }
.main1 .swiper1 { width: 100vw; height: 100%; } 
.main1 .swiper1 .main1_slide1 { background: linear-gradient(to right, rgba(54, 53, 53, 0.1) 0%, rgba(54, 53, 53, 0.3) 50%,   rgba(54, 53, 53, 0.6) 70%,  rgb(26, 25, 25, 1) 100%), url(../img/main/main1_slide1.jpg) center/cover no-repeat;}
.main1 .swiper1 .main1_slide2 { background: linear-gradient(to right, rgba(54, 53, 53, 0.1) 0%, rgba(54, 53, 53, 0.3) 50%,   rgba(54, 53, 53, 0.6) 70%,   rgb(26, 25, 25, 1) 100%), url(../img/main/main1_slide2.jpg) center/cover no-repeat; } 
.main1 .swiper1 .main1_slide3 { background: linear-gradient(to right, rgba(54, 53, 53, 0.1) 0%, rgba(54, 53, 53, 0.3) 50%,  rgba(54, 53, 53, 0.6) 70%,  rgb(26, 25, 25, 1) 100%), url(../img/main/main1_slide3.jpg) center/cover no-repeat; } 
/* .main1 .swiper1 .main1_slide1 { background: url(../img/main/main1_slide1.jpg) center/cover no-repeat; } 
.main1 .swiper1 .main1_slide2 { background: url(../img/main/main1_slide2.jpg) center/cover no-repeat; } 
.main1 .swiper1 .main1_slide3 { background: url(../img/main/main1_slide3.jpg) center/cover no-repeat; }  */



/* .main1 .swiper1 .swiper-slide:nth-child(2) { background: #353535; }
.main1 .swiper1 .swiper-slide:nth-child(3) { background: #5a5a5a; }
.main1 .swiper1 .swiper-slide:nth-child(4) { background: #999999; } */
.main1 .swiper1 .swiper-pagination { position: relative; }
.main1 .swiper1 .swiper-pagination-bullets, .swiper1 .swiper-pagination-custom, .swiper1 .swiper-pagination-fraction { left: auto; width: 70px; display: flex; justify-content: space-between; align-items: center; }
.main1 .swiper1 .swiper-pagination-bullet { transition: .3s; background: #fff; opacity: 1; width: 8px; height: 8px; }
.main1 .swiper1 .swiper-pagination-bullet-active { width: 15px; height: 15px; }
.main1 .ctl-bx { position: absolute; justify-content: space-between; bottom: 250px; right: 20%; z-index: 9; display: flex; }
.main1 .play, .main1 .pause { margin-left:20px; cursor: pointer; transition: .1s; }
.main1 .play:hover, .main1 .pause:hover { transform: scale(1.2); }
.main1 .play:active, .main1 .pause:active { transform: scale(1); }
.main1 .slide-on-act-bx { position: absolute; top: 50%; right: 20%; transform: translateY(-75%); width: fit-content; display: flex; flex-direction: column; align-items: flex-end; color: #fff; }
.main1 .slide-on-act-bx img { position: relative; opacity: 0; top: 50px; width: 800px; }
.main1 .slide-on-act-bx p:nth-child(1) { opacity: 0; top: 50px; margin-top: 45px; font-size: 20px; line-height: 35px; }
.main1 .slide-on-act-bx p:nth-child(2) { opacity: 0; top: 50px; margin-top: 45px; font-size: 20px; line-height: 35px; }
.main1 .slide-on-act-bx p:nth-child(3) { opacity: 0; top: 50px; margin-top: 45px; font-size: 20px; line-height: 35px; }
.main1 .slide-on-act-bx p:nth-child(4) { opacity: 0; top: 50px; font-size: 65px; font-weight: bold; line-height: 80px; } 
.main1 .main1_slide1 .slide-on-act-bx * { color: #fff; opacity: 0; position: relative; top: 50px; }
.main1 .slide-on-act-bx.on img { opacity: 1; top: 0; transition: .7s; position: relative; }
.main1 .slide-on-act-bx.on p:nth-child(1) { position: relative; opacity: 1; top: 0; transition: .7s; transition-delay: .1s !important; }
.main1 .slide-on-act-bx.on p:nth-child(2) { position: relative; opacity: 1; top: 0; transition: .7s; transition-delay: .3s !important; }
.main1 .slide-on-act-bx.on p:nth-child(3) { position: relative; opacity: 1; top: 0; transition: .7s; transition-delay: .5s !important; }
.main1 .slide-on-act-bx.on p:nth-child(4) { position: relative; opacity: 1; top: 0; transition: .7s; transition-delay: 1s !important; }
.main1 .slide-on-act-bx-2,
.main1 .slide-on-act-bx-3 { text-align: right; }
.main1 .slide-on-act-bx-2 p:nth-child(1) { font-size: 21px; line-height: 44px; }
.main1 .slide-on-act-bx-2 p:nth-child(2) { font-size: 30px; font-weight: 500; line-height: 44px; }
.main1 .slide-on-act-bx-2 p:nth-child(3) { font-size: 38px; line-height: 44px; }
.main1_slide2 .main1_slide2-logo-cross,
.main1_slide3 .main1_slide2-logo-cross { opacity: 0; position: relative; top: 50%; left: 20%; transform: translate(-50%, -50%); }
.main1.on1 .main1_slide2-logo-cross1 { transition: 1s; left: 50%; opacity: 1; }
.main1.on2 .main1_slide2-logo-cross2 { transition: 1s; left: 50%; opacity: 1; } 
.main1_slide3 { }
.main1_slide3 .slide-on-act-bx-3 { }
.main1_slide3 .slide-on-act-bx-3 p:nth-child(1) { font-size: 20px; }
.main1_slide3 .slide-on-act-bx-3 p:nth-child(2) { font-weight: 500; font-size: 31px; }
.main1_slide3 .slide-on-act-bx-3 p:nth-child(2) .fw800 { font-size: 41px; line-height: 52px; } 
.main1 .slide-on-act-bx-2.on p:nth-child(1),
.main1 .slide-on-act-bx-3.on p:nth-child(1) { position: relative; opacity: 1; left: 0; transition: .7s; transition-delay: .7s !important; }
.main1 .slide-on-act-bx-2.on p:nth-child(2),
.main1 .slide-on-act-bx-3.on p:nth-child(2) { position: relative; opacity: 1; left: 0; transition: .7s; transition-delay: 1.2s !important; }
.main1 .slide-on-act-bx-2.on p:nth-child(3),
.main1 .slide-on-act-bx-3.on p:nth-child(3) { position: relative; opacity: 1; left: 0; transition: .7s; transition-delay: 1.8s !important; } /* main 1 끝 */

/* main 2 시작 */
.main2 { text-align: center; background: #303033; height: 1080px; }
.main2 .cont-inner { position: relative; top: 10%; }
.main2 .main2-l-b { position: absolute; top: 65px; right: 50px; }
.main2 .sum { font-family: "High Summit"; color: #fff; font-size: 33.5px; }
.main2 .cap { color: #fff; font-size: 40px; font-weight: 200; }
.main2 .main2-fbx { display: flex; margin-top: 70px; transition: 1s; justify-content: space-between; } 
.main2 .main2-fbx .main2-fbx-bx { overflow: hidden; text-align: left; position: relative; transition: .3s; color: #000; width: 285px; height: 440px; }
.main2 .main2-fbx .main2-fbx-bx:hover { width: 480px; } 
.main2 .main2-fbx .main2-fbx-bx::after { transition: .3s; z-index: 2; position: absolute; content: ''; width: 100%; height: 100%; top: 0%; left: 0%; background: #00000080; }
.main2 .main2-fbx .main2-fbx-bx:hover::after { transform: scale(1.07); background: #163f4091; }
.main2 .main2-fbx .main2-fbx-bx img { transition: .3s; position: absolute; height: 100%; object-fit: cover; width: 100%; object-position: center; }
.main2 .main2-fbx .main2-fbx-bx:hover img { transform: scale(1.07); }
.main2 .main2-fbx .main2-fbx-bx .ttxt { line-height: 1; font-weight: 400; color: #fff; font-size: 20px; font-family: 'Noto Sans KR', sans-serif; }
.main2 .main2-fbx .main2-fbx-bx .more { font-size: 14px; box-sizing: border-box; transition: .3s; cursor: pointer; color: #fff; margin-top: 55px; border: 1px solid #fff; padding: 10px 25px; border-radius: 25px; }
.main2 .main2-fbx .main2-fbx-bx .more:hover { background: #fff; color: #059FCC; }
.main2 .main2-fbx .main2-fbx-bx:hover .more { margin-left: 45px; }
.main2 .main2-fbx .main2-fbx-bx .tbx { display: inline-block; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 20; }
.main2 .main2-fbx .main2-fbx-bx:hover .tbx { position: relative; left: 0; transform: translate(0, -50%); }
.main2 .main2-fbx .main2-fbx-bx p { position: relative; transition: .3s; top: 0; z-index: 3; font-weight: bold; font-size: 18px; line-height: 27px; font-family: 'GmarketSans'; color: #fff; text-transform: uppercase; }
.main2 .main2-fbx .main2-fbx-bx:hover p { margin-left: 45px; top: -15px; } 
.main2 .main2-fbx .main2-fbx-bx .opa0-bx { display: none; left: 0; z-index: 3; transition: .3s; opacity: 0; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; } /* .main2 .main2-fbx .main2-fbx-bx:hover br { display: none; } */
.main2 .main2-fbx .main2-fbx-bx:hover .opa0-bx { display: block; opacity: 1; } 
.main2 .main2-fbx .main2-fbx-bbx:hover .main2-fbx-bx { text-align: left; } /* main 2 끝 */

/* main_plus 시작 */
.main_plus1 { position: relative; }
.main_plus1 .main_plus1_bg { height: 50%; width: 100%; position: absolute; bottom: 0; background-color: #003c5e; }
.main_plus1 .main_plus1_tit_group { margin-bottom: 80px; text-align: center; }
.main_plus1 .main_plus1_tit { font-size: 40px; font-weight: 800; letter-spacing: -1.5px; color: #4d4d4d; }
.main_plus1 .main_plus1_tit_sub { font-size: 18px; margin-top: 15px; color: #4d4d4d; letter-spacing: -1.5px; font-weight: 500; }
.main_plus1 .main_plus1_equip_group { display: flex; justify-content: center; gap: 102px; }
.main_plus1 .main_plus1_equip_group.m { display: none; }
.main_plus1 .equip_bx { width: 383px; height: 556px; border: 1px solid #fff; box-sizing: border-box; display: flex; gap: 30px; flex-direction: column; align-items: center; } /* .main_plus1 .equip_bx:hover .equip_img { transform: scale(1.1); } */
.main_plus1 .equip_img { transition: .3s; margin-top: -50px; }
.main_plus1 .equip_img2 { height: 470px; display: flex; }
.brand2 { }
.main_plus1 .equip_txt_group { color: #fff; display: flex; flex-direction: column; gap: 15px; }
.main_plus1 .equip_txt { text-align: right; font-size: 35px; letter-spacing: -1.5px; font-family: 'nurom-bold', serif; font-weight: 600; }
.main_plus1 .equip_brand_bx { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.main_plus1 .brand_tit { font-size: 18px; font-weight: 500; letter-spacing: -1.5px; }
.main_plus1 .main_plus1_btn { transition: 0.4s; cursor: pointer; margin: 0 auto; margin-top: 45px; display: flex; align-items: center; justify-content: center; width: 216px; height: 45px; border: 1px solid #fff; color: #fff; font-size: 19px; letter-spacing: -1.5px; border-radius: 50px; }
.main_plus1 .main_plus1_btn:hover { background-color: #ffffff; color: #003c5e; }
.cont-b.main_plus1 { min-height: 100vh; height: auto; }
.main_plus1 .cont-inner { padding-bottom: 70px; }
.main_plus1 .equip_txt_group { width: 300px; }
.main_plus1 .equip_txt_group.group2 { width: 300px; gap: 15px; } 

/* main_plus 끝 */

/* main 3 시작 */
.main3 { background: #DDDDDD; height: 1080px; display: flex; align-items: center; justify-content: center; } 
.main3 .cont-inner { position: relative; top: 5%; } 
.main3 .main3-fbx { display: flex; justify-content: space-between; padding-bottom: 180px; }
.main3 .main3-fbx-bx:nth-child(1) { display: flex; flex-direction: column; }
.main3 .main3-fbx-bx:nth-child(1) { }
.main3 .main3-fbx-bx:nth-child(1) img:nth-child(1) { width: 305px; }
.main3 .main3-fbx-bx:nth-child(1) img:nth-child(2) { width: 265px; margin-left: 40px; margin-top: 15px; }
.main3 .main3-fbx-bx:nth-child(1) .yM-tbx { margin-top: 130px; }
.main3 .main3-fbx-bx:nth-child(1) .yM-tbx p:nth-child(1) { color: #4D4D4D; font-size: 18px; font-weight: 400; line-height: 32px; }
.main3 .main3-fbx-bx:nth-child(1) .yM-tbx p:nth-child(2) { color: #4D4D4D; font-size: 22px; line-height: 32px; font-weight: 800; }
.main3 .main3-fbx-bx:nth-child(1) .yM-tbx img { position: relative; top: -15px; }
.main3 .m-bx { box-shadow: 3px 6px 20px #000; max-width: 720px;position: relative; right: -10px;}
.main3 .swiper31 { overflow: hidden; width: 720px; margin: 0 auto; aspect-ratio: 16/10; }
.main3 .swiper31 iframe { width: 100%; height: 100%; } 
.main3 .swiper31 video { width:100%; height: 100%; } 
.main3 .main3-fbx-bx { position: relative; }
.main3 .s-bx { position: relative; padding: 50px;padding-top: 0; left: calc(50% - 50px); transform: translateX(-50%); } 
.main3 .swiper32 { width: 720px; margin-top: 35px; overflow: hidden;padding: 30px 10px;} 
.main3 .swiper32 .swiper-slide { aspect-ratio: 16/9; background: #000; cursor: pointer; } 
.main3 .swiper32 .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.main3 .swiper32 .swiper-slide::after {transition: .3s; z-index: 5; position: absolute; content: '';display: flex;align-items: center;justify-content: center; top: 0; bottom: 0; left: 0; right: 0; }
.main3 .swiper32 .swiper-slide.on::after{background: #0091ff75;content: url(/img/logo_plus.png);}
.main3 .swiper32 .ytp-large-play-button { display: none !important; opacity: 0 !important; }
.main3 .swiper32 .swiper-slide { box-shadow: 3px 6px 20px #00000047; }
.main3 .swiper32 .ytp-button { display: none; opacity: 0; } 
.main3 .swiper32 .swiper-button-next,
.main3 .swiper32 .swiper-button-prev{width: 30px;height: 25px;top: 41%;}
/* main 3 끝 */

/* main 4 시작 */
.main4 { text-align: center; height: 1080px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; } 
.main4 .cont-inner { position: relative; top: 5%; } 
/* 움직이는 텍스트 시작 */
.animated-title { position: absolute; width: 100vw; height: 100%; }
.animated-title .track .content { opacity: .05; word-spacing: 25px; color: #76777a85; line-height: 280px; position: absolute; font-size: 310px; font-weight: bolder; width: 100vw; height: 100%; }
.animated-title .track { position: relative; display: block; }
.animated-title .track .content { display: block; white-space: nowrap; text-transform: uppercase; font-family: 'GmarketSans'; position: relative; text-align: center; }
.animated-title .track2,
.animated-title .track4 { left: -100%; }
.animated-title .track .content2,
.animated-title .track .content4 { position: relative; right: auto; left: auto; } /* 움직이는 텍스트 끝 */

.main4 .cure { font-weight: 800; font-size: 40px; color: #4D4D4D; }
.main4 .rel { color: #4D4D4D; font-size: 18px; font-weight: 500; margin-top: 15px; } 
.main4 .s4-bbx { position: relative; }
.main4 .b-bx { width: 100%; height: 320px; background: #059FCC; position: absolute; bottom: 0; }
.main4 .swiper4 { margin-top: 70px; position: relative; height: auto; overflow: hidden; } /* .main4 .swiper4 .swiper-slide { width: 360px; height: 470px; display: flex; align-items: center; justify-content: center; background: #ccc; } */



.main4 .swiper4 .swiper-slide .main4-cont-imgbx { transition: .3s; position: relative; width: 100%; height: 470px; margin: 0; } /* .main4 .swiper4 .swiper-slide:hover .main4-cont-imgbx { border: 5px solid #005697; background: #005697; } */

.main4 .swiper4 .swiper-slide .main4-cont-imgbx-img { flex-direction: column; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden; position: relative; } 
.main4 .swiper4 .swiper-slide .main4-cont-imgbx img { transition: transform .3s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.main4 .swiper4 .swiper-slide:hover .main4-cont-imgbx img { transform: scale(1.1); } 




.main4 .swiper4 .swiper-slide .main4-cont-imgbx .more { transition: .3s; top: 50%; position: absolute; opacity: 0; z-index: 9; color: #fff; transition: .3s; width: 105px; height: 35px; border-radius: 35px; display: flex; align-items: center; cursor: pointer; justify-content: center; border: 1px solid #fff; }
.main4 .swiper4 .swiper-slide:hover .main4-cont-imgbx .more { opacity: 1; top: calc(50% + 30px); }
.main4 .swiper4 .swiper-slide .main4-cont-imgbx .more:hover { background: #fff; color: #059FCC; }
.main4 .swiper4 .swiper-slide .main4-cont-imgbx-img::after { transform: scale(1.07); z-index: 5; width: 100%; height: 100%; content: ''; position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px; background: #0000006e; transition: .3s; }
.main4 .swiper4 .swiper-slide:hover .main4-cont-imgbx-img::after { opacity: 1; } 
.main4 .swiper-button-prev, .main4 .swiper-button-next { height: calc(100% ); transform: translateY(-50%); margin-top: 0; }
.main4 .swiper-button-prev { transition: .3s; left: 0; padding-left: 10px; background: url(../img/prerv.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); }
.main4 .swiper-button-next { transition: .3s; right: 0; padding-right: 10px; background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); }
.main4 .swiper-button-prev:hover { background: url(../img/prerv.png) center/50% no-repeat, linear-gradient(to right, #059FCC, #059ecc00); }
.main4 .swiper-button-next:hover { background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059FCC); }
.main4 .swiper-scrollbar { background: #fff; height: 5px; margin-top: 90px; }
.main4 .swiper-scrollbar-drag { background: #005697; }
.main4 .main4-cont-bx { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.main4 .main4-cont-bx .line { height: 1px; width: 30px; background: #fff; margin: 20px 0; }
.main4 .main4-cont-bx p { color: #fff; font-size: 20px; font-weight: 500; }
.main4 .main4-cont-imgbx-img>p { z-index: 7; position: absolute; top: calc(50% + 45px); transition: .3s; transform: translateY(-50%); font-weight: 400; }
.main4 .swiper-slide:hover .main4-cont-imgbx-img>p { top: calc(50% - 45px); }
.main4 .main4-cont-imgbx-img .etxt { font-size: 30px; line-height: 36px; font-family: 'High Summit'; top: 50%; transform: translateY(-50%); }
.main4 .swiper-slide:hover .main4-cont-imgbx-img .etxt { top: 50%; opacity: .2; } /* main 4 끝 */

/* main 5 시작 */
.main5 { background: #059FCC; top: -1px; }
.main5 .main5-l-b { position: absolute; top: 45px; right: 45px; } 
.main5 .swiper51 .swiper51_txt{position: absolute;width: 100%; height: 100%;z-index: 99;top: 0;}
.main5 .main5-fbx { display: flex; width: 100%; height: 100%; }
.main5 .main5-fbx .main5-bx:nth-child(1) { width: 50%; height: 100%; }
.main5 .main5-fbx .main5-bx { position: relative; } 
.swiper51 { width: 50vw; height: 100%; overflow: hidden; position: relative; } 
.swiper51 .swiper-slide:nth-child(1) { background: url(../img/main/main5-s-1.png) center/cover no-repeat; } 
.swiper51 .swiper-slide:nth-child(2) { background: url(../img/main/main5-s-2.png) center/cover no-repeat; } 
.swiper51 .swiper-slide:nth-child(3) { background: url(../img/main/main5-s-3.png) center/cover no-repeat; } 
.swiper51 .swiper-slide:nth-child(4) { background: url(../img/main/main5-s-4.png) center/cover no-repeat; } 
.swiper51 .swiper-slide:nth-child(5) { background: url(../img/main/main5-s-5.png) center/cover no-repeat; } 
.swiper51 .swiper-pagination { position: relative; }
.swiper51 .swiper-pagination-bullets, .swiper1 .swiper-pagination-custom, .swiper1 .swiper-pagination-fraction { left: auto; margin-right: 15px; width: 125px; display: flex; justify-content: space-between; align-items: center; }
.swiper51 .swiper-pagination-bullet { transition: .3s; background: #fff; opacity: 1; width: 8px; height: 8px; }
.swiper51 .swiper-pagination-bullet-active { width: 15px; height: 15px; } 
.main5 .swiper-button-prev, .main5 .swiper51 .swiper-button-next {z-index: 100; height: 100%; top: 50%; transform: translateY(-50%); margin-top: 0; }
.main5 .swiper-button-prev { transition: .3s; left: 0; padding-left: 10px; background: url(../img/prerv.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); }
.main5 .swiper51 .swiper-button-next { transition: .3s; right: 0; padding-right: 10px; background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); }
.main5 .swiper-button-prev:hover { background: url(../img/prerv.png) center/50% no-repeat, linear-gradient(to right, #059FCC, #059ecc00); }
.main5 .swiper51 .swiper-button-next:hover { background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059FCC); }
.main5 .main5-fbx .main5-bx:nth-child(2) { position: relative; padding-left: 50px; height: 100%; display: flex; align-items: center; }
.main5 .main5-fbx { display: flex; justify-content: flex-start; align-items: center; }
.main5 .main5-fbx-bx:nth-child(1) { display: flex; flex-direction: column; }
.main5 .main5-fbx-bx:nth-child(1) { } /* .main5 .main5-fbx-bx:nth-child(1) img:nth-child(1) { width: 305px; }
.main5 .main5-fbx-bx:nth-child(1) img:nth-child(2) { width: 265px; margin-left: 40px; margin-top: 15px; } */
.main5 .main5-fbx-bx:nth-child(1) .yM-tbx { margin-top: 130px; }
.main5 .main5-fbx-bx:nth-child(1) .yM-tbx p:nth-child(1) { color: #4D4D4D; font-size: 18px; font-weight: 400; line-height: 32px; }
.main5 .main5-fbx-bx:nth-child(1) .yM-tbx p:nth-child(2) { color: #4D4D4D; font-size: 22px; line-height: 32px; font-weight: 800; }
.main5 .main5-fbx-bx:nth-child(1) .yM-tbx img { position: relative; top: -15px; }
.main5 .swiper521 { overflow: hidden; width: 505px; margin: 0 auto; }
.main5 .swiper521 img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
.small_txt { font-size: 15px; font-weight: 200; color: #fff; margin-top: 15px; } 
.main5 .m521-cbx { position: relative; }
.main5 .m5s521-p { margin-bottom: 10px; font-weight: 200; font-size: 14px; color: #fff; }
.main5 .m521-cbx .t-line { justify-content: space-between; display: flex; align-items: center; }
.main5 .m521-cbx .t-line p { font-size: 29px; font-weight: 500; color: #fff; }
.main5 .m521-cbx .t-line .line { height: 1px; width: 100%; background: #fff; margin-left: 20px; } 
.main5 .swiper521 .swiper-slide { display: flex; flex-direction: column; } 
.main5 .swiper522 { overflow: hidden; width: 505px; margin-top: 35px; position: relative; }
.main5 .swiper522 .swiper-slide { aspect-ratio: 16/10; background: #000; cursor: pointer; }
.main5 .swiper522 .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.main5 .swiper522 .swiper-slide::after { z-index: 5; position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; }
.main5 .swiper522 .ytp-large-play-button { display: none !important; opacity: 0 !important; }
.main5 .swiper522 .ytp-button { display: none; opacity: 0; } 
/* .main5 .swiper522 .swiper-wrapper { overflow: hidden; width: 100%; } */
.main5 .swiper522 .swiper-button-next { margin-top: 0 !important; transform: translateY(-50%); transition: .3s; right: 0; height: 100%; padding-right: 10px; background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); } 
.main5 .swiper522 .swiper-button-next:hover { background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059FCC); } 

.main5 .main5-vM-bbx { position: absolute; bottom: 0; right: 0; }
.main5 .main5-vM { cursor: pointer; bottom: 50px; transition: .3s; box-sizing: border-box; border: 1px solid #fff; border-radius: 45px; color: #fff; font-size: 19px; position: relative; width: 216px; height: 45px; display: flex; align-items: center; justify-content: center; }
.main5 .main5-vM:hover { background: #fff; color: #059FCC; } 
.main5 .s51-cbx { display: flex; flex-direction: column; color: #fff; } 
.main5 .slide-on-act-bx { position: absolute; top: 50%; right: 25%; transform: translateY(-50%); width: 507px; display: flex; flex-direction: column; align-items: flex-end; color: #fff; } 
.main5 .slide-on-act-bx img { opacity: 0; left: 50px; width: 573px; } 
.main5 .slide-on-act-bx .s51-cbx p:nth-child(1) { margin-bottom: 10px; opacity: 0; left: 50px; font-size: 14px; font-weight: 200; opacity: 1; left: 0; transition: .7s;} 
.main5 .slide-on-act-bx .s51-cbx .t-line { justify-content: space-between; display: flex; align-items: center; opacity: 0; left: 50px; } 
.main5 .slide-on-act-bx .t-line p { font-size: 29px !important; font-weight: 500 !important; } 
.main5 .slide-on-act-bx .t-line .line { height: 1px; width: 385px; background: #fff; margin-left: 20px; } 
.main5 .slide-on-act-bx .s51-cbx p:nth-child(3) { margin-top: 100px; opacity: 0; left: 50px; font-weight: 500; font-size: 19px; line-height: 33px; } 
.main5 .slide-on-act-bx .s51-cbx p:nth-child(4) { font-size: 21px; margin-top: 50px; opacity: 0; left: 50px; font-weight: 400; } 
.main5 .slide-on-act-bx .s51-cbx p:nth-child(4) .bold { font-weight: 600; font-size: 27px; } 
.main5 .slide-on-act-bx .s51-cbx img:nth-child(5) { margin-top: 90px; opacity: 0; left: 50px; width: 377px; } 
.main5 .slide-on-act-bx img { opacity: 1; left: 0; transition: .7s; } 
/* .main5 .slide-on-act-bx .s51-cbx p:nth-child(1) { opacity: 1; left: 0; transition: .7s; }  */
.main5 .slide-on-act-bx .s51-cbx .t-line { opacity: 1; left: 0; transition: .7s; transition-delay: .3s !important; } 
.main5 .slide-on-act-bx .s51-cbx p:nth-child(3) { opacity: 1; left: 0; transition: .7s; transition-delay: .6s !important; } 
.main5 .slide-on-act-bx .s51-cbx p:nth-child(4) { opacity: 1; left: 0; transition: .7s; transition-delay: .9s !important; } 
.main5 .slide-on-act-bx .s51-cbx img:nth-child(5) { opacity: 1; left: 0; transition: .7s; transition-delay: 1.2s !important; } 
.main5 .swiper522 .swiper-slide:nth-child(1) { background: url(../img/main/main5-s-2.png); } 
.main5 .swiper522 .swiper-slide:nth-child(2) { background: url(../img/main/main5-s-2.png); } 
.main5 .view-more { width: 216px; height: 45px; display: flex; transition: .3s; cursor: pointer; align-items: center; font-size: 19px; color: #fff; justify-content: center; border: 1px solid #fff; border-radius: 46px; position: absolute; right: 65px; bottom: 50px; } 
.main5 .swiper-slide .view-more:hover { background: #fff; color: #059FCC; }
.more { position: relative; }
.more::after { content: ''; position: absolute; bottom: calc(100% + 15px); left: 50%; transform: translateX(-50%); color: #fff; font-size: 19px; white-space: nowrap; } 
/* .more1::after { content: '내부 사진 준비중입니다' !important; }  */
/* .more2::after { content: '자료 준비중입니다.'; } */
/* main 5 끝 */

/* .main_plus2 시작 */

.main_plus2 { background-color: #f2f2f2; }
.main_plus2 .main_plus1_tit_group { margin-bottom: 80px; text-align: center; }
.main_plus2 .main_plus1_tit { font-size: 40px; font-weight: 800; letter-spacing: -1.5px; color: #4d4d4d; }
.main_plus2 .main_plus1_tit_sub { font-size: 18px; margin-top: 15px; color: #4d4d4d; letter-spacing: -1.5px; font-weight: 500; }
.main_plus2 .notice_group { display: flex; justify-content: center; gap: 35px; font-size: 16px; color: #4d4d4d; font-weight: 500; }
.main_plus2 .notice_bx { width: calc(100% / 3 - 35px); display: flex; flex-direction: column; gap: 20px; }
.main_plus2 .notice_tit { font-size: 18px; text-align: right; padding-bottom: 10px; }
.main_plus2 .tit_line { width: 100%; height: 3px; background: linear-gradient(to right, #61a0bb ,#0f6089); margin-top: -20px; margin-bottom: -10px; }
.main_plus2 .notice_list { cursor: pointer; padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #000; }
.main_plus2 .notice_list_tit { width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.main_plus2 .blog_list { display: flex; }
.main_plus2 .blog_img { width: 125px; height: 125px; border: 1px solid #000; }
.main_plus2 .blog_list_tit { height: max-content; text-indent: 15px; width: calc(100% - 125px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #000; }
.main_plus2 .tit_line.blog_line { margin-bottom: 0px; }
.main_plus2 { } 
/* .main_plus2 끝 */



/* main 6 시작 */
.main6 { min-height: 965px; }
.main6 .cont-inner { top: 3%; }
.main6 .main6-p-1 { font-size: 40px; line-height: 53px; color: #4D4D4D; font-weight: 300; }
.main6 .main6-if-map { width: 100vw; margin-top: 25px; height: 500px; position: relative; left: 50%; transform: translateX(-50%); } 
.main6 .map-m-bbx,
.main6 .p-a-m{margin-top: 20px;}
.main6 .maps { 
    /* display: flex; justify-content: flex-end;  */
    margin-top: 35px; } 
/* .main6 .maps .map2 { cursor: pointer; width: 220px; height: 50px; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.main6 .maps div:nth-child(1) .map2 { transition: .3s; border: 1px solid #F5DC00; color: #F5DC00; }
.main6 .maps div:nth-child(2) .map2 { transition: .3s; margin-left: 25px; border: 1px solid #2DAF00; color: #2DAF00; }
.main6 .map_img { margin-top: 30px; } 
.main6 .maps div:nth-child(1) .map2:hover { background: #F5DC00; color: #fff; }
.main6 .maps div:nth-child(2) .map2:hover { background: #2DAF00; color: #fff; } main 6 끝 */


/* 메인 노티스 시작 */
.view_more_btn { text-align: center; margin-top: 50px; }
.view_more_btn .view_more_btn_bx { cursor: pointer; transition: .3s; margin: 0 auto; display: flex; align-items: center; justify-content: center; width: 215px; height: 45px; border: 1px solid transparent; border-radius: 45px; background: transparent; background-image: linear-gradient(#f2f2f2, #f2f2f2), linear-gradient(to right, #0F6089 0%, #209ACE 100%); background-origin: border-box; background-clip: content-box, border-box; } 
.view_more_btn .view_more_btn_bx:hover { background-image: linear-gradient(#f2f2f2, #f2f2f2), 
 linear-gradient(to right, #209ACE 0%, #0F6089 100%); } 
.view_more_btn .view_more_btn_bx P { transition: .3s; background: linear-gradient(to right, #209ACE 40%, #0F6089 60%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.view_more_btn .view_more_btn_bx:hover P { background: linear-gradient(to right, #0F6089 40%, #209ACE 60%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main_plus2 { height: auto; } /* .main_plus2 .cont-inner { padding-bottom: 0; } */
/* 메인 노티스 끝 */


@media screen and (max-width: 1025px) { /* 메인 1 시작 */
.main1 { height: calc(100vh); } html.open header { background: #fff; }
.main1 .slide-on-act-bx-a.m { width: 318px; }
.main1 .slide-on-act-bx { right: auto; left: 50%; transform: translate(-50%, -70%); width: 83vw; }
.main1 .slide-on-act-bx p:nth-child(3) { font-weight: 500; font-size: 18px; margin-top: 20px; }
.main1 .slide-on-act-bx p:nth-child(4) { margin-top: 30px; font-size: 53px; font-weight: bold; line-height: 61px; }
.main1_slide2 .por_img { width: 90vw; }
.main1 .ctl-bx { right: auto; justify-content: flex-end; bottom: 23%; width: 55vw; left: 50%; transform: translateX(-50%); } /* .main1 .swiper1 { height: calc(100vh - 88px); } */
.main1 .swiper1 .swiper-pagination-bullets, .swiper1 .swiper-pagination-custom, .swiper1 .swiper-pagination-fraction { margin-right: 0; }
.main1 .slide-on-act-bx p:nth-child(4),
.main1 .slide-on-act-bx p:nth-child(3) { text-align: right; }
.main1 .slide-on-act-bx-2 P:nth-child(1) { font-size: 18px; line-height: 30px; }
.main1 .slide-on-act-bx-2 P:nth-child(2) { font-size: 30px; font-weight: 500; line-height: 44px; }
.main1 .slide-on-act-bx-2 P:nth-child(3) { font-size: 40px; line-height: 50px; }
.main1_slide2 .main1_slide2-logo-cross, .main1_slide3 .main1_slide2-logo-cross { transform: translate(-50%, -50%); width: 80%; } /* 메인 1 끝 */

/* 메인 2 시작 */
.main2 { height: auto; }
.main2 .main2-l-b { display: none; } /* .cont-inner { padding: 90px 0; } */
.main2 .sum { opacity: .5 !important; }
.main2 .cap { font-size: 37px; line-height: 45px; position: relative; top: -30px; font-weight: 300; }
.main2 .main2-fbx { flex-direction: column; }
.main2 .main2-fbx .main2-fbx-bx { width: 100%; height: 200px; overflow: hidden; margin: 12px 0; } /* .main2 .main2-fbx .main2-fbx-bx .opa0-bx { top: 50%; left: 50%; transform: translate(5%, -50%); } */
.main2 .main2-fbx .main2-fbx-bx .line { display: none; } /* .main2 .main2-fbx .main2-fbx-bx .more { margin-top: 0; } */
/* .main2 .main2-fbx .main2-fbx-bx .opa0-bx { pointer-events: none; } */
.main2 .main2-fbx .main2-fbx-bx p:nth-child(3) { font-size: 20px; transition: .3s; left: 0; position: relative; }
.main2 .main2-fbx .main2-fbx-bx p { margin-left: 45px; } /* .main2 .main2-fbx .main2-fbx-bx .more { margin-left: 0 !important; } */
.main2 .main2-fbx .main2-fbx-bx:hover p { top: -35px; }
.main2 .main2-fbx .main2-fbx-bx:hover p:nth-child(3) { font-size: 20px; left: -5%; transform: translateX(-50%); }
.main2 .main2-fbx .main2-fbx-bx img { width: 100%; object-position: center; }
.main2 .main2-fbx { margin-top: 0; }
.main2 .cont-inner { padding-bottom: 85px; } 
.main2 .main2-fbx .main2-fbx-bx .tbx { width: 100%; }
.main2 .main2-fbx .main2-fbx-bx:hover .tbx { top: 50%; }
.main2 .main2-fbx .main2-fbx-bx:hover { width: 100%; height: 350px; } /* .main2 .main2-fbx .main2-fbx-bx p { text-align: center; } */
.main2 .main2-fbx .main2-fbx-bx .opa0-bx { transition: .3s; }
.main2 .main2-fbx .main2-fbx-bx:hover .opa0-bx { pointer-events: auto; top: 100%; }
.main2 .main2-fbx .main2-fbx-bx:hover br { display: block; }
.main2 .main2-fbx .main2-fbx-bx .more { margin: 0; width: 130px; text-align: center; } /* 메인 2 끝 */

/* 메인 3 시작 */
.main_plus1 .main_plus1_tit { font-size: 37px; line-height: 45px; font-weight: 300; }
.main_plus1 .main_plus1_tit span { font-weight: 800; }
.main_plus1 .main_plus1_tit_sub { line-height: 27px; margin-top: 25px; }
.main_plus1 .main_plus1_equip_group.p { display: none; }
.main_plus1 .main_plus1_equip_group.m { display: flex; width: 90vw; gap: 0; justify-content: flex-start; }
.main_plus1 .equip_bx { width: 100%; max-width: 400px; margin: 0 auto; }
.main_plus1_equip_group_s { width: 100%; }
.main_plus1 .swiper-button-prev, .main_plus1 .swiper-button-next { width: 20px; height: 30px; }
.main_plus1 .swiper-button-prev { left: 10px; }
.main_plus1 .swiper-button-next { right: 10px; }
.main_plus1_equip_group_s .swiper-button-next,
.main_plus1_equip_group_s .swiper-button-prev { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); top: 60%; }
.main_plus1 .main_plus1_btn { letter-spacing: 0; margin-top: 30px; box-sizing: border-box; width: 160px; height: 35px; font-size: 15px; }
.main_plus1 .cont-inner { padding-bottom: 30px; }
.main3 .s-bx { padding: 0; width: 100%; left: 0; transform: translateX(0); } /* 메인 3 끝 */

/* 메인 4 시작 */
.main3 { height: auto; }
.main3 .main3-fbx { flex-direction: column; padding-bottom: 0; }
.main3 .swiper31 { width: 100%; }
.main3 .swiper32 { width: 100%; }
.main3 .swiper32 .swiper-button-next, .main3 .swiper32 .swiper-button-prev{display: none;}
.main3 .main3-fbx-bx:nth-child(1) { margin-bottom: 30px; }
.main3 .yM-tbx.m { text-align: center; margin-top: 30px; color: #4D4D4D; }
.main3 .yM-tbx.m p:nth-child(1) { font-size: 17px; font-weight: 500; line-height: 29px; }
.main3 .yM-tbx.m p:nth-child(2) { font-weight: 800; font-size: 22px; line-height: 29px; }
.main3 .yM-tbx.m .more-btn { display: flex; transition: .3s; font-size: 15px; font-weight: 500; line-height: 24px; align-items: center; justify-content: center; width: 160px; height: 35px; border: 1px solid #4D4D4D; box-sizing: border-box; border-radius: 35px; margin: 25px auto 0; }
.main3 .yM-tbx.m .more-btn:hover { background: #4D4D4D; color: #fff; }
.main3 .cont-inner { padding-bottom: 70px; } /* 메인 4 끝 */

/* 메인 5 시작 */
.main4 { height: auto; }
.main4 .cure { font-weight: 300; font-size: 37px; line-height: 45px; }
.main4 .cure span { font-weight: 800; }
.main4 .rel { font-size: 18px; font-weight: 500; line-height: 27px; }
.main4 .swiper-button-next { right: 5px; background: url(../img/next.png) center/100% no-repeat; }
.main4 .swiper-button-prev { left: 5px; background: url(../img/prerv.png) center/100% no-repeat; }
.main4 .swiper-button-next:hover { background: url(../img/next.png) center/100% no-repeat; }
.main4 .swiper-button-prev:hover { background: url(../img/prerv.png) center/100% no-repeat; }
.main4 .swiper-button-prev, .main4 .swiper-button-next { transform: translateY(-55%); }
.main4 .swiper-scrollbar { margin-top: 15px; } /* .main4 .swiper4 .swiper-slide .main4-cont-imgbx { width: calc(100% + 20px); } */
/* .main4 .swiper4 .swiper-slide .main4-cont-imgbx { width: calc(100% + 20px); } */
/* 메인 5 끝 */


/* 메인 6 시작 */
.main5 .main5-fbx { flex-direction: column; }
.swiper51 { width: 90%; margin: 0 auto; height: 530px; }
.main5 .main5-fbx .main5-bx:nth-child(1) { width: 100%; }
.main5 .slide-on-act-bx { width: 100%; right: auto; transform: translateY(-75%); }
.main5 .s51-cbx { width: 80%; margin: 0 auto; }
.main5 .s51-cbx>p { font-size: 16px; font-weight: 300; }
.main5 .s51-cbx .t-line { margin: 10px 0 25px; display: flex; justify-content: space-between; align-items: center; }
.main5 .s51-cbx .t-line p { font-size: 24px; font-weight: 500; padding-right: 12px; }
.main5 .s51-cbx .t-line .line { height: 1px; width: 100%; background: #fff; }
.main5 .slide-on-act-bx.on .s51-cbx .t-line { display: none; }
.main5 .slide-on-act-bx .s51-cbx p:nth-child(3) { margin-top: 0; font-size: 16px; line-height: 24px; }
.main5 .slide-on-act-bx .s51-cbx p:nth-child(4) { margin-top: 45px; }
.main5 .slide-on-act-bx .s51-cbx img:nth-child(5) { margin-top: 35px; width: 240px; }
.main5 .slide-on-act-bx .s51-cbx p:nth-child(4) .bold { line-height: 33px; }
.more1::after { font-size: 18px; }
.main5 { height: auto; }
.main5 .main5-fbx .main5-bx:nth-child(2) { padding-left: 0; }
.main5 .swiper521 { width: 90vw; margin: 0; margin-top: 75px; margin-bottom: 130px; }
.small_txt { text-align: right; }
.main5 .main5-vM { bottom: 35px; width: 130px; font-size: 15px; height: 35px; right: auto; left: 50%; transform: translateX(-50%); } 
.main5 .main5-vM-bbx { right: auto; width: 100%; } 
.main5 .swiper51 .swiper-button-next,
.main5 .swiper51 .swiper-button-next:hover { background: url(../img/next.png) center/100% no-repeat; }
.main5 .swiper-button-prev,
.main5 .swiper-button-prev:hover { background: url(../img/prerv.png) center/100% no-repeat; }
.main5 .swiper-button-prev { left: 10px; }
.main5 .swiper51 .swiper-button-next { right: 10px; } 
.main5 .swiper-slide .view-more { right: auto; font-size: 15px; height: 35px; width: 130px; left: 50%; transform: translateX(-50%); } /* 메인 6 끝 */

/* 메인 7 시작 */
.m_swi_notice { }
.m_swi_notice .swiper-button-prev { left: -30px; margin-top: 0; width: 20px; height: 30px; transform: translateY(-50%); }
.m_swi_notice .swiper-button-next { right: -30px; margin-top: 0; width: 20px; height: 30px; transform: translateY(-50%); }
.main_plus2 .main_plus1_tit { font-size: 37px; line-height: 45px; font-weight: 300; }
.main_plus2 .main_plus1_tit span { font-weight: 800; }
.main_plus2 .main_plus1_tit_sub { line-height: 27px; }
.main_plus2 .main_plus1_tit_group { margin-bottom: 30px; }
.view_more_btn { margin-top: 40px; height: 35px; margin: 0 auto; }
.view_more_btn img { height: 100%; }
.main_plus2 .cont-inner { padding-bottom: 65px; } /* 메인 7 끝 */

/* 메인 8 시작 */
.main6 { min-height: auto; height: auto; }
.main6 .cont-inner { padding-bottom: 40px; }
.main6 .main6-p-1 { font-size: 24px; line-height: 30px; margin-top: 10px; }
.main6 .maps { justify-content: space-evenly; max-width: 400px; margin-left: auto; margin-right: auto; }
.main6 .maps div:nth-child(1) .map2,
/* .main6 .maps div:nth-child(2) .map2 { margin: 0 auto; }
.main6 .maps div:nth-child(2) .map2 { margin-top: 25px; } */
.main6 .map_img { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
.main6 .map-m { margin: 0 auto; width: 100%; max-width: 400px; }
.main6 .maps div:nth-child(2) .map2 { margin-left: 0; } 
.main6 .maps .map2 { width: 130px !important; height: 35px; font-size: 15px; } /* 메인 8 끝 */
.cont-b.main_plus1 { min-height: auto; } 
/* .main_plus1 .equip_txt_group { width: 95%; } */

.view_more_btn { }
.view_more_btn .view_more_btn_bx { height: 35px; width: 130px; font-size: 15px; margin-top: 35px; } 
 } 

@media screen and (max-width: 768px){
 .main6 .main6-p-1 { font-size: 22px; } 
 } 

/* intro1 시작 */
.main4-reset { align-items: flex-start; height: auto; }
.main4-reset .cont-inner { top: 0; padding: 85px 0; }
.intro1 { }
.intro1 .b-bx { background: #005694; height: 415px; }
.bbb-txt { font-size: 20px; line-height: 29px; color: #3E3A39; }
.bbb-txt1 { font-weight: 500; padding-top: 60px; font-weight: 500; }
.bbb-txt2 { font-weight: 500; padding-top: 35px; }
.bbb-txt .bbb-btxt { font-weight: 800; font-size: 26px; line-height: 29px; }
.intro1 .intro1-logo { width: 420px; margin: 0 auto; padding-top: 50px; }
.intro1 .intro1-logo img { width: 100%; } 
.intro1-sc { width: 770px; margin: 0 auto; padding-top: 60px; }
.intro1-sc img { width: 100%; } 
.intro1-b-tbx { margin-top: 70px; text-align: center; color: #fff; font-weight: 500; font-size: 20px; line-height: 29px; }
.intro1-b-tbx p:nth-child(1) { }
.intro1-b-tbx p:nth-child(2) { margin-top: 65px; }
.intro1-b-tbx p:nth-child(3) { margin-top: 65px; }
.intro1-b-tbx .fz25 { font-size: 25px; } 
.intro1-2 { height: 800px; width: 100%; position: relative; }
.intro1-2 .intro1-2-b { height: 100%; object-fit: cover; object-position: right; position: absolute; right: 0; }
.intro1-2-tbx { position: relative; top: 50%; transform: translateY(-50%); left: 20%; }
.intro1-2-tbx p:nth-child(1) { font-weight: 800; font-size: 26px; line-height: 35px; color: #005694; }
.intro1-2-tbx p:nth-child(2) { margin-top: 40px; font-size: 17px; line-height: 32px; } 
@media screen and (max-width: 1210px){
 .bbb-txt { font-size: 16px; font-weight: 500; }
.bbb-txt .bbb-btxt { font-size: 17px; font-weight: bold; }
.intro1 .intro1-logo { width: 100%; }
.intro1-sc { width: 100%; padding-top: 145px; position: relative; transform: translateY(5px); }
.intro1 .intro1-logo { padding-top: 40px; }
.intro1-b-tbx { font-size: 20px; line-height: 35px; font-weight: 400; }
.intro1-b-tbx .fw800 { font-weight: bold; }
.intro1-b-tbx p:nth-child(2) { margin-top: 35px; }
.intro1-b-tbx p:nth-child(3) { margin-top: 0; }
.intro3-1 .cont-inner { padding-bottom: 25px; }
.intro3 .cont-inner { padding-bottom: 50px; }
.intro1 .b-bx { height: 335px; }
.intro1-2 { height: auto; }
.intro1-2 .intro1-2-b { position: relative; width: 100%; }
.intro1-2-tbx { top: auto; transform: translateY(0); left: 0; width: 90%; margin: 0 auto; }
.i-1-2-1-b { position: relative; }
.i-1-2-1-b .tbx { color: #005694; position: absolute; bottom: 0; width: 90%; left: 50%; transform: translateX(-50%); bottom: 30px; }
.i-1-2-1-b .tbx .t111 { font-size: 22px; line-height: 34px; }
.i-1-2-1-b .tbx .t222 { font-size: 31px; font-weight: bold; line-height: 42px; margin-top: 15px; }
.intro1-2-tbx p:nth-child(2) { margin-top: 50px; font-size: 16px; line-height: 25px; margin-bottom: 85px; } 
 } 
/* intro1 끝 */

/* intro2 시작 */
.intro2-1 { position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.intro2-1 .intro2-1-b { width: 100%; position: absolute; height: 100%; object-fit: cover; }
.intro2-1-fbx { z-index: 3; }
.intro2-1-fbx .intro2-1-bx>p:nth-child(1) { font-family: "High Summit"; font-size: 90px; line-height:108px; color: #005691; }
.intro2-1-fbx .intro2-1-bx .t-line { margin-top: 30px; display: flex; align-items: center; }
.intro2-1-fbx .intro2-1-bx .t-line p { font-size: 28px; font-weight: bold; color: #005691; }
.intro2-1-fbx .intro2-1-bx .t-line .line { height: 1px; width: 255px; background: #005691; margin-left: 30px; }
.intro2-1-fbx .intro2-1-bx ul { margin-top: 10px; list-style-type: initial; padding-left: 23px; font-weight: 500; font-size: 17px; line-height: 29px; color: #333333; }
.intro2-1-bx-doc { position: relative; z-index: 0; right: 80px; } 
.intro2-1 .doc-bx { position: relative; width: 1210px; margin: 0 auto; display: flex; align-items: center; }
.intro2-1 .sub-tit-bbx { padding-top: 80px; } 
.intro2-2 .cont-inner { padding: 100px 0; } 
.tit-t-line { display: flex; align-items: center; justify-content: space-between; }
.tit-t-line p { white-space: nowrap; font-size: 28px; font-weight: bold; line-height: 29px; color: #005691; }
.tit-t-line .line { height: 1px; width: 100%; background: #005691; margin-left: 20px; } 
.sub-ul-intro { font-weight: 500; font-size: 17px; line-height: 29px; color: #333; }
.sub-ul-intro li { display: flex; padding-left: 10px; }
.sub-ul-intro li:before { content:"·"; font-size: 30px; margin-right: 10px; }
.line-ul-bx>.sub-ul-intro, .line-ul-bx .line-ul-bx-fbx { margin-top: 20px; }
.line-ul-bx.mt { margin-top: 85px; height: auto; } 
.line-ul-bx-fbx { display: flex; align-items: center; justify-content: space-between; }
.sintro22 { width: 540px; position: relative; overflow: hidden; }
.sintro22 .swiper-slide { height: 370px; }
.sintro22 .swiper-slide .s22-img { width: 540px; }
.sintro22 .swiper-slide img { width: 540px; height: 100%; object-fit: cover; }
.sintro22-bbx { position: relative; }
.sintro22-bbx .swiper-pagination { margin-top: 10px; left: 50%; transform: translateX(-50%); width: 100%; }
.sintro22-bbx .swiper-pagination-bullet { margin: 5px; width: 10px; height: 10px; }
.sintro22-bbx .swiper-pagination-bullet-active { background: #005691; }
.cont-b-reset { height: auto; } 
.sintro23-bbx { position: relative; margin-top: 55px; }
.sintro23 { overflow: hidden; width: 90%; left: 50%; transform: translateX(-50%); position: relative; }
.sintro23-btn { top: 50%; position: absolute; width: 100%; left: 50%; transform: translate(-50%, -50%); }
.sintro23-btn .swiper-button-next, .sintro23-btn .swiper-button-prev { filter: brightness(0); } 
@media screen and (max-width: 1210px) { /* .intro2-1 { height:1000px; } */
 .cont-b-reset { height: auto; width: 100%; }
.cont-b-reset { overflow: hidden; min-height: 100vh; }
.cont-b.intro2-1 { height: auto; } 

 .intro2-1 .sub-tit-bbx { padding-top: 60px; }
.intro2-1 .doc-bx { width: 100%; flex-direction: column-reverse; margin-top: 35px; align-items: flex-end; }
.intro2-1-bx-doc { right: 0; }
.intro2-1-fbx { width: 90%; margin: 0 auto; }
.intro2-1 .sub-tit-bbx p:nth-child(2) { padding-top: 50px; }
.intro2-1-fbx .intro2-1-bx .t-line p { font-size: 26px; line-height: 46px; white-space: nowrap; }
.intro2-1-fbx .intro2-1-bx .t-line .line { width: 100%; }
.line-ul-bx-fbx { flex-direction: column; }
.intro2-2 .line-ul-bx { background: #F2F2F2; padding: 70px 0; }
.intro2-2 .line-ul-bx-1 { padding: 50px 0; background: url(../img/intro/line-ul-bx-1.png) center/cover no-repeat; }
.intro2-2 .cont-inner { padding: 0; width: 100%; }
.tit-t-line,
.sub-ul-intro li { width: 90%; margin: 0 auto; }
.sub-ul-intro { font-size: 15px; line-height: 26px; width: 100%; }
.line-ul-bx.mt { margin-top: 0; }
.sintro22-bbx { width: 100%; margin-top: 40px; }
.sintro22 { width: 90%; margin: 0 auto; aspect-ratio: 16/14; }
.btn-b-b .swiper-button-prev { background: url(../img/prerv.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); }
.btn-b-b .swiper-button-next { background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059ecc00); }
.btn-b-b .swiper-button-next:hover, .btn-b-b .swiper-button-prev:hover { background: url(../img/next.png) center/50% no-repeat, linear-gradient(to right, #059ecc00, #059FCC); }
.btn-b-b .swiper-button-prev:hover { background: url(../img/prerv.png) center/50% no-repeat, linear-gradient(to right, #059FCC, #059ecc00); }
.sintro22 .swiper-slide { height: auto; }
.sintro22 .swiper-slide .s22-img { width: 100%; height: 100%; }
.sintro22 .swiper-slide img { width: 100%; }
.intro2-1-img-tbx { position: relative; }
.intro2-1-img-tbx p { font-family: 'High Summit'; color: #005691; width: 90%; left: 50%; transform: translateX(-50%); position: absolute; top: 90px; font-size: 53px; line-height: 53px; }
.tit-t-line .line { margin-left: 25px; }
.cont-b.cont-b-reset { height: auto; padding-top: 0; } 
 } 
/* intro2 끝 */

/* intro4 시작 */
.intro4 .b-bx { background: #EAEAEA; height: 590px; }
.i4-fbx { display: flex; }
.i4-fbx1 { margin-top: 110px; }
.i4-fbx .i4-bx { width: 50%; }
.i4-fbx .i4-bx .i4-tbx { color: #3E3A39; padding: 60px 40px; display: flex; flex-direction: column; align-items: flex-start; }
.i4-fbx .i4-bx .i4-tbx>p:nth-child(1) { font-weight: 800; font-size: 38px; color: #00568D; }
.i4-fbx .i4-bx .i4-tbx .line { height: 1px; width: 100%; background: #00568D; margin-top: 30px; }
.i4-fbx .i4-bx .i4-tbx .line:nth-child(2) { }
.i4-fbx .i4-bx .i4-tbx .time p { display: flex; font-size: 20px; font-weight: 500; line-height: 29px; }
.i4-fbx .i4-bx .i4-tbx .time p .time-wbx { display: flex; justify-content: space-between; }
.i4-fbx .i4-bx .i4-tbx .time p .fw800 { margin-left: 5px; }
.i4-fbx .i4-bx .i4-tbx .time p:nth-child(1) { margin-top: 30px; }
.i4-fbx .i4-bx .i4-tbx .time p:nth-child(2) { }
.i4-fbx .i4-bx .i4-tbx .line:nth-child(4) { }
.i4-fbx .i4-bx .i4-tbx>p:nth-child(6),
.i4-fbx .i4-bx .i4-tbx>p:nth-child(5) { font-weight: 500; font-size: 20px; line-height: 36px; }
.i4-fbx .i4-bx .i4-tbx>p:nth-child(6) { color: #FF1D25; }
.i4-fbx .tel-bx { margin-top: 50px; }
.i4-fbx .tel-bx p:nth-child(1) { text-align: left; font-size: 20px; font-weight: 500; line-height: 36px; }
.i4-fbx .tel-bx p:nth-child(2) { cursor: pointer; transition: .3s; display: flex; align-items: center; font-weight: 800; font-size: 56px; }
.i4-fbx .tel-bx p:nth-child(2):hover { filter: brightness(0); } 
.i4-fbx2 { align-items: center; }
.i4-fbx .p-ptbx { width: 395px; color: #4D4D4D; font-size: 22px; font-weight: 500; line-height: 38px; }
.i4-fbx .p-ptbx p:nth-child(1) { text-align: left; }
.i4-fbx .p-ptbx p:nth-child(2) { text-align: right; margin-top: 10px; }
.i4-fbx .p-ptbx p .big { font-size: 30px; } 
@media screen and (max-width: 1210px){
 .intro4 .bbb-txt1 { padding-top: 25px; }
.intro4 .bbb-txt2 { padding-top: 15px; }
.i4-fbx1 { margin-top: 50px; }
.i4-fbx { flex-direction: column; }
.i4-fbx .i4-bx { width: 100vw; position: relative; left: -5vw; }
.i4-fbx .i4-bx .i4-tbx { padding: 0; width: 90%; margin: 0 auto; margin-top: 45px; }
.i4-fbx .i4-bx .i4-tbx>p:nth-child(6), .i4-fbx .i4-bx .i4-tbx>p:nth-child(5) { font-size: 17px; line-height: 21px; text-align: left; margin-top: 5px; }
.i4-fbx .i4-bx .i4-tbx>p:nth-child(1) { font-size: 33px; line-height: 42px; }
.i4-fbx .i4-bx .i4-tbx .line,
.i4-fbx .i4-bx .i4-tbx .time p:nth-child(1) { margin-top: 25px; }
.i4-fbx .i4-bx .i4-tbx>p:nth-child(6) { margin-top: 15px; }
.i4-fbx2 { flex-direction: column-reverse; margin-top: 45px; }
.i4-fbx2 .i4-bx { left: auto; }
.i4-fbx2 .i4-bx .i4-tbx { margin-top: 25px; } /* .i4-fbx2 .i4-bx img { left: 5vw; position: relative; } */
.i4-fbx .p-ptbx { font-size: 16px; width: 100%; max-width: 400px; margin: 0 auto; }
.i4-fbx .p-ptbx p:nth-child(2) { margin-top: 0; }
.i4-fbx .p-ptbx p .big { font-size: 21px; }
.i4-fbx .tel-bx p:nth-child(1) { font-size: 15px; line-height: 19px; margin-bottom: 5px; }
.i4-fbx .tel-bx p:nth-child(2) { font-size: 43px; }
.i4-fbx .tel-bx p:nth-child(2) img { margin-right: 20px; }
.i4-fbx .tel-bx { margin-top: 45px; } 
 } 
/* intro4 끝 */

/* intro5 시작 */
.intro5 .b-bx { background: #EAEAEA; height: 720px; }
.map-txt { margin-top: 75px; margin-bottom: 55px; font-size: 40px; font-weight: 300; line-height: 53px; color: #4D4D4D; }
.intro5-if-map { width: 100%; aspect-ratio: 16/8; box-shadow: 0 3px 10px #00000065; } 
.maps { display: flex; justify-content: space-between;align-items: center; margin-top: 11.5px; } 
.maps .ma_bx{display: flex;}
.maps .ma_bx:first-child{margin-left: 19px;}
.maps .ma_bx:last-child{margin-right: 16px;}
.maps .map2 { cursor: pointer; width: 220px; height: 50px; border-radius: 50px; display: flex; align-items: center; justify-content: center; } 
.maps div:nth-child(1) .map2 { transition: .3s;background: #F5DC00;border: 1px solid #F5DC00; color: #484848; box-sizing: border-box;} 
.maps div:nth-child(1) .map2:hover { border: 1px solid #F5DC00;background: transparent; } 
.maps div:nth-child(2) .map2 { transition: .3s; margin-left: 25px;background: #2DAF00; border: 1px solid #2DAF00; color: #fff;}
.intro5 .maps div:nth-child(2) .map2:hover { background: #2DAF00; color: #fff; } 
.maps div:nth-child(2) .map2:hover{background: transparent;border: 1px solid #2DAF00;color: #2DAF00;}
.add-txt { margin: 45px 0; font-weight: bold; font-size: 38px; line-height: 50px; display: flex; align-items: center; justify-content: center; } 
.vic-fbx { display: flex; align-items: center; justify-content: center; }
.vic-fbx .vic-fbx-f { margin: 0 10px; border: 1px solid #000; width: 488px; height: 583px; display: flex; align-items: center; justify-content: space-between; }
.vic-fbx .vic-fbx-f .vic-bx { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } 
.vic-fbx .vic-fbx-f .vic-bx:nth-child(1) { font-weight: bold; font-size: 19px; line-height: 20px; width: 115px; background: #005697; color: #fff; }
.vic-fbx .vic-fbx-f .vic-bx:nth-child(1) p { margin-top: 10px; }
.vic-fbx .vic-fbx-f .vic-bx:nth-child(2) { width: 390px; text-align: left; align-items: flex-start; padding-left: 20px; color: #4D4D4D; }
.vic-fbx .vic-fbx-f .vic-bx:nth-child(2) .set-tbx { } 
.vic-fbx .vic-fbx-f .vic-bx:nth-child(2) .set-tbx p:nth-child(1) { font-weight: bold; font-size: 17px; line-height: 20px; margin-top: 19px;margin-bottom: 5px;} 
.vic-fbx .vic-fbx-f .vic-bx:nth-child(2) .set-tbx p:nth-child(1):before { content:"·"; font-size: 19px; margin-right: 10px; } 
.vic-fbx .vic-fbx-f .vic-bx .set-tbx p { display: flex; align-items: center; font-size: 14px; line-height: 25px; } 
.vic-fbx .vic-fbx-f .vic-bx .set-tbx p span { margin-left: 5px; }
.vic-fbx .vic-fbx-f:nth-child(2) .vic-bx:nth-child(1) { background: #059FCC; } 
@media screen and (max-width: 1210px){
 .intro5 .b-bx { display: none; }
.intro5 .bbb-txt1 { padding-top: 30px; }
.intro5 .bbb-txt2 { padding-top: 15px; }
.map-txt { font-size: 25px; line-height: 45px; margin-top: 35px; margin-bottom: 50px; }
.intro5 .map-m { width: 100vw; max-width: 400px; margin: 0 auto; position: relative; }
.intro5 .map-m img { width: 100%; } 
.maps .map2 { width: 154px; height: 39px; font-size: 14px; border-radius: 10px;} 
.maps .ma_bx:first-child{width: 100%;justify-content: space-evenly;}

 .add-txt { display: none; }
.vic-fbx { flex-direction: column; }
.vic-fbx .vic-fbx-f { height: auto !important; width: 100%; max-width: 400px; margin-top: 45px; position: relative; overflow: hidden}
	.vic-fbx .vic-fbx-f .vic-bx { height: 185vw !important;}	
	.vic-fbx .vic-fbx-f-2 .vic-bx { height: 75vw !important;}	
.vic-fbx .vic-fbx-f .vic-bx:nth-child(1) { font-size: 16px; } 
.vic-fbx .vic-fbx-f .vic-bx:nth-child(2) .set-tbx p:nth-child(1) { font-size: 16px; } 
.vic-fbx .vic-fbx-f .vic-bx .set-tbx p { font-size: 15px; align-items: flex-start; line-height: 20px;} 
.vic-fbx .vic-fbx-f .vic-bx .set-tbx p img { margin-top: 5px; width: 24px;} 
.vic-fbx .vic-fbx-f-2 { margin-top: 25px; }
.vic-fbx .vic-fbx-f .vic-bx:nth-child(1) { height: 251px; }
.vic-fbx .vic-fbx-f:nth-child(2) .vic-bx:nth-child(1) { height: 308px; }
.map-m-bbx { position: relative; width: 100vw; left: 50%; transform: translateX(-50%); } 
.maps{flex-direction: column-reverse;align-items: flex-start;}
.maps .ma_bx:first-child{margin-left: 0;margin-top: 19.2px;}
.maps .ma_bx:last-child img{width: 183px;}



}
/* intro5 끝 */

/* sap 시작 */
.sap1 { height: auto; }
.sap1 .sap-tit { text-align: center; padding-top: 45px; font-size: 18px; line-height: 30px; font-weight: 100; }
.sap1 .i-t-bbx,
.sap1 .t-i-bbx { margin-top: 40px; }
.sap1 .i-t-bbx { display: flex; justify-content: center; align-items: flex-end; }
.sap1 .i-t-bbx1 { margin-top: 75px; }
.sap1 .t-i-bbx .imgbx,
.sap1 .i-t-bbx .imgbx { width: 50%; display: flex; justify-content: flex-end; }
.sap1 .t-i-bbx .imgbx img,
.sap1 .i-t-bbx .imgbx img { margin-right: 40px; }
.sap1 .t-i-bbx .tbx,
.sap1 .i-t-bbx .tbx { width: 50%; }
.sap1 .t-i-bbx .tbx p:nth-child(1),
.sap1 .i-t-bbx .tbx p:nth-child(1) { font-size: 30px; font-family: 'High Summit'; opacity: 0.18; color: #005691; }
.sap1 .t-i-bbx .tbx p:nth-child(2),
.sap1 .i-t-bbx .tbx p:nth-child(2) { font-size: 18px; font-weight: 800; }
.sap1 .t-i-bbx .tbx p:nth-child(3),
.sap1 .i-t-bbx .tbx p:nth-child(3) { margin-top: 10px; font-size: 18px; line-height: 30px; font-weight: 100; } 
.sap1 .t-i-bbx { display: flex; justify-content: center; align-items: flex-end; }
.sap1 .t-i-bbx .imgbx { justify-content: flex-start; }
.sap1 .t-i-bbx .imgbx img { margin-left: 40px; margin-right: 0; }
.sap1 .t-i-bbx .tbx { text-align: right; } 
@media screen and (max-width: 1210px){
 .sap1 .i-t-bbx { flex-direction: column; }
.sap1 .t-i-bbx .imgbx img, .sap1 .i-t-bbx .imgbx img { margin: 0; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
.sap1 .t-i-bbx .imgbx, .sap1 .i-t-bbx .imgbx { width: 100vw; left: 5vw; position: relative; } /* .sap1 .t-i-bbx .imgbx { left: auto; right: 5vw; } */
 .sap1 .t-i-bbx .tbx, .sap1 .i-t-bbx .tbx { width: 100%; margin-top: 15px; }
.sap1 .t-i-bbx .tbx p:nth-child(3), .sap1 .i-t-bbx .tbx p:nth-child(3) { font-size: 16px; line-height: 25px; margin-top: 15px; }
.sap1 .t-i-bbx { flex-direction: column-reverse; }
.sap1 .t-i-bbx .tbx { text-align: left; }
.sap1 .i-t-bbx1 { margin-top: 50px; }
.sap1 .i-t-bbx, .sap1 .t-i-bbx { margin-top: 50px; } 
 } 
/* sap 끝 */

/* damage1 mo start */
@media screen and (max-width: 1025px){
 .foot1.damage { }
.foot1.damage .foot_img_sub { bottom: 5px; }
.foot1.damage .damage_sub_tit { font-size: 16px; line-height: 28px; margin-top: 35px; }
.foot1.damage .damage_list_group { padding-top: 35px; padding-bottom: 45px; }
.foot1.damage .dLGM .swiper-slide { background: transparent; }
.foot1.damage .dLGM .swiper-slide img { width: 90%; max-width: 400px; position: relative; left: 50%; transform: translateX(-50%); }
.foot1.damage .swiper-container-3d .swiper-slide-shadow-left,
.foot1.damage .swiper-container-3d .swiper-slide-shadow-right { background-image: none; }
.foot1.damage .dLGM { overflow: visible; } 
.foot1.damage .cont1_txt_group { width: 100%; gap: 35px; text-align: center; } 
.foot1.damage .d-m-i { width: 100%; height: auto; max-width: 400px; margin: 0 auto; }
.foot1.damage .cont1_tit { text-align: center; }
.foot1.damage .sub_img { left: 50%; bottom: 5px; transform: translateX(-50%); }
.foot1.damage .cont1_sub_tit { text-align: center; font-size: 18px; line-height: 32px; }
.foot1.damage .sub1_tit { justify-content: center; }
.foot1.damage .cont1_sub1 { gap: 25px; }
.foot1.damage .damage_cont_group { padding-bottom: 50px; } 
.foot1.damage .damage_cont_group { padding-top: 90px; }
.foot1.damage .sub_img_w80 { width: 80px; bottom: 10px; }
.foot1.damage .cont1_tit { font-size: 28px; }
.foot1.damage .damage_cont_group2 .cont1_sub_tit { color: #4D4D4D; }
.foot1.damage .damage1-3-m { margin: 0 auto; border: 1px solid #EAEAEA; background: #fff; box-sizing: border-box; max-width: 400px; }
.foot1.damage .gray-bx { padding-bottom: 40px; }
.foot1.damage .sub1_sub { white-space: normal; text-align: center; margin: 20px auto 0; }
.foot1.damage .damage_cont_group2 { padding-bottom: 90px; }
.foot1.damage .damage_cont_group2 .sub1_sub { font-size: 16px; line-height: 26px; }
.foot1.damage .damage_list_group { background: none; }
.foot1.damage .gray-bg { background: #EAEAEA; padding-bottom: 40px; }
.foot1.damage .gray-bg .sub1_sub { text-align: left; width: 85%; } 
 } 
/* damage1 mo end */

/* venous1 mo start */
@media screen and (max-width: 1025px){
 .venous .venous_sec1 { flex-direction: column; }
.venous .venous_sec3 { flex-direction: column; }
.foot1.venous .foot_img_sub { bottom: 65px; }
.foot1.venous .foot_tit { font-size: 28px; line-height: 46px; }
.foot1.venous .venous_sec1 { padding-top: 35px; gap: 20px; padding-bottom: 50px; }
.foot1.venous .sec1_txt_line { display: flex; justify-content: space-between; align-items: center; }
.foot1.venous .sec1_txt_line .line { opacity: .5; height: 1px; width: 100%; background:#707070; margin-left: 20px; }
.foot1.venous .sec1_img { max-width: 400px; width: 80%; }
.foot1.venous .sec1_txt { font-size: 15px; line-height: 28px; font-weight: 300; }
.foot1.venous .foot_img_sub_mwn { min-width: auto; width: 80px; bottom: 20px; }
.foot1.venous .foot_clinic_tit_group { padding-top: 90px; }
.foot1.venous .venous_sec3 { gap: 20px; padding-bottom: 90px; }
.foot1.venous .venous_sec3 .sec3_img img { max-width: 400px; position: relative; left: 50%; transform: translateX(-50%); }
.foot1.venous .venous_sec2_cont { width: fit-content; margin: 0 auto; max-width: 400px; } /* venous1 mo end */

/* 병원소식 시작 */
/* .community1 .com1_blog_group { width: 85%; } */
.community1 .com1_blog_bx { width: 328px !important; height: 328px; } 
/* .community1 .com1_blog_group { gap: 30px !important; } 병원소식 끝 }  */
}
/* 작은 모바일 시작 */
@media screen and (max-width: 786px){
 .main2 .main2-fbx .main2-fbx-bx { height: 115px; }
.main2 .main2-fbx .main2-fbx-bx:hover { height: 250px; } 
 .community1 .com1_blog_bx { height: auto; aspect-ratio: 1/1; }
.community1 .com1_blog_group { gap: 0px !important; } 
 .community1 .blog_go_btn { width: 300px !important; } 
 } 
/* 작은 모바일 끝 */

/* pc 맵 화살표 시작 */
.p-a-m { position: relative; } 
.p-a-m .arrow { position: absolute; top: 51.8%; left: 52%; transform: translate(-50%, -20%) rotate(90deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #00FFFF; border-left: 3px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow span:nth-child(2) { animation-delay: 0.2s; } 
.p-a-m .arrow span:nth-child(3) { animation-delay: 0.4s; } 
.p-a-m .arrow2 { position: absolute; top: 58%; left: 76%; transform: translate(-50%, -20%) rotate(180deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow2 span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #00FFFF; border-left: 3px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow2 span:nth-child(2) { animation-delay: 0.2s; } 

.p-a-m .arrow11 { position: absolute; top: 50.5%; left: 52%; transform: translate(-50%, -20%) rotate(90deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow11 span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #00FFFF; border-left: 3px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow11 span:nth-child(2) { animation-delay: 0.2s; } 
.p-a-m .arrow11 span:nth-child(3) { animation-delay: 0.4s; } 
.p-a-m .arrow22 { position: absolute; top: 58%; left: 68.8%; transform: translate(-50%, -20%) rotate(180deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow22 span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #00FFFF; border-left: 3px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow22 span:nth-child(2) { animation-delay: 0.2s; } 

.p-a-m .arrow3 { position: absolute; top: 46.7%; left: 62%; transform: translate(-50%, -20%) rotate(90deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow3 span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #0DFF00; border-left: 3px solid #0DFF00; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow3 span:nth-child(2) { animation-delay: 0.2s; } 
.p-a-m .arrow3 span:nth-child(3) { animation-delay: 0.4s; } 

.p-a-m .arrow4 { position: absolute; top: 58%; left: 88.8%; transform: translate(-50%, -20%) rotate(180deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow4 span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #0DFF00; border-left: 3px solid #0DFF00; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow4 span:nth-child(2) { animation-delay: 0.2s; } 

.p-a-m .arrow5 { position: absolute; top: 71%; left: 86%; transform: translate(-50%, -20%) rotate(270deg); -webkit-user-drag: none; user-select: none; } 
.p-a-m .arrow5 span { display: block; width: 20px; aspect-ratio: 1/1; border-top: 3px solid #0DFF00; border-left: 3px solid #0DFF00; box-sizing: border-box; transform: rotate(45deg); animation: pAAni 2s infinite; } 
.p-a-m .arrow5 span:nth-child(2) { animation-delay: 0.2s; } 

/* pc 맵 화살표 끝 */

/* mobile 맵 화살표 시작 */
.m-a-m { position: relative; } 
.m-a-m .arrow { position: absolute; top: 58%; left: 29.3%; transform: translate(-50%, -20%) rotate(180deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow span { display: block; width: 20px; height: 20px; border-top: 2px solid #00FFFF; border-left: 2px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; } 
.m-a-m .arrow span:nth-child(2) { animation-delay: 0.2s; } 
.m-a-m .arrow span:nth-child(3) { animation-delay: 0.4s; } 
.m-a-m .arrow2 { position: absolute; top: 79.1%; left: 24.08%; transform: translate(-50%, -20%) rotate(270deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow2 span { display: block; width: 20px; height: 20px; border-top: 2px solid #00FFFF; border-left: 2px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; }

.m-a-m .arrow11 { position: absolute; top: 48%; left: 41.5%; transform: translate(-50%, -20%) rotate(180deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow11 span { display: block; width: 20px; height: 20px; border-top: 2px solid #00FFFF; border-left: 2px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; } 
.m-a-m .arrow11 span:nth-child(2) { animation-delay: 0.2s; } 
.m-a-m .arrow11 span:nth-child(3) { animation-delay: 0.4s; } 

.m-a-m .arrow22 { position: absolute; top: 69.3%; left: 42.08%; transform: translate(-50%, -20%) rotate(270deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow22 span { display: block; width: 20px; height: 20px; border-top: 2px solid #00FFFF; border-left: 2px solid #00FFFF; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; }

.m-a-m .arrow3 { position: absolute; top: 58%; left: 46.08%; transform: translate(-50%, -20%) rotate(180deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow3 span { display: block; width: 20px; height: 20px; border-top: 2px solid #0DFF00; border-left: 2px solid #0DFF00; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; }

.m-a-m .arrow4 { position: absolute; top: 90.7%; left: 35.08%; transform: translate(-50%, -20%) rotate(270deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow4 span { display: block; width: 20px; height: 20px; border-top: 2px solid #0DFF00; border-left: 2px solid #0DFF00; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; }

.m-a-m .arrow5 { position: absolute; top: 85.3%; left: 19.08%; transform: translate(-50%, -20%) rotate(360deg); -webkit-user-drag: none; user-select: none; } 
.m-a-m .arrow5 span { display: block; width: 20px; height: 20px; border-top: 2px solid #0DFF00; border-left: 2px solid #0DFF00; box-sizing: border-box; transform: rotate(45deg); animation: mAAni 2s infinite; }
.m-a-m .arrow5 span:nth-child(2) { animation-delay: 0.2s; } 

/* mobile 맵 화살표 끝 */

@keyframes pAAni { 
 0% { opacity: 0; transform: rotate(45deg) translate(20px, 20px); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotate(45deg) translate(-20px, -20px); } 
 } 
@keyframes mAAni { 
 0% { opacity: 0; transform: rotate(45deg) translate(10px, 10px); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotate(45deg) translate(-10px, -10px); } 
 } 

.exit5 { animation: bshAni 1s alternate infinite; border-radius: 50%; position: absolute; width: 50px; top: 58%; left: 41.7%; transform: translate(-50%, -50%); } 
.exit55 { animation: bshAni 1s alternate infinite; border-radius: 50%; position: absolute; width: 50px; top: 58%; left: 35.4%; transform: translate(-50%, -50%); } 
@keyframes bshAni { 
 0% { box-shadow: 0 0px 5px #00000000; } 100% { box-shadow: 0 0px 20px gold; } 
 } 
@media screen and (max-width: 1210px){
 .exit5 { width: 30px; top: 45%; left: 29.1%; } 
 .exit55 { width: 35px; top: 38.1%; left: 37.5%; } 
 } 

/* 유튜브 로딩 시작 */
.ytLoader { width: 100%; height: 100%; }
.ytLoader .cover { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ytLoader { position: relative; cursor: pointer; }
.ytLoader img { width: 100%; }
.ytLoader svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 68px; height: 48px; }
.ytLoader svg .ytp-large-play-button-bg { fill: #212121; transition: .2s; }
.ytLoader:hover svg path { fill: #fff; }
.ytLoader:hover svg .ytp-large-play-button-bg { fill: #f00; } /* 유튜브 로딩 끝 */

/* 더미 이미지 가림막 시작 */
/* .main5 .swiper521 img:after { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; } */
/* .notice_index_list:after,
.notice_index_list_bx:after { content: '자료 준비중입니다.'; display: flex; align-items: center; color: #fff; justify-content: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000bb; } */
/* 더미 이미지 가림막 끝 */




/* 로그인 페이지 시작 */

.login { min-height: 45vh; display: flex; flex-direction: column; align-items: center; padding-top: 150px; padding-bottom: 50px; }
.logo_bx { width: 300px; }
.input_group { display: flex; flex-direction: column; gap: 20px; margin-top: 50px; width: 500px; }
.input_group > input { padding: 10px 10px; font-size: 18px; border: none; border-bottom: 1px solid #000; }
.input_group > input:focus { border: none !important; border-bottom: 1px solid #005691!important; box-shadow: none !important; }
.input_group { }
.input_group { } 
.btn_group { margin-top: 30px; display: flex; flex-direction: column; gap: 15px; align-items: center; }
.restore_btn input { display: none; }
.restore_btn label { position: relative; color: #005691; cursor: pointer; }
.restore_btn label::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: calc(100% + 5px); width: 15px; height: 15px; border-radius: 50%; border: 1px solid #000; }
.restore_btn input:checked + label::after { background-color: #005691; border: 1px solid rgb(90, 90, 255); }
.login_btn { border: none; width: 100%; cursor: pointer; transition: 0.4s; border-radius: 7px; background-color: #005691; color: #fff; height: 50px; }
.login_btn:hover { filter: brightness(.8); } 
.checkbox-wrapper-3 { display: flex; gap: 15px; color: #005691; align-items: center; }
.line2 { height: 15px; width: 1px; background-color: #005691; }
.creat_mem { cursor: pointer; transition: 0.4s; }
.creat_mem:hover { color: #333; } 
.cont { max-width:1250px; margin: 0 auto; } 
.can-not-find-email { border: none; display: none; background-color: #707070; border-radius: 10px; padding: 17px 0; font-size: 18px; color: #fff; }
.can-not-find-email.on { display: block; }
.can-find-email { border: none; display: none; background-color: #707070; border-radius: 10px; padding: 17px 0; font-size: 18px; color: #fff; }
.can-find-email.on { display: block; } 
/* 로그인, 로그아웃, 회원가입 시작 */
.login-out-mem { position: absolute; top: 50%; color: #707070; transform: translateY(-50%); right: 50px; display: flex; align-items: center; justify-content: center; }
.login-out-mem>div { display: flex; align-items: center; justify-content: start; }
.login-out-mem i,
.login-out-mem p { display: flex; align-items: center; cursor: pointer; font-size: 14px; }
.login-out-mem i { font-size: 18px; margin-right: 5px; } /* .login-out-mem i::after, */
.login-out-mem p::after { content: ''; margin: 0 8px; display: block; position: relative; height: 16px; width: 1px; background: #707070; } /* .login-out-mem p:last-child::after { display: none; } */
#mem-btn::after { display: none; } /* #login-lock-open, */
#logout-btn::after { display: none; } 
.login-out-mem-ham { transform: translateY(0); right: 20px; bottom: 20px; top: auto; } @media screen and (max-width:1570px){
 .login-out-mem { right: 10px; } 
 } 

@media screen and (max-width:1480px){
 .login-out-mem { right: 5px; }
.login-out-mem p { font-size: 12px; } 
 } 

@media screen and (max-width:1060px){
 .login-out-mem { display: none; }
.login-out-mem-ham { display: flex; } 
 } 

@media screen and (max-width:1070px){
 #bnceyecenter_gnb > ul > li > a { padding: 0 5px; } 
 } 



@media screen and (max-width:1025px){
 .login { padding-top: 150px; min-height: auto; }
.logo_bx { width: 250px; }
.cont { width: 90%; margin: 0 auto; }
.can-not-find-email { font-size: 15px; }
.can-find-email { font-size: 15px; } /* 로그인 관련 시작 */
 .login-out-mem-ham { bottom: auto; right: auto; left: 50%; transform: translateX(-50%); top: 15px; } /* 로그인 관련 끝 */
 .checkbox-wrapper-3 { gap: 5px; } 
 } 
/* 로그인, 로그아웃, 회원가입 끝 */



@media screen and (max-width:1026px){
 .login * { font-family:'Noto Sans KR'; } /* .login form { width: 100%; } */
 .input_group { width: 100%; }
.login.p { margin-top: 95x; }
.input_txt { text-align: center; display: flex; flex-direction: column; gap: 15px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 5px solid #000; }
.login_tit { font-size: 32px; }
.login_group { display: flex; align-items: center; flex-direction: column; gap: 15px; }
.social_txt { width: 100%; font-size: 32px; text-align: center; padding-bottom: 15px; border-bottom: 3px solid #000; margin-bottom: 15px; }
.social_group { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.btn_img { cursor: pointer; width: 100%; display: flex; align-items: center; justify-content: center; }
.login_big_group { display: flex; gap: 50px; }
.big_line { width: 1px; height: 700px; background-color: #ccc; }
.login_pc_right { padding-top: 50px; display: flex; flex-direction: column; gap: 50px; }
.new_mem { text-align: center; display: flex; flex-direction: column; gap: 20px; }
.mem_tit { font-size: 30px; }
.find { display: flex; flex-direction: column; width: 100%; align-items: center; text-align: center; gap: 20px; }
.map >iframe { width: 100% !important; height: 300px !important; } 
 } 
.member2 { padding-top: 100px; }
.member2 .sign-info input[type="password"] { width: 407px; height: 65px; border: 1px solid #E9E9E9; padding: 19px; box-sizing: border-box; font-size: 20px; color: #171717; }
.member2 input.btn-check { cursor: pointer; margin-left: 10px; width: 135px; height: 65px; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid #47423E; background-color: #fff; color: #47423E; font-family: "Noto Sans KR", sans-serif; font-weight: 400; box-sizing: border-box; } 
.member2 input[type="text"]:focus, .member2 input[type="number"]:focus ,.member2 select:focus { border: 2px solid #000 !important; }
.member2 .login-tit { position: relative; font-size: 50px; font-weight: 800; color: #333333; margin-top: 50px; margin-bottom: 60px; } /* .member2 .login-tit::after { position: absolute; content: 'Sign Up'; font-size: 175px; color: #916b511f; font-family: 'REVONZA'; font-weight: 400; letter-spacing: 9px; left: 15%; top: -100%; z-index: -1; } */
.member2 .info-tit { padding-bottom: 25px; font-size: 36px; font-weight: 600; color: #005691; margin-bottom: 40px; border-bottom: 1.19px solid #806752; }
.member2 .info-txt-bx { height: 174px; overflow-y: auto; margin: 10px 5px; box-sizing: border-box; border: 1px solid #E9E9E9; }
.member2 .info-txt-bx p { margin: 20px 20px; font-size: 16px; line-height: 23px; color: #707070; }
.member2 .info-check { color: #707070; display: flex; align-items: center; margin-bottom: 30px; margin-top: 15px; margin-left: 5px; }
.member2 .info-check input[type="checkbox"] { appearance: none; cursor: pointer; position: relative; width: 18px; height: 18px; border-radius: 50%; border: 1px solid #707070; margin: 0 10px 0 0; }
.member2 .info-check input[type="checkbox"]:checked::after { background-color: #aaa; opacity: 1; background-color: rgba(85, 85, 255, 0.726) }
.member2 .info-check input[type="checkbox"]::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;; transform: scale(.8); border-radius: 50%; opacity: 0; }
.member2 .info-check label { cursor: pointer; }
.member2 .necessary { color: #E63737; font-size: 18px; text-align: right; padding-bottom: 11px; border-bottom: 1px solid #9B9B9B; }
.member2 .sign-info { display: flex; align-items: center; color: #171717; font-size: 20px; margin: 18px 0 0 0px; padding-bottom: 18px; padding-left: 30px; border-bottom: 1px solid #C5C5C5; }
.member2 .sign-info .sign-info-txt { width: 140px; margin-right: 37px; }
.member2 .sign-info input[type="text"] { width: 407px; height: 65px; border: 1px solid #E9E9E9; padding: 19px; box-sizing: border-box; font-size: 20px; color: #171717; }
.member2 input::placeholder { color: #bbb; }
.member2 .sign-info .star { position: relative; }
.member2 .sign-info .star::after { content: '*'; position: absolute; left: -10px; top: 0%; color: #E63737; }
.member2 button.btn-check { cursor: pointer; margin-left: 10px; width: 135px; height: 65px; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid #47423E; background-color: #fff; color: #47423E; font-family: "Noto Sans KR", sans-serif; font-weight: 400; box-sizing: border-box; }
.member2 button.zip_code_btn { cursor: pointer; margin-left: 10px; width: 135px; height: 65px; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid #47423E; background-color: #fff; color: #47423E; font-family: "Noto Sans KR", sans-serif; font-weight: 400; box-sizing: border-box; }
.member2 .add-bx { display: flex; flex-direction: column; }
.member2 .add-bx2 { display: flex; }
.member2 .sign-info input[type="text"].add-text-bx { width: 817px; margin-top: 11px; }
.member2 .sign-info.email input[type="text"] { width: 155px; margin-right: 10px; }
.member2 .sign-info select { color: #47423E; font-family: "Noto Sans KR", sans-serif; width: 155px; height: 65px; box-sizing: border-box; padding-left: 15px; font-size: 20px; border: 1px solid #E9E9E9; background: url(../image/arrow/down-arrow.svg) no-repeat 90% center/10%; }
.member2 .sign-info.email input[type="text"].number { margin-right: 0; width: 155px; margin-left: 10px; height: 65px; border: 1px solid #E9E9E9; padding: 19px; box-sizing: border-box; font-size: 20px; color: #171717; }
.member2 .sign-info.num select { margin-right: 10px; }
.member2 .sign-info input[type="radio"] { position: relative; width: 18px; height: 18px; border-radius: 50%; border: 1px solid #707070; }
.member2 .sign-info input[type="radio"]::after { position: absolute; content: ''; border-radius: 50%; top: 0; right: 0; left: 0; bottom: 0; background-color: #005691; transform: scale(.6); opacity: 0; }
.member2 .sign-info input[type="radio"]:checked::after { opacity: 1; border: 1px solid #005691; }
.member2 .radio { display: flex; align-items: center; margin-right: 20px; gap: 5px; }
.member2 fieldset { display: flex; }
.member2 .sms { margin-top: 23px; padding-bottom: 23px; }
.member2 .submit-btn { display: flex; align-items: center; justify-content: center; margin-top: 45px; margin-bottom: 100px; }
.member2 .btn-last { cursor: pointer; box-sizing: border-box; background-color: #005691; display: flex; align-items: center; justify-content: center; border: none; color: #fff; width: 234px; height: 68px; font-size: 20px; font-family: "Noto Sans KR", sans-serif; }
.member2 .cancel { background-color: #fff; border: 1px solid #C5C5C5; color: #171717; margin-left: 10px; }
.member2 .m_fxb { display: flex; justify-content: center; align-items: center; } 

/* member2 - 회원가입 끝 */
/* member2 - 회원가입 미디어 시작 */
@media screen and (max-width:1025px){
 .member2 { padding-top: 50px; }
.member2 input.btn-check,
 .member2 .sign-info input[type="password"] { height: 40px; font-size: 14px; }
.member2 .login-tit { font-size: 40px; text-align: center; margin-top: 65px; }
.member2 .login-tit::after { font-size: 70px; letter-spacing: normal; left: 30%; top: -50%; }
.member2 .info-tit { font-size: 22px; }
.member2 .info-txt-bx p { margin: 10px; font-size: 12px; line-height: 20px; }
.member2 .info-check { font-size: 12px; margin-bottom: 15px; }
.member2 .necessary { font-size: 14px; }
.member2 .sign-info { border-bottom: none; font-size: 14px; flex-direction: column; align-items: normal; padding-left: 0; }
.member2 .sign-info input[type="text"] { box-sizing: border-box; padding: 10px; font-size: 14px; height: 40px; width: 100%; }
.member2 .sign-info .sign-info-txt { width: auto; margin-right: 0; margin-bottom: 10px; }
.member2 .sign-info .sign-info-txt.star { text-indent: 7px; }
.member2 .sign-info .star::after { left: -6px; }
.member2 button.btn-check { height: 40px; width: 80px; font-size: 14px; box-sizing: border-box; }
.member2 .info-check input[type="checkbox"] { margin-right: 5px; }
.member2 button.zip_code_btn { height: 40px; width: 80px; font-size: 14px; }
.member2 .sign-info input[type="text"].add-text-bx { width: 100%; margin-top: 7px; }
.member2 .sign-info select { height: 40px; box-sizing: border-box; font-size: 14px; width: calc(100% / 3 - 7px ); transform: translateY(1px); }
.member2 .sign-info.email input[type="text"] { width: calc(100% / 3 - 7px); margin-right: 7px; }
.member2 .sign-info.email input[type="text"].number { height: 40px; padding: 10px; font-size: 14px; width: calc(100% / 3 - 7px); margin-left: 7px; }
.member2 .sign-info.num select { margin-right: 7px; width: calc(100% / 3 - 7px); }
.member2 .sign-info.num select.add { margin-right: 0; }
.member2 fieldset.month { margin-top: 10px; }
.member2 .sign-info input[type="radio"] { margin-left: 0; }
.member2 .submit-btn { margin-top: 20px; margin-bottom: 50px; }
.member2 .btn-last { height: 50px; font-size: 18px; } 
 } 

/* logout */
.logout { height: 23px; cursor: pointer; }
.logout img { height: 23px; } /* logout */

/* 학술활동 시작 */
.tns-bx { color: #fff; margin-top: 25px; }
.tns-bx .t-fbx { align-items: flex-end; display: flex; justify-content: space-between; }
.tns-bx .t-fbx>p:nth-child(1) { font-size: 18px; line-height: 34px; }
.tns-bx .t-fbx>p:nth-child(2) { font-size: 28px; font-family: 'High Summit'; line-height: 48px; } 
.academyS { width: 500px; 
    height: 170px;
     overflow: hidden; position: relative; color: #fff; }
.academyS .swiper-slide { padding: 10px; display: flex; justify-content: space-evenly; flex-direction: column; height: auto; box-sizing: border-box; border-bottom: 1px solid #fff; }
.academyS .swiper-slide p { color: #fff; }
.academyS .swiper-slide p:nth-child(1) { font-size: 12px; font-weight: bold; line-height: 20px; }
.academyS .swiper-slide p:nth-child(2) { font-size: 12px; line-height: 20px; font-weight: 300; }
.academyS-bbx { position: relative; } /* .academyS-bbx>.swiper-pagination-bullets { position: absolute; display: flex; height: 100%; flex-direction: column; justify-content: space-between; top: 0; right: 0; transform: translate3d(0,0%,0); }
.academyS-bbx>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; border-radius: 0; height: 100%; width: 5px; }
.academyS-bbx .swiper-pagination-bullet-active { background: #fff; } */
.academyS-bbx .tbx,
.academyS-bbx .bbx { left: 0; z-index: 5; position: absolute; width: calc(100% ); height: 10px; }
.academyS-bbx .tbx { top: 0; background: linear-gradient(#005697, transparent); }
.academyS-bbx .bbx { bottom: 0; background: linear-gradient(transparent, #005697); }
.academyS2 { height: 95px; }
.academyS2 .swiper-slide { height: 100%; }
.academyS2 .swiper-slide p:nth-child(1) { font-size: 19px; line-height: 22px; }
.tns-bx2 { margin-top: 40px; } 
@media screen and (max-width:1210px){
 .main5 .main5-fbx .main5-bx:nth-child(2) { width: 90%; padding-bottom: 100px; margin-bottom: 50px; }
.main5 .main5-fbx-bx:nth-child(1) { width: 100%; margin-top: 40px; }
.academyS { width: 100%; height: 260px; }
.academyS .swiper-slide { height: 130px; justify-content: center}
.academyS2 { height: 200px; }
.academyS2 .swiper-slide { height: 200px; justify-content: center } 
 } 
/* 학술활동 끝 */

/* 개인정보 시작 */

/* sub */
#sub_content { width: 1210px; margin:0 auto; padding-top: 180px; } 
.sub_section { padding:100px 0; }
.sub_section.bg1 { background:#f7f7f8 } 
#sub_title { padding-top:55px; } #sub_title .info { overflow:hidden; margin-bottom:30px; } #sub_title .info li { float:left; font-size:1em; color:#666; line-height:1.5em; } #sub_title .info li a { color:#666; } #sub_title .info li:after { content:'\f054'; font-size:0.625em; font-weight:300; font-family:'Font Awesome 5 Pro'; margin:0 20px; position:relative; top:-3px; } #sub_title .info li:last-child:after { display:none; } #sub_title h2 { font-size:3.125em; line-height:1.3em; font-weight:700; } #sub_title p { font-size:1.25em; color:#33bdff; line-height:1.4em; font-weight:700; font-family:'Montserrat'; margin-top:10px; text-transform:uppercase; } 
.sub_title { text-align:center; }
.sub_title h3 { font-size:3.125em; line-height:1.3em; font-weight:700; }
.sub_title p { font-size:1em; color:#666; line-height:1.8em; margin-top:20px; } 
.s_txt1 { font-size:1em; color:#666; line-height:1.8em; }
.s_txt2 { font-size:1.875em; line-height:1.5em; font-weight:700; margin-bottom:20px; }
.s_txt3 { font-size:1.125em; line-height:1.5em; font-weight:500; }
.s_txt4 { font-size:1.25em; line-height:1.75em; font-weight:500; } 
.line { width:100%; height:1px; background:#dcdcdc; margin:50px 0; } 
@media screen and (max-width:1024px){
 #sub_content { padding-top:100px; width: 90%; } 
.sub_section { padding:10vw 0; } 
#sub_title { padding-top:6vw; } #sub_title .info { margin-bottom:2vw; } #sub_title .info li:after { margin:0 10px; top:-1px; } #sub_title h2 { font-size:2.7em; } #sub_title p { font-size:1.125em; margin-top:1vw; } 
.sub_title h3 { font-size:2.6em; }
.sub_title p { line-height:1.7em; margin-top:2vw; } 
.s_txt1 { line-height:1.7em; }
.s_txt2 { font-size:1.5em; margin-bottom:2vw; }
.s_txt4 { font-size:1.14em; } 
.line { margin:5vw 0; } 
 } 

@media screen and (max-width:767px){
 #sub_title h2 { font-size:2.5em; } 
.sub_title h3 { font-size:2.4em; } 
 } 


.sub_top_box .txt_box { padding-left:695px; }
.sub_top_box .txt_box p { font-size:1em; color:#666; line-height:1.8em; margin-top:20px; }
.sub_top_box .txt_box p:first-child { margin-top:0; }
.sub_top_box .img_box { width:100%; height:350px; background-repeat:no-repeat; background-position:center center; background-size:cover; margin-top:50px; } 
@media screen and (max-width:1320px){
 .sub_top_box .txt_box { padding-left:40%; } 
 } 

@media screen and (max-width:1024px){
 .sub_top_box .txt_box { padding-left:20%; }
.sub_top_box .txt_box p { line-height:1.7em; margin-top:2vw; }
.sub_top_box .img_box { height:35vw; margin-top:4vw; } 
 } 

@media screen and (max-width:767px){
 .sub_top_box .txt_box { padding-left:0; margin-top:5vw; } 
 } 



.sub_table_box1 { width:100%; }
.sub_table_box1 thead th { background:#191919; padding:12px 0; font-size:1.125em; color:#fff; line-height:1.5em; font-weight:500; border-left:1px solid #dcdcdc; }
.sub_table_box1 thead th:first-child { border-left:0; }
.sub_table_box1 tbody th { font-size:1.25em; line-height:1.4em; font-weight:500; text-align:center; background:#fff; border-bottom:1px solid #dcdcdc; padding:13px 3px; }
.sub_table_box1 tbody th span { font-size:0.8em; color:#666; line-height:1.3em; font-weight:400; display:block; margin-bottom:4px; }
.sub_table_box1 tbody td { padding:13px 16px; background:#fff; border-bottom:1px solid #dcdcdc; border-left:1px solid #dcdcdc; text-align:center; font-size:1em; color:#666; }
.sub_table_box1 tbody td img { max-width:100%; }
.sub_table_box1.case2 tbody td:first-child { border-left:0; } 
.sub_table_box2 { width:100%; border-top:1px solid #dcdcdc; }
.sub_table_box2 tbody th { background:#191919; padding:12px 0; font-size:1em; color:#fff; line-height:1.5em; font-weight:500; border-bottom:1px solid #dcdcdc; }
.sub_table_box2 tbody td { padding:13px 16px; background:#fff; border-bottom:1px solid #dcdcdc; border-left:1px solid #dcdcdc; font-size:1em; color:#666; } 
@media screen and (max-width:1024px){
 .sub_table_box1 thead th { font-size:1em; }
.sub_table_box1 tbody th { font-size:1em; padding:10px 3px }
.sub_table_box1 tbody th span { margin-bottom:2px; }
.sub_table_box1 tbody td { padding:10px 5px; } 
.sub_table_box2 tbody th { font-size:1em; padding:10px 3px; }
.sub_table_box2 tbody td { padding:10px 5px; } 
 } 


.privacy_box .t1 { font-size:1.25em; color:#33bdff; line-height:1.5em; font-weight:500; margin-bottom:10px; }
.privacy_box .t2 { font-size:1em; color:#666; line-height:1.75em; }
.privacy_box .list1 dt { font-size:1.125em; line-height:1.5em; font-weight:500; margin-bottom:5px; }
.privacy_box .list1 dd { font-size:1em; color:#666; line-height:1.75em; margin-bottom:25px; }
.privacy_box .list1 dd:last-child { margin-bottom:0; }
.privacy_box .list2 { width:100%; background:#f7f7f8; padding:30px; }
.privacy_box .list2 strong { display:block; font-size:1em; color:#191919; font-weight:500; margin-bottom:10px; }
.privacy_box .list2 ul { width:100%; overflow:hidden; }
.privacy_box .list2 ul li { float:left; width:50%; margin-bottom:5px; font-size:0.93em; color:#666; line-height:1.7em; }
.privacy_box .list2 ul li:nth-child(even) + li { clear:both; } 
@media screen and (max-width:1024px){
 .privacy_box .list1 dd { margin-bottom:4% }
.privacy_box .list2 { padding:20px; width: auto; } 
 } 

@media screen and (max-width:767px){
 .privacy_box .list2 ul li { float:none; width:auto; } 
 } 
.mt50 { margin-top:50px !important; }
.mt5 { margin-top:5px !important; } @media all and (max-width: 1024px) {.mt50 { margin-top: 5vw !important; } 
 } 


.sub_list_box2 > li { font-size:1em; color:#666; line-height:1.7em; margin-bottom:3px; padding-left:16px; position:relative; }
.sub_list_box2 > li:last-child { margin-bottom:0; }
.sub_list_box2 > li:before { content:'-'; position:absolute; left:0; top:0; } /* 개인정보 끝 */

/* 비급여 시작 */
.mt30 { margin-top: 10px; }
.pay_fbx { display: flex; justify-content: space-between; align-items: center; position: relative; } /* .pay_fbx .table_option { position: relative; height: 100%; }
.pay_fbx .table_option::after { content: '∨'; position: absolute; top: 50%; transform: translateY(-50%); font-size: 10px; right: 20px; } */
.pay_fbx #table_option { border-radius: 0 10px 0 0; cursor: pointer; height: 30px; font-size: 18px; padding: 0 10px; position: relative; -webkit-appearance:auto; /* 크롬 화살표 없애기 */
 -moz-appearance:auto; /* 파이어폭스 화살표 없애기 */
 appearance:auto; /* 화살표 없애기 */ } 

/* .table_pay { height: min-content; display: block; } */
.table_pay { min-height: 300px; padding-bottom: 50px; } 
.pay_wrap_table { width: 100%; margin: 50px auto; border-left: 1px solid #cacaca; border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; border-top: 2px solid #434343; } 
.pay_top { border-top: 2px solid #434343; border-bottom: 1px solid #cacaca; font-size: 14px; height: 50px; background: #efefef; } 
.pay_top th:first-child { border-left: 0; } 
.pay_top th { border-left: 1px solid #cacaca; text-align: center; vertical-align: middle; } 
.pay_bo { text-align: center; font-size: 14px; height: 60px; } 
.pay_bo td:first-child { border-left: 0; } 
.pay_bo td { vertical-align: middle; border-left: 1px solid #cacaca; text-align: center; padding: 10px 0; border-bottom: 1px solid #cacaca; } 
.pay_bo { display: none; } 
.pay_bo.on { display: contents !important; } 
#table_option { -webkit-appearance: auto !important; border: 1px solid #000 !important; -moz-appearance: auto !important; appearance: auto !important;  } 
@media screen and (max-width:1024px) { /* .pay_top * { white-space: nowrap; } */
    .pay_fbx { flex-direction: column; align-items: flex-start; } 
    .pay_fbx>p { line-height: 1.2; } 
    .table_option { margin-top: 10px; } 
    .table_pay { overflow: auto; position: relative; } 
    .pay_bo td { word-break: normal; } 
}
/* 비급여 끝 */