@charset "UTF-8";
/* 보너스 신청서 신청 예시 폼 */

/* font */
@font-face {
  font-family: "HanjinGroupSans";
  font-style: normal;
  font-weight: 300;
  src: local("HanjinGroupSans-Light"),
    url("../fonts/woff/HanjinGroupSans-Light.woff") format("woff"),
    url("../fonts/woff2/HanjinGroupSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "HanjinGroupSans";
  font-style: normal;
  font-weight: 400;
  src: local("HanjinGroupSans-Regular"),
    url("../fonts/woff/HanjinGroupSans-Regular.woff") format("woff"),
    url("../fonts/woff2/HanjinGroupSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "HanjinGroupSans";
  font-style: normal;
  font-weight: 700;
  src: local("HanjinGroupSans-Bold"),
    url("../fonts/woff/HanjinGroupSans-Bold.woff") format("woff"),
    url("../fonts/woff2/HanjinGroupSans-Bold.woff2") format("woff2");
}

/* Reset */
html,
body,
div,
p,
span,
em,
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
dl,
dt,
dd,
ul,
ol,
li,
sub,
sup,
img,
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td,
input,
button,
select,
textarea,
iframe,
object {
  margin: 0;
  padding: 0;
}

body {
  font-family: "HanjinGroupSans", sans-serif, Verdana, Arial !important;
  font-size: 12px;
  color: #051766;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #051766;
}

ul,
ul li {
  list-style-type: none;
}

ol,
ol li {
  list-style-type: decimal;
}

abbr {
  text-decoration: none;
}

img,
fieldset,
iframe {
  border: 0;
}

table {
  border-collapse: collapse;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* [공통] */
* {
  box-sizing: border-box;
}

body,
body .bg-white {
  background: #F2F2F2;
}

body.sample {
  background: #fff;
}

table {
  width: 100%;
}

input[type="text"],
input[type="number"] {
  padding: 0 4px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  border: 1px solid #374585;
  text-align: center;
  background-color: transparent;
  font-family: "HanjinGroupSans", sans-serif, Verdana, Arial;
}

input:focus,
input:hover,
select:focus {
  box-shadow: inset 0 0 0 0.1rem #051766, inset 0 0 0 0.2rem #fff;
}

input[type="reset"]:hover,
input[type="reset"]:focus,
button:hover,
button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #051766
}

select {
  height: 26px;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #374585;
  color: #051766;
  appearance: none;
  padding-right: 0;
  background: #fff url(../images/icon--arrow-down.svg) no-repeat 98% center;
  background-size: 16px;
}

select:disabled {
  color: #000;
  border-color: #374585;
  opacity: 1;
}

ol,
ul {
  list-style-position: outside;
}

ol li {
  margin-left: 14px;
}

.offscreen {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.offscreen span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* [common] table */
.table-style table {
  border-top: 1px solid #374585;
  border-bottom: 1px solid #ccc;
}

.table-style table thead th,
.table-style table thead .th-style {
  padding: 5px;
  color: #051766;
  border-bottom: 1px solid #374585;
  background: #ecedf3;
  font-weight: normal;
}

.table-style table td {
  padding: 1px 2px;
  text-align: center;
}

.table-style table td input[type="text"],
.table-style table td input[type="number"] {
  padding: 0 3px;
}

/* [common] table - list */
.table-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-list.thead li {
  display: table-cell;
  padding: 5px;
  border-top: 1px solid #374585;
  background-color: #ecedf3;
  color: #051766;
  border-bottom: 1px solid #374585;
  text-align: center;
}

.table-list.tbody li {
  display: table-cell;
  padding: 2px;
  text-align: center;
}

.table-list.tbody p,
.table-list.tbody div[class^="rdm"] {
  display: table-cell;
  padding: 2px;
  text-align: center;
}

/* [common] radio */
.design-radio {
  display: inline-block;
  position: relative;
  line-height: 16px;
  margin: 3px 0;
}

.design-radio input[type="radio"] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}

.design-radio label {
  display: inline-block;
  padding: 0 22px;
  font-size: 12px;
}

.design-radio label:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  border: 1px solid #051766;
}

.design-radio input[type="radio"]:checked+label:before {
  background: #051766;
}

.design-radio input[type="radio"]:focus+label {
  outline: 1px solid #000;
}

.design-radio input[type="radio"]:checked+label:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 5px;
  top: 6px;
  border: 3px solid #fff;
  border-radius: 100%;
}

