@charset "utf-8";
/* reset */

/* 본고딕 */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansKR-Thin-Hestia.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansKR-Light-Hestia.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansKR-Regular-Hestia.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansKR-Medium-Hestia.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansKR-Bold-Hestia.woff") format("woff");
}

@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NanumSquareNeoTTF-dEb.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url("../font/Pretendard-Thin.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url("../font/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Pretendard-ExtraBold.woff") format("woff");
}

body {
  margin: 0;
  padding-right: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
p {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
  vertical-align: middle;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}


body,
th,
td,
input,
select,
textarea,
button {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans", "맑은고딕", Malgun Gothic, "돋움", dotum, sans-serif;
  color: #333;
}

caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
  visibility: hidden;
  font-size: 0;
  height: 0;
  text-indent: -999em;
}
table {
  border-collapse: collapse;
}

/* 공통 dout font */
.tblCommon thead th,
.tblCommon tbody th,
.tblCommon tbody td,
.box_price .tbl_price_head th,
.box_price .tbl_price_body td,
.boardList thead th,
.boardList thead td {
}

.txtCenter {
  text-align: center !important;
}
.txtRight {
  text-align: right !important;
}
.txtLeft {
  text-align: left !important;
}
.txtUnderline {
  text-decoration: underline !important;
}

.fontColorRed {
  color: #f42434 !important;
}
.fontSize11 {
  font-size: 11px !important;
}
.fontSize12 {
  font-size: 12px !important;
}
.fontSize13 {
  font-size: 13px !important;
}
.fontSize14 {
  font-size: 14px !important;
}
.fontSize17 {
  font-size: 17px !important;
}
.fontSize18 {
  font-size: 18px !important;
}
.fontSize20 {
  font-size: 20px !important;
}

.mt30 {
  margin-top: 30px;
}

.form_element label {
  display: inline-block;
  margin-right: 10px;
  word-break: break-all;
  vertical-align: top;
}
.form_element label input[type="checkbox"],
.form_element input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.form_element label input[type="checkbox"] + span,
.form_element label input[type="radio"] + span {
  position: relative;
  display: block;
  line-height: 30px;
  padding-left: 36px;
}
.form_element label input[type="checkbox"] + span::before,
.form_element label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background: #f8f7ff;
  transform: translateY(-50%);
  border-radius: 4px;
}
.form_element label input[type="checkbox"]:checked + span::before {
  background: #f93b21 url("../images/common/btn_check_white.png") no-repeat
    center;
  background-size: 14px auto;
  border: none;
}
.form_element label input[type="checkbox"]:disabled + span::before {
  background: #dfdfdf;
}
.form_element label input[type="radio"] + span::before {
  border-radius: 50%;
}
.form_element label input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 50%;
  transform: translateY(-50%);
}
/* 버튼만 */
.form_element.text_none label span {
  width: 30px;
  height: 30px;
  padding-left: 0 !important;
  font-size: 0;
}
.form_element.text_none label span::before,
.form_element.text_none label span::after {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
/* 텍스트만 */
.form_element.text_only label span::before,
.form_element.text_only label span::after {
  display: none !important;
}
.form_element.text_only label input[type="checkbox"] + span,
.form_element.text_only label input[type="radio"] + span {
  color: #888;
  background: #d7d7d7;
  padding: 0 10px;
  border-radius: 5px;
}
.form_element.text_only label input[type="checkbox"]:checked + span {
  color: #fff;
  background: #2c8fc4;
}
.form_element.text_only label input[type="radio"]:checked + span {
  color: #fff;
  background: #ffa500;
}

/* 레이 아웃 */
#wrap {
  position: relative;
  margin: 0 auto;
}

#wrap #header {
  position: relative;
}
#wrap #header .innerHead {
  width: 1000px;
  margin: 0 auto;
}
#wrap h1 {
  width: 965px;
  padding: 0px 0 0px 35px;
  margin: 0 auto;
}
#wrap .contents {
  padding-bottom: 50px;
}

