@charset "utf-8"; /* 공통 */ #container.sub_main_bg { max-width: 100%; padding-bottom: 0; } @media all and (max-width:1300px) { #container.sub_main_bg { width:100%; } } @media all and (max-width:900px) { #container.sub_main_bg {} } @media all and (max-width:600px) { #container.sub_main_bg {} } /* section1 */ .section1 { background: linear-gradient(320deg, rgba(254, 248, 248, 1) 15%, rgba(229, 220, 246, 1) 50%, rgba(222, 238, 247, 1) 80%); } .section1 .container_inner {} .section1 > div {} .section1 .group1 { padding: 100px 0; } .section1 .group1 .txt {} .section1 .group1 p { color: #000; text-align: center; } .section1 .group1 .sup { font-size: 25px; font-weight: 400; } .section1 .group1 .tit { font-size: 45px; font-weight: 700; } .section1 .group1 .coment { font-size: 18px; color: #767676; font-weight: 300; margin-top: 20px; } .section1 .group1 .search_area_section1 { text-align: center; margin-top: 50px; } .section1 .group1 label {} .section1 .group1 input { border: 0; background:#fff; padding: 20px 30px; width: 100%; max-width: 550px; color: #000; font-size: 20px; letter-spacing: -0.05em; border-radius: 50px; } .section1 .group1 input::placeholder { color: #000; font-size: 20px; font-weight: 400; letter-spacing: -0.05em; } .section1 .group1 button { margin-left: -58px; } .section1 .group2 { display: flex; justify-content: center; } .section1 .group2 .card { margin-right: 30px; /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2); */ border: 1px solid #000; display: flex; width: 100%; max-width: 365px; } .section1 .group2 .card a { width: 100%; background-color: #fff; padding: 55px 20px; } .section1 .group2 .card:last-child { margin-right: 0; } .section1 .group2 p { text-align: center; height: 20%; overflow: hidden; display: flex; align-items: center; justify-content: center; } .section1 .group2 .tit { color: #000; font-size: 40px; font-weight: 600; } .section1 .group2 .sub { color: #000; font-size: 25px; font-weight: 600; } .section1 .group2 .coment { color: #666; font-size: 18px; font-weight: 400; } .section1 .group2 .num { font-size: 60px; font-weight: 900; letter-spacing: -0.05em; color: #002261; margin-top: 30px; } .section1 .group2 .more { color: #666; font-size: 15px; font-weight: 400; } .section1 .group2 .more:after { display: inline-block; content: ''; width: 11px; height: 11px; background-image: url(/images/bycenter/content/icon_more_section1.png); background-repeat: no-repeat; margin-left: 20px; background-position: center center; } .section1 .group2 .card:hover{ border:none; } .section1 .group2 .card:hover a { background-color: #002261; margin-top: -40px; margin-bottom: -40px; padding: 95px 20px 80px 20px; } .section1 .group2 .card:hover p { color: #fff; } .section1 .group2 .card:hover .tit {} .section1 .group2 .card:hover .sub {} .section1 .group2 .card:hover .coment { color: rgba(255, 255, 255, 0.5); } .section1 .group2 .card:hover .num { display: none; } .section1 .group2 .card:hover .more { font-size: 0; } .section1 .group2 .card:hover .more:after { background-image: url(/images/bycenter/content/icon_moreon_section1.png); width: 42px; height: 42px; margin-left: 0; margin-top: 5%; } .section1 .group3 { text-align: center; padding: 80px 0 50px 0; } .section1 .group3 > span { font-size: 18px; font-weight: 500; margin-right: 20px; letter-spacing: 0; } .section1 .group3 .txt1 { color: #999; } .section1 .group3 .txt2 { color: #000; } .section1 .group3 .txt3 { color: #000; } @media all and (max-width:1200px) { .section1 { background-size: contain; } .section1 .group1 { padding: 7% 0 6% 0; } .section1 .group1 .sup { font-size: calc(12px + 0.7vw); } .section1 .group1 .tit { font-size: calc(12px + 2.0vw); } .section1 .group1 .coment { font-size: calc(12px + 0.3vw); margin-top: 1%; } .section1 .group1 .search_area_section1 { margin-top: 3%; } .section1 .group1 input { font-size: calc(12px + 0.5vw); } .section1 .group1 input::placeholder { font-size: calc(12px + 0.5vw); } .section1 .group1 button { margin-left: -55px; } .section1 .group2 .card { margin-right: 2%; } .section1 .group2 .card a { padding: 10% 5%; } .section1 .group2 .card:last-child {} .section1 .group2 p { height: 19%; } .section1 .group2 .tit { font-size: calc(12px + 1.8vw); } .section1 .group2 .sub { font-size: calc(12px + 0.8vw); } .section1 .group2 .coment { font-size: calc(12px + 0.4vw); line-height: 1.3em; height: 24%; } .section1 .group2 .num { font-size: calc(12px + 2.5vw); margin-top: 10%; } .section1 .group2 .more { font-size: calc(12px + 0.2vw); } .section1 .group2 .more:after { margin-left: 10px; } .section1 .group2 .card:hover a { padding: 18% 5%; margin-top: -8%; margin-bottom: -8%; } .section1 .group3 { padding: 5% 0 3% 0; } .section1 .group3 > span { font-size: calc(12px + 0.3vw); } } @media all and (max-width:900px) { .section1 {} .section1 .container_inner { width: 100%; } .section1 .group1 .sup { font-size: 14px; } .section1 .group1 .coment { display: none; } .section1 .group1 input { max-width: 400px; padding: 15px 20px; } .section1 .group1 button { margin-left: -48px; } .section1 .group1 button img { max-width: 35px; } .section1 .group2 { padding: 0 20px; } .section1 .group2 p { height: 23%; } .section1 .group2 .sub { font-size: 14px; } .section1 .group2 .coment { height: 47%; display: none; } .section1 .group2 .more:after { margin-left: 5px; } .section1 .group3 > span { margin-right: 0; } } @media all and (max-width:600px) { .section1 .group1 { padding: 8% 0 2% 0; } .section1 .group1 .sup { display: none; } .section1 .group1 .tit { font-size: 16px; } .section1 .group1 input { max-width: 80%; } .section1 .group1 button { margin-left: -46px; } .section1 .group2 { padding: 10px 15px; } .section1 .group2 p { height: auto; } .section1 .group2 .sub { display: none; } .section1 .group2 .num { margin-top: 0; } .section1 .group2 .more { font-size: 12px; } .section1 .group2 .more:after { background-image: none; margin-left: 0; width: 0; height: 0; } .section1 .group2 .card:hover .more:after { width: 18px; height: 18px; margin-top: 10px; } .section1 .group3 { display: flex; justify-content: center; flex-direction: column; padding: 4% 0; } } /* section2 */ .section2 { padding: 100px 0; } @media all and (max-width:1550px) { .section2 { padding: 5% 0; } } @media all and (max-width:900px) {} @media all and (max-width:600px) {} /* 탭 */ ul.tabs { margin: 0px; padding: 0px; list-style: none; font-size: 0; display: flex; justify-content: center; } ul.tabs.mt { margin-top: 2%; } ul.tabs.mb { margin-bottom: 5%; } ul.tabs:after { content: ''; display: block; clear: both; } ul.tabs li { display: block; background: none; text-align: center; color: #ccc; cursor: pointer; border-bottom-color: #000; margin-left: -1px; background-color: #fff; box-sizing: border-box; padding-bottom: 5px; margin-right: 3%; font-size: 25px; font-weight: 700; } ul.tabs li:last-child { margin-right: 0; } ul.tabs.tab4 li {} ul.tabs li:first-child { margin-left: 0; } ul.tabs li:first-child.current {} ul.tabs li.current { position: relative; background-color: #fff; color: #000; } ul.tabs li.current:before { display: block; content: ''; position: absolute; border-bottom: 3px solid #000; width: calc(100% + 2px); height: calc(100% + 2px); left: -1px; top: -1px; } .tab-content { display: none; } .tab-content.current { display: inherit; } @media all and (max-width:1610px) { ul.tabs.tab4 li { font-size: 24px; padding: 10px 5px; } } @media all and (max-width:900px) { ul.tabs.tab4 { flex-wrap: wrap; } ul.tabs.tab4 li { margin-bottom: -1px; font-size: 20px; } ul.tabs.tab4 li:nth-child(5) { margin-left: 0; } } @media all and (max-width:600px) { ul.tabs.tab4 { justify-content: flex-start; column-gap: 10px; padding: 0 5px; } ul.tabs.tab4 li { padding: 5px 0; font-size: 16px; } ul.tabs.tab4 li:nth-child(4) { margin-left: 0; } ul.tabs.tab4 li:nth-child(5) { margin-left: -1px; padding: 5px; } ul.tabs.tab4 li:nth-child(7) { margin-left: 0; } ul.tabs li.current:before { width: 100%; left: 0; } } /* 아카이브 */ .popup_zone_tit { text-align: center; } .popup_zone_tit .main_tit { font-size: 40px; font-weight: 700; color: #000; text-align: left; } .popup_zone_tit .main_txt { font-size: 18px; color: #000; font-weight: 400; text-align: left; } .popup_zone1 { margin-top: 50px; position: relative; } .popup_zone1 .column { display: block; } .popup_zone1 .popupzone1 { max-width: 1300px; margin: 0 auto; } .popup_zone1 .slick-list {} .popup_zone1 .slick-track {} .popup_zone1 .slick-slide { margin: 0 15px; } .popup_zone1 a { display: block; overflow: hidden; background-color: #fff; border: 1px solid #e8e8e8; } .popup_zone1 .img { display: block; overflow: hidden; max-height: 240px; } .popup_zone1 .img img { min-height: -webkit-fill-available; min-height: 100%; max-width: 270px; min-width: 100%; width: 100%; } .popup_zone1 .tit { font-size: 22px; font-weight: 600; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 30px 15px 10px 15px; } .popup_zone1 .place { margin-bottom: 30px; font-size: 16px; font-weight: 400; color: #666; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3em; height: 2.5em; } .popup_zone1 .state { padding: 0 30px; margin-bottom: 30px; text-align: right; } .popup_zone1 .state:after { display: inline-block; content: ''; width: 11px; height: 11px; background-image: url(/images/bycenter/main/i-more.png); opacity: 0.5; background-repeat: no-repeat; margin-left: 20px; } .popup_zone1 .state span { display: inline-block; font-size: 15px; font-weight: 400; color: #232323; } .popup_zone1 .slide_num { font-size: 18px; vertical-align: middle; padding-right: 10px; } .popup_zone1 button { cursor: pointer; color: #333; display: block; position: absolute; z-index: 1; content: ''; width: 40px; height: 60px; background-repeat: no-repeat; background-position: center center; background-color: #fff; border: 1px solid #ddd; } .popup_zone1 button:focus, .popup_zone1 button:hover { background-repeat: no-repeat; background-position: center center; background-color: #fff; border: 1px solid #ddd; } .popup_zone1 .slick-prev:before, .popup_zone1 .slick-next:before { display: none; } .popup_zone1 .slick-prev:focus, .popup_zone1 .slick-prev:hover { background-image: url(/images/bycenter/content/btn-prev-popup2.png); } .popup_zone1 .slick-prev { background-image: url(/images/bycenter/content/btn-prev-popup2.png); } .popup_zone1 .slick-next:focus, .popup_zone1 .slick-next:hover { background-image: url(/images/bycenter/content/btn-next-popup2.png); } .popup_zone1 .slick-next { background-image: url(/images/bycenter/content/btn-next-popup2.png); } @media all and (max-width:1610px) { .popup_zone_tit {} .popup_zone1 { margin-top: 40px; } .popup_zone1 .column {} .popup_zone1 .slick-slide { margin: 0 10px; } .popup_zone1 .img {} .popup_zone1 .img img {} .popup_zone1 .tit { font-size: 22px; /* height: 4.1em; */ padding: 20px 15px 0 15px; } .popup_zone1 .place { margin-top: 10px; margin-bottom: 20px; -webkit-line-clamp: 1; height: 1.1em; } .popup_zone1 .state { margin-bottom: 20px; } .popup_zone1 .state span {} .popup_zone1 .state span.on {} .popup_zone1 .state span.off {} .popup_zone1 .slide_num {} } @media all and (max-width:1550px) { .popup_zone1 button {} .popup_zone1 button:focus, .popup_zone1 button:hover {} .popup_zone1 .slick-prev:before, .popup_zone1 .slick-next:before {} .popup_zone1 .slick-prev:focus, .popup_zone1 .slick-prev:hover {} .popup_zone1 .slick-prev { left: 0; } .popup_zone1 .slick-next:focus, .popup_zone1 .slick-next:hover {} .popup_zone1 .slick-next { right: 0; } } @media all and (max-width:1280px) { .popup_zone_tit { /* padding-left: 0; */ /* width: 25%; */ } .popup_zone_tit .main_tit { font-size: calc(12px + 2.2vw); } .popup_zone_tit .main_txt { font-size: calc(12px + 0.2vw); } .popup_zone1 { /* width: 75%; */ } .popup_zone1 .slick-slide {} .popup_zone1 .column {} .popup_zone1 .img {} .popup_zone1 .img img {} .popup_zone1 .tit { font-size: calc(12px + 0.7vw); } .popup_zone1 .place {} .popup_zone1 .state {} .popup_zone1 .state span {} .popup_zone1 .state span.on {} .popup_zone1 .state span.off {} .popup_zone1 .slide_num {} } @media all and (max-width:900px) { .popup_zone_tit { margin-top: 0; } .popup_zone1 { padding-top: 0; } .popup_zone1 .column { /* max-width: 250px; */ } .popup_zone1 .img { max-height: 200px; } .popup_zone1 .img img { max-width: 250px; } .popup_zone1 .tit {} .popup_zone1 .place { /* height: 1.1em; */ font-size: 14px; } .popup_zone1 .state {} .popup_zone1 .state span {} .popup_zone1 .state span.on {} .popup_zone1 .state span.off {} .popup_zone1 .slide_num {} } @media all and (max-width:600px) { .popup_zone_tit { width: 100%; } .popup_zone1 { width: 100%; margin-top: 20px; } .popup_zone1 a { margin-top: 0; } .popup_zone1 .slick-list { /* margin: 0 -10px; */ } .popup_zone1 .slick-slide { margin: 0 5px; } .popup_zone1 .column { max-width: 100%; } .popup_zone1 .img {} .popup_zone1 .img img { max-width: 100%; } .popup_zone1 .tit { font-size: 16px; /* height: 4.5em; */ } .popup_zone1 .place { /* margin-bottom: 5px; */ } .popup_zone1 .state { padding: 0 10px; } .popup_zone1 .state span { font-size: 12px; padding: 1px 10px 2px 10px; } .popup_zone1 .state span.on {} .popup_zone1 .state span.off {} .popup_zone1 .slide_num {} .popup_zone1 button { width: 35px; height: 35px; background-size: 11px; } .popup_zone1 button:focus, .popup_zone1 button:hover { background-size: 11px; } .popup_zone1 .slick-prev:before, .popup_zone1 .slick-next:before {} .popup_zone1 .slick-prev:focus, .popup_zone1 .slick-prev:hover {} .popup_zone1 .slick-prev {} .popup_zone1 .slick-next:focus, .popup_zone1 .slick-next:hover {} .popup_zone1 .slick-next {} } /* section3 */ .section3 { height: 350px; display: flex; align-items: center; justify-content: center; background: #002261; } .section3 .container_inner { text-align: center; } .section3 .tit { color: #fff; font-size: 40px; font-weight: 600; text-align: center; } .section3 .coment { color: #fff; font-size: 18px; font-weight: 500; text-align: center; } .section3 .btn_section3 { background-color: #002261; border: 1px solid #fff; color: #fff; font-size: 18px; padding: 15px 20px; max-width: 300px; width: 100%; display: inline-block; margin-top: 25px; } @media all and (max-width:1550px) { .section3 { height: auto; padding: 5% 0; } .section3 .container_inner {} .section3 .tit { font-size: calc(12px + 2.0vw); } .section3 .coment { font-size: calc(12px + 0.5vw); } .section3 .btn_section3 { font-size: calc(12px + 0.4vw); margin-top: 20px; padding: 15px 15px; } } @media all and (max-width:900px) { .section3 {} .section3 .container_inner { width: 95%; } .section3 .tit {} .section3 .coment {} .section3 .btn_section3 { padding: 10px 10px; } } @media all and (max-width:600px) { .section3 {} .section3 .container_inner {} .section3 .tit { display: none; } .section3 .coment { font-size: 12px; } .section3 .btn_section3 { max-width: 150px; margin-top: 10px; } }