@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');
@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; }
}
@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; }
.gnb { display: none; background-color: #ffffff; padding: 40px; position: fixed; left: 0px; right: 0px; top: 0px; z-index: 10; opacity: 0; transition: opacity 1.0s; width:100%; height: 100vh; overflow-y: scroll;}
.gnb:after { display:block; content:''; clear:both; }
.gnb.active { display: block; opacity: 1; }
.gnb .gnb_number { float:left; width:190px; margin-right:120px;  }
.gnb .gnb_number .monthly { font-size:80px; color:#64c4db; font-weight:700; padding-bottom:5px; border-bottom:1px solid #64c4db; margin-bottom:5px; }
.gnb .gnb_number .year_season { font-size:28px; color:#b8d7df; }
.gnb .gnb_list { float:left; }
.gnb .area_row { float:left; width: 250px; margin-right:80px; }
.gnb .area_row:last-child {margin-right:0px; }
.gnb .area_row li { margin-bottom:30px; }
.gnb .area_row li:last-child { margin-bottom: 0px; }
.gnb .area_row li a {}
.gnb .area_row li a .part_title { font-size:16px; font-weight:600; border-bottom:1px solid #64c4db; padding-bottom:5px; margin-bottom:5px; }
.gnb .area_row li a .part_desc { font-size:15px; color: #666; font-weight: 400; line-height:23px; word-break: keep-all; }
.gnb a.close_btn { position: absolute; left: 20px; font-family: Arial black; top: 10px; font-size: 30px; z-index: 12; }
#header .menu { position: absolute; top: 50%; left: 10px; margin-top:-8px; }
#header .menu a { display:block; width:16px; height:16px;  }
#header .menu span.text { position: relative; padding-left: 25px; font-size: 14px; font-weight: 700; line-height: 16px; top: -5px; }
#header .menu span.circle { position: absolute; left: 0; top: 0; text-indent: -9999px; text-align: left; width: 6px; height: 6px; overflow: hidden; background-color: #000; }
#header .menu span.circle.n1 {  }
#header .menu span.circle.n2 { left:10px; }
#header .menu span.circle.n3 { top:10px;  }
#header .menu span.circle.n4 { top:10px; left:10px;  }
#header .logo { text-align:center; padding: 10px 0px 15px 0px; }
#header .logo a { display:inline-block; }
#header .page_move { position: absolute; right:10%; top: 50%; margin-top: -12px; }
#header .page_move ul:after { display:block; content:''; clear:both; }
#header .page_move li { float:left; margin-right:15px; }
#header .page_move li:last-child { margin-right:0px; }
#header .page_move li a { background-repeat:no-repeat; font-size:14px; }
#header .page_move li.prev a { padding-left: 60px; background-image:url('../images/sub/top_prev_icon.jpg'); background-position:left center; }
#header .page_move li.next a { padding-right: 60px; background-image:url('../images/sub/top_next_icon.jpg'); background-position:right center; }
@media screen and (max-width: 1280px ) {
  .gnb .gnb_number  { margin-bottom:15px; }
}
@media screen and (max-width: 1024px ) {
  .gnb { padding: 30px; }
  .gnb .gnb_number { width:100%; }
  .gnb .gnb_number .monthly { font-size:40px; }
  .gnb .gnb_number .year_season { font-size:14p;x }
  .gnb .gnb_list { float:initial; }
  .gnb .area_row { width:29.333%; margin: 2%; }
  #header .page_move li { margin-right:5px; }
  #header .page_move li a { display:block; width:40px; height:20px; font-size:0px; }
}
@media screen and (max-width: 768px ) {
  .gnb .area_row li a .part_desc { display:none; }
}
@media screen and (max-width: 540px ) {
  .gnb .area_row { width:100%; margin:0px; margin-bottom:15px; float:none}
  .gnb .area_row li  { margin-bottom:15px; }
  .gnb .area_row li a .part_title { font-size:14px; }
  .page_move { display:none; }
}

/* Footer Area */
#footer { position:relative; margin-top:-50px; }
#footer .footer_inner { position: relative; background-color: #d0dada; padding: 90px 0px; margin-top:50px; }
#footer .lastest_list { position:relative; left: 0px; top:-120px; }
#footer .lastest_list a { display: inline-block; width: 100px; height: 30px; font-size: 14px; line-height: 30px; background-color: #d0dada; text-align: center; border-top-left-radius: 10px; border-top-right-radius: 10px; }
#footer .container:after { display:block; content:''; clear:both; }
#footer .foot_lt { float:left; text-align:left; }
#footer .foot_rt { float:right; text-align:right; }
#footer .sns_list { text-align: right; margin-bottom:20px;display: none}
#footer .sns_list:after { display: block; content: ''; clear: both ;}
#footer .sns_list li { display: inline-block; margin-right:10px; }
#footer .sns_list li:last-child { margin-right:0px; }
#footer .sns_list li a { display:block; }
#footer .company_info { font-size:14px; line-height:18px; }
@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
}
@media screen and (max-width: 768px ) {
  #footer .foot_lt { float:initial; text-align:center; margin-bottom:20px; }
  #footer .foot_rt { float:initial; text-align:center; }
  #footer .sns_list { text-align:center; }
  #footer .company_info { font-size:18px; line-height:26px; }
}
@media screen and (max-width: 540px ) {
  #footer .company_info { font-size:14px; line-height:22px; }
}

/* Lately Contents */
.lately_contents{ background: #e8eae8; padding:60px 0px 120px 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:300; }
.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-family: 'Noto Serif KR', serif; font-size:22px; line-height:28px; }

.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: 102px; height: 8px; margin-left: 8px; }
.lately_slide .owl-prev { background-image: url('../images/sub/ico_arr_lft1.gif') !important; background-repeat: no-repeat; background-position: center; cursor: pointer; }
.lately_slide .owl-next { background-image: url('../images/sub/ico_arr_rgh1.gif') !important; background-repeat: no-repeat; background-position: center; cursor: pointer; }
.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}

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



/*quickmenu*/


/* quick menu */
.wrap_quickmenu {
    position: fixed;
    right: -200px;
    bottom: 72px;
    z-index: 15;
}
.wrap_quickmenu.fix {
    position: fixed;
}
.wrap_quickmenu .lst {
    padding: 0px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0;
    -webkit-transition-property: left opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}
.wrap_quickmenu .lst .tit {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.wrap_quickmenu .lst ul {
    background-color: #fff;
    border:2px solid #a2d7e4;
    padding: 30px 5px;
    border-radius: 20px;
    margin: 0;
}
.wraP_quickmenu .lst ul:after {
    display: block;
    content: '';
    clear: both;
}
.wrap_quickmenu .lst li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px dotted #FFF;
}
.wrap_quickmenu .lst li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.wrap_quickmenu .lst li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.wrap_quickmenu .lst a,
.wrap_quickmenu .lst a span {
    display: block;
    text-align: center;
    text-decoration: none;
}
.wrap_quickmenu .lst a span.ico {
    font-size: 0;
    line-height: 0;
}
.wrap_quickmenu .lst a span.ico img {
    width: 70%;
    height: auto;
}
.wrap_quickmenu .lst a span.txt {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1;
    color: #000;
    margin-top: 10px;
    letter-spacing: 0;
}
.wrap_quickmenu .lst .btn_close {
    text-align: center;
    margin-top: 15px;
}
.wrap_quickmenu .lst .btn_close a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url('../images/image/common/btn_quickclose.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}
.wrap_quickmenu .lst .btn_close.img2 a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/image/common/quickclose.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.wrap_quickmenu .lst .btn_close a span {
    text-indent: -9999px;
}
.wrap_quickmenu .lst.share {
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 3;
    opacity: 0;
}
.wrap_quickmenu .lst.menu.close {
    left: 100%;
}
.wrap_quickmenu .lst.share.open {
    left: 0;
    opacity: 1;
}
.btn-quickmenu22 img {
    width: 70px;
}
.btn-quickmenu22,
.btn-quickmenu {
    display: none;
    opacity: 0;
    -webkit-animation: btnTopOn 0.5s cubic-bezier(0.775, -0.04, 0.12, 0.92) both;
    animation: btnTopOn 0.5s cubic-bezier(0.775, -0.04, 0.12, 0.92) both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: fixed;
    right: 14px;
    bottom: 67px;
    z-index: 15;
}
.btn-quickmenu22.top,
.btn-quickmenu.top {
    opacity: 1;
    display: block;
    font-size: 0;
    z-index: 12;
}
.btn-quickmenu22.top {
    display: none;
}
.btn-quickmenu22 {
    right: 5px;
    bottom: 118px;
}
@media screen and(max-width: 840px) {
    .btn-quickmenu22 img {
        width: 15vw;
    }
    .btn-quickmenu22 {
        right: 1vw;
        bottom: 31vw;
    }
    .btn-quickmenu22.top {
        display: block;
    }
    .btn-top.top img,
    .btn-quickmenu img {
        width: 40px;
    }
    /*.btn-top.top{.r(14); .b(10); }
  .btn-quickmenu{.r(14); .b(60); }
  .wrap_quickmenu{.b(60);}*/
    .wrap_quickmenu .lst {
        padding: 4.76190476vw 1.9047619vw;
        width: 122px;
        width: 14.52380952vw;
        -webkit-box-shadow: 0 0 2.29468599vw 0 rgba(0, 0, 0, 0.38);
        -moz-box-shadow: 0 0 2.29468599vw 0 rgba(0, 0, 0, 0.38);
        box-shadow: 0 0 2.29468599vw 0 rgba(0, 0, 0, 0.38);
    }
    .wrap_quickmenu .lst li {
        margin-top: 20px;
        margin-top: 2.38095238vw;
    }
    .wrap_quickmenu .lst a span.txt {
        margin-top: 6px;
        margin-top: 0.71428571vw;
        font-size: 18px;
        font-size: 2.14285714vw;
    }
    .wrap_quickmenu .lst li.btn_close {
        margin-top: 51px;
        margin-top: 6.07142857vw;
    }
    .wrap_quickmenu .btn_close i {
        font-size: 48px;
        font-size: 5.71428571vw;
    }
    .wrap_quickmenu .lst.share a span.ico img,
    .wrap_quickmenu .lst.menu a span.ico img {
        width: 56px;
        width: 6.66666667vw;
    }
    .wrap_quickmenu .lst.share {
        position: absolute;
        left: 100%;
        bottom: 0;
        z-index: 3;
        background-color: #fff;
        opacity: 0;
    }
    .wrap_quickmenu .lst.menu.close {
        left: 100%;
    }
    .wrap_quickmenu .lst.share.open {
        left: 0;
        opacity: 1;
    }
}
.ist_sns_set1 {
    font-size: 0;
    text-align: center;
}
.ist_sns_set1 li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
@media screen and(max-width: 840px) {
    .ist_sns_set1 li {
        margin-left: 15px;
        margin-left: 1.78571429vw;
        margin-right: 15px;
        margin-right: 1.78571429vw;
    }
    .ist_sns_set1 li img {
        width: 55px;
        width: 6.54761905vw;
    }
}
.lst_thumbtype2 .inner {
    background-color: #fff;
}

#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;
  }
}
