/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import './loader.css';
@import './guide.css';
@import './widget.css';
@import './notice.css';

@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('../fonts/NEXON_Lv2_Gothic.eot');
    src: url('../fonts/NEXON_Lv2_Gothic.woff');
    src: url('../fonts/NEXON_Lv2_Gothic?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'NEXON Lv2 Gothic Light';
    src: url('../fonts/NEXON_Lv2_Gothic_Light.eot');
    src: url('../fonts/NEXON_Lv2_Gothic_Light.woff');
    src: url('../fonts/NEXON_Lv2_Gothic_Light?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'NEXON Lv2 Gothic Bold';
    src: url('../fonts/NEXON_Lv2_Gothic_Bold.eot');
    src: url('../fonts/NEXON_Lv2_Gothic_Bold.woff');
    src: url('../fonts/NEXON_Lv2_Gothic_Bold?#iefix') format('embedded-opentype');
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'NEXON Lv2 Gothic' !important;
    font-size: 16px;
}

body > nav {
    flex: 0.1;
}

body > section {
    flex: 0.8;
}

body > footer {
    flex: 0.1;
}

.navbar-brand img {
    width: 180px;
}

.card-img-1 {
    background-image: url('../img/background/world_bg.jpg');
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img-2 {
    background-image: url('../img/background/map_bg.png');
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img-3 {
    background-image: url('../img/background/world_bg2.jpg');
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img-4 {
    background-image: url('../img/background/map_bg2.png');
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer_company_info {
    background-color: #1c1d1f;
}

.modal-content .content {
    /* display: none; */
}

#service_section {
    background-image: url('../img/background/main_bg6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#channel-type {
    gap: 10px;
}

#channel-type button {
    border: 1px solid #000;
}
