/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ul{
    list-style: none;
    margin: 0;
    margin-bottom: 0;
}

.site-content .ast-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.mcb{
    background-color: #ffd60b;
}

.mcf{
    color: #fb801a;
}

#lk-container{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
}

.ast-container a{
    text-decoration: none;
}

.ast-container p{
    margin: 0;
}

.ast-container ul{
    margin: 0;
    padding: 0;
}

a:hover{
    text-decoration: none !important;
}

.fw-container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

span.check-icon {
    display: inline-block;
    width: 16px;
    height: 8px;
    border: 2px solid red;
    margin-bottom: 4px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}
span.new {
    display: inline-block;
    background-color: #ffd60b;
    color: #333;
    width: 18px;
    height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 3px;
}

.nav-link {
    transition: unset !important;
}

.table > :not(:first-child) {
    border-top: 0 !important;
}

a:focus{
    outline: none !important;
}

.pagination ul {
    display: flex;
    column-gap: 10px;
}
.page-link {
    border-radius: 100% !important;
    color: #7b7b7b !important;
}
.pagination {
    justify-content: center;
    margin-top: 40px;
}
.page-link:hover,.page-link:active,.page-link:focus,.page-item.on .page-link {
    color: #333 !important;
    background-color: #ffd60b !important;
}

body {
    overflow: auto;
}
footer#colophon{
    display: none;
}
span.rqd {
    color: #f44336;
}
.mcolor1{
    color: #ffd60b;
}
.mcolor2{
    color: #EE8217;
}
div#alert-danger {
    color: #f44336;
    margin-top: 5px;
    display: none;
}
input{
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.modal-content {
    box-shadow: 0 3px 7px #00000054;
}
.modal-backdrop.show {
    opacity: 0.4 !important;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    /* border: 1px solid #dedede; */
    /* border-radius: 5px; */
    background-color: #fff;
}
input::placeholder, textarea::placeholder {
    color: #b3b3b3;
}
input:disabled, select:disabled, textarea:disabled {
    background-color: #f443360d;
    cursor: not-allowed;
}
.fw-contents h2#contents-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 50px 0 0px;
    color: #363636;
    letter-spacing: -1px;
}

.ast-separate-container #content .ast-container {
    padding-left: 0;
    padding-right: 0;
}

.notScroll {overflow: hidden;width: 100%;height: 100vh;touch-action:none;}
#mobile-menu-popup-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 14%);
    z-index: 10;
}

.ad-badge-wrap {
    position: absolute;
    right: 0;
    top: 0;
}
.ad-badge-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eee;
    width: 40px;
    height: 40px;
    border-radius: 10px 0 10px 100px;
    z-index: -1;
    box-shadow: 0 0 4px #0000004d;
}
.ad-badge-wrap > p {
    font-family: 'yg-jalnan',sans-serif;
    position: absolute;
    transform: rotate(45deg);
    z-index: 0;
    right: 4px;
    top: 9px;
    font-size: 13px;
    color: #414141;
}
.ad-badge-wrap.BEST:before {
    background-color: #ffc10791;
}
.ad-badge-wrap.NEW:before {
    background-color: #a5ff0791;
}

.modal.fm .modal-header {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.modal.fm .modal-body {
    height: 50vh;
    overflow-y: scroll;
    color: #555;
}
.modal.fm .modal-footer button {
    border-radius: 5px;
    padding: 7px 20px;
    background-color: #9b9b9b;
}
.modal.fm .modal-dialog {
    max-width: 800px;
}

.card-subject .c02 {
    font-weight: 900 !important;
    letter-spacing: -1px !important;
}

.fw-contents .main-ad ul li .card-content a .card-subject {
    height: 172px;
}

@media screen and (max-width : 1620px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width : 1200px) {
    #side-special-ad{
        display: none !important;
    }
    body {
        overflow-x: unset;
    }
}

