@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Montserrat', sans-serif; */

/* font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; */

/* font-family: 'Spoqa Han Sans Neo', 'sans-serif'; */

/* font-family: 'Roboto', sans-serif; */

/* font-family: 'Poppins', sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0px solid silver;
  min-height: 0;
min-width: 0;
}

img {
    max-width: 100%;
  width: auto;
}

html, body {
    min-width: 320px;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    /* font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;  */
  font-size: 18px;
  font-weight: 300;
  color: #2c2c2c;
  letter-spacing: 0.1px;

  margin: 0 auto;
}


h1, h2, h3, h4, h5, input, select, textarea, button, a {
    font-family: 'Noto Sans KR', sans-serif;
    /* font-family: 'Spoqa Han Sans Neo', 'sans-serif'; */
    /* font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;  */
}

h1 {
  /* font-size: 4rem;
  line-height: 4rem; */
  /* text-transform: uppercase; */
}

h2 {
  /* font-size: 2.4rem; */
  /* margin-bottom: 3rem; */
  /* text-transform: uppercase; */
}

h3 {
  /* font-size: 1.4rem;
  line-height: 2rem; */
  /* margin-bottom: 1rem; */
}

h4, h5 {
  /* font-family: 'Playfair Display', serif; */
}

/* h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

h5 {
  font-size: 0.7rem;
  line-height: 2rem;
} */

input, select, option {
    font-family: 'Noto Sans KR', sans-serif;
    /* font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;  */
    background: #fff;
}

legend {
    display: none;
}

a:link {
    color: #666; 
    text-decoration: none;}
a:visited { color: #666; }
a:hover { color: #666; }
a:active { color: #666; }

ul {
    list-style: none;
}

button {
  /* font-size: 0.7rem;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #ccc;
  background: white;
  transition: 0.3s; */
  cursor: pointer;
}

button:hover {
  /* background: crimson;
  color: white;
  cursor: pointer; */
}

/* ------ start ------ */

.hide {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    visibility: hidden;
  }


  
header {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.header_wrap h1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.receipt_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 115px;
    height: 45px;
    background: url('/images/main/receipt_001.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
}

.nav_ul {
    display: flex;
    align-items: center;
}

.nav_li {
    position: relative;
    padding: 38px 0;
    margin-left: 30px;
    width: 120px;
    text-align: center;
}

.nav_li>a {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}


.nav_li ul {    
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-0);
    z-index: 3;

    padding: 15px 0;
    width: 240px;
    height: 205px;
    background: #fff;
    border-top: 2px solid #6ca767;
    text-align: center;
}

.nav_li:hover ul {
    display: block;
}

.nav_li ul.on {
    display: block;
}

.nav_li ul li a {
    display: block;
    padding: 5px 0;
}

.header_login {
  border-bottom: 1px solid #ddd;
}

.h_login_ul {
    display: flex;
    justify-content: flex-end;
}


.h_login_ul li a {
    display: flex;
    align-items: center;
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    border-left: 1px solid #ddd;
}

.h_login_ul li.lang_li a {
    background: #6ca767;
    color: #fff;
    border-left: 1px solid #585858;
}

.mo_stie_wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
}

.mo_stie_wrap.on {
    display: block;
}

.mo_login_wrap {
    display: flex;
    align-items: center;
    background: #6ca767;
}

.mo_login_wrap a {
    display: block;
    padding: 14px 10px;
    width: 50%;
    text-align: center;

    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.m_site_li {

}

.m_site_li p {
    position: relative;
    padding: 20px 30px;

    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.m_site_li p::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-0,-50%);

    width: 13px;
    height: 8px;
    background: url('/images/main/m_site_li.png') no-repeat;
    background-position: center;
    background-size: auto;
    transition: 0.3s;
}

.m_site_li p.on::before {
    transform: translate(-0,-50%) rotate(180deg);
}

.m_site_li div {
    display: none;
    padding: 15px 30px;
    background: #f7f7f7;
    border-top: 2px solid #6ca767;
}

.m_site_li div a {
    display: block;
    padding: 15px 0;

    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.m_site_li div a:hover {
    color: #6ca767;
}
/*  */

.main_001 {
  position: relative;
  margin-bottom: 100px;
}

.slide_num {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%,-0);

  display: flex;
  align-items: center;

  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(225,225,225,0.4);
}

.s_num01 {
  padding-right: 15px;
  color: #fff;
}

.s_num02 {
  position: relative;
  padding-left: 15px;
}

.s_num02::before {
  content: '/';
  position: absolute;
  top: 47%;
  left: -3px;
  transform: translate(-0,-50%);
}

#main_slide {
  margin-bottom: 0 !important;
  width: 100%;
}

#main_slide .slick-dots {
  display: none !important;
}

