@charset "utf-8";

/* font */
@font-face {
  font-family: 'APHQ';
  font-style: normal;
  src: url('../fonts/APHQ-Text.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/APHQ-Text.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/APHQ-Text.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/APHQ-Text.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/APHQ-Text.svg') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'aritadt';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Arita-Dotum-Thin.eot');
  src: local(※), url('../fonts/Arita-Dotum-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arita-Dotum-Thin.woff') format('woff'),
    url('../fonts/Arita-Dotum-Thin.ttf') format('truetype'),
    url('../fonts/Arita-Dotum-Thin.svg') format('svg');
}

@font-face {
  font-family: 'aritadm';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Arita-Dotum-Medium.eot');
  src: local(※), url('../fonts/Arita-Dotum-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arita-Dotum-Medium.woff') format('woff'),
    url('../fonts/Arita-Dotum-Medium.ttf') format('truetype'),
    url('../fonts/Arita-Dotum-Medium.svg') format('svg');
}

@font-face {
  font-family: 'aritadsb';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Arita-Dotum-SemiBold.eot');
  src: local(※), url('../fonts/Arita-Dotum-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arita-Dotum-SemiBold.woff') format('woff'),
    url('../fonts/Arita-Dotum-SemiBold.ttf') format('truetype'),
    url('../fonts/Arita-Dotum-SemiBold.svg') format('svg');
}

@font-face {
  font-family: 'aritadb';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Arita-Dotum-Bold.eot');
  src: local(※), url('../fonts/Arita-Dotum-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arita-Dotum-Bold.woff') format('woff'),
    url('../fonts/Arita-Dotum-Bold.ttf') format('truetype'),
    url('../fonts/Arita-Dotum-Bold.svg') format('svg');
}

/* header */
#header {
  position: fixed;
  width: 100%;
  height: 130px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  z-index: 999;
}

#header .header_inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#header .logo {
  position: absolute;
  left: 110px;
  display: inline-block;
  vertical-align: top;
  margin: 45px 0 0 0;
  z-index: 99;
}

#header nav ul {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header nav li {
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

#header nav li:last-child {
  margin-right: 0;
}

#header nav li a {
  position: relative;
  display: inline-block;
  font-family: 'APHQ';
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s;
}

#header nav li.active a {
  color: #b3b3b3;
  transition: all 0.2s;
}

#header nav li a:hover {
  color: #b3b3b3;
  transition: all 0.2s;
}

#header .lang {
  position: absolute;
  right: -22px;
  top: 58px;
}

#header .lang span {
  display: inline-block;
}

#header .lang span:first-child {
  margin-right: 15px;
}

#header .lang span a {
  font-size: 16px;
  font-family: 'APHQ';
  font-weight: bold;
}

#header .lang span a.on {
  text-shadow: -0.1px -0.1px 0 #303030, 0.1px -0.1px 0 #303030, -0.1px 0.1px 0 #303030, 0.1px 0.1px 0 #303030;
}

#header .m_menu {
  display: none;
}

/* section01 */
.section_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.section {
  position: relative;
  background: #fff;
}

.section .section_title {
  font-family: 'APHQ';
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 90px;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.2s;
}

.section .section_title.on {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.2s ease-out;
}

.scroll_down {
  position: absolute;
  right: -32px;
  top: 48px;
  top: 78px\0/;
  transform: rotate(90deg);
  animation: sideSlide01 2.5s forwards;
}

.scroll_down span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'APHQ';
  font-weight: bold;
}

.scroll_down span::before {
  content: '';
  display: block;
  width: 87px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 121px;
  top: 6px;
}

.scroll_down span::after {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 208px;
  top: 6px;
}

.scroll_down::after {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #fff;
  position: absolute;
  bottom: 21px;
  left: 246px;
  transform: rotate(45deg);
}

#section01 {
  height: 655px !important;
}

/* 220107 수정 */
#section01 .fp-scroller {
  height: 735px;
}

/* 220107 추가 */
#section01 .section01_top {
  text-align: center;
  padding-top: 655px;
  position: relative;
}

#section01 .section01_top h1 {
  position: relative;
  width: 1380px;
  height: 305px;
  margin: 0 auto;
  font-family: 'APHQ';
  font-size: 161px;
  line-height: 0.99;
  line-height: 1.15\0/;
  color: #303030;
  text-shadow: -0.3px -0.3px 0 #303030, 0.3px -0.3px 0 #303030, -0.3px 0.3px 0 #303030, 0.3px 0.3px 0 #303030;
}

#section01 .section01_top h1 span {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  position: relative;
  transform-origin: right center;
  animation: sideSlide01 3s forwards;
  height: 159px\0/;
}

#section01 .section01_top h1 span::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-split);
  height: 31.5%;
  color: #303030;
  overflow: hidden;
}

@keyframes sideSlide01 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#section01 .section01_top .main_visual {
  position: absolute;
  top: 445px;
  top: 419px\0/;
  left: 50%;
  transform: translate(-50%, 0);
}

#section01 .section01_top h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 69%;
  top: -2px\0/;
  height: 78%\0/;
  z-index: 9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 11%, white 100%);
  transform-origin: right center;
  animation: sideSlide 3.5s forwards;
}

@keyframes sideSlide {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

/* section02 */
#section02 {
  z-index: -1;
}

#section02 .section02_bgWrap .section02_bg {
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/about_bg.png) no-repeat center top;
  background-attachment: fixed;
}

#section02 .about_us {
  width: 1300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 130px;
}

#section02 .about_us h3 {
  font-size: 74px;
  line-height: 0.5;
  color: #fff;
  font-family: 'APHQ';
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.3s ease-out;
}

#section02 .about_us p {
  font-size: 28px;
  line-height: 1.54;
  color: #fff;
  margin-top: 55px;
  font-family: 'aritadsb';
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.3s ease-out;
}

#section02 .about_us.on h3 {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
}

#section02 .about_us.on p {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
}

