@charset "utf-8";

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: local('Spoqa Han Sans Neo Bold'),
    url('./font/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('./font/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('./font/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}


@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: local('Spoqa Han Sans Neo Medium'),
    url('./font/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('./font/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('./font/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: local('Spoqa Han Sans Neo Regular'),
    url('./font/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('./font/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('./font/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: local('Spoqa Han Sans Neo Light'),
    url('./font/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('./font/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('./font/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    src: local('Spoqa Han Sans Neo Thin'),
    url('./font/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('./font/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('./font/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}

.ozometa *{
    margin: 0;
    padding: 0;    
    position: relative;
    box-sizing: border-box;
    line-height: 1em;
}

.ozometa body{
    margin: 0;
    padding: 0;
    font-family:'Spoqa Han Sans Neo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.05em;
}

.ozometa .inner{
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding: 0 16px;
}

.ozometa header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ozometa .contents{
    /* padding-top: 161px; */
    padding-bottom: 272px;
}

.ozometa h1{
    color: #111;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 140px;
}

.ozometa h1 small{
    font-size: 28px;
    line-height: 36px;
    display: block;
}

.ozometa .names{
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.ozometa .names .container{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ozometa .names .row{
    font-size: 20px;
    font-weight: 500;
    color: #111;    
}

.ozometa .names .row strong{
    color: #f07e2e;
}

.ozometa .info-text{
    text-align: center;
    font-size: 20px;
    margin-top: 62px;
    font-weight: 500;
    line-height: 1.5em;
}

.ozometa .info-text span{
    font-weight: 700;
    color: #07489d;
}

.ozometa .product-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin-top: 67px;
}

.ozometa .product-list .col{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    padding: 40px 20px;
    background-color: rgba(204,225,152,0.3);
}

.ozometa .product-list .col h3{
    font-size: 28px;
    height: 66px;
    text-align: center;
    color: #382983;
    margin-top: 22px;
    font-weight: 700;
}

.ozometa .product-list .col h3 span{
    display: block;
    font-size: 22px; 
    margin-top: 4px;   
}

.ozometa .product-list .col h3 .span{
    font-size: 15px;
    line-height: 16px;
    color: #333;
    margin-top: 4px;
    font-weight: 500;
}

.ozometa .product-list .col .label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 32px;
    background-color: #6c60aa;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    margin-top: 22px;
    border-radius: 16px;
}

.ozometa .product-list .col ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 29px;
}

.ozometa .product-list .col ul li{
    color: #333;
    font-weight: 500;
}

.ozometa .product-list .col:nth-child(even){
    background-color: rgba(126,206,244,0.3);
}

.ozometa .product-list .col:nth-child(even) h3{
    color: #003f95;
}

.ozometa .product-list .col:nth-child(even) .label{
    background-color: #639de5;
}

.ozometa footer{
    background-color: #00429a;
    padding: 50px 0px 74px 0px;
    color: #96bcef;
}

.ozometa footer .row{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.ozometa footer .row.line{
    padding: 24px 12px;
    border-top: 1px solid #1a55a4;
    border-bottom: 1px solid #1a55a4;
    margin-bottom: 48px;
}

.ozometa .bottom-link{
    display: flex;
    align-items: center;
}

.ozometa .bottom-link a{
    color: inherit;
    text-decoration: none;
}

.ozometa .bottom-link a:not(:last-child)::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #1955a4;
    margin: 0 20px;
}

.ozometa .bottom-tel{
    color: #fff600;
}

.ozometa .bottom-address{
    font-size: 13px;
}

.ozometa .bottom-address span.tel{
    display: inline-block;
    margin-left: 20px;
}

.ozometa .copyright{
    margin-top: 8px;
}

.ozometa .bottom-logo{
    height: 25px;
    opacity: 0.6;
}