@charset "UTF-8";
.new_direct html.landscape:after {
  content: "모바일에서는 가로모드가 지원되지 않습니다.";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new_direct html.landscape body {
  overflow: hidden;
}

/**
* layout.navbar
* ------------------
*/
.navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: top 0.1s;
  transition: top 0.1s;
}

.navbar.nav_up {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  top: -52px;
}

#header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 52px;
  padding: 0 20px;
}

.header_wrap .header_title {
  width: calc(100% - 56px);
  padding: 0 20px;
  color: #1f1f21;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.navbar.type_title .header_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 15px 20px 16px 20px;
}

.navbar.type_title .header_wrap .btn_page_prev {
  display: none;
}

.navbar.type_title .header_wrap .btn_sidebar_open {
  display: none;
}

.navbar.type_title .header_wrap .header_title {
  width: 100%;
  padding: 0;
}

/* 알림 > 편집 */
[data-category="alarm"] #header .header_wrap {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[data-category="alarm"] .header_wrap .alarm_setting {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17C15.6569 17 17 15.6569 17 14C17 12.3431 15.6569 11 14 11C12.3431 11 11 12.3431 11 14C11 15.6569 12.3431 17 14 17Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.1286 5.97258C12.9315 4.48279 15.0685 4.48279 15.8714 5.97258V5.97258C16.35 6.86057 17.3867 7.29 18.353 7.00047V7.00047C19.9741 6.51474 21.4853 8.0259 20.9995 9.64704V9.64704C20.71 10.6133 21.1394 11.65 22.0274 12.1286V12.1286C23.5172 12.9315 23.5172 15.0685 22.0274 15.8714V15.8714C21.1394 16.35 20.71 17.3867 20.9995 18.353V18.353C21.4853 19.9741 19.9741 21.4853 18.353 20.9995V20.9995C17.3867 20.71 16.35 21.1394 15.8714 22.0274V22.0274C15.0685 23.5172 12.9315 23.5172 12.1286 22.0274V22.0274C11.65 21.1394 10.6133 20.71 9.64704 20.9995V20.9995C8.0259 21.4853 6.51474 19.9741 7.00047 18.353V18.353C7.29 17.3867 6.86057 16.35 5.97258 15.8714V15.8714C4.48279 15.0685 4.48279 12.9315 5.97258 12.1286V12.1286C6.86057 11.65 7.29 10.6133 7.00047 9.64704V9.64704C6.51474 8.0259 8.0259 6.51474 9.64704 7.00047V7.00047C10.6133 7.29 11.65 6.86057 12.1286 5.97258V5.97258Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    no-repeat center center;
  background-size: 100% 100%;
}

[data-category="alarm"] .header_wrap .alarm_setting:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
}

[data-category="alarm"] .section .governing {
  padding-top: 10px;
  margin-bottom: 30px;
}

[data-category="alarm"] .section .governing + .comp {
  margin-top: 30px;
}

[data-category="alarm"] .section .governing .tab {
  padding-top: 0;
}

.modal .header_wrap {
  background: #fff;
}

.modal[data-layout-round="true"] .header_wrap,
.modal[data-layout-header="scroll"] .header_wrap,
.modal.modal-bottom .header_wrap {
  background: transparent;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.btn_page_prev {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
}

.btn_page_prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 21L10.5 14L17.5 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    0 0 no-repeat;
}

.btn_page_prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.btn_sidebar_open {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
}

.btn_sidebar_open:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.5H5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 8H5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21H5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.1797 21.1797L20.0585 19.0583' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='17' cy='16' r='4' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A")
    0 0 no-repeat;
}

.btn_sidebar_open:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.btn_sidebar_close {
  position: relative !important;
  width: 28px;
  height: 28px;
  padding: 0;
}

.btn_sidebar_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8L16 12M8 20L14 14' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L20 20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    0 0 no-repeat;
}

.btn_sidebar_close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.btn_page_close {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
}

.btn_page_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8L16 12M8 20L14 14' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L20 20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    0 0 no-repeat;
}

.btn_page_close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.btn_header_home {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
}

.btn_header_home:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 19px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 304%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='ICONS'%3E%3Crect class='cls-1' width='48' height='48'/%3E%3Cpath d='M24,7,41,19.55V42H7V19.55L24,7m0-5L3,17.53V46H45V17.53L24,2Z'/%3E%3Cpath d='M28,34v8H20V34h8m4-4H16V46H32V30Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 20px auto;
}