/* section03 */
#section03 .section_inner {
  padding-top: 220px;
}

#section03 .criteria_list {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s ease-out;
}

#section03 .criteria_list.on {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease-out;
  transition-delay: 0.3s;
}

#section03 .criteria_list li {
  float: left;
  width: calc(100%/3 - 27px);
  height: 455px;
  padding: 41px;
  background: #303030;
  margin-right: 40px;
  color: #fff;
}

#section03 .criteria_list li:last-child {
  margin-right: 0;
}

#section03 .criteria_list::after {
  content: '';
  display: block;
  clear: both;
}

#section03 .criteria_list li h4 {
  font-size: 40px;
  font-family: 'APHQ';
  font-weight: bold;
  padding: 50px 0 18px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}

#section03 .criteria_list li p {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  font-family: 'aritadt';
}

.eng #section03 .criteria_list li p br {
  display: none;
}

/* section04 */
#section04 .section_inner {
  padding-top: 250px;
}

#section04 .process_list {
  padding-top: 55px;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s ease-out;
}

#section04 .process_list.on {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease-out;
  transition-delay: 0.3s;
}

#section04 .process_list li {
  float: left;
  width: calc(100%/5);
  text-align: center;
}

#section04 .process_list::after {
  content: '';
  display: block;
  clear: both;
}

#section04 .process_list .process_num {
  text-align: left;
}

#section04 .process_list .process_num span {
  display: inline-block;
  width: 58px;
  height: 60px;
  line-height: 68px;
  line-height: 72px\0/;
  border-radius: 50%;
  background: #303030;
  font-size: 30px;
  font-family: 'APHQ';
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#section04 .process_list .process_icon {
  padding: 50px 0;
}

#section04 .process_list p {
  font-size: 26px;
  font-family: 'aritadsb'
}

#section04 .process_list li:nth-child(4) .process_icon img {
  position: relative;
  left: -20px;
}

#section04 .process_list li:nth-child(4) p {
  text-align: left;
}

.eng #section04 .process_list li:nth-child(4) .process_icon img {
  left: 0;
}

.eng #section04 .process_list li:nth-child(4) p {
  text-align: center;
}

/* section05 */
#section05 .section_inner {
  padding: 220px 0 180px 0;
}

#section05 .portfolio01 {
  padding-top: 20px;
}

#section05 .portfolio02 {
  padding-top: 160px;
}

#section05 .portfolio_section h3 {
  font-size: 48px;
  line-height: 1;
  font-family: 'aritadb';
  padding-bottom: 35px;
}

#section05 .portfolio_section .company_list li {
  position: relative;
  float: left;
  width: calc(100%/4 - 33.8px);
  height: 178px;
  border: 1px solid #707070;
  margin: 20px 45px 0 0;
  text-align: center;
  overflow: hidden;
}

#section05 .portfolio_section .company_list li:nth-child(4n) {
  margin-right: 0;
}

#section05 .portfolio_section .company_list li:nth-child(n+1):nth-child(-n+4) {
  margin-top: 0;
}

#section05 .portfolio_section .company_list::after {
  content: '';
  display: block;
  clear: both;
}

#section05 .portfolio_section .company_list li>img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

#section05 .portfolio_section .company_list li:hover .company_overBox {
  opacity: 1;
  transition: all 0.5s;
}

#section05 .portfolio_section .company_list li .company_overBox {
  display: table;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}

#section05 .portfolio_section .company_list li .company_overBox a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
}

#section05 .portfolio_section .company_list li .company_overBox a h4 {
  font-size: 30px;
}

#section05 .portfolio_section .company_list li .company_overBox a p {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: 'aritadt'
}

/* section06 */
#section06 {
  height: auto !important;
}

#section06 .section_inner {
  padding: 200px 0 190px 0;
}

#section06 .section_title {
  text-align: center;
  margin-bottom: 113px;
}

#section06 .form_wrap {
  padding: 0 180px;
}

#section06 .privacy_area .privacy_title {
  font-size: 20px;
  font-family: 'aritadb';
  letter-spacing: -0.5px;
  margin-bottom: 23px;
}

#section06 .privacy_area .privacy_list {
  margin-bottom: 20px;
}

/* 220107 추가 */
#section06 .privacy_area .privacy_list::after {
  content: '';
  display: block;
  clear: both;
}

/* 220107 수정 */
#section06 .privacy_area .privacy_list>ul {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #303030;
}

#section06 .privacy_area .privacy_list>ul:nth-of-type(1) {
  width: calc(21% - 10px);
}

#section06 .privacy_area .privacy_list>ul:nth-of-type(2) {
  width: calc(21% - 10px);
}

#section06 .privacy_area .privacy_list>ul:nth-of-type(3) {
  width: calc(29.5% - 10px);
}

#section06 .privacy_area .privacy_list>ul:last-of-type {
  width: calc(29% - 10px);
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

#section06 .privacy_area .privacy_list>ul>li {
  display: table;
  width: 100%;
}

#section06 .privacy_area .privacy_list>ul>li span {
  display: table-cell;
  vertical-align: middle;
}

#section06 .privacy_area .privacy_list>ul>li:nth-child(1) {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'aritadb';
  padding: 18px 5px;
  border-top: 1px solid #b3b3b3;
}

#section06 .privacy_area .privacy_list>ul>li:nth-child(2) {
  min-height: 105px;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -0.3px;
  text-align: center;
  /*2022.03.24 padding: 20px 15px;*/
  border-top: 1px solid #303030;
  border-bottom: 1px solid #b3b3b3;
  border-right: none;
}

#section06 .privacy_area .privacy_info {
  font-size: 15px;
  letter-spacing: -0.3px;
}

#section06 .privacy_area .privacy_chk .checks {
  display: inline-block;
}

#section06 .privacy_area .privacy_chk .checks:first-child {
  margin-right: 40px;
}

#section06 .privacy_area .privacy_chk {
  text-align: right;
  margin-top: 20px;
}

