@charset "UTF-8";

body {
  height: auto;
}
/*공통영역 시작*/
/*css초기화*/

:root {
  --esta-main-color: #cc1f36;
  --uk-eta-main-color: #1d70b8;
  --keta-main-color: #0066f9;
  --ca-eta-main-color: #26374a;
  --sub-color: #1c3764;
}

/* ----- 헤더 영역 시작 ----- */
#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-in-out;
    pointer-events: none;
}

header .logo,
header .selectBox.language,
header .btnResult {
    pointer-events: auto;
}

#header select:focus {
    outline: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1720px;
    height: 100px;
    color: white;
}

.menuList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    width: 170px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuBtnWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.selectBoxWrap.language::after {
    content: "Change Language";
    position: absolute;
    top: -10px;
    transform: translateY(-50%);
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    color: white;
    margin-bottom: 4px;
}

.selectBox.language {
    width: 132px;
    height: 40px;
    background: url(../img/ico_arrow_down_16.svg) calc(100% - 14px) center no-repeat;
    background-color: transparent !important;
    background-size: 16px;
}

.selectBox.language.active {
    border-color: white;
}

.selectBox.language .label {
    padding-left: 14px;
    font-size: 14px;
    color: white;
}

.selectBox.language .optionList {
    text-align: center;
    top: 45px;
    max-height: 0px;
    padding: 5px 0;
}

.selectBox.language.active .optionList {
    max-height: 280px;
}

.selectBox.language .optionList .optionItem {
    padding: 16px 20px !important;
    font-size: 14px !important;
}

.btnResult.forPC {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
    width: 100px;
    height: 40px;
    background: var(--sub-color);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
}

.btnResult.forPC:hover {
    background: #1D3A69;
}

/* ----- 헤더 영역 끝 ----- */
/* ------------- font ------------------- */
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: local('Pretendard Black'), url('/web/fonts/Pretendard-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: local('Pretendard ExtraBold'), url('/web/fonts/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: local('Pretendard Bold'), url('/web/fonts/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: local('Pretendard SemiBold'), url('/web/fonts/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: local('Pretendard Medium'), url('/web/fonts/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: local('Pretendard Regular'), url('/web/fonts/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: local('Pretendard Light'), url('/web/fonts/Pretendard-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: local('Pretendard ExtraLight'), url('/web/fonts/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: local('Pretendard Thin'), url('/web/fonts/Pretendard-Thin.woff2') format('woff2');
}

/* ------------------ font ------------------ */

body,
code {
  font-family: 'Pretendard', sans-serif;
}

body {
  background: #fff;
  font-family: 'Pretendard', sans-serif !important;
  font-size: 10px;
  color: #000;
  line-height: 100%;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  letter-spacing: -0px;
}

html,
body {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  letter-spacing: 0px;
  font-size: 16px;
}

pre {
  font-family: 'Pretendard', sans-serif !important;
}

div,
p,
ul,
li,
table,
th,
td,
textarea,
input,
span,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dl,
dd,
em,
sup {
  padding: 0px;
  margin: 0px;
}

ul,
ol,
dl,
dd,
dt,
li {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  line-height: 100%;
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
}

form,
fieldset,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: 0;
  vertical-align: middle;
  outline: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

a,
a:link,
a:visited,
a:active {
  color: #000;
  letter-spacing: normal;
  text-decoration: none !important;
  letter-spacing: 0px;
}

a:hover {
  color: #000;
  text-decoration: none !important;
}

input:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  cursor: pointer;
  font-family: 'Pretendard', sans-serif !important;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

legend {
  padding: 0;
}

textarea {
  border: none;
}

input,
textarea,
button {
  font-family: 'Pretendard', sans-serif !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
textarea,
button,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-family: 'Pretendard', sans-serif !important;
}

picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #ddd;
  font-size: 14px;
}

input:-ms-input-placeholder {
  color: #ddd;
  font-size: 14px;
}

/*커스텀*/
::placeholder {
  color: #000;
  font-size: 14px;
}

.clearfix::after {
  content: '';
  clear: both;
  display: block;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.imgBox {
  display: block;
}

.imgBox img {
  width: 100%;
}

.textBox {
  display: block;
}

.hidden {
  display: none;
}

.wrap {
  position: relative;
  width: 100%;
}

/*폰트전용class*/
.fs10 {
  font: 1rem/1.4rem sans-serif;
}

.fs11 {
  font: 1.1rem/1.5rem sans-serif;
}

.fs12 {
  font: 1.2rem/1.6rem sans-serif;
}

.fs13 {
  font: 1.3rem/1.7rem sans-serif;
}

.fs14 {
  font: 1.4rem/1.8rem sans-serif;
}

.fs15 {
  font: 1.5rem/1.9rem sans-serif;
}

.fs16 {
  font: 1.6rem/2rem sans-serif;
}

.fs17 {
  font: 1.7rem/2.1rem sans-serif;
}

.fs18 {
  font: 1.8rem/2.2rem sans-serif;
}

.fs19 {
  font: 1.9rem/2.3rem sans-serif;
}

.fs20 {
  font: 2rem/2.4rem sans-serif;
}

.fs21 {
  font: 2.1rem/2.5rem sans-serif;
}

.fs22 {
  font: 2.2rem/2.6rem sans-serif;
}

.fs33 {
  font: 2.3rem/2.7rem sans-serif;
}

.fs24 {
  font: 2.4rem/2.8rem sans-serif;
}

.fs25 {
  font: 2.5rem/2.9rem sans-serif;
}

.fs26 {
  font: 2.6rem/3rem sans-serif;
}

.fs27 {
  font: 2.7rem/3.1rem sans-serif;
}

.fs28 {
  font: 2.8rem/3.2rem sans-serif;
}

.fs29 {
  font: 2.9rem/3.3rem sans-serif;
}

.fs30 {
  font: 3rem/3.4rem sans-serif;
}

/*햄버거 버튼 전용 css*/
/* .mobMenuBtn {background-color: transparent;border: 0;padding: 0;width: 30px;height: 30px;position: relative;outline: none;}
.mobMenuBtn span,.mobMenuBtn::before,.mobMenuBtn::after {display: block;width: 32px;height: 2px;background-color: #58595b;position: absolute;left: 50%;top: 38%;opacity: 1;-webkit-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
.mobMenuBtn::before,.mobMenuBtn::after {content: '';}
.mobMenuBtn::before {margin-top: -8px;background-color: #000;width: 100%; left: 0; top: 50%;}
.mobMenuBtn::after {margin-top: 8px;background-color: #000;width: 100%;left: 0;top: 50%;}
.mobMenuBtn span {text-indent: -9999px;background-color: #000;width: 100%;left: 0;top: 50%;}
.mobMenuBtn.expanded span,.mobMenuBtn.expanded::before,.mobMenuBtn.expanded::after {background-color: #000;}
.mobMenuBtn.expanded span {opacity: 0;}
.mobMenuBtn.expanded::before,.mobMenuBtn.expanded::after {margin-top: 0;}
.mobMenuBtn.expanded::before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.mobMenuBtn.expanded::after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);} */

/*커스텀모달*/
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}

.popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup .scrollWrap {
  position: relative;
  width: 100%;
  height: 100%;
}


.setCenter {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
}

.maxCount {
  color: rgb(211, 1, 1);
  font-size: 14px;
}

.blueBg {
  background: #2f5cdb;
}

.blueBg:hover {
  background: #2047b4 !important;
}

.mintBg {
  background: #00acb7;
}

.mintBg:hover {
  background: #058e97 !important;
}

.grayBg {
  background: #999;
}

.grayBg:hover {
  background: #8f8f8f;
}

.selectWrap::after {
  content: "⌵";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 17px;
  font-weight: bold;
}

.warningColor {
  color: rgb(211, 1, 1);
}

select {
  cursor: pointer;
}

.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectWrap select option {
  color: #000;
}



input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-image: url("/web/img/us/radioBlank.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  background-image: url(/web/img/us/radioChecked.png);
}

.radioHorizontal input[type=radio]:checked {
  background-image: url(/web/img/us/radioChecekdCircle.png);
}

hr.border {
  border: 1px solid #dadada;
  margin: 20px;
}

h3 {
  padding-top: 20px;
}

h4.essential {
  white-space: nowrap;
}

.sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.table .tableHead,
.table .tableRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.table .tableHead li,
.table .tableRow li {
  width: 33.33333%;
  height: 100%;
  border-right: 1px solid #111;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
}

.table .tableHead li:last-of-type,
.table .tableRow li:last-of-type {
  border-right: 0;
}

.table .tableHead {
  border: 1px solid #111;
}

.table .tableHead li {
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.table .tableRow {
  border: 1px solid #111;
  border-top: 0;
}

.table .tableRow li {
  text-align: left;
  justify-content: flex-start;
  height: 100%;
  min-height: 70px;
}

#topBanner {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: 80px;
  box-sizing: border-box;
}

#topBanner span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  flex-wrap: wrap;
  background: transparent;
  z-index: 999999;
  box-sizing: border-box;
  transition: all 0.3s;
}

header .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

header .inner .logo img {
  cursor: pointer;
}

header .inner .menus {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .inner .menus li {
  margin-right: 30px;
}

header .inner .menus li:last-of-type {
  margin-right: 0;
}

header .inner .menus li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

header .inner .logOn,
header .inner .logOff {
  display: none;
}

header .inner .logOn.on,
header .inner .logOff.on {
  display: flex;
  align-items: center;
}

header .inner .logOn.on span,
header .inner .logOff.on span {
  margin-right: 20px;
}

header .inner .logOn.on span a i,
header .inner .logOff.on span a i {
  font-size: 18px;
  color: #fff;
}

header .inner .logOn.on>a,
header .inner .logOff.on>a {
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 12px 20px;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

header .inner .mobOnly {
  display: none;
  cursor: pointer;
}

.subHeader {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.subHeader .inner .menus li a {
  color: #000;
}

.subHeader .inner .logOn.on span a i,
.subHeader .inner .logOff.on span a i {
  color: #000;
}

.subLayout {
  padding-bottom: 120px;
}


#mobHamArea {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
}

#mobHamArea::-webkit-scrollbar {
  display: none;
}

#mobHamArea>.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

#mobHamArea>.header .logo {
  width: 113px;
}

#mobHamArea>.header .logo img {
  width: 100%;
}