/*********************************/
/************** GNB **************/
/********************************/
#gnb {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100px;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
#gnb:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}
#wrap #header a.logo {
  position: absolute;
  left: 0px;
  top: 14px;
}
#wrap #header a.logo img {
  width: 163px;
}
.openGnb {
  border-bottom: 1px solid #e4e4e4;
}
.gnbInner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
#gnb .depth01 {
  position: relative;
  width: 1200px;
  height: 306px;
  padding-left: 115px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#gnb .depth01:after {
  content: "";
  clear: both;
  display: block;
}
#gnb .depth01 > li {
  position: relative;
  float: left;
}
#gnb .depth01 > li:first-child {
  padding-left: 0;
}
#gnb .depth01 > li > a {
  display: block;
  padding: 35px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#gnb .depth01 > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  height: 4px;
  border-radius: 20px;
}
#gnb .depth01 > li.active > a,
#gnb .depth01 > li > a:hover {
  position: relative;
}
#gnb .depth01 > li > a:hover:after,
#gnb .depth01 > li.active > a:after {
  background: #fe5252;
}
#gnb .depth02 {
  left: 10px;
  padding-top: 16px;
  width: 100%;
  text-align: center;
}
#gnb .depth02 li {
  margin-bottom: 10px;
}
#gnb .service .depth02 {
  width: 127px;
}
#gnb .event .depth02 {
  width: 115px;
}
#gnb .m2 .depth02 {
}
#gnb .mypage .depth02 {
  width: 112px;
}
#gnb .mypage .depth02 li:after {
  display: none;
}
#gnb .depth02 li a {
  font-weight: bold;
  color: #444444;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: -1.5px;
  font-size: 15px;
  font-weight: 500;
}
#gnb .depth02 li a:hover,
#gnb .depth02 li.active a {
  color: #f42434;
}

.header {
  display: none;
}

/*********************************/
/************** LNB **************/
/*********************************/
#lnb {
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0px;
  overflow: hidden;
}
#lnb ul {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
#lnb li {
  position: relative;
  display: inline-block;
  padding-left: 7px;
  margin-left: 3px;
}
#lnb li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 11px;
  background-color: #666666;
}
#lnb li:first-child:after {
  position: relative;
}
#lnb li a {
  color: #666;
}
#lnb li a:hover {
  text-decoration: underline;
}

/* 로그인 */
#wrap .loginWrap {
  max-width: 450px;
  margin: 0 auto;
  padding: 0px 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 685px;
}
#wrap .loginWrap h1 {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  padding-left: 0;
  color: #333;
}
.logCon {
  margin-top: 30px;
}
.logCon p {
  text-align: center;
  margin: 20px 0;
}
.logCon form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#wrap .logCon input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 28px 16px 28px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
}
#wrap .logCon input[type="password"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 28px 16px 28px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
}
.loginBtn {
  font-size: 20px;
  border: none;
  background: #f93b21;
  padding: 20px 8px;
  color: #fff;
  border-radius: 8px;
}
.logBottom {
  text-align: center;
  margin: 20px 0 0 0;
}
.logBottom a {
  color: #333;
  font-size: 16px;
}
.logBottom span {
  color: #ddd;
  margin: 0 5px;
}

.loginWrap .certi {
  display: flex;
}
.loginWrap .certi input[type="text"] {
  width: 75%;
  border-right: none;
  border-radius: 8px 0 0 8px;
}
.loginWrap .certi input[type="button"] {
  width: 25%;
  background: #f93b21;
  color: #fff;
  border-radius: 0 8px 8px 0;
  border: 1px solid #f93b21;
  cursor: pointer;
}
.loginWrap .certi.confirm input[type="button"] {
  background: #acacac;
  border: 1px solid #acacac;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}
.pwBtn input[type="button"] {
  border: none;
  background: #f93b21;
  color: #fff;
}

/* footer */

.footer {
  position: relative;
  color: #fff;
  background: #333333;
}
.footer .btn_scroll {
  display: none;
  position: fixed;
  top: auto;
  left: auto;
  bottom: 80px;
  right: 56px;
  width: 72px;
  z-index: 2;
}
.footer .btn_scroll a {
  display: block;
}
.footer .btn_scroll a svg {
  width: 100%;
  vertical-align: top;
}
.footer .btn_scroll a.btn_goBottom {
  position: relative;
  transform: scaleY(-1);
}
.footer .btn_scroll a.btn_goBottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}
.footer .btn_scroll .nav-btn-rect,
.footer .btn_scroll .nav-btn-arrow {
  transition: all 0.5s;
}
.gotop_stop .btn_scroll {
  position: absolute;
  right: 56px;
  top: -459px;
  bottom: auto;
}
.mode_black .footer .btn_scroll .nav-btn-rect {
  fill: var(--main-font-color);
}
.mode_black .footer .btn_scroll .nav-btn-arrow {
  fill: #fff;
}
.mode_black .footer .btn_scroll a.btn_goBottom::before {
  background: rgba(255, 255, 255, 0.2);
}

