@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.wrapper {
  min-width: 1280px;
  margin: 0 auto;
}

header .gnb {
  position: absolute;
  min-width: 1220px;
  padding: 30px 0;
  border: 0;
  background: transparent;
  z-index: 12;
}

.full header .gnb .gnb_category ul li a {
  color: #fff;
}

header .gnb .flex_box:last-of-type {
  position: relative;
}

header .gnb .util_menu {
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

header .gnb .util_menu a,
header .gnb .util_menu button {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  background: #3e73b6;
  margin: 0 0 0 8px;
}

header .gnb .util_menu .ico_user {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #c4c4c4 url(/statics/images/icons/icon_user.svg) no-repeat;
  background-size: 12px auto;
  background-position: center center;
  border-radius: 100%;
}

.full .main {
  /* background: #f0f1f5 url(/statics/images/main/bg.png) no-repeat center top;*/
  background: #f0f1f5;
  background-size: auto 577px;
  margin: 0;
}

#div_gnb_category {
  display: flex;
  justify-content: flex-end;
}

.main_top_wrap .wrap {
  padding: 60px 0 75px;
  width: calc(100% - 32px);
  max-width: 1380px;
}

.main_top_wrap > .flex > .flex_box:first-child {
  display: flex;
  width: calc(100% - 390px);
  align-items: flex-end;
  background: transparent;
}

.main_top_wrap > .flex > .flex_box:last-of-type {
  width: 390px;
  height: 380px;
}

.main_top_wrap .main_top_login {
  padding: 40px;
}

.main_top_wrap .main_top_title {
  position: inherit;
  top: 0;
  transform: none;
  padding: 0;
}

.main_top_wrap .main_top_title h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}

.main_top_wrap .main_top_title h4 {
  color: #6E81AE;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}

.main_top_wrap .main_top_login .flex .flex_box.with-btn.cert_btn_wrap {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}

.main_top_wrap .main_top_login .flex .flex_box.with-btn.cert_btn_wrap #loginBtn{
  height: 40px;
  width: 100%;
}

.main_top_wrap .login_tab {
  display: flex;
  margin: 0 0 15px;
}

.main_top_wrap .login_tab a,
.main_top_wrap .login_tab button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 34px;
  font-size: 14px;
  color: #fff;
}

.main_top_wrap .login_tab .active {
  background: #55b1cd;
  border-radius: 34px;
}

.main_top_wrap .main_top_login {
  background: transparent;
  padding: 0;
}

.main_top_wrap .main_top_login h2 {
  font-family: "Poppins";
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.main_top_wrap .main_top_login a.login {
  background: #4462be;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main_top_wrap .main_top_login .flex .flex_box:last-of-type {
  min-width: 102px;
}

.main_top_wrap .main_top_login .flex .flex_box.with-btn {
  min-width: 0;
  width: 124px;
  margin-left: 4px;
}
.main_top_wrap .main_top_login .flex .flex_box.type-full {
  width: 100%;
}

.main_top_wrap .intro-box {
  padding-top: 50px;
}

.main_top_wrap .main_top_login .form-wrap {
  width: 360px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #344a7d;
}
.main_top_wrap .main_top_login .form-wrap .form-tabs-list {
  display: flex;
}
.main_top_wrap .main_top_login .form-wrap .form-tabs-list .tabs-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #172544;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.4);
}
.main_top_wrap .main_top_login .form-wrap .form-tabs-list .tabs-btn.active {
  background-color: #344a7d;
  color: #fff;
}
.main_top_wrap .main_top_login .form-wrap .form-tabs-box .tabs-box {
  padding: 8px;
  display: none;
}
.main_top_wrap .main_top_login .form-wrap .form-tabs-box .tabs-box[data-tabs=tabs1] {
  display: block;
}
.main_top_login .flex_box input {
  border: 0;
  background-color: #526aa1;
  color: #fff;
}
.main_top_login .flex_box input:focus {
  background-color: #526aa1;
}
.main_top_login .flex_box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.main_top_wrap .main_top_login .form_group > a {
  background-color: #4462be;
  font-size: 20px;
  font-weight: 700;
}

.main .section2 {
  position: relative;
  z-index: 10;
  margin-top: -48px;
  margin-bottom: 16px;
}
.main .section2 .inner {
  width: calc(100% - 32px);
  max-width: 1380px;
  margin: 0 auto;
}

.main .tab_wrap01 {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 2px 4px color(display-p3 0 0 0/0.1));
}

.main .tab_wrap01 .tab_tit li a.on,
.main .tab_wrap01 .tab_tit li a:focus,
.main .tab_wrap01 .tab_tit li a:active {
  font-size: 18px;
  font-weight: 700;
  color: #4462be;
  border: 0;
}

.main .tab_wrap01 .tab_tit {
  display: flex;
}

.main .tab_wrap01 .tab_tit li + li {
  margin-left: 1px;
}

.main .tab_wrap01 .tab_tit a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  height: 48px;
  background: #6178b4;
  border-bottom: 0;
  color: #fff;
  border-left: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.main .tab_wrap01 .tab_conts {
  margin-top: 0;
  background-color: #fff;
  border: 0;
  min-height: 380px;
  height: auto;
  padding: 20px 46px 36px 42px;
  border-radius: 0 0 8px 8px;
}

.main .tab_wrap01 .tab_conts .sub_tab_tit li + li {
  margin-left: 8px;
}

.main .tab_wrap01 .tab_conts .sub_tab_tit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 16px !important;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  background-color: #EEF0F2;
  letter-spacing: -0.02em;
}

