﻿@charset "utf-8";



@font-face {
    font-family: 'MinSans-Regular';
    src: url('/fonts/min-sans/MinSans-Regular.SubsetKor.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinSans-Regular-eng';
    src: url('/fonts/min-sans/MinSans-Regular.SubsetEng.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*에스코어드림Md*/
@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*에스코어드림EB*/
@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*티웨이항공체*/
@font-face {
    font-family: 'twayair';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*프리텐다드*/
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: MalgunGothic;
    src: url(/fonts/MalgunGothic/MalgunGothic.eot);
}

li span {
    line-height: 1; /*// 1.8; // CASS_20191114*/
    font-size: 1em; /* CASS_FONT_20200119 // 0.95em; */ /*1.2em; // 1.3em;  // CASS_20191114*/
}

a {
    text-decoration: none;
    color: #999;
}

    a:hover {
        color: #666;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, strong {
    font-style: normal;
    font-weight: normal;
}

.card {
    background: #fff;
    border-radius: 0px; /*2px;*/
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    /*transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}

    /*.card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }*/

.card-1-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 12px rgba(0,0,0,0.24);
    /*transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


.acs_module_headerShadowBase {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: red;
    opacity: 0.8;
    display: none;
    font-weight: bold;
    /*padding-top: 3px;
    padding-bottom: 3px;*/
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    background-color: rgba(102,102,102,0.38);
}

.acs_bubble_sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #00bfb6;
    border-right: 10px solid transparent;
    border-top: 10px solid #00bfb6;
    border-bottom: 10px solid transparent;
    right: -20px;
    top: 6px;
}

.acs_bubble_sb2:before {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 100px solid red;
    border-radius: 50%;
}

.acs_bubble_sb3:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid rgba( 0, 0, 0, .5 );
    /*border-left: 10px solid;*/
    /*border-right: 15px solid rgba( 255, 0, 0, .3 );*/
    border-bottom: 11px solid transparent;
}

#three_mouseView {
    word-wrap: normal;
    /*font-family: TTYeonpilsketchR;*/
}

#gallery_page_btn_index .page_btn {
    /*font-family: sans-serif, 'Roboto', 'Segoe UI', 'Malgun Gothic', 'Nanum Gothic', 'Nanum_SquareR', Helvetica, Arial;*/

    font-family: sans-serif, 'Roboto', Tahoma, Verdana !important;
    padding-top: 6px;
}

/*.myLabelStyle > .blockcodeFlyoutLabelText {
    font-style: italic;
    fill: green;
}*/