#mobHamArea>.header .closeBtn i {
  font-size: 20px;
  cursor: pointer;
}

#mobHamArea>.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

#mobHamArea>.nav .statement>p {
  display: none;
}

#mobHamArea>.nav .statement>p.on {
  display: block;
}

#mobHamArea>.nav .statement p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

#mobHamArea>.nav .statement p span {
  font-weight: 600;
}

#mobHamArea>.nav .logOff,
#mobHamArea>.nav .logOn {
  display: none;
}

#mobHamArea>.nav .logOff.on,
#mobHamArea>.nav .logOn.on {
  display: flex;
}

#mobHamArea>.nav .logOff span,
#mobHamArea>.nav .logOn span {
  margin-right: 20px;
}

#mobHamArea>.nav .logOff span:last-of-type,
#mobHamArea>.nav .logOn span:last-of-type {
  margin-right: 0;
}

#mobHamArea>.nav .logOff span a i,
#mobHamArea>.nav .logOn span a i {
  font-size: 20px;
}

#mobHamArea .menuWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 100px);
}

#mobHamArea .menuWrap .menus {
  padding: 20px 0 0;
}

#mobHamArea .menuWrap .menus li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

#mobHamArea .menuWrap .menus li a span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

#mobHamArea .menuWrap .menus li a i {
  font-size: 18px;
}

#mobHamArea .menuWrap .brochures {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 30px;
}

#mobHamArea .menuWrap .brochures a {
  font-size: 14px;
  line-height: 1;
  color: #2f5cdb;
  font-weight: bold;
  border-bottom: 1px solid #2f5cdb;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .btnWrap.btn_3 {
    flex-direction: column-reverse;
  }

  .btnWrap.btn_3>div {
    display: flex;
    width: 100%;
  }

  .btnWrap.btn_3>button {
    width: 100% !important;
    margin-top: 10px;
  }

  .btnWrap.btn_3>div button {
    width: calc((100% - 10px) / 2);
  }

}

@media all and (min-width: 1921px) {
  #wrap #mainBanner .pattern {
    position: absolute;
    top: 260px !important;
    height: 917px !important;
    background-image: url(/web/img/us/pattern_2560.png) !important;
  }
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#wrap #mainBanner {
  width: 100%;
  height: auto;
}

#wrap #mainBanner .imgSlides {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

#wrap #mainBanner .imgSlides .slider {
  width: 100%;
  height: 800px;
}

#wrap #mainBanner .imgSlides .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

#wrap #mainBanner .txtBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 540px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  text-align: center;
  padding-top: 200px;
  color: #fff;
  z-index: 9999;
}

#wrap #mainBanner .txtBox h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 30px;
}

#wrap #mainBanner .txtBox h2 strong {
  font-size: 80px;
  line-height: 1.2;
}

#wrap #mainBanner .txtBox p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 18px;
}

#wrap #mainBanner .txtBox>span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

#wrap #mainBanner .txtBox>span em {
  font-style: normal;
  border-bottom: 1px solid #fff;
}

#wrap #mainBanner .txtBox .selectWrap {
  position: relative;
  width: 250px;
  margin: 0 auto;
}

#wrap #mainBanner .txtBox .selectWrap select#country {
  position: relative;
  width: 250px;
  height: 45px;
  padding: 0 20px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  background-color: rgba(8, 31, 73, 0.2);
}

#wrap #mainBanner .pattern {
  position: absolute;
  top: 312px;
  width: 100%;
  height: 864px;
  background-image: url(/web/img/us/pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

#wrap #mainBanner .pattern .scrollIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

#wrap #mainBanner .pattern .scrollIcon i {
  font-size: 36px;
  margin-bottom: 10px;
}

#wrap #applyArea {
  position: relative;
  z-index: 9;
  margin-top: 50px;
  margin-bottom: 100px;
}

#wrap #applyArea>div {
  display: none;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 50px 160px;
}

#wrap #applyArea>div:first-of-type p {
  margin-bottom: 0;
}

#wrap #applyArea>div p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

#wrap #applyArea>div p strong {
  font-weight: 800;
}

#wrap #applyArea>div .btnGroup {
  padding: 0 30px;
}

#wrap #applyArea>div .btnGroup button {
  padding: 30px 50px;
  box-sizing: border-box;
  border-radius: 5px;
}

#wrap #applyArea>div .btnGroup button h4 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}

#wrap #applyArea>div .btnGroup button span {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
}

#wrap #applyArea .applyImpossible.on,
#wrap #applyArea .applyPossible.on,
#wrap #applyArea .easyApplyPossible.on {
  display: flex;
}

#wrap #applyArea .applyPossible .btnGroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#wrap #applyArea .applyPossible .btnGroup button {
  height: auto;
  border: 0;
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
}

#wrap #applyArea .applyPossible .btnGroup button:last-of-type {
  margin-right: 0;
}

#wrap #applyArea .easyApplyPossible .btnGroup button {
  width: 100%;
}

#wrap #travelGuide {
  position: relative;
  background-color: #081f49;
  width: 100%;
  color: #fff;
  padding-bottom: 185px;
}

#wrap #travelGuide>img:first-of-type {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#wrap #travelGuide>img:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#wrap #travelGuide .txtGroup {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

#wrap #travelGuide .txtGroup h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 26px;
}

#wrap #travelGuide .txtGroup p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

#wrap #travelGuide .imgWrap {
  position: relative;
  width: 100%;
  flex-shrink: 1;
}

#wrap #travelGuide .imgWrap img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: 9;
}

#wrap #travelGuide .imgWrap .mintBg {
  position: absolute;
  width: 13.0208vw;
  height: 13.0208vw;
}

#wrap #travelGuide .imgWrap .mintBg:hover {
  background: #00acb7;
}

#wrap #travelGuide .header {
  position: relative;
  padding: 98px 0 60px;
  text-align: center;
  z-index: 9;
}

#wrap #travelGuide .header h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  padding-bottom: 20px;
}

#wrap #travelGuide .header i {
  transform: rotate(90deg);
  font-size: 20px;
}

#wrap #travelGuide .guideGroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#wrap #travelGuide .guideGroup>div {
  display: flex;
  flex-direction: column;
  width: calc((100% - 5.2083vw) / 2);
}

#wrap #travelGuide .guideGroup>div.guide1 .imgWrap {
  margin-top: 46px;
}

#wrap #travelGuide .guideGroup>div.guide1 .imgWrap .mintBg {
  bottom: -10px;
  left: -10px;
}

#wrap #travelGuide .guideGroup>div.guide2 .imgWrap {
  margin-bottom: 46px;
}

#wrap #travelGuide .guideGroup>div.guide2 .imgWrap .mintBg {
  top: -10px;
  right: -10px;
}

#wrap #travelGuide .guide3 {
  display: flex;
  justify-content: space-between;
}

#wrap #travelGuide .guide3>div {
  width: calc((100% - 5.2083vw) / 2);
}

#wrap #travelGuide .guide3>div.txtGroup {
  padding-top: 50px;
}

#wrap #travelGuide .guide3>div.imgWrap .mintBg {
  bottom: -10px;
  right: -10px;
}

#loginArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 275px);
  box-sizing: border-box;
}

#loginArea .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  padding-top: 80px;
}

#loginArea .inner .header {
  text-align: center;
  margin-bottom: 42px;
}

#loginArea .inner .header h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  padding-bottom: 16px;
}

#loginArea .inner .header p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

#loginArea .inner .loginBtns {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#loginArea .inner .loginBtns>div {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
}

#loginArea .inner .loginBtns>div:last-of-type {
  margin-bottom: 0;
}

#loginArea .inner .loginBtns>div i,
#loginArea .inner .loginBtns>div img {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 24px;
}

#loginArea .inner .loginBtns>div span {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

#loginArea .inner .loginBtns>div.faceBookBtn {
  background: #4167b2;
}

#loginArea .inner .loginBtns>div.naverBtn {
  background: #00c75a;
}

#loginArea .inner .loginBtns>div.lineBtn {
  background: #00d201;
}

#loginArea .inner .loginBtns>div.twitterBtn {
  background: #00a8ff;
}