.slide_con {
  width: 100%;
  height: 444px;
}

.slide_con img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  transition: 0.3s;
}


/*  */

.main_002 {
  margin-bottom: 130px;
}

.main_002_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.notify {
  max-width: 490px;
  width: 100%;
  margin-right: 10px;
}

.main_con_title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;

  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.main_con_title img {
  margin-right: 10px;
}

.notify_ul {
    border-top: 2px solid #333333;
}

.notify_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    height: 70px;
    border-bottom: 1px solid #dddddd;
}

.notify_li div {
  display: inline-block;
      max-width: 330px;
      width: 100%;
}

.notify_li p {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.notify_li span {
    display: block;
    width: 80px;
    flex-shrink: 0;

    font-size: 15px;
    font-weight: 400;
    color: #999;
}



.schedule {
  min-height: 0;
min-width: 0;
max-width: 380px;
}

#schedule_slide .slick-slide>div {
  padding: 0 10px;
}

.schedule_con {
  padding: 30px 30px;
  border: 1px solid #eaeaea;
}

.schedule_con h4 {
  margin-bottom: 20px;
  font-size: 18px;
    font-weight: 500;
    color: #333;
}

.schedule_con p {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
    font-weight: 500;
    color: #333;
}

.schedule_con p span {
  display: block;
  width: 80px;
  flex-shrink: 0;
  font-size: 15px;
    font-weight: 400;
    color: #999999;
}

.state {
  display: flex;
  align-items: center;
}

.state p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px 0 0;

  font-size: 13px;
    font-weight: 400;
    color: #fff;

  width: 80px;
  height: 30px;
  border-radius: 50px;
}

.state_001 {
  background: #173059;
}

.state_002 {
  background: #a3c7a0;
}