#section06 .privacy_area .privacy_chk .checks {
  position: relative;
}

#section06 .privacy_area .privacy_chk .checks label {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0px;
  font-weight: 500;
}

#section06 .privacy_area .privacy_chk .checks input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0px 8px 0px 0px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#section06 .privacy_area .privacy_chk .checks input[type="radio"]+label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#section06 .privacy_area .privacy_chk .checks input[type="radio"]+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: url('../images/chk_before.svg') no-repeat center center;
}

#section06 .privacy_area .privacy_chk .checks input[type="radio"]:checked+label {
  color: #333;
}

#section06 .privacy_area .privacy_chk .checks input[type="radio"]:checked+label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url('../images/chk_after.svg') no-repeat center center;
}

#section06 .form_area {
  margin-top: 30px;
}

#section06 .form_area label {
  font-size: 36px;
  line-height: 1;
  font-family: 'APHQ';
  font-weight: bold;
}

#section06 .form_area .form_line:nth-last-of-type(2) label {
  width: 217px;
  display: inline-block;
}

#section06 .form_area .form_line {
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 6px;
  margin-bottom: 28px;
}

#section06 .form_area .form_line:nth-last-of-type(2) {
  border-bottom: none;
  padding-bottom: 6px;
  position: relative;
}

#section06 .form_area .form_line:nth-last-of-type(2):after {
  display: block;
  width: calc(100% - 225px);
  height: 1px;
  background: #303030;
  position: absolute;
  right: 0;
  bottom: 6px;
}

#section06 .form_area .form_text {
  float: right;
}

#section06 .form_area .form_text01 {
  width: calc(100% - 100px);
}

#section06 .form_area .form_text02 {
  width: calc(100% - 120px);
}

#section06 .form_area .form_text03 {
  width: calc(100% - 290px);
}

#section06 .form_area .form_text04 {
  width: calc(100% - 229px);
}

#section06 .form_area .form_text05 {
  width: calc(100% - 200px);
}

#section06 .form_area .form_text06 {
  width: calc(100% - 230px);
}

#section06 .form_area .form_text07 {
  width: calc(100% - 285px);
}

#section06 .form_area .form_text input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
}

#section06 .form_area .form_text textarea {
  width: 100%;
  height: 130px;
  font-size: 20px;
  resize: none;
}

#section06 .form_area .form_text input[disabled] {
  background: #f8f8f8;
}

#section06 .form_area .form_text textarea[disabled] {
  background: #f8f8f8;
}

#section06 .form_area .form_info {
  font-size: 15px;
  letter-spacing: -0.3px;
  padding-top: 30px;
}

#section06 .form_area .form_line::after {
  content: '';
  display: block;
  clear: both;
}

#section06 .file_list {
  width: calc(100% - 178px);
  max-height: 148px;
  overflow-y: auto;
  display: inline-block;
  vertical-align: bottom;
}

#section06 .removeFile {
  float: left;
  width: 20px;
  margin-top: 20px;
  cursor: pointer;
}

#section06 .file_input_textbox {
  float: left;
  width: calc(100% - 25px);
  height: 35px;
  font-size: 20px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#section06 .file_input_div {
  float: right;
  position: relative;
  width: 172px;
  height: 42px;
  overflow: hidden;
}

#section06 .file_input_div::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#section06 .file_input_button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: url('../images/file_icon.svg') no-repeat 35px center;
  border: 1px solid #303030 !important;
  font-size: 15px;
  font-family: 'aritadb';
  text-align: left;
  padding-left: 70px;
  color: #303030;
}

/* 211231 수정 */
#section06 .file_input_button:active {
  color: #303030;
}

/* 211231 수정 */
#section06 .file_input_hidden {
  display: inline-block;
  width: 172px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

#section06 .form_area .form_line:last-of-type {
  padding-bottom: 15px;
}

#section06 .submit_area {
  text-align: right;
}

#section06 .submit_area input[type="button"] {
  width: 474px;
  height: 86px;
  line-height: 54px;
  line-height: 65px\0/;
  background: #303030 url(../images/submit_icon.svg) no-repeat 95% 20px;
  color: #fff;
  font-size: 50px;
  font-family: 'APHQ';
  padding: 20px;
  cursor: pointer;
}

.eng #section06 .privacy_area .privacy_list>ul:nth-of-type(1) {
  width: calc(27% - 10px);
}

.eng #section06 .privacy_area .privacy_list>ul:nth-of-type(2) {
  width: calc(35.5% - 10px);
}

.eng #section06 .privacy_area .privacy_list>ul:nth-of-type(3) {
  width: calc(38% - 10px);
}

.eng #section06 .file_input_button {
  background-position: 27px center;
  padding-left: 60px;
}

/* footer */
#footer {
  width: 100%;
  height: auto !important;
  background: #303030;
}

#footer .section_inner {
  padding: 80px 0 75px 0;
}

#footer .footer_logo {
  display: inline-block;
}

#footer .footer_box {
  display: inline-block;
  vertical-align: top;
}

#footer .footer_privacy {
  padding: 10px 0 0 9%;
}

#footer .footer_privacy a {
  font-size: 16px;
  color: #fff;
  font-family: 'aritadsb';
}

#footer .footer_notice {
  padding: 10px 10% 0 2%;
}

#footer .footer_notice a {
  font-size: 16px;
  color: #fff;
  font-family: 'aritadsb';
}

#footer .footer_copy {
  font-size: 16px;
  color: #aaa;
  font-family: 'APHQ';
  padding-top: 10px;
  letter-spacing: 0.5px;
}

#footer .family_select {
  position: relative;
  float: right;
  width: 157px;
  height: 30px;
}

#footer .family_select .family_title {
  position: relative;
  display: block;
  padding: 5px;
  width: 100%;
  font-size: 16px;
  font-family: 'APHQ';
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