.main .tab_wrap01 .tab_conts .sub_tab_tit a.on,
.main .tab_wrap01 .tab_conts .sub_tab_tit a:focus,
.main .tab_wrap01 .tab_conts .sub_tab_tit a:active {
  color: #fff;
  background: #131544;
  font-weight: 700;
}

.main .tab_wrap01 .tab_conts .conts_area .conts01 {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #333;
}

.main .tab_wrap01 .tab_conts .conts_area tr {
  border: 0;
}
.main .tab_wrap01 .tab_conts .conts_area tr:hover td.link {
  text-decoration: underline;
  text-underline-position: under;
  color: #4462be;
  font-weight: 600;
}

.main .tab_wrap01 .tab_conts .conts_area td {
  border-bottom: 1px solid #e6e6e6;
}

.main .tab_wrap01 .tab_conts .conts_area td,
.tab_wrap01 .tab_conts .conts_area td a {
  height: 44px;
  text-align: left;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #333;
  font-family: "Pretendard";
}

.main_btm_wrap {
  margin-top: 0;
}
.main_btm_wrap .inner {
  max-width: 1380px;
  margin: 0 auto;
}
.main_btm_wrap .inner .board-wrap {
  display: flex;
  flex: 1;
  min-width: 0;
}
.main_btm_wrap .inner .board-wrap .btm_board {
  width: 100%;
}
.main_btm_wrap .inner .board-wrap .btm_board + .btm_board {
  margin-left: 16px;
}
.main_btm_wrap .inner .quick-wrap {
  margin-left: 16px;
}

.main_btm_wrap .btm_board,
.main_btm_wrap .btm_link .box {
  width: 453px;
  padding: 24px 24px;
  border: 0;
  background: #fff;
  position: relative;
}

.main_btm_wrap .btm_board {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 2px 4px color(display-p3 0 0 0/0.1));
  border-radius: 4px;
  height: 256px;
}

.main_btm_wrap .btm_board .btn_more {
  position: absolute;
  top: 24px;
  right: 20px;
  background: url("../images/comm/ic_more.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}

/*.main_btm_wrap .btm_board .btn_more:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  background: url(/statics/images/icon/ico_plus.svg) no-repeat;
  background-size: cover;
}*/

.main_btm_wrap .btm_board ul li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.main_btm_wrap .btm_board ul li a:hover span, .main_btm_wrap .btm_board ul li a:focus span {
  color: #4462be;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 700;
}
.main_btm_wrap .btm_board ul li a span {
  color: #333;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.main_btm_wrap .btm_board ul li a time {
  flex-shrink: 0;
  color: #333;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.main_btm_wrap .btm_link {
  width: 299px;
}

.main_btm_wrap .btm_link .box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 101px;
}

.main_btm_wrap .btm_link .box:first-child {
  margin-bottom: 8px;
}

.main_btm_wrap .btm_link .box a {
  display: block;
  width: 100%;
  padding: 20px 30px;
  font-family: "Segoe UI";
  font-size: 14px;
  font-weight: 700;
  color: #a0a0a0;
  position: relative;
}

.main_btm_wrap .btm_link .box .title {
  font-family: "Malgun Gothic";
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #000;
  margin: 0 0 5px;
}

.main_btm_wrap .btm_link .box a:before {
  display: none;
}

.main_btm_wrap .btm_link .box a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-17px);
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(/statics/images/icon/ico_book_open.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.main_btm_wrap .btm_link .box:first-child a:after {
  background-image: url(/statics/images/icon/ico_phone.svg);
}

.main_quick_btn_area {
  display: flex;
  flex-direction: column;
}

.main_quick_btn_area .box {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  background: #fff;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px color(display-p3 0 0 0/0.1);
  border-radius: 4px;
  overflow: hidden;
}
.main_quick_btn_area .box + .box {
  margin-top: 8px;
}

.main_quick_btn_area .box:first-child {
  margin-left: 0;
}

.main_quick_btn_area .box a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.5;
}
.main_quick_btn_area .box a .ic {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.main_quick_btn_area .box a .ic.ic-quick1 {
  background: url("../images/main/ic_quick1.svg") no-repeat center/cover;
}
.main_quick_btn_area .box a .ic.ic-quick2 {
  background: url("../images/main/ic_quick2.svg") no-repeat center/cover;
}
.main_quick_btn_area .box a .ic.ic-quick3 {
  background: url("../images/main/ic_quick3.svg") no-repeat center/cover;
}

.main_quick_btn_area .box .title {
  flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #2d293b;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.main_quick_btn_area .box a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-20px);
  background-size: 30px auto;
  background-position: center center;
  display: none;
}

.main_quick_btn_area .ico_guide a:before {
  background-image: url(/statics/images/icon/ico_guide.svg);
  background-repeat: no-repeat;
}

.main_quick_btn_area .ico_userpart a:before {
  background-image: url(/statics/images/icon/ico_userpart.svg);
  background-repeat: no-repeat;
}

.main_quick_btn_area .ico_certification a:before {
  background-image: url(/statics/images/icon/ico_secure.svg);
  background-repeat: no-repeat;
}

.main_quick_btn_area .ico_term a:before {
  background-image: url(/statics/images/icon/ico_term.svg);
  background-repeat: no-repeat;
}

.full footer {
  padding: 30px 0 50px;
  border-top: 0;
  background: #f0f1f5;
}
.full footer .inner {
  max-width: 1380px;
  margin: 0 auto;
}

.full footer .footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
}

.full footer .col_left {
  display: flex;
}

.full footer .footer * {
  font-family: "Pretendard";
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

.full footer .tel {
  text-transform: uppercase;
  margin: 0 0 0 20px;
}

.full footer .copyright {
  display: flex;
  justify-content: flex-end;
}

/*# sourceMappingURL=main.css.map */
