@charset "UTF-8";
/* skip navigation */
#skipNavi {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 10001;
}

#skipNavi a {
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
}

#skipNavi a:focus {
  top: 0px;
  height: 40px;
  line-height: 40px;
  z-index: 10001;
}

:root {
  --main1:#E1315F;
  --main2:#DEE32F;
  --main3:#01BABD;
  --sub1:#DA345B;
  --sub2:#C5C500;
  --sub3:#00838a;
  --sub4:#D54030;
  --over1:#C52F52;
  --over2:#A3A800;
  --over3:#00767C;
}

/* default */
.text_c {
  text-align: center !important;
}

.text_r {
  text-align: right !important;
}

.text_l {
  text-align: left !important;
}

@media (max-width: 600px) {
  .m_text_c {
    text-align: center !important;
  }
  .m_text_r {
    text-align: right !important;
  }
  .m_text_l {
    text-align: left !important;
  }
}
br.mo {
  display: none;
}

br.onpc {
  display: none;
}

img.pc {
  max-width: 100%;
}

img.mo {
  width: 100%;
  display: none !important;
}

.padshow {
  display: none;
}

.tell_link {
  pointer-events: none;
}

@media (max-width: 999px) {
  .padHide {
    display: none;
  }
  .padshow {
    display: block;
  }
  br.pc {
    display: none;
  }
  .tell_link {
    pointer-events: initial;
  }
}
@media (max-width: 600px) {
  br.mo {
    display: block;
  }
  .moHide {
    display: none !important;
  }
  img.pc {
    display: none !important;
  }
  img.mo {
    display: block !important;
  }
  body {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  br.onpc {
    display: block;
  }
}
.visible-pc {
  display: none;
}

@media (min-width: 1024px) {
  .visible-pc {
    display: block;
  }
}

br.mobile {
  display: none;
}

@media (max-width: 767px) {
  br.mobile {
    display: inline;
  }
}
br.pc {
  display: none;
}

@media (min-width: 1024px) {
  br.pc {
    display: inline;
  }
}
a:hover {
  color: var(--sub1);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(100%);
  white-space: nowrap;
}

/* hidden */
.sr-only, .hidden, .accessibility {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* clear float */
.clear {
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* skip */
.skip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.skip a {
  position: absolute;
  display: block;
  width: 500px;
  left: 0;
  text-align: center;
  top: -10000px;
  z-index: 5000;
  font-size: 1.3em;
}

.skip a:hover, .skip a:focus, .skip a:active {
  position: absolute;
  top: 0;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  background: #1d60a7;
  line-height: 1;
}

.nobg {
  background: none !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.jf {
  text-align: justify !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.oh {
  overflow: hidden !important;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.bn {
  border: none !important;
}

.bdt_n {
  border-top: none !important;
}

.bdb_n {
  border-bottom: none !important;
}

.bdl_n {
  border-left: none !important;
}

.bdr_n {
  border-right: none !important;
}

.bgn {
  background: none !important;
}

.fb {
  font-weight: bold !important;
}

.posr {
  position: relative !important;
}

.posa {
  position: absolute !important;
}

.posf {
  position: fixed !important;
}

.poss {
  position: static !important;
}

/* margin */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w1p {
  width: 1%;
}

.w2p {
  width: 2%;
}

.w3p {
  width: 3%;
}

.w4p {
  width: 4%;
}

.w5p {
  width: 5%;
}

.w6p {
  width: 6%;
}

.w7p {
  width: 7%;
}

.w8p {
  width: 8%;
}

.w9p {
  width: 9%;
}

.w10p {
  width: 10%;
}

.w11p {
  width: 11%;
}

.w12p {
  width: 12%;
}

.w13p {
  width: 13%;
}

.w14p {
  width: 14%;
}

.w15p {
  width: 15%;
}

.w16p {
  width: 16%;
}

.w17p {
  width: 17%;
}

.w18p {
  width: 18%;
}

.w19p {
  width: 19%;
}

.w20p {
  width: 20%;
}

.w21p {
  width: 21%;
}

.w22p {
  width: 22%;
}

.w23p {
  width: 23%;
}

.w24p {
  width: 24%;
}

.w25p {
  width: 25%;
}

.w26p {
  width: 26%;
}

.w27p {
  width: 27%;
}

.w28p {
  width: 28%;
}

.w29p {
  width: 29%;
}

.w30p {
  width: 30%;
}

.w31p {
  width: 31%;
}

.w32p {
  width: 32%;
}

.w33p {
  width: 33%;
}

.w34p {
  width: 34%;
}

.w35p {
  width: 35%;
}

.w36p {
  width: 36%;
}

.w37p {
  width: 37%;
}

.w38p {
  width: 38%;
}

.w39p {
  width: 39%;
}

.w40p {
  width: 40%;
}

.w41p {
  width: 41%;
}

.w42p {
  width: 42%;
}

.w43p {
  width: 43%;
}

.w44p {
  width: 44%;
}

.w45p {
  width: 45%;
}

.w46p {
  width: 46%;
}

.w47p {
  width: 47%;
}

.w48p {
  width: 48%;
}

.w49p {
  width: 49%;
}

.w50p {
  width: 50%;
}

.w51p {
  width: 51%;
}

.w52p {
  width: 52%;
}

.w53p {
  width: 53%;
}

.w54p {
  width: 54%;
}

.w55p {
  width: 55%;
}

.w56p {
  width: 56%;
}

.w57p {
  width: 57%;
}

.w58p {
  width: 58%;
}

.w59p {
  width: 59%;
}

.w60p {
  width: 60%;
}

.w61p {
  width: 61%;
}

.w62p {
  width: 62%;
}

.w63p {
  width: 63%;
}

.w64p {
  width: 64%;
}

.w65p {
  width: 65%;
}

.w66p {
  width: 66%;
}

.w67p {
  width: 67%;
}

.w68p {
  width: 68%;
}

.w69p {
  width: 69%;
}

.w70p {
  width: 70%;
}

.w71p {
  width: 71%;
}

.w72p {
  width: 72%;
}

.w73p {
  width: 73%;
}

.w74p {
  width: 74%;
}

.w75p {
  width: 75%;
}

.w76p {
  width: 76%;
}

.w77p {
  width: 77%;
}

.w78p {
  width: 78%;
}

.w79p {
  width: 79%;
}

.w80p {
  width: 80%;
}

.w81p {
  width: 81%;
}

.w82p {
  width: 82%;
}

.w83p {
  width: 83%;
}

.w84p {
  width: 84%;
}

.w85p {
  width: 85%;
}

.w86p {
  width: 86%;
}

.w87p {
  width: 87%;
}

.w88p {
  width: 88%;
}

.w89p {
  width: 89%;
}

.w90p {
  width: 90%;
}

.w91p {
  width: 91%;
}

.w92p {
  width: 92%;
}

.w93p {
  width: 93%;
}

.w94p {
  width: 94%;
}

.w95p {
  width: 95%;
}

.w96p {
  width: 96%;
}

.w97p {
  width: 97%;
}

.w98p {
  width: 98%;
}

.w99p {
  width: 99%;
}

.w100p {
  width: 100%;
}

/* 버튼 정렬 */
.btnSet {
  margin: 10px 0;
  text-align: right;
  overflow: hidden;
  position: relative;
}

.btnSet .c {
  text-align: center;
}

.btnSet .c + .fr {
  position: absolute;
  right: 0;
  top: 0;
}

.btnSet.c {
  text-align: center;
}

.btnSet.l {
  text-align: left;
}

.btnSet .fl {
  width: 50%;
  text-align: left;
}

.btnSet .tar {
  text-align: right;
}

/* 사용자 달력 컨트롤 버튼*/
.calendarzone {
  display: inline;
  position: relative;
  z-index: 20;
}

.calendarzone .calendarSLayer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 35px;
}

.calendarzone input[type=button] {
  background: #fff url("/static/img/commons/calendar.gif") no-repeat scroll 50% 50%;
  height: 31px;
  border: medium none;
  margin: 0;
  padding: 0;
  width: 31px;
  vertical-align: top;
  color: transparent;
  text-indent: 30px;
}

.calendarzone .calendar-frame {
  height: 300px;
  width: 302px;
}

.field_area {
  overflow: visible;
}

.calendar_txt {
  background: #ffffff;
  color: #8a8a8a;
  border: 0.08em solid #d1d1d1;
  height: 1.17em;
  font-size: 1em;
  padding: 0.25em 0 0 0.25em;
}

.monthGab {
  display: inline-block;
  width: 32px;
}

.line {
  text-decoration: underline;
}

.companyCode1 {
  width: 30px;
  text-align: center;
}

.companyCode2 {
  width: 20px;
  text-align: center;
}

.companyCode3 {
  width: 50px;
  text-align: center;
}

.postSet span {
  display: block;
}

.postSet span + span {
  margin-top: 5px;
}

.dib {
  display: inline-block !important;
}

.di {
  display: inline !important;
}

/* 반응형 width */
.device_width, #sub, footer .footer_wrap, footer .footer_policy div, .main .main_entente > div, .main .main_center, .main .main_notice, .main .main_banner, .main .main_reser, .main .visual_wrap .vbtn, .main .visual_wrap #visual .vi_tt, header nav > div, header .header_wrap {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .device_width, #sub, footer .footer_wrap, footer .footer_policy div, .main .main_entente > div, .main .main_center, .main .main_notice, .main .main_banner, .main .main_reser, .main .visual_wrap .vbtn, .main .visual_wrap #visual .vi_tt, header nav > div, header .header_wrap {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  .device_width, #sub, footer .footer_wrap, footer .footer_policy div, .main .main_entente > div, .main .main_center, .main .main_notice, .main .main_banner, .main .main_reser, .main .visual_wrap .vbtn, .main .visual_wrap #visual .vi_tt, header nav > div, header .header_wrap {
    width: calc(100% - 40px);
  }
}

.ani_var, .main .main_banner a, .main .main_reser .reser_box fieldset button, header nav > div > ul {
  transition: all 0.5s ease-out 0s;
}

.ani_var2, #sub #lnb .depth > ul > li ul, #sub #lnb .depth > ul > li > a::before, #sub #lnb .depth > ul > li > a, #sub #lnb .depth > ul > li, #sub #lnb .depth > ul, footer #quick_menu .quick_btn .blind, footer #quick_menu .quick_btn, header nav > div > ul > li ul li::before, header nav > div > ul > li button::before, header nav > div > ul > li button, header nav, header .header_wrap {
  transition: all 0.4s ease-out 0s;
}

.ani_var3, .main .main_banner a::after {
  transition: all 0.3s ease-out 0s;
}

/* header */
header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
header .header_wrap h1 {
  display: inline-block;
}
header .header_wrap h1 a {
  display: inline-block;
}
header .header_wrap .header_right {
  display: flex;
  gap: 20px;
}
header .header_wrap .header_right a {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  font-size: 15px;
}
header .header_wrap .header_right a:last-child {
  border-right: 0;
  padding-right: 0;
}
header nav {
  position: relative;
}
header nav::before {
  content: "";
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
}
header nav > div {
  display: grid;
  grid-template-columns: 1fr 60px;
  position: relative;
  align-items: start;
}
header nav > div > ul {
  height: 60px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
header nav > div > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav > div > ul > li button {
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  color: #333333;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
}
header nav > div > ul > li button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--main1);
  transform: scaleX(0);
}
header nav > div > ul > li ul {
  padding: 20px 0 0 0;
}
header nav > div > ul > li ul li {
  padding: 0 0 15px 0px;
  text-align: left;
  position: relative;
}
header nav > div > ul > li ul li a{ color:#444;}
header nav > div > ul > li ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: var(--main1);
  position: absolute;
  left: -13px;
  top: 5px;
  opacity: 0;
}
header nav > div > ul > li ul li:hover {
  color: var(--sub1);
  font-weight: 600;
}
header nav > div > ul > li ul li:hover::before {
  opacity: 1;
  left: -10px;
}
header nav > div > ul > li:hover, header nav > div > ul > li.on, header nav > div > ul > li:focus-within {
  background: #fafafa;
}
header nav > div > ul > li:hover button, header nav > div > ul > li.on button, header nav > div > ul > li:focus-within button {
  background: #fff;
  color: var(--main1);
  font-weight: 700;
}
header nav > div > ul > li:hover button::before, header nav > div > ul > li.on button::before, header nav > div > ul > li:focus-within button::before {
  transform: scaleX(1);
}
header nav > div > ul:hover, header nav > div > ul:focus-within {
  height: 280px;
}
header nav > div .menu_list {
  font-size: 0;
  margin: 12px 0 0 0;
  text-align: right;
}
header nav > div .menu_list::before {
  content: "";
  background: url("../img/ic_menu_list.svg");
  width: 36px;
  height: 36px;
  display: inline-block;
}
header nav > div .menu_list:hover::before {
  filter: invert(30%) sepia(45%) saturate(6269%) hue-rotate(329deg) brightness(94%) contrast(87%);
}
@media (max-width: 1280px) {
  header .header_wrap {
    padding-right: 60px;
  }
  header nav {
    position: static;
  }
  header nav::before {
    display: none;
  }
  header nav > div {
    display: block;
    position: static;
  }
  header nav > div > ul {
    display: none;
  }
  header nav > div .menu_list {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0px;
    margin: 0;
  }
}
@media (max-width: 760px) {
  header .header_wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding-right: 0;
  }
  header .header_wrap h1 {
    padding: 15px 0 0 0;
    display: block;
  }
  header .header_wrap .header_right {
    background: #f2f2f2;
    width: 100%;
    padding: 20px;
    justify-content: center;
    display: none;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  header .header_wrap h1 {
    height: 60px;
  }
  header .header_wrap h1 img {
    width: 80%;
    max-width: 300px;
  }
  header .header_wrap .header_right {
    background: #f2f2f2;
    width: 100%;
    padding: 20px;
    justify-content: center;
    display: none;
    margin-top: 5px;
  }
  header nav > div .menu_list {
    top: 12px;
  }
}
header.over {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
header.fixed {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  header.fixed .header_wrap {
    height: 0px;
  }
  header.fixed .header_wrap h1, header.fixed .header_wrap .header_right {
    display: none;
  }

header.full #gnb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
}
header.full #gnb::before {
  display: none;
}
header.full #gnb div {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
}
header.full #gnb div::before {
  content: "사이트맵";
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
header.full #gnb div .menu_list {
  order: 0;
  margin-top: -60px;
  padding-bottom: 10px;
  position: relative;
}
header.full #gnb div .menu_list::before {
  background-image: url("../img/ic_close_w.svg");
}
header.full #gnb div .menu_list::after {
  content: " 닫기";
}
header.full #gnb div > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  overflow: initial;
  order: 1;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px 0;
}
header.full #gnb div > ul > li {
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.4666666667);
}
header.full #gnb div > ul > li:hover button {
  color: #FF7A99 !important;
}
header.full #gnb div > ul > li button {
  justify-content: flex-start;
  color: #fff;
  height: auto;
  width: 110px;
  font-weight: 800;
  font-size: 20px;
}
header.full #gnb div > ul > li ul {
  color: #fff;
  margin-left: 10px;
  padding-top: 3px;
  font-size: 17px;
  font-weight: 200;
}
header.full #gnb div > ul > li ul li a:hover {
  color: #FF7A99 !important;
}
header.full #gnb div > ul > li.on ul {
  display: block;
}
header.full #gnb div > ul > li:hover, header.full #gnb div > ul > li.on, header.full #gnb div > ul > li:focus-within {
  background: none;
}
header.full #gnb div > ul > li:hover button, header.full #gnb div > ul > li.on button, header.full #gnb div > ul > li:focus-within button {
  background: none;
  color: var(--main1);
  font-weight: 700;
}
header.full #gnb div > ul > li:hover button::before, header.full #gnb div > ul > li.on button::before, header.full #gnb div > ul > li:focus-within button::before {
  transform: scaleX(0);
}
header.full #gnb div > ul:hover, header.full #gnb div > ul:focus-within {
  height: auto;
}
}
@media (max-width: 1280px) {
  header.mobile {
    height: 100vh;
  }
  header.mobile .header_wrap .header_right {
    display: flex;
  }
  header.mobile #gnb {
    position: static;
  }
  header.mobile #gnb::before {
    display: none;
  }
  header.mobile #gnb div {
    display: block;
    position: static;
  }
  header.mobile #gnb div .menu_list::before {
    background-image: url("../img/ic_close.svg");
  }
  header.mobile #gnb div .menu_list::after {
    content: " 닫기";
  }
  header.mobile #gnb div > ul {
    display: block;
    height: auto;
  }
  header.mobile #gnb div > ul > li {
    border-bottom: 1px solid #ddd;
    align-items: flex-start;
  }
  header.mobile #gnb div > ul > li button {
    justify-content: space-between;
    padding-left: 20px;
  }
  header.mobile #gnb div > ul > li button::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/ic_gnb_down.svg") no-repeat;
  }
  header.mobile #gnb div > ul > li ul {
    display: none;
    margin-left: 20px;
  }
  header.mobile #gnb div > ul > li.on button::after {
    background-image: url("../img/ic_gnb_up.svg");
  }
  header.mobile #gnb div > ul > li.on ul {
    display: block;
  }
  header.mobile #gnb div > ul:hover, header.mobile #gnb div > ul:focus-within {
    height: auto;
  }
}