#loginArea .inner .loginBtns>div.weiboBtn {
  background: #ff723a;
}

#loginArea .inner .loginBtns>div.qqBtn {
  background: #ffd101;
}

#loginArea .inner .loginBtns>div.qqBtn img {
  padding-left: 2px;
}

.applyHeader {
  width: 100%;
  height: 404px;
  background-image: url(../img/mainbanner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.applyHeader .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.applyHeader .inner h2 {
  padding-top: 100px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}

.applyHeader .inner p {
  padding-top: 16px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
}

.applyPattern {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 810px;
  background-image: url(../img/applyPattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

#simpleApply .applyHeader {
  background-image: url(/web/img/us/simpleApplyBg.png);
}

#paymentComplete .applyHeader {
  background-image: url(/web/img/us/paymentCompleteBg.png);
}

#paymentComplete .applyForm {
  padding: 70px 200px;
}

#paymentComplete .applyForm .completeNote {
  text-align: center;
}

#paymentComplete .applyForm .completeNote h3 {
  font-size: 16px;
  line-height: 1.38;
  font-weight: bold;
}

#paymentComplete .applyForm .completeNote .numberWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 60px;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 30px 0;
}

#paymentComplete .applyForm .completeNote .numberWrap span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}

#paymentComplete .applyForm .completeNote .numberWrap h4 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}

#paymentComplete .applyForm .completeNote p {
  font-size: 16px;
  line-height: 1.38;
  font-weight: normal;
}

#paymentComplete .btnWrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 9;
  width: calc(100% - 30px);
  max-width: 700px;
}

#paymentComplete .btnWrap .numberCopyBtn {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}

#paymentComplete .btnWrap .goGetCoupon {
  margin-right: 10px;
}

#paymentComplete .btnWrap .goGetCoupon,
#paymentComplete .btnWrap .goTourismPrd {
  width: calc((100% - 10px) / 2);
}

.applyForm {
  position: relative;
  z-index: 9;
  margin-top: -40px;
  padding: 40px 50px 50px 50px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  min-height: 500px;
}

.applyForm>section {
  margin-bottom: 30px;
}

.applyForm>section:last-of-type {
  margin-bottom: 0;
}

.applyForm .steps {
  display: flex;
  align-items: flex-start;
  border-bottom: 5px solid #eee;
  margin-bottom: 20px;
}

.applyForm .steps>div {
  width: 33.3333%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 5px solid transparent;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: -5px;
}

.applyForm .steps>div.on {
  border-bottom: 5px solid #00acb7;
}

.applyForm .steps>div h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 6px;
}

.applyForm .steps>div p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 23px;
}

.applyForm>.titleArea {
  width: 100%;
  border-radius: 5px;
  background-color: #eee;
  padding: 35px 30px;
  box-sizing: border-box;
}

.applyForm>.titleArea.applyInfo {
  background-color: #f8f8f8;
}

.applyForm>.titleArea h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.applyForm>.titleArea span {
  font-size: 15px;
  line-height: 1.3;
}

.applyForm .applyFormat {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 20px;
}

.applyForm .applyFormat:first-of-type {
  padding-top: 20px;
}

.applyForm .applyFormat:last-of-type {
  margin-bottom: 0;
}

.applyForm .applyFormat.col2,
.applyForm .applyFormat.col3,
.applyForm .applyFormat .col2,
.applyForm .applyFormat .col3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.applyForm .applyFormat.col2>div,
.applyForm .applyFormat .col2>div {
  width: calc(50% - 10px);
}

/* .applyForm .applyFormat .col3>div {
  width: calc((100% - 80px) / 2);
} */

.applyForm .applyFormat h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 10px;
}

.applyForm .applyFormat .essential::after {
  content: "*";
  color: rgb(211, 1, 1);
  padding-left: 5px;
}

.applyForm .applyFormat.col2 .emailWrap {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}

.applyForm .applyFormat.col2 .emailWrap input[type=text] {
  margin-right: 10px;
  width: 100px;
  height: 100%;
}

.applyForm .applyFormat.col2 .emailWrap input[type=text]:last-of-type {
  margin-right: 10px;
}

.applyForm .applyFormat.col2 .emailWrap span {
  margin-right: 10px;
}

.applyForm .applyFormat.col2 .emailWrap .subSelectWrap {
  width: calc(100% - 230px);
}

.applyForm .applyFormat.col2 .emailWrap .subSelectWrap::after {
  content: "⌵";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 15px;
  bottom: 14px;
  font-weight: bold;
}

.applyForm .applyFormat .alert {
  padding: 0 0 20px;
}

.applyForm .applyFormat .alert h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.applyForm .applyFormat .alert span {
  font-size: 14px;
}

.applyForm .applyFormat.uploadFormat+div {
  margin-top: -4px;
}

.applyForm .applyFormat.uploadFormat h3 {
  line-height: 1;
}

.applyForm .applyFormat.uploadFormat .warning {
  padding-top: 2px;
  padding-bottom: 8px;
  vertical-align: top;
}

.applyForm .applyFormat .filebox {
  display: flex;
}

.applyForm .applyFormat .filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.applyForm .applyFormat .filebox label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 166px;
  height: 42px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
}

.applyForm .applyFormat .filebox label.mobOnly {
  display: none;
}

