@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:focus {
  color: #333;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(../fonts/eot/NanumSquareNeoTTF-aLt.eot) format("eot"), url(../fonts/woff2/NanumSquareNeoTTF-aLt.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../fonts/eot/NanumSquareNeoTTF-bRg.eot) format("eot"), url(../fonts/woff2/NanumSquareNeoTTF-bRg.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../fonts/eot/NanumSquareNeoTTF-cBd.eot) format("eot"), url(../fonts/woff2/NanumSquareNeoTTF-cBd.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../fonts/eot/NanumSquareNeoTTF-dEb.eot) format("eot"), url(../fonts/woff2/NanumSquareNeoTTF-dEb.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(../fonts/eot/NanumSquareNeoTTF-eHv.eot) format("eot"), url(../fonts/woff2/NanumSquareNeoTTF-eHv.woff2) format("woff2");
  font-weight: 900;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Thin.ttf) format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf) format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf) format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf) format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf) format("ttf");
  font-weight: 700;
}
* {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
}

html, body {
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-weight: 400;
  font-family: "NanumSquareNeo", sans-serif;
  background-color: #F9F9F9;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.blind {
  font-size: 1px;
  text-indent: -9999px;
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: 0.25em -0.25em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: background-color 0.5s ease;
  background-color: #202020;
}
.header.main {
  background-color: transparent;
}
.header.sticky {
  background-color: rgba(32, 32, 32, 0.98);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.header .outline {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  display: inline-block;
  height: 120px;
  width: 70px;
  background: url(../images/logo_simbol_wh.svg) no-repeat center;
}
.header .menu_wrap::after {
  clear: both;
}
.header .menu_wrap_mobile {
  display: none;
}
.header .menu_item {
  position: relative;
  float: left;
  display: inline;
}
.header .menu_item:hover .menu_link {
  color: #E0FB5F;
}
.header .menu_item:hover .menu_link + .menu_drop {
  display: block;
  height: auto;
}
.header .menu_item + .menu_login .menu_link, .header .menu_item + .menu_logout .menu_link {
  margin: 41px 0 41px 18px;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #E0FB5F;
  border-radius: 19px;
}
.header .menu_item + .menu_login .menu_link:active, .header .menu_item + .menu_logout .menu_link:active {
  color: #c3da50;
}
.header .menu_item + .menu_join .menu_link, .header .menu_item + .menu_mypage .menu_link {
  margin: 41px 0 41px 10px;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #202020;
  font-weight: 500;
  background-color: #E0FB5F;
  border-radius: 19px;
}
.header .menu_item + .menu_join .menu_link:hover, .header .menu_item + .menu_mypage .menu_link:hover {
  background-color: #d6ef5a;
}
.header .menu_item + .menu_join .menu_link:active, .header .menu_item + .menu_mypage .menu_link:active {
  background-color: #c3da50;
}
.header .menu_item .languages {
  margin: 41px 0 41px 10px;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #202020;
  font-weight: 500;
  border-radius: 19px;
  width: 68px;
}
.header .menu_item .languages.lang_ko {
  background: #404040 url(../images/icon_lang_ko.svg) no-repeat center;
}
.header .menu_item .languages.lang_ko:hover {
  background-color: #464646;
}
.header .menu_item .languages.lang_en {
  background: #404040 url(../images/icon_lang_en.svg) no-repeat center;
}
.header .menu_item .languages.lang_en:hover {
  background-color: #464646;
}
.header .menu_link {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  padding: 0 17px;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
}
.header .menu_drop {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 180px;
  border: 1px solid #202020;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.header .menu_drop_item + .menu_drop_item {
  border-top: 1px solid #202020;
}
.header .menu_drop_item + .menu_drop_sub {
  border-top: 1px solid #202020;
}
.header .menu_drop_link {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #202020;
  font-weight: 500;
  text-decoration: none;
  padding-left: 20px;
}
.header .menu_drop_link:hover {
  color: #E0FB5F;
  background-color: #202020;
}
.header .menu_drop_sub + .menu_drop_item {
  border-top: 1px solid #202020;
}
.header .menu_drop_sub_item + .menu_drop_sub_item {
  border-top: 1px solid #202020;
}
.header .menu_drop_sub_link {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  text-decoration: none;
  padding-left: 40px;
}
.header .menu_drop_sub_link:hover {
  color: #E0FB5F;
  background-color: #202020;
}
.header .menu_wrap_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  z-index: 10;
}
.header .menu_mobile_header {
  background-color: #202020;
}
.header .menu_mobile_header_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding: 0 20px;
}
.header .menu_mobile_header_top .btn_home {
  background: transparent;
  border: none;
  padding: 10px 0;
}
.header .menu_mobile_header_top .btn_home span {
  font-size: 10px;
  color: #ffffff;
}
.header .menu_mobile_header_top .btn_home span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -7px;
  padding-left: 4px;
  background: url(../images/icon_mobile_home.svg) no-repeat center;
}
.header .menu_mobile_header_top .btn_home:active span {
  color: #e1e1e1;
}
.header .menu_mobile_header_top .btn_login {
  background: transparent;
  border: none;
  padding: 10px 0;
  margin-left: 32px;
}
.header .menu_mobile_header_top .btn_login span {
  font-size: 10px;
  color: #ffffff;
}
.header .menu_mobile_header_top .btn_login span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -7px;
  padding-left: 4px;
  background: url(../images/icon_mobile_login.svg) no-repeat center;
}
.header .menu_mobile_header_top .btn_login:active span {
  color: #e1e1e1;
}
.header .menu_mobile_header_top .btn_logout {
  background: transparent;
  border: none;
  padding: 10px 0;
  margin-left: 32px;
}
.header .menu_mobile_header_top .btn_logout span {
  font-size: 10px;
  color: #ffffff;
}
.header .menu_mobile_header_top .btn_logout span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -7px;
  padding-left: 4px;
  background: url(../images/icon_mobile_logout.svg) no-repeat center;
}
.header .menu_mobile_header_top .btn_logout:active span {
  color: #e1e1e1;
}
.header .menu_mobile_header_top .btn_language {
  background: transparent;
  border: none;
  padding: 10px 0;
  margin-left: 32px;
}
.header .menu_mobile_header_top .btn_language span {
  font-size: 10px;
  color: #ffffff;
}
.header .menu_mobile_header_top .btn_language span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -7px;
  padding-left: 4px;
  background: url(../images/icon_mobile_lang.svg) no-repeat center;
}
.header .menu_mobile_header_top .btn_language:active span {
  color: #e1e1e1;
}
.header .menu_mobile_header_mypage {
  height: 40px;
  padding: 0 20px;
}
.header .menu_mobile_header_mypage .btn_mypage {
  border: none;
  background: transparent;
  padding: 0 16px 0 0;
}
.header .menu_mobile_header_mypage .btn_mypage span {
  font-size: 16px;
  color: #ffffff;
}
.header .menu_mobile_header_mypage .btn_mypage span::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -7px;
  padding-left: 4px;
  background: url(../images/icon_arr_sm_right.svg) no-repeat center;
}
.header .menu_mobile_header_mypage .btn_mypage:active span {
  color: #e1e1e1;
}
.header .menu_mobile_header::before {
  content: "";
  position: absolute;
  top: 101px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #444444;
}
.header .menu_btn {
  display: none;
  width: 80px;
  height: 80px;
  border: none;
  background: url(../images/btn_menu_open.svg) no-repeat center;
  cursor: pointer;
}

