@charset "UTF-8";

/* layout */
html,
body {
  width: 100%;
  height: 100%;
}

.wrap {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  min-height: 100%;
  padding-top: 80px;
  overflow: hidden;
  margin: 0 auto;
  background: #f9f9f9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 490px;
  max-width: 490px;
  background: #00a0e9;
  z-index: 2;
}

.header {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: 80px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: transparent;
  z-index: 100;
}

.m_header {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0 8%;
  z-index: 10;
}

.contents {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  top: 90px;
}

.contents .layout_con {
  position: relative;
  max-width: 1400px;
  min-height: 1250px;
  padding: 4.6vw 5.2vw 4.6vw 5.2vw;
  margin: -30px auto 0;
  background: #fff;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  -webkit-box-shadow: 0 25px 65px 0 rgba(1, 27, 60, 0.15);
  box-shadow: 0 25px 65px 0 rgba(1, 27, 60, 0.15);
  z-index: 10;
}

.contents:after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  right: -92px;
  width: 102px;
  height: 1300px;
  background: url(../img/text_fly.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 5;
}

.inner_wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.footer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  /* height: 439px; */
  /* bottom: 0;
  left: 0; */
  background: #161d28;
  z-index: 5;
}

/* header */
.header .inner_wrap {
  position: relative;
  z-index: 5;
}

.header .logo {
  position: absolute;
  width: 163px;
  height: 38px;
  top: 22px;
  left: 2%;
  z-index: 5;
}

.header .logo a {
  display: block;
  height: 100%;
  text-indent: -9999em;
  background: url("../img/logo.png") no-repeat center center;
  background-size: 100% auto;
}

.header .gnb {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.header .gnb > ul {
  /* overflow: hidden; */
}

.header .gnb > ul > li {
  position: relative;
  float: left;
  margin: 0 45px;
}

.header .gnb > ul > li > a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #292929;
  font-weight: 600;
  padding: 32px 0 31px;
  letter-spacing: -0.45px;
  font-family: "Montserrat";
}

.header .gnb > ul > li > a span {
  position: relative;
  z-index: 5;
  font-family: "Montserrat";
}

.header .gnb > ul > li > a::before {
  content: "";
  position: absolute;
  left: -5px;
  right: 100%;
  top: 54%;
  height: 5px;
  background: transparent;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.header .gnb > ul > li.on > a:before,
.header .gnb > ul > li > a:hover:before {
  right: -5px;
  background-color: #29a6e9;
}
.service_menu {
  position: relative;
}

.service_menu > a {
  display: block;
  padding-right: 13px !important;
  background: url(../img/icon/arrow_select.png) no-repeat right center;
  background-size: 8px auto;
}

.service_menu ul {
  display: none;
  position: absolute;
  top: 65px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
  border: 1px solid #ebebeb;
  border-top: 0;
  background: #fff;
  padding: 2px 0;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(1, 27, 60, 0.3);
  box-shadow: 0 15px 25px 0 rgba(1, 27, 60, 0.3);
}

.service_menu li a {
  text-align: left;
  display: block;
  color: #252525;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 15px;
}

.header .service_menu li a:first-child {
  border-bottom: 1px solid #ebebeb;
}

.header .link_menu {
  position: absolute;
  top: 27px;
  right: 2%;
  z-index: 5;
}

.header .link_menu > a {
  display: block;
  float: left;
  font-size: 15px;
  color: #fff;
  padding: 5px;
  font-family: "Montserrat";
  letter-spacing: -0.45px;
  margin-right: 15px;
}

.header .help_menu {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}

.header .help_menu .help_link {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 5px;
  font-family: "Montserrat";
  letter-spacing: -0.45px;
  cursor: pointer;
}

.header .link_menu .help_menu ul {
  display: none;
  position: absolute;
  top: 40px;
  right: -40px;
  width: 125px;
  border: 1px solid #ebebeb;
  border-top: 0;
  background: #fff;
  padding: 8px 0;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(1, 27, 60, 0.3);
  box-shadow: 0 15px 25px 0 rgba(1, 27, 60, 0.3);
}

.header .link_menu .help_menu li a {
  text-align: left;
  display: block;
  color: #252525;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
}

.help_menu.noti_new .help_link:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0px;
  top: -2px;
  background-color: #ff4040;
  border-radius: 50%;
  z-index: 5;
}

.lang_sel {
  position: relative;
  float: left;
}

.lang_sel .lang_link {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 5px;
  padding-right: 25px;
  font-family: "Montserrat";
  letter-spacing: -0.45px;
  cursor: pointer;
  background: url(../img/icon/arrow_select_w.png) no-repeat 85% center;
  background-size: 7px auto;
}

.lang_sel ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 65px;
  border: 1px solid #ebebeb;
  border-top: 0;
  background: #fff;
  padding: 8px 0;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(1, 27, 60, 0.3);
  box-shadow: 0 15px 25px 0 rgba(1, 27, 60, 0.3);
}

.lang_sel li a {
  text-align: left;
  display: block;
  color: #252525;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
}

.header.fixed {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.header.fixed:after {
  display: none;
}

.header.fixed .link_menu > a,
.header.fixed .link_menu .help_menu span {
  color: #292929;
}

.header.fixed .lang_sel .lang_link {
  color: #292929;
  background: url(../img/icon/arrow_select.png) no-repeat 85% center;
  background-size: 7px auto;
}

/* title */
.title {
  position: relative;
  margin-bottom: 70px;
}

.title h3 {
  font-family: "Montserrat";
  font-size: 120px;
  font-weight: 800;
  line-height: 0.67;
  letter-spacing: -3.6px;
  text-align: center;
  color: #f9f9f9;
}

.title p {
  position: absolute;
  font-size: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 2.67;
  letter-spacing: -0.9px;
  text-align: center;
  color: #292929;
}

/* form */
.form-group {
  margin-bottom: 25px;
  position: relative;
  /* overflow: hidden; */
}

.form-group .form-control {
  width: 100%;
  height: 50px;
  color: #424242;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
}

.form-group .form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #cfcfcf;
  opacity: 1;
}