.btn_header_home:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

/* .header_wrap .btn_header_cart{position: relative;width: 28px;height: 28px;padding: 0;margin-left: auto;margin-right: 12px;}
.btn_header_cart:after{content: "";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);width: 100%;height: 100%;background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66667 5L6 8.6V21.2C6 21.6774 6.1873 22.1352 6.5207 22.4728C6.8541 22.8104 7.30628 23 7.77778 23H20.2222C20.6937 23 21.1459 22.8104 21.4793 22.4728C21.8127 22.1352 22 21.6774 22 21.2V8.6L19.3333 5H8.66667Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 9H22' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 13C17 13.7956 16.6839 14.5587 16.1213 15.1213C15.5587 15.6839 14.7956 16 14 16C13.2044 16 12.4413 15.6839 11.8787 15.1213C11.3161 14.5587 11 13.7956 11 13' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;}
*/
/* 상단 아이콘변경240226 */
.header_wrap .btn_header_cart {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: auto;
  margin-right: 12px;
}

.btn_header_cart:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='23px'%3E%3Cimage x='0px' y='0px' width='20px' height='20px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA0CAQAAACAs7heAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfoAhoJGx4vTxqiAAADn0lEQVRYw7WYzW9MURTAf++1nU5blJDSRlLTaqIUQcTHhtgSC38A3ZBYk4hYSqzE11YkElsSsbAkFixIlERLRbUGjVYJYzrz5nU+LO65d6Zv3gzNu3Ne0vvePbfn9+6599xz3jj8vzgMsJOtrKGZX7xjhNcsLOH//xtznGky5CmZK808l+iwC+rmOdkKSPny+M5ee6AEs4tmE7yyHLUD6uQrRTFaJMscL3jGJ3xyFbBdNlB3jUmPh2wz/eu4imdg07RGBe0w5nKcqtLuJmXmdSYq6p44L8OFUP1eM+c5nCigJrPvkjTVGHObBXmZPfWNuXW1QxQB8LlOocaYaxLGzeyPguqjJKjHNce8Ese1VGyZUGmuuOsiFtD2i5kYTWyoaSNFHICeqjFFZvH0gzKV4DKHKYm7Kl9Ew7MyvzBpEysFcgGNQ4wRzvJEdxwkQ6HOaRD18jivQOtJNxCjYUfB4RYnZCPnyn4ViREX56TqOHC5bK488wFNC+1yl6TXYY7VAGQ4x5fA0EOcJA7kGa4yU5abrAHgBZcCmg4u0osL5OjAHKQXQ4wM80cOpZXUlqTYeBCiOygWUrS65GWvtNMIaZHWoeQyIw9bGoJKCKyVvMsn6exrCGrQJJeiy1u57WkIarO0M+AyKqvVxooGoPqlnQKXSYmmLIkGoLqlfQsuHyVIS6Eop+JvLSkF2rJ0ykrlGVOoNgDiIRtjXM4Bn991UGOUAJ+XVZqEeMzjo+rQZ+CtEDNXyDLLkbqz6mcUn0cha31MAjjNVtXxXlDPlroQ/5QzUj8WWKay8IQoeq2jhuQgz5BWqDei6LKO2iTtNCjUuGTPovUw1n76oFGTUvP4lg8nx/hptIxSxYxrOYh7pKDzGNeopARaGxutohL4ACwwqVF5fsiEh6yi+uQAaFEBrB4+i3LAKmpA0m1MFRIK9V6U662itI9+qtyhUG+k2FxZVd9GEb3ySdUo1ARZALw65fLSRftofDFKJYCCxe3eSicARRVVGjUpBX7MZM3ossGk3A+VqO+yVjFzakWXPgngks5V+vvqm7Sbl2yyliRki8VVAJdRU+ZdbMmgoArMLUbpEm2dNZQuYbW/DGpMTvcYqyyh9F6eCqImJGflOGQFtNZE1aju0t/CI+LZdu6wR2XNCNLBabnLliuWcoX3lH2mIvQjoprNrxzzdPMnqB5kvgEfpsPh73KANL41TBGPs7Un3sUNZsxPclGuFPfZvtj4X6+yAYmE7d5OAAAAAElFTkSuQmCC' /%3E%3C/svg%3E");
}

.btn_header_cart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.btn_alert {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
}

.btn_alert .ani {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  margin-top: -20px;
}