.outline {
  width: 1128px;
  margin: 0 auto;
}

.container {
  position: relative;
  display: block;
  padding-top: 120px;
  min-height: calc(100vh - 120px - 232px);
}

.con_menu {
  display: none;
}

.mobile_sub_menu {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.mobile_sub_menu_step01 {
  width: 50%;
}
.mobile_sub_menu_step01 .mobile_sub_menu_btn {
  background-color: #444444;
  color: #E0FB5F;
  position: relative;
}
.mobile_sub_menu_step01 .mobile_sub_menu_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/icon_arr_full_wh.svg) no-repeat center;
}
.mobile_sub_menu_step01 .mobile_sub_menu_btn.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile_sub_menu_step02 {
  width: 50%;
}
.mobile_sub_menu_step02 .mobile_sub_menu_btn {
  background-color: #F0EFEB;
  color: #202020;
  position: relative;
}
.mobile_sub_menu_step02 .mobile_sub_menu_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/icon_arr_full_bk.svg) no-repeat center;
}
.mobile_sub_menu_step02 .mobile_sub_menu_btn.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile_sub_menu_btn {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  padding: 0 0 0 24px;
  text-align: left;
}
.mobile_sub_menu_list {
  z-index: 8;
  position: absolute;
  width: calc(50% - 8px);
  display: none;
  margin: 4px;
  border: 1px solid #DBDBDB;
  padding: 8px 0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: start;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
.mobile_sub_menu_list_link {
  display: block;
  font-size: 14px;
  padding: 14px 24px;
  color: #707070;
  font-weight: 400;
}
.mobile_sub_menu_list_link.act {
  color: #202020;
  font-weight: 500;
}
.mobile_sub_menu_list.show {
  display: flex;
}

.footer {
  position: relative;
  width: 100%;
  bottom: 0;
  background-color: #202020;
}
.footer .outline {
  padding: 56px 0;
  text-align: center;
}
.footer_logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logos .footer_ms_logo {
  width: 84px;
  height: auto;
  border-right: 1px solid #505050;
  padding-right: 16px;
  margin-right: 16px;
}
.footer_rights {
  font-size: 12px;
  color: #999999;
  margin-top: 48px;
}
.footer_menu {
  margin-top: 24px;
}
.footer_menu_item {
  display: inline;
}
.footer_menu_link {
  padding: 0 16px;
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}
.footer_menu_link:hover {
  color: #dbdbdb;
}

.tab_wrap {
  width: 100%;
  height: calc(100% - 102px);
}
.tab_wrap .content_area.act {
  display: block;
}
.tab_wrap .btn {
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.tab_wrap .clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.tab_wrap .content_area {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.tab_nav {
  border-bottom: 2px solid #707070;
  height: 90px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #202020;
}
.tab_nav .btn_tab {
  height: 100%;
  width: 33.3333%;
  float: left;
  font-size: 12px;
  text-align: center;
  color: #999999;
  box-sizing: border-box;
  padding-top: 34px;
}
.tab_nav .btn_tab.act {
  position: relative;
  color: #E0FB5F;
}
.tab_nav .btn_tab.act::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #E0FB5F;
}
.tab_nav .btn_tab.btn_hidden {
  display: none;
}
.tab_nav .btn_tab[data-idx="0"] {
  background: url(../images/icon_mobile_menu01.svg) no-repeat center 20px;
}
.tab_nav .btn_tab[data-idx="1"] {
  background: url(../images/icon_mobile_menu02.svg) no-repeat center 20px;
}
.tab_nav .btn_tab[data-idx="2"] {
  background: url(../images/icon_mobile_menu03.svg) no-repeat center 20px;
}
.tab_nav .btn_tab[data-idx="3"] {
  background: url(../images/icon_mobile_menu04.svg) no-repeat center 20px;
}
.tab_area > .content_area {
  height: 100%;
}
.tab_area_second {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.tab_aside {
  width: 154px;
  height: 100%;
  padding: 24px 0 0;
  border-right: 1px solid #707070;
}
.tab_aside .btn_tab {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-align: left;
  padding-left: 24px;
  box-sizing: border-box;
  border-radius: 0;
  color: #999999;
}
.tab_aside .btn_tab.act {
  color: #E0FB5F;
  background-image: linear-gradient(to right, #707070 0%, #444 100%);
}
.tab_content {
  width: calc(100% - 154px);
  padding: 24px 0 0;
  box-sizing: border-box;
}
.tab_content_item {
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  padding-left: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
}
.tab_content_link {
  font-size: 14px;
  color: #B8B8B8;
  padding-left: 16px;
  display: block;
  font-weight: 400;
}
.tab_content_link:active, .tab_content_link:focus {
  color: #E0FB5F;
}

.page_title {
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 56px;
  line-height: 72px;
  text-align: center;
  font-weight: 500;
}

.align_center {
  text-align: center !important;
}
.align_right {
  text-align: right !important;
}
.align_left {
  text-align: left !important;
}

.section {
  border-top: 2px solid #DBDBDB;
}
.section_title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #202020;
  padding-bottom: 24px;
}

.input_section {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #DBDBDB;
}
.input_section_title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #202020;
  padding-bottom: 24px;
}
.input_wrap {
  padding: 20px 0 20px;
}
.input_wrap + .input_wrap {
  border-top: 1px solid #dbdbdb;
}
.input_table {
  display: flex;
  justify-content: start;
  align-items: center;
}
.input_table .input_title {
  padding: 0 32px;
  box-sizing: border-box;
}
.input_title {
  font-size: 16px;
  color: #202020;
}
.input_text {
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #202020;
}
.input_text:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #444444;
}
.input_text::-moz-placeholder {
  color: #999999;
}
.input_text::placeholder {
  color: #999999;
}
.input_text:-moz-read-only {
  color: #B8B8B8;
}
.input_text:read-only {
  color: #B8B8B8;
}
.input_text:-moz-read-only:focus {
  outline: none;
  background-color: #F5F5F5;
  border-color: #DBDBDB;
}
.input_text:read-only:focus {
  outline: none;
  background-color: #F5F5F5;
  border-color: #DBDBDB;
}
.input_underlabel {
  padding-top: 8px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #707070;
}
.input_check {
  display: none;
}
.input_check:checked + .input_check_label::before {
  background: url(../images/icon_checkbox_checked.svg) no-repeat;
}
.input_check_label {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
}
.input_check_label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background: url(../images/icon_checkbox_unchecked.svg) no-repeat;
}
.input_radio {
  display: none;
}
.input_radio_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_radio_box label {
  display: block;
  width: calc(50% - 5px);
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #202020;
}
.input_radio:checked + label {
  background-color: #444444;
  border-color: #444444;
  color: #E0FB5F;
  font-weight: 500;
}
.input_cnt {
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  text-align: right;
  margin-top: 8px;
}