.form-group .form-control::-moz-placeholder {
  font-weight: 400;
  color: #cfcfcf;
  opacity: 1;
}

.form-group .form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #cfcfcf;
  opacity: 1;
}

.form-group .form-control::-ms-input-placeholder {
  font-weight: 400;
  color: #cfcfcf;
  opacity: 1;
}

.form-group .form-control::placeholder {
  font-weight: 400;
  color: #cfcfcf;
  opacity: 1;
}

.form-inline {
  margin-bottom: 5px;
}

.form-group.form-inline .form-control {
  margin-right: 10px;
  display: block;
  float: left;
  margin-bottom: 0;
}

.form-group.form-inline .form-control:last-child {
  margin-right: 0;
}

.label_txt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  color: #000;
  margin-bottom: 7px;
}

.must:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -3px;
  background: url(../img/icon/i_must.png) no-repeat 0 center;
  background-size: 100% auto;
}

.has-error .form-control {
  border-color: #ff0101;
}

.has-error .form-control:focus {
  border-color: #ff0101;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block {
  margin: 0;
  text-align: center;
  line-height: 2;
  font-size: 12px;
  font-weight: 500;
  color: #ff0101;
  letter-spacing: -0.5px;
}

.help-block ul li {
  color: #ff0101;
  font-size: 11px;
  text-align: left;
  font-weight: 400;
}

.form-group textarea.form-control {
  height: 100px;
  line-height: 1.2;
  margin-top: 5px;
  border-radius: 3px;
  padding: 15px;
  border: solid 1px #d6d6d6;
}
.text_len {
  display: block;
  font-size: 13px;
  text-align: right;
  color: #424242;
  padding: 10px 0;
}
.file_box {
  margin-bottom: 25px;
}
.file_box .form-group {
  overflow: hidden;
  margin-bottom: 7px;
}
.file_box .form-control {
  display: block;
  float: left;
  margin-right: 10px;
  width: calc(100% - 105px);
}
.file_box .btn_file {
  font-size: 14px;
  height: 50px;
  width: 95px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  color: #292929;
  color: #fff;
  font-weight: 500;
  border-color: #00a0e9;
  background: #00a0e9;
  cursor: pointer;
}
.file_box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file_txt {
  display: inline-block;
  font-size: 13px;
  color: #aeb3b7;
  line-height: 1.3;
}

select.form-control {
  padding-right: 30px;
  background: url(../img/icon/arrow_select.png) no-repeat 97% center;
  background-size: 10px auto;
}

.form-group.check_box {
  overflow: hidden;
}

.form-group.check_box label {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #949398;
  letter-spacing: -0.42px;
  font-weight: 400;
}

.form-group input[type="checkbox"] {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0px;
  opacity: 0;
  position: absolute;
}

.form-group input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

.form-group input[type="checkbox"]:checked + label:before {
  color: #fff;
  background-image: url(../img/icon/i_check.png);
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #00a0e9;
  background-color: #00a0e9;
}

.agree_chk span {
  color: #949398;
  letter-spacing: -0.42px;
  font-weight: 400;
}

/* button */
.btn {
  display: inline-block;
  font-size: 14px;
  height: 45px;
  min-width: 95px;
  padding: 0;
  text-align: center;
  color: #292929;
  border-radius: 0px;
  border: 1px solid #eaedf1;
  background: #fff;
}

.btn_sky {
  color: #fff;
  border-color: #00a0e9;
  background: #00a0e9;
}

.btn_gray {
  color: #272727;
  border-color: #f8f8f8;
  background: #f8f8f8;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn.btn_l {
  height: 60px;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
}

.bottom_btns .btn {
  width: 100%;
}

/* board_list */
.board_list {
  border-top: 2px solid #00a0e9;
}

.board_list li {
  position: relative;
}

.board_list li > a {
  display: table;
  width: 100%;
  min-height: 98px;
  font-size: 20px;
  padding: 0 60px 0 0;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  background: url(../img/icon/btn_plus.png) no-repeat 98% center;
  background-size: 26px auto;
}

.board_list li.on > a {
  background: url(../img/icon/btn_minus.png) no-repeat 98% center;
  background-size: 26px auto;
}

.board_list li > a > p {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0 25px 110px;
  line-height: 1.2;
  font-weight: 500;
}

.board_list li > a > p strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: #292929;
}

.board_list li > a > p strong .date {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.42px;
  color: #949398;
  display: block;
  margin-top: 5px;
}

.board_list li .num {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 30px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 98px;
  letter-spacing: -0.48px;
  text-align: left;
  color: #949398;
}

.board_list .board_detail {
  display: none;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-align: left;
  color: #292929;
  padding: 0 30px;
  background: #fafafa;
}

.board_list .board_detail .board_text {
  padding: 30px 80px;
}

.board_list .board_detail .board_text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.board_list li.on .board_detail {
  display: block;
}

.top_txt {
  text-align: right;
}

.top_txt p {
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  text-align: left;
  color: #525353;
  padding-top: 25px;
}

.top_txt p span {
  color: #00a0e9;
}

.top_txt .form-group.search {
  display: inline-block;
  width: 50%;
  max-width: 420px;
  margin-bottom: 0;
}

.top_txt .form-group.search .search_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url(../img/icon/btn_search.png) no-repeat center;
  background-size: 17px auto;
}

.top_txt .form-group.search .form-control {
  height: 45px;
  padding-right: 45px;
}

.notice_wrap .board_list {
  margin-top: 15px;
}

/* tab */
.tab_menu {
  margin-bottom: 60px;
}

