/* Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_regular.woff2') format('woff2'),
    url('../fonts/roboto_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_bold.woff2') format('woff2'),
    url('../fonts/roboto_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Main wrap */
.b-korea-page {
    padding: 0 5px;
}

/* Header */
.b-korea-page__header {
    position: relative;
    width: 1020px;
    height: 100px;
    margin: 0 0 20px;
    padding: 20px 25px;
    color: #fff;
    background: #002a57 url(/img/specprojects/korea/header.png) no-repeat 50% 50%;
}

.b-korea-page__header-text {
    max-width: 750px;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

.b-korea-page__header-text span:first-child {
    font-weight: 700;
    color: #ffd165;
    text-transform: uppercase;
}

/* Tiles */
.b-korea-page__tiles-row {
    margin: 0 0 20px;
    overflow: hidden; /* Clearfix */
}

.b-korea-page__tiles-col {
    float: left;
}

.b-korea-page__tiles-col + .b-korea-page__tiles-col {
    margin-left: 20px;
}

.b-korea-page__tiles-col--w1 {
    width: 700px;
}

.b-korea-page__tiles-col--w2 {
    width: 300px;
}

.b-korea-page__tile {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.b-korea-page__tile + .b-korea-page__tile {
    margin-left: 20px;
}

.b-korea-page__tile--w1 {
    width: 760px;
    height: 400px;
}

.b-korea-page__tile--w2 {
    width: 500px;
    height: 400px;
}

.b-korea-page__tile--w3 {
    width: 300px;
    height: 600px;
}

.b-korea-page__tile--w4 {
    width: 240px;
    height: 400px;
}

.b-korea-page__tile-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.b-korea-page__tile-wrap-link:hover {
    color: inherit;
}

.b-korea-page__tile-content {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    color: #fff;
}

.b-korea-page__tile-content--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 25px;
}

.b-korea-page__tile-title {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.b-korea-page__tile-text {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
}

.b-korea-page__tile-title + .b-korea-page__tile-text {
    margin-top: 5px;
}

.b-korea-page__tile-text:last-child {
    margin-bottom: 0;
}

.b-korea-page__tile-link {
    display: block;
    width: 160px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    text-align: center;
    color: #002a57;
    background: #ffd165;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.b-korea-page__tile-title + .b-korea-page__tile-link,
.b-korea-page__tile-text + .b-korea-page__tile-link {
    margin-top: 15px;
}

.b-korea-page__tile-wrap-link:hover .b-korea-page__tile-link,
.b-korea-page__tile-link:hover {
    color: #002a57;
    background: #f1b72e;
}

/* Share buttons */
.b-korea-page__share-btns {
    margin: 30px 0 30px;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.b-korea-page__share-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1px;
    vertical-align: middle;
    color: #002a57;
    background: #ffd165;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
}

.b-korea-page__share-btn:focus:active {
    outline: none;
}

.b-korea-page__share-btn:hover {
    color: #ffd165;
    background-color: #002a57;
}

.b-korea-page__share-btn:first-child {
    margin-left: 5px;
}

.b-korea-page__share-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Hide the search form of the main layout */
#search-form {
    display: none;
}