/* [common] content */
.tab__panel {
  max-width: 780px;
  margin: 30px auto 0;
  background: #fff;
  padding: 25px 35px 24px;
  border-top: 2px solid #374585;
}

.txt-guide {
  margin-bottom: 13px;
  font-size: 11px;
  color: #333;
  line-height: 1.2;
}

.txt-guide2 {
  margin-bottom: 24px;
  font-size: 11px;
  color: #333;
  line-height: 1.2;
}

.link-bounus {
  color: #28794e;
  border-bottom: 1px solid #28794e;
}

.link-bounus:hover,
.link-bounus:focus {
  font-weight: bold;
}

.header {
  position: relative;
}

.header:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

.header h1 {
  float: left;
  font-size: 23px;
  color: #374585;
  line-height: 1;
}

.header img {
  margin-right: 8px;
  vertical-align: middle;
}

.header span {
  vertical-align: middle;
  letter-spacing: -0.04em;
}

.header .help-link {
  float: right;
  display: flex;
  line-height: 26px;
  color: #184c86;
  font-size: 13px;
  align-items: center;
}

.header .help-link::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  content: "";
  background: url("../images/icon-eform.svg") left center no-repeat;
  vertical-align: middle;
}

.header .help-link:hover,
.header .help-link:focus {
  text-decoration: underline;
}

.contents h2 {
  margin: 0 0 8px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #051766;
  position: relative;
}


.contents .box-style {
  border: 1px solid #374585;
  padding: 12px 20px;
}

/* section-1 */
.section-1 {
  margin-top: 4px;
}

.section-1 .member-form {
  display: flex;
}

.section-1 .member-form label {
  white-space: nowrap;
  margin-right: 8px;
  font-size: 12px;
  color: #051766;
  font-weight: 400;
}

.section-1 .member-form input {
  margin-right: 10px;
}

.section-1 .member-form div:last-child input {
  margin-right: 0;
}

.section-1 .name,
.section-1 .skNumber,
.section-1 .number {
  display: flex;
  align-items: center;
}

/* section-2 */
.section-2 {
  margin-top: 12px;
}

.section-2 h3 {
  margin-bottom: 6px;
  line-height: 14px;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  color: #051766;
}

.section-2 .section-2-wrap {
  border: 2px solid #374585;
  margin-top: 0;
}

.section-2 .bonus-detail-warp {
  margin: 10px 15px 0;
}

.section-2 .bonus-detail-warp fieldset {
  padding: 6px 10px;
  position: relative;
  border-top: 1px solid #374585;
}

.section-2 .bonus-detail-warp fieldset legend {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10%;
  text-align: center;
  transform: translateY(-50%);
}

.section-2 .bonus-detail-warp fieldset legend .txt {
  font-weight: normal;
}

.section-2 .bonus-detail-warp fieldset .radiogroup {
  margin-left: 10%;
  width: 90%;
}

.section-2 .bonus-detail-warp .other-sec {
  margin-left: -15px;
}

.section-2 .bonus-detail-warp .radiogroup .others {
  width: 149px;
  height: 18px;
  margin-top: -1px;
  border: 0;
  border-bottom: 1px solid #051766;
  vertical-align: middle;
}

.section-2 .bonus-detail-warp .portion-area .tbody li {
  border-bottom: 0;
}

.section-2 .bonus-detail-warp .portion-area .port-1 {
  width: 35%;
}

.section-2 .bonus-detail-warp .portion-area .port-2 {
  width: 16.5%;
}

.section-2 .bonus-detail-warp .portion-area .port-3 {
  width: 14.5%;
}

.section-2 .bonus-detail-warp .portion-area .port-4 {
  width: 34%;
}

.section-2 .sub-table {
  border-bottom: none;
}

.section-2 .mile-redemption-wrap {
  margin: 8px 16px;
}

.section-2 .mile-redemption-wrap .table-style table {
  margin-bottom: 16px;
}

.section-2 .summary-wrap {
  margin: 8px 16px;
}

.section-2 .summary-wrap .box-style {
  border: none;
  padding: 0;
}