.tab_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab_menu ul li {
  width: 35%;
  height: 60px;
  border: 1px solid #ebebeb;
  border-right: 0;
  background: #fff;
}

.tab_menu ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: #949398;
  line-height: 1.3;
}

.tab_menu ul li.on {
  color: #fff;
  background: #00a0e9;
  border-color: #00a0e9;
}

.tab_menu ul li.on a {
  color: #fff;
}

.tab_menu ul li.on + li {
  border-left: 1px solid #00a0e9;
}

.tab_menu ul li:last-child {
  border-right: 1px solid #ebebeb;
}

.tab_menu ul li:last-child.on {
  border-color: #00a0e9;
}

.tab_panels > div {
  display: none;
}

.tab_panels > div:first-child {
  display: block;
}

/* agreement */
.agree_top {
  margin-bottom: 70px;
}

.agree_top h4 {
  position: relative;
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.5px;
  text-align: left;
  color: rgba(0, 160, 233, 0.1);
  margin-bottom: 30px;
}

.agree_top h4 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #292929;
}

.agree_top p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.45px;
  color: #292929;
  margin-top: 15px;
}

.agree_top strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: -0.54px;
  color: #292929;
  margin-top: 20px;
}

.agree_con {
  font-size: 15px;
}

.agree_con h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  text-align: left;
  color: #292929;
  padding: 15px 0;
  margin-top: 35px;
  border-bottom: 1px solid #292929;
}

.agree_con h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #c5c5c5;
  margin: 30px 0 20px;
}

.agree_con .indent {
  font-size: 13px;
  font-weight: normal;
  line-height: 2.31;
  letter-spacing: -0.39px;
  color: #292929;
  padding: 30px 15px;
}

.agree_con .hypen_list {
  line-height: 30px;
  font-size: 14px;
}

.agree_con .dot_list {
  line-height: 30px;
  font-size: 14px;
}

.agree_con .dot_list > li {
  padding-left: 10px;
  text-indent: -10px;
}

.agree_con .num_list > li {
  margin-top: 15px;
  padding-left: 17px;
  text-indent: -17px;
  line-height: 1.35;
}

.agree_con .num_list > li:first-child {
  margin-top: 0;
}

.agree_con .num_list .dot_list {
  margin-top: 10px;
}

.agree_con p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #292929;
}

.agree_con p + .num_list {
  margin-top: 20px;
}

.agree_con p + .dot_list {
  margin-top: 20px;
}

.agree_con .tbl_col {
  margin: 20px 0;
}

/* table */
.tbl_col {
  border: 1px solid #ebebeb;
}

.tbl_col th {
  padding: 10px;
  border: 1px solid #ebebeb;
  text-align: center;
  background-color: #f7f9fa;
}

.tbl_col td {
  padding: 10px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #ebebeb;
  text-align: center;
}

/* faq */
.faq_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 80px;
}

.faq_menu li {
  width: 23%;
  max-width: 270px;
}

.faq_menu li a {
  position: relative;
  display: block;
  height: 100%;
  max-height: 270px;
  text-align: center;
  padding: 16px;
  padding-top: 155px;
  padding-bottom: 95px;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 66px;
  background-size: auto 65px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(1, 27, 60, 0.1);
  box-shadow: 0 5px 10px 0 rgba(1, 27, 60, 0.1);
}

.faq_menu li a:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(1, 27, 60, 0.15);
  box-shadow: 0 10px 50px 0 rgba(1, 27, 60, 0.15);
}

.faq_menu li a p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  text-align: center;
  color: #292929;
}

.faq_menu li a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  display: block;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.36px;
  color: #cfcfcf;
}

.faq_menu li.ico1 a {
  background-image: url(../img/icon/i_faq01.png);
}

.faq_menu li.ico2 a {
  background-image: url(../img/icon/i_faq02.png);
}

.faq_menu li.ico3 a {
  background-image: url(../img/icon/i_faq03.png);
}

.faq_menu li.ico4 a {
  background-image: url(../img/icon/i_faq04.png);
}

.faq_wrap .tab_menu ul li br {
  display: none;
}

.board_list .board_detail .answer {
  padding: 30px 50px 30px 80px;
}

.board_list .board_detail .answer p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.answer .num_list {
  margin-top: 10px;
  font-size: 16px;
}

.answer .num_list > li {
  margin-top: 5px;
}

.answer .num_list > li:first-child {
  margin-top: 0;
}

.answer .num_list .dot_list {
  padding-left: 10px;
}

.answer .num_list p {
  padding-left: 10px;
}

.answer > strong {
  display: block;
  margin-top: 15px;
}

/* partner */
.partner_txt {
  text-align: center;
  margin-bottom: 100px;
}

.partner_txt strong {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1.44px;
  color: #00a0e9;
  margin-bottom: 40px;
}

.partner_txt span {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.57px;
  color: #292929;
  margin-bottom: 10px;
}

.partner_txt p {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.72px;
  text-align: center;
  color: #292929;
}

.partner_list {
  margin-bottom: 80px;
}

.partner_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.partner_list ul li {
  position: relative;
  width: 31.8%;
  margin-left: 2.2%;
  margin-bottom: 1.5vw;
  padding: 115px 30px 33px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.1);
  box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.1);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 30px 35px;
  background-size: auto 60px;
}

.partner_list ul li:nth-child(1) {
  background-image: url(../img/icon/i_parter_01.png);
}

.partner_list ul li:nth-child(2) {
  background-image: url(../img/icon/i_parter_02.png);
}

.partner_list ul li:nth-child(3) {
  background-image: url(../img/icon/i_parter_03.png);
}

.partner_list ul li:nth-child(4) {
  background-image: url(../img/icon/i_parter_04.png);
}

.partner_list ul li:nth-child(5) {
  background-image: url(../img/icon/i_parter_05.png);
}