.applyForm .applyFormat .filebox .upload-name {
  margin-right: 10px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  width: calc(100% - 176px);
  height: 42px;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.applyForm .applyFormat .example {
  width: 100%;
  padding: 20px 0;
}

.applyForm .applyFormat .example h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.applyForm .applyFormat .example img {
  width: 100%;
  padding: 20px;
  background-color: #eee;
  border-radius: 5px;
  box-sizing: border-box;
}

.applyForm .applyFormat .sizeNotice {
  display: inline-block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  font-weight: normal;
}

.applyForm .applyFormat .subSelectWrap {
  position: relative;
}

.applyForm .applyFormat .subSelectWrap::after {
  content: "⌵";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 15px;
  bottom: 14px;
  font-weight: bold;
}

.applyForm .applyFormat select {
  width: 100%;
  height: 40px;
  margin-top: 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #666;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.applyForm .applyFormat select option {
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.applyForm .applyFormat .textExtra {
  display: none;
  margin-top: 10px;
}

.applyForm .applyFormat .textExtraSelectWrap {
  width: 100%;
}

.applyForm .applyFormat .textExtraSelectWrap.on {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.applyForm .applyFormat .textExtraSelectWrap .subSelectWrap {
  width: 100%;
}

.applyForm .applyFormat .textExtraSelectWrap.on .subSelectWrap {
  width: 120px;
}

.applyForm .applyFormat .textExtraSelectWrap .textExtra {
  display: none;
}

.applyForm .applyFormat .textExtraSelectWrap.on .textExtra {
  display: block;
}

.applyForm .applyFormat .subSelectWrap+.textExtra {
  width: calc(100% - 130px);
  margin-top: 0;
}

.applyForm .applyFormat .dateSelect {
  display: flex;
}

.applyForm .applyFormat .dateSelect .subSelectWrap {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

.applyForm .applyFormat .dateSelect .subSelectWrap:last-of-type {
  margin-right: 0;
}

.applyForm .applyFormat input[type=text],
.applyForm .applyFormat input[type=email],
.applyForm .applyFormat input[type=tel] {
  width: 100%;
  height: 40px;
  margin-top: 7px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #999;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
}

.applyForm .applyFormat .emailForm .essential {
  margin-bottom: 3px;
}

.applyForm .applyFormat .emailWrap {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}

.applyForm .applyFormat .emailWrap input[type=text] {
  margin-right: 10px;
  width: 240px;
  height: 100%;
}

.applyForm .applyFormat .emailWrap input[type=text]:last-of-type {
  margin-right: 20px;
}

.applyForm .applyFormat .emailWrap span {
  margin-right: 10px;
}

.applyForm .applyFormat .emailWrap .subSelectWrap {
  width: calc(100% - 320px);
}

.applyForm .applyFormat .emailWrap .subSelectWrap::after {
  content: "⌵";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 15px;
  bottom: 14px;
  font-weight: bold;
}

.applyForm .applyFormat .radioGroup {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.applyForm .applyFormat .radioGroup label {
  margin-bottom: 15px;
  display: flex;
  cursor: pointer;
}

.applyForm .applyFormat .radioGroup label:last-of-type {
  margin-bottom: 0;
}

.applyForm .applyFormat .radioGroup label input[type=radio] {
  flex-shrink: 0;
  margin-right: 10px;
}

.applyForm .applyFormat .radioGroup label span {
  font-size: 14px;
  line-height: 1.29;
  color: #000;
  font-weight: normal;
}

.applyForm .applyFormat .radioGroup.radioHorizontal {
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.applyForm .applyFormat .radioGroup.radioHorizontal label {
  margin-right: 30px;
  margin-bottom: 0;
  align-items: center;
}

.applyForm .applyFormat .radioGroup.radioHorizontal label:last-of-type {
  margin-right: 0;
}

.applyForm .applyFormat .radioGroup.radioHorizontal label span {
  line-height: 1;
}

.applyForm .applyFormat .radioGroup.radioHorizontal label span.bigBold {
  line-height: 2;
  font-size: 15px;
  font-weight: 600;
}

.applyForm .applyFormat .radioGroup.radioCheck label {
  align-items: center;
}

.applyForm .applyFormat .checkBoxGroup {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.applyForm .applyFormat .checkBoxGroup label {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.applyForm .applyFormat .checkBoxGroup label:last-of-type {
  margin-bottom: 0;
}

.applyForm .applyFormat .checkBoxGroup label input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 10px;
}

.applyForm .applyFormat .checkBoxGroup label span {
  font-size: 14px;
  line-height: 1.29;
  color: #000;
  font-weight: normal;
}

.applyForm .applyFormat.period>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}

.applyForm .applyFormat.period>div label.date {
  display: inline-block;
  width: calc((100% - 40px) / 2);
}

.applyForm .applyFormat label {
  position: relative;
}

.applyForm .applyFormat label input[type=date] {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.applyForm .applyFormat label input[type=date].date_empty::before {
  content: attr(data-placeholder);
}

.applyForm .applyFormat input[type=date] {
  position: relative;
}

.applyForm .applyFormat input[type=date]::after {
  content: "\e9a0";
  font-family: "xeicon";
  text-align: right;
  line-height: 40px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
}

.applyForm .applyFormat input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  cursor: pointer;
  right: 0;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  z-index: 9;
}

.applyForm .applyFormat.phoneNumberForm .phoneNumberFormat,
.applyForm .applyFormat .phoneNumberForm .phoneNumberFormat {
  display: flex;
  align-items: center;
}

.applyForm .applyFormat.phoneNumberForm .phoneNumberFormat .subSelectWrap,
.applyForm .applyFormat .phoneNumberForm .phoneNumberFormat .subSelectWrap {
  width: 123px;
}

.applyForm .applyFormat.phoneNumberForm .phoneNumberFormat>label,
.applyForm .applyFormat .phoneNumberForm .phoneNumberFormat>label {
  width: calc(100% - 133px);
  margin-left: 10px;
}

.applyForm .applyFormat.phoneNumberForm .phoneNumberFormat>label input,
.applyForm .applyFormat .phoneNumberForm .phoneNumberFormat>label input {
  width: 100%;
}

.applyForm .applyFormat.phoneNumberForm>div:first-child {
  flex: 1;
}

.applyForm .applyFormat.phoneNumberForm>div:not(first-child) {
  flex: 2;
}

.applyForm .applyFormat .warning.on {
  display: inline-block;
}

.applyForm .applyFormat .warning {
  display: none;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  color: #f13838;
}

.applyForm .applyFormat .agreeField:not(:first-of-type) {
  padding: 30px 0 10px;
}

.applyForm .applyFormat .terms {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 15px 26px 15px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.applyForm .applyFormat .terms p {
  font-size: 14px;
  line-height: 1.43;
  color: #666;
  white-space: pre-line;
}

.applyForm .applyFormat .qHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applyForm .applyFormat .qHeader .radioGroup {
  padding-top: 0;
}

.applyForm .applyFormat .qCont {
  margin-top: 10px;
  padding: 30px 96px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

.applyForm .applyFormat .qCont p {
  font-size: 14px;
  line-height: 1.57;
  color: #666;
  text-align: center;
}

.applyForm .showAndHideGroup {
  display: none;
}

.applyForm .showAndHideGroup>.applyFormat:first-of-type {
  padding-top: 0;
}

.applyForm .showAndHideGroup.on {
  display: block;
}

.applyForm .showAndHideGroup>div:not(:last-of-type) div[class^=addBtn] {
  pointer-events: none;
  background-color: #eee;
  cursor: not-allowed;
}

.applyForm .showAndHideGroup div[class*=addBtn] {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #00acb7;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-left: 10px !important;
  cursor: pointer;
}

.applyForm .showAndHideGroup div[class*=addBtn]:hover {
  background-color: #058e97;
}

.applyForm .showAndHideGroup div[class*=addBtn].off {
  pointer-events: none;
  background-color: #eee;
  cursor: not-allowed;
}

.applyForm .showAndHideGroup div[class*=removeBtn] {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #00acb7;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-left: 10px !important;
  cursor: pointer;
}

.applyForm .showAndHideGroup div[class*=removeBtn]:hover {
  background-color: #058e97;
}

.applyForm .showAndHideGroup div[class*=addBtn_Etc],
.applyForm .showAndHideGroup div[class*=removeBtn_Etc],
.applyForm .showAndHideGroup div[class*=addBtn_Past],
.applyForm .showAndHideGroup div[class*=removeBtn_Past] {
  margin-left: 0 !important;
}

.applyForm .showAndHideGroup>.multiInput {
  align-items: flex-end;
}

.applyForm .showAndHideGroup>.multiInput>div {
  /* margin-left: 20px; */
  margin-bottom: 30px;
  padding-bottom: 0;
}

.applyForm .showAndHideGroup>.multiInput>div:first-of-type {
  margin-left: 0;
}

.applyForm .showAndHideGroup>.etcCitizenship.multiInput,
.applyForm .showAndHideGroup>.pastOtherCitizenship.multiInput {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;

}

.applyForm .showAndHideGroup>.etcCitizenship.multiInput>.applyFormat,
.applyForm .showAndHideGroup>.pastOtherCitizenship.multiInput>.applyFormat {
  width: 100% !important;
  padding-top: 0;
}

.applyForm .showAndHideGroup>.multiInput.col2:nth-child(2)>div:not(:nth-child(3)):not(:nth-child(4)),
.applyForm .showAndHideGroup>.multiInput.col2:nth-child(1)>div:not(:nth-child(3)):not(:nth-child(4)) {
  width: calc((100% - 120px) / 2);
}

.applyForm .showAndHideGroup>.multiInput.col4:nth-child(2)>div:not(:last-of-type),
.applyForm .showAndHideGroup>.multiInput.col4:nth-child(1)>div:not(:last-of-type) {
  width: calc((100% - 160px) / 4);
}

.applyForm .showAndHideGroup .emailWrap {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}

.applyForm .showAndHideGroup .emailWrap input[type=text] {
  margin-right: 10px;
  width: 100px;
  height: 100%;
}

.applyForm .showAndHideGroup .emailWrap input[type=text]:last-of-type {
  margin-right: 10px;
}

.applyForm .showAndHideGroup .emailWrap span {
  margin-right: 10px;
}

.applyForm .showAndHideGroup .emailWrap .subSelectWrap {
  width: calc(100% - 230px);
}

.applyForm .showAndHideGroup .emailWrap .subSelectWrap::after {
  content: "⌵";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 15px;
  bottom: 14px;
  font-weight: bold;
}

.applyForm .payInfoWrap {
  margin: 10px 0;
}

.applyForm .payInfoWrap div h3 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 2px solid #000;
}

.applyForm .payInfoWrap div .payInfoGroup {
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.applyForm .payInfoWrap div .payInfoGroup ul {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.applyForm .payInfoWrap div .payInfoGroup ul li {
  line-height: 1.3;
  font-size: 16px;
  padding: 2px 0;
}

.applyForm .payInfoWrap div .payInfoGroup .total {
  background-color: #eee;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applyForm .payInfoWrap div .payInfoGroup .total h5 {
  font-size: 16px;
}

.applyForm .payInfoWrap div .payInfoGroup .total p {
  font-size: 16px;
}

.snsFlexRow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.applyForm .showAndHideGroup>.multiInput>div.snsFlexRow {
  margin: 0;
  width: 50%;
}

.applyForm .showAndHideGroup>.multiInput>div.snsFlexRow .snsId {
  width: calc(100% - 50px);
}

.applyForm .showAndHideGroup>.multiInput>div.snsFlexRow.plusMinus2Icon .snsId {
  width: calc(100% - 100px);
}

.snsType {
  width: 50%;
}

.applyForm .phoneNumberFormat.snsSelectType select,
.applyForm .phoneNumberFormat.snsSelectType input[type=text],
.applyForm .phoneNumberFormat.snsSelectType label[for=snsID] {
  pointer-events: none;
}

.applyForm .phoneNumberFormat.snsSelectType select,
.applyForm .phoneNumberFormat.snsSelectType input[type=text] {
  background-color: rgba(0, 0, 0, 0.04);
}

.applyForm .phoneNumberFormat.snsSelectType.on select,
.applyForm .phoneNumberFormat.snsSelectType.on input[type=text],
.applyForm .phoneNumberFormat.snsSelectType.on label[for=snsID] {
  pointer-events: initial;
}

.applyForm .phoneNumberFormat.snsSelectType.on select,
.applyForm .phoneNumberFormat.snsSelectType.on input[type=text] {
  background-color: transparent;
}

.applyForm .parentName1,
.applyForm .parentName2 {
  position: relative;
}

.applyForm .parentName1::after {
  content: "";
  position: absolute;
  bottom: 2.5px;
  right: -10px;
  padding-left: 10px;
  width: 1px;
  height: 35px;
  border-right: 1px solid #eee;
}

.applyForm .q1Example {
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.applyForm .q1Example ul li {
  padding-bottom: 3px;
}

.applyForm .q1Example ul li:last-of-type {
  padding-bottom: 0;
}

.applyForm .q1Example ul li::before {
  content: "-";
  padding-right: 5px;
}

.buttonGroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.buttonGroup>button {
  width: 420px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 800;
  color: #555;
  transition: color 0.3s;
}

.buttonGroup>button:hover {
  color: #000;
  transition: color 0.3s;
  background-color: #eee;
}

.buttonGroup>div {
  margin-top: 20px;
  width: 100%;
}

.btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnWrap button {
  width: 200px;
  height: 50px;
}

.btnWrap button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.btnWrap.btn_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btnWrap.btn_3>button a {
  background: #555;
}

.btnWrap.btn_3>button:hover a {
  background: #000;
}

.btnWrap.btn_3 button {
  width: 200px;
  height: 50px;
}

.btnWrap.btn_3 button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.subLayout .applyForm .groupStep.steps {
  display: none;
}

.groupApplyComplete.subLayout .applyForm .groupStep.steps {
  display: flex;
}

.groupApplyComplete.subLayout .applyForm .individualStep.steps {
  display: none;
}

.paymentComplete .paymentCompleteForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paymentComplete .paymentCompleteForm .completeForm {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  height: 100%;
  box-sizing: border-box;
}

.paymentComplete .paymentCompleteForm .completeForm h4 {
  font-size: 24px;
  color: #2f5cdb;
  line-height: 1.2;
}

.paymentComplete .paymentCompleteForm .completeForm h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 20px 0;
}

.paymentComplete .paymentCompleteForm .completeForm p {
  font-size: 18px;
  line-height: 1.2;
}

.paymentComplete .paymentCompleteForm .completeForm .btnWrap {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.paymentComplete .paymentCompleteForm .completeForm .btnWrap button:first-of-type {
  margin-bottom: 10px;
}

.manageGroupApply .titleArea {
  text-align: center;
  padding: 30px;
}

.manageGroupApply .titleArea p {
  display: inline-block;
  width: 70%;
  text-align: left;
  line-height: 1.4;
  padding: 10px 0 20px;
}

.manageGroupApply .titleArea .btnWrap {
  box-sizing: border-box;
}

.manageGroupApply .total {
  font-size: 16px;
  font-weight: bold;
}

.manageGroupApply .total .countApplilcation {
  color: #2f5cdb;
}

.manageGroupApply .totalApplication .applicationTable {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 30px;
}

.manageGroupApply .totalApplication .applicationTable .tableHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #111;
  padding: 10px 0;
}

.manageGroupApply .totalApplication .applicationTable .tableHeader li {
  width: 25%;
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.manageGroupApply .totalApplication .applicationTable .tableRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #eee;
  border-top: 0;
}

.manageGroupApply .totalApplication .applicationTable .tableRow li {
  width: 25%;
  flex-shrink: 0;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  text-align: center;
}

.applicationInquiry {
  min-height: 250px;
}

.applicationInquiry section:not(:first-of-type) {
  margin-top: 40px;
}

.resultInquiry.groupApply .completeForm h4 {
  display: none;
}

.resultInquiry.groupApply .manageGroupApply .applicationTable .tableRow:nth-child(2) li {
  color: #4167b2;
}

#faqs {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

#faqs .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

#faqs .titleArea .faqSliderNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#faqs .titleArea .faqSliderNav>div {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: 4px;
  cursor: pointer;
}

#faqs .titleArea .faqSliderNav>div i {
  font-size: 18px;
}

#faqs .faqSliderWrap {
  width: calc(100% + 30px);
  margin-left: -15px;
}

#faqs .faqSliderWrap .faqSlider {
  position: relative;
  width: 350px;
  max-width: 350px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 0 0 #fff, inset 0 0 0 0 #fff, inset 0 0 0 2px #dddddd;
  background-color: #fff;
  margin: 0 12px;
  cursor: pointer;
}

#faqs .faqSliderWrap .faqSlider:hover {
  box-shadow: 0 0 0 0 #fff, inset 0 0 0 0 #fff, inset 0 0 0 2px #0a244a;
}

#faqs .faqSliderWrap .faqSlider:not(.on) {
  transition: all 0.3s;
}

#faqs .faqSliderWrap .faqSlider:not(.on) h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 22px;
  height: 60px;
}

#faqs .faqSliderWrap .faqSlider:not(.on) p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 100px;
  transition: all 0.3s;
}

#faqs .faqSliderWrap .faqSlider:not(.on) .moreBtn {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 13px;
  font-weight: 600;
}