.section-2 .summary-wrap .info-txt {
  color: #051766;
}

.section-2 .summary-wrap input {
  font-size: 14px;
}

.section-2 .redemption-area .rdm-1 {
  width: 33%;
}

.section-2 .redemption-area .rdm-2 {
  width: 33%;
}

.section-2 .redemption-area .rdm-3 {
  width: 33%;
}

/* section-3 */
.section-3 {
  margin-top: 8px;
}

.section-3-wrap {
  margin-top: 0;
  border: 1px solid #374585;
  padding: 8px 16px;
}

.section-3 h3 {
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
  color: #051766;
}

.section-3 .agent-txt {
  margin-bottom: 5px;
  color: #051766;
}

.section-3 .table-style th .txt {
  display: inline-block;
}

.section-3 .table-style table {
  margin-top: 3px;
  border-bottom: 0;
}

.section-3 .final-txt-area {
  margin-top: 10px;
}

.section-3 .final-txt-area .txt {
  line-height: 1.4;
  font-size: 11px;
  letter-spacing: -0.3px;
}

.section-3 .agent-area .agt-1 {
  width: 40%;
}

.section-3 .agent-area .agt-2 {
  width: 30%;
}

.section-3 .agent-area .agt-3 {
  width: 30%;
}

.section-3 .agent-area .input-sign {
  position: relative;
}

.section-3 .agent-area .sign {
  position: absolute;
  right: 20px;
  top: 5px;
  color: #051766;
}

.personal-terms>li {
  font-size: 11px;
  color: #051766;
}

.section-3 .personal-terms__detail {
  margin: 4px 0 4px;
}

.section-3 .personal-terms__detail>li {
  line-height: 18px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #051766;
}

.section-3 .personal-terms__detail>li::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
  font-weight: normal;
}

.section-3 .personal-terms__detail>li span {
  border-bottom: 2px solid #051766;
}

.section-3 .checkbox {
  margin: 12px 0;
}

.section-3 .design-checkbox {
  position: relative;
}

.section-3 .checkbox input[type="checkbox"] {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}

.section-3 .checkbox input[type="checkbox"]+label .design-checkbox__checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #051766;
  border-radius: 2px;
  vertical-align: -4px;
  overflow: hidden;
}

.section-3 .checkbox input[type="checkbox"]:checked+label .design-checkbox__checkbox::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #051766 url("../images/icon--check-white.svg") no-repeat center -3px;
}

.section-3 .checkbox label {
  font-size: 12px;
}

/* section-4 */
.section-4 {
  margin-top: 18px;
  font-size: 14px;
}

.section-4:after {
  content: "";
  display: block;
  clear: both;
}

.section-4 .date {
  float: left;
  width: 35%;
  display: flex;
}

.section-4 .date p {
  flex: 1.5;
  line-height: 26px;
}

.section-4 .date .input-sign {
  flex: 8.5;
  display: flex;
  padding-right: 10px;
  line-height: 26px;
  border-bottom: 2px solid #051766;
}

.section-4 .date .input-sign input {
  margin: 0 5px;
  padding: 0;
  border: 0;
  text-align: right;
  font-size: 14px;
}

.section-4 .date .input-sign input:first-child {
  min-width: 55px;
}

.section-4 .name {
  float: left;
  width: 65%;
  display: flex;
  position: relative;
}

.section-4 .name label {
  flex: 3.5;
  text-align: center;
  line-height: 26px;
}

.section-4 .name .input-sign {
  flex: 6.5;
  display: flex;
  border-bottom: 2px solid #051766;
}

.section-4 .name .input-sign input {
  flex: 2;
  margin-right: 10px;
  border: 0;
  font-size: 14px;
}

.section-4 .name .input-sign .sign {
  flex: 1;
  margin-right: 10px;
  line-height: 26px;
  text-align: right;
  color: #051766;
  font-size: 11px;
  white-space: nowrap;
}

.section-4 .name .signimg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
}

.section-4 .name .ex1 {
  width: 68px;
  height: 18px;
  background: url("https://image.koreanair.com/skypass/bonusaward/images/sign-ex-daehan.png") no-repeat 0 center;
}

