.menu { max-width: 1200px; width: 100%; margin: 1.5rem auto 0 auto; display: flex; -webkit-box-pack: center; justify-content: center; } .menu > div { width: 100px; word-break: keep-all; text-align: center; line-height: 1.1; font-weight: bold; font-size: 18px; } .menu > div:not(:first-child) { margin-left: 30px; } .menu > div.active { color: rgb(51, 102, 171); } .menu > div:hover{ color: rgb(51, 102, 171); cursor: pointer; } .mobile-menu { display: none; padding: 0.6rem 1rem; border-top: 1px solid rgb(230, 230, 230); justify-content: space-around; width: 100%; height: 80px; } .mobile-menu > div > div { filter: grayscale(1); background-size: 35px 35px; width: 100%; height: 35px; background-position: center; background-repeat: no-repeat; } .mobile-menu > div { font-weight: bold; padding-top : 5px; font-size: 11px; } .mobile-menu > div.active > div { filter: grayscale(0); } .mobile-menu > div.active { color: rgb(51, 102, 171); } .mobile-menu > div:nth-child(1) > div { background-image: url("/images/icon/menu_icon5-2.png"); } .mobile-menu > div:nth-child(2) > div { background-image: url("/images/icon/way.png"); } .centerWrap { width: 100%; height: calc(100% - 243.8px); display: flex; justify-content: center; overflow: auto; } .centerWrap .container { max-width: 1200px; width: 95%; position: relative; display: flex; flex-direction: column; } .centerWrap .container.way { min-height: 600px; } .centerWrap .header { padding: 2rem 0; margin-bottom: 0; color: rgb(51, 102, 171); text-align: center; border-bottom: 1px solid rgb(33, 84, 153); font-size: 2rem; } .centerWrap .way-content{ display: flex; flex-direction: row; } #map { width: 100%; height: 100%; } .centerWrap .way-content a:hover { color : rgb(51, 102, 171); } .centerWrap .way-content{ padding : 1rem 0; height: calc(100% - 101px); } .centerWrap .way-content > div { width: 50%; height: 100%; } .centerWrap .way-content > div:nth-child(2) { display: flex; align-items: center; justify-content: center; flex-direction: column; font-weight: bold; } .centerWrap .way-content > div:nth-child(2) > div { display: flex; flex-direction: column; height: 60%; justify-content: space-between; align-items: center; } .centerWrap .content1 > div { padding : 10px; } .centerWrap .way-content > div:nth-child(2) p, .centerWrap .content1 > div > p { padding : 10px 5px; } .centerWrap .way-content > div:nth-child(2) img { width: 20px; height: 20px; } .centerWrap .way-content > div:nth-child(2) > div > div { height: 50%; display: flex; flex-direction: column; justify-content: space-around; } .centerWrap .way-content > div:nth-child(2) h2 { padding : 2rem 0 0 0; width: 100%; color: rgb(51, 102, 171); text-align: center; } .centerWrap .content1 h2 { width: 100%; color: rgb(51, 102, 171); padding: 10px; margin-top: 20px; } h2 { position: relative; } .centerWrap .content1 h2:before{ left: 0; top: 0; width: 30px; height: 3px; background-color: rgb(51, 102, 171); content: ""; position: absolute; } .centerWrap .content1 .box { padding: 8px; border: none; background: url(/images/background/box_pattern.gif) repeat; } .centerWrap .content1 .box p { font-weight: bold; font-size: 15px; padding: 20px; background: white; text-align: center; } .info-window { width: 270px; cursor: pointer; height: 30px; display: flex; align-items: center; justify-content: center; } .info-window:hover { color: rgb(51, 102, 171); text-decoration: underline; } .centerWrap table, .centerWrap td, .centerWrap th { border: 1px solid black; } .centerWrap table { border-collapse: collapse; width: 100%; } .centerWrap table .bt-dbl { border-bottom: double; } .centerWrap .content2{ padding : 10px 10px 20px 10px; width: 100%; height: auto; } .centerWrap table thead tr th { color : white; background-color: rgb(51, 102, 171); font-size: 16px; padding: 10px; } .centerWrap table tbody tr:first-child td { font-weight: bold; } .centerWrap table tr td { font-size: 16px; padding: 10px; text-align: center; width: 50%; } .img-box { display: flex; align-items: center; justify-content: center; padding: 20px 10px 10px 10px; border-radius: 5px; } .img-box img { width: 100%; border-radius: 15px; box-shadow: 2px 2px 2px 2px #eeeeee; } .content4, .content3 { display: flex; width: 100%; justify-content: space-between; gap : 10px; } .content4 > div { width: 50%; border-radius: 5px; box-sizing: border-box; padding: 20px; background-color: white; border: 1px solid #eeeeee; } .content3 > div > div:nth-child(1)::before{ content: "◎ "; } .content3 > div > div:nth-child(1){ font-weight: bold; margin-bottom: 20px; } .content3 > div > div:nth-child(2) > div::before{ top: 0; left: 0; content: '- '; } .content3 > div > div:nth-child(2) > div { padding: 5px; } .content3 > div { width: 50%; border-radius: 5px; box-sizing: border-box; padding: 20px; } .content3 > div:nth-child(1) { background-color: rgba(200, 151, 0, 0.1); border: 1px solid rgba(169, 130, 9, 0.2); } .content3 > div:nth-child(2) { background-color: rgba(13, 167, 176, 0.1); border: 1px solid rgba(13, 167, 176, 0.2); } .centerWrap .content1 > div.content3 { padding: 10px 10px 30px 10px; } @media (max-width: 720px) { } @media (max-width: 920px) { .centerWrap { height: calc(100% - 253.19px); } .centerWrap .way-content, .centerWrap .container .content1 { flex-direction: column; } .centerWrap .way-content > div { width: 100%; height: 50%; } .centerWrap .container .content1 img{ width: 100%; } .centerWrap .way-content > div:nth-child(2) > div{ height: 100%; width: 100%; justify-content: center; } .centerWrap .way-content > div:nth-child(2) > div > div { width: 100%; align-items: center; } .centerWrap .content1 > div.content3, .centerWrap .content1 > div.content4 { flex-direction: column; } .centerWrap .content1 > div.content3 > div, .centerWrap .content1 > div.content4 > div { width: 100%; } } @media (max-height: 765px) { .centerWrap { height: calc(100% - 234.19px); } } @media (max-height: 765px) { .centerWrap { height: calc(100% - 234.19px); } } @media (max-width: 750px) { .centerWrap { height: calc(100% - 249.19px);; } } @media (max-width: 547px) { .centerWrap { height: calc(100% - 260.19px); } } @media (max-width: 420px) { .mobile-menu { display: flex; } .menu { display: none; } .centerWrap { height: calc(100% - 228.19px); padding: 5px 0 75px 0; } .centerWrap .content2 { padding: 10px 10px 80px 10px; } .centerWrap .header { font-size: 1.5rem; } .centerWrap h2 { font-size: 14px; } .centerWrap .content1 p { font-size: 12px; } .centerWrap .way-content > div:nth-child(2) p, .centerWrap table tr td, .centerWrap table thead tr th { font-size: 14px; } .centerWrap .way-content > div:nth-child(2) img{ width: 15px; height: 15px; } }