.btn_alert:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 309%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='ICONS'%3E%3Crect class='cls-1' width='48' height='48'/%3E%3Cpath d='M24,7A12,12,0,0,1,36,19V31H12V19A12,12,0,0,1,24,7m0-4h0A16,16,0,0,0,8,19V35H40V19A16,16,0,0,0,24,3Z'/%3E%3Crect x='4' y='31' width='40' height='4'/%3E%3Cpath d='M24,41a6,6,0,0,1-6-6H14a10,10,0,0,0,20,0H30A6,6,0,0,1,24,41Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    0 0 no-repeat;
  background-size: 100%;
}

.cnt {
  position: absolute;
  top: 6px;
  right: 3px;
  font-size: 9px;
  color: #fff;
  line-height: 13px;
  background: #f8670d;
  padding: 0 4px;
  border-radius: 6px;
}

.header_wrap .btn_search_block {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
}

.header_wrap .btn_search_block:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 307%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='ICONS'%3E%3Crect class='cls-1' width='48' height='48'/%3E%3Cpath d='M20,6A14,14,0,1,1,6,20,14,14,0,0,1,20,6m0-4A18,18,0,1,0,38,20,18,18,0,0,0,20,2Z'/%3E%3Crect x='35.94' y='28.75' width='4.12' height='18.51' transform='translate(-15.74 38) rotate(-45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    0 0 no-repeat;
  background-size: 24px auto;
  margin-left: 15px;
}

/**
* layout.footer
* ------------------
*/
#footer.footer {
  padding-bottom: 120px;
}

#footer.footer .footer_inner {
  padding: 32px 16px 100px;
  background-color: #f5f5f7;
  text-align: center;
}

#footer.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer.footer ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#footer.footer .footer_menu li.important a {
  font-weight: 500;
  color: /*#F8670D*/ #dd5300;
}

/* 2024웹접근성_25 */
#footer.footer .footer_menu li + li {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

#footer.footer .footer_menu li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #b7b7b9;
}

#footer.footer .footer_menu a {
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  color: #555557;
}

#footer.footer .footer_info {
  margin-top: 16px;
}

#footer.footer .footer_info p {
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  color: #555557;
}

#footer.footer .footer_info p + p {
  margin-top: 8px;
}

#footer.footer .footer_sns {
  margin-top: 24px;
}

#footer.footer .footer_sns li + li {
  margin-left: 12px;
}

#footer.footer .footer_sns a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#footer.footer .footer_sns a[data-icon="hi_blog"] {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM18.804 9C18.804 11.5144 16.7654 13.545 14.251 13.545V9H9V23H14.251V17.051H17.749V22.9921H23V9H18.804Z' fill='%23909090'/%3E%3C/svg%3E%0A");
}