#footer .family_select .family_title::before {
  content: '';
  width: 15px;
  height: 18px;
  background: url('../images/family_select.svg') no-repeat center center;
  position: absolute;
  right: 5px;
  transition: all 0.5s;
}

#footer .family_select .family_title.on::before {
  transform: rotate(180deg);
  transition: all 0.5s;
}

#footer .family_select>ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 3333;
  width: 100%;
  padding: 15px 0px 12px 0;
  background: #262626;
}

#footer .family_select .option {
  width: 100%;
}

#footer .family_select .option>a {
  display: block;
  padding: 0px 10px;
  font-size: 15px;
  font-family: 'APHQ';
  color: #fff;
  transition: .3s;
}

.top_btn {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 110px;
  line-height: 0;
  z-index: 99;
}

.top_btn.fixed {
  bottom: 390px;
}

.top_btn>a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #303030 url('../images/top_btn.svg') no-repeat center center;
}

.popup_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.popup_box {
  display: none;
  width: 430px;
  min-height: 300px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 9999;
}

.popup_close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.popup_close::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 15px;
}

.popup_close::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: 15px;
}

.popup_box .popup_title {
  font-size: 18px;
  color: #555;
  font-family: 'aritadsb';
  text-align: center;
  padding: 35px 0 13px 0;
  border-bottom: 1px solid #555;
}

.popup_body {
  padding: 50px 20px 0 20px;
  text-align: center;
  font-size: 18px;
  color: #555;
}

.popup_footer {
  text-align: center;
  padding-top: 42px;
}

.popup_footer .submission {
  display: inline-block;
  width: 166px;
  height: 50px;
  line-height: 50px;
  background: #303030;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-family: 'aritadsb';
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  display: none;
}

/* 개인정보 취급 방침 */
#privacy_wrap {
  width: 1170px;
  margin: 0 auto;
  padding: 200px 0 150px 0;
  letter-spacing: -0.2px;
}

#privacy_wrap .privacy_title {
  font-size: 36px;
  font-family: 'aritadsb';
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

#privacy_wrap .privacy_box p {
  font-size: 15px;
  line-height: 1.75;
  color: #666;
}

#privacy_wrap .privacy_box {
  margin-bottom: 25px;
}

#privacy_wrap .privacy_info {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

#privacy_wrap .privacy_info.privacy_box>p {
  font-size: 17px;
  color: #666;
  line-height: 1.5;
}

#privacy_wrap .privacy_box h3 {
  font-size: 17px;
  line-height: 1.4;
  font-family: 'aritadsb';
  margin: 0px 0px 8px 0px;
}

#privacy_wrap .privacy_info.privacy_box h3 {
  margin: 35px 0px 20px 0px;
}

#privacy_wrap .privacy_box .privacy_txt {
  padding: 35px 60px;
  background: #f6f6f6;
}

#privacy_wrap .privacy_box .privacy_txt::after {
  content: '';
  display: block;
  clear: both;
}

#privacy_wrap .privacy_box .privacy_txt ul {
  width: calc(100%/2);
  float: left;
}

#privacy_wrap .privacy_box.eng .privacy_txt ul {
  width: 100%;
  float: none;
}

#privacy_wrap .privacy_box .privacy_txt ul:first-child {
  padding-right: 30px;
}

#privacy_wrap .privacy_box .privacy_txt ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

#privacy_wrap .privacy_box .privacy_txt::after {
  content: '';
  display: block;
  clear: both;
}

#privacy_wrap .inner_table {
  margin: 25px 0px;
}

#privacy_wrap .inner_table.align_center {
  text-align: center;
}

#privacy_wrap .inner_table table {
  width: 100%;
}

#privacy_wrap .inner_table table,
#privacy_wrap .inner_table tr,
#privacy_wrap .inner_table th,
#privacy_wrap .inner_table td {
  border: 1px solid #ccc;
}

#privacy_wrap .inner_table table tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-family: 'aritadsb';
  padding: 15px 5px;
  background: #f6f6f6;
}

#privacy_wrap .inner_table table tr td {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #666;
  padding: 15px 30px;
  vertical-align: middle;
}

#privacy_wrap .inner_table table tbody tr td:nth-child(1),
#privacy_wrap .inner_table table tbody tr td:nth-child(2) {
  text-align: center;
}

/* 220331 추가 공지사항 */
.contents {
  width: 1170px;
  margin: 0 auto;
  padding: 200px 0 150px 0;
}

.content_tit {
  font-family: 'aritadsb';
  font-size: 30px;
  color: #464b57;
  margin-bottom: 25px;
  text-align: center;
}

.srch_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.srch_area .inpform {
  float: right;
  width: 200px;
  height: 32px;
  padding-right: 52px;
  padding-left: 12px;
  font-size: 14px;
  color: #464b57;
  border: 1px solid #c9ccd3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.inpform::-webkit-input-placeholder,
.txtareaform::-webkit-input-placeholder {
  color: #9a9faf;
}

.inpform:-ms-input-placeholder,
.txtareaform:-ms-input-placeholder {
  color: #9a9faf;
}

.inpform::-moz-placeholder,
.txtareaform::-moz-placeholder {
  color: #9a9faf;
  opacity: 1;
}

.inpform:-moz-placeholder,
.txtareaform:-moz-placeholder {
  color: #9a9faf;
  opacity: 1;
}

.inpform:focus {
  border-color: #464b57 !important;
  transition: 0.3s;
}

.srch_area .btn_srch {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  border-left: 1px solid #d4d6e3;
  background: url(../images/ic_search.png) no-repeat 50% 50%;
  background-size: 16px;
  text-indent: -9999em;
}

.tbl_wrap table {
  width: 100%;
}

.tbl_wrap th,
.tbl_wrap td {
  font-size: 15px;
  color: #464b57;
  -ms-word-break: break-all;
  word-break: break-all;
}

.qna_tbl td {
  padding: 20px 2px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c9ccd3;
  line-height: 1.25em;
}

.qna_tbl td a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #464b57;
  height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 1.2em;
}