.partner_list ul li:nth-child(6) {
  background-image: url(../img/icon/i_parter_06.png);
}

.partner_list ul li:nth-child(1) {
  background-image: url(../img/icon/i_parter_01.png);
}

.partner_list ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.partner_list ul li strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  text-align: left;
  color: #292929;
  margin-bottom: 10px;
}

.partner_list ul li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: -0.42px;
  text-align: left;
  color: #949398;
}

.partner_list ul li span {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  text-align: center;
  color: #00a0e9;
}

.partner_bottom {
  width: 100%;
  text-align: center;
  padding: 4vw 0;
  background: url(../img/icon/blur_bg.png) no-repeat 0 0;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

.partner_bottom span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.54px;
  color: #ffffff;
}
.partner_bottom span:first-child {
  margin-right: 10%;
}
.partner_bottom span:first-child::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  width: 14px;
  height: 14px;
  background-color: #8ed7f7;
}

/* about */
.contents.about_con {
  top: 0;
  margin-top: 90px;
}

.about_con .layout_con {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.about_con .title p br {
  display: none;
}

.about_txt {
  text-align: center;
}

.about_txt p {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -1.44px;
  text-align: center;
  color: #292929;
}

.about_txt p b {
  color: #00a0e9;
}

.about_title {
  position: relative;
  margin-bottom: 70px;
}

.about_title h3 {
  font-family: "Montserrat";
  font-size: 100px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -3px;
  text-align: center;
  color: #f1f1f1;
}

.about_title p {
  position: absolute;
  font-size: 25px;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 3;
  letter-spacing: -0.75px;
  text-align: center;
  color: #292929;
}

.about_sec {
  padding: 70px 5vw 115px;
}

.about_sec.sec02 {
  background: #f9f9f9;
}

.story_title {
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.75px;
  text-align: left;
  color: #00a0e9;
  margin-bottom: 30px;
}

.story_txt strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.54px;
  text-align: left;
  color: #292929;
  margin-bottom: 10px;
}

.story_txt p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: -0.45px;
  text-align: left;
  color: #949398;
}

.about_story:first-child {
  margin-bottom: 80px;
}

.about_count ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_count ul li {
  max-width: 370px;
  width: 23%;
  max-height: 280px;
  padding-top: 137px;
  padding-bottom: 70px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.1);
  box-shadow: 0 5px 15px 0 rgba(1, 27, 60, 0.1);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center 53px;
  background-size: auto 60px;
}
.about_count ul li:nth-child(1) {
  background-image: url(../img/icon/i_count_01.png);
}
.about_count ul li:nth-child(2) {
  background-image: url(../img/icon/i_count_02.png);
}
.about_count ul li:nth-child(3) {
  background-image: url(../img/icon/i_count_03.png);
}
.about_count ul li:nth-child(4) {
  background-image: url(../img/icon/i_count_04.png);
}

.about_count ul li > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.48px;
  text-align: center;
  color: #292929;
  margin-bottom: 30px;
}

.about_count ul li strong {
  display: block;
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 800;
  line-height: 0.5;
  letter-spacing: -1.5px;
  text-align: center;
  color: #00a0e9;
}

.about_count ul li strong span {
  display: inline-block;
  font-family: "Montserrat";
}

.crew_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.crew_list ul li {
  position: relative;
  width: 256px;
  height: 256px;
  margin-bottom: 50px;
  border-radius: 35px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.crew_list ul li:nth-child(n + 5) {
  margin-bottom: 0;
}

.crew_list ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.crew_list ul li .profile_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.profile_txt p {
  height: 100%;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile_txt p strong {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.54px;
  text-align: center;
  padding: 0 3px;
  color: #ffffff;
  margin-bottom: 8px;
  padding-top: 10px;
}

.profile_txt p strong span {
  position: relative;
  z-index: 3;
  font-family: "Montserrat";
}

.profile_txt p strong:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 6px;
  background-color: #29a6e9;
  z-index: 1;
}

.profile_txt p > span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
}

.crew_list ul li:hover {
  -webkit-box-shadow: 0 15px 35px 0 rgba(1, 27, 60, 0.3);
  box-shadow: 0 15px 35px 0 rgba(1, 27, 60, 0.3);
}

.crew_list ul li:hover .profile_txt {
  /* display: block; */
  opacity: 1;
}

.about_sec.sec04 {
  text-align: center;
  padding: 110px 6vw 0;
  border-top: 1px solid #f9f9f9;
}

.about_bottom_txt strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.72px;
  text-align: center;
  color: #292929;
  margin-bottom: 10px;
}

.about_bottom_txt p {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -0.57px;
  line-height: 1.45;
  text-align: center;
  color: #292929;
  margin-bottom: 48px;
}

.btn_contact {
  width: 240px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #ffffff;
  -webkit-box-shadow: 0 30px 65px 0 rgba(1, 27, 60, 0.3);
  box-shadow: 0 30px 65px 0 rgba(1, 27, 60, 0.3);
  background-color: #161d28;
  border-color: #161d28;
}

.float_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  left: 0;
  bottom: -120px;
}

.float_bottom > div {
  position: relative;
  width: 48.8%;
  text-align: left;
  padding: 45px 40px 90px;
  background: #14345a;
}

.float_bottom strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  color: #ececed;
  margin-bottom: 12px;
}

.float_bottom p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #cdd1d7;
  margin-bottom: 27px;
}

.float_bottom a {
  position: absolute;
  left: 40px;
  bottom: 50px;
  display: inline-block;
  width: 238px;
  height: 40px;
  font-size: 13px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: -0.39px;
  text-align: center;
  color: #ffffff;
  border: solid 1px #5b718c;
}

/* contact us */
.contact_wrap h3 {
  font-size: 80px;
}
.contact_wrap p {
  line-height: 1.8;
}
.contact_wrap .contact_con {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
}