#footer.footer .footer_sns a[data-icon="direct_blog"] {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM8.75344 9.21999C9.09872 9.07541 9.46892 9.00066 9.84292 9H22.1571C22.9124 9.00139 23.6362 9.30449 24.1694 9.84265C24.7025 10.3808 25.0013 11.1099 25 11.8697V18.6774C25.0013 19.4372 24.7025 20.1663 24.1694 20.7045C23.6362 21.2427 22.9124 21.5458 22.1571 21.5473H17.9154L16.4677 23.9178C16.4545 23.9433 16.4381 23.9671 16.4189 23.9884C16.3761 24.0624 16.3147 24.1237 16.2409 24.1663C16.167 24.2088 16.0833 24.2311 15.9982 24.2308C15.9131 24.2305 15.8296 24.2076 15.756 24.1646C15.6825 24.1215 15.6215 24.0597 15.5792 23.9854C15.5618 23.9642 15.5461 23.9417 15.5323 23.918L14.0844 21.5473H9.84292C9.46891 21.5466 9.09869 21.4719 8.7534 21.3273C8.40812 21.1827 8.09452 20.9711 7.83053 20.7046C7.56654 20.4381 7.35732 20.1219 7.21482 19.7741C7.07231 19.4263 6.99932 19.0536 7 18.6774V11.8697C6.99935 11.4935 7.07236 11.1208 7.21487 10.773C7.35738 10.4252 7.56661 10.1091 7.8306 9.84259C8.09459 9.57612 8.40817 9.36456 8.75344 9.21999ZM10.4725 16.5375C10.6346 16.6211 10.8155 16.6612 10.9976 16.6537C10.9976 16.6537 12.5505 16.5961 12.5503 14.9307C12.5503 14.9307 12.4933 13.2419 10.9974 13.2419C10.6429 13.2681 10.3099 13.4231 10.0607 13.6781V11.9201H8.95834V16.5383H10.0722V16.1764C10.1724 16.3295 10.3103 16.4539 10.4725 16.5375ZM14.4691 16.5383V13.5517H14.4706C14.4706 13.5517 14.5151 11.8168 12.9041 11.8168V12.8853C12.9041 12.8853 13.4069 12.8623 13.4069 13.8045V16.5383H14.4691ZM17.0662 16.6537C17.0662 16.6537 18.929 16.6509 18.929 14.9662C18.929 14.9662 18.9902 13.2559 17.0662 13.2559C17.0662 13.2559 15.2455 13.2561 15.2455 14.9662C15.2455 14.9662 15.1866 16.6537 17.0662 16.6537ZM21.4301 18.227C21.4301 18.227 23.0404 18.2444 23.0404 16.4953L23.0413 13.3682H21.9705V13.6781C21.8561 13.5442 21.714 13.4371 21.5542 13.3641C21.3944 13.2912 21.2206 13.2543 21.0451 13.2559C21.0451 13.2559 19.4857 13.1902 19.4857 14.9552C19.4857 14.9552 19.4684 16.5984 21.0018 16.5984C21.0018 16.5984 21.6273 16.6242 21.9696 16.176V16.435C21.9696 16.435 22.047 17.2447 21.2673 17.2447H21.0018V18.227H21.4301ZM10.7548 14.254C10.6147 14.254 10.4778 14.2958 10.3614 14.3741C10.245 14.4524 10.1542 14.5637 10.1006 14.6938C10.0471 14.824 10.033 14.9672 10.0604 15.1054C10.0877 15.2436 10.1552 15.3705 10.2542 15.4701C10.3532 15.5697 10.4794 15.6376 10.6168 15.665C10.7541 15.6925 10.8965 15.6785 11.0259 15.6246C11.1553 15.5707 11.2659 15.4794 11.3438 15.3623C11.4216 15.2451 11.4632 15.1074 11.4632 14.9666C11.4632 14.873 11.4449 14.7803 11.4093 14.6938C11.3737 14.6074 11.3216 14.5288 11.2558 14.4627C11.19 14.3965 11.1119 14.344 11.0259 14.3082C10.94 14.2724 10.8478 14.254 10.7548 14.254ZM16.6736 14.3739C16.7901 14.2956 16.9271 14.2539 17.0672 14.254C17.2549 14.2542 17.435 14.3293 17.5677 14.4629C17.7005 14.5965 17.775 14.7777 17.775 14.9666C17.775 15.1075 17.7334 15.2452 17.6555 15.3623C17.5777 15.4795 17.467 15.5707 17.3376 15.6246C17.2082 15.6785 17.0658 15.6925 16.9284 15.665C16.791 15.6375 16.6648 15.5696 16.5658 15.4699C16.4668 15.3702 16.3994 15.2433 16.3721 15.105C16.3448 14.9668 16.3589 14.8236 16.4126 14.6935C16.4663 14.5633 16.5571 14.4521 16.6736 14.3739ZM21.3115 14.254C21.1714 14.254 21.0344 14.2957 20.9179 14.374C20.8015 14.4522 20.7107 14.5635 20.657 14.6937C20.6034 14.8239 20.5894 14.9671 20.6167 15.1053C20.644 15.2435 20.7115 15.3705 20.8105 15.4701C20.9096 15.5697 21.0358 15.6376 21.1732 15.6651C21.3106 15.6925 21.453 15.6784 21.5824 15.6245C21.7118 15.5705 21.8224 15.4792 21.9002 15.362C21.9781 15.2449 22.0196 15.1071 22.0195 14.9662C22.0195 14.7773 21.9449 14.5962 21.8121 14.4626C21.6794 14.329 21.4993 14.254 21.3115 14.254Z' fill='%23909090'/%3E%3C/svg%3E%0A");
}

