@font-face {
  font-family: "NotoSans";
  font-weight: 300;
  src: url("/resources/common/css/font/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  src: url("/resources/common/css/font/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSans";
  font-weight: 500;
  src: url("/resources/common/css/font/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  src: url("/resources/common/css/font/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSans";
  font-weight: 300;
  src: url("/resources/common/css/font/Inter-Light.ttf") format("truetype");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  src: url("/resources/common/css/font/Inter-Regular.ttf") format("truetype");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: "NotoSans";
  font-weight: 500;
  src: url("/resources/common/css/font/Inter-Medium.ttf") format("truetype");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  src: url("/resources/common/css/font/Inter-Bold.ttf") format("truetype");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

html {
  padding: 0;
  margin: 0;
  font-family: "NotoSans";
  word-break: keep-all !important;
}

body {
  padding: 0;
  margin: 0;
  color: #434547;
  font-family: "NotoSans";
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
  color: #434547;
}

a {
  text-decoration: none;
}

input {
  color: #434547;
}

.txt_red {
  color: #FAA000 !important;
}

.page_wrap {
  width: 100%;
  display: block;
  position: relative;
  max-width: 1024px;
  height: auto;
  top: 0;
  padding-top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.page_head {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #434547;
  font-size: 1.5em;
  text-align: center;
  z-index: 999;
  background: #fff;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  box-sizing: border-box;
}

.head_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  padding: 22px;
  cursor: pointer;
}
.head_btn:active{
  opacity: 0.7;
}

.head_btn img {
  width: 16px;
  height: auto;
  left: -4px;
  position: relative;
}

.head_btn.close img {
  width: 12px;
  left: 0;
}
.page_menu{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
height: 60px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
}
.page_menu span{
background: #AFAFAF;
border: none;
height: 4px;
width:4px;
position: relative;
border-radius: 100%;
top: 0;
left: 0;
transition: all 0.2s;
}
.page_menu span:nth-of-type(2) {
 margin-top: 3px;
 margin-bottom: 3px;
  }
  .page_menu:hover span{
    background: #434547;
  }

.page_name {
  font-size: 18px;
}

.page_tip {
  font-size: 13px;
  color: #7A7C7D;
  position: absolute;
  right: 0;
  padding: 20px;
}

.page_tip i {
  margin-right: 3px;
  color: #ccc;
}

.page_container {
  padding: 0 20px;
  position: relative;
  padding-bottom: 190px;
}

.container_title {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-top: 45px;
  margin-bottom: 45px;
}

.container_guide {
  font-size: 14px;
  color: #434547;
  letter-spacing: -0.03em;
  margin-top: 45px;
  margin-bottom: 45px;
  line-height: 22px;
}

.form_container {
  position: relative;
}

.form_container ul {
  position: relative;
}

.form_container ul li {
  display: block;
  margin-bottom: 24px;
}

.form_container ul li label {
  font-size: 13px;
}

.form_container ul li>label {
  position: relative;
  margin: 20px auto 10px;
  display: block;
  color: #7A7C7D;
  font-size: 13px;
}

.form_container ul li>label .txt_red {
  position: relative;
  top: 2px;
  left: 2px;
}

.form_container ul li .radio_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form_container ul li span {
  display: block;
  height: 45px;
  line-height: 45px;
}

.form_container ul li .radio_wrap span {
  width: 100%;
  height: auto;
}


.fail_guide {
  font-size: 12px;
  color: #F48171;
  line-height: 12px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-left: 5px;
}


.txt_input_middle {
  width: 100%;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.txt_input_middle input {
  height: 100%;
  border: 1px solid #E3E4E5;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
  margin: 0;
  min-width: 60px;
}


.btn_input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.btn_input .form_btn_01 {
  padding: 0 24px;
  background: #F3F4F6;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #F3F4F6;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 0;
  display: inline-block;
  position: relative;
}

.btn_input .form_btn_01 span {
  display: block;
  width: 100%;
  color: #434547;
}

.btn_input.disable input {
  background: #FAFBFC;
  color: #AFAFAF;
  border: 1px solid #E3E4E5;
  cursor: default;
}

.btn_input.disable a,
.btn_input.disable a span {
  opacity: 0.5;
  cursor: default;
}

.page_btn_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 33.33%);;
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
  padding-bottom: 30px;
}

.page_btn_wrap a {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.page_btn_wrap a {
  background: #faa000;
  color: #fff;
  z-index: 1;
  overflow: hidden !important;
}

.page_btn_wrap a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 50px;
  top: 0;
  right: 0;
  z-index: -1;
  background: #F78601;
  transition: all 0.3s;
  border-radius: 8px;
}

.page_btn_wrap a:hover:after {
  left: 0;
  width: 100%;
}

.page_btn_wrap a:active {
  position: relative;
  top: 2px;
}

.page_btn_wrap.process_btn_wrap{
  flex-direction: column;
 /*  min-height: 152px; */
  justify-content: flex-start;
}

.bottom_wrap{
  position: fixed;
bottom: 0;
width: 100%;
max-width: 1024px;
left: 50%;
transform: translateX(-50%);
}
.page_btn_wrap.process_btn_wrap{
 position: relative;
left:0;
transform: none;
padding-bottom: 105px;
}

.find_btn {
  padding: 0 24px;
  background: #faa000;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #faa000;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 0;
  display: inline-block;
  position: relative;
}

.find_btn span {
  display: block;
  width: 100%;
  color: #fff;
  height: 45px;
  line-height: 45px;
}

.detail_box {
  background: #FAFBFC;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  margin-top: 10px;
}

.detail_box .detail_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_box .detail_txt span {
  height: initial;
  line-height: initial;
}

.detail_box .detail_txt span:first-child {
  flex-grow: 0;
  font-size: 13px;
  color: #7A7C7D;
}

.detail_box .detail_txt span:last-child {
  text-align: right;
  flex-grow: 1;
  font-size: 14px;
  color: #434547;
}

.detail_box .detail_txt:first-child {
  margin-top: 0 !important;
}

.detail_box .detail_txt:nth-child(n+1) {
  margin-top: 12px;
}

ul.select_container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-flow: wrap;
}

ul.select_container li {
  flex-basis: 50%;
  text-align: center;
  border: 1px solid #EBEBEC;
  box-sizing: border-box;
  color: #7A7C7D;
  font-size: 12px;
  letter-spacing: -0.02em;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

ul.select_container li:nth-child(2n-1) {
  border-right: 0;
}

ul.select_container li:nth-child(n+3) {
  border-top: 0;
}

table.results_table {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 20px;
}

table.results_table tr td:last-child {
  text-align: center;
}

table.results_table thead tr td {
  background: #F3F4F6;
  color: #AFAFAF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 15px;
}

table.results_table tbody tr td {
  font-size: 12px;
  color: #434547;
  padding: 16px 15px;
  border-bottom: 1px solid #F4F4F4;
}

table.results_table thead tr td:first-child,
table.results_table tbody tr td:first-child {
  padding-left: 20px;
}

table.results_table thead tr td:last-child,
table.results_table tbody tr td:last-child {
  padding-right: 20px;
}

table.results_table.code_table tr td:last-child {
  text-align: left;
}

.help_content {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.help_txt_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.help_txt_wrap .help_num {
  color: #faa000;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #FFF9F0;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.help_txt_wrap .help_txt {
  color: #434547;
  font-size: 15px;
  line-height: 24px;
}

.help_content img {
  width: 100%;
  display: block;
  margin-top: 12px;
}

.popup-layer {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  border-radius: 10px;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  max-width: 640px;
}

.popup_txt {
  color: #333;
  font-size: 13px;
  margin-bottom: 20px;
  text-align: left;
}

.popup_btn_wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.popup_btn_wrap a {
  padding: 10px 27px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}

.popup_btn_wrap a:active {
  position: relative;
  top: 2px;
}

.popup_btn_wrap a.confirm {
  background: #faa000;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden !important;
}

.popup_btn_wrap a.confirm:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #F78601;
  transition: all 0.3s;
  border-radius: 8px;
}

.popup_btn_wrap a.confirm:hover:after {
  left: 0;
  width: 100%;
}



/* radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 45px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #E3E4E5;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:before {
  border: 1px solid #faa000;
  border-radius: 100%;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #faa000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 100%;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
}

[type="radio"]:checked+label:after {
  opacity: 1;
}


/***********프리랜서 종소세********+***/


.main_head {
  background: #F6F7F9;
}

.head_logo {
  margin-right: auto;
}

.head_logo img {
  width: 96px;
  height: auto;
}

.head_menu {
  margin-left: auto;
}

.page_name {
  font-size: 16px;
}

.head_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  padding: 20px 22px;
}

/*head_menu*/
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  box-sizing: border-box;
}