/* main */
main .visible-pc { display: none; }

@media (min-width: 1024px) {main .visible-pc { display: block; } }

main .mobile { display: none; }

@media (max-width:600px) {main .mobile { display: inline-block; } }

main br.mobile { display: none; }

@media (max-width: 767px) { main br.mobile { display: inline; } 

main br.pc { display: none; }
	
}

.main {
  position: relative;
}
.main .visual_wrap {
  padding-top: 80px;
  position: relative;
}
.main .visual_wrap #visual { 
  background: url("../img/visual_img_01.jpg");
  background-position: center top;
  width: 100%;
}
.main .visual_wrap #visual .vi_img {
  width: 100%;
  height: 100%;
  background: url("../img/visual_img_01.jpg");
  background-position: center top;
  height: 720px;
}
.main .visual_wrap #visual .vi_img.img02 {
  background-image: url("../img/visual_img_02.jpg");
}
.main .visual_wrap #visual .vi_img.img03 {
  background-image: url("../img/visual_img_03.jpg");
}
.main .visual_wrap #visual .splide__slide .vi_tt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 220px;
}
.main .visual_wrap #visual .splide__slide .vi_tt div {
  display: inline-block;
  margin-right: 75px;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p {
  transition: all 0.8s ease-out 0s;
  position: relative;
  opacity: 0;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(1) {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 15px;
  left: 52px;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(2),.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(3) {
  font-family: "NanumSquareRoundEB";
  font-size: 80px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  left: 50px;
  letter-spacing: -3px;
  line-height:1.2;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(2){
	  transition: all 0.8s ease-out 0.5s;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(3) {
	 left: -50px;
	  transition: all 0.8s ease-out 1s;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(2) .color1 {
  color: #E3E311;
}
.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(3) .color2 {
  color: #FF5B86;
}
.main .visual_wrap #visual .splide__slide.is-active .vi_tt div p:nth-child(1) {
  left: 0;
  opacity: 1;
}
.main .visual_wrap #visual .splide__slide.is-active .vi_tt div p:nth-child(2) {
  left: 0;
  opacity: 1;
}
.main .visual_wrap #visual .splide__slide.is-active .vi_tt div p:nth-child(3) {
  left: 0;
  opacity: 1;
}
@media (max-width: 1024px) {
.main .visual_wrap #visual .vi_tt div p:nth-child(2),.main .visual_wrap #visual .vi_tt div p:nth-child(3) {
    font-size: 67px;
  }
}
@media (max-width: 600px) {
  .main .visual_wrap {
    padding-top: 0px;
  }
  .main .visual_wrap #visual {
    
  }
  .main .visual_wrap #visual .vi_img {
    background-size: cover;
    background-image: url("../img/visual_img_01_m.png");
    background-position: center center;
    height: 520px;
  }
  .main .visual_wrap #visual .vi_img.img02 {
    background-position: top left;
    background-image: url("../img/visual_img_02_m.png");
  }
    .main .visual_wrap #visual .vi_img.img03 {
    background-position: top left;
    background-image: url("../img/visual_img_03_m.png");
  }
  .main .visual_wrap #visual .splide__slide .vi_tt {
    align-items: center;
    padding-top: 100px;
  }
  .main .visual_wrap #visual .splide__slide .vi_tt div {
    margin-right: 0;
  }
  .main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(1) {
    font-size: 17px;
    padding-bottom: 8px;
    left: 10px;
  }
  .main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(2),.main .visual_wrap #visual .splide__slide .vi_tt div p:nth-child(3) {
    font-size: 48px;
    line-height: 1.2;
    left:-10px;
  }
}
.main .visual_wrap .vbtn {
  position: relative;
}
.main .visual_wrap .vbtn .vbtn_wrap {
  height: 36px;
  width: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 99;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.main .visual_wrap .vbtn .vbtn_wrap p {
  display: block;
  color: #333;
  font-weight: 700;
}
.main .visual_wrap .vbtn .vbtn_wrap .vbtn_page {
  margin-right: 5px; margin-left: 5px;
}
.main .visual_wrap .vbtn .vbtn_wrap button {
  color: #333;
  font-weight: 700;
  display: block;
  height: 20px;
  width: 20px;
  padding:0;
}
.main .visual_wrap .vbtn .vbtn_wrap button:hover::before {
  filter: invert(30%) sepia(45%) saturate(6269%) hue-rotate(329deg) brightness(94%) contrast(87%);
}
.main .visual_wrap .vbtn .vbtn_wrap .vbtn_prev::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/visual_ic_prev.svg");
}
.main .visual_wrap .vbtn .vbtn_wrap .vbtn_next::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/visual_ic_next.svg");
}
.main .visual_wrap .vbtn .vbtn_wrap .vbtn_play::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/visual_ic_pause.svg");
}
.main .visual_wrap .vbtn .vbtn_wrap .vbtn_play.is-paused::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_play.svg");
}
.main .visual_wrap .vbtn .vbtn_wrap .hidden {
  display: none;
}
.main .main_reser {
  position: relative;
  height: 0;
}
.main .main_reser .reser_box {
  background: linear-gradient(140deg, rgba(47, 40, 42, 0.5) 4.78%, rgba(47, 40, 42, 0.65) 100%);
  max-width: 640px;
  width: 100%;
  border-radius: 4px;
  position: absolute;
  bottom: 90px;
  right: 0;
  padding: 25px 30px;
  z-index: 98;
}
.main .main_reser .reser_box .tit {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
}
.main .main_reser .reser_box .tit span {
  font-size: 18px;
  font-weight: 400;
  color: #E9ED69;
}
.main .main_reser .reser_box .tit span::before {
  content: " | ";
  padding-left: 5px;
}
.main .main_reser .reser_box fieldset {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 5px;
}
.main .main_reser .reser_box fieldset div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main .main_reser .reser_box fieldset div label {
  width: calc(50% - 10px);
}
.main .main_reser .reser_box fieldset div .type {
  width: calc(30% - 10px);
}
.main .main_reser .reser_box fieldset div .center {
  width: calc(70% - 10px);
}
.main .main_reser .reser_box fieldset div input, .main .main_reser .reser_box fieldset div select {
  height: 40px;
  border: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  width: 100%;
}
.main .main_reser .reser_box fieldset div input option, .main .main_reser .reser_box fieldset div select option {
  color: #666;
}
.main .main_reser .reser_box fieldset div input::placeholder, .main .main_reser .reser_box fieldset div select::placeholder {
  color: #fff;
}
.main .main_reser .reser_box fieldset div input:not(:placeholder-shown), .main .main_reser .reser_box fieldset div .selected {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #000;
}
.main .main_reser .reser_box fieldset div input[type=checkbox] {
  height: auto;
  width: auto;
}
.main .main_reser .reser_box fieldset div .policy {
  width: 100%;
  color: #fff;
  padding-top: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.main .main_reser .reser_box fieldset div .policy a {
  text-decoration: underline;
  font-weight: 200;
  cursor: pointer;
}
.main .main_reser .reser_box fieldset div .policy a:hover {
  color: #E9ED69;
}
.main .main_reser .reser_box fieldset .reser_btn {
  font-weight: 800;
  font-size: 18px;
  background: var(--sub1);
  width: 110px;
  height: 96px;
  color: #fff;
  border-radius: 2px;
}
.main .main_reser .reser_box fieldset .reser_btn:hover {
  color: var(--sub1);
  background: #fff;
}
.main .main_reser .reser_box .reser_policy_pop{position:relative; width:100%; display:none;}
.main .main_reser .reser_box .reser_policy_pop.open{display:block;}
.main .main_reser .reser_box .reser_policy_pop div{
	position:absolute; right:0; top:15px; background:#fff; padding:20px 30px;
	line-height:1.5;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); z-index:9;
}
.main .main_reser .reser_box .reser_policy_pop div::before{
	content:''; display: block; width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent; 
	border-bottom: 15px solid white; position:absolute; left:80px; top:-15px;
}
.main .main_reser .reser_box .reser_policy_pop .stit{font-size:18px; color:#333; font-weight:800;margin-bottom:8px}
.main .main_reser .reser_box .reser_policy_pop .pop_close{position:absolute; right:0; top:10px; font-size:0px;}
.main .main_reser .reser_box .reser_policy_pop .pop_close:before{content:'';  background: url("../img/ic_close.svg") no-repeat;
width:26px; height:26px; background-size:cover; display:block;
}

@media (max-width: 600px) {
  .main .main_reser {
    height: auto;
    margin-top: 30px;
  }
  .main .main_reser .reser_box {
    position: static;
    background: #F2F2F2;
    line-height: 1.5;
    padding: 20px;
  }
  .main .main_reser .reser_box .tit {
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
  }
  .main .main_reser .reser_box .tit span {
    display: block;
    font-size: 15px;
    color: #818433;
    margin-top: 4px;
  }
  .main .main_reser .reser_box .tit span::before {
    display: none;
  }
  .main .main_reser .reser_box fieldset {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .main .main_reser .reser_box fieldset div {
    display: grid;
    grid-template-columns: 1fr;
  }
  .main .main_reser .reser_box fieldset div label {
    width: 100% !important;
  }
  .main .main_reser .reser_box fieldset div input, .main .main_reser .reser_box fieldset div select {
    background: #fff;
    color: #333;
    width: 100%;
    border: #DDDDDD 1px solid;
  }
  .main .main_reser .reser_box fieldset div input::placeholder, .main .main_reser .reser_box fieldset div select::placeholder {
    color: #666;
  }
  .main .main_reser .reser_box fieldset div .policy {
    color: #666;
    font-size: 14px;
  }
  .main .main_reser .reser_box fieldset .reser_btn {
    width: 100%;
    height: 40px;
  }
  .main .main_reser .reser_box fieldset div .policy a:hover {
  color: var(--main1);
 }
}
.main .main_banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.main .main_banner a {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.main .main_banner a span {
  position: relative;
}
.main .main_banner a span::before {
  content: "";
  background: url("../img/banner_ic_01.svg") #eee center center no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 15px;
  vertical-align: middle;
}
.main .main_banner a .ban2::before {
  background-image: url("../img/banner_ic_02.svg");
}
.main .main_banner a .ban3::before {
  background-image: url("../img/banner_ic_03.svg");
}
.main .main_banner a::after {
  content: "";
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #DA345B 0%, #D54030 100%);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
  z-index: -1;
}
.main .main_banner a:hover {
  color: #fff;
}
.main .main_banner a:hover::after {
  width: 100%;
  opacity: 1;
} 

@media (max-width: 1280px) {
  .main .main_banner {
    gap: 20px;
  }
  .main .main_banner a {
    font-size: 16px;
    line-height: 1.5;
  }
  .main .main_banner a span {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    align-items: center;
    padding: 0 20px;
  }
}
@media (max-width: 999px) {
  .main .main_banner {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .main .main_banner {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  .main .main_banner a {
    justify-content: flex-start;
  }
  .main .main_banner a span {
    padding-right: 5px;
  }
}
.main .main_notice {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr minmax(420px, 640px);
  gap: 50px;
}
@media (max-width: 999px) {
  .main .main_notice {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.main .main_notice .notice {
  position: relative;
  min-width: 480px;
  overflow:hidden;
}
.main .main_notice .notice dl {
  margin-top: 60px;
  border: 1px #ddd solid;
  border-radius: 3px;
  padding: 20px;
  height: 250px;
}
.main .main_notice .notice dl dt {
  position: absolute;
  left: 0;
  top: 0;
}
.main .main_notice .notice dl dt button {
  padding: 10px 15px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.main .main_notice .notice dl dt button:hover {
  color: var(--sub1);
}
.main .main_notice .notice dl dt:nth-of-type(2) {
  left: 110px;
}
.main .main_notice .notice dl dt:nth-of-type(3) {
  left: 220px;
}
.main .main_notice .notice dl dt.on button {
  background: var(--main1);
  border-radius: 3px;
  color: #fff;
}
.main .main_notice .notice dl dt.on button:hover {
  background: var(--over1);
}
.main .main_notice .notice dl dd {
  display: none;
}
.main .main_notice .notice dl dd .more {
  position: absolute;
  top: 20px;
  right: 0px;
}
.main .main_notice .notice dl dd ul li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 95px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.main .main_notice .notice dl dd ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  min-height: 30px;
  min-width: 0;
}
.main .main_notice .notice dl dd ul li a span {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.main .main_notice .notice dl dd ul li a i {
  font-style: normal;
  display: inline-block;
  border-radius: 3px;
}
.main .main_notice .notice dl dd ul li a .noti {
  padding: 3px 7px;
  color: var(--sub1);
  border: 1px solid var(--main1);
  font-size: 15px;
  font-weight: 700;
}
.main .main_notice .notice dl dd ul li a .job-ing {
  padding: 3px 5px;
  color: var(--sub3);
  border: 1px solid var(--main3);
  font-size: 14px;
  font-weight: 700;
}
.main .main_notice .notice dl dd ul li a .job-end {
  padding: 3px 5px;
  color: #747474;
  border: 1px solid #aaa;
  font-size: 14px;
  font-weight: 700;
}
.main .main_notice .notice dl dd ul li a .new {
  background: #A3A800;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
}
.main .main_notice .notice dl dd ul li a:hover {
  color: var(--sub1);
}
.main .main_notice .notice dl dd ul li p {
  color: #747474;
  font-weight: 300;
  font-size: 15px;
  width: 95px;
  text-align: right;
}
.main .main_notice .notice dl dd.on {
  display: block;
}
@media (max-width: 999px) {
  .main .main_notice .notice {
    min-width: auto;
  }
  .main .main_notice .notice dl {
    margin-top: 50px;
    height: auto;
  }
  .main .main_notice .notice dl dt button {
    font-size: 16px;
  }
  .main .main_notice .notice dl dt:nth-of-type(2) {
    left: 90px;
  }
  .main .main_notice .notice dl dt:nth-of-type(3) {
    left: 180px;
  }
  .main .main_notice .notice dl dd .more {
    top: 15px;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .main .main_notice .notice dl {
    padding-bottom: 0px;
  }
  .main .main_notice .notice dl dd ul li {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-bottom: 20px;
  }
  .main .main_notice .notice dl dd ul li a {
    display: block;
  }
  .main .main_notice .notice dl dd ul li a span {
    white-space: initial;
    display: inline;
  }
  
  .main .main_notice .notice dl dd ul li a .noti {
    display: block;
    width: 44px;
    margin-bottom: 8px;
  }
  .main .main_notice .notice dl dd ul li a .new {
    margin-left: 5px;
    vertical-align: middle;
  }
  .main .main_notice .notice dl dd ul li a .job-end{
   margin-right: 5px;
  }
  .main .main_notice .notice dl dd ul li p {
    font-size: 14px;
    text-align: left;
  }
}
.main .main_notice .popupzone {
  position: relative; 
}
.main .main_notice .popupzone .splide__slide a{
	display:block;  
}
.main .main_notice .popupzone .splide__slide a:focus-visible{
  outline:2px solid currentColor;
  outline-offset:-2px;
  border-radius: 6px;
}

.main .main_notice .popupzone .splide__slide img {
  width: 100%;
  height: 310px;
  border-radius:3px;
}
.main .main_notice .popupzone .splide__slide.is-active{
	z-index:10;
} 
.main .main_notice .popupzone .pop_contral {
  display: flex;
  gap: 5px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 99;
}
.main .main_notice .popupzone .pop_contral div {
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
}
.main .main_notice .popupzone .pop_contral .pop_page {
  font-weight: 700;
  color: #333;
  padding: 0px 10px;
}
.main .main_notice .popupzone .pop_contral button {
  color: #333;
  font-weight: 700;
  display: block;
  min-width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #fff;
  padding:0;
   display: flex;
  align-items: center;
  justify-content: center;
}

.main .main_notice .popupzone .pop_contral button.pop_prev::before{
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_prev.svg") no-repeat center center;
}
.main .main_notice .popupzone .pop_contral button.pop_next::before{
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_next.svg") no-repeat center center;
}
.main .main_notice .popupzone .pop_contral button.pop_play::before{
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_pause.svg") no-repeat center center;
}
.main .main_notice .popupzone .pop_contral button.pop_play.is-paused::before{
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_play.svg") no-repeat center center;
}

.main .main_notice .popupzone .pop_contral button:hover::before{
  filter: invert(30%) sepia(45%) saturate(6269%) hue-rotate(329deg) brightness(94%) contrast(87%);
}

.main .main_notice .popupzone .pop_contral .hidden {
  display: none;
}
@media (max-width: 999px) {
  .main .main_notice .popupzone .splide__track{ width: calc(100vw - 40px) !important;}
  .main .main_notice .popupzone .splide__slide {
    width: calc(100vw - 40px) !important;
  }
  .main .main_notice .popupzone .splide__slide img {
    height: auto;
    width: 100%;
  }
  .main .main_notice .popupzone .pop_contral {
    position: static;
    justify-content: center;
    margin-top: 10px;
    width:90dvw;
  }
  .main .main_notice .popupzone .pop_contral > div,.main .main_notice .popupzone .pop_contral button {
    border: 1px solid #ddd;
  }
}
.main .main_center {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr minmax(420px, 640px);
  gap: 50px;
}
@media (max-width: 600px) {
  .main .main_center {
    margin-top: 30px;
  }
}
.main .main_center .center_list {
  line-height: 1.5;
}
.main .main_center .center_list p {
  font-weight: 400;
}
.main .main_center .center_list .tit {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  padding-bottom: 15px;
}
.main .main_center .center_list span {
  color: #657E02;
}
.main .main_center .center_list ul {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.main .main_center .center_list ul li a {
  width: 100%;
  border: 1px #ddd solid;
  position: relative;
  font-size: 18px;
  color: #444;
  min-height: 110px;
  display: flex;
  flex-wrap: wrap;
  gap:4px;
  align-items: center;
  align-content: center;
  gap: 0px;
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  flex-direction: column;
}
.main .main_center .center_list ul li a p{
	font-size:14px; width:100%; text-align:center;
}
.main .main_center .center_list ul li a.in{
	border:2px solid var(--main1);
}
.main .main_center .center_list ul li a::before {
  content: "";
  width: 40px;
  height: 27px;
  background: url("../img/center_ic_logo.svg") no-repeat;
  background-size:contain; 
  margin-bottom:3px;
}
.main .main_center .center_list ul li a::after {
  content: "";
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #DA345B 0%, #D54030 100%);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  opacity: 0;
  z-index: -1;
}
.main .main_center .center_list ul li a.no_link{padding-left:5px;justify-content: center;}
.main .main_center .center_list ul li a.no_link::after,.main .main_center .center_list ul li a.no_link::before{
	display:none;
}

.main .main_center .center_list ul li a:hover, .main .main_center .center_list ul li a:focus-within {
  color: #fff;
  font-weight: 700;
}
.main .main_center .center_list ul li a.no_link:hover, .main .main_center .center_list ul li a.no_link:focus-within {
	color:#666;
}
.main .main_center .center_list ul li a:hover::before, .main .main_center .center_list ul li a:focus-within::before {
  background-image: url("../img/center_ic_logo_w.svg");
}
.main .main_center .center_list ul li a.no_link:hover::before, .main .main_center .center_list ul li a.no_link:focus-within::before {
  background-image: url("../img/center_ic_logo.svg");
}
.main .main_center .center_list ul li a:hover::after, .main .main_center .center_list ul li a:focus-within::after {
  opacity: 1;
  width: 100%;
}
@media (max-width: 1500px) {
  .main .main_center .center_list ul {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 480px;
  }
  .main .main_center .center_list ul li a {
    padding: 5px;
    font-size: 17px;
    height: 100%;
  }
  .main .main_center .center_list ul li a::before {
    width: 35px;
    height: 21px;
    background-size: cover;
    margin-bottom:5px;
  }
}

@media (max-width: 999px) {
  .main .main_center .center_list p {
    font-size: 14px;
  }
  .main .main_center .center_list ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: auto;
    margin-top: 15px;
  }
  .main .main_center .center_list ul li a {
    font-size: 16px;
    min-height:90px;
  }
  .main .main_center .center_list ul li a::before {
    width: 25px;
    height: 15px;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .main .main_center .center_list ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .main .main_center .center_list ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.main .main_center .center_map {
  background: url("../img/center_map.png") #E6F2F2 center center no-repeat;
  border: 1px solid #CCDBDD;
  display:flex;
  align-items: center;
}
.main .main_center .center_map div {
  width: 365px;
  height: 520px;
  position: relative;
  margin: 0 auto;
}
.main .main_center .center_map div button {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 600;
}
.main .main_center .center_map div button span {
  display: block;
  position: relative;
  padding: 6px 5px 6px 15px;
}
.main .main_center .center_map div button span::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -15px;
  background: url("../img/ic_location.svg") no-repeat;
  display: block;
  width: 27px;
  height: 34px;
}
.main .main_center .center_map div button span.right {
  padding: 6px 15px 6px 5px;
}
.main .main_center .center_map div button span.right::before {
  left: initial;
  right: -12px;
}
.main .main_center .center_map div button:hover, .main .main_center .center_map div button.on {
  background: #D64032;
}
.main .main_center .center_map div button:nth-child(1) {
  left: 134px;
  top: 107px;
}
.main .main_center .center_map div button:nth-child(2) {
  left: 58px;
  top: 120px;
}
.main .main_center .center_map div button:nth-child(3) {
  left: 138px;
  top: 140px;
}
.main .main_center .center_map div button:nth-child(4) {
  left: 38px;
  top: 75px;
}
.main .main_center .center_map div button:nth-child(5) {
  left: 71px;
  top: 356px;
}
.main .main_center .center_map div button:nth-child(7) {
  left: 155px;
  top: 257px;
}
.main .main_center .center_map div button:nth-child(6) {
  left: 268px;
  top: 212px;
}
.main .main_center .center_map div button:nth-child(8) {
  left: 269px;
  top: 280px;
}
.main .main_center .center_map div button:nth-child(9) {
  left: 76px;
  top: 268px;
}
.main .main_center .center_map div button:nth-child(10) {
  left:auto;
  top:auto;
  right:86px;
  bottom: 140px;
}
@media (max-width: 600px) {
  .main .main_center .center_map {
    background-size: contain;
  }
  .main .main_center .center_map div {
    width: 100%;
    max-width: 365px;
  }
}
@media (max-width: 380px) {
  .main .main_center .center_map div {
    margin-left: -3vw;
  }
}
@media (max-width: 999px) {
  .main .main_center {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.main .main_entente { 
  margin-top: 60px;
  background: #F2F2F2;
  height: 70px;
  position: relative;
}
.main .main_entente > div {
  padding: 20px 0;
}
.main .main_entente > div:after{content:''; clear:both;}
.main .main_entente > div .ent_contral {
  display: flex;
  gap: 0px;
  width:90px;
  float:right;
}

.main .main_entente > div .ent_contral button:first-child {
  border-left: 1px solid #BBBBBB;
}
.main .main_entente > div .ent_contral  button {
  color: #333;
  font-weight: 700;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #BBBBBB;
  border-left: 0;
}
.main .main_entente > div .ent_contral button:hover::before {
  filter: invert(30%) sepia(45%) saturate(6269%) hue-rotate(329deg) brightness(94%) contrast(87%);
}
.main .main_entente > div .ent_contral button.ent_prev::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_prev.svg") no-repeat center center;
}
.main .main_entente > div .ent_contral button.ent_next::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_next.svg") no-repeat center center;
}

.main .main_entente > div .ent_contral button.ent_play::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_pause.svg") no-repeat center center;
}
.main .main_entente > div .ent_contral button.ent_play.is-paused::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: url("../img/popupzone_ic_play.svg") no-repeat center center;
}
.main .main_entente > div .ent_contral button.hidden {
  display: none;
}
.main .main_entente > div #ententeList {
	width:calc(100% - 130px);
      float: left;
}
.main .main_entente > div #ententeList .splide__track{}

.main .main_entente > div #ententeList li {
  color: #333;
  font-weight: 600;
  padding: 5px 3px;
  line-height: 1.5;
 
}
.main .main_entente > div #ententeList li:hover {
  color: var(--sub1);
}

.main .main_entente > div #ententeList .splide__slide a{
   display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   text-align:center;
}

@media (max-width: 600px) {
  .main .main_entente {
    height: auto;
  }

  .main .main_entente > div #ententeList{
  float:none;
  width:100%;
  }
  .main .main_entente > div .ent_contral {
  
    float:none; margin:20px auto 0;
  }
  .main .main_entente > div #ententeList li {
    font-size: 15px;
  }
}

/* footer */
footer {
  margin-bottom: 30px;
}
footer #quick_menu {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 325px;
  right: 0;
  z-index: 99;
}
footer #quick_menu .quick_btn {
  background: rgba(68, 60, 62, 0.73);
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
footer #quick_menu .top_btn {
  border:1px solid rgba(68, 60, 62, 0.73);
  width: 40px;
  height: 40px;
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease-out 0s;
}
footer #quick_menu .top_btn.show{
	display:flex;
	opacity: 1;
}
footer #quick_menu .quick_btn .blind,footer #quick_menu .top_btn .blind {
  width: 0px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
