@charset "utf-8";

.apply-box {
    width: 100%;
    display: block;
}

.apply-box a {
    text-decoration: none;
}

.apply-box h2 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
}

.apply-box .h {
    margin: 0 auto;
    text-align: center;
    width: 2.5rem;
    border-bottom: 0.25rem solid #00a0e9;
    margin-top: -1.25rem;
}

.apply-box h5 {
    font-size: 0.9rem;
    text-align: center;
}

.apply-box h3 {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.apply-box .apply-img {
    text-align: center;
}

.apply-box .apply-img>img {
    max-width: 750px;
    width: 100%;
}

.apply-box .clear {
    height: 1rem;
    width: 100%;
    display: block;
}

.apply-box table {
    padding-bottom: 1.5rem;
}

.apply-case{
    width: 100%;
}

.apply-case-item {
    border: 1px solid #dedede;
    background-color: #fff;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.apply-case-item .apply-case-pic {
    width: 100%;
    display: block;
}

.apply-case-item .apply-case-pic img {
    width: 100%;
    height:auto;
}

.apply-case-item .apply-case-desc h4 {
    height: 2.25rem;
    font-size: 0.9rem;
    font-weight: normal;
    color: #154c64;
    line-height: 2.25rem;
    overflow: hidden;
    margin: 0 0.5rem;
}

.apply-case-item .apply-case-desc h4 a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4b4a4a;
}

.apply-case-item .apply-case-desc p {
    font-size: 0.7rem;
    line-height: 1;
    color: #797979;
    overflow: hidden;
    margin: 0 3% 0.5rem 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.apply-case-item .apply-case-desc p a{
    color: #797979;
}

.apply-case-item .apply-case-desc .btn a {
    height: 2rem;
    display: block;
    padding: 0 1rem;
    border: 1px solid #aaa;
    font-size: 0.8rem;
    line-height: 2rem;
    color: #797979;
}

.apply-case-item:hover {
    border-color: #005dca;
}

.apply-case-item:hover .apply-case-desc h4 a {
    font-weight: bold;
}

.apply-case-item:hover .apply-case-desc .btn a {
    background: #005dca;
    border-color: #005dca;
    color: #fff;
}

.apply-table {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.apply-yy-item {
    margin: 0 auto;
    text-align: center;
}

.apply-yy-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.apply-yy-item .yy-item-pic {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    border: 0.1rem solid #facd89;
    overflow: hidden;
    transform: skewY(-5deg);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .3);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .3);
}

.apply-yy-item .yy-item-pic img {
    width: 100%;
    height: 100%;
}

.apply-yy-item p {
    padding-top: 0.5rem;
    line-height: 2.5rem;
    font-size: 1.25rem;
    font-weight: normal;
    transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=2);
}

.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0 6rem;
    -webkit-transform: translateY(1.718rem);
    transform: translateY(1.718rem);
}

.honeycomb-cell {
    flex: 0 1 10rem;
    max-width: 10rem;
    height: 5rem;
    margin: 2rem 0.5rem 1rem;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
}

.honeycomb-cell__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    transition: opacity 350ms;
}

.honeycomb-cell__title>small {
    font-weight: 300;
    margin-top: 0.25em;
}

.honeycomb-cell__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.honeycomb-cell::before, .honeycomb-cell::after {
    content: '';
}

.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.honeycomb-cell::before {
    background: #000;
    -webkit-transform: scale(1.055);
    transform: scale(1.055);
}

.honeycomb-cell::after {
    background: #3ea0eb;
    opacity: 0.5;
    transition: opacity 350ms;
}

.honeycomb-cell:hover .honeycomb-cell__title {
    opacity: 0;
}

.honeycomb-cell:hover::before {
    background: #72f88e;
}

.honeycomb-cell:hover::after {
    opacity: 0;
}

.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 12.5rem;
    margin: 0 0.625rem;
}

/* @media (max-width: 667px) {
    .honeycomb-cell {
        margin: 35px 25px;
    }
} */

/* @media (min-width: 667px) and (max-width: 942px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 100px);
        margin-left: calc(50% - 100px);
    }

    .honeycomb__placeholder:nth-child(3n + 5) {
        display: block;
    }
} */

@media (max-width: 700px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 100px);
        margin-left: calc(50% - 100px);
    }

    .honeycomb__placeholder:nth-child(3n + 5) {
        display: block;
    }
}

@media (min-width: 700px) and (max-width: 1158px) {
    .honeycomb-cell:nth-child(5n + 4) {
        margin-left: calc(50% - 255px);
    }

    .honeycomb-cell:nth-child(5n + 5) {
        margin-right: calc(50% - 255px);
    }

    .honeycomb__placeholder:nth-child(5n), .honeycomb__placeholder:nth-child(5n + 3) {
        display: block;
    }
}

@media (min-width: 1158px) {
    .honeycomb-cell:nth-child(7n + 5) {
        margin-left: calc(50% - 400px);
    }

    .honeycomb-cell:nth-child(7n + 7), .honeycomb-cell:nth-child(7n + 5):nth-last-child(2) {
        margin-right: calc(50% - 400px);
    }

    .honeycomb__placeholder:nth-child(7n + 7), .honeycomb__placeholder:nth-child(7n + 9), .honeycomb__placeholder:nth-child(7n + 11) {
        display: block;
    }
}

@media only screen and (max-width:650px) {
	.menubar {
	  display: block;
	}

	.section-bar{
		display: none;
	}

	.box-context{
		margin-top: 0;
	}
  }