@charset "utf-8";
@font-face {
    font-family: 'Paperlogy-Bold';
    src: url('https://cdn.jsdelivr.net/gh/whitedev7773/Paperlogy/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-Regular';
    src: url('https://cdn.jsdelivr.net/gh/whitedev7773/Paperlogy/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

/****************************************** reset code ******************************************/
html, body{overflow-x:hidden;scroll-behavior: smooth;}
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,input,select,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 16px; line-height:1.5em;font-family: 'SUIT', sans-serif; font-weight:400; vertical-align: baseline; color:#222;word-break:keep-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);letter-spacing: -0.05em;}


button, a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
textarea {touch-action: manipulation;  }

ol, ul , li{list-style: none;}
div, td, a, span, button, input, form, td, tr,section, label{box-sizing: border-box;}
a{text-decoration: none; line-height:1.5em;}
.tit{font-family: 'Paperlogy-Bold'; letter-spacing: -0.02em;}
.subTit{font-family: 'Paperlogy-Regular'; letter-spacing: -0.02em;}
.inner{width:90dvw; margin-left:auto; margin-right:auto;}
table{border-collapse: collapse;}
td{vertical-align: middle;}
header, footer{width:100dvw}
.wdpib{display:inline-block;}

.pointP{font-family: "Caveat", cursive;}
.headerP{font-family: "Montserrat", sans-serif;}
/*************** 색상 ***************/
.co_white{color:#fefefe;}
.co_0{color: #FFF2F1;}
.co_1{color: #FFE1E0;}
.co_2{color:#FFC8C6}
.co_3{color:#FFA29E}
.co_4{color:#FF6E67}
.co_5{color:#FC3F37}
.co_6{color:#E61E15}
.co_7{color:#C51810}
.co_8{color:#A31711}
.co_9{color:#861B16}
.co_10{color:#4A0805}

.co_gray0{color: #f7f8f8;}
.co_gray1{color: #eeeef0;}
.co_gray2{color:#d9dade}
.co_gray3{color:#b8bac1}
.co_gray4{color:#91949f}
.co_gray5{color:#737784}
.co_gray6{color:#5d606c}
.co_gray7{color:#4c4e58}
.co_gray8{color:#41424b}
.co_gray9{color:#37383e}
.co_gray10{color:#26272b}

/*************** 배경 색상 ***************/
.bco_white{background:#fefefe;}
.bco_black{background:#222;}


/*************** header ***************/
header{left:0; top:0;}

.section_address{display:none !important}
.root_daum_roughmap{width:50% !important;}
.root_daum_roughmap .wrap_map{height:624px !important}
.templete020_2Box{background:#EFECE4}
.borderTit{border-bottom:1px solid #EFECE4}
.locationInfoBox{background:#89765C}
.templete020_5{background:url('/img//noticeBanner.jpg')center center; background-size:cover}
/*************** footer ***************/
.footerInfo{line-height:1.8em}

/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1300px) {
    .inner{width:calc(100dvw - 120px)}
}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {
    .root_daum_roughmap{width:100% !important;}
    .root_daum_roughmap .wrap_map{height:30dvh !important}
}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {
}
/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {
    .inner{width:calc(100dvw - 40px)}

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {
  
}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
    

}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {

}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
