@charset "utf-8"; /* title */ .sbtit { font-size: 25px; color: #000; font-weight: 600; margin-bottom: 10px; } @media all and (max-width:1200px) { .sbtit { font-size: 22px; } } @media all and (max-width:900px) { .sbtit { font-size: 18px; } } @media all and (max-width:600px) { .sbtit { font-size: 15px; margin-bottom: 5px; } .sbtit.mb50 { margin-bottom: 10px !important; } } /* List Style(공통) */ .dot_list > ul {} .dot_list > ul > li { position: relative; font-size: 18px; color: #444; word-break: keep-all; font-weight: 400; padding-left: 15px; margin-bottom: 5px; } .dot_list > ul > li:last-child { margin-bottom: 0; } .dot_list > ul > li::before { content: ""; position: absolute; top: 10px; left: 0; display: inline-block; width: 5px; height: 5px; border-radius: 3px; background: #999999; } @media all and (max-width:1200px) { .dot_list > ul > li { font-size: 16px; } .dot_list > ul > li::before { top: 8px; } } @media all and (max-width:600px) { .dot_list > ul > li { font-size: 14px; } .dot_list.mt10 { margin-top: 3px !important; } } .num_list > ul { padding-left: 20px; } .num_list > ul > li { font-size: 22px; color: #000; list-style-type: decimal; font-weight: 700; margin-bottom: 30px; } @media all and (max-width:1200px) { .num_list > ul > li { font-size: 20px; } } @media all and (max-width:900px) { .num_list > ul > li { font-size: 18px; } } @media all and (max-width:600px) { .num_list > ul > li { font-size: 16px; margin-bottom: 15px; } } .line_list > ul { padding: 5px; } .line_list > ul > li { position: relative; font-size: 16px; word-break: keep-all; padding-left: 10px; margin-bottom: 5px; } .line_list > ul > li:last-child { margin-bottom: 0; } .line_list > ul > li::before { content: "-"; display: inline-block; position: absolute; left: 0; } @media all and (max-width:600px) { .line_list > ul > li { font-size: 14px; line-height: 20px; } .line_list.pl25 { padding-left: 15px !important; } .line_list.mb30 { margin-bottom: 20px !important; } } /* Content Btn */ .btn_center { text-align: center; margin: 30px 0; } .btn_large_blue { display: inline-block; min-width: 300px; font-size: 18px; text-align: center; background: #2e3192; color: #fff; padding: 15px; } .btn_large_blue.link::after { content: ''; display: inline-block; width: 16px; height: 16px; vertical-align: middle; background: url("/images/bycenter/common/i-blank2.png") no-repeat; background-size: 100%; margin-left: 5px; } @media all and (max-width:1200px) { .btn_large_blue { min-width: 200px; font-size: 16px; padding: 15px; } .btn_large_blue.link::after { width: 14px; height: 14px; } } @media all and (max-width:900px) { .btn_large_blue { min-width: auto; font-size: 14px; padding: 10px 10px; margin-bottom: 10px; } .btn_large_blue.link::after { width: 12px; height: 12px; } } @media all and (max-width:600px) { .btn_center { margin: 15px 0; } .btn_large_blue { width: 100%; } .btn_large_blue.mr10 { margin-right: 0 !important; } } /* 사업소개 */ .year_tab { width: 100%; text-align: center; overflow: hidden; border: 1px solid #d2d2d2; margin-bottom: 50px; } .year_tab ul > li { display: inline-block; width: 25%; float: left; color: #666666; font-size: 20px; border-right: 1px solid #d2d2d2; } .year_tab ul > li:last-child { border-right: none; } .year_tab ul > li.on { color: #fff; background: #000; } .year_tab ul > li a { display: block; padding: 10px 0; } .year_tab50 { width: 100%; text-align: center; overflow: hidden; border: 1px solid #d2d2d2; margin-bottom: 50px; } .year_tab50 ul > li { display: inline-block; width: 50%; float: left; color: #666666; font-size: 20px; } .year_tab50 ul > li.on { color: #fff; background: #000; } .year_tab50 ul > li a { display: block; padding: 10px 0; } .bsn_top { display: flex; flex-flow: wrap; display: -ms-flexbox; -ms-flex-wrap: wrap; background: #f4f4f4; padding: 50px; } .poster { width: 25%; margin-right: 50px; } .shot_info { width: calc(75% - 50px); } .shot_list > ul { overflow: hidden; } .shot_list > ul > li { display: block; width: 100%; overflow: hidden; font-size: 18px; color: #444; border-bottom: 1px solid #d2d2d2; padding: 20px 0; } .shot_list > ul > li:last-child { border-bottom: none; } .shot_list > ul > li > div { display: inline-block; float: left; } .info_atc { min-width: 150px; color: #000; font-weight: 700; text-align: left; } .info_cont { width: calc(100% - 150px); color: #444; } .bsn_bottom { max-width: 1300px; padding:50px 0; margin:0 auto; } @media all and (max-width:1200px) { .bsn_top { padding: 30px; } .poster { width: 32%; margin-right: 30px; } .shot_info { width: calc(65% - 10px); } .shot_list > ul > li { font-size: 16px; padding: 10px 0; } .bsn_bottom { padding: 30px; } .line_title { font-size: 30px; } } @media all and (max-width:900px) { .bsn_bottom { padding: 20px; } .year_tab { margin-bottom: 30px; } .year_tab ul > li { font-size: 16px; } .year_tab50 { margin-bottom: 30px; } .year_tab50 ul > li { font-size: 16px; } .poster { width: 100%; text-align: center; margin-right: 0; margin-bottom: 20px; } .poster img { max-width: 200px; } .shot_info { width: 100%; } .info_atc { min-width: 100px; } .info_cont { width: calc(100% - 100px); } .line_title { font-size: 26px; } } @media all and (max-width:600px) { .year_tab { margin-bottom: 20px; } .year_tab ul > li { font-size: 14px; } .year_tab ul > li a { display: block; padding: 5px 0; } .year_tab50 { margin-bottom: 20px; } .year_tab50 ul > li { font-size: 14px; } .year_tab50 ul > li a { display: block; padding: 5px 0; } .bsn_top { padding: 20px; } .shot_list > ul > li { font-size: 14px; padding: 8px 0; } .info_atc { min-width: 80px; } .info_cont { width: calc(100% - 80px); } .bsn_bottom { padding: 10px; } .line_title { font-size: 17px; margin-bottom: 10px; } } /* Basic Table */ .basic_table { border-collapse: collapse; } .basic_table tr { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .basic_table th, .basic_table td { display: table-cell; font-size: 16px; text-align: left; vertical-align: middle; border-right: 1px solid #d0d2db; padding: 12px; font-weight: 500; } .basic_table th { background-color: #f6f6f6; border-top: 2px solid #333; border-bottom: 1px solid #dedede; text-align: center; color: #333; font-weight: 700; } .basic_table tbody th { border-top: none; } .basic_table th:last-child { border-right: none; } .basic_table td:last-child { border-right: none; } .basic_table td { color: #484a4c; vertical-align: middle; border-bottom: 1px solid #d0d2db; } .basic_table .center, .col_table .center { text-align: center; } .basic_table .left { text-align: left; } .basic_table .bd_right { border-right: 1px solid #d0d2db !important; } .basic_table.bd_top { border-top: 2px solid #333; } .scroll_info_text { display: none; } @media all and (max-width:1200px) { /* Table Scroll */ .table_scroll { width: 100%; overflow-x: auto; } .table_scroll .basic_table { width: 100%; min-width: 980px; } .scroll_info_text { display: block; clear: both; color: #029ce6; font-size: 16px; font-weight: bold; } } @media all and (max-width:600px) { /* Basic Table */ .basic_table.responsive col { width: 100% !important; } .basic_table.responsive th { display: none; } .basic_table.responsive td { display: block; overflow: hidden; font-size: 0.875rem; } .basic_table.responsive th, .basic_table.responsive td { border-right: none; } .basic_table.responsive td:before { content: attr(data-th); width: 150px; display: table-cell; text-align: left; font-weight: bold; } .basic_table.responsive th, .basic_table.responsive td:before { font-weight: bold; } .basic_table.responsive tr:nth-child(even) { background-color: #f7f7f7; } .basic_table.responsive .center { text-align: left; } .basic_table .m_rowspan { background: #e5edff; color: #00459E; } .basic_table th, .basic_table td { font-size: 14px; padding: 8px; } .scroll_info_text { font-size: 14px; } } /* 공간소개 */ .img_view { display: none; text-align: center; font-size: 15px; border: 1px solid #000; } @media all and (max-width:600px) { .img_view { display: block; text-align: center; font-size: 14px; border: 1px solid #000; padding: 5px; margin: 15px 0; } } /* 오시는길 */ .location_info { display: flex; flex-flow: wrap; display: -ms-flexbox; -ms-flex-wrap: wrap; padding: 50px; } .map_left { width: 40%; margin-right: 50px; } .map_right { width: calc(60% - 50px); } .bycenter_info{ margin-bottom: 30px; } .bycenter_info > ul { overflow: hidden; } .bycenter_info > ul > li { display: flex; column-gap: 30px; font-size: 18px; color: #000; font-weight: 600; background: #f8f8f8; border-radius: 10px; padding: 15px 20px; margin: 10px 0; } .bycenter_info > ul > li:first-child{ margin-top:0; } .bycenter_info > ul > li > span { display: inline-block; } .bycenter_info > ul > li .tit_name { min-width: 120px; border-right: 1px solid #d8d8d8; } .bycenter_info > ul > li .name_cont { font-weight: 400; } .map_link > ul { padding-top: 40px; } .map_link > ul { overflow: hidden; text-align: center; } .map_link > ul > li { display: inline-block; } .subway::before { content: ''; display: inline-block; width: 20px; height: 20px; vertical-align: middle; background: url("/images/bycenter/content/icon_subway1.png") no-repeat; background-size: 100%; margin-right: 5px; } .bus1::before { content: ''; display: inline-block; width: 40px; height: 20px; vertical-align: middle; background: url("/images/bycenter/content/bus_tag1.png") no-repeat; background-size: 100%; margin-right: 5px; } .bus2::before { content: ''; display: inline-block; width: 40px; height: 20px; vertical-align: middle; background: url("/images/bycenter/content/bus_tag2.png") no-repeat; background-size: 100%; margin-right: 5px; } .cont_text { font-size: 18px; color: #444; font-weight: 400; word-break: keep-all; } @media all and (max-width:1200px) { .location_info { padding: 40px 0; } .map_left { width: 50%; margin-right: 30px; } .bycenter_info > ul > li { font-size: 17px; column-gap: 20px; padding: 10px 15px; } .bycenter_info > ul > li .tit_name { min-width: 100px; } .map_right { width: calc(50% - 30px); } .cont_text { font-size: 16px; } } @media all and (max-width:900px) { .bycenter_info{ margin-bottom: 20px; } .location_info { padding: 30px 0; } .bycenter_info > ul > li .tit_name { min-width: 80px; } .map_left { width: 100%; margin-right: 0; } .bycenter_info > ul > li { font-size: 16px; } .map_link > ul { padding: 30px 0 30px 0; } .map_link img { max-width: 100px; } .map_right { width: 100%; } .root_daum_roughmap .wrap_map{ height: 300px !important; } } @media all and (max-width:600px) { .bycenter_info{ margin-bottom: 0; } .location_info { padding: 20px 0; } .bycenter_info > ul > li { column-gap: 0; font-size: 14px; flex-direction: column; padding: 8px 10px; } .bycenter_info > ul > li .tit_name { min-width: 100%; border-right: none; } .map_link img { max-width: 80px; } .subway::before { width: 15px; height: 15px; } .bus1::before { width: 35px; } .bus2::before { width: 35px; } .cont_text { font-size: 14px; } .root_daum_roughmap .wrap_map{ height: 200px !important; } } /* 신청시 유의사항 */ .btn_large { display: inline-block; min-width: 165px; font-size: 20px; color: #fff; font-weight: 600; background: #000; } .btn_large > a { display: block; padding: 15px 25px; } @media all and (max-width:900px) { .btn_large { width: 140px; font-size: 16px; } .btn_large > a { padding: 12px 20px; } } @media all and (max-width:900px) { .btn_large { font-size: 14px; } .btn_large > a { padding: 10px 15px; } } /*센터소개 230620*/ .center_intro .sbtit { font-size: 30px; } .center_intro .line_title { font-size: 45px; font-weight: 700; color:#000; word-break: keep-all; } .center_intro .intro_tit { font-size: 28px; font-weight: 600; color: #000; text-align: center; margin:15px 0 40px 0; } .center_intro .intro_txt { text-align: center; font-size: 17px; color:#4d4d4d; } .center_intro .manage ul { display: flex; justify-content: space-between; } .center_intro .manage ul li { width: 32%; border: 1px solid #000; border-radius: 100px; padding: 40px 0; } .center_intro .manage ul li > p{ max-width: 50%; text-align: center; margin:0 auto; } .center_intro .manage .intro_tit { text-align: center; font-size: 26px; } .center_intro .manage ul li > p.centerTit{ font-size: 30px; color: #000; font-weight: 700; margin-bottom:10px; } .center_intro .btn_big_line a { display: inline-block; font-size: 18px; font-weight: 600; color: #333333; border: 1px solid #000; background: #fff; padding: 15px 25px; margin: 0 auto; } @media all and (max-width:1200px) { .center_intro .line_title { font-size: 30px; } .center_intro .intro_tit, .center_intro .manage .intro_tit { font-size: 20px; } .center_intro .intro_tit { margin: 15px 0 25px 0; } .center_intro .intro_txt{ font-size: 14px; } .center_intro .manage ul li{ padding: 28px 0; } .center_intro .manage ul li > p{ max-width: 90%; } .center_intro .manage ul li > p.centerTit{ font-size: 25px; } } @media all and (max-width:900px) { .center_intro .line_title { font-size: 26px; } .center_intro .manage ul{ flex-direction: column; grid-row-gap: 20px; } .center_intro .manage ul li{ width: 100%; } .center_intro .manage ul li > p.centerTit { font-size: 20px; margin-bottom:0; } } @media all and (max-width:600px) { .center_intro .line_title { font-size: 22px; } .center_intro .intro .intro_txt { font-size: 14px; } .center_intro .manage ul { grid-row-gap: 15px; } .center_intro .manage ul li { padding: 20px 0; } .center_intro .manage ul li > p.centerTit{ font-size: 18px; } } /* 센터소개(2024) */ #container.noBlank { max-width: 100%; } .ctTop { text-align: center; background: linear-gradient(320deg, rgba(254, 248, 248, 1) 15%, rgba(229, 220, 246, 1) 50%, rgba(222, 238, 247, 1) 80%); padding: 100px 0; } .ctTopInner { max-width: 1300px; margin: 0 auto; } .introSectionGroup{ padding:50px 0; } .subContTitle{ font-size: 37px; color:#000; font-weight: 700; margin-bottom:40px; } .centerTxt{ font-size: 16px; color:#4d4d4d; font-weight: 400; } .partGroup{ display: flex; column-gap: 40px; } .partName{ min-width: 270px; font-size: 22px; color:#000; font-weight: 700; border-bottom:2px solid #000; padding: 30px 0; } .partCont{ width: 100%; font-size: 18px; color:#000; border-bottom:2px solid #000; padding: 30px 0; } .bsinessPart > div:first-child .partName, .bsinessPart > div:first-child .partCont{ border-top:2px solid #000; } .partContTxt{ margin-bottom:5px; } .partTag{ display: flex; flex-wrap: wrap; column-gap: 10px; grid-row-gap: 10px; } .partTag > span{ font-weight: 600; background:#e9e9e9; padding: 0 5px; } .ciWrap{ display: flex; column-gap: 15px; } .ciTit{ display: inline-block; font-size: 22px; color: #000; font-weight: 700; border-bottom: 2px solid #000; padding-bottom: 3px; margin-bottom: 25px; } .ciImg img{ border:1px solid #e8e8e8; } @media all and (max-width:1300px) { #container.noBlank { width:100%; } } @media all and (max-width:1200px) { .ctTopInner { width: 95%; } .ctTop { padding: 50px 0; } .introSectionGroup { padding: 30px 0; } .subContTitle { font-size: 30px; margin-bottom: 30px; } .centerTxt{ font-size: 15px; } .partName{ font-size: 20px; padding: 20px 0; } .partCont{ font-size: 17px; padding: 20px 0; } .ciTit { font-size: 20px; padding-bottom: 0px; margin-bottom: 20px; } } @media all and (max-width:900px) { .ctTop { padding: 30px 0; } .center_intro .intro_tit { margin: 10px 0 20px 0; } .introSectionGroup { padding: 20px 0; } .subContTitle { font-size: 23px; margin-bottom: 20px; } .centerTxt { font-size: 14px; } .partGroup { column-gap: 25px; } .partName { min-width: 130px; } .partName{ font-size: 18px; padding: 15px 0; } .partCont{ font-size: 16px; padding: 15px 0; } .ciWrap { column-gap: 10px; } .ciTit { font-size: 16px; margin-bottom: 12px; } } @media all and (max-width:600px) { .ctTopInner { width: 80%; } .center_intro .intro_tit { font-size: 15px; margin: 0 0 10px 0; } .subContTitle { font-size: 18px; margin-bottom: 10px; } .centerTxt { font-size: 13px; } .partGroup { column-gap: 15px; } .partName{ min-width: 95px; font-size: 15px; padding: 10px 0; } .partCont{ font-size: 13px; padding: 10px 0; } .partTag{ column-gap: 5px; grid-row-gap: 5px; } .ciWrap { column-gap: 5px; } .ciTit { font-size: 13px; margin-bottom: 10px; } } /* 이용수칙 */ .checkTit{ font-size: 25px; color: #000; font-weight: 600; text-decoration: underline; margin-bottom:50px; } @media all and (max-width:1200px) { .checkTit{ font-size: 23px; margin-bottom:30px; } } @media all and (max-width:900px) { .checkTit{ font-size: 20px; margin-bottom:20px; } } @media all and (max-width:600px) { .checkTit{ font-size: 18px; margin: 15px 0; } } /* 공간소개(띵두&뿌리) */ .ddbrTit{ display: inline-block; font-size: 32px; font-weight: 700; color:#000; border-bottom:1px solid #000; margin-bottom: 32px; } .ddbrWrap{ margin-bottom: 70px; } .ddbList > ul{ display: flex; column-gap: 40px; } .ddbList > ul > li{ width: 50%; border: 1px solid #000; } .ddbrGroup{ padding:30px; } .ddbrImg img{ width: 100%; } .ddbrName{ font-size: 30px; font-weight: 700; color:#000; } .ddbrCmt{ font-size: 18px; font-weight: 400; } .ddbrPeople{ display: inline-block; font-weight: 600; color:#000; background: #e9e9e9; padding: 0 5px; margin-top: 10px; } @media all and (max-width:1200px) { .ddbrTit { font-size: 28px; margin-bottom: 25px; } .ddbList > ul { column-gap: 30px; } .ddbrGroup { padding: 20px; } .ddbrName { font-size: 25px; } .ddbrCmt { font-size: 17px; } } @media all and (max-width:900px) { .ddbrTit { font-size: 22px; margin-bottom: 20px; } .ddbList > ul { column-gap: 20px; } .ddbrWrap { margin-bottom: 40px; } .ddbrName { font-size: 20px; } .ddbrCmt { font-size: 16px; } .ddbrPeople { font-size: 14px; } } @media all and (max-width:600px) { .ddbrTit { font-size: 18px; margin-bottom: 15px; } .ddbrWrap { margin-bottom: 20px; } .ddbList > ul { column-gap: 10px; } .ddbrGroup { padding: 15px; } .ddbrName { font-size: 16px; } .ddbrCmt { font-size: 13px; } .ddbrPeople { font-size: 12px; margin-top: 5px; } }