.qna_tbl thead th {
  padding: 20px 2px;
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  text-align: center;
  vertical-align: middle;
}

.qna_tbl tbody tr td:nth-of-type(2) {
  text-align: left;
}

.btm_area {
  position: relative;
  margin-top: 30px;
  min-height: 38px;
}

.paging_wrap {
  text-align: center;
  overflow: hidden;
}

.paging_wrap .page {
  font-size: 0;
}

.paging_wrap .page,
.paging_wrap .prev_wrap,
.paging_wrap .next_wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.paging_wrap .page li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  text-align: center;
  color: #464b57;
  background-color: #fff;
  font-size: 15px;
  line-height: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.paging_wrap .page li.on,
.paging_wrap .page li:hover {
  background-color: #697287;
  color: #fff;
}

.paging_wrap .prev_wrap button,
.paging_wrap .next_wrap button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: 1px solid #c9ccd3;
  text-indent: -9999em;
  overflow: hidden;
  transition: 0.3s;
}

.paging_wrap .prev_wrap button:hover,
.paging_wrap .next_wrap button:hover {
  border-color: #464b57;
}

.paging_wrap .first {
  background: url(../images/ic_pg_first.png) no-repeat 50% 50%;
}

.paging_wrap .prev {
  background: url(../images/ic_pg_prev.png) no-repeat 50% 50%;
}

.paging_wrap .next {
  background: url(../images/ic_pg_next.png) no-repeat 50% 50%;
}

.paging_wrap .last {
  background: url(../images/ic_pg_last.png) no-repeat 50% 50%;
}

.paging_mob {
  display: none;
  padding-top: 15px;
  text-align: center;
  overflow: hidden;
}

.paging_mob .page {
  font-size: 0;
}

.paging_mob .page li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  text-align: center;
  color: #464b57;
  font-size: 15px;
  line-height: 30px;
}

.paging_mob .page li:nth-child(2) {
  position: relative;
}

.paging_mob .page li.on {
  color: #53b2ea;
}

.paging_mob .page,
.paging_mob .prev_wrap,
.paging_mob .next_wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.paging_mob .prev_wrap button,
.paging_mob .next_wrap button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: 1px solid #c9ccd3;
  text-indent: -9999em;
  overflow: hidden;
}

.paging_mob .prev {
  background: url(../images/mo_pg_prev.gif) no-repeat 50% 50%;
  background-size: 5px;
}

.paging_mob .next {
  background: url(../images/mo_pg_next.gif) no-repeat 50% 50%;
  background-size: 5px;
}

.paging_mob .page li:nth-child(2):before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  vertical-align: middle;
  color: #464b57;
  content: "／";
}

.qna_view {
  padding-top: 30px;
}

.qna_view .cont {
  border-top: 2px solid #000;
  border-bottom: 1px solid #c9ccd3;
}

.qna_view .cont dt {
  overflow: hidden;
  position: relative;
  padding: 22px 30px;
  border-bottom: 1px solid #c9ccd3;
  color: #464b57;
  font-size: 18px;
  line-height: 1.45em;
  -ms-word-break: break-all;
  word-break: break-all;
}

.qna_view .cont dt .obj {
  float: left;
}

.qna_view .cont dt .txt_date {
  display: block;
  float: right;
  padding-left: 10px;
  font-size: 15px;
  color: #9a9faf;
}

.qna_view .cont dd {
  min-height: 256px;
  padding: 30px;
  font-size: 15px;
  line-height: 1.5em;
  color: #464b57;
  word-break: keep-all;
  letter-spacing: -0.025em;
}

.btm_area .btn_m {
  display: inline-block;
  min-width: 90px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #9a9faf;
  color: #fff;
  font-family: 'aritadsb';
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 30px;
}


/* 2022.03.24 개인정보 처리방침 수정 */
.privacy_bold {
  font-weight: bold;
  font-size: 120%;
}

/* 반응형 */
@media screen and (max-width: 1760px) {
  #header .logo {
    left: 50px;
  }

  #header .lang {
    right: 50px;
  }

  #header nav {
    width: 100%;
    padding: 0 10% 0 22%;
  }
}

@media screen and (max-width:1400px) {
  #header nav {
    padding: 0 12% 0 25%;
  }

  .section_inner {
    padding: 0 20px;
  }

  .section .section_title {
    font-size: 50px;
  }

  .scroll_down {
    right: -155px;
    top: 33px;
    top: 60px\0/;
  }

  .scroll_down::after {
    bottom: 19px;
    left: 210px;
  }

  .scroll_down span {
    font-size: 16px;
  }

  .scroll_down span::before {
    width: 67px;
    top: 6px;
  }

  .scroll_down span::after {
    width: 40px;
    left: 188px;
    top: 6px;
  }

  #section01 {
    height: auto !important;
  }

  /* 220107 추가 */
  #section01 .fp-scroller {
    height: auto;
  }

  /* 220107 추가 */
  #section01 .section01_top {
    padding-top: 624px;
  }

  #section01 .section01_top h1 {
    width: 100%;
    padding: 0 20px;
    font-size: 136px;
  }

  #section01 .section01_top h1::before {
    width: 100%;
    height: 58.5%;
    height: 68%\0/;
  }

  #section02 .about_us {
    width: 100%;
  }

  #section02 .about_us h3 {
    font-size: 64px;
  }

  #section02 .about_us p {
    font-size: 23px;
  }

  #section03 .criteria_list li {
    height: 415px;
    padding: 42px;
  }

  #section03 .criteria_list li h4 {
    font-size: 30px;
    padding: 40px 0 18px 0;
    margin-bottom: 50px;
  }

  #section03 .criteria_list li p {
    font-size: 22px;
  }

  #section04 .section_inner {
    padding-top: 280px;
  }

  #section04 .process_list {
    padding-top: 0;
  }

  #section04 .process_list .process_num span {
    width: 48px;
    height: 50px;
    line-height: 55px;
    line-height: 60px\0/;
    font-size: 20px;
  }

  #section04 .process_list .process_icon {
    padding: 40px 0;
  }

  #section04 .process_list .process_icon img {
    height: 60px;
  }

  #section04 .process_list p {
    font-size: 20px;
  }

  #section05 .section_inner {
    padding: 220px 20px 180px 20px;
  }

  #section05 .portfolio_section h3 {
    font-size: 38px;
  }

  #section05 .portfolio_section .company_list li {
    width: calc(100%/3 - 30px);
  }

  #section05 .portfolio_section .company_list li:nth-child(4n) {
    margin-right: 45px;
  }

  #section05 .portfolio_section .company_list li:nth-child(3n) {
    margin-right: 0;
  }

  #section05 .portfolio_section .company_list li:nth-child(4) {
    margin-top: 20px !important;
  }

  #section05 .portfolio01 {
    padding-top: 0;
  }

  #section05 .portfolio02 {
    padding-top: 120px;
  }

  #section06 .section_inner {
    padding: 180px 20px;
  }

  #section06 .form_wrap {
    padding: 0 50px;
  }

  #section06 .submit_area input[type="button"] {
    font-size: 40px;
  }

  #footer .section_inner {
    padding: 80px 20px 75px 20px;
  }

  .top_btn {
    bottom: 50px;
    right: 20px;
  }
}

