@charset "UTF-8";
/*-------------------------------------------------

Title       : ENG(영문) Default/컨텐츠
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
/* Deafult Class  ======================================================================================================================================================*/
.bc_green1 {
  color: #92C752 !important;
}

.bc_blue1 {
  color: #39A5CE !important;
}

.pc_green1 {
  color: #61A015 !important;
}

.pc_green2 {
  color: #419A26 !important;
}

.pc_blue1 {
  color: #199CC5 !important;
}

.pc_blue2 {
  color: #0993BE !important;
}

.pc_blue3 {
  color: #1C9ED0 !important;
}

.sc_green1 {
  color: #2CA7A6 !important;
}

.sc_green1 {
  color: #2CA7A6 !important;
}

.sc_green2 {
  color: #0FA5A4 !important;
}

.sc_blue1 {
  color: #11279E !important;
}

.sc_black1 {
  color: #0C1129 !important;
}

.ac_green {
  color: #2CDA2C !important;
}

.ac_blue {
  color: #00BFFB !important;
}

.ff_eng {
  font-family: "Roboto" !important;
}

.ff_point {
  font-family: "titillium" !important;
}

/* Depth4 메뉴 */
#depth4_menu_div {
  border: 1px solid #E8EDF1;
  border-radius: 1.6rem;
  padding: 4rem;
  margin-bottom: 4rem;
}
#depth4_menu_div #depth4_menu_ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
#depth4_menu_div #depth4_menu_ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4.8rem;
  min-width: 17.2rem;
  padding: 0 0.5rem;
  cursor: pointer;
  border: 1px solid #CED6DC;
  color: #767676;
  transition: 0.3s;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
}
#depth4_menu_div #depth4_menu_ul li a::after {
  display: none;
  content: "\eb7b";
  font-family: "remixicon";
  margin-left: 0.5rem;
}
@media screen and (min-width: 1025px) {
  #depth4_menu_div #depth4_menu_ul li a:hover {
    border: 1px solid #0993BE;
    color: #0993BE;
  }
}
#depth4_menu_div #depth4_menu_ul li.active a {
  background: #0993BE;
  color: #fff;
}
#depth4_menu_div #depth4_menu_ul li.active a::after {
  display: block;
}
#depth4_menu_div #depth4_menu_ul li:first-child a {
  border-radius: 0.4rem 0 0 0.4rem;
}
#depth4_menu_div #depth4_menu_ul li:last-child a {
  border-radius: 0 0.4rem 0.4rem 0;
}

/* Contents  ======================================================================================================================================================*/
.h1 {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h2 {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h3 {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h4 {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.h5 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

.para18 {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.para16 {
  display: block;
  font-size: 1.6rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.sm14 {
  font-size: 1.4rem;
}

.sm12 {
  font-size: 1.2rem;
}

.empha_txt {
  display: block;
  position: relative;
  padding-left: 1.6rem;
}

.empha_txt::before {
  content: "\ea81";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "remixicon";
  font-weight: 600;
  color: #FF2E2E;
}

.title_h2 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
}

.title_h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1C9ED0;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
}

.title_h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
}

.title_line {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: center;
  line-height: 1.2;
}
.title_line em {
  display: inline-block;
  max-width: 80%;
  padding: 0 5rem;
  background: #fff;
}
.title_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #ddd;
}

ul.cont_list {
  font-size: 1.8rem;
}
ul.cont_list > li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}
ul.cont_list > li + li {
  margin-top: 1rem;
}
ul.cont_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #DDD;
  border-radius: 100%;
}
ul.cont_list > li.tit_tx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.cont_list > li.tit_tx strong {
  flex: none;
  margin-right: 2rem;
}
ul.cont_list > li.empha_txt::before {
  content: "\ea81";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "remixicon";
  font-weight: 600;
  color: #FF2E2E;
  width: inherit;
  height: inherit;
  background: none;
}
ul.cont_list.dash > li {
  padding-left: 1.2rem;
}
ul.cont_list.dash > li::before {
  top: 1.5rem;
  width: 0.5rem;
  height: 1px;
  background: #555;
  border-radius: 0;
}
ul.cont_list.dot > li {
  padding-left: 0.8rem;
}
ul.cont_list.dot > li::before {
  top: 13px;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 3px;
}
ul.cont_list.empha > li {
  padding-left: 2rem;
  color: #767676;
}
ul.cont_list.empha > li::before {
  content: "\ea81";
  top: 0.5rem;
  width: inherit;
  height: inherit;
  background: none;
  font-family: "remixicon";
  font-size: 1.3rem;
  font-weight: 600;
  color: #FF2E2E;
  border-radius: 0;
}
ul.cont_list ul.cont_list {
  margin-left: 0.5rem;
  margin-top: 1.6rem;
  font-size: 1.7rem;
}
ul.cont_list ul.cont_list ul.cont_list {
  font-size: 1.6rem;
}
ul.cont_list ul.cont_list, ul.cont_list ol.num_list {
  margin-left: 0.5rem;
  margin-top: 1.6rem;
  font-size: 1.7rem;
}
ul.cont_list ul.cont_list ul.cont_list ol.num_list, ul.cont_list ol.num_list ul.cont_list ol.num_list {
  font-size: 1.6rem;
}