#faqs .faqSliderWrap .faqSlider:not(.on) .moreBtn:hover {
  color: #0b4195;
}

#faqs .faqSliderWrap .faqSlider.on {
  transition: all 0.3s;
}

#faqs .faqSliderWrap .faqSlider.on h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 30px;
  min-height: 60px;
}

#faqs .faqSliderWrap .faqSlider.on p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: 100px;
  transition: all 0.3s;
}

#faqs .faqSliderWrap .faqSlider.on .moreBtn {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 13px;
  font-weight: 600;
}

#faqs .faqSliderWrap .faqSlider.on .moreBtn:hover {
  color: #0b4195;
}

@media (max-width: 768px) {
  .section.setCenter {
    width: 100%;
  }

  #faqs .titleArea {
    margin-bottom: 24px;
  }

  #faqs .titleArea h2 {
    font-size: 20px;
  }

  #faqs .titleArea .faqSliderNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #faqs .titleArea .faqSliderNav>div {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    margin-left: 4px;
    cursor: pointer;
  }

  #faqs .titleArea .faqSliderNav>div i {
    font-size: 18px;
  }

  #faqs .faqSliderWrap .faqSlider {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 34px);
    padding: 20px;
  }

  #faqs .faqSliderWrap .faqSlider h4 {
    font-size: 18px;
  }

  #faqs .faqSliderWrap .faqSlider p {
    font-size: 13px;
  }

  #faqs .faqSliderWrap .faqSlider:not(.on) h4 {
    font-size: 18px;
  }
}

