body, html {position: relative; scroll-behavior: smooth; font-size: 16px; letter-spacing: -0.025em; font-family: 'Pretendard', sans-serif !important; min-width: 1280px;
  width: 100%; color: #515061; line-height: 1.5;}
.inner, .container {min-width: 1280px; margin: 0 auto; max-width: 1280px; width: 100%;}
.s-container {width: 100%; box-sizing: border-box;}
.blind {font-size: 0; text-indent: -9999px; opacity: 0;}

@media all and (max-width: 1320px) {
  body, html {min-width: 100%; max-width: 100%;}
  .inner, .container {max-width: 100%; min-width: 100%; padding: 0 20px; box-sizing: border-box;}
}
@media all and (max-width: 360px) {
  .inner, .container {padding: 0 14px;}
}

.flex-box {
  display: flex;
  flex-flow: row wrap;
}

a {
  text-decoration: none;
}

:root {
  --m-color: #793af6;
  --m-color-70: #404A6D;
  --m-color-strong: #E8CE97;
  --h2-font-size: 28px;
  --h4-font-size: 18px;
  --p-font-size: 16px;
  --span1-font-size: 14px;
  --span2-font-size: 12px;
  --h-font-color: #151432;
  --p-font-color: #515061;
  --span-font-color: #9a9a9a;
  --box-shadow: 0 10px 30px rgba(0,0,0, 0.1);
  --box-shadow2: 0 10px 30px rgba(29, 44, 78, 0.4);
  --dim-box-shadow: 0 10px 10px rgba(0,0,0, 0.1);
  --gnb-box-shadow: 0 2px 10px rgba(0,0,0, 0.1);
  --gnb-font-size: 19px;
  --gnb-depth-font-size: 15px;
  --lnb-font-size: 18px;
  --border-color: #dde1e5;
  --dim-height: 300px;
  --lnb-height: 70px;
  --lnb-width: 110px;

  --m-error: #d43d60;
  --m-new: #fca604;
  --m-pop: #32c081;
  --m-rec: #fa647d;
  --m-sale:#ec3f3f;
  --m-ing: #00a4a2;
  --m-best: #00a4a2;
  --m-end: #8f8f99;
  --m-ready: #f58604;
}

@media all and (max-width: 900px) {
  body, html {line-height: 1.3;}
  :root {
    --h2-font-size: 20px;
    --h4-font-size: 17px;
    --p-font-size: 15px;
    --lnb-font-size: 16px;
    --lnb-height: 60px;
  }
}
@media all and (max-width: 640px) {
  body, html {}
  :root {
    --h2-font-size: 18px;
    --h4-font-size: 15px;
    --p-font-size: 14px;
    --lnb-font-size: 15px;
    --lnb-height: 50px;
  }
}
.container-title {font-size: var(--h2-font-size); margin: 0 0 var(--h2-font-size); font-weight: bold; color: var(--h-font-color);}
.container-title.bold {font-weight: 900;}
.container-title.min {font-size: 22px; margin: var(--h2-font-size) 0 10px;}
.container-title.min.mg2 {margin: calc(var(--h2-font-size) * 2) 0 14px;}
.container-title.middle {margin: var(--h2-font-size) 0 14px;}
.container-title.middle.mg2 {margin: calc(var(--h2-font-size) * 2) 0 14px;}
.container-title.flex {width: 100%; display: flex; justify-content: space-between; align-items: center;}
.container-title.flex * {flex: none;}

@media all and (max-width: 900px) {
  .container-title.min {font-size: 18px; margin: 24px 0 8px;}
}
@media all and (max-width: 767px) {

}
@media all and (max-width: 420px) {

}

#header {position: relative; top: 0; left: 0; z-index: 2222; box-shadow: var(--gnb-box-shadow); border-bottom: 0; width: 100%; box-sizing: border-box; background: #fff; }
#header .container {height: 100%;}
#header.fixed {}
.top_login-container {height: 100px; box-sizing: border-box;}
.top_login-container .container {display: flex; width: 100%; height: 100%; justify-content: flex-end; align-items: center;}
.top_login-container h1 {flex: none; width: 180px;}
.top_login-container h1 a {display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 80px;}
.top_login-container h1 a img {display: block; width: 200px;}
.top_login-container dl {flex: none; display: flex; width: calc(100% - 180px); height: 100%; justify-content: flex-end; align-items: center;}
.top_login-container dl dd {font-size: var(--span1-font-size); color: var(--span-font-color); display: block; }
.top_login-container dl dd + dd {margin: 0 0 0 10px;}
.top_login-container dl dd.lang-dd {border-radius: 4px; border: 1px solid var(--m-color); padding: 0 5px; box-sizing: border-box; color: var(--m-color);}
.top_login-container dl dd.user-name {color: var(--h-font-color); font-weight: 500;}
.top_login-container dl dd.english {border: 1px solid var(--m-color); padding: 2px 8px; box-sizing: border-box; background: #fff; color: var(--m-color); border-radius: 8px;}
.header-wrap {height: 60px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; left: 0; z-index: 92; background: var(--m-color);}
.header-wrap .flex-layout {height: 60px; display: flex; justify-content: center; align-items: center;}
.header-wrap h1 {flex: none; height: 49px; width: 161px; font-size: 24px; font-weight: 500; display: none;}
.header-wrap h1 a {display: block; height: 100%;}
.header-wrap h1 a img {display: block; height: 100%; }
/*.header-wrap .spacing {flex: none; width: 40px; display: none;}*/
/*.all_menu-btn {flex: none; display: block; margin: 0 0 0 20px;}*/
/*.all_menu-btn i {display: block; height: 2px; width: 20px; background: #515061;}*/
/*.all_menu-btn i + i {margin: 6px 0 0;}*/

.all_menu-btn2 {flex: none; display: none; margin: 0 0 0 20px;}
.all_menu-btn2 i {display: block; height: 2px; width: 20px; background: #515061;}
.all_menu-btn2 i + i {margin: 6px 0 0;}

.gnb {flex: none; display: flex; justify-content: space-between; align-items: center; width: 100%;}
.gnb > li {font-size: var(--gnb-font-size); font-weight: 500; height: 60px; position: relative; flex: none; width: calc(100% / 7);}
.gnb > li > a {padding: 0 40px; box-sizing: border-box; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff;}
.gnb > li.on > a {background-color: #6731d1;}
.gnb > li .depth2 {height: var(--dim-height); padding: 12px 0; box-sizing: border-box; display: none; width: 100%; color: inherit; text-align: center; position: relative; z-index: 91;}
.gnb > li .depth2::after {content: ''; display: block; width: 1px;  height: calc(100% - 20px); background: var(--border-color); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.gnb > li:first-of-type .depth2::before {content: ''; display: block; width: 1px; height: calc(100% - 20px); background: var(--border-color); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.gnb > li .depth2 li {font-size: var(--gnb-depth-font-size); line-height: 2; color: var(--span-font-color); font-weight: 400;}
.gnb > li .depth2 li:hover {color: var(--m-color);}

.dim {border-top: 1px solid var(--border-color); display: none; width: 100%; background: #fff; box-shadow: var(--dim-box-shadow); height: var(--dim-height); position: absolute; top: 100%; left: 0; z-index: 90;}

.all-menu {width: 100%; height: 100vh; background: #fff; z-index: 999; position: fixed; top: 0; left: 0; display: none;}
.all-menu-top {width: 100%; height: 100px; padding: 20px 20px 0; box-sizing: border-box;}
.all-menu-middle {width: 100%; height: calc(100% - 100px); overflow-y: auto; padding: 0 20px 40px; box-sizing: border-box;}
.all-menu .user-menu {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; align-content: flex-start;}
.all-menu .user-menu dd {flex: none; margin: 4px 0 0;}
.all-menu .user-menu dd + dd {margin: 4px 0 0 8px;}
.all-menu .user-menu dd a {font-size: 15px; display: block;}
.all-menu .user-menu dd.block {width: 100%; height: 0;}
.all-menu .user-menu dd.block + dd {margin: 4px 0 0 0;}
.all-menu .user-menu dd.member-btn a {border: 1px solid #515061; border-radius: 10px; padding: 4px 8px; box-sizing: border-box;}
.all-menu .user-menu dd.fc-btn a {background: var(--m-color); color: var(--m-color-strong); border-radius: 10px; padding: 4px 8px;}
.all-menu .user-menu dd.english {border: 1px solid var(--m-color); padding: 2px 8px; box-sizing: border-box; background: #fff; color: var(--m-color); border-radius: 8px;}

#nav {width: 100%;}
#nav > li > a {display: block; width: 100%; line-height: 42px; border-bottom: 1px solid #ddd; box-sizing: border-box; font-size: 17px; color: #222; font-weight: 500;}
#nav > li > .depth2 {width: 100%; padding: 12px 0; box-sizing: border-box; display: none;}
#nav > li > .depth2 li a {font-size: 16px; line-height: 24px; padding: 0 10px; box-sizing: border-box; display: block;}

.all_menu-cls {width: 20px; height: 20px; background: url(/img/comm/close_b.png) 50% 50% no-repeat; background-size: 100% auto; display: block; position: absolute; top: 25px; right: 20px;}

@media all and (max-width: 1320px) {
  .gnb > li > a {padding: 0 20px; font-size: 18px;}
}
@media all and (max-width: 900px) {
  .header-wrap {background: #fff;}
  .header-wrap h1 {display: block;}
  .top_login-container {display: none !important;}
  .header-wrap {height: 70px;}
  .header-wrap .flex-layout {height: 100%; justify-content: space-between;}
  .header-wrap h1 {height: 40px; width: 140px;}
  .gnb {display: none !important;}
  .dim {display: none !important;}

  .all_menu-btn {display: none;}
  .all_menu-btn2 {display: block;}
}

@media all and (max-width: 640px) {

}
@media all and (max-width: 420px) {
  .all-menu .user-menu {padding: 0 80px 0 0; box-sizing: border-box;}
  .all-menu .user-menu dd a {font-size: 14px;}
  .all-menu .user-menu dd + dd {margin: 3px 0 0 4px;}
  .all-menu .user-menu dd.block + dd {margin: 3px 0 0;}

  .all-menu-top {padding: 14px 14px 0;}
  .all-menu-middle {padding: 0 14px 0;}

  .all-menu .user-menu dd.member-btn a {border-radius: 8px;}
  .all-menu .user-menu dd.fc-btn a {border-radius: 8px;}
}

#footer {width: 100%; background: #000; font-size: 14px; color: #9a9a9a; padding: 20px 0 55px; box-sizing: border-box;}
.footer-menu {width: 100%; display: flex; justify-content: flex-start; align-items: center; background: url(/img/comm/foot_logo.png) 100% 10px no-repeat; }
.footer-menu li {flex: none; line-height: 50px; color: #fff;}
.footer-menu li.none {display: none; }
.footer-menu li.none2 {display: none; }
.footer-menu li + li {margin: 0 0 0 14px;}
.footer-menu li:hover {color: var(--m-color-strong);}
.footer address {width: 100%;}
.footer address span {display: inline-block; line-height: 2;}
.footer address span + span {margin: 0 0 0 14px;}
.footer address span.block {display: block; width: 100%; height: 0; margin: 0;}
.footer address span.block + span {margin: 0;}
.footer .copyright {font-size: 13px; margin: 13px 0 0;}

@media all and (max-width: 640px){
  .footer-menu {width: auto; max-width: 100%; flex-wrap: wrap; margin: 0 0 18px;}
  .footer-menu li {line-height: 32px;}
  .footer-menu li.none {display: block; width: 100%; height: 0;}
  .footer-menu li.none + li {margin: 0;}

  .footer address span.address {display: block; width: 100%; margin: 0;}
  .footer address span.ceo {display: block; width: 100%; margin: 0;}
  .footer address span.ceo + span {margin: 0;}
  .footer address span.email {display: block; width: 100%; margin: 0;}
}
@media all and (max-width: 420px) {
  .footer-menu li.none2 {display: block; width: 100%; height: 0;}
  .footer-menu li.none2 + li {margin: 0;}
}
@media all and (max-width: 360px) {
  .footer address span {display: block !important; width: 100% !important; margin: 0 !important;}
}
.s-container {margin: 0 auto; }
.sub-visual {width: 100%; padding-bottom: var(--lnb-height); box-sizing: border-box;}
.sub-visual .container {position: relative;}
.sub-visual-cont {width: 100%; height: 300px; background: url(/img/sub/visual.jpg) 50% 50% no-repeat; background-size: cover;}
.sub-visual-cont .container {height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; padding: 0 0 var(--lnb-height); box-sizing: border-box;}
.sub-visual-cont h2 {color: #fff; font-size: 55px; font-weight: 700; text-align: center; flex: none; }
/*.s-container .lnb {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; align-content: flex-start;}*/
/*.s-container .lnb > li {flex: 1; height: var(--lnb-height); font-size: var(--lnb-font-size); }*/
/*.s-container .lnb > li > a {background: var(--m-color); color: #fff; box-sizing: border-box; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-weight: 500;}*/
/*.s-container .lnb > li > a.on {background: #fff; color: var(--m-color); display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;font-weight: 600;}*/
.s-container .content_area{width: 100%}
.s-container #contents {width: 100%; max-width:1280px; min-width: 1280px; margin: 0 auto; padding: 0 0 80px; box-sizing: border-box;}
.s-container .content_area_event #contents {position: relative; z-index: 10;}
.s-container .event_bbs {width: 100%;}
.s-container .mb-lnb {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; align-content: flex-start; z-index: 400; background: #fff; border-bottom: 1px solid #e1e1e1; box-sizing: border-box;}
.s-container .mb-lnb > li {flex: none;  height: var(--lnb-height); width: calc((100% - var(--lnb-height)) / 2); max-width: 240px; position: relative;}
.s-container .mb-lnb > li.home { width: var(--lnb-height); height: var(--lnb-height); display: block; }
.s-container .mb-lnb > li > a{box-sizing: border-box; display: flex; justify-content: flex-start; text-align: left; align-items: center; width: 100%; height: 100%; background: #fff url(/img/comm/lnb_arrow.png) calc(100% - 20px) 50% no-repeat; background-size: 13px auto; padding: 0 42px 0 12px; }
.s-container .mb-lnb > li.home > a {display: block; width: 100%; height: 100%; background: var(--m-color) url(/img/comm/home.png) 50% 50% no-repeat; background-size: 14px 14px; font-size: 0; padding: 0;}
.s-container .mb-lnb > li:nth-of-type(2) > a {border-right: 1px solid #e1e1e1; box-sizing: border-box; }
.s-container .mb-lnb > li:nth-of-type(3) > a {border-right: 1px solid #e1e1e1; box-sizing: border-box; }
.s-container .mb-lnb > li > ul {display: none; border-top: 1px solid #e1e1e1; box-sizing: border-box; position: absolute; top: calc(100% - 1px); left: 0; width: 100%; background: #fff; z-index: 99; box-shadow: var(--box-shadow);}
.s-container .mb-lnb > li > ul li {font-size: 15px; line-height: 48px; border-bottom: 1px dashed #e1e1e1; box-sizing: border-box; width: 100%;}
.s-container .mb-lnb > li > ul li a {display: block; width: 100%; height: 100%; padding: 0 12px; box-sizing: border-box;}
.s-container .mb-lnb > li.on > ul {display: block;}
.s-container .mb-lnb > li.on > a {background: #fff url(/img/comm/lnb_arrow_on.png) calc(100% - 20px) 50% no-repeat; background-size: 13px auto;}

@media all and (max-width: 1320px) {
  .s-container #contents {max-width: 100%; min-width: 100%; padding: 0 20px 80px; box-sizing: border-box;}
  .s-container .content_area_event #contents {padding: 0 20px 80px; }
}

@media all and (max-width: 900px) {

  .s-container .mb-lnb > li {max-width: none;}
  .s-container #contents {padding: 0 20px 60px;}
  .s-container .content_area_event #contents {padding: 0 0 60px; }
  .s-container .event_bbs {padding: 0 20px; box-sizing: border-box;}
  .sub-visual-cont {height: 250px;}
  .sub-visual-cont h2 {font-size: 42px;}


  /*.s-container .lnb {display: none;}*/
  /*.s-container .mb-lnb {}*/

}
@media all and (max-width: 640px) {
  .sub-visual-cont {height: 200px;}
  .sub-visual-cont h2 {font-size: 38px;}
  .s-container .mb-lnb > li > a {font-size: 15px;}
  .s-container .mb-lnb > li > ul li a {font-size: 14px;}

}
@media all and (max-width: 540px) {
  .sub-visual-cont h2 {font-size: 32px;}
  .s-container .mb-lnb > li > a {font-size: 14px;}
  .s-container .mb-lnb > li > ul li a {font-size: 13px; padding: 0 8px; line-height: 42px; white-space: nowrap;}

}
@media all and (max-width: 360px) {
  .s-container #contents {padding: 0 14px 40px;}
  .s-container .content_area_event #contents {padding: 0 0 40px; }
  .s-container .event_bbs {padding: 0 14px;}

}

.chk_p {font-size: var(--h4-font-size); font-weight: 500; color: var(--h-font-color); margin: 0 0 var(--h4-font-size);}
.chk_p input[type=checkbox] {appearance: none !important;}
.chk_p input[type=checkbox] + label.font { font-size: var(--p-font-size); width: 100%; height: auto; position: relative; padding: 0 0 0 30px; box-sizing: border-box; display: block;}
.chk_p input[type=checkbox] + label.font::before {border-radius: 4px; top: 50%; left: 0; transform: translateY(-50%); content: ''; background: #fff url(/img/comm/chk_off.png) 50% 50% no-repeat; background-size: 72.22% auto; border: 1px solid var(--border-color); display: block; width: 18px; height: 18px; position: absolute; box-sizing: border-box;}
.chk_p input[type=checkbox]:checked + label.font::before {background: var(--m-color) url(/img/comm/chk_on.png) 50% 50% no-repeat; background-size: 72.22% auto; border-color: var(--m-color);}

.AW-mem-btn2 { margin:60px 0 0; text-align:center; overflow:hidden; }
.AW-mem-btn2.button_wrap { width: 100%; display: flex; justify-content: center; align-items: center; }
.AW-mem-btn2 a {border: 0; display: block; margin: 0 auto; width:50%; height:60px; line-height:60px; font-size:17px; letter-spacing:-0.07em; text-align:center; background:#333; color:#fff; transition:all 0.3s; box-sizing:border-box; cursor:pointer; }
.AW-mem-btn2 a:hover { background:#000; }
.AW-mem-btn2 a + a {background: #e0e0e0; color: #666;}
.AW-mem-btn2 a + a:hover {background: #ccc;}

.AW-mem-btn2.button_wrap button {border: 0; display: block; flex: none; margin: 0 auto; width:50%; height:60px; line-height:60px; font-size:17px; letter-spacing:-0.07em; text-align:center; background:#333; color:#fff; transition:all 0.3s; box-sizing:border-box; cursor:pointer; }
.AW-mem-btn2.button_wrap button:hover {background: #000;}
.AW-mem-btn2.button_wrap button[type=button] {background: #e0e0e0; color: #666;}
.AW-mem-btn2.button_wrap button[type=button]:hover {background: #ccc;}

@media all and (max-width: 900px) {
  .AW-mem-btn2 {margin: 42px 0 0;}
  .AW-mem-btn2 a {height: 50px; line-height: 50px; font-size: 16px; }
  .AW-mem-btn2.button_wrap button {height: 50px; line-height: 50px; font-size: 16px; }
}
@media all and (max-width: 640px) {
  .AW-mem-btn2 {margin: 36px 0 0;}
  .AW-mem-btn2 a {height: 45px; line-height: 45px;  }
  .AW-mem-btn2.button_wrap button {height: 45px; line-height: 45px;  }
}
@media all and (max-width: 420px) {
  .AW-mem-btn2 {margin: 30px 0 0;}
  .AW-mem-btn2 a {height: 42px; line-height: 42px; font-size: 15px; }
  .AW-mem-btn2.button_wrap button {height: 42px; line-height: 42px; font-size: 15px; }

}

.bbs_btn_wrap {width: 100%; display: flex; justify-content: flex-start; align-items: center; padding: 10px 0 0; box-sizing: border-box;}
.bbs_btn_wrap .bbs_btn {flex: none;}
.bbs_btn_wrap.right_align {justify-content: flex-end;}
.bbs_btn_wrap.center_align {justify-content: center;}
.bbs_btn_wrap.center_align .bbs_btn {margin: 0 2px;}
.bbs_btn {border-radius: 0.375rem; border: 1px solid #ddd;line-height: 2rem !important;font-size: 0.875rem;padding: 0 0.75rem; color: inherit !important;
  box-sizing: border-box;display: inline-block;cursor: pointer; vertical-align: middle; font-family: inherit; text-decoration: none !important;}
.bbs_btn.bg {background: #777; color: #fff !important;border-color: #777;}
.bbs_btn.bg2 {background: #2d2d2d; color: #fff !important; border-color: #2d2d2d;}
.bbs_btn.bg3 {background: var(--m-color); color: #fff !important; border-color: var(--m-color);}


.bbs_paging { margin: 20px auto 30px; }
.bbs_paging tr td { width: 30px; height: 30px !important; text-align: center; vertical-align: middle; padding-left: 3px; }
.bbs_paging tr td:first-of-type { padding: 0; }
.bbs_paging tr td a { display: inline-block; width: 30px; height: 100%; line-height: 30px !important; font-size: 14px;}
.bbs_paging tr td b { display: inline-block; width: 30px; height: 100%; line-height: 30px !important; background: var(--m-color); color: #fff; font-weight: bold; font-size: 14px;}
.bbs_paging tr td img { display: block; max-width: 100%; max-height: 100%; }
.bbs_paging tr td:nth-of-type(3) {width: auto;}

#quickMenu {margin-left: 700px; left:50%; }
#quickMenu a {display: flex; width: 100px; height: 100px; justify-content: center; align-items: center; border-radius: 8px; padding: 54px 0 0; box-sizing: border-box; text-align: center; color: #fff; font-size: 16px;}
#quickMenu a.edu {background: #00416d url(/img/comm/fix_edu.png) 50% 15px no-repeat;}
#quickMenu a.sym {background: #793af6 url(/img/comm/fix_sym.png) 50% 15px no-repeat;}
#quickMenu a + a {margin: 10px 0 0;}


#quickMenu2 {position: fixed; bottom: 20px; right: 20px; z-index: 202; display: none;}
#quickMenu2 a {display: flex; width: 80px; height: 80px; justify-content: center; align-items: center; border-radius: 8px; padding: 44px 0 0; box-sizing: border-box; text-align: center; color: #fff; font-size: 13px;}
#quickMenu2 a.edu {background: #00416d url(/img/comm/fix_edu.png) 50% 10px no-repeat; background-size: auto 40px;}
#quickMenu2 a.sym {background: #793af6 url(/img/comm/fix_sym.png) 50% 10px no-repeat; background-size: auto 40px;}
#quickMenu2 a + a {margin: 10px 0 0;}

@media all and (max-width: 1600px) {
  #quickMenu {margin-left: 0; left: initial; right: 20px;}
}
@media all and (max-width: 1240px) {
}
@media all and (max-width: 900px) {
  #quickMenu {display: none;}
  #quickMenu2 {display: block;}
  #quickMenu2 a {}
  #quickMenu2 a.edu {}
  #quickMenu2 a.sym {}
}
@media all and (max-width: 640px) {
}
@media all and (max-width: 375px) {
}