.application {
  display: block;
  margin-left: 10px;
  padding: 50px 45px 150px;
  background: #406cb3 url('/images/main/application_002.png') no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.application h4 {
  margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.application h4 img {
  display: none;
}

.application p {
  margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/*  */
.mo_site_btn {
    display: none;
    align-items: center;
}

.mo_site_btn a {
    display: flex;
    align-items: center;
    justify-content: space-around;

    margin-right: 20px;
    width: 130px;
    height: 25px;
    border: 1px solid #eaeaea;

    font-size: 12px;
    font-weight: 500;
    color: #c5c4c4;
}

.mo_site_btn button {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
}

.pc_site_btn {
    display: flex;
    align-items: center;
}

.pc_site_btn button {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
}

footer {
    background: #222222;
}

.ft_001 {
    padding: 25px 0;
    border-bottom: 1px solid #111111;
}

.ft_awrap a {
    padding-right: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}

.ft_002 {
    display: flex;
    align-items: flex-start;
    padding-top: 25px !important;
    padding-bottom: 40px !important;
}

.ft_002 div {
    margin-left: 30px;
}

.ft_002 p {
    font-size: 15px;
    font-weight: 400;
    color: #666; 
    line-height: 26px;
}

/* sub */
.sub_top {
  width: 100%;
  height: 270px;
  text-align: center;
  color: #fff; 

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sub_top h3 {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
}

.sub_top p {
  font-size: 14px;
  font-weight: 400;
  color: #d4d4d4;
}

.sub_bg001 {
  background: url('/images/sub/sub_bg001.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_bg002 {
  background: url('/images/sub/sub_bg002.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_bg003 {
  background: url('/images/sub/sub_bg003.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_bg004 {
  background: url('/images/sub/sub_bg004.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_bg005 {
  background: url('/images/sub/sub_bg005.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_bg006 {
  background: url('/images/sub/sub_bg006.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_cont_wrap {
  display: flex;
  align-items: flex-start;
}

.sub_left {
  position: relative;
  top: -60px;
  left: 0;

  margin-right: 60px;
  width: 210px;
  flex-shrink: 0;
}

.sub_left h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  background: #6ca767;
  border-radius: 0 15px 15px 0;

  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.sub_left ul li a {
  display: block;
  padding: 20px 10px 20px 0;

  font-size: 18px;
  font-weight: 500;
  color: #333;

  border-bottom: 1px solid #ececec;
}

.sub_left ul li a.on {
  color: #6ca767;

  border-bottom: 2px solid #6ca767;
}

.sub_right {
  width: 100%;
}

.sub_right p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
}

.sub_right .sr_med {
  font-weight: 500;
}

.sub_right .sr_gray {
  color: #a1a1a1;
}

.sub_right .sr_orange {
  color: #fa845b;
}

.sub_right .sr_blue {
  color: #6689c2;
}

.location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  padding: 45px 0;
}

.location li {
  position: relative;
  padding-right: 37px;
  margin-right: 30px;
  text-transform: uppercase;
}

.location li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0,-50%);

  width: 6px;
  height: 9px;
  background: url('/images/sub/sub_arw.png') no-repeat;
  background-position: center;
  background-size: auto;
}

.sub_r_h3 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

.sub_r_h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 4px;
  background: url('/images/sub/slash.png');
  background-position: left center;
  background-size: auto;
}

.sub_r_h4 {
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;

  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.sub_r_h4::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;

  width: 9px;
  height: 15px;
  background: url('/images/sub/sub_title_icon.png');
  background-position: center;
  background-size: auto;
}

.sub_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #1b1b1b;
}

.sub_table tr {
  border-bottom: 1px solid #ececec;
}

.sub_table th {
  padding: 8px 0;
  height: 40px;
  background: #f7f7f7;
  border-right: 1px solid #ececec;

  font-size: 15px;
  font-weight: 500;
  color: #333;

  word-break: break-all;
}

.sub_table td {
  padding: 8px 0;
  height: 40px;
  border-right: 1px solid #ececec;

  font-size: 15px;
  font-weight: 400;
  color: #a1a1a1;

  word-break: break-all;
}

.gray_box {
  display: flex;
  align-items: center;

  padding: 30px 30px;
  background: #f7f7f7;
}

.gray_box img {
  margin-right: 30px;
  flex-shrink: 0;
}

.highlighter {
  background: linear-gradient(to top, rgba(250,132,91,0.4) 40%, transparent 40%);
}

.down_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 7px 15px;
  max-width: 365px;
  width: 100%;
  min-height: 50px;
  background: #6487c1;

  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
}
.down_btn img {
  width: 25px;
}

.issue_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.issue_li {
    position: relative;
    margin-right: 80px;
    margin-bottom: 20px;
    padding-top: 45px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #f7f7f7;
    text-align: center;
}

.issue_li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translate(-0,-50%);

    width: 11px;
    height: 13px;
    background: url('/images/sub/issue_arw.png') no-repeat;
    background-position: center;
    background-size: cover;
}

/*  */

.accept_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 2px solid #1b1b1b;
  }
  
  .accept_table tr {
    border-bottom: 1px solid #ececec;
  }

  .accept_table th {
    width: 130px;
    height: 42px;
    padding: 14px 15px;
    vertical-align: top;
    text-align: left;

    font-size: 15px;
    font-weight: 500;
    color: #333;
  }

  .accept_table02 th {
    width: auto;
    padding: 14px 7px;
    word-break: break-all;
  }

  .accept_table02 td {
    /* padding: 14px 7px; */
    word-break: break-all;
    vertical-align: top;
  }

  .accept_table td {
    padding: 14px 10px 14px 50px;
    height: 42px;

    font-size: 15px;
    font-weight: 300;
    color: #333;
    accent-color: #878787;
  }

  
  .accept_table02 td {
    padding: 14px 15px;
  }

  .accept_table label {
    display: inline-block;
  }

  .accept_input{
    padding: 0 10px;
    max-width: 380px;
    width: 100%;
    height: 35px;
    border: 1px solid #c0c0c0;
    font-size: 15px;
    font-weight: 300;
    color: #333;
  }
  .accept_input::placeholder {
    color: #b9b9b9;
  }

  .accept_input_s {
    padding: 0 10px;
    max-width: 120px;
    width: 100%;
    height: 28px;
    border: 1px solid #c0c0c0;
  }

  .accept_textarea{
    padding: 0 10px;
    width: 100%;
    border: 1px solid #c0c0c0;
    font-size: 15px;
    font-weight: 300;
    color: #333;
  }