.contact_wrap .bottom_btns {
  margin-top: 50px;
  text-align: center;
}

.contact_wrap .bottom_btns .btn {
  max-width: 380px;
}

.phone_group {
  margin-bottom: 25px;
}

.phone_group .nation {
  width: 130px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

.phone_group input.form-control {
  width: calc(100% - 140px);
}

.password_form .form-group {
  margin-bottom: 5px;
}

.password_form .add_txt {
  margin-bottom: 55px;
}

.wSelect-option-value {
  padding: 8px 0;
  padding-left: 30px;
}

/* paging */
.paging {
  margin-top: 80px;
  text-align: center;
  font-size: 0;
}

.paging * {
  display: inline-block;
  vertical-align: top;
}

.paging a {
  min-width: 32px;
  height: 35px;
}

.paging .first,
.paging .prev,
.paging .next,
.paging .last {
  margin: 0;
  line-height: 0;
  font-size: 0;
  text-indent: -9999px;
}

.paging .first {
  background: url(../img/icon/arrow_first.png) no-repeat center;
  background-size: 11px auto;
}

.paging .prev {
  background: url(../img/icon/arrow_prev.png) no-repeat center;
  background-size: 7px auto;
  margin-right: 12px;
}

.paging .next {
  background: url(../img/icon/arrow_next.png) no-repeat center;
  background-size: 7px auto;
  margin-left: 12px;
}

.paging .last {
  background: url(../img/icon/arrow_last.png) no-repeat center;
  background-size: 11px auto;
}

.paging > div > * {
  display: inline-block;
  margin: 0 2px;
  min-width: 35px;
  height: 35px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: -0.45px;
  text-align: center;
  color: #949398;
  font-family: "Montserrat";
}

.paging .current {
  color: #fff;
  font-weight: 600;
  background-color: #00a0e9;
}

/* alert modal */
.modal {
  padding-right: 0 !important;
}

.modal-open {
  position: fixed;
  overflow: hidden;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-center {
  text-align: center;
}

.modal-center:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-center .modal-dialog.sm {
  width: 340px;
  max-width: 340px;
}

.modal-center .modal-dialog.md {
  width: 650px;
  max-width: 650px;
}

.modal-center .modal-content {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.modal-center .modal-header {
  position: relative;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #404d5b;
}

.modal-center .modal-body {
  height: auto;
  padding: 0;
}

.modal-center .modal-body .modal_con {
  padding: 30px 20px;
  max-height: 700px;
}

/* footer */
.footer {
  padding: 0 10%;
  padding-top: 90px;
}

.footer .inner_wrap {
  position: relative;
  max-width: 1200px;
  padding-bottom: 60px;
}

.footer .foot_top {
  padding-top: 60px;
}

.footer .foot_logo {
  float: left;
  width: 153px;
  height: 35px;
  text-indent: -9999em;
  margin-right: 50px;
  background: url(../img/logo_w.png) no-repeat 0 0;
  background-size: 100% auto;
}

.footer .foot_nav {
  float: left;
  font-size: 0;
}

.footer .foot_nav li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.footer .foot_nav li:nth-child(2n) {
  font-size: 10px;
  font-weight: 500;
  color: #8e939a;
  top: -1px;
}

.footer .foot_nav li a {
  display: block;
  font-size: 15px;
  color: #8e939a;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.45px;
  padding: 0 10px;
}

.foot_sns {
  display: block;
  position: absolute;
  top: 55px;
  right: 0;
}

.foot_sns div a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  text-indent: -9999em;
  background: url(../img/icon/sns_kakao.png) no-repeat center #a4a4a5;
  background-size: 22px auto;
  border-radius: 50%;
}

.footer .foot_txt {
  margin-top: 25px;
}

.footer .foot_txt p {
  font-size: 13px;
  color: #8e939a;
  font-weight: normal;
  line-height: 1.92;
  letter-spacing: -0.39px;
}

.footer .foot_txt p span {
  font-size: 13px;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
}

.footer .foot_txt .copy {
  margin-top: 20px;
}

/* pc 1400 이하 */
@media screen and (max-width: 1400px) {
  .wrap:before {
    max-height: 420px;
    max-width: 420px;
  }

  .contents .layout_con {
    padding: 80px 45px;
    min-height: 1000px;
  }

  .contents:after {
    top: 80px;
    right: -66px;
    width: 76px;
  }

  .about_con .layout_con {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .header .gnb > ul > li {
    margin: 0 35px;
  }

  .header .gnb > ul > li > a {
    padding: 32px 0 31px;
  }

  .title h3 {
    font-size: 73px;
  }

  .title p {
    font-size: 23px;
    line-height: 2;
  }

  .faq_menu li a {
    padding-top: 120px;
    padding-bottom: 75px;
    background-position: center 40px;
    background-size: auto 52px;
  }

  .faq_menu li a p {
    font-size: 16px;
    line-height: 1.4;
  }

  .partner_txt {
    margin-bottom: 80px;
  }

  .partner_txt strong {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .partner_txt span {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .partner_txt p {
    font-size: 20px;
  }

  .about_title h3 {
    font-size: 80px;
  }

  .about_title p {
    font-size: 21px;
  }

  .about_txt p {
    font-size: 42px;
    line-height: 1.4;
  }

  .about_count ul li {
    padding-top: 110px;
    background-position: center 40px;
    background-size: auto 48px;
    padding-bottom: 50px;
  }

  .about_count ul li > span {
    margin-bottom: 25px;
  }

  .about_count ul li strong {
    font-size: 42px;
  }

  .crew_list ul li {
    width: 22.5%;
    height: 16.6vw;
    margin-bottom: 25px;
  }
}

/* 테블릿 */
@media screen and (max-width: 1024px) {
  .wrap {
    padding-top: 45px;
  }

  .wrap:before {
    max-height: 325px;
    max-width: 325px;
  }

  .container {
    padding: 0 7%;
  }

  .contents {
    top: 80px;
  }

  .contents .layout_con {
    padding: 80px 30px;
    min-height: 900px;
  }

  .contents.about_con {
    top: 0;
    margin-top: 80px;
  }

  .about_con .layout_con {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .contents:after {
    top: 80px;
    right: -48px;
    width: 58px;
  }

  .faq_menu li {
    width: 23%;
    height: auto;
    margin-left: 2.5%;
  }

  .faq_menu li:first-child {
    margin-left: 0;
  }

  .faq_menu li a {
    padding: 16px;
    padding-top: 25px;
    padding-bottom: 40px;
    background-image: none !important;
  }

  .faq_menu li a p {
    font-size: 15px;
    line-height: 1.4;
  }

  .faq_menu li a span {
    font-size: 12px;
  }

  .partner_list ul li {
    padding: 95px 25px 30px;
    background-size: auto 48px;
    background-position: 25px 30px;
  }

  .partner_list ul li strong {
    font-size: 16px;
  }

  .partner_list ul li p {
    line-height: 1.5;
  }

  .about_count ul li {
    padding-top: 100px;
    padding-bottom: 40px;
    background-position: center 30px;
    background-size: auto 42px;
  }

  .about_count ul li > span {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about_count ul li strong {
    font-size: 36px;
  }

  .crew_list ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .crew_list ul li {
    width: 31%;
    height: 23.5vw;
    margin-left: 3.5%;
    margin-bottom: 30px;
  }

  .crew_list ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .crew_list ul li:nth-child(n + 5) {
    margin-bottom: 30px;
  }

  .crew_list ul li:nth-child(n + 7) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  /* header */
  .header {
    display: none;
  }

  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    padding: 0 15px;
    background: transparent;
    z-index: 100;
  }

  .m_header .m_logo {
    float: left;
    width: 108px;
    height: 100%;
    line-height: 50px;
  }

  .m_header .m_logo a {
    display: block;
    height: 100%;
    text-indent: -9999em;
    background: url(../img/logo_m.png) no-repeat center center;
    background-size: 100% auto;
  }

  .m_header .m_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999em;
    background: url(../img/icon/m_menu_w.png) no-repeat center center;
    background-size: 20px auto;
  }

  .m_header.fixed {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
  }

  .m_header.fixed .m_menu {
    background: url(../img/icon/m_menu_b.png) no-repeat center center;
    background-size: 20px auto;
  }

  #gnb_modal .service_menu > a {
    background: none;
  }

  #gnb_modal .service_menu ul {
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 180px;
    transform: translateX(0%);
    border: 0px;
    padding: 0;
    padding-bottom: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .board_list li > a > p {
    padding: 20px 0 20px 70px;
  }

  .board_list .board_detail .answer {
    padding: 30px 30px 30px 40px;
  }

  .partner_list {
    margin-bottom: 45px;
  }

  .partner_list ul li {
    width: 48%;
  }

  .partner_list ul li,
  .partner_list ul li:nth-child(3n + 1) {
    margin-left: 4%;
    margin-bottom: 3.4vw;
  }

  .partner_list ul li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .partner_txt {
    margin-bottom: 80px;
  }

  .partner_txt strong {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .partner_txt span {
    font-size: 15px;
  }

  .partner_txt p {
    font-size: 18px;
  }

  .partner_bottom span {
    font-size: 16px;
  }
  .partner_bottom span:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .about_count ul li {
    width: 48%;
    padding-top: 80px;
    padding-bottom: 30px;
    background-position: center 25px;
    background-size: auto 38px;
  }
  .about_count ul li:nth-child(1),
  .about_count ul li:nth-child(2) {
    margin-bottom: 25px;
  }
  .about_count ul li > span {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .about_count ul li strong {
    font-size: 28px;
  }

  .float_bottom {
    display: block;
    bottom: -120px;
  }

  .float_bottom > div {
    width: 100%;
    padding: 35px 35px 80px;
    margin-bottom: 30px;
  }

  .float_bottom strong {
    font-size: 16px;
  }

  .float_bottom p {
    font-size: 14px;
    margin-bottom: 27px;
  }

  .float_bottom a {
    bottom: 40px;
  }

  .contact_wrap h3 {
    font-size: 60px;
  }

  /* modal */
  .modal {
    overflow: visible !important;
    padding-right: 0 !important;
    z-index: 9999 !important;
  }

  .modal-open {
    position: fixed;
    overflow: hidden;
  }

  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal.right.fade .modal-dialog {
    right: -200%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }

  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 280px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }

  .modal.right .modal-body {
    padding: 0;
  }

  /* gnb modal */
  .modal.right.gnb_modal {
    z-index: 9999;
  }

  .modal.right.gnb_modal .modal-dialog {
    min-width: 320px;
    width: 100%;
  }

  .gnb_modal .modal-backdrop {
    background-color: #000;
    opacity: 0;
    display: none;
  }

  .gnb_modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    height: 100%;
  }

  .gnb_modal .modal-header {
    position: relative;
    height: 45px;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 10;
  }

  .lang_sel .lang_link {
    font-size: 16px;
    color: #252525;
    padding: 15px 0;
    padding-right: 25px;
    background: url(../img/icon/arrow_select.png) no-repeat 85% center;
    background-size: 7px auto;
  }

  .lang_sel ul {
    display: none;
    position: absolute;
    top: 38px;
    left: -5px;
    width: 65px;
    padding: 5px 0;
  }

  .lang_sel li a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
  }

  .gnb_modal .close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin-top: 0;
    opacity: 1;
    text-indent: -9999px;
    text-shadow: none;
    z-index: 9999;
    background: url(../img/icon/modal_close.png) no-repeat center center;
    background-size: 14px auto;
  }

  .gnb_modal .modal-body {
    height: calc(100% - 46px);
    position: relative;
  }

  .link_list ul li {
    position: relative;
  }

  .link_list > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.54px;
    text-align: left;
    color: #292929;
  }

  .link_list ul li a span {
    position: relative;
    display: inline-block;
  }

  .link_list ul li a b {
    display: block;
    position: relative;
    padding: 0 3px;
    z-index: 5;
  }

  .link_list ul li.on a span:after,
  .link_list ul li a:active span:after,
  .link_list ul li a:focus span:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #29a6e9;
    z-index: 2;
  }

  .link_list .help_menu {
    margin-bottom: 10px;
  }

  .help_menu.noti_new a span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -4px;
    top: -5px;
    background-color: #ff4040;
    border-radius: 50%;
    z-index: 5;
  }

  .link_list .depth02 li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    letter-spacing: -0.42px;
    text-align: left;
    color: #292929;
  }

  .gnb_modal .modal_bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #ebebeb;
  }

  .gnb_modal .modal_bottom a {
    position: relative;
    display: block;
    line-height: 49px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.39px;
    color: #292929;
  }

  .gnb_modal .modal_bottom a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
    width: 12px;
    height: 14px;
    background: url(../img/icon/btn_download.png) no-repeat center center;
    background-size: 100% auto;
  }

  .gnb_modal .modal_bottom a b {
    color: #00a0e9;
  }
}