.section-4 .name .ex2 {
  width: 108px;
  height: 30px;
  background: url("https://image.koreanair.com/skypass/bonusaward/images/sign-hanggong.png") no-repeat 0 center;
}

/* footer*/
.footer {
  display: table;
  margin-top: 24px;
  width: 100%;
  color: #051766;
}

.footer .logo-area {
  display: table-cell;
  width: 60%;
  text-align: center;
}

.footer .logo-area .logo {
  width: 157px;
  height: 20px;
}

/* print button */
#btn-printFc {
  width: 780px;
  margin: 0 auto 40px;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-top: 1px solid #ccc;
}

#btn-printFc .btn-reset,
#btn-printFc .btn-print {
  width: 112px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  vertical-align: middle;
}

#btn-printFc .btn-reset {
  color: #051766;
  margin-right: 10px;
  background: #fff;
  border: 2px solid #051766;
}

#btn-printFc .btn-print {
  background: #57BBEB;
  color: #051766;
}

#btn-printFc .btn-print[disabled],
#btn-printFc .btn-reset[disabled] {
  cursor: default;
}

#btn-printFc .btn-print[disabled]:focus,
#btn-printFc .btn-print[disabled]:hover {
  border: none;
  outline: none;
}

#btn-printFc .btn-reset[disabled]:focus,
#btn-printFc .btn-reset[disabled]:hover {
  color: #051766;
  margin-right: 10px;
  outline: none;
}

/* sample */
body.sample .tab-wrap {
  width: 870px;
  margin: 0 auto;
}

body.sample .tab-wrap h1 {
  line-height: 150%;
  font-size: 30px;
  font-family: "HanjinGroupSans", sans-serif, Verdana, Arial !important;
  padding: 30px 0;
  font-weight: 400;
}

body.sample .tab-wrap ul {
  display: table;
  width: 100%;
  border-bottom: 3px solid #434343;
}

body.sample .tab-wrap ul li {
  display: table-cell;
  width: 50%;
  font-family: "HanjinGroupSans", sans-serif, Verdana, Arial !important;
}

body.sample .tab-wrap ul li .tab__button {
  color: #434343;
  text-align: center;
  display: inline-block;
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #cccccc;
  width: 99.5%;
  background: #eaeae9;
}

body.sample .tab-wrap ul li+li {
  text-align: right;
}

body.sample .tab-wrap ul li.-active .tab__button {
  color: #fff;
  border: 1px solid #434343;
  background: #434343;
}

body.sample .bg-white {
  padding: 43px 45px;
  width: 870px;
  margin: 100px auto 0;
  position: relative;
}

body.sample .tab__panel {
  margin-top: 0;
  display: none;
}

body.sample .tab__panel.-active {
  display: block;
}

body.sample .tab__panel .describe {
  position: absolute;
  top: -65px;
  left: 0;
}

body.sample .tab__panel .describe p {
  font-size: 16px;
  line-height: 150%;
  font-family: "HanjinGroupSans", sans-serif, Verdana, Arial !important;
}

body.sample .tab__panel .describe .t-blue {
  color: #051766;
}

body.sample .section-1 input[type="text"],
body.sample .section-1 input[type="number"] {
  font-size: 14px;
}

body.sample .header .help-link:hover,
.header .help-link:focus {
  text-decoration: none;
  font-weight: normal;
}

body.sample .posR {
  position: relative;
  z-index: 1;
}