textarea.input_text {
  line-height: 22px;
  padding: 16px 20px;
}

.btn {
  border: none;
  border-radius: 8px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
}
.btn_dark {
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #202020;
}
.btn_dark span {
  font-size: 14px;
  color: #ffffff;
}
.btn_dark:active {
  background-color: #131313;
}
.btn_light {
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
}
.btn_light span {
  font-size: 14px;
  color: #202020;
}
.btn_light:active {
  background-color: #fafafa;
}
.btn_point {
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #E46752;
}
.btn_point span {
  font-size: 14px;
  color: #ffffff;
}
.btn_point:active {
  background-color: #e1543c;
}
.btn_line {
  height: 42px;
  line-height: 42px;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #4285F4;
}
.btn_line span {
  font-size: 14px;
  color: #4285F4;
}
.btn_line:active {
  background-color: #f1f4f8;
}

.tooltip {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 24px;
  border-radius: 16px;
  font-size: 14px;
  z-index: 1;
}

.list_number_item {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
}
.list_number_mark {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  color: #202020;
  text-align: center;
}
.list_number li + li {
  margin-top: 24px;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
  z-index: 5;
}

.popup_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 658px;
  box-sizing: border-box;
  padding: 32px 24px;
  min-height: 50px;
  background-color: #ffffff;
  z-index: 6;
}
.popup_wrap .select_styled {
  width: 100%;
}
.popup_wrap .select_options {
  width: 100%;
}
.popup_header {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.popup_title {
  font-size: 22px;
  font-weight: 500;
}
.popup_close {
  border: none;
  width: 48px;
  height: 48px;
  background: url(../images/btn_menu_close_bk.svg) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.popup_content .input_title {
  width: 190px;
}
.popup_content .input_content {
  width: calc(100% - 190px);
}
.popup_content .input_content .input_text {
  width: 100%;
}
.popup_content .alert_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #DBDBDB;
  padding: 40px 0;
}
.popup_content .alert_txt_bold {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  color: #202020;
}
.popup_content .alert_txt_bold + .alert_txt {
  padding-top: 24px;
}
.popup_content .alert_txt {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #707070;
}
.popup_btns {
  padding-top: 24px;
  overflow: hidden;
}
.popup_btns .btn + .btn {
  margin-left: 10px;
  float: right;
}
.popup_btns .btn_dark span {
  color: #E0FB5F;
}

.mobile_menu {
  position: relative;
}

.menu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.mobile_menu_btn {
  background-color: #ddd;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}
.pagination a {
  color: #202020;
  float: left;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: background-color 0.3s;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.pagination a.active {
  color: #E0FB5F;
  font-weight: bold;
  background-color: #444444;
}
.pagination a:hover:not(.active) {
  background-color: #F0EFEB;
}
.pagination a.next {
  border-radius: 50%;
  background: url(../images/icon_pagination_next.svg) no-repeat center;
}
.pagination a.previous {
  border-radius: 50%;
  background: url(../images/icon_pagination_prev.svg) no-repeat center;
}
.pagination a.next:hover, .pagination a.previous:hover {
  background-color: #F0EFEB;
}
.pagination a.disabled {
  color: #B8B8B8;
  pointer-events: none;
  cursor: default;
}

.tab_area {
  text-align: center;
}
.tab_btns {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background-color: #F0F0F0;
  border-radius: 25px;
}
.tab_btns .btn_tab {
  background: transparent;
  border: none;
  padding: 8px 0;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  width: 140px;
  color: #999999;
}
.tab_btns .btn_tab.act {
  color: #E0FB5F;
  background-color: #444444;
}
.tab_content_box {
  display: none;
}
.tab_content_box.act {
  display: block;
}

.page_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 94px;
  border-bottom: 2px solid #F0F0F0;
}
.page_nav_item {
  height: 100%;
}
.page_nav_item + .page_nav_item {
  margin-left: 56px;
}
.page_nav_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #7F7F7F;
  letter-spacing: -0.2px;
}
.page_nav_link.act {
  font-weight: 500;
  color: #202020;
  position: relative;
}
.page_nav_link.act::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #E46752;
}
.page_nav + .page_tab {
  margin-top: 32px;
}