.footer .footer_in {
  border-bottom: 1px solid #4a4a4a;
  padding: 25px 0;
}
.footer .footer_in ul {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-around;
  font-weight: 300;
}
.footer .footer_in ul li a {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.7;
}
.footer .content {
  padding: 20px 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.footer_info {
  position: relative;
  margin: 0 auto;
  max-width: 1230px;
  overflow: hidden;
}

.footer_info h2 {
  position: absolute;
  left: 40px;
  top: 20px;
}
.footer_info h2 img {
  width: 180px;
}
.footer_utils {
  position: relative;
  float: right;
}
.footer_utils .btn_family .btn {
  font-family: var(--font-Proxima);
  position: relative;
  width: 184px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  padding-top: 2px;
  padding-left: 14.5px;
  border-radius: 5px;
}
.footer_utils .btn_family .btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 14px;
  width: 16px;
  height: 16px;
  background: url("../img/footer-btn-open.svg") no-repeat center / 100%;
  transition: all 0.3s;
}
.footer_utils .btn_family.on .btn::before {
  transform: rotate(-45deg);
}
.footer_family {
  z-index: -1;
  opacity: 0;
  transform: translateY(20px);
  background: #898d96;
  position: absolute;
  bottom: 55px;
  right: 0;
  color: #fff;
  padding: 11px 0;
  border-radius: 5px;
  transition: all 0.5s;
}
.footer_family.on {
  z-index: 1;
  opacity: 1;
  transform: none;
}
.footer_family ul li a {
  position: relative;
  display: block;
  width: 184px;
  color: #e3e3e3;
  font-size: 16px;
  line-height: 2.55;
  text-align: left;
  padding: 0 16px;
}
.footer_family ul li a:hover {
  color: #fff;
}
.footer_address {
  overflow: hidden;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
  width: 950px;
  top: 20px;
  position: relative;
  float: right;
}
.footer_address ul {
  position: relative;
}
.footer_address ul li {
  float: left;
  margin: 2px 10px 3px 10px;
  color: #fff;
  opacity: 0.7;
  position: relative;
}
.footer_address ul li:first-child:after {
  background: none;
}
.footer_address ul li.noline:after {
  background: none;
}
.footer_address ul li:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: -10px;
  opacity: 0.5;
}
.footer_address ul li span {
  margin-right: 5px;
}
.footer_address .copy {
  padding-top: 10px;
  padding-left: 10px;
  opacity: 0.5;
  clear: both;
  font-family: var(--font-Proxima);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 100;
}
/*.footer_address div {-webkit-display:flex; display:flex; -webkit-align-items:center; align-items:center;}*/
.footer_address div p span {
  line-height: 16px;
  margin-right: 5px;
}
.footer_address div p {
  display: block;
}
.footer_address div p.ml5 {
  margin-right: 10px;
}

.clearFix:after {
  content: "";
  clear: both;
  display: block;
}
.mobile body {
  font-size: 16px;
}

.login {
  position: absolute;
  right: 70px;
  top: 25px;
  z-index: 1;
}
.login ul {
  -webkit-display: flex;
  display: flex;
}
.login ul li {
  position: relative;
}
.login ul li a {
  position: relative;
  display: block;
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  line-height: 16.71px;
  padding: 12px 12px;
  transition: all 0.3s;
}
.login ul li a:hover,
.gnb ul li a.on {
  color: #f93b21 !important;
}
.login ul li a.on::before {
  width: 100%;
}

/* 탭 메뉴  */
.tab_menu_02 {
  display: block;
  text-align: left;
  margin-top: 50px;
}
.tab_menu_02 .schMemTop {
  display: flex;
}
.tab_menu_02 li {
  display: inline-block;
  height: 38px;
  margin-left: -1px;
  background: #f7f7f7;
  vertical-align: top;
  width: 50%;
  height: 56px;
}
.tab_menu_02 li:first-child {
  margin-left: 0;
}
.tab_menu_02 li a {
  position: relative;
  display: block;
  line-height: 56px;
  color: #999;
  padding: 0 20px;
  border: 2px solid #ddd;
  border-bottom: 0;
  text-align: center;
  border-radius: 13px 13px 0 0;
  border-bottom: 2px solid #f93b21ff;
  height: 56px;
  font-size: 16px;
}
.tab_menu_02 li a.active {
  z-index: 1;
  color: #f93b21ff;
  font-weight: 500;
  border: 2px solid #f93b21ff;
  border-bottom: 0;
  background: #fff;
  border-radius: 13px 13px 0 0;
}