@media screen and (max-width : 767px) {
    body{
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden !important;
    }
    .fw-container {
        max-width: 100%;
        width: 100%;
    }
    .fw-contents h2#contents-title {
        font-size: 24px;
        margin: 30px 0;
    }
    .ad-badge-wrap:before {
        width: 37px;
        height: 37px;
    }
    .ad-badge-wrap > p {
        font-size: 12px;
    }
}
@media screen and (max-width : 470px) {
    .fw-contents .main-ad ul li .card-content a .card-subject {
        height: 110px;
    }
}

.sms .textCenter{
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
    font-size: 2rem;
    margin-bottom: 40px;
}
.sms .sub_container{
    background: #f5f5f5;
    padding: 40px;
}
.sms .gobox {
    color: #535353;
    padding: 25px;
    margin: 0px 19px;
    min-height: 150px;
    position: relative;
    line-height: 1.6;
    border-radius: 5px;
    background-color: #ffffff;
    border: 3px solid #cacaca;
    height: 185px;
}

.sms .gobox-content {z-index: 1; position: relative;}
.sms .gobox-content p {
    /*font-size: 0.9rem;*/
}
.sms .gobox-content p:last-child {
    margin-bottom:0;
}

.sms .gobox:before,
.sms .gobox:after {
    content:''; 
    position:absolute; 
    top:50%;
}
.sms .gobox:before {
    margin-top: 0;
    top: 3px;
    left: -3px;
    background-color: #ffffff;
    width: 40%;
    height: 100%;
    border-radius: 0px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    border-left: 3px solid #cacaca;
    border-bottom: 3px solid #cacaca;
}
.sms .gobox:after {
    margin-top: 0;
    top: -3px;
    right: -3px;
    background-color: #ffffff;
    width: 25%;
    height: 100%;
    border-radius: 0px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    border-right: 3px solid #cacaca;
    border-top: 3px solid #cacaca;
}
.sms .gobox.gobox-first:before,
.sms .gobox.gobox-last:after  {
    display:none
}
.sms .gobox.ok:before,
.sms .gobox.ok:after,
.sms .gobox.ok {
    background-color: #fb823f;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}
.sms .gobox.ok h4 {
    color: #fff;
}
.sms .gobox.ok > .far {
    font-size: 42px; 
    color: rgba(255, 255, 255, 0.6); 
    top: 50%; -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    position: absolute; left: 0px;
}
.sms .gobox.ok > .far + .gobox-content {
    overflow: hidden ; 
    margin-left: 30px;
}
.sms .sms_row{
    display:grid;
    grid-template-columns:calc(100% - 180px) 180px;
    margin-top:20px;
    padding: 0 0 30px 0;
}
.sms .sms_row .textBox {
    /* padding: 0 0 0 40px; */
}
.sms .sms_row .text1{
    font-size: 18px;
    font-weight:normal;
}
.sms .sms_row .text2{
    text-align:left;
    margin-top:10px;
}
.sms .sms_row input{
    width:18px;
    height:18px;
    vertical-align:sub;
}
.sms .sms_row .tcolor{
    color: #fb823f;
}

.sms .btn-fullcolor, .btn-fullcolor:focus {
    background-color: #fb823f;
    color: #fff;
    border: 1px solid #fb823f;
    border-radius:5px;
    width:100%;
    padding: 10px;
}
.sms .btn-group-md>.btn, .btn-md {
    padding: 16px 25px;
    font-size: 14px;
    line-height: 1.3333333;
}

@media screen and (max-width : 1221px) {
    .sms .gobox {
        min-height: 140px;
        height: 140px;
    }
    .sms .gobox:before, .gobox:after {
        background-color: unset!important;
        border: none !important;
    }
    .sms .mobile_p_b_10 {
        padding: 0 0 10px 0;
    }
    .sms .gobox.ok > .far {
        font-size: 35px;
        padding: 10px;
    }
    .sms .sms_row {
        display: grid;
        grid-template-columns: 100%;
        padding: 20px;
        margin-top: 0px;
    }
    .sms .sms_row .textBox{
        padding: 0;
    }
    .sms .sms_row .text2 {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sms h4 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 478px) {
    .sms .gobox {
        min-height: 160px;
        height: 160px;
    }
}

.sms label {
    font-size: 2rem;
}

#checkbox1, #checkbox2, #checkbox3, #checkbox4 {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 8px;
}