.accept_file{ border: 1px solid #c0c0c0; padding: 3px 10px; width: 300px; margin-top: 5px; }
.input_label {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
  .pic_wrap {
    display: flex;
  }

  .pic_box {
    margin-right: 15px;
    flex-shrink: 0;
  }

  .pic_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pic_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 25px;

    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }

  .pic_btn01 {
    background: #303030;
  }
  .pic_btn02 {
    background: #afafaf;
  }


  .accept_radio_ul {
    width: 100%;
    padding: 20px 20px 5px;
    background: #f7f7f7;
  }
  .accept_radio_ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .accept_radio_ul li div {
    flex-shrink: 0;
    font-size: 15px;
  }
  .accept_radio_ul li div input{
    margin-left: 10px;
  }
  

.login_check input[type="checkbox"] {
    display:none;
}

.login_check input[type="checkbox"] + label {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.login_check input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-0px 4px 0 0;
    vertical-align:middle;
    background:url('/images/sub/pic_box_002.png') no-repeat;
    cursor:pointer;
}

.login_check input[type="checkbox"]:checked + label span {
    background:url('/images/sub/pic_box_003.png') no-repeat;
}



.accept_submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accept_end {
  justify-content: flex-end;
}

.accept_submit a, .accept_submit button {
    margin: 0 5px;
    max-width: 150px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.accept_submit a, .accept_submit button {
    margin: 0 5px;
    max-width: 150px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.accept_submit a:hover {background-color: #6ca767;}

.accept_submit01 {
    background: #afafaf;
}
.accept_submit02 {
    background: #6487c1;
}

.accept_submit button.accept_submit03{ background: #6487c1; max-width: 250px; }

.success_popup, .fail_popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.success_popup.on, .fail_popup.on {
    display: flex;
}

.submit_wrap {
    padding: 30px 40px 50px;
    max-width: 475px;
    width: 100%;
    background: #fff;
    text-align: center;
}

.submit_wrap div {
    text-align: right;
}
.submit_wrap p {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.submit_wrap p .success {
    color: #6ca767;
}

.submit_wrap p .fail {
    color: #fa845b;
}

.submit_wrap button, .submit_wrap a.submit_close {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto;
    max-width: 220px;
    width: 100%;
    height: 50px;
    background: #555555;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.load_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
}

.load_wrap p {
  width: 260px;
  padding-right: 20px;
}

.load_wrap span.text_title {
  width: 260px;
  padding-right: 20px;
  text-align: right;
}


.load_box {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 11px;
  width: 100px;
  height: 30px;
  background: #afafaf;
  border-radius: 5px;

  font-size: 12px;
    font-weight: 500;
    color: #fff !important;
}

.current_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.current_wrap li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;

  margin-right: 50px;
  width: 150px;
  height: 150px;

  border-radius: 50%;
  border: 1px solid #ececec;
}

.current_wrap li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;

  width: 11px;
  height: 13px;
  background: url('/images/sub/current_arw.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.current_wrap li.on {
  border: 1px solid #6487c1;
  background: #6487c1;
}

.current_wrap li div {
  margin-bottom: 20px;
  width: 55px;
  height: 55px;
}

.current001 {
  background: url('/images/sub/current_a01.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.current_wrap li.on div.current001 {
  background: url('/images/sub/current_a02.png') no-repeat;
}

.current002 {
  background: url('/images/sub/current_b01.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.current_wrap li.on div.current002 {
  background: url('/images/sub/current_b02.png') no-repeat;
}

.current003 {
  background: url('/images/sub/current_c01.png') no-repeat;
    background-position: center;
    background-size: auto;
}

.current_wrap li.on div.current003 {
  background: url('/images/sub/current_c02.png') no-repeat;
}

.current_wrap li p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.current_wrap li.on p {
  color: #fff;
}

.print {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 15px;
  max-width: 140px;
  background: #6487c1;

  color: #fff !important;
}

/* .print img {
  margin-left: 10px;
} */

ul.tabs_btn{
  width: 100%;
	padding: 0px;
	list-style: none;
  display: flex;
  justify-content: center;
}

ul.tabs_btn li{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height:60px;
  
  font-size: 20px;
  font-weight: 400;
	color: #a1a1a1;

  border-bottom: 1px solid #e1e1e1;
  
	cursor: pointer;
  text-align: center;
}

ul.tabs_btn li.current{
  font-weight: 600;
	color: #6487c1;
  border-bottom: 2px solid #6487c1;
}

.tab-content{
  display: none;
}

.tab-content.current{
	display: inherit;
}


.login_border {
  padding: 80px 10px;
  border: 1px solid #bfbfbf;
}

.login_box {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.login_input input {
  display: block;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  height: 55px;
  border: 1px solid #efefef;
}

.login_btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 52px;
  background: #6ca767;

  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.login_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_link a {
  position: relative;
  display: block;
  width: 33%;

  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.login_link a:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0,-50%);
  width: 1px;
  height: 13px;
  background: #e1e1e1;
}


/*  */

.notice_table {
  margin-bottom: 40px;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #757575;
}

.notice_table tr {
  border-bottom: 1px solid #dcdcdc;
}

.notice_table th {
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  border-right:none; 
}

.notice_table td {
  height: 44px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.notice_title {
  overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left !important;
}


.search_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.search_wrap select {
  margin-right: 10px;
  padding: 0 10px;
  max-width: 120px; 
  width: 100%;
  height: 40px;
  border: 1px solid #efefef;

  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.search_wrap input {
  padding: 0 10px;
  max-width: 260px; 
  width: 100%;
  height: 40px;
  border: 1px solid #efefef;

  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.search_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #6487c1;
  border: 1px solid #efefef;

  flex-shrink: 0;
}

.inquiry_ul {
  display: flex;
  justify-content: space-between;
}

.inquiry_li {
  margin-bottom: 15px;
  padding: 35px 20px;
  width: 33%;
  border: 1px solid #e1e1e1;
  text-align: center;

  font-size: 15px;
}

.inquiry_li p {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  color: #333;

  text-transform: uppercase;
  position: relative;

  z-index: 1;
}

.inquiry_li p::before {
  content: '';
  position: absolute;
  top: 1px;
  right: -6px;
  z-index: -1;

  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.inq001 p::before {
  background: #b5d3b3;
}

.inq002 p::before {
  background: #b1c3e0;
}

.inq003 p::before {
  background: #fcc1ad;
}

.inquiry_li span {
  display: block;
  font-weight: 400;
  color: #a1a1a1;
}

/*  */

.slick-dots li {
  margin: 0 10px !important;
  width: 13px !important;
  height: 13px !important;
}

.slick-dots li button {
  width: 13px !important;
  height: 13px !important;
  background: #e4e4e4 !important;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #b3b3b3 !important;
}

.slick-dots li button:before {
  display: none;
}


.policy_box {
  padding: 30px;
  border: 1px solid #dddddd;
  min-height: 450px;
}

.write_btn {
  display: flex;
  justify-content: flex-end;
}

.write_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #afafaf;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px; 
}
.write_btn a:hover { background-color: #6ca767; }

input[disabled], input[readonly]{
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.hidden{display: none;}

.checkboxtable label{ display:inline-block; width:200px; line-height:30px; }


.bbsbtn { vertical-align: middle; background-color: #888; border: 1px solid #777; color: #fff; font-size: 15px; letter-spacing: -1px; padding: 3px 15px; border-radius: 4px;}
.bbsbtn:focus, .btn:active:focus, .btn.active:focus { outline: 5px auto 0; outline-offset: -2px; }
.bbsbtn:hover, .btn:focus { background-color: #5d5d5d; text-decoration: none; }
.bbsbtn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }
.bbsbtn:link{color: #fff;}