footer #quick_menu .quick_btn::before {
  content: "";
  background: url("../img/quick_ic_01.svg");
  width: 20px;
  height: 20px;
}
footer #quick_menu .quick_btn:nth-child(2)::before {
  background: url("../img/quick_ic_02.svg");
}
footer #quick_menu .quick_btn:nth-child(3)::before {
  background: url("../img/quick_ic_03.svg");
}
footer #quick_menu .quick_btn:nth-child(4)::before {
  background: url("../img/quick_ic_04.svg");
}
footer #quick_menu .quick_btn:nth-child(5)::before {
  display: none;
}
footer #quick_menu .top_btn::before {
  content: "";
  background:url("../img/quick_ic_top.svg");
  width: 20px;
  height: 20px;
}
footer #quick_menu .top_btn:hover{
	border-color:var(--main1)
}
footer #quick_menu .top_btn:hover::before {
	filter: invert(30%) sepia(45%) saturate(6269%) hue-rotate(329deg) brightness(94%) contrast(87%);
}
footer #quick_menu .quick_btn button {
  color: #fff;
}
footer #quick_menu .quick_btn:hover, footer #quick_menu .quick_btn:focus, footer #quick_menu .quick_btn:focus-within {
  width: 100px;
  padding-left: 10px;
  justify-content: flex-start;
  background: var(--sub1);
}
footer #quick_menu .quick_btn:hover .blind, footer #quick_menu .quick_btn:focus .blind, footer #quick_menu .quick_btn:focus-within .blind {
  width: auto;
  padding-left: 5px;
}
footer #quick_menu .quick_btn.sns {
  transition: height 0s, all 0.4s ease-out 0s;
}
footer #quick_menu .quick_btn.sns a {
  display: none;
  font-size: 15px;
}
footer #quick_menu .quick_btn.sns:hover, footer #quick_menu .quick_btn.sns:focus-within {
  height: 130px;
  flex-direction: column;
  padding: 15px 0 15px 10px;
  gap: 10px;
  justify-content: flex-start;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