/* 모바일 */
@media screen and (max-width: 768px) {
  .wrap {
    min-width: 100%;
    max-width: 100%;
    background: #fff;
  }

  .wrap:before {
    height: 30%;
    max-height: 375px;
    max-width: 28%;
  }

  .inner_wrap {
    width: 100%;
  }

  .container {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 20px;
  }

  .contents {
    top: 0;
  }

  .contents .layout_con {
    width: 100%;
    margin: 0 auto;
    min-height: 550px;
    padding: 50px 15px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0;
  }

  .about_con .layout_con {
    padding-left: 0;
    padding-right: 0;
  }

  .contents:after {
    display: none;
  }

  .title {
    margin-bottom: 30px;
  }

  .title h3 {
    font-size: 58px;
  }

  .title p {
    font-size: 18px;
  }

  .title.ver02 h3 {
    font-size: 48px;
  }

  .partner_txt {
    margin-bottom: 50px;
  }

  .partner_txt strong {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .partner_txt span {
    font-size: 14px;
    line-height: 1.3;
  }

  .partner_txt p {
    font-size: 16px;
    line-height: 1.4;
  }

  .partner_list ul li {
    width: 100%;
    padding: 85px 20px 20px;
    background-size: auto 42px;
    background-position: 25px 20px;
  }

  .partner_list ul li:nth-child(2n) {
    margin-left: 0;
  }

  .partner_list ul li span {
    top: 20px;
    right: 20px;
  }

  .partner_bottom {
    padding: 6vw 0;
  }

  .partner_bottom span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
  }

  .board_list li > a {
    min-height: 75px;
    font-size: 14px;
    padding: 0 45px 0 0;
    background: url(../img/icon/btn_plus.png) no-repeat 98% center;
    background-size: 20px auto;
  }

  .board_list li.on > a {
    background: url(../img/icon/btn_minus.png) no-repeat 98% center;
    background-size: 20px auto;
  }

  .board_list li > a > p {
    padding: 11px 0 11px 45px;
  }

  .board_list li > a > p strong {
    font-size: 15px;
    letter-spacing: -0.45px;
  }

  .board_list li > a > p strong .date {
    font-size: 13px;
    letter-spacing: -0.39px;
    margin-top: 3px;
  }

  .board_list li .num {
    padding: 0 10px;
    font-size: 15px;
    line-height: 75px;
    letter-spacing: -0.45px;
  }

  .board_list .board_detail {
    display: none;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.42px;
    padding: 0;
  }

  .board_list .board_detail .board_text {
    padding: 25px 15px;
  }

  .board_list .board_detail .board_text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .board_list .board_detail .answer {
    padding: 25px 15px;
  }

  .board_list .board_detail .answer p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .answer .num_list {
    font-size: 14px;
  }

  .tab_menu {
    margin-bottom: 45px;
  }

  .tab_menu ul li {
    height: 45px;
  }

  .tab_menu ul li a {
    font-size: 14px;
    padding: 14px 0;
  }

  .faq_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .faq_menu li {
    width: 48.5%;
    max-width: 100%;
    margin-bottom: 2.5%;
  }

  .faq_menu li:nth-child(2n - 1) {
    margin-left: 0;
  }

  .top_txt p {
    display: none;
  }

  .top_txt .form-group.search {
    width: 100%;
    max-width: 100%;
  }

  .top_txt .form-group.search .form-control {
    height: 42px;
  }

  /* agreement */
  .agree_top {
    margin-bottom: 45px;
  }

  .agree_top h4 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .agree_top h4 span {
    font-size: 22px;
  }

  .agree_top p {
    font-size: 14px;
    margin-top: 10px;
  }

  .agree_top strong {
    font-size: 14px;
    margin-top: 15px;
  }

  .agree_con {
    font-size: 14px;
  }

  .agree_con h3 {
    font-size: 16px;
    padding: 10px 0;
    margin-top: 20px;
  }

  .agree_con h4 {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .agree_con .indent {
    font-size: 12px;
    line-height: 1.8;
    padding: 10px 10px;
  }

  .agree_con .hypen_list {
    line-height: 22px;
    font-size: 13px;
  }

  .agree_con .dot_list {
    line-height: 22px;
    font-size: 13px;
  }

  .agree_con .dot_list > li {
    padding-left: 10px;
    text-indent: -10px;
  }

  .agree_con .num_list > li {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 17px;
    text-indent: -17px;
    line-height: 1.3;
  }

  .agree_con .num_list > li:first-child {
    margin-top: 0;
  }

  .agree_con .num_list .dot_list {
    margin-top: 10px;
  }

  .agree_con p {
    font-size: 13px;
  }

  .agree_con p + .num_list {
    margin-top: 15px;
  }

  .agree_con p + .dot_list {
    margin-top: 15px;
  }

  .agree_con .tbl_col {
    margin: 15px 0;
  }

  /* about */
  .contents.about_con {
    margin-top: 0;
  }

  .about_title {
    margin-bottom: 50px;
  }

  .about_title h3 {
    font-size: 65px;
    letter-spacing: -2px;
  }

  .about_title p {
    font-size: 18px;
    line-height: 3;
  }

  .about_sec {
    padding: 50px 15px 50px;
  }

  .about_txt {
    padding: 0 15px;
  }

  .about_txt p {
    font-size: 32px;
    line-height: 1.3;
  }

  .about_sec.sec04 {
    padding: 50px 15px 0;
  }

  .about_bottom_txt strong {
    font-size: 21px;
  }

  .about_bottom_txt p {
    font-size: 16px;
  }

  .float_bottom {
    bottom: -80px;
  }

  .float_bottom > div {
    padding: 30px 25px 60px;
  }

  .float_bottom strong {
    font-size: 15px;
  }

  .float_bottom a {
    left: 25px;
    bottom: 30px;
    width: calc(100% - 46px);
  }

  .crew_list ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .crew_list ul li {
    width: 43%;
    height: 41.2vw;
    max-width: 225px;
    max-height: 225px;
    margin: 0 2.5%;
    margin-bottom: 30px;
  }

  .crew_list ul li:nth-child(3n + 1) {
    margin: 0 2.5%;
    margin-bottom: 30px;
  }

  .crew_list ul li:nth-child(n + 7) {
    margin-bottom: 0;
  }

  .story_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about_story:first-child {
    margin-bottom: 50px;
  }

  .story_txt strong {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.48px;
  }

  .story_txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: -0.42px;
  }

  .sec01 {
    padding-top: 70px;
  }

  .about_count ul li {
    width: 100%;
    max-width: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
    background-position: center 35px;
    background-size: auto 48px;
    margin-bottom: 25px;
  }

  .about_count ul li:last-child {
    margin-bottom: 0;
  }

  .about_count ul li > span {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .about_count ul li strong {
    font-size: 36px;
  }

  /* table */
  .tbl_col {
    border: 1px solid #ebebeb;
  }

  .footer {
    height: auto;
  }

  img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .paging {
    margin-top: 40px;
  }

  /* form */
  .form-group .form-control {
    height: 42px;
    font-size: 14px;
  }

  .form-inline {
    margin-bottom: 5px;
  }

  .label_txt {
    font-size: 13px;
  }

  .form-group input[type="checkbox"] {
    height: 20px;
    width: 2px;
    padding: 0;
  }

  .form-group input[type="checkbox"] + label:before {
    height: 20px;
    width: 20px;
  }

  .file_box .btn_file {
    font-size: 13px;
    height: 42px;
    width: 95px;
    line-height: 40px;
  }

  .phone_group .nation {
    height: 42px;
  }

  .contact_wrap h3 {
    font-size: 48px;
  }

  .contact_wrap p {
    line-height: 1.6;
  }

  /* button */
  .btn.btn_l {
    height: 45px;
    line-height: 43px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
  }

  /* footer */
  .footer {
    padding: 0 25px;
  }

  .footer .inner_wrap {
    text-align: center;
  }

  .footer .foot_logo {
    display: inline-block;
    float: none;
    width: 150px;
    height: 35px;
    margin-right: 0;
    background: url(../img/logo_w.png) no-repeat center center;
    background-size: 100% auto;
  }

  .footer .foot_nav {
    text-align: center;
    float: none;
    margin-top: 20px;
  }

  .footer .foot_nav li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -0.45px;
    color: #8e939a;
    padding: 0 8px;
  }

  .footer .foot_nav li:nth-child(1) a {
    padding-left: 0;
  }

  .footer .foot_nav li:last-child a {
    padding-right: 0;
  }

  .footer .foot_top {
    text-align: center;
  }

  .footer .foot_sns {
    position: relative;
    top: 20px;
  }

  .footer .foot_txt p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.92;
    letter-spacing: -0.39px;
    text-align: center;
    color: #8e939a;
  }
}

