.bullet {position:relative; display: flex; align-items: center; padding-left: 10px;}
.bullet2 {position:relative; display: flex; align-items: center; padding-left: 10px;}
.bullet::before {position: absolute; left: 0; top: 10px; display: inline-block; content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: #000;}
.bullet2::before {position: absolute; left: 0; top: 12px; display: inline-block; content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: #000;}

@media screen and (max-width:600px) { 
    .bullet::before {top: 14px;}

} 

@media screen and (max-width:400px) { 
    .bullet2::before {top: 7px;}

} 

/* #sub_page { padding-bottom: 100px; } 
#container_wr { padding-bottom: 100px; } */
#container .content-hd { position: relative; z-index: 39; align-items: center; padding-top: 140px; padding-bottom: 40px; } 
#container .content-hd h2 { font-size: clamp(32px, calc( 58 / var(--inner) * 100vw ), 58px); font-weight: bold; color: #000; } 
#container .content-hd { } 
#container .locationUl { gap: 20px; align-items: center; } 
#container .location .depth { position: relative; font-size: 18px; padding-left: 10px; min-width: 160px; cursor: pointer;} 
#container .location .depth:first-child { padding-left: 0; } 
#container .location .depth > strong { gap: 30px; justify-content: space-between;} 
#container .location .depth.loc img { transform: rotate(180deg); } 
#container .location .depth .menuMore { position: absolute; top: 100%; left: 0; width: 100%; padding-top: 10px; display: none; z-index: 1200; } 
#container .location .depth .menuMore ul { background: #fff; box-shadow: 0 3px 6px #0000001f; font-size: 16px; border-radius: 5px; } 
#container .location .depth .menuMore li { padding: 5px 0 5px 10px; } 


.download-list { padding: 0 5px; border: 1px solid #ccc; border-radius: 50px; font-size: 14px; background: #fff; } 
.download-list a { display: flex; justify-content: center; align-items: center; padding: 10px 15px; } 
.download-list li+li { position: relative; } 
.download-list li+li::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; width: 1px; height: 16px; background: #ccc; } 


.trtd01 { transition-delay: 0.5s !important; } 
.trtd02 { transition-delay: 1s!important; } 
.trtd03 { transition-delay: 1.5s!important; } 
.trtd04 { transition-delay: 2s!important; } 
.cont-eff-op { opacity: 0; transition: 0.5s; } 
.cont-eff-left { transform: translateX(-100px); opacity: 0; transition: 0.5s; } 
.cont-eff-right { transform: translateX(100px); opacity: 0; transition: 0.5s; } 
.cont-eff-top { transform: translateY(-100px); opacity: 0; transition: 0.5s; } 
.cont-eff-bottom { transform: translateY(100px); opacity: 0; transition: 0.5s; } 
.ct-sect-on .cont-eff-left,.ct-sect-on .cont-eff-right { transform: translateX(0px); opacity: 1; } 
.ct-sect-on .cont-eff-top,.ct-sect-on .cont-eff-bottom { transform: translateY(0px); opacity: 1; } 
.ct-sect-on .cont-eff-op { opacity: 1; } 




.quick-area { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); z-index: 40; color: #fff; display: flex; flex-direction: column; gap: 10px; } 
.quick-wrap { background: #850008; display: flex; flex-direction: column; width: 100px; height: 390px; align-items: center; justify-content: space-between; border-radius: 50px; padding: 25px; box-shadow: 0 3px 6px #0000001a; } 
.quick-wrap a { display: flex; flex-direction: column; gap: 12px; align-items: center; font-size: 14px; } 
.quick-wrap img { object-fit: contain; width: fit-content; } 
.quick-area .btn-top,.quick-area .btn-quick-more { width: 80px; height: 80px; background: #fff; display: flex; justify-content: center; align-items: center; box-shadow: 0 3px 6px #0000001a; border-radius: 50%; }
.quick-area .btn-quick-more { position: absolute; bottom: 69px; left: 0; display: none; }
.quick-area .btn-quick-close { position: absolute; top: -10px; right: -10px; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: #850008; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 4px rgba(0,0,0,0.15); z-index: 2; transition: transform 0.2s, opacity 0.2s; }
.quick-area .btn-quick-close:hover { transform: scale(1.1); opacity: 0.9; }
.quick-area .btn-quick-open { display: none; width: 50px; height: 50px; padding: 0; border: 0; border-radius: 50%; background: #850008; color: #fff; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 3px 6px rgba(0,0,0,0.15); transition: transform 0.2s; }
.quick-area .btn-quick-open:hover { transform: scale(1.05); }
.quick-area.is-closed .quick-wrap, .quick-area.is-closed .btn-quick-more, .quick-area.is-closed .btn-quick-close { display: none !important; }
.quick-area.is-closed .btn-quick-open { display: flex !important; }

/* 팝업 이미지 추가 */
.popup_feetable, .popup_usetable {display: flex; justify-content: center; align-items: center; position:fixed; top:0;left:0;width:100%;height:100vh;z-index:1101;visibility:hidden;opacity:0;     background-color: rgb(0, 0, 0, 0.5);
transition:0.5s; cursor: pointer;}
.popup_feetable img, .popup_usetable img {max-width: 90%; margin:0 auto;}

.popup_feetable.on , .popup_usetable.on {visibility:visible;opacity:1;}


.pg_wrap { display: block; float: none; } 
.pg_wrap .pg { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 60px; } 
.pg_wrap .pg_page { display: flex; justify-content: center; align-items: center; color:#666; background: none; border:none; font-size: 14px; width: 37px; height: 37px; border-radius: 0; border: 1px solid #DEE2E6; } 
.pg_wrap .pg_page.pg_text { width: 60px; } 
.pg_wrap .pg_page:hover { border: 1px solid #000; color: #000; } 
.pg_wrap .pg .pg_page:first-child { padding-left: 0; } 
.pg_page.pg_text { text-indent: inherit; } 
.pg_current { background: none; border:none; cursor: pointer; background: var(--point); font-weight: normal; width: 37px; height: 37px; color: #fff; display: flex; justify-content: center; align-items: center; } 
.pg_wrap .pg .pg_current:first-child { padding-left: 0; } 
.pg_start { border-radius: 5px 0 0 5px !important; } 
.pg_end { border-radius: 0 5px 5px 0 !important; } 

#sub_page h3{font-size: 52px;text-align:left;line-height: 1.4;}
#sub_page h3,.h3_title { font-size: clamp(30px, calc( 46 / var(--inner) * 100vw ), 46px); font-weight: bold; color: #000; } 
#sub_page h4 { font-size: clamp(24px, calc( 32 / var(--inner) * 100vw ), 32px); font-weight: bold; } 
#sub_page h5{font-size: 26px;line-height: 1.4;opacity: 1;}

#sub_page h6,.h6_title { font-size: clamp(22px, calc( 26 / var(--inner) * 100vw ), 26px); font-weight: bold; } 
#sub_page p { color: #666; } 


.ul-custom-01 { display: flex; flex-wrap: wrap; gap: 20px; } 
.ul-custom-01 li { border: 1px solid #000; } 
.ul-custom-01 li .text { padding: 20px; } 
.ul-custom-01 li span { font-size: 20px; font-weight: bold; } 


#sub_page .content-area { padding: 100px 0; } 

/*뷰로스타일이동*/
.flex-fxdc{ display: flex; flex-direction: column; }
b.blue{color: var(--point);}

#ctt {padding: 60px 0;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {position: relative;}
#ctt_con img{max-width:100%;height:auto}
#ctt_con a.btn_more { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 200px; height: 56px; padding: 0 36px; margin: 40px auto 0; background: var(--point, #850008); color: #fff !important; font-size: 16px; font-weight: 600; text-decoration: none !important; border-radius: 50px; transition: opacity 0.2s, transform 0.2s; box-shadow: 0 4px 12px rgba(133, 0, 8, 0.2); }
#ctt_con a.btn_more::after { content: ''; width: 14px; height: 10px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'><path d='M0 5h12M8 1l4 4-4 4' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat; }
#ctt_con a.btn_more:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(133, 0, 8, 0.3); }
#ctt_con .btn_more_wrap, #ctt_con p:has(> a.btn_more:only-child) { text-align: center; }
#ctt_con > a.btn_more { display: flex; width: fit-content; }
#ctt_con {position: relative;}
.ctt_img {text-align:center}

.ctt_greeting .text-wrap > strong,
.ctt_greeting .text-wrap > p,
.ctt_greeting .text-wrap > .flex{transform: translateX(-50px);opacity: 0; transition: 0.5s;}
.ctt_greeting .ct-sect-on .text-wrap > strong,
.ctt_greeting .ct-sect-on .text-wrap > p,
.ctt_greeting .ct-sect-on .text-wrap > .flex{transform: translateX(0px);opacity: 1;}

.ctt_greeting .img-wrap img {position: relative;z-index: 3;opacity: 0; transition: 0.5s;transition-delay: 1.5s;transform: translateY(50px);}
.ctt_greeting .ct-sect-on .img-wrap img{opacity: 1;transform: translateY(0px);}

.ctt_greeting .inner{overflow: hidden;}
.ctt_greeting .cont-left-area {align-items: center;gap: 200px;}
.ctt_greeting .text-wrap{flex: 1; gap: 40px;}
.ctt_greeting .text-wrap .flex{gap: 60px;}
.ctt_greeting .img-wrap{position: relative;}
.ctt_greeting .text-wrap > strong{transition-delay: 0.2s;}
.ctt_greeting .text-wrap p.eff1{transition-delay: 0.3s;}
.ctt_greeting .text-wrap p.eff2{transition-delay: 0.4s;}
.ctt_greeting .text-wrap p.eff3{transition-delay: 0.5s;}
.ctt_greeting .text-wrap p.eff4{transition-delay: 0.6s;}
.ctt_greeting .text-wrap p.eff5{transition-delay: 0.7s;}
.ctt_greeting .text-wrap .flex{transition-delay: 0.8s;flex-wrap: wrap;}
.ctt_greeting .img-wrap{transform: translateX(50px);opacity: 0;transition: 0.5s;transition-delay: 1s;}
.ctt_greeting .ct-sect-on .img-wrap{transform: translateX(0px);opacity: 1;}


#ctt_con .sub-company .bg-text {transform: translateY(130px);}
.sub-company .company-list{margin-top: 190px; gap: 100px; overflow: hidden;}
#ctt_con .bg-text {position: absolute;bottom: 80;left: 0;width: 100%;z-index: -1;text-align:center;}
#ctt_con .bg-text strong{font-size: 5vw;font-weight: 900;color: #eee;line-height: 1;text-transform: uppercase;}
#ctt_con .bg-text strong:nth-child(2){text-align: right;}


.ctt_facilityinfo .content-area-01 { position: relative; background:url(../img/content/adco_bg.png) no-repeat top right #F5F5F5; overflow: hidden; } 
/* .ctt_facilityinfo .content-area-01::after { content: 'ADCO'; position: absolute; top: 0; right: -20px; color: #fff; font-size: 290px; line-height: 0.7; font-weight: 700; } */
.ctt_facilityinfo .content-area-01 .flex-bottom { justify-content: space-between; position: relative; z-index: 5; gap: 40px; } 
.ctt_facilityinfo .content-area-01 .flex-bottom .text-box { flex: 1; } 
.ctt_facilityinfo .content-area-01 p { margin-top: 20px; } 
.ctt_facilityinfo .content-area-01 dl { width: 525px; display: flex; flex-wrap: wrap; } 
.ctt_facilityinfo .content-area-01 dt { width: 80px; border-bottom: 1px solid #ccc; font-weight: bold; padding: 15px 0; } 
.ctt_facilityinfo .content-area-01 dd { width: calc(100% - 80px); border-bottom: 1px solid #ccc; color: #666; text-align: right; padding: 15px 0; } 
.ctt_facilityinfo .content-area-02 h6 { padding-bottom: 20px; border-bottom: 1px solid #000; } 
.ctt_facilityinfo .content-area-02 ul { margin-top: 40px; gap: 20px; } 
.ctt_facilityinfo .content-area-02 ul li { width: calc((100% - 40px)/3); } 
.ctt_facilityinfo .content-area-02 ul .img img {width: 100%;}
.ctt_facilityinfo .content-area-03 .ul-custom-01 { margin-top: 40px; } 
.ctt_facilityinfo .content-area-03 .ul-custom-01 li { width: calc((100% - 40px)/3); font-size: 16px; } 
.ctt_facilityinfo .content-area-03 .ul-custom-01 li p { margin-top: 24px; padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; } 
.ctt_facilityinfo .content-area-03 .ul-custom-01 li strong { font-weight: bold; color: #000; flex: 1; } 
.ctt_facilityinfo .content-area-03 .ul-custom-01 li em { color: #666; } 
.ctt_facilityinfo .content-area-03 .anchor-list { border-bottom: 1px solid #000; padding-bottom: 20px; gap: 50px; margin-top: 60px; } 
.ctt_facilityinfo .content-area-03 .anchor-list li:not(.on) { color: #999; font-weight: normal; } 
.ctt_facilityinfo .content-area-03 .ul-custom-01 .img img {width: 100%;}


.ctt_otherinfo .content-area-01 .ul-custom-01 { margin-top: 40px; } 
.ctt_otherinfo .content-area-01 #facility .ul-custom-01 li { width: calc((100% - 40px)/3); font-size: 16px; } 
.ctt_otherinfo .content-area-01 #facility .ul-custom-01 li p { margin-top: 24px; padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 20px; } 
.ctt_otherinfo .content-area-01 #facility .ul-custom-01 li strong { font-weight: bold; color: #000; flex: 1; } 
.ctt_otherinfo .content-area-01 #facility .ul-custom-01 li em { color: #666; } 
.ctt_otherinfo .content-area-01 .anchor-list { border-bottom: 1px solid #000; padding-bottom: 20px; gap: 50px; margin-top: 60px; } 
.ctt_otherinfo .content-area-01 .anchor-list li:not(.on) { color: #999; font-weight: normal; } 
.ctt_otherinfo .content-area-01 .ul-custom-01 .img img {width: 100%;}

.rental_table_custom tr:nth-child(1) td:nth-child(1) { border-left: none !important;}
.rental_table_custom tr:nth-child(1) td:last-of-type {border-bottom:1px solid #000 !important;}
.rental_table_custom tr td:last-of-type {border-left: 1px solid #000 !important;}
.rental_table_custom tr:nth-child(2) td:last-of-type {border-right: none !important;}

.dl-custom-01 { display: flex; flex-wrap: wrap; gap: 60px; margin-top: 40px; font-size: 18px; } 
.dl-custom-01 dt { width: 480px; border-right: 1px solid #000; } 
.dl-custom-01 dd { width: calc(100% - 540px); } 
.dl-custom-01 table { width: 100%; text-align: center; border-collapse: collapse; } 
.dl-custom-01 table thead { border-top: 2px solid #000; border-bottom: 2px solid #000; font-size: 18px; } 
.dl-custom-01 table tbody { border-bottom: 2px solid #000; } 
.dl-custom-01 table td,.dl-custom-01 table th { padding: 20px; } 
.dl-custom-01 table thead th+th { border-left: 1px solid #000; } 
.ctt_otherinfo .dl-custom-01 table tbody tr:nth-child(3) td { border-bottom: 1px solid #000; } 
.dl-custom-01 table th { border-bottom: 1px solid #000; font-weight: bold; } 
.dl-custom-01 table td { border-top: 1px solid #ccc; border-left: 1px solid #000; color: #666; } 

.ctt_otherinfo .content-area-01 #watch dl ul { border-bottom: 2px solid #000; border-top: 2px solid #000; flex-wrap: wrap; } 
.ctt_otherinfo .content-area-01 #watch dl ul li { padding: 15px 20px; width: 50%; display: flex; align-items: center; } 
.ctt_otherinfo .content-area-01 #watch dl ul li+li { border-left: 1px solid #000; } 
.ctt_otherinfo .content-area-01 #watch dl ul li span { font-size: 18px; display: block; width: 130px; font-weight: bold; } 
.ctt_otherinfo .content-area-01 #watch dl ul li em { font-size: 16px; color: #666; flex: 1; } 
.ctt_otherinfo .content-area-01 #watch ol { counter-reset: circle 0; } 
.ctt_otherinfo .content-area-01 #watch ol li { position: relative; list-style: none; display: flex; align-items: center; gap: 10px; padding: 20px 0; font-size: 18px; color: #666; } 
.ctt_otherinfo .content-area-01 #watch ol li:first-child { padding-top: 0; } 
.ctt_otherinfo .content-area-01 #watch ol li+li { border-top: 1px solid #ccc; } 
.ctt_otherinfo .content-area-01 #watch ol li::before { counter-increment: circle 1; content: counter(circle); color: #fff; background: #333; border-radius: 50%; display: flex; width: 20px; height: 20px; justify-content: center; align-items: center; font-size: 10px; } 

.ctt_rentalinfo .dl-custom-01 { margin-top: 0; } 
.ctt_rentalinfo .dl-custom-01 table td { border-left: 1px solid #ccc; } 
.ctt_rentalinfo .dl-custom-01 table tr td:first-child { border-right: 1px solid #000; } 
.ctt_rentalinfo .dl-custom-01 table tr td.ico-plus { border-left: 1px solid #ccc; border-right: 0; } 
.ctt_rentalinfo .procedure-wrap { display: flex; flex-direction: column; gap: 40px; } 
.ctt_rentalinfo .procedure-wrap .list-title { width: 250px; height: 40px; background: #000; color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50px; font-weight: bold; } 
.ctt_rentalinfo .procedure-wrap .procedure-box { position: relative; gap: 40px; } 
.ctt_rentalinfo .procedure-wrap .procedure-box ul { padding-right: 170px; } 
.ctt_rentalinfo .procedure-wrap .procedure-box ul li { display: flex; gap: 5px; } 
.ctt_rentalinfo .procedure-wrap .procedure-box ul li::before { content: ''; display: block; width: 3px; height: 3px; background: #000; border-radius: 50%; margin-top: 7px; } 
.ctt_rentalinfo .procedure-wrap .procedure-box .text-box { flex: 1; } 
.ctt_rentalinfo .procedure-wrap .procedure-box .text { margin-top: 20px; background: #F5F5F5; padding: 20px; font-size: 18px;} 
.ctt_rentalinfo .procedure-wrap .procedure-box .text a{font-weight: bold;}
.ctt_rentalinfo .procedure-wrap .procedure-box .text strong { display: block; font-weight: bold; color: #000; margin-bottom: 10px; } 
.ctt_rentalinfo .procedure-wrap .procedure-box .text span { display: inline-flex; color: #666; gap: 3px; } 
.ctt_rentalinfo .procedure-wrap .procedure-box .text span img{object-fit: contain;} 
.ctt_rentalinfo .procedure-wrap .procedure-box .text span+span { margin-left: 40px; } 
.ctt_rentalinfo .diagram-list { position: relative; gap: 3px; flex-wrap: wrap; } 
/* .ctt_rentalinfo .diagram-list::after { content: ''; position: absolute; top: 50%; right: 0; background: url; } */
/* .ctt_rentalinfo .diagram-list li { min-height: 110px; } */
.ctt_rentalinfo .diagram-list li em { text-align: center; } 
.ctt_rentalinfo .diagram-list li:nth-child(odd) { display: flex; flex-direction: column; border: 1px solid #ccc; padding: 20px; width: calc((100% - 75px) / 4); } 
.ctt_rentalinfo .diagram-list li:nth-child(odd) em { display: block; } 
/* .ctt_rentalinfo .diagram-list li:nth-child(odd) span { color: #666; } 
.ctt_rentalinfo .diagram-list li:nth-child(odd) span:nth-child(2) { display: block; margin-top: 10px; } */
.ctt_rentalinfo .diagram-list li:nth-child(even) { display: flex; align-items: center; } 
.ctt_rentalinfo .diagram-list li:nth-child(even) img { transform: rotate(180deg); } 
.ctt_rentalinfo .diagram-list li:nth-child(n+8) { margin-top: 20px; } 
.ctt_rentalinfo .diagram-list li:nth-child(n+8) img { transform: rotate(0deg); } 
.ctt_rentalinfo .diagram-list li:nth-child(8) { position: absolute; top: 66px; right: 11%; margin: 0; transform: rotate(-90deg); } 
.ctt_rentalinfo .diagram-list li:nth-child(9) { order: 7; } 
.ctt_rentalinfo .diagram-list li:nth-child(10) { order: 6; } 
.ctt_rentalinfo .diagram-list li:nth-child(11) { order: 5; } 
.ctt_rentalinfo .diagram-list li:nth-child(12) { order: 4; } 
.ctt_rentalinfo .diagram-list li:nth-child(13) { order: 3; } 
.ctt_rentalinfo .diagram-list li:nth-child(14) { order: 2; } 
.ctt_rentalinfo .diagram-list li:nth-child(15) { order: 1; } 
.ctt_rentalinfo .ico-plus { position: relative; } 
.ctt_rentalinfo .ico-plus i { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); } 
.ctt_rentalinfo .btn-rental { display: flex; align-items: center; justify-content: center; width: 250px; height: 60px; font-weight: bold; border-radius: 50px;background: var(--point); color: #fff;gap: 10px;} 
.ctt_rentalinfo .btn-rental img { transform: scale(0.7); } 


.ctt_map .addr-wrap {position: relative; transform: translateY(-19%);}
.ctt_map .map-area { padding-top: clamp(40px, calc( 80 / var(--inner) * 100vw ), 80px); } 
.ctt_map .map-box { height: 640px; width: 100%; } 
.ctt_map iframe { width: 100%; height: 100%; object-fit: cover; } 
.ctt_map .addr-box { position: relative; padding: 100px 135px; background: #850008; color: #fff;} 
.ctt_map .addr-box .bg-text { position: absolute; bottom: 40px; left: 0; } 
#sub_page .ctt_map p { color: #fff; } 
.ctt_map .addr-box strong { font-size: clamp(24px, calc( 28 / var(--inner) * 100vw ), 28px); font-weight: bold; line-height: 1; width: 280px; } 
.ctt_map .addr-box dl { flex-wrap: wrap; justify-content: space-between; width: calc(100% - 280px); } 
.ctt_map .addr-box dt { width: 170px; font-weight: bold; } 
.ctt_map .addr-box .flex-mid { gap: 10px; } 
.ctt_map .addr-box dd { width: calc(100% - 170px); } 
.ctt_map .addr-box dd.w50 { width: calc(50% - 170px); } 
/* .ctt_map .addr-box dd.w50 { flex: 1; } 
.ctt_map .addr-box dd.w50.mail { width: auto; flex: none; } */
.ctt_map .addr-box .w50 { margin-top: 40px; } 

.ctt_map .addr-box2 {padding: 70px 20px 0 135px;}
.ctt_map .addr-box2 dl {flex-wrap: wrap; justify-content: space-between; width: calc(100% - 280px);}
.ctt_map .addr-box2 strong {font-size: clamp(24px, calc(28 / var(--inner) * 100vw), 28px); font-weight: bold; line-height: 1; width: 280px;}
.ctt_map .addr-box2 dt {width: 100%;font-weight: bold;}
.ctt_map .addr-box2 dd {width: calc(100% - 140px);}
.ctt_map .addr-box2 dd li {color: #666; display: flex; gap: 40px; line-height: 1.5; margin-bottom: 10px;}
.ctt_map .addr-box2 dd li:last-child {margin-bottom: 0;}
.ctt_map .addr-box2 dd li span:nth-child(1) {display: block; width: 100px;}
.ctt_map .addr-box2 dd li span:nth-child(2) {flex-shrink: 1;}
.ctt_map .addr-box2 .flex-mid {
    gap: 10px;
}
.ctt_map .addr-box2 .mt40 {margin-top: 40px;}
#sub_page .ctt_map .addr-box2 p .ico-box {width: 20px;}
#sub_page .ctt_map .addr-box2 p {color:#333;}
#sub_page .ctt_map .addr-box2 p.flex-mid {margin-bottom: 20px;}

@media screen and (max-width: 1300px) {
    .ctt_map .addr-box2 address {
        flex-direction: column;
        gap: 40px;
    }

    .ctt_map .addr-box2 dl {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .ctt_map .addr-box2 {
        padding: 40px;
    }
    #sub_page .ctt_map .addr-box2 p {margin-bottom: 15px;}
    .ctt_map .addr-box2 dl {flex-direction: column;}
    .ctt_map .addr-box2 dd {width: 100%;}
    .ctt_map .addr-box2 .mt40 {margin-top: 0px;}
    .ctt_map .addr-box2 .mt40:nth-child(2) {margin-top: 0;}
        .ctt_map .addr-box2 dd:nth-child(2) {margin-bottom: 30px;}
}

@media screen and (max-width: 768px) {
    .ctt_map .addr-box2 dd li {flex-direction: column; gap: 15px; margin-bottom: 20px;}
    .ctt_map .addr-wrap {transform: translateY(0); padding: 0;}

}

@media screen and (max-width: 500px) {
    .ctt_map .addr-box2 {padding:20px;}
    
}

/* .ctt_floorinfo .fixed-area { position: fixed; top: 0; left: 0; width: 100%; top: 100px; } */
.ctt_floorinfo #ctt_con { } 
.ctt_floorinfo .fixed-area { position: sticky; top: 150px; z-index: 10; pointer-events: none; } 
.ctt_floorinfo .fixed-area > .inner { position: relative; } 
.ctt_floorinfo .floor-list { display: flex; flex-direction: column; gap: 20px; width: fit-content; pointer-events: auto; backdrop-filter: blur(15px);padding: 10px;border-radius: 10px;} 
.ctt_floorinfo .floor-list a { font-size: 22px; font-weight: bold; color: #999; transition: 0.5s; } 
.ctt_floorinfo .floor-list a.on { font-size: 58px; color: #000; line-height: 1.2; } 
.ctt_floorinfo .download-box{ position: absolute; top: 0; right: 0; pointer-events: auto; padding: 10px;border-radius: 50px;backdrop-filter: blur(15px);} 
#sub_page .ctt_floorinfo .content-area { padding: 0; } 
#sub_page .ctt_floorinfo .content-area-01 { padding: 0 0 150px; } 
#sub_page .ctt_floorinfo .content-area-02 { padding: 150px 0; background: #F5F5F5; } 
#sub_page .ctt_floorinfo .content-area-03 { padding: 150px 0; } 
.ctt_floorinfo .content-area > .inner { display: flex; justify-content: end; } 
.ctt_floorinfo .floor-by-list { margin-top: -100px; } 
.ctt_floorinfo .floor-map { position: relative; } 
.ctt_floorinfo .popup-list li { position: absolute; transform: translate(-50%, -100%); opacity: 0; transition: 0.5s;; width: 250px; visibility: hidden; } 
.ctt_floorinfo .popup-list li.active { opacity: 1; visibility: visible; } 
.ctt_floorinfo .popup-list li .text-box { position: relative; background: #000; color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 10px; font-size: 14px; font-weight: bold; margin-bottom: 20px; } 
.ctt_floorinfo .popup-list li .text-box::after { content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); display: block; width: 0; height: 0; border-style: solid; border-width: 20px 20px 1px 20px; border-color: #000000 transparent transparent transparent; } 
.ctt_floorinfo .sd-popup-list { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 1101; visibility: hidden; opacity: 0; } 
.ctt_floorinfo .sd-popup-list.sd-on { visibility: visible; opacity: 1; } 
.ctt_floorinfo .sd-popup-list .bg { width: 100%; height: 100%; background: #00000057; } 
.ctt_floorinfo .sd-popup-list .popup-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; width: 80vw; height: 81vh; padding: 40px 135px 60px; display: flex; flex-direction: column; gap: 40px; } 
.ctt_floorinfo .popup-wrap .popup-hd { display: flex; justify-content: space-between; } 
.ctt_floorinfo .popup-wrap .popup-hd h3 { font-size: 33px !important; } 
.ctt_floorinfo .popup-wrap .popup-close { position: relative; width: 35px; height: 35px; transform: translateX(100px); } 
.ctt_floorinfo .popup-wrap .popup-close::before,.ctt_floorinfo .popup-wrap .popup-close::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 100%; height: 2px; background: #000; } 
.ctt_floorinfo .popup-wrap .popup-close::after { transform: translate(-50%, -50%) rotate(-45deg); } 
.ctt_floorinfo .popup-wrap .swiper { width: 100%; height:calc(100% - 90px);; overflow: inherit; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-wrapper { overflow: hidden; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-slide { opacity: 0 !important; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-slide.swiper-slide-active { opacity: 1 !important; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-button { width: 60px; height: 60px; background: #000; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-button::after { display: none; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-button-next { right: -100px; } 
.ctt_floorinfo .popup-wrap .swiper .swiper-button-prev { left: -100px; transform: rotate(180deg); } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap { display: flex; gap: 40px; height: 100%; background: #fff; } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2{display: block;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span{display: block;margin-bottom: 30px; width: fit-content;padding: 5px 15px;border-radius: 30px;font-size: 14px;color: #fff;background: #006AB7;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.escalator{background: #8F5298;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.ev{background: #E6910B;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.cargoev{background: #269994;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.feedingroom{background: #DB4A90;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.library{background: #000000;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.loadingdock{background: #DB4A90;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.garbagedump{background: #DB728D;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.counseling_room{background: #47652E;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.organizers{background: #C2B564;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 > span.organizers_office{background: #5B82BC;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list{display: flex;gap: 40px;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list li{width: calc((100% - 40px)/2);}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list li .img-box{height: 85%;box-shadow: 0 0 10px #0000006c;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list li img{width: 100%;height: 100%;}
.ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list li span{display: block; margin-top: 20px;font-size: clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px);font-weight: bold;text-align: center;}
/* .ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list.li2 li{width: calc((100% - 40px)/2);} */
.ctt_floorinfo .popup-wrap .swiper .in-wrap > div { width: calc(50% - 20px); } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper { height: 100%; display: flex; flex-direction: column; gap: 30px; } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper .swiper-wrapper { flex: 1; } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper img { width: 100%; height: 100%; object-fit: cover; } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper .swiper-pagination { position: relative; bottom: 0; left: 0; opacity: 1 !important; pointer-events: auto; display: flex !important; justify-content: center; align-items: center; height: 10px; gap: 30px; } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper .swiper-pagination-bullet { display: block !important; margin: 0; } 
.ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper .swiper-pagination-bullet-active { background: #850008; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box { position: relative; display: flex; flex-direction: column; justify-content: space-between; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box::after { content: ''; display: block; position: absolute; top: 0; right: -4px; width: 5px; height: 100%; background: #fff; } 
#sub_page .ctt_floorinfo .popup-wrap .swiper .in-text-box h4 { font-size: 28px; color: #000; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box .top p { display: block; margin-top: 20px; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box .top a { margin-top: 30px; padding: 10px 40px; border-radius: 50px; background: #000; color: #fff; display: block; width: fit-content; font-size: 14px; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box dl { display: flex; flex-wrap: wrap; padding-bottom: 25px; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box dt { width: 190px; padding: 15px 0; border-bottom: 1px solid #ccc; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box dd { width: calc(100% - 190px); padding: 15px 0; border-bottom: 1px solid #ccc; color: #666; } 
.ctt_floorinfo .popup-wrap .swiper .in-text-box dt:nth-last-child(2),.ctt_floorinfo .popup-wrap .swiper .in-text-box dd:nth-last-child(1) { border-bottom:0; } 
/* .ctt_floorinfo .swiper .swiper-slide-active { z-index: 2 !important; } 
.ctt_floorinfo .swiper .swiper-slide { z-index: 1 !important; } 
.ctt_floorinfo .swiper .swiper-slide-active .in-swiper .swiper-pagination { z-index: 2 !important; } 
.ctt_floorinfo .swiper .swiper-slide.in-swiper .swiper-pagination { z-index: 1 !important; } 
.ctt_floorinfo .swiper .swiper-pagination { z-index: 1; } */
.ctt_floorinfo .swiper .swiper-pagination { z-index: auto; visibility: hidden; } 
.ctt_floorinfo .sd-on .swiper .swiper-slide-active .in-swiper .swiper-pagination { visibility: visible; } 
.ctt_floorinfo .content-area .inner { position: relative; } 
.ctt_floorinfo .facility-info-box { position: absolute; bottom: 0; left: 0; pointer-events: none;} 
.ctt_floorinfo .facility-info-box em { font-size: 18px; font-weight: bold; display: block; margin-bottom: 20px; } 
.ctt_floorinfo .facility-info-list { gap: 30px;flex-wrap: wrap; } 
.ctt_floorinfo .facility-info-list li { gap: 5px; font-size: 16px; } 
.ctt_floorinfo .facility-info-box p{font-size: 15px;margin-top: 15px;color: #333 !important;}



/* 한국정신문화재단 시작 */
.sub-introduce .img_section {display: flex; justify-content: center; align-items: center; margin-bottom: 55px; padding: 235px 0; background: url(../img/content/intro_bg.png) center; background-size: cover;}

.sub-introduce .content_section > ul {display: flex; padding: 30px 0; border-bottom: 1px solid #E3E5EE; word-break: keep-all;}
.sub-introduce .content_section > ul:first-child {padding-top:0;}
.sub-introduce .content_section > ul .tit {width:30%; font-size: 26px; font-weight: bold;}
.sub-introduce .content_section > ul .desc {flex: 1; font-size: 20px; color: #666; line-height: 35px;}
.sub-introduce .content_section > ul .desc p {margin-bottom: 10px;}
.sub-introduce .content_section > ul .desc p.bullet::before {top: 14px;}
.sub-introduce .content_sub_tit {display: block; margin-bottom: 25px; font-size: 22px; font-weight: bold;}
.sub-introduce  .content_sub_list {margin-bottom: 30px;}

.sub-introduce .content_section > ul > li.grid_wrap {display: grid; grid-template-columns: 1fr 1fr; gap: 13px;}
.sub-introduce .content_section > ul > li > div {padding: 20px; border: 1px solid #000;}
.sub-introduce .content_section > ul > li.grid_wrap .content_sub_list {margin-bottom: 0;}
.sub-introduce .content_section > ul > li.grid_wrap .content_sub_tit {margin-bottom: 13px;}
.sub-introduce .content_section > ul > li.grid_wrap li.desc {margin-bottom: 10px;}
.sub-introduce .content_section > ul > li.grid_wrap li.desc.bullet::before {top:14px;}
.sub-introduce .content_section > ul > li.grid_wrap li.desc:last-of-type {margin-bottom: 0px;}
/* 한국정신문화재단 끝 */

@media screen and (max-width:840px) { 
    .sub-introduce .content_section > ul > li.grid_wrap {grid-template-columns: 1fr;}

} 


/* 비전 및 목표 시작*/
#ctt_con {position: relative;}
.ctt_vision {position: relative;}
#sub_page.sub-vision strong{color: #000000;}
#sub_page.sub-vision p{color: #666;}
#sub_page.sub-vision .cont-banner-area p{color: #ffffffbd;}
/* #sub_page.sub-vision .location strong {color: #fff;font-weight: normal;} */
.cont-main-text{text-align: center;margin: 80px 0;}
.cont-main-text h5{margin-bottom: 25px;}
#sub_page.sub-vision .bg-text {position: absolute;top: 0;left: 0;width: 100%;z-index: -1;}
#sub_page.sub-vision .bg-text strong{font-size: 5vw;font-weight: 900;color: #eee;line-height: 1;text-transform: uppercase;}
#sub_page.sub-vision .bg-text strong:nth-child(2){text-align: right;}
#sub_page.sub-vision h5.section_tit {font-size: 40px; line-height: 1.4; transition: 0.5s; transition-delay: 0.1s; font-weight: bold;}

#sub_page.sub-vision .bg-text {text-align: center;margin-top: 150px;}
#sub_page.sub-vision h5{text-align: center;}
.sub-vision .vision-area {opacity: 0; margin-top: 50px; transition: 0.5s;}
.sub-vision .vision-area.scroll-on {margin-top: 0;opacity: 1;}
.sub-vision .vision-area ul{gap: 60px;justify-content: center;transform: translateY(175px);padding-top: 100px;}
.sub-vision .vision-area ul li{width: 575px;height: 350px;padding: 30px 50px;background: url(../img/content/vision-01.jpg) center no-repeat;background-size: cover; }
.sub-vision .vision-area ul li:nth-child(2){background: url(../img/content/vision-02.jpg)center no-repeat; background-size: cover;  transform: translateY(150px);  opacity: 0;transition: 0.5s; transition-delay: 0.5s;}
.sub-vision .vision-area.scroll-on  ul li:nth-child(2){transform: translateY(100px); opacity: 1;}
#sub_page.sub-vision .vision-area ul li strong{color: #fff;font-size: 50px; font-weight:bold; margin-bottom: 30px;}
#sub_page.sub-vision .vision-area ul li p{color: #fff;font-size: 22px;}
.sub-vision .core-area {background:#F6F6F6;padding-top: 350px;}
#sub_page.sub-vision .core-area h5,.sub-vision .core-area .diagram-wrap{ opacity: 0; transition: 0.5s;}
#sub_page.sub-vision .core-area h5.scroll-on,.sub-vision .core-area .diagram-wrap.scroll-on{ opacity: 1;}
.sub-vision .core-area .diagram-wrap{position: relative; width: 700px;height: 700px;margin: 30px auto 100px;}
.sub-vision .core-area .diagram-wrap strong{position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%);width: 225px;height: 225px;background: #fff; border-radius: 50%;    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;text-align: center;line-height: 225px;font-size: 45px;}
.sub-vision .core-area .diagram-wrap strong::after{content: '';position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%);display: block;width: 513px;height: 513px;background: url(../img/content/vision-03-border.png)center no-repeat;background-size: 100% 100%; animation:circle 30s linear infinite;}
.sub-vision .core-area .diagram-wrap img{position: relative;z-index: 5; margin: 30px auto 0;padding-top: 55px;}
.sub-vision .core-area .diagram-wrap .text-box{position: absolute; top: 0;left: 0;width: 100%;height: 100%;text-align: center;}
.sub-vision .core-area .diagram-wrap .text:nth-child(1){position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.sub-vision .core-area .diagram-wrap .text:nth-child(2){position: absolute;bottom: 150px;left: 20px;}
.sub-vision .core-area .diagram-wrap .text:nth-child(3){position: absolute;bottom: 150px;right: 20px;}
.sub-vision .core-area .diagram-wrap .text-box em{display: block;font-size: 14px;font-weight: 300;}
.sub-vision .core-area .diagram-wrap .text-box span{font-weight: bold;}
@keyframes circle {
    0%{transform: translate(-50%, -50%) rotate(0deg);}
    100%{transform: translate(-50%, -50%) rotate(360deg);}
}

#sub_page.sub-vision .bg-text strong {font-size: 9vw;}
.sub-vision .goal-area{opacity: 0;transition: 0.5s; padding-bottom: 100px;}
.sub-vision .goal-area.scroll-on{opacity: 1;}
.sub-vision .goal-area .goal-list{width: 1060px; flex-wrap: wrap; margin: 0 auto;gap: 20px;margin-top: 35px;}
.sub-vision .goal-area .goal-list li{position: relative; width: calc(50% - 10px); height: 180px;font-weight: bold;line-height: 1.6;}
.sub-vision .goal-area .goal-list li .inner1{transform-style: preserve-3d; transform: rotateX(-70deg); padding-left: 70px;background: #F4F4F4; border-radius: 30px;width: 100%;height: 100%;align-items: center;gap: 60px; transition:opacity 0.5s ease, transform 0.5s ease; opacity: 0;}
.sub-vision .goal-area.scroll-on .goal-list li .inner1{opacity: 1;transform: rotateX(0deg);}
.sub-vision .goal-area.scroll-on .goal-list li:nth-child(2) .inner1{transition-delay: 0.5s;}
.sub-vision .goal-area.scroll-on .goal-list li:nth-child(3) .inner1{transition-delay: 1s;}
.sub-vision .goal-area.scroll-on .goal-list li:nth-child(4) .inner1{transition-delay: 1.5s;}
.sub-vision .goal-area .goal-list .img-box{width: 90px;height: 90px;background: url(../img/content/ico-goal-01.png)center no-repeat; background-size: contain;}
.sub-vision .goal-area .goal-list li:nth-child(2) .img-box{background: url(../img/content/ico-goal-02.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:nth-child(3) .img-box{background: url(../img/content/ico-goal-03.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:nth-child(4) .img-box{background: url(../img/content/ico-goal-04.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:hover .img-box{background: url(../img/content/ico-goal-01-w.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:hover:nth-child(2) .img-box{background: url(../img/content/ico-goal-02-w.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:hover:nth-child(3) .img-box{background: url(../img/content/ico-goal-03-w.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:hover:nth-child(4) .img-box{background: url(../img/content/ico-goal-04-w.png)center no-repeat;background-size: contain;}
.sub-vision .goal-area .goal-list li:hover { color: #fff;}
.sub-vision .goal-area .goal-list li:hover .inner1{background: url(../img/content/vision-04-01.png)center no-repeat; background-size: cover; }
.sub-vision .goal-area .goal-list li:hover:nth-child(2) .inner1{background: url(../img/content/vision-04-02.png)center no-repeat; background-size: cover;}
.sub-vision .goal-area .goal-list li:hover:nth-child(3) .inner1{background: url(../img/content/vision-04-03.png)center no-repeat; background-size: cover;}
.sub-vision .goal-area .goal-list li:hover:nth-child(4) .inner1{background: url(../img/content/vision-04-04.png)center no-repeat; background-size: cover;}
/* 비전 및 목표 끝 */

/* 조직도 시작 */
.ctt_organization {margin-bottom: 0 !important; padding-bottom: 0 !important;}
.ctt_organization #ctt_con {padding-bottom: 0 !important;}
.sub-organization .organization-area {position: relative;padding-bottom: 0; transition: 0.5s;opacity: 0;}
.sub-organization .organization-area.scroll-on {opacity: 1;}
.sub-organization .organization-area::after {content: ''; display: block; position: absolute;bottom: 50px;left: 0;width: 100%;height: 80%;background: #F6F6F6;z-index: 0;}
.sub-organization .organization-area .img-box{position:relative; z-index: 1; width: 100%;height: 20vw;background: url(../img/content/organization-01.png)center no-repeat; background-size: inherit; margin: 10px auto 0;}
.sub-organization .organization-table-area {width: 100%;padding: 40px 0;opacity: 0;transition: 0.5s;transition-delay: 0.3s;}
.sub-organization .organization-table-area.scroll-on{opacity: 1;}
.sub-organization .organization-table-area table{width: 100%;border-collapse: collapse;text-align: center;margin-top: 40px; font-size: clamp(14px, calc(20 / var(--inner) * 100vw), 20px);}
.sub-organization .organization-table-area table thead tr{border-top: 2px solid #000;border-bottom: 2px solid #000;}
.sub-organization .organization-table-area table tbody tr:nth-child(1){border-bottom: 2px solid #ffffff;}
.sub-organization .organization-table-area table tbody tr:nth-last-child(1){border-bottom: 2px solid #000;}
.sub-organization .organization-table-area table tr td,.sub-organization .organization-table-area table tr th{padding: 20px 10px;}
.sub-organization .img-box1{width: fit-content; margin: 0 auto; opacity: 0;transition: 0.5s;}
.sub-organization .img-box1.scroll-on{margin-top: 40px; opacity: 1;}

.organization-table-area h5 {font-size: clamp(25px, calc(30 / var(--inner) * 100vw), 30px); font-weight: bold;}
/* 조직도 끝 */

@media screen and (max-width:600px) { 
    .sub-organization .organization-table-area table tr td,
    .sub-organization .organization-table-area table tr th {padding: 5px 5px; font-size: 13px;}
    .sub-organization .organization-table-area table thead th:nth-child(2) {width: 40%;}
    .sub-organization .organization-table-area table thead th:nth-child(3) {width: 20%;} 
    .sub-organization .organization-table-area table thead th:nth-child(4) {width: 40%;}

} 

@media screen and (max-width:430px) { 
    .sub-organization .organization-table-area .table_box {overflow: auto;}
    .sub-organization .organization-table-area table {width: 500px;}
    .sub-organization .organization-table-area table tr td,
    .sub-organization .organization-table-area table tr th {padding: 5px 5px; font-size: 12px;}
} 

/* CI 시작 */
.sub-CI .ci_list {display: flex; justify-content: space-between;}
.sub-CI .ci_list.ci_list_horizon {margin-bottom: 120px; padding-top: 100px;}
.sub-CI .ci_tit {padding-right: 175px; border-right: 1px solid #000;}
.sub-CI .warning_ment {margin-top: 20px; font-size: 14px; color: #333 !important; text-align: right;}
.sub-CI .warning_ment .icon {color: #ED1B23;}
.sub-CI .btn_list {margin: 120px 0 100px;}
.sub-CI .btn_list {display: flex; justify-content: center; gap: 20px;}
.sub-CI .btn_list > a {display: block; width:135px; height: 40px; background: var(--point); border-radius: 40px; font-size: 16px; color: #fff; line-height: 40px; text-align: center;}
.sub-CI .ci_imgbox > img {max-width: 100%;}
/* CI 끝 */

@media screen and (max-width:1600px) { 
 .ctt_floorinfo .facility-info-box { left: 40px; }
 .ctt_rentalinfo .procedure-wrap .procedure-box .text span+span{margin-left: 10px;} 

.sub-CI .ci_list {flex-direction: column; gap: 50px;}
.sub-CI .ci_list .ci_tit {padding-right: 0;}
.sub-CI .ci_tit {border-right: none;}

 } 
@media screen and (max-width:1400px) { 
 .ctt_facilityinfo .content-area-01 dl { width: 300px; } 
 .dl-custom-01 dt { width: 250px; } 
 .ctt_rentalinfo .dl-custom-01 dt { width: 280px; } 
 .dl-custom-01 dd { width: calc(100% - 310px); } 
 .ctt_rentalinfo .dl-custom-01 dd { width: calc(100% - 340px); } 
 .quick-area .btn-top,.quick-area .btn-quick-more { width: 60px; height: 60px; padding: 20px; } 
 .quick-wrap { width: 80px; } 
 .ctt_floorinfo .facility-info-box{bottom: -120px;}
 
 } 
 @media screen and (max-width:1300px) { 
 .ctt_map .addr-box address { flex-direction: column; gap: 40px; } 
 .ctt_map .addr-box dl { width: 100%; } 
 .ctt_floorinfo .canvas-box { width: 100% !important; height: auto; } 
 .ctt_floorinfo .sd-popup-list .popup-wrap { padding: 40px 80px; width: 90vw; } 
 .ctt_floorinfo .popup-wrap .popup-close { transform: translateX(65px); } 
 .ctt_floorinfo .popup-wrap .swiper .swiper-button { width: 50px; height: 50px; } 
 .ctt_floorinfo .popup-wrap .swiper .swiper-button-next { right: -65px; } 
 .ctt_floorinfo .popup-wrap .swiper .swiper-button-prev { left: -65px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dt { width: 150px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dd { width: calc(100% - 150px); } 
 .ctt_floorinfo .content-area > .inner { justify-content: start; } 
 .ctt_floorinfo .floor-map { width: 100%; } 
 /* .ctt_floorinfo .floor-map { overflow: auto; } 
 .ctt_floorinfo .floor-map img { min-width: 1200px; } */

 .sub-vision .vision-area ul li {width: 500px;height: 300px;}
 .sub-introduce .content_section > ul {flex-direction: column; gap: 25px;}
 .sub-introduce .content_section > ul .tit {width:100%;}
 } 


@media screen and (max-width:1200px) {
      .sub-vision .vision-area ul {gap: 30px;padding-top: 50px;}
}

@media screen and (max-width:1100px) { 
 /* .ctt_facilityinfo .content-area-01::after { font-size: clamp(100px, calc( 290 / var(--inner) * 100vw ), 290px); } */
 .ctt_facilityinfo .content-area-01 { background-size: 70%; } 
 .ctt_facilityinfo .content-area-01 .flex-bottom { flex-direction: column; align-items: start; gap: 50px; } 
 .ctt_facilityinfo .content-area-01 dl { width: 100%; } 
 .ctt_otherinfo .content-area-01 #facility .ul-custom-01 li { width: calc((100% - 20px)/2); } 
 .dl-custom-01 { gap: 0px; } 
 .dl-custom-01 dt { width: 100% !important; border:0; } 
 .dl-custom-01 dd { width: 100% !important; margin: 30px 0 80px; } 
 .dl-custom-01 dd:last-child { margin-bottom: 0; } 
 .ctt_map .addr-box { padding: 40px; } 
 

 .sub-vision .goal-area .goal-list {width: 90vw;}
.sub-vision .vision-area ul li { width: 430px; height: 280px;}
.sub-vision .goal-area .goal-list li .inner1 {padding-left: 30px;}

.sub-vision .vision-area ul {flex-direction: column;align-items: center;transform: translateY(0); padding-top: 70px;}
.sub-vision .vision-area.scroll-on ul li:nth-child(2) {transform: translateY(0);}
.sub-vision .vision-area.scroll-on ul li {width: 90vw;}
#sub_page.sub-vision .bg-text {margin-top: 0px;}
.sub-vision .core-area {margin-top: 30px; padding-top: 30px;}
.sub-vision .goal-area .goal-list li .inner1 {gap: 30px;}


 } 
@media screen and (max-width:1024px) { 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dd:nth-last-child(1) { width: 100%; padding-top: 0; } 
 .quick-area { top: auto; bottom: 20px; transform: translateY(0%); } 
 .quick-area .btn-quick-more { display: flex; } 
 .quick-wrap { display: none; padding-bottom: 40px; height: 280px; transform: translateY(-30px); border-radius: 30px 30px 0 0; } 
 
 } 

 
@media screen and (max-width: 1600px) {
    #sub_page .bg-text strong { font-size: 8vw; }
    .sub-vision .core-area .diagram-wrap strong { width: 200px; height: 200px; line-height: 200px; font-size: 35px; }
    .sub-vision .core-area .diagram-wrap .text-box em { font-size: 12px; }
    .sub-vision .core-area .diagram-wrap img { width: 100%; max-width:70%; height: auto;padding-top: 70px; }
}

@media screen and (max-width:900px) { 
 .ctt_otherinfo .content-area-01 #watch dl ul li span { width: 70px; } 
 .ctt_rentalinfo .procedure-wrap .procedure-box .text span { display: flex; } 
 .ctt_rentalinfo .procedure-wrap .procedure-box .text span+span { margin: 10px 0 10px 0; } 
 .ctt_floorinfo .sd-popup-list .popup-wrap { height: 90vh; gap: 10px; padding: 20px 40px; } 
 .ctt_floorinfo .popup-wrap .popup-close { transform: translateX(20px); } 
 .ctt_floorinfo .popup-wrap .swiper .in-wrap { flex-direction: column; gap: 25px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-wrap > div { width: 100%; } 
 .ctt_floorinfo .popup-wrap .swiper .in-sd-box { height: 30vh; } 
 .ctt_floorinfo .popup-wrap .swiper .in-wrap .swiper { gap: 30px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box .top { position: relative; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box .a_inquiry_rent { position: absolute; top: 0; right: 2px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box::after { display: none; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dd:nth-last-child(1) { width: calc(100% - 150px); padding-top: 15px; } 
 /* .ctt_floorinfo .popup-wrap .swiper .swiper-button-next { right: -21px; top: calc(30vh - 7px); width: 40px; height: 40px; } 
 .ctt_floorinfo .popup-wrap .swiper .swiper-button-prev { left: -21px; top: calc(30vh - 7px); width: 40px; height: 40px; }  */
  .ctt_floorinfo .popup-wrap .swiper .swiper-button-next { right: 0px; top: calc(30vh - 7px); width: 40px; height: 40px; } 
 .ctt_floorinfo .popup-wrap .swiper .swiper-button-prev { left: 0px; top: calc(30vh - 7px); width: 40px; height: 40px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box .top p { margin-top: 10px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box .top a { margin-top: 0px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dt,.ctt_floorinfo .popup-wrap .swiper .in-text-box dd,.ctt_floorinfo .popup-wrap .swiper .in-text-box dd:nth-last-child(1) { padding: 10px 0; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dl { padding-bottom: 0; margin-top: 20px; } 

 
 
 } 
@media screen and (max-width:800px) { 
 .ctt_map .addr-box .bg-text { bottom: auto; left: auto; top: 0; right: 0; } 
 .ctt_map .addr-box address { gap: 0; } 
 .ctt_map .addr-box dt,.ctt_map .addr-box dd { margin-top: 20px !important; } 
 .ctt_map .addr-box dt { width: 100px; } 
 .ctt_map .addr-box dd { width: calc(100% - 100px) !important; flex: none !important; } 
 .ctt_map .addr-box dd .flex-mid { display: inline-block; } 
 .ctt_map .addr-box .bg-text { transform: scale(0.5); transform-origin: top right; } 

.sub-vision .goal-area .goal-list li {height: 300px;}
.sub-vision .goal-area .goal-list li .inner1 { flex-direction: column;justify-content: center;padding-left: 0;text-align: center;}
.sub-vision .core-area .diagram-wrap {width: 400px;height: 600px;}
.sub-vision .core-area .diagram-wrap strong::after {width: 400px;height: 400px;}
.sub-vision .core-area .diagram-wrap strong{width: 150px;height: 150px;line-height: 150px;}
.sub-vision .core-area .diagram-wrap img { padding-top: 70px;max-width: none; }
.sub-vision .core-area .diagram-wrap .text:nth-child(2) {bottom: 120px;left: -50px;}
.sub-vision .core-area .diagram-wrap .text:nth-child(3) {bottom: 120px;right: -50px;}

 } 
@media screen and (max-width:768px) { 
 #container .content-hd { flex-direction: column; align-items: start; gap: 50px; } 
 #container .content-hd .location { width: 100%; } 
 #container .location .depth { width: calc(50% - 10px); } 
 #container .location .depth > strong { justify-content: space-between; gap: 5px; } 
 .ctt_facilityinfo .content-area-01 p br { display: none; } 
 .ctt_facilityinfo .content-area-02 ul li { width: calc(50% - 10px); } 
 .ctt_rentalinfo .procedure-wrap .procedure-box { flex-direction: column; gap: 20px; } 
 .ctt_rentalinfo .diagram-list { flex-direction: column; } 
 .ctt_rentalinfo .diagram-list li { min-height: auto; } 
 .ctt_rentalinfo .diagram-list li:nth-child(odd) { width: 100%; } 
 .ctt_rentalinfo .diagram-list li:nth-child(n+8) { margin: 0; transform: rotate(0); }      
 .ctt_rentalinfo .diagram-list li:nth-child(even) { justify-content: center; } 
 .ctt_rentalinfo .diagram-list li:nth-child(even) img { transform: rotate(270deg); } 
 .ctt_rentalinfo .diagram-list li:nth-child(8) { position: relative; top: 0; left: 0; } 
 .ctt_rentalinfo .diagram-list li:nth-child(9),.ctt_rentalinfo .diagram-list li:nth-child(10),.ctt_rentalinfo .diagram-list li:nth-child(11),.ctt_rentalinfo .diagram-list li:nth-child(12),.ctt_rentalinfo .diagram-list li:nth-child(13),.ctt_rentalinfo .diagram-list li:nth-child(14),.ctt_rentalinfo .diagram-list li:nth-child(15) { order: 1; } 
 #sub_page .ctt_floorinfo .content-area{overflow: hidden;}
 .ctt_floorinfo .floor-list { flex-direction: row; } 
 .ctt_floorinfo .floor-list a.on { font-size: 30px; line-height: 1; } 
 .ctt_floorinfo .fixed-area { top: 110px; margin-top: 40px; } 
 .ctt_floorinfo .floor-by-list { margin: 40px 0 0 0; } 
 .ctt_floorinfo .facility-info-box{width: 90%;}
 .ctt_floorinfo .facility-info-list{gap: 15px;}
 .ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2{overflow: auto;}
  .ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2::-webkit-scrollbar { width: 3px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2::-webkit-scrollbar-thumb { background: #444444; } 
  .ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list{flex-direction: column;}
  .ctt_floorinfo .popup-wrap .swiper .in-wrap.ver2 .img-list li{width: 100%;}
 .download-list a { padding: 5px 10px; } 
 #sub_page .ctt_floorinfo .content-area-02,#sub_page .ctt_floorinfo .content-area-03 { padding: 80px 0 150px; } 
 .ctt_rentalinfo .procedure-wrap .procedure-box ul { padding-right: 0px; } 
.ctt_map .map-box { height: 400px; } 

.sub-vision .goal-area .goal-list .img-box {width: 70px;height: 70px;}
.sub-organization .organization-area .inner{padding: 0;}
.sub-organization .organization-area .img-box{background: url(../img/content/organization-01_m.png)center no-repeat; background-size: contain;height: 50vw;margin-top: 10px;}
.sub-organization .organization-area::after {display: none;}
.sub-organization .organization-table-area {padding: 0 0 40px 0;}
.sub-organization .organization-area{padding-bottom: 40px;}
.sub-organization .img-box1.scroll-on {transform: scale(0.8);}

.sub-CI .ci_list.ci_list_horizon {margin-bottom: 60px;}

 } 

 @media screen and (max-width:700px){
      #sub_page h5.section_tit { font-size: 30px; line-height: 1.2;}
 }


@media screen and (max-width:600px) { 
 .ctt_floorinfo .facility-info-box { left: 20px; } 

.sub-vision .core-area .diagram-wrap {width: 250px;height: 400px;}
.sub-vision .core-area .diagram-wrap strong::after {width: 250px;height: 250px;}
.sub-vision .core-area .diagram-wrap strong{width: 100px;height: 100px;line-height: 100px;font-size: 35px;}
.sub-vision .core-area .diagram-wrap img { padding-top: 60px;margin: 0 auto; }
.sub-vision .core-area .diagram-wrap .text:nth-child(2) {bottom: 80px;left: -50px;}
.sub-vision .core-area .diagram-wrap .text:nth-child(3) {bottom: 80px;right: -50px;}
#sub_page.sub-vision .vision-area ul li strong {font-size: 40px;}
#sub_page.sub-vision .vision-area ul li p {font-size: 18px;}

.sub-introduce .img_section > img {max-width: 260px;}
.sub-introduce .content_section > ul .desc {line-height: 32px;}

 } 
@media screen and (max-width:500px) { 
 
 #container .content-hd { gap: 20px; padding-top: 100px; padding-bottom: 20px; } 
 #sub_page .content-area { padding: 50px 0; } 
 .ctt_facilityinfo .content-area-02 ul li { width: 100%; } 
 .ctt_otherinfo .content-area-01 #watch dl ul li { width: 100%; } 
 .ctt_otherinfo .content-area-01 #watch dl ul li+li { border: 0; border-top: 1px solid #000; } 
 .dl-custom-01 table td,.dl-custom-01 table th { padding: 10px; } 
 .ctt_otherinfo .content-area-01 #facility .ul-custom-01 li { width: 100%; } 
 .ctt_map .addr-box { transform: translateY(0); padding: 20px; } 
 .ctt_map .addr-wrap { padding: 0; } 
 .ctt_map .addr-box dt { width: 100%; } 
 .ctt_map .addr-box dd { width: 100% !important; margin-top: 10px !important; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box .top a { padding: 10px 20px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dt,.ctt_floorinfo .popup-wrap .swiper .in-text-box dd { padding: 5px 0; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dd:nth-last-child(1) { width: 100%!important; padding-top: 0 !important; } 
 .ctt_floorinfo .fixed-area > .inner { display: flex; flex-wrap: wrap; gap: 20px; } 
 .ctt_floorinfo .download-box { position: relative; right: auto; width: fit-content; margin-left: auto; margin-right: auto; order: -1; } 
 .ctt_rentalinfo .procedure-wrap .list-title { width: 120px; } 
 .procedure-box li { font-size: 12px; } 

 #container .locationUl {gap: 10px;}
  .sub-organization #ctt {padding-top: 40px; padding-bottom: 0;}
  .sub-CI .ci_list.ci_list_horizon {padding-top: 50px;}
 } 
 @media screen and (max-width:400px) { 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box .top a { padding: 5px 10px; } 
 #sub_page .ctt_floorinfo .popup-wrap .swiper .in-text-box h4 { font-size: 22px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dl { font-size: 14px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dt { width: 130px; } 
 .ctt_floorinfo .popup-wrap .swiper .in-text-box dd { width: calc(100% - 130px); } 
 .ctt_rentalinfo .btn-rental { width: 150px; } 

.sub-vision .goal-area .goal-list li { height: 250px; width: 100%;}
.sub-vision .vision-area ul li {padding: 20px;height: 200px;}
#sub_page.sub-vision .vision-area ul li strong {margin-bottom: 10px;}
.sub-vision .core-area .diagram-wrap {width: 150px;height: 300px;}
.sub-vision .core-area .diagram-wrap strong::after {width: 150px;height: 150px;}
.sub-vision .core-area .diagram-wrap strong{width: 50px;height: 50px;line-height: 50px;font-size: 20px;}
.sub-vision .core-area .diagram-wrap img { padding-top: 60px;margin: 0 auto; }
.sub-vision .core-area .diagram-wrap .text:nth-child(2) {bottom: 50px;left: -50px;}
.sub-vision .core-area .diagram-wrap .text:nth-child(3) {bottom: 50px;right: -50px;}

.sub-introduce .img_section > img {max-width: 220px;}
#container .location .depth {font-size: 14px; min-width: 100px;}
 } 

 @media screen and (max-width: 350px) {
    .ctt_floorinfo .facility-info-box {
        bottom: -140px;
    }
}

.sub-about .ctt_about .img_section {padding: 570px 0 100px; background:url(../img/content/about-img01.jpg) no-repeat bottom/cover; opacity: 0; margin-top: 50px; transition: 0.5s;}
.sub-about .ctt_about .img_section .inner {display: flex; justify-content: center;}

.sub-about .ctt_about .overview .inner {position: relative; padding: 140px 0 110px;}
.sub-about .ctt_about .overview .inner::after {content: ""; display: block; position: absolute; left: 0; bottom: -3px; width: 548px; height: 141px; color: #f6f6f6; font-size: clamp(50px, calc(190 / var(--inner) * 100vw), 190px); font-weight: 900; line-height: 1; background: url(../img/content/about_adco.png) no-repeat bottom;}
.sub-about .ctt_about .overview .imgbox {opacity: 0; margin-top: 50px; transition: 0.5s;}
.sub-about .ctt_about .overview .textbox {position: relative; margin-left: auto; margin-top: -185px; padding: 95px 0 0 135px; width: 70%; background: #fff; opacity: 0; transition: 0.5s; transition-delay: 0.3s;}
.sub-about .ctt_about .overview .textbox h3 {margin-bottom: 20px; color: var(--point) !important;}
.sub-about .ctt_about .overview .textbox p {position: relative; z-index: 3; font-size: clamp(18px, calc(20 / var(--inner) * 100vw), 20px);}

.sub-about .ctt_about .detail {padding: 100px 0; background-color: #f6f6f6;}
.sub-about .ctt_about .detail .line {display: flex; align-items: center; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid #E3E5EE;}
.sub-about .ctt_about .detail .line:last-of-type {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.sub-about .ctt_about .detail .line .tit {width: 25%; opacity: 0; transition: 0.5s;}
.sub-about .ctt_about .detail .line .descbox {width: calc(100% - 25%);}
.sub-about .ctt_about .detail .line .descbox > p {font-size: clamp(18px, calc(20 / var(--inner) * 100vw), 20px); opacity: 0; transition: 0.5s; transition-delay: 0.3s;}

.sub-about .ctt_about .detail .line .list {display: grid; grid-template-columns: repeat(2, 2fr); gap: 20px;}
.sub-about .ctt_about .detail .item {min-height: 345px; padding: 40px; border-radius: 32px; overflow: hidden; color: #fff; opacity: 0; transition: 0.5s;}
.sub-about .ctt_about .detail .item01 {background: url(../img/content/about-img0301.jpg) no-repeat center/cover; transition-delay: 0.3s;}
.sub-about .ctt_about .detail .item02 {background: url(../img/content/about-img0302.jpg) no-repeat center/cover; transition-delay: 0.6s;}
.sub-about .ctt_about .detail .item03 {background: url(../img/content/about-img0303.jpg) no-repeat center/cover; transition-delay: 1.2s;}
.sub-about .ctt_about .detail .item04 {background: url(../img/content/about-img0304.jpg) no-repeat center/cover; transition-delay: 1.5s;}
.sub-about .ctt_about .detail .item p {margin-bottom: 20px; color: #fff !important; font-size: clamp(20px, calc(22 / var(--inner) * 100vw), 22px); font-weight: 700;}
.sub-about .ctt_about .detail .item ul li {position: relative; margin-bottom: 5px; padding-left: 10px; line-height: 1.5; font-size: clamp(18px, calc(20 / var(--inner) * 100vw), 20px); word-break: keep-all;}
.sub-about .ctt_about .detail .item ul li:last-of-type {margin-bottom: 0;}
.sub-about .ctt_about .detail .item ul li::before {content: "·"; display: inline-block; position: absolute; left: 0; color: #fff;}

/*뷰로추가*/
.andongmice {margin:50px 0;}
.andongmice h3{font-size: 52px;text-align:center !important;line-height: 1.4;}

.sub-about .ctt_about .detail1 {padding: 100px 0; background-color: #f6f6f6;}
.sub-about .ctt_about .detail1 .line {display: flex; align-items: center; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid #E3E5EE;}
.sub-about .ctt_about .detail1 .line:last-of-type {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.sub-about .ctt_about .detail1 .line .tit {width: 25%; opacity: 0; transition: 0.5s;}
.sub-about .ctt_about .detail1 .line .descbox {width: calc(100% - 0%);}
.sub-about .ctt_about .detail1 .line .descbox > p {font-size: clamp(18px, calc(20 / var(--inner) * 100vw), 20px); opacity: 0; transition: 0.5s; transition-delay: 0.3s;}

.sub-about .ctt_about .detail1 .line .list {display: grid; grid-template-columns: repeat(2, 2fr); gap: 20px;}
.sub-about .ctt_about .detail1 .item {min-height: 345px; padding: 40px; border-radius: 32px; overflow: hidden; color: #fff; opacity: 0; transition: 0.5s;}
.sub-about .ctt_about .detail1 .item01 {background:url(../img/content/business-01.png) no-repeat center/cover; transition-delay: 0.3s;}
.sub-about .ctt_about .detail1 .item02 {background:url(../img/content/business-02.png) no-repeat center/cover; transition-delay: 0.6s;}
.sub-about .ctt_about .detail1 .item03 {background:url(../img/content/business-03.png) no-repeat center/cover; transition-delay: 1.2s;}
.sub-about .ctt_about .detail1 .item04 {background:url(../img/content/business-04.png) no-repeat center/cover; transition-delay: 1.5s;}
.sub-about .ctt_about .detail1 .item p {margin-bottom: 20px; color: #fff !important; font-size: clamp(20px, calc(22 / var(--inner) * 100vw), 22px); font-weight: 700;}
.sub-about .ctt_about .detail1 .item ul li {position: relative; margin-bottom: 5px; padding-left: 10px; line-height: 1.5; font-size: clamp(18px, calc(20 / var(--inner) * 100vw), 20px); word-break: keep-all;}
.sub-about .ctt_about .detail1 .item ul li:last-of-type {margin-bottom: 0;}
.sub-about .ctt_about .detail1 .item ul li::before {content: "·"; display: inline-block; position: absolute; left: 0; color: #fff;}

.sub-about .ctt_about .img_section.scroll-on {margin-top: 0; opacity: 1;}
.sub-about .ctt_about .overview.scroll-on .imgbox {margin-top: 0; opacity: 1;}
.sub-about .ctt_about .overview.scroll-on .textbox {opacity: 1;}

.sub-about .ctt_about .detail.scroll-on .tit {opacity: 1;}
.sub-about .ctt_about .detail.scroll-on .descbox > p {opacity: 1;}
.sub-about .ctt_about .detail.scroll-on .item {opacity: 1;}

.sub-about .ctt_about .detail1.scroll-on .tit {opacity: 1;}
.sub-about .ctt_about .detail1.scroll-on .descbox > p {opacity: 1;}
.sub-about .ctt_about .detail1.scroll-on .item {opacity: 1;}

/*
dl{margin-top: 40px;padding-left: 20px;}
dl dt{position: relative;color: var(--point);font-weight: bold;margin-top: 30px;transform: translateX(-50px);transition: 0.5s;opacity: 0;}
dl dt::before{position: absolute; content: '';top: 50%;left: -20px;transform: translateY(-50%);display: block;width: 10px;height: 2px;background: var(--point);}
dl dd{color: #888;margin-top: 10px;font-size: 16px;transform: translateX(-50px);transition: 0.5s;opacity: 0;}
*/

@media screen and (max-width:1200px) {
  .sub-about .ctt_about .overview .textbox {padding: 50px 40px 0; margin-top: 0px; margin-left: initial; width: 100%;}
  .sub-about .ctt_about .detail .line {flex-direction: column; align-items: baseline; gap: 20px;}
  .sub-about .ctt_about .detail .line .tit {width: 100%;}
  .sub-about .ctt_about .detail .line .descbox {width: 100%;}
}

@media screen and (max-width:768px) {
  .sub-about .ctt_about .img_section {padding: 130px 0 300px;}
  .sub-about .ctt_about .img_section .inner {padding-right: 40px;}
  .sub-about .ctt_about .img_section img {width: 300px;}
  .sub-about .ctt_about .overview .inner {padding: 80px 0 80px;}
  .sub-about .ctt_about .overview .inner::after {width: 300px; background-size: 300px;}
  .sub-about .ctt_about .detail .line .list {grid-template-columns: repeat(1, 1fr);}
  .sub-about .ctt_about .detail .item {padding: 30px;}
}

@media screen and (max-width:600px) {
  .sub-about .ctt_about .img_section {padding: 150px 0 30px;}
  .sub-about .ctt_about .overview .textbox {padding: 50px 20px 0;}
}

@media screen and (max-width: 500px) {
  .sub-about .ctt_about .img_section {padding: 150px 0 20px;}
  .sub-about .ctt_about .img_section img {width: 150px;}
  .sub-about .ctt_about .overview .inner {padding: 50px 0;}
  .sub-about .ctt_about .detail {padding: 50px 0;}
}