/* modal 레이어 팝업 style */
.modal {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.modal_popup {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 920px;
  height: 900px;
  padding: 40px 0 40px 40px;
  border-radius: 16px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.modal_header {
  margin-bottom: 16px;
}
.modal_header h1 {
  width: auto !important;
  padding-left: 0 !important;
  color: #333;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.modal_popup .btn_close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.modal_content {
  overflow-y: scroll;
  height: 707px;
  margin-bottom: 16px;
}
.m_btn {
  display: block;
  width: calc(100% - 40px);
  height: 52px;
  border-radius: 10px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: #fe5252;
  cursor: pointer;
}

/* 앱 접근권한 팝업 */
.modal_popup.md {
  width: 92%;
  max-width: 500px;
  height: auto !important;
  padding: 40px;
}
.modal_content.no_scroll {
  overflow: hidden;
  height: auto;
}
.modal_content .notice_area {
  padding: 12px 0 0 0;
}
.modal_content .notice_area .t_txt {
  margin-bottom: 24px;
  font-size: 16px;
}
.modal_content .notice_area dl {
  margin-bottom: 16px;
}
.modal_content .notice_area dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
  font-size: 16px;
  color: #333;
}
.modal_content .notice_area dt .s_style {
  margin-left: 6px;
  font-size: 14px;
  color: #52bcff;
}
.modal_content .notice_area dd {
  padding-left: 16px;
  font-size: 14px;
  color: #666;
}
.modal_content .notice_list {
  padding: 16px 0 0 0;
  margin-top: 24px;
  border-top: 1px solid #ccc;
}
.modal_content .notice_area li {
  padding-left: 0;
  background: none;
}
.modal_content .notice_area .notice_list ul li {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
  background: none;
}
.modal_content .notice_area .notice_list li span {
  float: left;
  display: block;
}
.modal_content .notice_area .notice_list .dot {
  width: 16px;
}
.modal_content .notice_area .notice_list .txt {
  width: calc(100% - 16px);
}
.modal_popup.md .m_btn {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .login {
    right: 0px;
  }
}

/* tablet */
@media screen and (max-width: 1240px) {
  . {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.4);
    z-index: 100;
  }
  .openGnb {
    display: none;
  }
  .h_con {
    -webkit-display: flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 17px 10px;
    border-bottom: 1px solid #bcbcbc;
  }

  /* 다크모드 헤더 */
  .header.mode_black {
    color: #fff;
  } /* 비주얼 섹션 위치 */
  .mode_black .btn_menu span,
  .mode_black .btn_menu::before,
  .mode_black .btn_menu::after {
    background: #fff;
  }

  #wrap .loginWrap {
    max-width: 340px;
    padding: 0 15px;
  }
  .login {
    display: none;
  }
  .gnblogout {
    position: absolute;
    left: 23px;
    top: 30px;
  }

  .header {
    display: block;
  }
  .header .h_con h1 a {
    width: 160px;
    height: 30px;
    background-position: center;
    background-size: auto 18px;
  }
  .header .h_con a img {
    width: 150px;
  }
  .header.on {
    transform: none !important;
  }
  .header.on .gnb::before {
    display: none;
    opacity: 0;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background: #fff;
  }
  .header.on .gnb {
    display: block;
    opacity: 1;
  }
  .header.on .gnb::before {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header.on .gnb ul {
    transform: translateY(30px);
    -webkit-animation: gnbSlide 0.3s;
    animation: gnbSlide 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 0;
  }
  .header.on .gnb ul.depth02 {
    display: none;
  }
  .header.on .gnb ul.depth02 li a {
    background: #f2f5fb;
    font-size: 14px;
    padding-left: 40px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }

  @-webkit-keyframes gnbSlide {
    0% {
      transform: translateY(30px);
    }
    100% {
      transform: none;
    }
  }
  @keyframes gnbSlide {
    0% {
      transform: translateY(30px);
    }
    100% {
      transform: none;
    }
  }
  .header.on .btn_menu span,
  .header.on .btn_menu::before,
  .header.on .btn_menu::after {
    background: #fff;
  }

  .tablet .gnb {
    display: none;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    padding-top: 80px;
    text-align: left;
    z-index: 101;
    background: #fff;
  }
  .tablet .gnb .mlogin {
    display: block;
    display: block;
    z-index: 1000000;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .tablet .gnb .mlogin a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 40px;
    min-width: 70px;
    text-align: center;
  }
  .tablet .gnb ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .tablet .gnb ul li ~ li {
    margin-left: 0;
  }
  .tablet .gnb ul li a {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 2.75;
    padding: 0 24px;
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
  }
  .tablet .gnb ul li a::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 9px;
    background: url(../images/common/arrow.svg) no-repeat center / 100%;
    transition: all 0.3s;
  }
  .tablet .gnb ul li a.on::before {
    transform: rotate(180deg);
  }

  .tablet .gnb ul li ul.depth02 a::before {
    content: none;
  }
  .tablet .header.mode_black .btn_menu span,
  .tablet .header.mode_black .btn_menu::before,
  .tablet .header.mode_black .btn_menu::after {
    background: #6a6a6a;
  }

  .tablet .gnb .mlogin {
    display: block;
    position: relative;
    padding: 10px 20px;
    background: #000;
  }
  .tablet .gnb .mlogin span {
    margin: 0 6px;
  }
  .tablet .gnb .mlogin a {
    color: #fff;
  }

  /* 햄버거 */
  .btn_menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    z-index: 101;
    font-size: 0;
  }
  .btn_menu span,
  .btn_menu::before,
  .btn_menu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background: #0d121c;
    border-radius: 2px;
  }
  .btn_menu::before {
    margin-top: -7px;
  }
  .btn_menu::after {
    margin-top: 5px;
  }
  .btn_menu span {
    margin-top: -1px;
  }
  .btn_menu.on span {
    opacity: 0;
  }
  .btn_menu.on::before,
  .btn_menu.on::after {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .btn_menu.on::before {
    animation-name: hamburgerOnTop;
  }
  .btn_menu.on::after {
    animation-name: hamburgerOnBottom;
  }
  @keyframes hamburgerOnTop {
    0% {
      margin-top: -7px;
    }
    50% {
      margin-top: -1px;
      transform: none;
    }
    100% {
      margin-top: -1px;
      transform: rotate(45deg);
    }
  }
  @keyframes hamburgerOnBottom {
    0% {
      margin-top: 5px;
    }
    50% {
      margin-top: -1px;
      transform: none;
    }
    100% {
      margin-top: -1px;
      transform: rotate(-45deg);
    }
  }
}

