@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

body {
    /*font-family: 'Noto Sans KR', sans-serif , 'Inter';*/
      font-family: 'Montserrat','Noto Sans KR','나눔고딕',NanumGothic,'맑은 고딕',Malgun Gothic,'돋움',Dotum,'굴림',Gulim,HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif;
}

.modal-display-error {
    background: #ffffff33 !important
}

.sns-img-ctn {
    background-color: #FFFFFF;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    padding: 24px;
    border-radius: 50%;
}

.sns-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-transform: uppercase;
    text-align: start;
}

.popup-four .recommend-channel-slider .recommend-channel-slider-elment p:nth-child(3) {
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2E405C;
}

.popup-four .recommend-channel-slider .recommend-channel-slider-elment p:nth-child(4) {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #A7B0C2;
    width: 370px;
}

/* end main */
.dropdown-content {
    display: none;
    position: absolute;
    cursor: default !important;
    padding: 5px 0;
    border-radius: 4px;
    /*z-index: 1;*/
    list-style-type: none;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 14%);
}

.dropdown-content li {
    margin-right: 0 !important;
    padding: 8px 20px;
}

.dropdown-content li:hover {
    background-color: #f4f4f4;
}

.dropdown:hover {
    /*text-decoration: underline;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav-menu-depth1 {
    /*font-family: 'Noto Sans KR';*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
}

.nav-menu-depth1:hover {}

.nav-menu-depth2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #2E3E5C;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    width: 100px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* Rounded sliders start*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.5) url("/img/loading.gif") center no-repeat;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: transparent;
}

body.loading {
    overflow: hidden;
    /* position: fixed; */
}

body.loading .overlay {
    display: block;
}

.ck-editor__editable {
    min-height: 400px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .title-mobile-24px {
        font-size: 24px !important;
    }

    .description-mobile-12px {
        font-size: 12px !important;
    }

    .description-mobile-12px>p {
        font-size: 12px !important;
    }



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}