#footer.footer .footer_sns a[data-icon="children_blog"] {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM18.4779 9.96744C18.4779 9.96744 16.5522 13.151 9.32943 14.1276C9.16273 14.723 9.07359 15.3507 9.07359 15.9992C9.07359 19.8241 12.1743 22.9248 15.9992 22.9248C19.8241 22.9248 22.9248 19.8241 22.9248 15.9992C22.9248 15.6459 22.8983 15.2989 22.8473 14.9599C21.753 14.5284 19.8098 13.3165 18.4779 9.96744ZM7.57359 15.9992C7.57359 11.3459 11.3459 7.57359 15.9992 7.57359C20.6525 7.57359 24.4248 11.3459 24.4248 15.9992C24.4248 20.6525 20.6525 24.4248 15.9992 24.4248C11.3459 24.4248 7.57359 20.6525 7.57359 15.9992ZM14.4136 15.1918C14.4136 15.6386 14.0514 16.0008 13.6046 16.0008C13.1578 16.0008 12.7956 15.6386 12.7956 15.1918C12.7956 14.745 13.1578 14.3829 13.6046 14.3829C14.0514 14.3829 14.4136 14.745 14.4136 15.1918ZM18.4779 16.0008C18.9247 16.0008 19.2869 15.6386 19.2869 15.1918C19.2869 14.745 18.9247 14.3829 18.4779 14.3829C18.0311 14.3829 17.6689 14.745 17.6689 15.1918C17.6689 15.6386 18.0311 16.0008 18.4779 16.0008ZM19.9632 18.0362C20.0409 17.6414 19.7286 17.2758 19.3257 17.2758H12.7795C12.3766 17.2758 12.0659 17.6398 12.142 18.0362C12.4963 19.8726 14.1127 21.2592 16.0526 21.2592C17.9925 21.2592 19.6072 19.8726 19.9632 18.0362Z' fill='%23909090'/%3E%3C/svg%3E%0A");
}

#footer.footer .footer_sns a[data-icon="youtube"] {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM16.757 10.0212C19.0716 9.9775 22.8827 9.90553 23.9225 10.9108C24.6564 11.6204 25.0033 13.9455 25 16.3074V16.4651C25.0033 18.827 24.6564 21.1521 23.9225 21.8617C22.8803 22.8709 19.0538 22.7965 16.7408 22.7516C16.4313 22.7456 16.149 22.7401 15.904 22.7378C15.6844 22.7358 15.4466 22.7349 15.1951 22.7339C12.7476 22.7244 9.00051 22.7099 8.05984 21.6865C7.38349 20.9523 7.01761 18.7289 7.00192 16.4651H7C7 16.4519 7.00048 16.4388 7.00096 16.4257C7.00144 16.4125 7.00192 16.3994 7.00192 16.3862C7.00192 16.3731 7.00144 16.36 7.00096 16.3468C7.00048 16.3337 7 16.3205 7 16.3074H7.00192C7.01761 14.0436 7.38349 11.8201 8.05984 11.086C9.0006 10.0627 12.7483 10.0481 15.1957 10.0386C15.447 10.0376 15.6846 10.0367 15.904 10.0347C16.1533 10.0326 16.4412 10.0272 16.757 10.0212ZM13.9599 13.7671V19.0061L18.7546 16.2498L13.9599 13.7671Z' fill='%23909090'/%3E%3C/svg%3E%0A");
}

#footer.footer .footer_sns a[data-icon="facebook"] {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM16.8415 16.7025V24H13.6597V16.7025H11V13.8569H13.6597V11.7597C13.6597 9.32715 15.2702 8 17.6227 8C18.7494 8 19.7176 8.07927 20 8.11344V10.6565L18.3686 10.6579C17.0894 10.6579 16.8415 11.2186 16.8415 12.0418V13.8569H19.8926L19.4952 16.7025H16.8415Z' fill='%23909090'/%3E%3C/svg%3E%0A");
}

#footer.footer .footer_tel {
  margin-top: 24px;
  gap: 0 8px;
}

#footer.footer .footer_tel a {
  display: block;
  position: relative;
  padding: 11px 18px 11px 44px;
  border-radius: 100px;
  border: 1px solid #dfdfe1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  color: #555557;
}

#footer.footer .footer_tel a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  vertical-align: -4px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23B7B7B9'/%3E%3Cpath d='M7.89021 5.55876C7.75522 5.22129 7.42836 5 7.06489 5H5.84211C5.37702 5 5 5.37704 5 5.84212C5 9.79533 8.2048 13 12.158 13C12.6231 13 13 12.623 13 12.1579L13 10.9351C13 10.5717 12.7786 10.2448 12.4412 10.1098L11.2699 9.64129C10.9667 9.52003 10.6216 9.57468 10.3708 9.7837L10.068 10.0359C9.71487 10.3302 9.19556 10.3067 8.87047 9.98159L8.01839 9.12957C7.69331 8.80448 7.66988 8.28513 7.9642 7.93195L8.21637 7.62933C8.42539 7.37851 8.48002 7.03331 8.35876 6.73017L7.89021 5.55876Z' fill='white'/%3E%3C/svg%3E%0A")
    no-repeat 50% 50%;
}