@media screen and (max-width: 768px) {
  .mobile .gnb {
    display: none;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    padding-top: 80px;
    text-align: left;
    z-index: 101;
    background: #fff;
  }
  .mobile .gnb .mlogin {
    display: block;
    display: block;
    z-index: 1000000;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .mobile .gnb .mlogin a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 40px;
    min-width: 70px;
    text-align: center;
  }
  .mobile .gnb ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .mobile .gnb ul li ~ li {
    margin-left: 0;
  }
  .mobile .gnb ul li a {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 2.75;
    padding: 0 24px;
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
  }
  .mobile .gnb ul li a::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 9px;
    background: url(../images/common/arrow.svg) no-repeat center / 100%;
    transition: all 0.3s;
  }
  .mobile .gnb ul li a.on::before {
    transform: rotate(180deg);
  }

  .mobile .gnb .mlogin {
    display: block;
    position: relative;
    padding: 10px 20px;
    background: #000;
  }
  .mobile .gnb .mlogin span {
    margin: 0 6px;
  }
  .mobile .gnb .mlogin a {
    color: #fff;
  }

  .mobile .gnb ul li ul.depth02 a::before {
    content: none;
  }
  .mobile .header.mode_black .btn_menu span,
  .mobile .header.mode_black .btn_menu::before,
  .mobile .header.mode_black .btn_menu::after {
    background: #6a6a6a;
  }

  .footer .content {
    padding: 10px 20px 20px;
  }
  .footer_info {
    overflow: inherit;
  }
  .footer_info h2 {
    left: 0;
    top: 0;
  }
  .footer_info h2 img {
    width: 120px;
  }
  .footer_address {
    float: none;
    font-size: 12px;
    width: 100%;
    top: 50px;
    padding-bottom: 15px;
  }
  .footer_address ul li:after {
    background: none;
  }
  .footer_address .copy {
    font-size: 12px;
    padding-left: 0;
  }
  .footer_address ul li {
    margin: 2px 10px 3px 0px;
  }
  .footer .footer_in {
    padding: 15px 20px;
  }
  .footer .footer_in ul li {
    flex-basis: auto;
    position: relative;
  }
  .footer .footer_in ul li a {
    font-size: 12px;
    padding: 0 5px;
  }
  .footer .footer_in ul li:first-child a:after {
    background: none;
  }
  .footer .footer_in ul li a:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    opacity: 0.5;
  }
  .footer .footer_in ul {
    flex-wrap: wrap;
    justify-content: normal !important;
  }

  .modal_popup.md {
    max-width: 500px;
    height: auto !important;
    padding: 40px 24px;
  }
}