footer #quick_menu .quick_btn.sns:hover a, footer #quick_menu .quick_btn.sns:focus-within a {
  display: block;
}
footer #quick_menu .quick_btn.sns:hover a:hover, footer #quick_menu .quick_btn.sns:focus-within a:hover {
  color: #E9ED69;
}
@media (max-width: 1280px) {
  footer #quick_menu {
    display: none;
  }
}
footer .footer_policy {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
footer .footer_policy div {
  height: 60px;
  display: flex;
  gap: 30px;
  align-items: center;
}
footer .footer_policy div a {
  font-weight: 500;
}
footer .footer_policy div :first-child {
  color: var(--sub3);
}
@media (max-width: 999px) {
  footer .footer_policy div {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  footer .footer_policy div a {
    font-size: 15px;
  }
}
footer .footer_wrap {
  position: relative;
  padding-top: 30px;
}
footer .footer_wrap .footer_family {
  position: absolute;
  top: -61px;
  right: 0;
  width: 480px;
  display: flex;
}
footer .footer_wrap .footer_family > div {
  position: relative;
  display: block;
  width: 50%;
  z-index: 10;
}
footer .footer_wrap .footer_family > div button {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-right: 1px solid #ddd;
}
footer .footer_wrap .footer_family > div button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/ic_arrow_down.svg");
  display: block;
}
footer .footer_wrap .footer_family > div:first-child {
  border-left: 1px solid #ddd;
}
footer .footer_wrap .footer_family > div ul {
  display: none;
  position: absolute;
  left: -1px;
  bottom: 60px;
  border: 1px solid #ddd;
  padding: 0px;
  width: calc(100% + 1px);
  background: #fff;
  padding: 10px 0;
  max-height: 200px;
  overflow-y: auto;
}
footer .footer_wrap .footer_family > div ul li {
  padding: 10px 20px;
  line-height: 1.5;
}
footer .footer_wrap .footer_family > div:hover button {
  background: #eee;
  color: var(--sub1);
}
footer .footer_wrap .footer_family > div.active button {
  background: #eee;
  color: #111;
}
footer .footer_wrap .footer_family > div.active button::after {
  background: url("../img/ic_arrow_up.svg");
}
footer .footer_wrap .footer_family > div.active ul {
  display: block;
}
footer .footer_wrap .footer_banner {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
footer .footer_wrap address {
  line-height: 1.5;
  font-style: normal;
}
footer .footer_wrap address p {
  margin-bottom: 5px;
}
footer .footer_wrap address p :first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
footer .footer_wrap address p span {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}
footer .footer_wrap p {
  line-height: 1.5;
}
@media (max-width: 999px) {
  footer .footer_wrap {
    padding-top: 0;
    width: 100%;
  }
  footer .footer_wrap .footer_family {
    position: static;
    justify-content: center;
    width: auto;
  }
  footer .footer_wrap .footer_banner {
    position: static;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  footer .footer_wrap .footer_banner img {
    max-height: 40px;
    max-width: 130px;
  }
  footer .footer_wrap address {
    padding-top: 30px;
  }
  footer .footer_wrap p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer .footer_wrap .footer_banner img {
    max-height: 35px;
    max-width: 120px;
  }
  footer .footer_wrap address p span {
    display: block;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  footer .footer_wrap > p {
    font-size: 14px;
  }
}

/*sub*/
#sub {
  margin-top: 140px;
  padding-top: 50px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 50px;
  position: relative;
}
@media (min-width: 999px) {
  #sub:not(:has(#lnb #depth_2)){
  grid-template-columns: 0px 1fr;
  }	
}

@media (max-width: 1280px) {
  #sub {
    margin-top: 81px;
    padding-top: 30px;
    gap: 40px;
  }
  #sub::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #ddd;
    display: block;
    position: absolute;
    left: -40px;
    top: 0px;
  }
}
@media (max-width: 999px) {
  #sub {
    padding-top: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #sub::before {
    left: -20px;
  }
}
@media (max-width: 600px) {
  #sub {
    margin-top: 61px;
  }
}
#sub #breadcrumb {
  position: absolute;
  right: 0;
  top: 60px;
}
#sub #breadcrumb ul {
  display: flex;
  gap: 5px;
}
#sub #breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
#sub #breadcrumb ul li::after {
  content: "";
  background: url("../img/ic_breadcrumb_arrow.svg") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}