.page_tab_btns {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
}
.page_tab_btns::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F0F0F0;
}
.page_tab_btns .page_tab_btn {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: normal;
  border: none;
  height: 100%;
  background: none;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.page_tab_btns .page_tab_btn + .page_tab_btn {
  margin-left: 32px;
}
.page_tab_btns .page_tab_btn.act {
  color: #E46752;
  font-weight: 500;
}
.page_tab_btns .page_tab_btn.act::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E46752;
}
.page_tab_contents {
  margin-top: 24px;
}

.table {
  display: table;
  width: 100%;
  border-top: 2px solid #202020;
}
.table .thead {
  display: table-header-group;
  background-color: #202020;
}
.table .tfoot {
  display: table-footer-group;
  background-color: #707070;
}
.table .tfoot .th + .th {
  border-left-color: #DBDBDB;
}
.table .tbody {
  display: table-row-group;
}
.table .tr {
  display: table-row;
}
.table .th {
  display: table-cell;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 16px 0;
  border-bottom: 1px solid #F0F0F0;
}
.table .th + .th {
  border-left: 1px solid #707070;
}
.table .td {
  display: table-cell;
  text-align: center;
  padding: 16px 0;
  background: #ffffff;
  border-bottom: 1px solid #F0F0F0;
}
.table .td + .td {
  border-left: 1px solid #F0F0F0;
}
.table_normal {
  table-layout: auto;
}
.table_normal th {
  font-size: 16px;
  line-height: 22px;
  color: #202020;
  font-weight: 500;
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  vertical-align: middle;
}
.table_normal th + th, .table_normal th + td {
  border-left: 1px solid #F0F0F0;
}
.table_normal td {
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  color: #707070;
  font-weight: normal;
  padding: 16px 20px;
  border-bottom: 1px solid #F0F0F0;
}
.table_normal td + td, .table_normal td + th {
  border-left: 1px solid #F0F0F0;
}
.table_normal .line_left {
  border-left: 1px solid #F0F0F0;
}