@media screen and (max-width:1200px) {

  .fp-section,
  .fp-tableCell,
  .fp-scrollable {
    height: auto !important;
  }

  /* header */
  #header {
    height: 60px;
  }

  #header .logo {
    width: 140px;
    left: 20px;
    margin: 18px 0 0 0;
  }

  #header .header_inner {
    width: 100%;
    right: -105%;
    z-index: 9999;
    transition: all 0.5s;
  }

  #header .header_inner.open {
    right: 0;
    transition: all 0.5s;
  }

  #header nav {
    padding: 0 20px;
    height: 100vh;
    background: #fff;
  }

  #header nav ul {
    display: block;
    width: 100%;
    height: auto;
  }

  #header nav li {
    display: block;
    margin-right: 0;
    padding: 40px 0 10px 0;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.3s;
  }

  #header nav li.active {
    border-bottom: 1px solid #303030;
  }

  #header nav li.active a {
    color: #303030;
  }

  #header nav li:hover {
    border-bottom: 1px solid #303030;
    transition: all 0.3s;
  }

  #header nav li a {
    font-size: 24px;
  }

  #header nav li a.on_page {
    color: #303030;
  }

  #header nav li a:hover {
    color: #303030;
  }

  #header .m_menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }

  #header .m_menu .ham_menu {
    position: relative;
    left: 12px;
    top: 21px;
  }

  #header .m_menu .ham_menu span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #303030;
    transition: all 0.2s;
  }

  #header .m_menu .ham_menu span:nth-child(2) {
    top: 8px;
  }

  #header .m_menu .ham_menu span:nth-child(3) {
    top: 16px;
  }

  #header .m_menu .ham_menu.on span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.2s;
  }

  #header .m_menu .ham_menu.on span:nth-child(2) {
    display: none;
  }

  #header .m_menu .ham_menu.on span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
    transition: all 0.2s;
  }

  #header .lang {
    position: relative;
    right: 0;
    top: 0;
    height: 60px;
    padding: 23px 20px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }

  #header .lang span:first-child {
    margin-right: 10px;
  }

  .section .section_title {
    opacity: 1;
    transform: translate(0, 0);
  }

  .scroll_down {
    display: none;
  }

  .section02_bgWrap {
    height: 100vh;
  }

  #section02 .section02_bgWrap .section02_bg {
    background: url(../images/m_about_bg.png) no-repeat center top/cover;
    background-attachment: initial;
    position: fixed;
  }

  #section03 .section_inner {
    padding-top: 180px;
  }

  #section04 .section_inner {
    padding-top: 180px;
  }

  #section05 .section_inner {
    padding: 180px 20px 0 20px;
  }

  #section06 .form_wrap {
    padding: 0;
  }

  #footer .section_inner {
    padding: 35px 20px 25px 20px;
  }

  #footer .footer_logo {
    width: 130px;
  }

  #footer .footer_privacy {
    padding: 0 0 0 5%;
    float: right;
  }

  #footer .footer_privacy a {
    font-size: 12px;
  }

  #footer .footer_notice {
    padding: 0;
    float: right;
  }

  #footer .footer_notice a {
    font-size: 12px;
  }

  #footer .family_select {
    float: none;
    width: 100%;
    margin: 35px 0 25px 0;
  }

  #footer .footer_copy {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-top: 0;
  }

  .top_btn.fixed {
    bottom: 220px;
  }

  #privacy_wrap {
    width: 100%;
    padding: 150px 20px 100px 20px;
  }

  /* 220331 추가 공지사항 */
  .contents {
    width: 100%;
    padding: 130px 20px 50px 20px;
  }
}