@media screen and (max-width: 580px) {
  .crew_list ul {
    display: block;
  }

  .crew_list ul li {
    width: 225px;
    height: 225px;
    margin: 0 auto 45px;
  }

  .crew_list ul li:nth-child(3n + 1) {
    margin: 0 auto 45px;
  }

  .faq_wrap .tab_menu ul li a {
    font-size: 13px;
  }

  .faq_wrap .tab_menu ul li br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .paging a {
    min-width: 30px;
  }

  .paging .prev {
    margin-right: 5px;
  }

  .paging .next {
    margin-left: 5px;
  }

  .about_con .title p {
    line-height: 1.2;
  }

  .about_con .title p br {
    display: block;
  }

  .about_txt p {
    font-size: 26px;
  }

  .contact_wrap h3 {
    font-size: 42px;
  }

  .contact_wrap p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 359px) {
  .title.ver02 h3 {
    font-size: 44px;
  }

  .tab_menu ul li a {
    font-size: 13px;
  }

  .footer .foot_nav li a {
    font-size: 14px;
  }

  .paging a {
    min-width: 28px;
    height: 34px;
  }

  .paging .prev {
    margin-right: 1px;
  }

  .paging .next {
    margin-left: 1px;
  }

  .paging > div > * {
    margin: 0 1px;
    min-width: 33px;
    height: 33px;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 359px) {
  .footer .foot_nav li a {
    font-size: 13px;
  }
}