.search_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
}
.search_content {
  display: flex;
  justify-content: start;
  align-items: center;
}

/* Selectbox의 전체적인 스타일 */
.select {
  position: relative;
}
.select_name {
  font-size: 16px;
  color: #B8B8B8;
  padding-right: 24px;
}
.select_box + .select_name {
  margin-left: 40px;
}
.select_hidden {
  display: none;
}
.select_styled {
  position: relative;
  border: 2px solid blue;
  cursor: pointer;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #202020;
  width: 180px;
}
.select_styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #202020 transparent transparent transparent;
  position: absolute;
  top: 24px;
  right: 16px;
}
.select_styled.active:after {
  top: 16px;
  border-color: transparent transparent #202020 transparent;
}
.select_options {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 180px;
  top: 60px;
  left: 0;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  z-index: 2;
  overflow: hidden;
}
.select_options li {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
}
.select_options li:hover {
  background-color: #F5F5F5;
}
.select_options li + li {
  border-top: 1px solid #DBDBDB;
}

.filter_area .sort_area {
  display: flex;
  justify-content: end;
  align-items: center;
}
.filter_area .sort_area em {
  font-size: 12px;
  color: #999999;
  padding-right: 8px;
}
.filter_area .sort_area .btn_sort {
  border: none;
  cursor: pointer;
  padding: 8px 24px 8px 14px;
  background-color: transparent;
}
.filter_area .sort_area .btn_sort.act span {
  color: #444444;
  font-weight: 600;
}
.filter_area .sort_area .btn_sort span {
  position: relative;
  letter-spacing: -0.4px;
  color: #999999;
}
.filter_area .sort_area .btn_sort span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/icon_sort.svg) no-repeat center;
}
.filter_area .sort_area .btn_sort + .btn_sort {
  margin-left: 10px;
}
.filter_area .sort_area .btn_sort + .btn_sort span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #dbdbdb;
}
.filter_area .sort_area + .sort_type_area {
  margin-top: 10px;
}
.filter_area .sort_type_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_area .sort_type_area .cnt {
  font-size: 14px;
  color: #707070;
}
.filter_area .sort_type_area .cnt span {
  padding-right: 4px;
}
.filter_area .sort_type_area .sort_type_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
}
.filter_area .sort_type_area .sort_type_list_item {
  background-color: transparent;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #999999;
  font-size: 13px;
  padding: 0 24px;
  cursor: pointer;
}
.filter_area .sort_type_area .sort_type_list_item + .sort_type_list_item {
  border-left: 1px solid #DBDBDB;
}
.filter_area .sort_type_area .sort_type_list_item.act {
  color: #E0FB5F;
  background-color: #444444;
  font-weight: 500;
}
.filter_area .btn_filter {
  color: #707070;
  font-size: 14px;
  padding: 4px 0px 4px 10px;
  border: none;
  background-color: transparent;
}
.filter_area .btn_filter span {
  position: relative;
  padding-right: 36px;
}
.filter_area .btn_filter span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../images/icon_filter.svg) no-repeat center;
}