@media screen and (max-width:1023px) {
  .section .section_title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  #section01 .section01_top {
    padding-top: 230px;
  }

  #section01 .section01_top .main_visual {
    top: 168px;
    top: 163px\0/;
  }

  #section01 .section01_top h1 {
    font-size: 45px;
    height: auto;
  }

  /* 211231 수정*/
  #section01 .section01_top h1::before {
    height: 69.5%;
    height: 66.5%\0/;
  }

  #section01 .section01_top h1 span {
    height: auto;
  }

  #section01 .section01_top h1 span::before {
    height: 40%;
    height: 30%\0/;
  }

  #section02 {
    height: calc(100vh - 230px) !important;
  }

  #section02 .section02_bgWrap {
    height: calc(100vh - 230px);
  }

  #section02 .section02_bgWrap .section02_bg {
    top: 0;
  }

  #section02 .about_us {
    padding-top: 60px;
  }

  #section02 .about_us h3 {
    font-size: 30px;
    opacity: 1;
    transform: translate(0, 0);
  }

  #section02 .about_us p {
    font-size: 14px;
    margin-top: 28px;
    opacity: 1;
    transform: translate(0, 0);
  }

  #section03 .section_inner {
    padding-top: 100px;
  }

  #section03 .criteria_list {
    opacity: 1;
    transform: translate(0, 0);
  }

  #section03 .criteria_list li {
    float: none;
    width: 100%;
    padding: 40px 20px 45px 20px;
    height: auto;
    margin: 0 0 20px 0;
  }

  #section03 .criteria_list li:last-child {
    margin: 0;
  }

  #section03 .criteria_list li h4 {
    font-size: 23px;
    padding: 0 0 5px 0;
    margin-bottom: 28px;
  }

  #section03 .criteria_list li p {
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'aritadm';
  }

  .eng #section03 .criteria_list li p br {
    display: block;
  }

  #section04 .section_inner {
    padding-top: 100px;
  }

  #section04 .process_list {
    padding-top: 10px;
    opacity: 1;
    transform: translate(0, 0);
  }

  #section04 .process_list li {
    width: calc(100%/2);
    position: relative;
    margin-top: 55px;
  }

  #section04 .process_list li:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }

  #section04 .process_list .process_num {
    position: absolute;
    top: -10px;
    left: 10px;
  }

  #section04 .process_list .process_num span {
    width: 32px;
    height: 34px;
    font-size: 16px;
    line-height: 39px;
  }

  #section04 .process_list .process_icon {
    padding: 10px 0 23px 0;
  }

  #section04 .process_list .process_icon img {
    height: 40px;
  }

  #section04 .process_list li:nth-child(4) .process_icon img {
    left: 0;
  }

  #section04 .process_list p {
    font-size: 14px;
  }

  #section04 .process_list li:nth-child(4) p {
    text-align: center;
  }

  .eng #section04 .process_list p br {
    display: none;
  }

  #section05 .section_inner {
    padding: 100px 20px 0 20px;
  }

  #section05 .portfolio02 {
    padding-top: 45px;
  }

  #section05 .portfolio_section h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  #section05 .portfolio_section .company_list li {
    width: calc(100%/2 - 10px);
    height: 100px;
    margin: 20px 20px 0 0;
  }

  #section05 .portfolio_section .company_list li:nth-child(n+3):nth-child(-n+4) {
    margin-top: 20px;
  }

  #section05 .portfolio_section .company_list li:nth-child(3n) {
    margin-right: 20px;
  }

  #section05 .portfolio_section .company_list li:nth-child(2n) {
    margin-right: 0 !important;
  }

  #section05 .portfolio_section .company_list li .company_overBox {
    background: transparent;
  }

  #section05 .portfolio_section .company_list li .company_overBox a {
    padding: 15px;
  }

  #section05 .portfolio_section .company_list li .company_overBox a h4 {
    display: none;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 7px;
  }

  #section05 .portfolio_section .company_list li .company_overBox a p {
    display: none;
    font-size: 12px;
    line-height: 1.25;
  }

  #section06 .section_inner {
    padding: 100px 20px 115px 20px;
  }

  #section06 .section_title {
    margin-bottom: 35px;
  }

  #section06 .privacy_area .privacy_title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #section06 .privacy_area .privacy_list>ul:nth-of-type(1) {
    width: calc(100%/2 - 5px);
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #303030;
  }

  #section06 .privacy_area .privacy_list>ul:nth-of-type(2) {
    width: calc(100%/2 - 5px);
    margin-right: 0;
    margin-bottom: 10px;
  }

  #section06 .privacy_area .privacy_list>ul:nth-of-type(3) {
    width: calc(100%/2 - 5px);
    padding-left: 10px;
    border-left: 1px solid #303030;
  }

  #section06 .privacy_area .privacy_list>ul:last-of-type {
    width: calc(100%/2 - 5px);
    margin-right: 0;
    padding-right: 10px;
    border-right: 1px solid #303030;
  }

  #section06 .privacy_area .privacy_list>ul>li:nth-child(1) {
    font-size: 14px;
    padding: 8px 5px 5px 5px;
  }

  #section06 .privacy_area .privacy_list>ul>li span br {
    display: none;
  }

  #section06 .privacy_area .privacy_list>ul>li:nth-child(2) {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
    min-height: auto;
  }

  #section06 .privacy_area .privacy_list>ul:nth-of-type(1)>li:nth-child(2) {
    min-height: 66px;
  }

  #section06 .privacy_area .privacy_list>ul:nth-of-type(2)>li:nth-child(2) {
    min-height: 66px;
  }

  #section06 .privacy_area .privacy_list>ul:nth-of-type(3)>li:nth-child(2) {
    min-height: 132px;
  }

  #section06 .privacy_area .privacy_list>ul:last-of-type>li:nth-child(2) {
    min-height: 132px;
  }

  #section06 .privacy_area .privacy_info {
    font-size: 14px;
  }

  #section06 .privacy_area .privacy_chk .checks:first-child {
    margin-right: 20px;
  }

  #section06 .privacy_area .privacy_chk .checks input[type="radio"]+label {
    padding-left: 35px;
  }

  #section06 .form_area .form_line {
    margin-bottom: 10px;
    padding-bottom: 4px;
  }

  #section06 .form_area label {
    font-size: 20px;
    position: relative;
    top: 5px;
  }

  #section06 .form_area .form_text input {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
  }

  #section06 .form_area .form_text01 {
    width: calc(100% - 60px);
  }

  #section06 .form_area .form_text02 {
    width: calc(100% - 70px);
  }

  #section06 .form_area .form_text03 {
    width: calc(100% - 160px);
  }

  #section06 .form_area .form_text04 {
    width: calc(100% - 140px);
  }

  #section06 .form_area .form_text05 {
    width: calc(100% - 120px);
  }

  #section06 .form_area .form_text06 {
    width: calc(100% - 135px);
  }

  #section06 .form_area .form_text07 {
    width: calc(100% - 165px);
  }

  #section06 .form_area .form_line:nth-last-of-type(2) label {
    width: 130px;
  }

  #section06 .form_area .form_line:nth-last-of-type(2)::after {
    width: calc(100% - 130px);
    bottom: -5px;
  }

  #section06 .form_area .form_text textarea {
    font-size: 15px;
    height: 80px;
  }

  #section06 .form_area .form_info {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  #section06 .file_list {
    width: calc(100% - 120px);
    max-height: auto;
  }

  /* 211231 추가 */
  #section06 .form_area .form_line:last-of-type {
    margin-bottom: 30px;
  }

  #section06 .file_input_div {
    width: 100px;
    height: 35px;
  }

  #section06 .file_input_button {
    font-size: 14px;
    padding-left: 33px;
    background-position: 8px center;
    background-size: 20%;
  }

  #section06 .file_input_hidden {
    width: 100px;
    height: 35px;
  }

  #section06 .removeFile {
    margin-top: 8px;
  }

  #section06 .file_input_textbox {
    font-size: 15px;
    margin-top: 0;
  }

  #section06 .submit_area input[type="button"] {
    width: 100%;
    height: 50px;
    line-height: 22px;
    font-size: 20px;
    padding: 15px;
    background-size: 20px;
    background-position: 96.5% 10px;
  }

  /* 211231 수정 */

  .eng #section06 .privacy_area .privacy_list>ul:nth-of-type(1) {
    width: 100%;
  }

  .eng #section06 .privacy_area .privacy_list>ul:nth-of-type(2) {
    width: 100%;
    padding-left: 10px;
    border-left: 1px solid #303030;
  }

  .eng #section06 .privacy_area .privacy_list>ul:nth-of-type(3) {
    width: 100%;
  }

  .eng #section06 .file_input_div {
    width: 130px;
  }

  .eng #section06 .file_list {
    width: calc(100% - 133px);
  }

  /* 211231 추가 */
  .eng #section06 .file_input_button {
    background-position: 16px center;
    padding-left: 38px;
    background-size: 15%;
  }

  .eng #section06 .file_input_hidden {
    width: 130px;
  }

  .eng #section06 .form_area .form_info br:first-of-type {
    display: none;
  }

  .top_btn.fixed {
    bottom: 215px;
    right: 20px;
  }

  .top_btn>a {
    width: 30px;
    height: 30px;
    background-size: 14px;
  }

  #privacy_wrap .privacy_box .privacy_txt ul {
    width: 100%;
  }

  #privacy_wrap .privacy_box .privacy_txt ul:first-child {
    padding-right: 0;
  }
}