.menu_trigger {
  position: relative;
  width: 22px;
  height: 16px;
}

.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #434547;
  border-radius: 4px;
}

.menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_trigger span:nth-of-type(2) {
  top: 7px;
}

.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}


.page_btn_space {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  height: 40px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.page_btn_space.process_btn_space{
  bottom: 152px;
}

/*cs_info*/
.cs_info_wrap{
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  background: #fff;
  position: fixed;
  bottom: 0;
}
.cs_info_wrap .cs_info{
  display: block;
  font-weight: 300;
}



/*complete_page*/
.complete_wrap {
  padding-bottom: 0;
}

.middle_text_wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5%;
}

.complete_text_wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 250px);
  ;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.complete_text_wrap .complete_title_check img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.complete_text_wrap .complete_title {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 38px;
}

.complete_text_wrap .complete_txt_01 {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 15px;
}

.complete_text_wrap .complete_txt_02 {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 30px;
}

.complete_bot_txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: auto;
  padding-bottom: 2px;
}

.complete_bot_txt img.txt_cross {
  width: 9px;
  height: auto;
  padding: 0 6px;
  position: relative;
  top: -1px;
}

.complete_text_wrap.complete_top {
  padding: 40px 0;
  height: auto;
}

/*accept_agree*/
.accept_agree_txt {
  margin-top: 40px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: rgba(67, 69, 71, 0.8);
}