body.sample .tooltip {
  position: absolute;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #051766;
  background-color: #ddf1fb;
  background-position: left top;
  background-repeat: no-repeat;
  border: 2px solid #ddf1fb;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

body.sample .tooltip:after {
  position: absolute;
  display: block;
  width: 28px;
  height: 21px;
  background: url("../images/bg-tooltip.png") no-repeat 0 0;
  background-size: 16px auto;
  content: "";
}

body.sample .tooltip h4 {
  font-weight: 700;
  line-height: 1.5;
  color: #051766;
}

body.sample .tooltip p {
  line-height: 1.4;
  border-bottom: 0;
  word-break: keep-all;
}

body.sample .tooltip.tooltip1-0 {
  left: 125px;
  top: -105px;
}

body.sample .tooltip.tooltip1-0:after {
  left: 220px;
  bottom: -21px;
  background-y-position: 100%;
}

body.sample .tooltip.tooltip1-1 {
  left: -27px;
  top: 55px;
}

body.sample .tooltip.tooltip1-1:after {
  left: 73px;
  top: -21px;
  transform: rotate(180deg);
  background-y-position: 100%;
}

body.sample .tooltip.tooltip1-2 {
  right: -29px;
  top: -66px;
  background-y-position: 100%;
}

body.sample .tooltip.tooltip1-2:after {
  left: 128px;
  bottom: -21px;
  background-y-position: 100%;
}

body.sample .tooltip.tooltip1-3 {
  left: -8px;
  top: 61px;
}

body.sample .tooltip.tooltip1-3:after {
  left: 100px;
  top: -21px;
  transform: rotate(180deg);
  background-y-position: 100%;
}

body.sample .tooltip.tooltip1-4 {
  right: 25px;
  top: 25px;
}

body.sample .tooltip.tooltip1-4:after {
  left: 80px;
  top: -21px;
  transform: rotate(180deg);
  background-y-position: 100%;
}

body.sample .tooltip.tooltip1-5 {
  left: 100px;
  top: 60px;
}

body.sample .tooltip.tooltip1-5:after {
  left: 80px;
  top: -21px;
  transform: rotate(180deg);
  background-y-position: 100%;
}

/* Language-specific exceptions */
[lang="en"] .section-4 .date {
  width: 40%;
}

[lang="en"] .section-4 .name {
  width: 60%;
}

[lang="en"] body.sample .tooltip.tooltip1-0 {
  left: 80px;
}

[lang="en"] body.sample .tooltip.tooltip1-0:after {
  left: 415px;
}

[lang="en"] body.sample .tooltip.tooltip1-2 {
  right: -69px;
  top: -88px;
}

[lang="en"] body.sample .tooltip.tooltip1-4:after {
  left: 187px;
}

[lang="ja"] body.sample .section-1 .member-form label {
  letter-spacing: -0.02em;
  margin-right: 5px;
}

[lang="ja"] body.sample .section-1 .member-form input {
  letter-spacing: -0.05em;
  padding: 0 4px;
  margin-right: 5px;
}

[lang="ja"] body.sample .section-4 .name label {
  flex: 5;
}

[lang="ja"] body.sample .tooltip p {
  letter-spacing: -0.1em;
}

[lang="ja"] body.sample .tooltip.tooltip1-0 {
  left: 40px;
  font-size: 13px;
  white-space: nowrap;
}

[lang="ja"] body.sample .tooltip.tooltip1-0:after {
  left: 290px;
}

[lang="ja"] body.sample .tooltip.tooltip1-1 {
  top: 60px;
}

[lang="ja"] body.sample .tooltip.tooltip1-2 {
  top: -69px;
}

[lang="ja"] body.sample .tooltip.tooltip1-4 {
  right: 0;
}

[lang="ja"] body.sample .tooltip.tooltip1-4:after {
  left: 110px;
}

[lang="zh"] body.sample .section-1 .member-form label {
  margin-right: 5px;
}

[lang="zh"] body.sample .section-1 .member-form input {
  padding: 0 4px;
  margin-right: 5px;
}

[lang="zh"] body.sample .tooltip.tooltip1-0 {
  left: 105px;
}

[lang="zh"] body.sample .tooltip.tooltip1-2 {
  right: 51px;
  top: -69px;
}

[lang="zh"] body.sample .tooltip.tooltip1-1 {
  top: 57px;
}

/*******************************************
            print setting
*******************************************/
@media print {
  body {
    background: transparent;
  }

  .tab__panel {
    padding: 0;
    border-top: 0;
    margin-top: 15px;
    line-height: 1;
  }

  .txt-guide,
  .txt-guide2,
  .header .help-link,
  #btn-printFc {
    display: none;
  }

  .header {
    padding-top: 0;
  }

  .section-2,
  .section-4 {
    margin-top: 5px;
  }

  .section-3 {
    margin-top: 8px;
  }

  .section-3 .final-txt-area {
    margin-top: 5px;
  }

  .table-list.thead li {
    -webkit-print-color-adjust: exact !important;
  }

  input[type="text"],
  input[type="number"] {
    line-height: 24px;
  }

  select {
    height: 26px;
  }
}