@media screen and (max-width: 1128px) {
  .header .outline {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .outline {
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
  .header .logo {
    background: url(../images/logo_wh.svg) no-repeat center;
    background-size: auto 50px;
    width: 80px;
    height: 80px;
  }
  .header .outline {
    padding: 0 0 0 0;
    width: 100%;
    justify-content: center;
  }
  .header .menu_wrap {
    display: none;
  }
  .header .menu_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .menu_btn.close {
    background: url(../images/btn_menu_close.svg) no-repeat center;
  }
  .container {
    padding-top: 80px;
    min-height: calc(100vh - 80px - 232px);
  }
  .footer .outline {
    width: 100%;
    padding: 48px 20px 40px;
    box-sizing: border-box;
  }
  .footer_menu {
    margin-top: 0;
  }
  .footer_menu_item {
    display: inline-block;
    margin-top: 16px;
  }
  .input_check_label {
    font-size: 14px;
    line-height: 20px;
  }
  .input_underlabel {
    font-size: 12px;
  }
  .input_section_title {
    line-height: 28px;
  }
  .popup_wrap {
    width: calc(100% - 48px);
  }
  .popup_content {
    overflow-y: auto;
    max-height: 420px;
    padding: 0 20px;
    margin: 0 -20px;
  }
  .popup_content .input_wrap {
    padding: 20px 0;
  }
  .popup_content .input_table {
    flex-direction: column;
    align-items: start;
  }
  .popup_content .input_title {
    width: 100%;
    padding: 0 0 10px;
  }
  .popup_content .input_content {
    width: 100%;
  }
  .popup_content .input_content .input_text {
    width: 100%;
  }
  .popup_content .alert_area {
    padding: 32px 0;
  }
  .popup_content .alert_txt_bold {
    font-size: 22px;
    line-height: 32px;
  }
  .popup_content .alert_txt_bold + .alert_txt {
    padding-top: 16px;
  }
  .popup_content .alert_txt {
    font-size: 12px;
    line-height: 20px;
  }
  .popup_btns {
    padding-top: 24px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .popup_btns .btn {
    float: right;
    width: 50%;
  }
  .popup_btns .btn + .btn {
    margin-left: 10px;
  }
  .con_menu {
    display: block;
  }
  .page_nav {
    display: none;
  }
  .page_tab {
    padding: 0 20px;
  }
  .page_tab .page_tab_btns::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .page_tab .page_tab_btn {
    font-size: 14px;
  }
  .search_area {
    display: none;
  }
  .filter_area .sort_area,
  .filter_area .sort_type_list {
    display: none !important;
  }
}
.a01_01 {
  position: relative;
  height: 100%;
  background-color: #202020;
}
.a01_01 img {
  position: absolute;
  top: 16px;
  padding: 32px 0;
}
.a01_01 h2 {
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  text-align: right;
  font-weight: 900;
  letter-spacing: -1px;
  padding-top: 260px;
}
.a01_01 p {
  text-align: right;
  font-size: 15px;
  color: #ffffff;
  line-height: 28px;
  padding-top: 40px;
}
.a01_01 .allrights {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #999999;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .a01_01 img {
    position: absolute;
    top: 0px;
    left: 16px;
  }
  .a01_01 h2 {
    font-size: 40px;
    line-height: 52px;
    color: #ffffff;
    text-align: right;
    font-weight: 600;
    letter-spacing: -1px;
    padding-top: 120px;
    padding-right: 16px;
  }
  .a01_01 p {
    text-align: right;
    font-size: 13px;
    color: #f8f8f8;
    line-height: 24px;
    padding: 24px 16px;
    word-break: keep-all;
  }
}/*# sourceMappingURL=common.css.map */