.accept_agree_txt span {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  font-weight: 500;
  color: rgba(67, 69, 71, 1);
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.accept_form_wrap {
  margin-top: 45px;
}

.accept_form {
  margin-bottom: 30px;
}

.accept_item_title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.thumb_img {
  border: 1px solid #eee;
  width: 70%;
  height: auto;
  min-height: 200px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
}

.upload_btn_wrap {
  width: 100%;
  text-align: center;
}

.upload_btn_wrap .upload_btn {
  color: #434547;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  border: 1px dashed rgba(67, 69, 71, 0.2);
  align-items: center;
  cursor: pointer;
}

.upload_btn_wrap .upload_btn:active {
  position: relative;
  top: 2px;
}

.upload_btn_wrap .upload_btn img {
  margin-right: 6px;
  width: 15px;
  height: auto;
}

.accept_form .terms_items .chk_box {
  align-items: flex-start;
  padding: 10px 0;
}

.accept_form .terms_items2 .chk_box {
  align-items: flex-start;
  padding: 10px 0;
}


.accept_form .terms_items .chk_box .check_item {
  top: 0;
}

.accept_form .terms_items .chk_box a {
  text-decoration: none;
}

.sub_info {
  font-size: 13px;
  color: #999;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}

.page_form_container {
  padding-bottom: 90px;
}



/*main_visual*/
.main_visual_wrap {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  background: #F6F7F9;
  padding-bottom: 40px;
  padding-top: 40px;
}

.main_visual_title {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 40px;
}

.main_visual_txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

.main_visual_img_wrap {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-top: 64px;
}

.main_visual_img_wrap img {
  width: 219px;
  height: auto;
}

.main_visual_btn_wrap {
  width: 100%;
  text-align: center;
}

.main_visual_btn {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(93.97deg, #FAA001 4.9%, #F78601 100%), #FFFFFF;
  z-index: 1;
  position: relative;
  overflow: hidden !important;
}

.main_visual_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #FAA001;
  border-radius: 8px;
  transition: all 0.3s;
}

.main_visual_btn:hover:after {
  left: 0;
  width: 100%;
}

.main_visual_btn:active {
  position: relative;
  top: 2px;
}

/*main_sum*/
.sum_wrap {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 40px;
}

.sum_wrap .sum_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sum_wrap .sum_result {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.content_btn_wrap {
  width: 100%;
  text-align: center;
}

.content_btn {
  display: block;
  color: #FAA000;
  border: 1px solid rgba(250, 160, 0, 0.6);
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.2s, color 0.2s;
}

.content_btn:active {
  position: relative;
  top: 2px;
}

.sep_bar {
  width: 100vw;
  height: 10px;
  background: #F6F6F6;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1024px;
}
.sep_bar.accept_sep_bar{
  margin-top: 40px;
  margin-bottom: 40px;
}

/*commission_info*/
.commission_info_wrap {
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 40px;
}

.commission_title {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 500;
}

.commission_table_wrap {
  margin-top: 25px;
  margin-bottom: 30px;
}

.commission_table_wrap table {
  width: 100%;
}

.commission_table_wrap table thead tr td {
  background: #F2F3F5;
  font-size: 12px;
  font-weight: 600;
  color: rgba(67, 69, 71, 0.6);
  height: 40px;
  text-align: center;
}

.commission_table_wrap table tbody tr td {
  border-bottom: 1px solid #F4F4F4;
  height: 40px;
  font-size: 13px;
  padding: 0 12px;
}

.commission_table_wrap table tbody tr td:nth-of-type(2) {
  text-align: right;
}

.db_logo_wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.db_logo_wrap img {
  width: 152px;
  height: auto;
}

/*footer*/
.footer {
  background: #5F6265;
  padding: 40px 20px 36px 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
}

.foot_btn_wrap {
  position: relative;
  margin-bottom: 25px;
}

.foot_btn_wrap a {
  color: #fff;
  font-weight: 400;
  padding: 5px 7px;
}

.foot_btn_wrap a:first-child {
  padding-left: 0;
}

.footer .footer_info {
  font-weight: 300;
  opacity: 0.6;
  line-height: 20px;
}

/*kakao_login*/
.kakao_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  background: #F9D448 !important;
  color: #422D30 !important;
  align-items: center;
  z-index: 1;
}

.kakao_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 50px;
  top: 0;
  right: 0;
  z-index: -1;
  background: #F5D047 !important;
  ;
  transition: all 0.3s;
  border-radius: 8px;
}



.kakao_btn img {
  width: 20px;
  height: 18px;
  position: absolute;
  left: 22px;
}

.content_logo {
  margin-bottom: 80px;
}

.content_logo img {
  width: 164px !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.sub_txt_01 {
  font-size: 16px !important;
  margin-top: 20px !important;
}

/*agree_page*/
.info_title_box {
  border-radius: 6px;
  background: rgba(250, 160, 0, 0.1);
  color: #FAA000;
  padding: 5px 10px;
  font-size: 13px;
  display: inline-block;
  margin-top: 30px;
}

/*info_confirm*/
.info_confirm_wrap {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
}

.confirm_title {
  margin-top: 30px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: -1px;
}

.confirm_content {
  margin-top: 30px;
}
.confirm_sub_txt{
  font-size: 15px;
  line-height: 24px;
}

/*self_certification*/
.check_title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(67, 69, 71, 0.8);
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.box_radio_group {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

/*테스트 */

.box_radio_group label span {
  font-size: 14px;
  line-height: 18px;
}

.box_radio_group label span.ex_txt {
  color: rgba(67, 69, 71, 0.6);
  font-size: 12px
}

.box_radio_group label img {
  width: 42px;
  height: auto;
  margin-right: 12px;
}

.box_radio_group input[type=radio]:checked+label span {
  font-weight: 500;
}

/*pay_info*/
.report_info_wrap {
  margin-bottom: 30px;
}

.report_info_wrap .report_info_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.certification_info_wrap.report_info_wrap table tr td:nth-of-type(1) {
	/* min-width: 100px; */
  min-width: 100px;
}

.my_pay_info_wrap {
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 22%;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

.my_pay_info_wrap .my_pay_info_txt {
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
}

.pay_info_bot_txt {
  margin-top: 20px;
  font-size: 14px;
}


/*btn_disabled*/
.page_btn_02.disabled {
  background: #EDEEF0 !important;
}

.page_btn_02.disabled:after {
  display: none !important;
}






/* custom radio button */
.box_radio_group {
  /* position: relative; */
  border: 1px sold red;
}

.box_radio_group input[type=radio] {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.box_radio_group input[type=radio]+label {
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #E3E4E5;
  background-color: #FFF;
  line-height: auto;
  text-align: left;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
  display: flex;
  align-items: center;
  left: 0;
}

.box_radio_group input[type=radio]:checked+label {
  background-color: #fff;
  color: #434547;
  border-width: 2px;
  border-color: rgba(67, 69, 71, 0.9);
  z-index: 1;
}

.box_radio_group input[type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  display: block;
  right: 0px;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background: url("/resources/common/img/radio_check_wrap.png") no-repeat;
  background-size: 16px 16px;
  background-position: right 8px top 8px;
}

.box_radio_group input[type="radio"]:not(:checked)+label:before {
  display: none;
}

.box_radio_group input[type="radio"]:checked+label:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 0;
  background: url("/resources/common/img/radio_check.png") no-repeat;
  background-size: 16px 16px;
  background-position: right 13px top 8px;
}

.box_radio_group input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
}

.box_radio_group input[type="radio"]:checked+label:after {
  opacity: 1;
}



/*input_form*/
.input_group {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.input_group:last-child {
  margin-bottom: 0;
}

.input_group .input_box {
  position: relative;
  width: 100%;
}

.input_group .input_box>input {
  background: transparent;
  border: 1px solid #E3E4E5;
  box-sizing: border-box;
  padding: 22px 15px 11px 15px;
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  margin: 0;
}

.input_group .input_box input::placeholder {
  color: transparent;
}

.input_group .input_box input:placeholder-shown+label {
  color: rgba(67, 69, 71, 0.5);
  font-size: 14px;
  top: 15px;
  left: 15px;
}

.input_group .input_box input:focus+label,
.input_group .input_box label {
  color: rgba(67, 69, 71, 0.5);
  font-size: 11px;
  pointer-events: none;
  position: absolute;
  left: 15px;
  top: 7px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.input_group .input_box input:focus {
  border: 1px solid rgba(67, 69, 71, 0.5);
  outline: none;
}

.input_group .input_box input:not(:placeholder-shown) {
  outline: none;
}

/*chain_input*/
.input_group.chain_input_group {
  border: 1px solid #E3E4E5;
  border-radius: 8px;
  position: relative;
}

.input_group.chain_input_group>.input_box>input {
  border: 0;
}


/*input_fail*/
.input_box.fail>input{
    border: 1px solid rgba(244, 129, 113, 0.7) !important;
}
.fail_txt{
  font-size: 13px;
  color: #FF4500;
  line-height: 19px;
  position: relative;
  padding-left: 4px;
  margin-bottom: 4px;
}

.chain_input_group:focus-within {
  border: 1px solid rgba(67, 69, 71, 0.5);
  outline: none;
}

.input_group.chain_input_group:before {
  content: '';
  width: 8px;
  height: 1px;
  background: rgba(67, 69, 71, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -5px;
  margin-top: 3px;
}

/*custom_select*/
.select_box select {
  background: transparent;
  border: 1px solid #E3E4E5;
  box-sizing: border-box;
  padding: 16px 15px 17px 15px;
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/resources/common/img/select_arrow.png') no-repeat right 15px top 50%;
  background-size: 11px 11px;
}

.select_box select::-ms-expand {
  display: none;
}

.input_box.select_box.phone_agency {
  width: 102px;
  margin-right: 8px;
}



/*popup*/
.popup-layer {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.popup-alert-layer {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.popup-status-layer {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.popup {
  border-radius: 12px;
  padding: 22px 25px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  max-width: 640px;
}

.popup_txt {
  color: #434547;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 22px;
}

.popup_btn_wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.popup_btn_wrap a {
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}

.popup_btn_wrap a.confirm {
  background: #faa000;
  color: #fff;
}

.popup_btn_wrap a.pop_close {
  color: rgba(67, 69, 71, 0.8);
  font-weight: 400;
  padding: 10px 15px;
}


/*foot_popup*/
.foot_popup_layer {
  padding: 0;
}

.foot_popup {
  background: #fff;
  width: 100%;
  height: auto;
  margin-top: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 20px;
}

.foot_pop_content {
  padding: 0 20px;
  box-sizing: border-box;
}

.foot_pop_btn_wrap {
  width: 100%;
  text-align: center;
  height: auto;
  margin: 30px 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.foot_pop_btn_wrap .foot_pop_btn {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  background: #FAA000;
  z-index: 1;
  position: relative;
  overflow: hidden !important;
}

.foot_pop_btn_wrap .foot_pop_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 50px;
  top: 0;
  right: 0;
  z-index: -1;
  background: #F78601;
  transition: all 0.3s;
  border-radius: 8px;
}

.foot_pop_btn_wrap .foot_pop_btn:hover:after {
  left: 0;
  width: 100%;
}

.foot_pop_btn_wrap .foot_pop_btn:active {
  position: relative;
  top: 2px;
}

.foot_pop_btn_wrap .foot_pop_btn.disabled {
  background: #EDEEF0 !important;
}

.foot_pop_btn_wrap .foot_pop_btn:after {
  display: none !important;
}

.foot_pop_close {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.foot_pop_close a {
  display: block;
  color: rgba(67, 69, 71, 0.9);
  width: 100%;
  text-align: center;
  height: 66px;
  line-height: 66px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  background: #fff;
  border-top: 1px solid #eee;
}

/*check_box*/

.chk_box {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 기본 체크박스 숨김*/
.chk_box input[type="checkbox"] {
  display: none;
}

/* 선택되지 않은 체크박스 스타일*/
.check_item {
  width: 22px;
  height: 22px;
  background: #fff;
  position: relative;
  border: 1px solid #e3e4e5;
  border-radius: 5px;
  margin-right: 12px;
  min-width: 22px;
  min-height: 22px;
}

/* 선택된 체크박스 스타일*/
.chk_box input[type="checkbox"]:checked+.check_item {
  background: #fff;
  border: 1px solid #FAA000;
}

.check_item:after {
  content: "";
  position: absolute;
  display: none;
}

.chk_box input[type="checkbox"]:checked+.check_item:after {
  display: block;
}

.check_item:after {
  width: 6px;
  height: 10px;
  border: solid #fAA000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 3px;
}

.all_agree {
  border-bottom: 1px solid #E3E4E5;
  box-sizing: border-box;
}

.all_agree .chk_box {
  padding: 19px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
}

.terms_items {
  margin-top: 10px;
  box-sizing: border-box;
}

.terms_items .chk_box {
  padding: 14px 0;
  font-size: 15px;
}

.terms_items .chk_box a {
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
  color: #434547;
}

/*certification_info*/
.certification_info_wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 40px;
}

.certification_info_wrap table tr td {
  padding-bottom: 10px;
}

.certification_info_wrap table tr td:nth-of-type(1) {
  font-size: 15px;
  color: #AFAFAF;
  font-weight: 500;
  min-width: 102px;
  vertical-align: top;
  letter-spacing: -1px;
}

.certification_info_wrap table tr td:nth-of-type(2) {
  font-size: 15px;
  color: #434547;
  font-weight: 400;
  vertical-align: top;
 
}

/** 추가 **/
.certification_info_wrap table tr td:nth-of-type(3) {
  font-size: 15px;
  color: #434547;
  font-weight: 400;
  vertical-align: top;
 
}

.certification_info_wrap table tr td:nth-of-type(4) {
  font-size: 15px;
  color: #434547;
  font-weight: 400;
  vertical-align: top;
 
}

.certification_info_wrap table tr td:nth-of-type(5) {
  font-size: 15px;
  color: #434547;
  font-weight: 400;
  vertical-align: top;
 
}


.certification_info_wrap.pay_info_wrap table tr td{
  padding-bottom: 20px;
}

/*register_choice*/
.complete_bot_txt.bot_txt_01 {
  color: #434547;
}

.complete_bot_txt.bot_txt_01 .bot_txt_01_sub {
  color: rgba(67, 69, 71, 0.5);
  font-weight: 600;
  display: block;
  position: relative;
  margin-top: 8px;
}

.two_btn_wrap .page_btn_space {
  bottom: 128px;
}

.two_btn_bot_wrap {
  bottom: 58px;
  position: relative;
}

.two_btn_wrap .page_btn_wrap {
  flex-direction: column;
  min-height: 128px;
  justify-content: flex-start;
}

.two_btn_wrap .page_btn_wrap a:nth-of-type(1) {
  color: #fff;
  background: #FAA000;
}

.two_btn_wrap .page_btn_wrap a:nth-of-type(2) {
  margin-top: 8px;
  background: rgba(67, 69, 71, 0.1);
  color: #66686A;
  overflow: hidden !important;
}

.two_btn_wrap .page_btn_wrap a:nth-of-type(2):after {
  position: absolute;
  content: "";
  width: 0;
  height: 50px;
  top: 0;
  right: 0;
  z-index: -1;
  background: rgba(67, 69, 71, 0.11) !important;
  transition: all 0.4s;
  border-radius: 8px;
}

.two_btn_wrap .page_btn_wrap a:nth-of-type(2):hover:after {
  left: 0;
  width: 100%;
}


.page_btn_wrap .page_btn_cancel{
  background: rgba(233, 233, 233, 1);
  color: #66686A;
  margin-right: 10px;
}

.page_btn_wrap .page_btn_cancel:after {
  position: absolute;
  content: "";
  width: 0;
  height: 50px;
  top: 0;
  right: 0;
  z-index: -1;
  background: rgba(67, 69, 71, 0.11) !important;
  transition: all 0.4s;
  border-radius: 8px;
}

.page_btn_wrap .page_btn_cancel:hover:after {
  left: 0;
  width: 100%;
}

/*application_success*/
.bot_mid_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  display: block;
}

/*link_btn*/
.info_link_wrap a {
  align-items: center;
  position: relative;
  display: inline-block;
}

.info_link_wrap a span {
  color: #434547;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: -1px;
}

.info_link_wrap a img {
  width: 12px;
  height: auto;
  margin-left: 6px;
  position: relative;
  top: 1px;
}

.middle_text_wrap .info_link_wrap a {
  margin-top: 20px;
  padding: 10px 15px;
}

/*contact_info*/
.contact_info_wrap {
  margin-top: 15px;
  position: relative;
}

.contact_info {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.contact_info span {
  font-weight: 600;
  margin-right: 8px;
}

/*about_db*/
.about_banner {
  position: relative;
  width: 100%;
  height: auto;
  background: url("/resources/common/img/about_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 82px 20px;
  box-sizing: border-box;
}

.about_logo_wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.about_logo_wrap img {
  display: block;
  margin: 0 auto;
  width: 147px;
  height: auto;
}

.about_txt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
}

.about_db_wrap {
  padding: 0;
}

.about_content_wrap {
  width: 100%;
  height: auto;
  position: relative;
  background: url("/resources/tax/img/db_symbol_bg.jpg") no-repeat;
  background-size: 60% auto;
  background-position: left 0 top 0;
  box-sizing: border-box;
}

.about_content_wrap .accountant_wrap {
  padding-top: 16%;
  width: 100%;
  position: relative;
}

.about_content_wrap .accountant_wrap .accountant_img_wrap {
  position: relative;
  width: 64%;
  text-align: center;
  margin: 0 auto;
}

.about_content_wrap .accountant_wrap .accountant_img_wrap img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.about_content_wrap .accountant_wrap .accountant_info {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.about_content_wrap .accountant_wrap .accountant_info .accountant_name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}

.about_info_wrap {
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  margin-top: 60px;
}

.about_info_wrap .about_info {
  border-top: 1px solid #434547;
  border-bottom: 1px solid rgba(67, 69, 71, 0.1);
  padding: 45px 0;
}

.about_info_wrap .about_info .about_title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.about_info_wrap .about_info .about_contact span {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

/*report_process*/
.report_container{
  padding-bottom: 220px;
}
.process_bar_wrap{
  width:100%;
  height: 4px;
  background: #eee;
  display: block;
  position: sticky;
  top: 60px;
  z-index: 999;
}
.process_bar{
  height: 100%;
  display: inline-block;
  background: #FAA000;
  position: absolute;
  left: 0;
  top: 0;
}
.process_bar.process_10{
  width: 14.3%;
}
.process_bar.process_20{
  width: 28.6%;
}
.process_bar.process_30{
  width: 42.9%;
}
.process_bar.process_40{
  width: 57.2%;
}
.process_bar.process_50{
  width: 71.5%;
}
.process_bar.process_60{
  width: 85.8%;
}
.process_bar.process_70{
  width: 100%;
}

.report_content_wrap{
  width:100%;
  height:auto;
  position: relative;
}
.report_title{
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ht_link_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ht_link_wrap a{
  padding:5px 15px;
  position: relative;
}
.ht_link_wrap a:after{
  content:'';
  width:1px;
  height: 11px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.ht_link_wrap a:last-child::after{
  display: none;
}

.form_guide {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  font-weight: 300;
}

.form_guide img {
  width: 14px;
  height: auto;
  line-height: 22px;
  position: relative;
  margin-right: 8px;
  top: 5px;
}

.page_container .line_bar{
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.report_form_wrap{
  margin-bottom: 0;
}
.report_form_guide{
  margin-top: 10px;
}
.upload_item , .upload_item_family{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: rgba(67, 69, 71, 0.06);
  border-radius: 8px;
  padding:0 20px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.upload_item:first-child, .upload_item_family:first-child{
  margin-top: 15px;
}
.upload_item .upload_item_name, .upload_item_family .upload_item_name{
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.upload_item .upload_item_name::before, .upload_item_family .upload_item_name::before{
  content:'';
  background: url("/resources/common/img/file_icon.svg") no-repeat;
  background-position: left;
  background-size: 12px auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 100%;
}
.upload_item .item_delete, .upload_item_family .item_delete{
  margin-left: auto;
}
.upload_item .item_delete img, .upload_item_family .item_delete img{
  width: 18px;
  height: auto;
}
.txt_arrow{
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 11px;
  height: 11px;
}
.txt_arrow:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url("/resources/common/img/txt_arrow.svg") no-repeat;
  background-size: 11px 11px;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.report_form_info_link{
  margin-left: 22px;
  margin-top: 5px;
}
.report_sub_title{
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.report_sub_title_small{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.accept_radio_wrap{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.accept_radio_wrap .accept_radio_group{
  margin-left: 8px;
}
.accept_radio_wrap .accept_radio_group:first-child{
  margin-left: 0;
}
.accept_radio_wrap .accept_radio_group label span{
  text-align: center;
  margin: 0 auto;
}

.plus_accept_form{
  margin-top: 15px;
}
.family_input_group{
  flex-direction: column;
}
.family_input_group .input_box{
  margin-bottom: 8px;
}
.family_input_group .input_box:last-child{
  margin-bottom: 0;
}

.add_btn_wrap{
  width: 100%;
  height: auto;
  position: relative;
  /* border-top: 1px solid #eee; */
}
.add_btn_wrap a{
  color: #FAA000;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:60px 0;
  padding-bottom: 30px;
}
.add_btn_wrap a img{
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.delete_btn_wrap{
  width: 100%;
  height: auto;
  position: relative;
}

.delete_btn_wrap a {
  margin-top: 8px;
  background: rgba(67, 69, 71, 0.05);
  color: #66686A;
  overflow: hidden !important;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 8px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

/*board*/
.board_container{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  padding-top: 30px;
  box-sizing: border-box;
}
.board_container table.board_list {
  border-collapse:collapse;
  width:100%;
}
.board_container table.board_list thead tr td{
  border-bottom: 1px solid #434547;
  font-size: 13px;
  font-weight: 500;
  padding:6px 8px;

}
.board_container table.board_list thead tr td:last-child{
  width: 25%;
  min-width:90px;
  text-align: center;
}
.board_container table.board_list tbody tr td{
  border-bottom: 1px solid #F4F4F4;
  font-size: 14px;
  font-weight: 400;
  padding:15px 8px;
  cursor: pointer;
}
.board_container table.board_list tbody tr td:last-child{
  width: 25%;
  min-width:90px;
  text-align: center;
  color:rgba(67, 69, 71, 0.5);
  font-size: 13px;
}
.board_container table.board_list tbody tr:active{
  background: rgba(0,0,0, 0.02);
}
.paging_wrap ul{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:20px ;
}
.paging_wrap ul li{
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}
.paging_wrap ul li a{
  color: rgba(67, 69, 71, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.paging_wrap ul li.on a{
  color:rgba(67, 69, 71, 1);
  font-weight: 600;
}
.paging_wrap ul li:active{
  background: rgba(0,0,0, 0.03);
}

.board_title{
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee ;
  padding-bottom: 20px;
}
.board_title span.board_date{
  font-size: 13px;
  color: rgba(67, 69, 71, 0.5);
  font-weight: 400;
  display: block;
  margin-top: 8px;
  letter-spacing: 0;
}

.board_content{
  width: 100%;
  height: auto;
  padding: 30px 2px 30px 2px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  line-height: 24px;
}
.board_back_btn{
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.board_back_btn a{
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background: #FAA000;
  padding:10px 40px;
  box-sizing: border-box;
  display: inline-block;
}
.board_back_btn a:active{
  position: relative;
  top: 2px;
}

/*mypage*/
.mypage_container{
  padding-bottom: 15px;
}
.my_title{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.my_info_wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.my_info_container{
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
}
.my_info_container div{
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.my_info_title{
  max-width: 100px;
  font-size: 14px;
  color: #afafaf;
  font-weight: 500;
}
.my_info{
  font-size: 14px;
  font-weight: 400;
}

.my_menu_wrap{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 15px;
}
.my_menu_wrap ul li{
  width: 100%;
  height: auto;
}
.my_menu_wrap ul li a{
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
}
.my_menu_wrap ul li a:active{
  opacity: 0.7;
}

.page_edit{
  font-size: 15px;
  font-weight: 500;
  color: #FAA000;
  position: absolute;
  right: 0;
  width: 70px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  line-height: 60px;
  cursor: pointer;
}
.page_edit:active{
  opacity: 0.7;
}

.my_info .input_group .input_box>input{
  padding: 10px 15px;
}


/*overlay_menu*/

.nav_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  height: 100%;
  */
  z-index: 999;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  box-sizing: border-box;
}


.button_container {
  position: fixed;
  top: 25px;
  right: 20px;
  height: 27px;
  width: 22px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  z-index: 999;
}

.button_container.active {
  left: 32px;
}

.button_container.active:before {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  max-width: 1024px;
}

.button_container.active .top {
  transform: translateY(7px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: rgba(67, 69, 71, 0.9);
  ;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 7px;
}

.button_container span:nth-of-type(3) {
  top: 14px;
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  overflow: hidden;
  z-index: 999;
  padding: 0 5px 0 25px;
  box-sizing: border-box;
}

.overlay .user_name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 50px 0 20px 0;
  box-sizing: border-box;
}

.overlay .user_name span {
  font-size: 24px;
  font-weight: 600;
}

.overlay nav ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0;
  width: 100%;
}

.arrow_right_wrap {
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.arrow_right_wrap span {
  display: block;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  transform: rotate(135deg);
}

.overlay.open .button_container {
  left: 0;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  width: calc(100vw - 78px);
  max-width: 950px;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

/*slide_up_menu*/
.page_menu_container{
  z-index: 9999;
}

.modal_content {
  background:#fff;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: auto;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: fixed;
  text-align: left;
  bottom: -100vh;
  opacity: 0;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-sizing: border-box;
}

.modal_back{
  background: rgba(0,0,0, 0.3);
  display: block;
top: 0;
left: 0;
position: fixed;
max-width: 1024px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
z-index: 9998;
opacity: 0;
transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.page_menu_container.modal_open .modal_content{
bottom: 0;
opacity: 1;
}
.page_menu_container.modal_open .modal_back{
opacity: 1;
width: 100vw;
height: 100vh;
}

.modal_btn_wrap{
  width:100%;
  height: auto;
  padding: 15px 0;
  box-sizing: border-box;
}
.modal_btn{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
}
.modal_btn span{
  color:#434547;
  font-size: 15px;
}
.close_modal{
  width:100%;
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eee;
  cursor: pointer;
}

/*slide_up_find*/
.page_menu_container_2{
  z-index: 9999;
}

.modal_content_2 {
  background:#fff;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: auto;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: fixed;
  text-align: left;
  bottom: -100vh;
  opacity: 0;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-sizing: border-box;
}

.modal_back_2{
  background: rgba(0,0,0, 0.3);
  display: block;
top: 0;
left: 0;
position: fixed;
max-width: 1024px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
z-index: 9998;
opacity: 0;
transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.page_menu_container_2.modal_open_2 .modal_content_2{
bottom: 0;
opacity: 1;
}
.page_menu_container_2.modal_open_2 .modal_back_2{
opacity: 1;
width: 100vw;
height: 100vh;
}

.modal_btn_wrap_2{
  width:100%;
  height: auto;
  display: flex;
align-items: center;
justify-content: center;
padding:20px;
box-sizing: border-box;
}
.modal_btn_2{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  height:118px ;
  border-radius: 10px;
}
.modal_btn_2:active{
  background: rgba(0,0,0, 0.03);
}
.modal_btn_2:last-child{
  margin-left: 15px;
}
.modal_btn_2 span{
  color:#434547;
  font-size: 15px;
  text-align: center;
margin: 0 auto;
}
.modal_btn_2 span img{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.close_modal_2{
  width:100%;
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eee;
  cursor: pointer;
}

.email_input_group .email_agency{
  width: 50%;
  min-width: 132px;
  margin-left: 8px;
}
.account_input_group .account_agency{
  width: 40%;
  min-width: 132px;
  margin-right: 8px;
}
.adress_input_group .adress_agency{
  width: 20%;
  margin-left: 8px;
  min-width: 100px;
}
.adress_agency .find_adress{
  width: 100%;
  position: relative;
  height: 100%;
}
.adress_agency .find_adress a{
  border: 1px solid rgba(67, 69, 71, 0.3);
  display: block;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
  color: #434547;
  font-size: 14px;
}
.adress_agency .find_adress a:active{
  position: relative;
  top: 2px;
}

input+.error, select+.error{
	top: 0px !important;
  	color: orangered !important;
  	position: relative !important;
}

.pop_close_btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pop_close_btn a{
  display: inline-block;
}
.pop_close_btn img{
width: 32px; 
display: block; 
}

/*font_weight*/
.txt_400 {
  font-weight: 400;
}
.txt_500 {
  font-weight: 500;
}
.txt_600 {
  font-weight: 600;
}

/*font_opacity*/
.txt_o7 {
  opacity: 0.7;
}

.txt_o9 {
  opacity: 0.9;
}

.txt_o10 {
  opacity: 1;
}

/*font_size*/
.txt_s18 {
  font-size: 18px;
}

.txt_s20 {
  font-size: 20px;
}

.txt_s26 {
  font-size: 26px;
}

/*font_color*/
.txt_orange {
  color: #FAA000;
}
.txt_c4{
  color:#444;
}
.txt_c7{
  color:#777;
}