@font-face {
    font-family: 'prompt-regular';
    src: url(../font/Prompt/Prompt-Regular.ttf);
}

body{
    font-family: 'prompt-regular';
    font-size: 0.9rem;
    color: #666666;
}

a{
    text-decoration: none;
}

h3{
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask .videobox {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: visible;
}
.mask .videobox video {
    width: 100%;
    height: 300px;
}
.mask .videobox .close {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 9999;
    top: -35px;
    right: 5px;
    background: url(../images/icon/btn_close.png) no-repeat;
    cursor: pointer;
    display: block;
}

.fixed-top-content{
    margin-top: 4.2rem;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.mores {
    margin-top: 20px;
    position: relative;
    font-size: 16px;
    background: #e00046;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 183px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mores::after {
    width: 20px;
    height: 20px;
    z-index: 99;
    margin-left: 20px;
    color: #e00046;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    content: ">";
}

.links-red{
    display: contents;
}
.links-red::after {
    width: 20px;
    height: 20px;
    z-index: 99;
    margin-top: 20px;
    color: #e00046;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    content: ">";
}

.links-green{
    display: contents;
    background-color: #686868!important;
}
.links-green::after {
    width: 20px;
    height: 20px;
    z-index: 99;
    margin-top: 20px;
    color: #fff;
    border-radius: 50%;
    background: #e00046;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    content: ">";
}

#footer-desktop{
    background-color: rgb(240 240 240);
    color: rgb(128, 128, 128);
    padding: 3rem
}
#footer-desktop a{
    color: inherit;
}
#footer-desktop dt{
    color: #000;
    line-height: 50px;
}
#footer-desktop ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-desktop ul li{
    line-height: 30px;
}
#copyright{
    color: #afafaf;
    background-color: #292929;
    padding: 1rem 3rem;
    font-size: 0.8rem;
    padding-bottom: 4rem;
}
@media (min-width: 768px) {
    #copyright{
        padding-bottom: 1rem;
    }
}
#copyright a{
    color: inherit;
}

#footer-mobile{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    background-color: #000;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

#product-inquire{
    background-color: #fff;
    padding: 4rem;
}

#product-inquire h3{
    line-height: 52px;
    font-size: 30px;
    color: #333;
    font-weight: 700;
}
@media (min-width: 768px) {
    #product-inquire .col-md-4{
        display: flex;
        justify-content: end;
    }
}