ol.num_list {
  font-size: 1.8rem;
  counter-reset: my-counter;
}
ol.num_list > li {
  word-break: keep-all;
  word-wrap: break-word;
  padding-left: 2.5rem;
  position: relative;
}
ol.num_list > li + li {
  margin-top: 1rem;
}
ol.num_list > li.lg {
  padding-left: 3rem;
}
ol.num_list > li::before {
  content: counter(my-counter) " .";
  counter-increment: my-counter;
  margin-right: 0.5rem;
  min-width: 2.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
ol.num_list.round > li::before {
  align-self: center;
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  min-width: inherit;
  border: 1px solid #333;
  display: inline-block;
  border-radius: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
ol.num_list ol.num_list {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
ol.num_list ol.num_list > li + li {
  margin-top: 0.3rem;
}
ol.num_list ul.cont_list {
  width: 100%;
  margin-left: 1.5rem;
}

.cont_box {
  padding: 3.2rem 2.4rem;
  border: 1px solid #CED6DC;
  border-radius: 1.6rem;
}
.cont_box.bg {
  background: #F8F9FA;
  border-color: #F3F7F9;
}
.cont_box:has(.img) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont_box:has(.img) .img {
  margin-right: 2.4rem;
}
.cont_box .ic_tit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.cont_box .ic_tit i {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #ECF2FD;
}

.box_group {
  display: grid;
  gap: 3rem 1.6rem;
}
.box_group.col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box_group.col2 .w100 {
  grid-column: 1/span 2;
}
.box_group.col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.box_group.col3 .w100 {
  grid-column: 1/span 3;
}
.box_group.col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.box_group.col4 .w100 {
  grid-column: 1/span 4;
}

.cont_table .top_text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #666;
}
.cont_table .top_text .txt_r {
  margin-left: auto;
}
.cont_table table {
  border-top: 2px solid #0E2C46;
  font-size: 1.7rem;
}
.cont_table table th, .cont_table table td {
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #E0E5E9;
  border-right: 1px solid #E0E5E9;
  text-align: center;
}
.cont_table table th:last-child, .cont_table table td:last-child {
  border-right: none;
}
.cont_table table th.txt_l, .cont_table table td.txt_l {
  padding-left: 3rem;
}
.cont_table table th.txt_r, .cont_table table td.txt_r {
  padding-right: 3rem;
}
.cont_table table th:has(ul.cont_list), .cont_table table td:has(ul.cont_list) {
  text-align: left;
  padding-left: 3rem;
}
.cont_table table th:has(ul.cont_list) ul.cont_list > li + li, .cont_table table td:has(ul.cont_list) ul.cont_list > li + li {
  margin-top: 0.3rem;
}
.cont_table table th {
  background: #FBFBFB;
  font-weight: 600;
}
.cont_table table .border_l {
  border-left: 1px solid #E0E5E9;
}

.cont_tab {
  margin-bottom: 4rem;
  margin-top: 1rem;
  position: relative;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 100;
}
.cont_tab::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  border-bottom: 1px solid #DBE1E5;
  background: #fff;
}
.cont_tab .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.cont_tab .menu li a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0.7;
  transition: 0.3s;
  text-align: center;
}
.cont_tab .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .cont_tab .menu li a:hover {
    font-weight: 700;
    opacity: 1;
  }
}
.cont_tab .menu li.active a {
  opacity: 1;
  font-weight: 700;
}
.cont_tab .menu li.active a::after {
  opacity: 1;
  visibility: visible;
}
.cont_tab.top_sticky::before {
  background: #EEF2F6;
}
.cont_tab.left_menu {
  position: fixed;
  left: 1rem;
  top: 45%;
  z-index: 10;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.cont_tab.left_menu::before {
  left: 4px;
  top: -5%;
  width: 1px;
  height: 110%;
  background: #CED6DC;
  border: none;
}
.cont_tab.left_menu .menu {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  max-width: 15rem;
}
.cont_tab.left_menu .menu li a {
  padding: 0.5rem 0 0.5rem 15px;
  font-size: 1.3rem;
}
.cont_tab.left_menu .menu .active a {
  font-weight: 600;
}
.cont_tab.left_menu .menu .active a::after {
  width: 9px;
  height: 9px;
  bottom: calc(50% - 4px);
  background: #39A5CE;
  border-radius: 100%;
}
.cont_tab.left_menu.show {
  opacity: 1;
  visibility: visible;
}

/* Board  ======================================================================================================================================================*/
.board_info .form .form_select.cate {
  width: 22rem;
}
.board_info .form .form_select.area {
  width: 17rem;
}

/* 스텝 */
.step_box ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
}
.step_box ul li {
  flex: 1;
  height: 14rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.6rem;
  color: #fff;
  background: #1C67D0;
  text-align: center;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
.step_box ul li:first-child {
  background: #0E3D7E;
}
.step_box ul li:last-child {
  background: #61A015;
}
.step_box ul li + li::before {
  content: "";
  position: absolute;
  left: -4.9rem;
  top: calc(50% - 0.8rem);
  background: url("/eng/img/step_arrow.svg") no-repeat center center;
  width: 1.8rem;
  height: 1.6rem;
  filter: brightness(0);
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (min-width: 1024px) and (max-height: 800px) {
  #depth4_menu_div {
    margin-bottom: 4rem;
  }
  .cont_tab {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1740px) {
  .cont_tab.left_menu {
    left: 0.5rem;
    letter-spacing: -1px;
    max-width: 16rem;
  }
}
@media (max-width: 1690px) {
  .cont_tab.left_menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 3.6rem;
  }
  .h2 {
    font-size: 3.2rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  .cont_box {
    padding: 2rem;
  }
  .box_group {
    display: block;
  }
  .box_group * + * {
    margin-top: 2rem;
  }
  .cont_table {
    position: relative;
  }
  .cont_table.wide {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  .cont_table.wide::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
  }
  .cont_table.wide::-webkit-scrollbar {
    height: 0;
  }
  .cont_table.wide::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
  }
  .cont_table.wide::before {
    content: "\ea60좌우로 움직여주세요 \ea6c";
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    z-index: 0;
    width: 120%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.6rem;
    animation: cont_table 3s alternate ease-in-out forwards;
  }
  .cont_table.wide table {
    max-width: 110rem !important;
    width: 110rem !important;
  }
  @keyframes cont_table {
    0% {
      opacity: 0.9;
      left: 50%;
    }
    25% {
      opacity: 0.9;
      left: 45%;
    }
    50% {
      opacity: 0.9;
      left: 55%;
    }
    75% {
      opacity: 0.9;
      left: 45%;
    }
    99% {
      opacity: 0;
      left: 55%;
    }
    100% {
      opacity: 0;
      overflow: hidden;
    }
  }
  .step_box ul {
    gap: 3rem;
  }
  .step_box ul li + li::before {
    left: -2.4rem;
  }
  .login_box {
    padding: 3rem;
  }
  .login_box ul {
    gap: 3rem;
    flex-wrap: wrap;
  }
  .login_box ul li {
    flex: 1;
  }
  .login_box ul li .btn {
    height: 20rem;
    width: 100%;
    min-width: 25rem;
  }
  .cont_tab .menu {
    gap: 0;
    margin: 0 auto;
  }
  .cont_tab .menu li a {
    padding: 1.5rem 1rem;
    white-space: nowrap;
  }
  .cont_tab.scroll .inner {
    overflow-x: auto;
  }
  .cont_tab.scroll .inner::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
  }
  .cont_tab.scroll .inner::-webkit-scrollbar {
    height: 0;
  }
  .cont_tab.scroll .inner::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
  }
  .cont_tab.scroll .menu {
    margin: 0 auto;
    width: max-content !important;
  }
  .board_info .form .form_select.cate {
    width: 50%;
  }
  .board_info .form .form_select.area {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .para18 {
    font-size: 1.6rem;
  }
  .para16 {
    font-size: 1.5rem;
  }
  ul.cont_list {
    font-size: 1.6rem;
  }
  ul.cont_list > li::before {
    top: 0.9rem;
  }
  ul.cont_list.dash > li::before {
    top: 1.2rem;
  }
  ul.cont_list.dot > li::before {
    top: 1.2rem;
  }
  ul.cont_list ul.cont_list {
    font-size: 1.5rem;
  }
  ul.cont_list ul.cont_list ul.cont_list {
    font-size: 1.5rem;
  }
  ol.num_list {
    font-size: 1.6rem;
  }
  .cont_table table {
    font-size: 1.6rem;
  }
  .cont_table.scroll {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  .cont_table.scroll::-webkit-scrollbar-track {
    background-color: #EBEDF1;
    border-radius: 0;
  }
  .cont_table.scroll::-webkit-scrollbar {
    height: 0.5rem;
  }
  .cont_table.scroll::-webkit-scrollbar-thumb {
    background-color: #A3A3A3;
    border-radius: 0;
  }
  .cont_table.scroll::before {
    content: "\ea60좌우로 움직여주세요 \ea6c";
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    z-index: 0;
    width: 120%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.6rem;
    animation: cont_table 3s alternate ease-in-out forwards;
  }
  .cont_table.scroll table {
    max-width: 80rem;
    width: 80rem;
  }
  .step_box ul {
    flex-direction: column;
  }
  .step_box ul li {
    width: 100%;
  }
  .step_box ul li + li::before {
    left: calc(50% - 0.9rem);
    top: -2.3rem;
    transform: rotate(90deg);
  }
  #depth4_menu_div {
    padding: 0;
    border: none;
  }
  #depth4_menu_div #depth4_menu_ul li {
    flex: 1;
  }
  #depth4_menu_div #depth4_menu_ul li a {
    min-width: inherit;
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  .h1 {
    font-size: 3.2em;
  }
  .h2 {
    font-size: 2.8rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  .h5 {
    font-size: 1.8rem;
  }
  .para16 {
    font-size: 1.4rem;
  }
  .sm14 {
    font-size: 1.2rem;
  }
  .title_h2 {
    font-size: 2.8rem;
  }
  .title_h3 {
    font-size: 2.4rem;
  }
  .title_line {
    font-size: 2.4rem;
  }
  .title_line em {
    padding: 0;
  }
  .title_line::before {
    display: none;
  }
  .cont_tab {
    margin-bottom: 4rem;
  }
  .login_box ul li .btn {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0;
    min-width: inherit;
    word-break: keep-all;
    word-wrap: break-word;
  }
  .login_box ul li .btn i {
    transform: scale(0.8);
  }
  .login_box ul li .btn em {
    font-size: 1.6rem;
    text-align: left;
  }
}