@media screen and (max-width: 359px) {
  #footer.footer .footer_tel a {
    padding: 11px 10px 11px 36px;
    font-size: 12px;
  }

  #footer.footer .footer_tel a:before {
    left: 10px;
  }
}

/**
* layout.quick
* ------------------
* 현재 사용안함(04/13)
*/
.new_direct .quick {
  position: fixed;
  z-index: 400;
  right: 16px;
  bottom: -100px;
  -webkit-transition: bottom 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1) 0s;
  transition: bottom 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1) 0s;
}

.new_direct .quick .quick_wrap {
  position: relative;
  text-align: center;
}

.new_direct .quick .btn_quick {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background-color: #000;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2),
    0 1px 10px -5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2),
    0 1px 10px -5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.new_direct .quick .btn_quick:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new_direct .quick .btn_quick.btn_cs {
  background-color: #ed5b16;
}

.new_direct .quick .btn_quick.btn_cs:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='50' height='51' viewBox='0 0 50 51'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23fff; stroke-width: 2px; fill: none; fill-rule: evenodd; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M7.000,31.855 L7.000,17.615 C7.000,8.439 15.059,1.000 25.000,1.000 C34.941,1.000 43.000,8.439 43.000,17.615 L43.000,32.384 C43.000,41.561 34.941,49.000 25.000,49.000 ' class='cls-1'/%3E%3Cpath d='M42.500,16.000 C46.090,16.000 49.000,18.910 49.000,22.500 L49.000,25.500 C49.000,29.090 46.090,32.000 42.500,32.000 ' class='cls-1'/%3E%3Cpath d='M7.000,32.000 C3.686,32.000 1.000,29.090 1.000,25.500 L1.000,22.500 C1.000,18.910 3.686,16.000 7.000,16.000 ' class='cls-1'/%3E%3Ccircle cx='25' cy='47' r='4' class='cls-2'/%3E%3C/g%3E%3C/svg%3E%0A")
    center center no-repeat;
  background-size: 50%;
}

.new_direct .quick .btn_quick.btn_write {
  background-color: #f8670d;
}

.new_direct .quick .btn_quick.btn_write:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none; %7D.cls-2%7Bfill:%23fff; %7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecommunity_fab%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='ICONS'%3E%3Crect class='cls-1' width='60' height='60'/%3E%3Crect class='cls-2' x='6' y='53' width='48' height='3'/%3E%3Cpath class='cls-2' d='M37.18,9.36l8.46,8.46L42.3,21.16l-8.51-8.41,3.39-3.39m0-3.36-6.76,6.76L42.31,24.51,49,17.82,37.18,6Z'/%3E%3Cpath class='cls-2' d='M28.69,17.85l8.5,8.42L21.94,41.52l-8.54.08.08-8.54L28.69,17.85m0-3.35L11.11,32.07,11,44l11.93-.11L40.56,26.27,28.68,14.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 30px auto;
}

.new_direct .quick .btn_quick.btn_top {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  background: #666;
}

.new_direct .quick .btn_quick.btn_top:after {
  content: "";
  top: 50%;
  left: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none; %7D.cls-2%7Bfill:%23fff; fill-rule:evenodd; %7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecommon_fab_top%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='ICONS'%3E%3Crect class='cls-1' width='60' height='60'/%3E%3Cpolygon class='cls-2' points='26.9 20.18 29 18 50 39.82 47.9 42 26.9 20.18'/%3E%3Cpolygon class='cls-2' points='10.1 42 8 39.82 29 18 31.1 20.18 10.1 42'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    50% 50% no-repeat;
  background-size: 50%;
}

.new_direct .quick.floating {
  bottom: 20px;
}

.new_direct .quick.floating_top {
  bottom: 20px;
}

.new_direct .quick.floating_top .btn-top {
  opacity: 1;
  bottom: 0px;
}

.new_direct .quick.floating.floating_top .btn-top {
  opacity: 1;
  bottom: 60px;
}

.new_direct .quick.floating_bottom {
  bottom: 75px;
}

.new_direct .content[data-layout="main"] .quick.floating_bottom {
  bottom: 90px;
}