#sub #breadcrumb ul li:last-child::after {
  display: none;
}
#sub #breadcrumb ul .home::before {
  content: "";
  background: url("../img/ic_breadcrumb_home.svg") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}
@media (max-width: 1280px) {
  #sub #breadcrumb {
    top: 50px;
  }
}
@media (max-width: 999px) {
  #sub #breadcrumb {
    display: none;
  }
}
#sub #content {
  order: 2;
  line-height: 1.5;
}
#sub #content h2 {
  position: absolute;
  left: 0;
  top: 50px;
  font-size: 26px;
  font-weight: 800;
  color: #000;
}
#sub #content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  #sub #content h2 {
    top: 30px;
  }
}
@media (max-width: 999px) {
  #sub #content h2 {
    display: none;
  }
  #sub #content h3 {
    text-align: center;
    font-size: 28px;
  }
}
#sub #lnb {
  order: 1;
  padding-top: 60px;
  line-height: 1.5;
}
#sub #lnb .depth button {
  display: none;
}
#sub #lnb .depth > ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#sub #lnb .depth > ul > li {
  border: 1px solid #ddd;
  padding: 13px 10px;
  border-radius: 3px;
}
#sub #lnb .depth > ul > li > a {
  width: 100%;
  gap: 6px;
  color: #444;
  display: flex;
  align-items: center;
  font-weight:600;
}
#sub #lnb .depth > ul > li > a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: var(--main1);
  display: inline-block;
  opacity: 0;
}
#sub #lnb .depth > ul > li ul {
  background: #f2f2f2;
  margin: 8px 0px 0px 0px;
  padding: 10px;
  border-radius: 3px;
}
#sub #lnb .depth > ul > li ul li a {
  font-size: 15px;
  display: inline-block;
  padding-bottom: 3px;
}
#sub #lnb .depth > ul > li ul li a:before{
	content:'-'; font-size:9px;margin-right:5px; line-height:2;
}
#sub #lnb .depth > ul > li:hover, #sub #lnb .depth > ul > li:focus-within {
  border: 1px solid var(--main1);
}
#sub #lnb .depth > ul > li:hover > a, #sub #lnb .depth > ul > li:focus-within > a {
  color: var(--sub1);
  font-weight: 800;
  padding-left: 5px;
}
#sub #lnb .depth > ul > li:hover > a::before, #sub #lnb .depth > ul > li:focus-within > a::before {
  opacity: 1;
}
#sub #lnb .depth > ul > li:hover ul, #sub #lnb .depth > ul > li:focus-within ul {
  display: block;
}
#sub #lnb .depth > ul .on {
  background: linear-gradient(90deg, #DA345B 0%, #D54030 100%);
  border: 0;
}
#sub #lnb .depth > ul .on > a {
  color: #fff;
  font-weight: 800;
  padding-left: 5px;
}
#sub #lnb .depth > ul .on > a::before {
  background-color: #fff;
  opacity: 1;
}
#sub #lnb .depth > ul .on ul {
  display: block;
  background: #fff;
}
#sub #lnb .depth > ul .on ul .active {
  color: var(--sub1);
  font-weight: 700;
}
#sub #lnb .depth > ul .on:hover, #sub #lnb .depth > ul .on:focus-within {
  border: 0;
}
#sub #lnb .depth > ul .on:hover > a, #sub #lnb .depth > ul .on:focus-within > a {
  color: #fff;
}
#sub #lnb #depth_1 {
  display: none;
}
@media (max-width: 999px) {
  #sub #lnb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 0;
  }
  #sub #lnb .depth {
    position: relative;
  }
  #sub #lnb .depth button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px 0 15px;
    text-align: left;
    border-radius: 3px;
    height: 40px;
  }
  #sub #lnb .depth button::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/gnb_arrow_down.svg") no-repeat;
    display: inline-block;
  }
  #sub #lnb .depth > ul {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -1px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    overflow-y: auto;
    max-height: 400px;
    padding: 8px 0;
    display: none;
  }
  #sub #lnb .depth > ul > li {
    border: 0;
    padding: 8px 2px;
  }
  #sub #lnb .depth > ul > li:hover, #sub #lnb .depth > ul > li:focus-within {
    border: 0;
    padding-left: 12px;
    color: var(--sub1);
  }
  #sub #lnb .depth > ul > li:hover ul, #sub #lnb .depth > ul > li:focus-within ul {
    display: none;
  }
  #sub #lnb .depth > ul > li ul {
    display: none;
  }
  #sub #lnb .depth > ul .on {
    background: #fff;
  }
  #sub #lnb .depth > ul .on a {
    color: var(--sub1);
    padding-left: 0;
  }
  #sub #lnb .depth > ul .on a::before {
    background-color: var(--sub1);
    opacity: 0;
  }
  #sub #lnb .depth > ul .on:hover a, #sub #lnb .depth > ul .on:focus-within a {
    color: var(--sub1);
  }
  #sub #lnb .depth > ul .on:hover ul, #sub #lnb .depth > ul .on:focus-within ul {
    display: none;
  }
  #sub #lnb .depth > ul .on ul {
    display: none;
  }
  #sub #lnb .depth:focus-within button::after {
    background-image: url("../img/gnb_arrow_up.svg");
  }
  #sub #lnb .depth:focus-within.on > ul {
    display: block;
  }
  #sub #lnb .depth:focus-within.on > ul > ul {
    display: none;
  }
  #sub #lnb #depth_1 {
    display: block;
  }
  #sub #lnb #depth_2 button {
    background: linear-gradient(90deg, #DA345B 0%, #D54030 100%);
    border: 0;
    color: #fff;
  }
  #sub #lnb #depth_2 button::after {
    background-image: url("../img/gnb_arrow_w_down.svg");
  }
  #sub #lnb #depth_2:focus-within button::after {
    background-image: url("../img/gnb_arrow_w_up.svg");
  }
}