/* 220331 추가 공지사항 */
@media screen and (max-width:768px) {
  .content_tit {
    font-size: 20px;
  }

  .srch_area .inpform {
    width: 100%;
  }

  .qna .tbl_wrap {
    clear: both;
  }

  .qna_tbl {
    display: block;
    width: 100%;
    border-top: 2px solid #000;
  }

  .qna_tbl colgroup {
    display: none;
  }

  .qna_tbl thead {
    display: none;
  }

  .qna_tbl tbody,
  .qna_tbl tr,
  .qna_tbl td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 0 none;
    font-size: 13px;
    color: #9a9faf;
  }

  .qna_tbl tbody tr {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #c9ccd3;
  }

  .qna_tbl tbody tr td:nth-of-type(1) {
    display: none;
  }

  .qna_tbl tbody tr td:nth-of-type(2) {
    padding-right: 50px;
  }

  .qna_tbl tbody tr td:nth-of-type(3) {
    padding-right: 50px;
    padding-top: 2px;
    font-size: 13px;
    color: #9a9faf;
  }

  .paging_wrap {
    display: none;
  }

  .paging_mob {
    display: block;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .qna_view {
    padding-top: 0;
  }

  .qna_view .cont dt {
    padding: 10px 0;
    font-size: 16px;
  }

  .qna_view .cont dt .txt_date {
    position: static;
    font-size: 13px;
  }

  .qna_view .cont dd {
    padding: 10px 0;
    min-height: 100px;
  }
}

@media screen and (max-width:560px) {
  .popup_box {
    width: calc(100% - 40px);
    min-height: 250px;
    padding: 20px 20px 30px 20px;
  }

  .popup_close {
    top: 20px;
    right: 20px;
  }

  .popup_body {
    font-size: 16px;
    padding: 40px 20px 0 20px;
  }

  .popup_footer .submission {
    width: 100%;
  }

  #section02 .about_us p br {
    display: none;
  }

  .eng #section03 .criteria_list li p br {
    display: none;
  }

  #privacy_wrap .privacy_title {
    font-size: 22px;
  }

  #privacy_wrap .privacy_box .privacy_txt {
    padding: 20px 25px;
  }

  #privacy_wrap .privacy_box .privacy_txt ul li {
    font-size: 14px;
  }

  #privacy_wrap .privacy_info {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  #privacy_wrap .privacy_info.privacy_box>p {
    font-size: 15px;
  }

  #privacy_wrap .privacy_box h3 {
    font-size: 15px;
  }

  #privacy_wrap .privacy_box p {
    font-size: 13px;
  }

  #privacy_wrap .inner_table table tr th {
    font-size: 13px;
  }

  #privacy_wrap .inner_table table tr td {
    font-size: 13px;
    padding: 15px 5px;
  }

  #privacy_wrap .inner_table table tr th>span {
    display: block;
  }
}

@media screen and (max-width:340px) {
  #header nav li a {
    font-size: 20px;
  }

  #section01 .section01_top h1 {
    font-size: 40px;
  }

  #section01 .section01_top .main_visual {
    top: 174px;
  }

  #section04 .process_list {
    padding-top: 0;
  }

  #section04 .process_list .process_num {
    top: 0;
    left: 0;
  }
}