.newSection {
  position: relative;
  width: auto;
  min-width: 1100px;
  min-height: 937px;
  background: url(/web/img/us/newSectionBg.png) no-repeat 50% top;
  box-sizing: border-box;
  color: #fff;
  background-size: cover;
  padding: 80px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.newSection .newArticle {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.newSection .newArticle h2 {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.5;
}

.newSection .newArticle h5 {
  margin: 6px 0 0 6px;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.5;
}

.newSection .newArticle .cardArea {
  text-align: center;
  margin-top: 55px;
}

.newSection .newArticle .cardArea img {
  width: 30.33%;
}

.newSection .newArticle .pBox .pWrap:first-of-type~.pWrap {
  display: none;
}

.newSection .newArticle .pWrap {
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #081f49;
  color: #fff;
  margin-top: 40px;
}

.newSection .newArticle h5 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.newSection .newArticle h6 {
  font-size: 20px;
  margin-top: 5px;
  line-height: 1.2;
}

.newSection .newArticle p {
  line-height: 1.3;
  margin-top: 10px;
}

@media all and (max-width: 900px) {
  #topBanner {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
    top: 50px !important;
    box-sizing: border-box;
  }

  #topBanner span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
  }

  .selectWrap::after {
    content: "⌵";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 17px;
  }

  .subLayout {
    padding-top: 50px;
  }

  .btnWrap {
    margin-top: 10px;
  }

  .buttonGroup>button {
    width: 100%;
    height: 50px;
  }

  header {
    height: 50px;
  }

  header .inner .logo {
    width: 114px;
  }

  header .inner .logo img {
    width: 100%;
  }

  header .inner .pcOnly {
    display: none;
  }

  header .inner .logOn.on.pcOnly,
  header .inner .logOff.on.pcOnly {
    display: none;
  }

  header .inner .hamBtn.mobOnly {
    display: block;
  }

  header .inner .hamBtn.mobOnly i {
    color: #fff;
    font-size: 20px;
  }

  .subHeader .inner .hamBtn.mobOnly i {
    color: #000;
  }

  .subLayout {
    padding-bottom: 80px;
  }

  #wrap #mainBanner .imgSlides {
    height: 510px;
  }

  #wrap #mainBanner .imgSlides .slider {
    height: 510px;
  }

  #wrap #mainBanner .txtBox {
    height: 400px;
    padding-top: 100px;
  }

  #wrap #mainBanner .txtBox h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 15px;
  }

  #wrap #mainBanner .txtBox p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 14px;
  }

  #wrap #mainBanner .txtBox>span {
    font-size: 14px;
  }

  #wrap #mainBanner .txtBox .selectWrap {
    position: relative;
    width: 500px;
    margin: 0 auto;
  }

  #wrap #mainBanner .txtBox .selectWrap select#country {
    position: relative;
    width: 500px;
    height: 40px;
    padding: 0 20px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
  }

  #wrap #mainBanner .pattern {
    top: 295px;
    height: 380px;
  }

  #wrap #mainBanner .pattern .scrollIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }

  #wrap #mainBanner .pattern .scrollIcon i {
    font-size: 36px;
  }

  #wrap #applyArea {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  #wrap #applyArea>div {
    display: none;
    padding: 24px 30px;
  }

  #wrap #applyArea>div.applyImpossible p {
    margin-bottom: 0;
  }

  #wrap #applyArea>div p {
    font-size: 14px;
    margin-bottom: 17px;
  }

  #wrap #applyArea>div .btnGroup {
    padding: 0;
  }

  #wrap #applyArea>div .btnGroup button {
    padding: 24px 26px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 0;
    margin-bottom: 0;
  }

  #wrap #applyArea>div .btnGroup button:last-of-type {
    margin-bottom: 0;
  }

  #wrap #applyArea>div .btnGroup button h4 {
    font-size: 16px;
  }

  #wrap #applyArea>div .btnGroup button span {
    font-size: 12px;
  }

  #wrap #travelGuide .txtGroup h4 {
    font-size: 18px;
  }

  #wrap #travelGuide .txtGroup p {
    font-size: 12px;
  }

  #wrap #travelGuide .header h3 {
    font-size: 20px;
  }

  .applyHeader .inner h2 {
    position: relative;
    padding-top: 100px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    z-index: 99;
  }

  .applyHeader .inner p {
    position: relative;
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    z-index: 99;
  }

  .applyPattern {
    top: 190px;
    height: 400px;
  }

  #paymentComplete .applyForm {
    padding: 40px 26px;
  }

  #paymentComplete .applyForm .completeNote {
    text-align: center;
  }

  #paymentComplete .applyForm .completeNote h3 {
    font-size: 16px;
    line-height: 1.38;
    font-weight: bold;
  }

  #paymentComplete .applyForm .completeNote .numberWrap {
    padding: 30px;
  }

  #paymentComplete .applyForm .completeNote .numberWrap h4 {
    font-size: 24px;
  }

  #paymentComplete .btnWrap {
    flex-direction: column;
    z-index: 9;
    width: calc(100% - 60px);
    max-width: unset;
  }

  #paymentComplete .btnWrap .numberCopyBtn {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #paymentComplete .btnWrap .goGetCoupon {
    margin-bottom: 10px;
  }

  #paymentComplete .btnWrap .goGetCoupon,
  #paymentComplete .btnWrap .goTourismPrd {
    width: 100%;
    margin-right: 0;
  }

  .manageGroupApply .paymentCompleteForm .completeForm h2 {
    font-size: 24px;
    margin: 10px 0;
  }

  .applyForm {
    padding: 24px 24px 30px 24px;
    margin-bottom: 20px;
  }

  .applyForm .showAndHideGroup .firstResponder1EmailForm .emailWrap {
    flex-wrap: nowrap;
  }

  .applyForm .payInfoWrap>div h3 {
    font-size: 20px;
  }

  .applyForm .col3>div:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .applyForm #passportUploadForm {
    margin-bottom: 0;
  }

  .applyForm>.titleArea {
    width: 100%;
    border-radius: 5px;
    background-color: #eee;
    padding: 20px;
    box-sizing: border-box;
  }

  .applyForm>.titleArea h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .applyForm>.titleArea span {
    font-size: 14px;
    line-height: 1.2;
  }

  .applyForm .steps {
    display: flex;
    align-items: flex-start;
    border-bottom: 0;
    margin-bottom: 20px;
  }

  .applyForm .steps>div {
    width: 100%;
    min-width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 5px solid transparent;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: -5px;
  }

  /* .applyForm .steps>div.on {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 5px solid #00acb7;
  }

  .applyForm .steps>div.on h4 {
    color: #000;
  }

  .applyForm .steps>div.on .descript {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #000;
    width: 100px;
    height: auto;
  } */

  /* .applyForm .steps>div.on {
    padding-bottom: 10px;
    border-bottom: 5px solid #00acb7;
  } */

  .applyForm .steps>div.on h4 {
    color: #000;
  }

  .applyForm .steps>div.on .descript {
    position: relative;
    width: 100%;
    height: 40px;
  }

  .applyForm .steps>div.on .descript p {
    position: absolute;
    top: 0;
    left: 0%;
    width: auto;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 6px;
    border-bottom: 5px solid #00acb7;
  }

  .applyForm .steps>div:nth-child(5).on .descript p {
    left: 50%;
    transform: translateX(-50%);
  }

  .applyForm .applyFormat.col2>div,
  .applyForm .applyFormat .col2>div {
    width: 100%;
  }

  @media (max-width: 600px) {
    .applyForm .steps>div:nth-child(3).on .descript p {
      left: -80%;
    }

    .applyForm .steps>div:nth-child(4).on .descript p {
      left: -150%;
    }
  }

  .applyForm .steps>div.on {
    border-bottom: none;
  }

  .applyForm .steps>div h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 6px;
    color: #ddd;
  }

  .applyForm .steps>div p {
    display: none;
  }

  .applyForm .applyFormat {
    margin-bottom: 10px;
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat .subSelectWrap {
    width: 93px;
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat>label {
    width: calc(100% - 103px);
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat input[type=text] {
    width: 100%;
  }

  .applyForm .applyFormat .emailWrap {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
  }

  .applyForm .applyFormat .emailWrap input[type=text] {
    margin-right: 10px;
    width: 120px;
    height: 100%;
  }

  .applyForm .applyFormat .emailWrap input[type=text]:last-of-type {
    margin-right: 10px;
  }

  .applyForm .applyFormat .emailWrap span {
    margin-right: 10px;
  }

  .applyForm .applyFormat .emailWrap .subSelectWrap {
    width: calc(100% - 255px);
  }

  .applyForm .applyFormat .emailWrap .subSelectWrap::after {
    content: "⌵";
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-weight: bold;
  }

  .applyForm .applyFormat .warning {
    line-height: 1.33;
  }

  .applyForm .applyFormat .terms {
    padding: 12px 24px 12px 12px;
    margin-bottom: 15px;
  }

  .applyForm .applyFormat .terms p {
    font-size: 12px;
    line-height: 1.33;
    color: #666;
  }

  .applyForm .applyFormat .radioGroup {
    display: flex;
    flex-direction: column;
  }

  .applyForm .applyFormat .radioGroup label {
    margin-right: 8px;
    gap: 0;
  }

  .applyForm .applyFormat .radioGroup.radioHorizontal.payment {
    flex-direction: column;
    align-items: flex-start;
  }

  .applyForm .applyFormat .radioGroup label:last-of-type {
    margin-right: 0;
  }

  .applyForm .applyFormat .radioGroup label input[type=radio] {
    margin-right: 6px;
  }

  .applyForm .applyFormat .radioGroup label span {
    font-size: 12px;
    line-height: 1.33;
  }

  .applyForm .showAndHideGroup {
    display: none;
  }

  .applyForm .showAndHideGroup>.applyFormat:first-of-type {
    padding-top: 0;
  }

  .applyForm .showAndHideGroup.on {
    display: block;
  }

  .applyForm .showAndHideGroup>div:not(:last-of-type)>div[class^=addBtn] {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
  }

  .applyForm .showAndHideGroup div[class*=addBtn] {
    width: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #00acb7;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-left: 0 !important;
    cursor: pointer;
  }

  .applyForm .showAndHideGroup div[class*=addBtn]:hover {
    background-color: #058e97;
  }

  .applyForm .showAndHideGroup div[class*=addBtn].off {
    pointer-events: none;
    background-color: #eee;
    cursor: not-allowed;
  }

  .applyForm .showAndHideGroup div[class*=removeBtn] {
    width: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #00acb7;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-left: 0px !important;
    cursor: pointer;
  }

  .applyForm .showAndHideGroup div[class*=removeBtn]:hover {
    background-color: #058e97;
  }

  .applyForm .showAndHideGroup>.multiInput {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .applyForm .showAndHideGroup>.multiInput>div {
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: 0 !important;
  }

  .applyForm .showAndHideGroup>.etcCitizenship.multiInput>div,
  .applyForm .showAndHideGroup>.pastOtherCitizenship.multiInput>div {
    margin-bottom: 0px !important;
  }

  .applyForm .showAndHideGroup>.etcCitizenship.multiInput,
  .applyForm .showAndHideGroup>.pastOtherCitizenship.multiInput {
    margin-bottom: 30px;
    justify-content: start;
  }

  .applyForm .showAndHideGroup>.multiInput>div:first-of-type {
    margin-left: 0;
  }

  .applyForm .showAndHideGroup>.multiInput.col2>div:nth-child(1),
  .applyForm .showAndHideGroup>.multiInput.col2>div:nth-child(2) {
    width: 100%;
  }

  .applyForm .showAndHideGroup>.multiInput.col2:nth-child(2)>div:not(:nth-child(3)):not(:nth-child(4)),
  .applyForm .showAndHideGroup>.multiInput.col2:nth-child(1)>div:not(:nth-child(3)):not(:nth-child(4)) {
    width: 100%;
  }

  .applyForm .showAndHideGroup>.multiInput.col4:nth-child(2)>div:not(:last-of-type),
  .applyForm .showAndHideGroup>.multiInput.col4:nth-child(1)>div:not(:last-of-type) {
    width: 100%;
  }

  .applyForm .showAndHideGroup .emailWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 90px;
    width: 100%;
  }

  .applyForm .showAndHideGroup .emailWrap input[type=text] {
    margin-right: 10px;
    width: 100px;
    height: 100%;
  }

  .applyForm .showAndHideGroup .emailWrap input[type=text]:last-of-type {
    margin-right: 10px;
  }

  .applyForm .showAndHideGroup .emailWrap span {
    margin-right: 10px;
  }

  .applyForm .showAndHideGroup .emailWrap .subSelectWrap {
    width: calc(100% - 230px);
  }

  .applyForm .showAndHideGroup .emailWrap .subSelectWrap::after {
    content: "⌵";
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-weight: bold;
  }

  .btnWrap button {
    width: 100%;
    height: 50px;
  }

  .btnWrap button a {
    border-radius: 5px;
    font-size: 14px;
  }

  .newSection {
    min-width: auto;
    min-height: auto;
  }

  .newSection .newArticle {
    width: calc(100% - 60px);
    min-width: auto;
    padding: 0;
  }

  .paymentComplete .applyForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
  }

  .paymentComplete .applyForm .completeForm {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    height: 100%;
    box-sizing: border-box;
  }

  .paymentComplete .applyForm .completeForm h4 {
    font-size: 14px;
    line-height: 1.3;
  }

  .paymentComplete .applyForm .completeForm h3 {
    font-size: 32px;
    line-height: 1.3;
  }

  .paymentComplete .applyForm .completeForm h2 {
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
  }

  .paymentComplete .applyForm .completeForm p {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media all and (max-width: 900px) {
  h4.essential {
    white-space: wrap;
  }

  .setCenter {
    width: calc(100% - 30px);
    max-width: unset;
    margin: 0 auto;
  }

  .selectWrap::after {
    content: "⌵";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 36px;
    bottom: 15px;
  }

  #topBanner {
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
    top: 50px !important;
    box-sizing: border-box;
  }

  #topBanner span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
  }

  #mobHamArea>.header {
    padding: 15px;
  }

  #mobHamArea>.nav {
    padding: 15px;
  }

  #mobHamArea .menuWrap .menus li a {
    padding: 20px 15px;
  }

  #mobHamArea .hamBtn i {
    cursor: pointer;
  }


  .goTopBtn {
    bottom: 370px;
  }

  .subLayout {
    padding-bottom: 50px;
  }

  .noticePopup.simpleNotice .inner .cont {
    height: 377px;
    overflow-y: auto;
  }

  .noticePopup.simpleNotice .inner .cont::-webkit-scrollbar {
    width: 5px;
    border-radius: 2.5px;
    overflow: hidden;
  }

  .noticePopup.simpleNotice .inner .cont::-webkit-scrollbar-thumb {
    background: #00acb7;
    border-radius: 2.5px;
    overflow: hidden;
  }

  .noticePopup.simpleNotice .inner .cont::-webkit-scrollbar-track {
    background-color: #eeeeee;
  }

  .noticePopup .inner {
    width: calc(100% - 30px);
    max-width: 380px;
    padding: 46px 20px 20px 20px;
    box-sizing: border-box;
  }

  .noticePopup .inner .cont h3 {
    padding-bottom: 22px;
    line-height: 1.4;
  }

  .noticePopup .inner .cont ul {
    list-style-type: disc !important;
  }

  .noticePopup .inner .cont li {
    list-style-position: outside;
  }

  .noticePopup .inner .cont li::marker {
    color: #000;
    content: "•";
  }

  .noticePopup .inner .btnGroup {
    padding-top: 10px;
  }

  .noticePopup .inner .btnGroup button a {
    font-size: 14px;
  }

  #wrap #mainBanner .imgSlides {
    height: 432px;
  }

  #wrap #mainBanner .imgSlides .slider {
    height: 432px;
  }

  #wrap #mainBanner .txtBox {
    align-items: center;
  }

  #wrap #mainBanner .txtBox h2 {
    font-size: 22px;
  }

  #wrap #mainBanner .txtBox h2 strong {
    font-size: 38px;
  }

  #wrap #mainBanner .txtBox h2,
  #wrap #mainBanner .txtBox p,
  #wrap #mainBanner .txtBox span {
    width: calc(100% - 30px);
  }

  #wrap #mainBanner .txtBox .selectWrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  #wrap #mainBanner .txtBox .selectWrap select#country {
    width: calc(100% - 30px);
  }

  #wrap #mainBanner .pattern {
    top: 274px;
    height: 280px;
  }

  #wrap #mainBanner .pattern .scrollIcon {
    font-size: 12px;
  }

  #wrap #mainBanner .pattern .scrollIcon i {
    font-size: 26px;
    margin-bottom: 6px;
  }

  #wrap #applyArea {
    margin-top: 20px;
  }

  #wrap #applyArea .applyPossible .btnGroup {
    flex-direction: column;
  }

  #wrap #applyArea .applyPossible .btnGroup button {
    width: 100%;
    margin-bottom: 12px;
  }

  #wrap #applyArea .applyPossible .btnGroup button:last-of-type {
    margin-bottom: 0;
  }

  #wrap #travelGuide {
    padding-bottom: 95px;
    overflow: hidden;
  }

  #wrap #travelGuide>img:first-of-type {
    width: 65px;
  }

  #wrap #travelGuide>img:last-of-type {
    height: 98px;
    width: auto;
  }

  #wrap #travelGuide .txtGroup {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    text-align: center;
  }

  #wrap #travelGuide .txtGroup h4 {
    font-size: 18px;
    margin-bottom: 26px;
  }

  #wrap #travelGuide .txtGroup p {
    font-size: 12px;
  }

  #wrap #travelGuide .imgWrap {
    position: relative;
    width: calc(100% - 90px);
    margin: 0 auto;
    flex-shrink: 1;
  }

  #wrap #travelGuide .imgWrap .mintBg {
    position: absolute;
    width: 41.6667vw;
    height: 41.6667vw;
  }

  #wrap #travelGuide .imgWrap .mintBg:hover {
    background: #00acb7;
  }

  #wrap #travelGuide .header {
    padding: 48px 0 30px;
  }

  #wrap #travelGuide .header h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  #wrap #travelGuide .guideGroup {
    flex-direction: column;
  }

  #wrap #travelGuide .guideGroup>div {
    margin-bottom: 52px;
    width: 100%;
  }

  #wrap #travelGuide .guideGroup>div:last-of-type {
    margin-bottom: 0;
  }

  #wrap #travelGuide .guideGroup>div .txtGroup {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #wrap #travelGuide .guideGroup>div .imgWrap {
    margin-bottom: 36px !important;
  }

  #wrap #travelGuide .guideGroup>.guide1 .txtGroup {
    order: 1;
  }

  #wrap #travelGuide .guideGroup>.guide1 .imgWrap {
    order: 0;
    margin-top: 0 !important;
  }

  #wrap #travelGuide .guideGroup>.guide1 .imgWrap>.mintBg {
    bottom: -6px !important;
    left: -6px !important;
  }

  #wrap #travelGuide .guideGroup .guide2 .imgWrap>.mintBg {
    top: -6px !important;
    right: -6px !important;
  }

  #wrap #travelGuide .guide3 {
    width: 100%;
    flex-direction: column;
  }

  #wrap #travelGuide .guide3>div {
    width: 100%;
  }

  #wrap #travelGuide .guide3 .txtGroup {
    order: 1;
    padding-top: 0 !important;
    margin-top: 36px;
  }

  #wrap #travelGuide .guide3 .imgWrap {
    width: calc(100% - 90px);
    order: 0;
  }

  #wrap #travelGuide .guide3 .imgWrap .mintBg {
    bottom: -6px !important;
    right: -6px !important;
  }

  #loginArea {
    min-height: calc(100% - 351px);
  }

  #loginArea .inner {
    width: calc(100% - 30px);
    max-width: unset;
    padding-top: 50px;
  }

  #loginArea .inner .header {
    text-align: center;
    margin-bottom: 24px;
  }

  #loginArea .inner .header h2 {
    font-size: 24px;
    padding-bottom: 9px;
  }

  #loginArea .inner .header p {
    font-size: 14px;
  }

  #loginArea .inner .loginBtns>div {
    margin-bottom: 10px;
  }

  #loginArea .inner .loginBtns>div:last-of-type {
    margin-bottom: 0;
  }

  #loginArea .inner .loginBtns>div span {
    font-size: 14px;
  }

  .applyHeader {
    height: 256px;
  }

  .applyHeader .inner h2 {
    padding-top: 50px;
  }

  .applyHeader .inner p {
    padding-top: 20px;
  }

  .applyPattern {
    top: 177px;
    width: 100%;
    height: 240px;
  }

  #paymentComplete .btnWrap {
    width: calc(100% - 30px);
  }

  .applyForm {
    margin-bottom: 20px;
  }

  .applyForm h3 {
    font-size: 16px;
  }

  .applyForm .firstResponder1PhoneNumber.phoneNumberForm,
  .applyForm .firstResponder2PhoneNumber.phoneNumberForm {
    margin-top: 20px !important;
  }

  .applyForm .parentName1 {
    position: relative;
    margin-bottom: 30px;
  }

  .applyForm .parentLastName1::before {
    position: absolute;
    top: -24px;
    font-size: 14px;
    font-weight: 700;
  }

  .applyForm .parentLastName2::before {
    position: absolute;
    top: -24px;
    font-size: 14px;
    font-weight: 700;
  }

  .applyForm .parentName1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 5px;
    padding-left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .applyForm .applyFormat h4 {
    font-size: 14px;
  }

  .applyForm .applyFormat.col2,
  .applyForm .applyFormat.col3,
  .applyForm .applyFormat .col2,
  .applyForm .applyFormat .col3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }

  .applyForm .applyFormat.col2>div:not(:last-child) {
    padding-bottom: 20px;
  }

  .firstResponderPhoneNumber.phoneNumberForm.col2>div:nth-child(2) h4 {
    display: none;
  }

  .firstResponderPhoneNumber.phoneNumberForm.col2>div:nth-child(2) {
    margin-top: 10px !important;
  }

  .applyForm .applyFormat .col3:not(:first-child) {
    margin-top: 12px;
  }

  .applyForm .showAndHideGroup>.multiInput>div.snsFlexRow {
    display: flex;
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }

  .applyForm .applyFormat .col3>.snsFlexRow>div {
    width: calc(100% - 50px);
  }

  .applyForm .applyFormat .col3>.snsFlexRow.plusMinus2Icon>div {
    width: calc(100% - 100px);
  }

  .applyForm .applyFormat.col2>div:not(:first-of-type),
  .applyForm .applyFormat .col2>div:not(:first-of-type) {
    margin-top: 10px;
  }

  .applyForm .applyFormat.col3>div,
  .applyForm .applyFormat .col3>div {
    width: 100%;
  }

  .applyForm .applyFormat label {
    position: relative;
  }

  .applyForm .applyFormat label input[type=date] {
    padding: 0 10px;
  }

  .applyForm .applyFormat input[type=date]::after {
    padding-right: 10px;
  }

  .applyForm .applyFormat .emailWrap {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    height: 90px;
    width: 100%;
  }

  .applyForm .applyFormat .emailWrap input[type=text] {
    margin-right: 0 !important;
    width: calc((100% - 35px) / 2);
    height: 40px;
  }

  .applyForm .applyFormat .emailWrap input[type=text]:first-of-type {
    margin-right: 10px !important;
  }

  .applyForm .applyFormat .emailWrap input[type=text]:last-of-type {
    margin-right: 10px;
  }

  .applyForm .applyFormat .emailWrap span {
    margin-right: 10px;
  }

  .applyForm .applyFormat .emailWrap .subSelectWrap {
    width: 100%;
    margin-top: 3px;
  }

  .applyForm .applyFormat .emailWrap .subSelectWrap::after {
    content: "⌵";
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-weight: bold;
  }

  .applyForm .applyFormat.uploadFormat+div {
    margin-top: -4px;
  }

  .applyForm .applyFormat.uploadFormat h3 {
    line-height: 1;
  }

  .applyForm .applyFormat.uploadFormat .warning {
    padding-top: 2px;
    padding-bottom: 8px;
    vertical-align: top;
  }

  .applyForm .applyFormat .filebox {
    display: flex;
  }

  .applyForm .applyFormat .filebox input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .applyForm .applyFormat .filebox label {
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
  }

  .applyForm .applyFormat .filebox label.pcOnly {
    display: none;
  }

  .applyForm .applyFormat .filebox label.mobOnly {
    display: inline-flex;
  }

  .applyForm .applyFormat .filebox .upload-name {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    width: calc(100% - 52px);
    height: 42px;
    color: #666;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
  }

  .applyForm .applyFormat .radioGroup {
    padding-top: 10px;
  }

  .applyForm .applyFormat .radioGroup.radioHorizontal label {
    margin-right: 20px;
  }

  .applyForm .applyFormat .radioGroup.radioHorizontal label:last-of-type {
    margin-right: 0;
  }

  .applyForm .applyFormat .radioGroup label input[type=radio] {
    margin-right: 8px;
  }

  .applyForm .applyFormat .radioGroup label span {
    font-size: 12px;
  }

  .applyForm .applyFormat .dateSelect {
    display: flex;
    flex-direction: column;
  }

  .applyForm .applyFormat .dateSelect .subSelectWrap {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .applyForm .applyFormat .dateSelect .subSelectWrap:first-of-type {
    margin-top: 10px;
  }

  .applyForm .applyFormat .dateSelect .subSelectWrap:last-of-type {
    margin-bottom: 0;
  }

  .applyForm .applyFormat .dateSelect .subSelectWrap select {
    margin-top: 0;
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat,
  .applyForm .applyFormat .phoneNumberForm .phoneNumberFormat {
    display: flex;
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat .subSelectWrap,
  .applyForm .applyFormat .phoneNumberForm .phoneNumberFormat .subSelectWrap {
    width: 93px;
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat>label,
  .applyForm .applyFormat .phoneNumberForm .phoneNumberFormat>label {
    width: calc(100% - 103px);
    margin-left: 10px;
  }

  .applyForm .applyFormat.phoneNumberForm .phoneNumberFormat>label input,
  .applyForm .applyFormat .phoneNumberForm .phoneNumberFormat>label input {
    width: 100%;
  }

  .applyForm .applyFormat .qHeader {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .applyForm .applyFormat .qHeader h3 {
    margin-bottom: 8px;
  }

  .applyForm .applyFormat .qCont {
    margin-top: 20px;
    padding: 20px;
  }

  .applyForm .applyFormat.col2 .emailWrap,
  .applyForm .applyFormat .col2 .emailWrap {
    display: flex;
    align-items: center;
    height: 90px;
    width: 100%;
  }

  .applyForm .applyFormat.col2 .emailWrap input[type=text],
  .applyForm .applyFormat .col2 .emailWrap input[type=text] {
    margin-right: 10px;
    width: calc((100% - 35px) / 2);
    height: 40px;
  }

  .applyForm .applyFormat.col2 .emailWrap input[type=text]:last-of-type,
  .applyForm .applyFormat .col2 .emailWrap input[type=text]:last-of-type {
    margin-right: 0px;
  }

  .applyForm .applyFormat.col2 .emailWrap span,
  .applyForm .applyFormat .col2 .emailWrap span {
    margin-right: 10px;
  }

  .applyForm .applyFormat.col2 .emailWrap .subSelectWrap,
  .applyForm .applyFormat .col2 .emailWrap .subSelectWrap {
    width: 100%;
    margin-top: 0;
  }

  .applyForm .applyFormat.col2 .emailWrap .subSelectWrap select,
  .applyForm .applyFormat .col2 .emailWrap .subSelectWrap select {
    margin-top: 10px;
  }

  .applyForm .applyFormat.col2 .emailWrap .subSelectWrap::after,
  .applyForm .applyFormat .col2 .emailWrap .subSelectWrap::after {
    content: "⌵";
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-weight: bold;
  }

  .newSection {
    min-width: auto;
    min-height: auto;
  }

  .newSection .newArticle {
    width: calc(100% - 60px);
    min-width: auto;
    padding: 0;
  }

  .newSection .newArticle h2 {
    font-size: 28px;
  }

  .newSection .newArticle h5 {
    font-size: 20px;
  }

  .newSection .newArticle .cardArea {
    margin-top: 20px;
  }

  .newSection .newArticle .cardArea img {
    width: 100%;
    max-width: 350px;
  }

  .newSection .newArticle h5 {
    margin: 0;
    font-size: 20px;
  }

  .newSection .newArticle h6 {
    font-size: 16px;
  }

  .newSection .newArticle p {
    font-size: 12px;
  }

  .manageGroupApply .titleArea {
    text-align: center;
    padding: 30px;
  }

  .manageGroupApply .titleArea h2 {
    font-size: 18px;
  }

  .manageGroupApply .titleArea p {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 0 20px;
  }

  .manageGroupApply .titleArea p span {
    font-size: 14px;
  }

  .manageGroupApply .titleArea .btnWrap {
    flex-direction: column;
    box-sizing: border-box;
  }

  .manageGroupApply .titleArea .btnWrap button:first-of-type {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .manageGroupApply .total {
    font-size: 16px;
    font-weight: bold;
  }

  .manageGroupApply .total .countApplilcation {
    color: #2f5cdb;
  }

  .manageGroupApply .totalApplication {
    width: 100%;
    overflow-x: auto;
  }

  .manageGroupApply .totalApplication .applicationTable {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .manageGroupApply .totalApplication .applicationTable .tableHeader {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #111;
    padding: 5px 0;
  }

  .manageGroupApply .totalApplication .applicationTable .tableHeader li {
    width: 80px;
    padding: 5px;
    flex-shrink: 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .manageGroupApply .totalApplication .applicationTable .tableRow {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #eee;
    border-top: 1px solid #eee;
    border-left: 0;
    min-width: 130px;
    width: calc(100% - 90px);
  }

  .manageGroupApply .totalApplication .applicationTable .tableRow li {
    display: block;
    width: 100%;
    min-width: 130px;
    padding: 5px;
    flex-shrink: 0;
    font-size: 12px;
    color: #111;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
  }
}

@media all and (max-width: 359px) {
  #wrap #mainBanner .txtBox {
    align-items: center;
  }

  #wrap #mainBanner .txtBox h2 {
    font-size: 24px;
  }

  #wrap #mainBanner .txtBox p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .applyPattern {
    height: 920px;
  }
}

/* Page loading */
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #3d464d;
  opacity: 0.7;
}

.loading img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  margin: -20px;
}

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