/* 레이어 팝업 */
.layer_popup { display: none; position: fixed; width: 100vW; height: 100vh; top: 0; left: 0; z-index: 9999; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(1px);}

.layer_popup.on {display: flex;justify-content: center; align-items: center; }

.layer_popup > div { width: 90%; height: auto; max-width: 600px; border-radius: 10px;  max-height: 90vh;}

.layer_popup > div .layer_slide {}

.layer_popup > div .layer_slide a { display: block; }

.layer_popup > div .layer_slide a img { width: 100%;border-radius: 6px;  }
.layer_popup > div .layer_slide .splide__slide{background:#fff;}
.layer_popup > div .btn { display: -webkit-box; display: -ms-flexbox; display: flex;  margin-top:10px;}

.layer_popup > div .btn button { width: calc((100% - 10px)/2); font-weight: 500; padding: 10px 0; border-radius:30px; background:var(--sub1); color: #fff; }
.layer_popup > div .btn button:hover{filter: brightness(1.2);}
.layer_popup > div .btn button + button { margin-left: 10px; background-color: #fff;font-weight:700; color:#333; }
.layer_popup > div .btn button + button:hover{color:var(--sub1);}
.layer_popup > div .btn .close{display: flex;justify-content: center;}
.layer_popup > div .btn .close::before{content: "";height: 20px;width: 20px;display: block;background: url(../img/ic_close.svg); background-size:cover;}
.layer_popup > div .btn .close:hover::before{filter: invert(30%) sepia(45%) saturate(6269%) hue-rotate(329deg) brightness(94%) contrast(87%);}
.layer_popup .splide__pagination{position: static;margin-top:8px;}

#aotoLogoutDiv{position:fixed;top:0; left:0; background:rgba(1,1,1,0.5); z-index:10000; width:100%; height:100vh;display:flex; justify-content: center;align-content: center;align-items: center}
#aotoLogoutDiv div{padding:30px; background:#fff;display:inline-block; text-align:center}
#aotoLogoutDiv div p{margin-bottom:20px; font-size:18px; color:#444}
