@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'BMDoHyeon';
  font-weight: normal;
  font-style: normal;
    src:  url('../fonts/BMDoHyeon.woff') format('woff'),
         url('../fonts/BMDoHyeon.woff2') format('woff2');
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html,body,div,span,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,time,mark,audio,video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
em {
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body.active { overflow:hidden; }
html,
body {
  position: relative;
  font-size: 16px;
  line-height: 1.375;
  font-family: 'Noto Sans KR', sans-serif;
  color: #000;
  font-weight: 500;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic !important;

}
label {
  cursor: pointer;
}
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
}
input[type='text'],
input[type='password'],
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='text'],
input[type='password'],
textarea {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #000;
}
ul,
li,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  font-size: 0;
  line-height: 0;
  z-index: -1;
  visibility: hidden;
  width: 0;
  height: 0;
}
legend,
hr {
  font-size: 0;
  position: absolute;
  z-index: -1;
  left: -999px;
  visibility: hidden;
  width: 0;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Button */
button {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Noto Sans KR', "Malgun Gothic", sans-serif;
  color: #000;
}
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:focus {
  outline: 0 !important;
}
input:-moz-read-only {
  /* For Firefox */
  background-color: #f2f2f2 !important;
}
input:read-only {
  background-color: #f2f2f2  !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}

/* 공통영역 */
.container { width: 100%; max-width:1280px; margin: 0px auto; }
.mo-only {display: none}
@media screen and (max-width: 1024px ) {
  .container { padding-left:15px; padding-right:15px; }
  .pc-only2{display: none}
}
@media screen and (max-width: 768px ) {
  .mo-only{display: block}
  .pc-only{display: none}
}


/* Header Area */
#header { position:fixed; top: 0px; left:0px; right: 0px; z-index:10; background-color:#ffffff; padding: 0 40px; height: 70px; display: flex; align-items: center;
     justify-content: space-between; border-bottom: 1px solid #eeeeee; }
#header .logo img{max-width: 100px;}

.gnb { display: none; position: fixed; top: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000;}
.gnb.active {display: block;opacity: 1;}
.gnb_menu {display: flex; width: 900px; height: 100vh; background-color: #fff; border: 1px solid #ddd; position: absolute; right: 0; padding: 60px 0px 0px 40px; box-sizing: border-box; overflow-y: auto;}
.gnb_menu ::-webkit-scrollbar { width:15px;  height: 5px; }
.gnb_menu ::-webkit-scrollbar-track {  background: #c2bdba; }
.gnb_menu ::-webkit-scrollbar-thumb {    background: #8f8f8f; }
.gnb_menu ::-webkit-scrollbar-thumb:hover {  background: #8f8f8f; }
@media screen and (max-width: 1024px ) {
    .gnb_menu { width:100vw}
}


.menu_left {display: flex;flex-direction: column; gap: 10px; }
.menu_left .menu_button { width: 100%;text-align:left; padding: 10px 0; color: #333; cursor: pointer;  font-size: 16px;  font-weight: bold;  box-sizing: border-box;}
.menu_right { flex: 1; padding-left: 20px; overflow-y: auto;}
.submenu {display: none;}
.submenu ul {  list-style: none;padding: 0; }
.submenu li {}
.submenu li a:hover{box-shadow: 0 0 0 3px #4872f4 inset; }
.submenu li a { text-decoration: none; color: #333; width: 100% !important; display: flex; padding: 40px; height: 180px; align-items: center;  color: #f8f8f8; font-weight: bold; font-size: 18px; transition: ease-in-out 0.2s; }

.menu_button.active.menus1 {color:#ff8212 !important}
.menu_button.active.menus2 {color:#326ae9 !important}
.menu_button.active.menus3 {color:#e72c22 !important}
.menu_button.active.menus4 {color:#ffdb33 !important}
.menus1:hover{color:#ff8212 !important}
.menus2:hover  {color:#326ae9 !important}
.menus3:hover{color:#e72c22 !important}
.menus4:hover {color:#ffdb33 !important}

.gnb .close_btn {  background: none; border: none; font-size: 30px; cursor: pointer; color: #333; position: absolute; right: 30px; top: 10px; font-family: Arial black; z-index: 12;}

.gnb .submenu .menu_1_1{background: url('../images/common/menu_1_1.jpg') no-repeat; background-size: cover;}
.gnb .submenu .menu_1_2{background: url('../images/common/menu_1_2.jpg') no-repeat; background-size: cover;}
.gnb .submenu .menu_1_3{background: url('../images/common/menu_1_3.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_1_4{background: url('../images/common/menu_1_4.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_1_5{background: url('../images/common/menu_1_5.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_1_6{background: url('../images/common/menu_1_6.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_1_7{background: url('../images/common/menu_1_7.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_1_8{background: url('../images/common/menu_1_8.jpg')no-repeat; background-size: cover;}


.gnb .submenu .menu_2_1{background: url('../images/common/menu_2_1.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_2_2{background: url('../images/common/menu_2_2.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_2_3{background: url('../images/common/menu_2_3.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_2_4{background: url('../images/common/menu_2_4.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_2_5{background: url('../images/common/menu_2_5.jpg')no-repeat; background-size: cover;}

.gnb .submenu .menu_3_1{background: url('../images/common/menu_3_1.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_3_2{background: url('../images/common/menu_3_2.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_3_3{background: url('../images/common/menu_3_3.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_3_4{background: url('../images/common/menu_3_4.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_3_5{background: url('../images/common/menu_3_5.jpg')no-repeat; background-size: cover;}
.gnb .submenu .menu_3_6{background: url('../images/common/menu_3_6.jpg')no-repeat; background-size: cover;}

.gnb .submenu .menu_4_1{background: url('../images/common/menu_4_1.jpg')no-repeat;background-size: cover; background-position: center;}
.gnb .submenu .menu_4_2{background: url('../images/common/menu_4_2.jpg')no-repeat; background-size: cover; background-position: center;}

.menu_wrap { display: flex; height: 70px; gap: 20px; } 
.menus { display: flex; justify-content: center; align-items: center; width: 200px; font-size: 16px; font-weight: bold; position: relative; height: 70px; border-radius: 5px; transition: background 0.3s ease; text-align: center; cursor: pointer; } 

.menu_list { position: absolute; top: 70px; width: 200px; ; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; background: white;} 
.menu_list a { display: block; text-decoration: none; color: #333; padding: 10px 15px; transition: background 0.3s ease; } 
.menu_list a:hover { background: #f0f0f0; } 
.menus:hover .menu_list { visibility: visible; opacity: 1; transform: translateY(0); }
.menus:hover .menu_btn1{color:#ff8212 !important}
.menus:hover .menu_btn2{color:#326ae9 !important}
.menus:hover .menu_btn3{color:#e72c22 !important}
.menus:hover .menu_btn4{color:#ffdb33 !important}

@media screen and (max-width: 1024px ) {
    .menu_wrap { display: flex;width: fit-content; box-sizing: border-box; } 
    .menus { width: 120px; } 
    .menu_list {width: 180px; } 
}
@media screen and (max-width: 1024px ) {
    .menu_wrap { display: flex;width: fit-content; box-sizing: border-box; } 
    .menus { width: 120px; } 
    .menu_list {width: 180px; } 
    #header {padding: 20px;}
}
@media screen and (max-width: 768px ) {
    .menu_wrap { display: none;}
    .gnb .submenu .menu_1_1,.gnb .submenu .menu_1_2,.gnb .submenu .menu_1_3,.gnb .submenu .menu_1_4,.gnb .submenu .menu_1_5,.gnb .submenu .menu_1_6,.gnb .submenu .menu_1_7,.gnb .submenu .menu_1_8,.gnb .submenu .menu_2_1,.gnb .submenu .menu_2_2,.gnb .submenu .menu_2_3,.gnb .submenu .menu_2_4,.gnb .submenu .menu_3_1,.gnb .submenu .menu_3_2,.gnb .submenu .menu_3_3,.gnb .submenu .menu_3_4,.gnb .submenu .menu_3_5,.gnb .submenu .menu_3_6,.gnb .submenu .menu_4_1,.gnb .submenu .menu_4_2 {background-position:90%!important;}
    .submenu li a { height: 120px; }
}
@media screen and (max-width: 480px ){
    .gnb .submenu .menu_1_1,.gnb .submenu .menu_1_2,.gnb .submenu .menu_1_3,.gnb .submenu .menu_1_4,.gnb .submenu .menu_1_5,.gnb .submenu .menu_1_6,.gnb .submenu .menu_1_7,.gnb .submenu .menu_1_8,.gnb .submenu .menu_2_1,.gnb .submenu .menu_2_2,.gnb .submenu .menu_2_3,.gnb .submenu .menu_2_4,.gnb .submenu .menu_3_1,.gnb .submenu .menu_3_2,.gnb .submenu .menu_3_3,.gnb .submenu .menu_3_4,.gnb .submenu .menu_3_5,.gnb .submenu .menu_3_6,.gnb .submenu .menu_4_1,.gnb .submenu .menu_4_2 {background-position:100%!important;}
    #header {height: 60px;}

    #header .logo img{max-width: 75px;}
    #header {padding: 20px 10px;}
    .menu a{box-sizing: border-box;}
    .menu a img{width:26px ;}
    .gnb .close_btn {font-size: 24px; }
    .gnb_menu{padding: 50px 0 0 10px;}
    .menu_left .menu_button {font-size: 14px;}
    .menu_right { padding-left:10px}
    .menu_left .menu_button { padding: 5px 0;}
    .submenu li a { padding: 40px; height: 100px; }
    .submenu li a {font-size: 14px; padding: 20px;}
}

/* Footer Area */
#footer {text-align: center; width: 100%; background: #4472c4; padding: 60px 0; }
#footer .company_info{color:white;  font-size: 14px; padding-top: 30px;}
@media screen and (max-width: 768px ){
#footer {padding: 40px 20px; }
#footer .company_info{ padding-top: 20px; padding-bottom: 60px; }
}
/* Lately Contents */
.lately_contents{ background: #a2c6de; padding:40px 0px 80px 0px; margin-top:80px; overflow:hidden; }
.lately_contents .container { max-width:1140px; }
.lately_contents .owl-carousel .owl-stage-outer { overflow: visible; }
.lately_contents .owl-item { opacity:0.2; }
.lately_contents .owl-item.active { opacity: 1; }
.lately_contents .other_tit{ text-align: center; font-size: 30px; font-weight:500;  color: #4472c4;}
.lately_contents .other_tit p{ padding:25px 0 }
.lately_slide .item_box {}
.lately_slide .item_thumb { margin-bottom:25px; }
.lately_slide .item_cont { }
.lately_slide .item_cont .tag { position: relative; font-size: 14px;margin-bottom:10px; }
.lately_slide .item_cont .tit {font-size:20px; line-height:26px; }

.lately_slide .owl-nav { position:absolute; top: -50px; right:0px; display:block !important; margin-top: 0px !important; }
.lately_slide .owl-prev,
.lately_slide .owl-next{ display: block; overflow: hidden; text-indent: -9999px; text-align: left; width: 24px; height:20px; margin-left: 8px; }
.lately_slide .owl-prev { background-image: url('../images/sub/arrow_left.png') !important; background-repeat: no-repeat !important; cursor: pointer;  background-size: cover; }
.lately_slide .owl-next { background-image: url('../images/sub/arrow_right.png') !important; background-repeat: no-repeat !important; cursor: pointer; background-size: cover}
.lately_slide .owl-prev:hover,
.lately_slide .owl-next:hover { background-color: initial !important; }

@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
}
@media screen and (max-width: 768px ) {
  .lately_slide .owl-nav{display: none !important}
  .gnb a.close_btn{right:20px}
  .lately_slide .item_thumb { margin-bottom:15px; }
  .lately_slide .item_cont .tit {font-size:16px; line-height:24px; }

}
@media screen and (max-width: 540px ) {
}



/*quickmenu*/
.top_btn {
    position: fixed;
    right: 20px;
    bottom: 20px !important;
    z-index: 15;
    text-align: center;
}

.quick{
    margin-bottom: 10px;
    text-align: center;
    background: white;
    border: 1px solid #765841;
    border-radius: 50px;
    padding: 20px 5px;
    
}
.quick li {
    padding: 10px 0;
}

.quick li .txt{
    font-size: 14px;
    color: #666;
}

.quick .last{display: none;}

@media screen and (max-width: 1280px ) {
    .top_btn{  position: fixed;
        right: 10px; bottom: 2px !important; }
    .quick {padding: 10px 5px;margin-bottom: 5px;}
    .quick li img{width: 50%;}
    .quick li  .txt{font-size: 13px; word-break: keep-all;}
}

@media screen and (max-width: 768px ) {
    .top_btn{  position:fixed;bottom: 0px !important; right: 0 !important; }
    .top_btn>:last-child{display: none;}
    .quick {padding:0 20px;margin-bottom: 0px; display: flex; justify-content: space-between; align-items: end;
        width: 100vw !important; border-radius: 0px; border-right: none; border-left: none; border-bottom: none; border-top: 1px solid #ddd;}
    .quick li{display: inline-block}
   .quick li a{display: inline-block}
    .quick li img{width: 100%; max-width: fit-content;max-height: 24px;}
    .quick li  .txt{font-size: 14px; word-break: keep-all;}
    .quick .last{display: block;}
}

#area_allmenu {
  position: relative;
  z-index: 11;
  margin-top: 30px;
}
.allmenu_fot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #d0dada;
  font-size: 0;
}
.allmenu_fot .inr-c {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.allmenu_fot .area_iscroll {
  margin-top: 30px;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
}
.allmenu_fot .area_iscroll .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  right: 31px !important;
  background-color: #575757;
}
.allmenu_fot .area_iscroll .iScrollVerticalScrollbar.iScrollLoneScrollbar .iScrollIndicator {
  background-color: #8a8a8a !important;
  border: 0 !important;
  cursor: pointer;
}
.allmenu_fot .topbtns {
  height: 0;
  position: relative;
}
.allmenu_fot .btn_all,
.allmenu_fot .btn_open {
  position: absolute;
  bottom: 0;
  background-color: #d0dada;
  width: 55px;
  height: 30px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.allmenu_fot .btn_open:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -276px -428px;
  width: 10px;
  height: 17px;
  content: "";
  margin-left: -5px;
  margin-top: -8.5px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.allmenu_fot .btn_all span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  background-color: #fff;
  content: "";
  margin-left: -1px;
  margin-top: -5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.allmenu_fot .btn_all span:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 14px;
  background-color: #fff;
  content: "지난호보기";
  margin-left: -1;
  margin-top: -7px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.allmenu_fot .btn_all:hover span,
.allmenu_fot .btn_all:hover span:after {
  background-color: #f15227;
}
.allmenu_fot .btn_all {
  left: 0;
}
.allmenu_fot .btn_open {
  right: 0;
}
.allmenu_fot .inr-c.pa {
  padding-bottom: 40px;
  position: relative;
}
.allmenu_fot .header {
  margin-bottom: 30px;
}
.allmenu_fot .header .h1 {
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
  margin-right: 150px;
  -ms-word-break: keep-all;
  word-break: keep-all;
  font-weight: 500;
}
.allmenu_fot .lst-owl {
  text-align: left;
  width: calc(100% - 110px);
  margin-bottom: 50px;
}

.allmenu_fot .lst-owl img{max-width: 100%; height: auto;}
.allmenu_fot .lst-owl .desc {
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.allmenu_fot .lst-owl > .thumb:nth-child(1n + 1) {
  width: 24%;
  margin-right: 1%;
  margin-top: 2.5%;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.allmenu_fot .lst-owl > .thumb:nth-child(4n + 0) {
  margin-right: 0;
}
.allmenu_fot .lst-owl > .thumb:nth-child(-n + 4) {
  margin-top: 0;
}
.allmenu_fot .owl-dots .owl-dot {
  background-color: #9d9d9d;
}
.allmenu_fot .owl-dots .owl-dot.active {
  background-color: #71bdef;
}
#area_allmenu.open .btn_open {
  background-color: #7127b6;
}
#area_allmenu.open .btn_open:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin-top: -6px;
}
#area_allmenu.allOpen .btn_all {
  background-color: #7127b6;
}
#area_allmenu.allOpen .btn_all span {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.allmenu_fot.allOpen .area_iscroll {
  overflow-y: auto;
}
@media screen and (max-width: 1460px) {
  .allmenu_fot .area_iscroll .iScrollVerticalScrollbar.iScrollLoneScrollbar {
    right: 1px !important;
    background-color: #575757;
  }
}
@media screen and (max-width: 1260px) {
  .allmenu_fot .lst-owl{width: auto;}
  .allmenu_fot .inr-c {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .allmenu_fot .lst-owl > .thumb:nth-child(1n + 1) {
    width: 31%;
    margin-right: 3%;
    margin-top: 3%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .allmenu_fot .lst-owl > .thumb:nth-child(3n + 0) {
    margin-right: 0;
  }
  .allmenu_fot .lst-owl > .thumb:nth-child(-n + 3) {
    margin-top: 0;
  }
}


.back_number_cont {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    
}
.back_number_cont ::-webkit-scrollbar {
    width:15px; 
    height: 5px; 
}

.back_number_cont ::-webkit-scrollbar-track {
    background: #bdbfc2; 
}

.back_number_cont ::-webkit-scrollbar-thumb {
    background: #4472c4; 
}

.back_number_cont ::-webkit-scrollbar-thumb:hover {
    background: #4472c4; 
}




/* 활성화 상태: 보이기 */
.back_number_cont.active {
    display: block;
}

/* X 버튼 스타일 */
.back_number_cont .close_btn {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    position: absolute;
    right: 30px;
    top: 30px !important;
    font-family: Arial black;
    z-index: 12;
    line-height: 0;
}

/* Back number container */
.back_number {
    width: 900px;
    height: 100vh;
    background-color: #d4dae5;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    padding: 50px;
    box-sizing: border-box;
    overflow-y: auto;
}

/* Title 스타일 */
.back_number .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #4472c4;
    padding: 20px;
    margin-bottom: 20px;
}

/* Thumbnail wrapper */
.back_number_wrap {
    display: flex;
    flex-wrap: wrap; /* 여러 줄로 나누기 */
    gap: 40px; /* 요소 간 간격 설정 */
    width: 100%;
    box-sizing: border-box;
}

/* 각 .thumb 요소 스타일 */
.thumb {
    flex: 0 0 calc((100% - 80px) / 3); /* 3개씩 배치 (100% - (gap * 2)) ÷ 3 */
    max-width: calc((100% - 80px) / 3); /* 최대 너비 설정 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

/* 이미지 스타일 */
.thumb .image img {
    max-width: 100%; /* 부모 요소 크기에 맞추기 */
    object-fit: cover; /* 이미지 비율 유지 */
}

/* 캡션 스타일 */
.thumb .caption {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}


@media screen and (max-width: 1024px ) {
    .back_number{ width:100vw;padding: 20px;}
    .back_number_wrap{gap: 20px;}
    .thumb  {
        flex: 0 0 calc((100% - 20px) / 2); 
        max-width: calc((100% - 20px) / 2);
      }
}
@media screen and (max-width: 375px ){
.back_number_cont .close_btn {font-size: 24px; top: 20px !important; }}