* {
  font-family: "Pretendard", sans-serif !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.specifications {
  border: 1px solid #000;
  border-right: 0px;
}
.specifications tbody tr th {
  color: #000;
  font-weight: bold;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.specifications tbody tr td {
  color: #222;
  text-align: left;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 20px;
}
.specifications tbody tr td img {
  width: 100%;
  max-width: 500px;
  padding: 0px;
  margin-top: 25px;

  margin-bottom: 25px;
}
.popup {
  display: none;
}
.popup-wrap.show {
  display: block;
}
.popup-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 150px;
  z-index: 9999;
}
.popup-wrap .contents {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 540px;
  margin-top: 90px;
  flex-direction: column;
  background-color: #fff;
}
.popup-wrap .contents.jsw {
  overflow-y: inherit;
  max-width: 1015px;
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0);
  height: inherit;
}
.popup-wrap .contents.jsw .videos {
  position: relative;

  width: 100%;

  height: 0;

  padding-bottom: 56.25%;
}
.popup-wrap .contents.jsw .jokgu-youtube {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.popup-wrap .contents.jsw .close {
  width: 55px;
  height: 55px;
  background-color: #0c4fff;
  padding: 15px;
}
.popup-wrap .contents-head {
  z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 960px;
  padding: 16px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0c4fff;
}
.popup-wrap .contents-head h3.title {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: -0.88px;
  text-align: left;
  color: #fff !important;
}
.popup-wrap .contents-main.two .line ul {
  margin-left: -8px;
}

.popup-wrap .contents-main.three .line ul {
  margin-left: -1px;
}
.popup-wrap .contents-main.six .line ul {
  margin-left: 1px;
}
.popup-wrap .contents-main.nine .line ul {
  margin-left: 2px;
}

.popup-wrap .contents-main.ten .line ul {
  margin-left: 7px;
}

.popup-wrap .contents-main.twelve .line ul {
  margin-left: -7px;
}

.popup-wrap .contents-main.thirteen .line ul {
  margin-left: -7px;
}

.popup-wrap .contents-main.fourteen .line ul {
  margin-left: -3px;
}

.popup-wrap .contents-main.fifteen .line ul {
  margin-left: -6px;
}
.popup-wrap .contents-main.sixteen .line ul {
  margin-left: -7px;
}
.popup-wrap .contents-main.seventeen .line ul {
  margin-left: -6px;
}
.popup-wrap .contents-main.eighteen .line ul {
  margin-left: -7px;
}
.popup-wrap .contents-main.twenty-three .line ul {
  margin-left: 6px;
}
.popup-wrap .contents-main.twenty-four .line ul {
  margin-left: -2px;
}
.popup-wrap .contents-main.rule .rule-down.en {
  flex-wrap: wrap;
  height: auto;
}
.popup-wrap .contents-main {
  width: 100%;
  display: flex;
  margin-top: 65px;
  padding-left: 68px;
  padding-bottom: 50px;
  height: calc(100% - 65px);
  overflow-y: scroll;
}
.popup-wrap .contents-main::-webkit-scrollbar {
  width: 2px;
  background: #ddd;
}
.popup-wrap .contents-main::-webkit-scrollbar-thumb {
  background: #111;
}
.popup-wrap .contents-main.history{
  flex-direction: column;
}
.popup-wrap .contents-main.history .year{
  margin-top: 45px;

}
.popup-wrap .contents-main.rule {
  display: block;
  padding: 0px 20px 0px 20px;
}
.popup-wrap .contents-main.rule .rule-down {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  padding: 7px 0 10px;
  border-bottom: 1px solid #ddd;
}
.popup-wrap .contents-main.rule .rule-down h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -1.6px;
  color: #222;
}
.popup-wrap .contents-main.rule .rule-down .ruleDown ,
.popup-wrap .contents-main.rule .rule-down button {
  width: 174px;
  height: 40px;
  border: solid 1px #222;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: -0.64px;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popup-wrap .contents-main.rule .top-table {
  margin-top: 20px;
  border-top: 1px solid #111;
}
.popup-wrap .contents-main.rule .top-table tbody tr {
  height: 60px;
}
.popup-wrap .contents-main.rule .top-table tbody tr th {
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #111;
  line-height: 1.75;
  letter-spacing: -0.64px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.popup-wrap .contents-main.rule .top-table tbody tr td {
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.popup-wrap .contents-main.rule .btm-table {
  padding: 20px;
  background-color: #f6f6f6;
}
.popup-wrap .contents-main.rule .btm-table.padbtm {
  padding-bottom: 20px;
}
.popup-wrap .contents-main.rule .btm-table tbody tr th.line {
  border-left: 1px solid #c8c9cc;
  
}
.popup-wrap .contents-main.rule .btm-table tbody tr th.line p {
  text-align: left;
  padding-left: 20px;
  color: #0c4fff;
  font-weight: 600;
}
.popup-wrap .contents-main.rule .btm-table tbody tr th p,
.popup-wrap .contents-main.rule .btm-table tbody tr td p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.64px;
  vertical-align: text-top;
  color: #444;
}
.popup-wrap .contents-main.rule .schedule-table th,
.popup-wrap .contents-main.rule .schedule-table td {
  vertical-align: text-top;
}
.popup-wrap .contents-main.rule .schedule-table tbody tr th.total p {
  text-align: left;
}
.popup-wrap .contents-main.rule .schedule-table tbody tr.date th p {
  font-size: 16px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: -0.64px;
  text-align: left;
  color: #444;
}
.popup-wrap .contents-main.rule .schedule-table tbody tr.date td.sub-tit p {
  font-size: 16px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: -0.64px;
  text-align: left;
  color: #444;
}
.popup-wrap .contents-main.rule .schedule-table tbody tr th.total p {
  font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.64px;
    vertical-align: text-top;
    color: #444;
}
.popup-wrap .contents-main.rule .schedule-table tbody tr.date td.participant p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-align: left;
  color: #444;
}
.popup-wrap .contents-main.rule .schedule {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.popup-wrap .contents-main.rule .schedule-title {
  width: 180px;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup-wrap .contents-main.rule .schedule-table {
  max-width: calc(100% - 180px);
  width: 100%;
}
/* .popup-wrap .contents-main.rule .schedule span {
  font-size: 14px;
  color: #0c4fff;
  font-weight: normal;
  margin-left: 10px;
} */
.popup-wrap .contents-main.rule .rule-down button.participate {
  width: 120px;
  height: 40px;
  background-color: #0c4fff;
  color: #fff;
  border: 0px;
}
.popup-wrap .contents-main.rule .notice-blue {
  margin-top: 20px;
}
.popup-wrap .contents-main.rule .notice-blue p {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.3px;
  text-align: left;
  color: #0c4fff;
}

.popup-wrap .contents-main.rule .right-btn {
  display: flex;
  justify-content: end;
}

.popup-wrap .contents-main.rule .right-btn button.participate2 {
  width: 120px;
  height: 40px;
  background-color: #0c4fff;
  color: #fff;
  border: 0px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.popup-wrap .contents-main.rule .enact {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  color: #444;
  letter-spacing: -0.56px;
}
.popup-wrap .contents-main.rule .rule1 {
  line-height: 1.6;
  width: 100%;
  max-width: 667px;
  margin-top: 36px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #111;
}
.popup-wrap .contents-main.rule .rule2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #111;
  line-height: 1;
}
.popup-wrap .contents-main.rule .rule2 + .top-table {
  margin: 10px 0 23px;
}
.popup-wrap .contents-main.rule > .date {
  text-align: right;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.56px;
  color: #444;
  margin-bottom: 8px;
}
.popup-wrap .contents-main.rule .rule2 + .top-table tbody tr th {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.56px;
  padding-top: 20px;
  vertical-align: top;
}
.popup-wrap .contents-main.rule .rule2 + .top-table tbody tr td {
  padding: 20px 0;
  line-height: 1.71;
  font-size: 14px;
}
.popup-wrap .contents-main.rule .rule2 + .top-table p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.popup-wrap .contents-main.rule .rule2 + .top-table p span {
  margin-right: 7px;
}
.popup-wrap .contents-main.rule:not(.en) .rule2 + .top-table p span {
  font-size: 19.1px;
  line-height: 1.22;
}
.popup-wrap .contents-main.rule.en .rule2 + .top-table p span {
  width: 24px;
}
.popup-wrap .contents-main.rule .rule2 + .top-table ol {
  padding-left: 23px;
  margin: 5px 0;
}
.popup-wrap .contents-main.rule.en .rule2 + .top-table ol {
  padding-left: 30px;
}
.popup-wrap .contents-main.rule .definition {
  display: flex;
  font-size: 14px;
  width: 100%;
  max-width: 920px;
  padding-top: 20px;
  margin-top: 10px;
}
.popup-wrap .contents-main.rule .definition.btb {
  border-bottom: 1px solid #eee;
}
.popup-wrap .contents-main.rule .definition.ttb {
  border-top: 1px solid #111;
}
.popup-wrap .contents-main.rule .definition strong {
  width: 100%;
  max-width: 180px;
  color: #111;
  font-weight: bold;
  letter-spacing: -0.56px;
}
.popup-wrap .contents-main.rule .definition div p {
  display: flex;
  align-items: start;
  line-height: 1.71;
  padding-right: 7px;
  letter-spacing: -0.56px;
  margin-bottom: 15px;
}
.popup-wrap .contents-main.rule .definition div img {
  width: 100%;
}
.popup-wrap .contents-main.rule .definition div p::before {
	font-size: 19px;
  	margin-top: -4px;
  font-size: 4px;
  margin-right: 4px;
  margin-top: 4px;
  border: 1.8px solid #666666;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  color: #666666;
  font-weight: 600;
  flex-shrink: 0;
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(1)::before {
  content: "1";
}

.popup-wrap .contents-main.rule .definition div p:nth-of-type(2)::before {
  content: "2";
}

.popup-wrap .contents-main.rule .definition div p:nth-of-type(3)::before {
  content: "3";
}

.popup-wrap .contents-main.rule .definition div p:nth-of-type(4)::before {
  content: "4";
}

.popup-wrap .contents-main.rule .definition div p:nth-of-type(5)::before {
  content: "5";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(6)::before {
  content: "6";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(7)::before {
  content: "7";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(8)::before {
  content: "8";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(9)::before {
  content: "9";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(10)::before {
  content: "10";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(11)::before {
  content: "11";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(12)::before {
  content: "12";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(13)::before {
  content: "13";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(14)::before {
  content: "14";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(15)::before {
  content: "15";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(16)::before {
  content: "16";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(17)::before {
  content: "17";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(18)::before {
  content: "18";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(19)::before {
  content: "19";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(20)::before {
  content: "20";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(21)::before {
  content: "21";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(22)::before {
  content: "22";
}
.popup-wrap .contents-main.rule .definition div p:nth-of-type(23)::before {
  content: "23";
}
.popup-wrap .contents-main.rule .definition div {
  margin-bottom: 15px;
}
.popup-wrap .contents-main.rule .definition div ul {
  margin-left: 21px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.popup-wrap .contents-main.rule .definition div ul li {
  margin-bottom: 5px;
}
.popup-wrap .contents-main .year {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #0c4fff;
}
.popup-wrap .contents-main .line ul {
  margin: 0;
  list-style: none;
  position: relative;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}
.popup-wrap .contents-main .line ul::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px solid #0c4fff;
  left: 34px;
  top: 13px;
}
.popup-wrap .contents-main .line ul li {
  position: relative;
  margin-left: 34px;
  padding: 1px;
}
.popup-wrap .contents-main .line ul li > span {
  width: 2px;
  height: 100%;
  background: #dddddd;
  left: 0px;
  top: 13px;
  position: absolute;
}
.popup-wrap .contents-main .line ul li .blue {
  background-color: #0c4fff;
}
.popup-wrap .contents-main .line ul li .blue::after {
  content: "";
  width: 16px;
  height: 16px;
  padding: 4px;
  border: solid 2px #0c4fff;
  background-color: #fff;
  position: absolute;
  left: -6px;
  z-index: 9999;
  bottom: 0px;
}
.popup-wrap .contents-main .line ul li > span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: #0c4fff;
  left: -3px;
  top: 0;
}
.popup-wrap .contents-main .line ul li > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: #0c4fff;
  left: -3px;
  top: 0;
}
.popup-wrap .contents-main .line ul li span::after {
  top: 100%;
}
.popup-wrap .contents-main .line ul li > div {
  margin-left: 38px;
  color: #444;
  font-size: 14px;
  margin-bottom: 20px;
}
.popup-wrap .contents-main .line div .title {
  font-weight: 600;
  font-size: 16px;
  color: #0c4fff;
}
.popup-wrap .contents-main .line div .info {
  width: 239px;
  line-height: 2;
  letter-spacing: -0.56px;
}
.popup-wrap .contents-main .line div .info.en {
  width: 100%;
  max-width: 504px;
  line-height: 2;
  letter-spacing: -0.56px;
}
.popup-wrap .contents-main .line div > div {
  margin-top: 5px;
}
.popup-wrap .contents-main .equipments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-wrap .contents-main.eq {
  padding: 15px;
}
.popup-wrap .contents-main .equipments li {
  margin: 0 auto;
  position: relative;
  width: 400px;
  height: 240px;
  margin-bottom: 92px;
}
.popup-wrap .contents-main .equipments li.en {
  margin-bottom: 120px;
}
.popup-wrap .contents-main .equipments li img {
  width: 100%;
  max-width: 452px;
  height: 240px;
}
.popup-wrap .contents-main .equipments li h3 {
  width: 227px;
  height: 40px;
  background-color: #fff;
  color: #111;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0px 0px 10px;
}
.popup-wrap .contents-main .equipments li p {
  width: 400px;
  padding-left: 10px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.64px;
  text-align: left;
  color: #444;
  word-break: keep-all;
}
.popup-wrap .contents-main .equipments li p .tit {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  line-height: 1.2;
  margin-right: 5px;
}

.popup-wrap .contents-main.schedule {
  flex-direction: column;
  padding: 20px 20px 40px;
  margin-top: 60px;
}
  
.popup-wrap .contents-main.schedule > p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}

.popup-wrap .contents-main.schedule p.border {
	margin-top: 43px;
	border-bottom: 1px solid #111;
	padding-bottom: 10px;
}

.popup-wrap .contents-main.schedule .schedule-scroll {
	width: 100%;
	overflow-x: auto;
	flex-shrink: 0;
	position: relative;
}

.popup-wrap .contents-main.schedule .schedule-text {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
    font-weight: 300;
    color: #222;
}
  
.popup-wrap .contents-main.schedule .schedule-table {
  width: 918px;
  border-collapse: collapse;
}
  
.popup-wrap .contents-main.schedule .schedule-table + .schedule-table {
  margin-top: 10px;
}

.popup-wrap .contents-main.schedule .schedule-table th {
	background: #dde2eb;
	border-top: 2px solid #111;
	color: #121f40;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.popup-wrap .contents-main.schedule .schedule-table th span {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	margin-top: 3px;
}

.popup-wrap .contents-main.schedule .schedule-table td {
	font-size: 16px;
	font-weight: 300;
	color: #222;
	text-align: center;
	height: 60px;
	border: 1px solid #e1e5eb;
}

.popup-wrap .contents-main.schedule .schedule-table div {
	display: inline-flex;
	width: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.popup-wrap .contents-main.schedule .schedule-table div p {
	font-size: 14px;
    margin-top: 6px;
    font-weight: normal;
    white-space: nowrap;
}

.popup-wrap .contents-main.schedule .schedule-table td span {
	font-weight: bold;
	margin: 0px 15px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.popup-wrap .contents-main.schedule .schedule-table td img {
	border: 1px solid #ccc;
	width: 30px;
}

.popup-wrap .contents-main.schedule .schedule-graph {
	margin-top: 20px;
  	width: 918px;
}

.popup-wrap .contents-main.schedule .schedule-graph li {
	display: flex;
}

.popup-wrap .contents-main.schedule .schedule-graph li div {
	height: 60px;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #222;
	padding-top: 6px;
}

.popup-wrap .contents-main.schedule .schedule-graph li div::before {
	content: '';
	width: 50%;
	height: 2px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #222;
	position: absolute;
}

.popup-wrap .contents-main.schedule .schedule-graph li div::after {
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-left: 2px solid #222;
	border-right: 2px solid #222;
}

.popup-wrap .contents-main.schedule .schedule-value {
	display: flex;
	gap: 8px;
  	width: 918px;
}

.popup-wrap .contents-main.schedule .schedule-value li {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.38;
	border: 1px solid #ccc;
	padding: 10px 10px 8px;
	text-align: center;
	color: #222;
}

.popup-wrap .contents-main.schedule .schedule-ex {
	margin-top: 20px;
	background: #f2f3f5;
	padding: 20px 20px 18px;
}

.popup-wrap .contents-main.schedule .schedule-ex p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.64px;
	color: #444;
	margin: 0;
	font-weight: normal;
}

.popup-wrap .contents-main.result {
	flex-direction: column;
	padding: 20px;
}

.popup-wrap .contents-main.result .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #111;
}

.popup-wrap .contents-main.result table {
	border-top: 2px solid #121f40;
	margin-bottom: 40px;
}

.popup-wrap .contents-main.result table th {
	height: 35px;
	background: #dde2eb;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	color: #121f40;
}

.popup-wrap .contents-main.result table td {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	text-align: center;
	height: 35px;
	border-bottom: 1px solid #bfc4cb;
}

.popup-wrap .contents-main.result table th:nth-child(2),
.popup-wrap .contents-main.result table td:nth-child(2) {
	text-align: left;
	padding-left: 235px;
}

.popup-wrap .contents-main.result table td img {
	margin-right: 24px;
	width: 30px;
	border: 1px solid #ccc;
}

.popup-wrap .contents-main.result ul {
	border-top: 1px solid #111;
	padding-top: 20px;
	margin-bottom: 20px;
}

.popup-wrap .contents-main.result ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.19;
	color: #222;
}

.popup-wrap .contents-main.result ul li span {
	font-weight: normal;
}

.quick {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 40px 0px 16px;
  border-bottom: 1px solid #eee;
}
.quick h1 {
  margin-left: 7%;
}
.quick h1 img{
    max-height: 55px;
    max-width: 100%;
}
.quick ul {
  display: flex;
  gap: 40px;
}
.quick li {
  border-radius: 15px;
  cursor: pointer;
}
.bottom {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 2px;
  /* height: 160px; */
  height: 193px;
  display: block !important;
  justify-content: space-between;
  padding: 0px;
  border-bottom: 0px solid #eee;
  right: 50px;
}
.bottom ul {
  width: 2px;
  height: 160px;
  display: block;
  gap: 40px;
}
.bottom li {
  width: 2px;
  height: 32px;
  background-color: #ddd;
  opacity: 0.6;
  cursor: pointer;
}
.bottom ul li.en {
  background-color: #fff;
  opacity: 1;
}
.bottom ul li.en:nth-child(1)::before {
  content: "MAIN";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -35px;
  right: -15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bottom ul li.en:nth-child(2)::before {
  content: "ABOUT";
  font-size: 14px;
  color: #000;
  position: absolute;
  top: -40px;
  right: -20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bottom ul li.en:nth-child(3)::before {
  content: "TECHNIQUE";
  font-size: 14px;
  color: #000;
  position: absolute;
  top: -58px;
  right: -38px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bottom ul li.en:nth-child(4)::before {
  content: "COMPETION";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -58px;
  right: -38px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bottom ul li.en:nth-child(5)::before {
  content: "FEDERATION";
  font-size: 14px;
  color: #000;
  position: absolute;
  top: -58px;
  right: -38px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bottom ul li.en:nth-child(6)::before {
  content: "PARTNER";
  font-size: 14px;
  color: #000;
  position: absolute;
  top: -58px;
  right: -28px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bottom ul li a {
  color: rgba(0, 0, 0, 0);
}
.quick ul li.on.wt a {
  color: #fff;
}
.quick ul li.wt a {
  color: #fff;
}
.bottom ul li.en.black {
  background-color: black;
  opacity: 1;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: sans-serif;
}
#fullpage {
  position: relative;
  top: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.section {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 700px;
}
.full1 {
  width: 100%;
  height: 100vw;
  background-image: url("../img/main_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full2 {
  width: 100%;
  height: 100vw;
  background-image: url("../img/jokgu_info.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.full3 {
}
.full4 {
  width: 100%;
  height: 100vw;
  background-image: url("../img/itc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.full5 {
}
.full2 span {
  color: #000;
}
.quick ul li a {
  display: block;
  height: 70px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  background-color: none;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 500;
}
.quick ul li.on a {
  padding-bottom: 0px;
  color: #000;
  border-bottom: 3px solid #0c4fff;
}
.quick ul li:first-child {
  display: none;
}
.quick .btn-wrap {
  margin-top: 10px;
  display: flex;
}
.quick .btn-wrap button {
  width: 60px;
  height: 40px;
  border: solid 1px #666;
  color: #aaaaaa;
}
.quick .btn-wrap .mob-btn {
  width: 24px;
  height: 24px;
}
.quick .btn-wrap .mob-btn .hamburger {
  width: 24px !important;
  height: 24px !important;
  background: url("../img/hamberger.png") no-repeat;
  display: none;
  cursor: pointer;
  margin-top: 4px;
}
.quick .btn-wrap .mob-btn .hamburger.toggle {
  margin-top: 0px;
  background-image: url("../img/close.png");
}
.quick .btn-wrap button.on {
  background-color: #0c4fff;
  border: none;
  color: #fff;
}
.quick .mob-btn {
  display: none;
}
.wrap .content div {
  position: relative;
}
.full1 .cnt01 p {
  max-width: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 140px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.full1 .cnt01 p .size-s {
  font-size: 50px;
  display: inline-block;
  padding-top: 50px;
}

.full1 .cnt01 p .size-m {
  font-size: 100px;
  display: block;
  text-align: end;
}
.full1 .cnt01 span {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
}
.full1 .cnt01 span h3 {
  text-align: center;
}
.full1 .cnt01 span h3 img {
  margin-top: 11px;
  width: 24px;
  height: 12px;
}
.full2 .cnt02-title {
  width: 100%;
  max-width: 710px;
  font-size: 11.5vw;
  font-weight: 900;
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  top: 160px;
  left: 40px;
  z-index: 1;
}
.full2 .cnt02 .jokgu-info {
  position: absolute;
  top: 270px;
  right: 60%;
  z-index: 2;
  width: 100%;
  max-width: 406px;
  height: 520px;
  margin-left: 20px;
}
.full2 .cnt02 .jokgu-info.en {
  max-width: 600px;
  right: 50%;
}
.full2 .cnt02 .jokgu-info h3 {
  width: 100%;
  max-width: 277px;
  height: 94px;
  font-size: 80px;
  font-weight: 900;
  color: #111;
}
.full2 .cnt02 .jokgu-info.en h3 {
  max-width: 600px;
}
.full2 .cnt02 .jokgu-info p {
  margin: 25px 0;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.72px;
  text-align: left;
  color: #444;
}
.full2 .cnt02 .jokgu-info div button {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 282px;
  height: 60px;
  justify-content: space-between;
  border: solid 1px #222;
  background-color: #fff;
  margin-bottom: 4px;
  color: #111;
}
.full2 .cnt02 .jokgu-info div button:last-child {
  background-color: #111;
  color: #fff;
}
.full3 .cnt03 {
  position: relative;
}
.full3 .cnt03-title {
  width: 100%;
  max-width: 1160px;
  font-size: 11.5vw;
  font-weight: 900;
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  top: 160px;
  left: 40px;
  z-index: 1;
}
.full3 .cnt03 .jokgu-skill {
  width: 100%;
  max-width: 1280px;
  height: 520px;
  top: 282px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  z-index: 2;
}
.full3 .cnt03 .jokgu-skill.en {
  top: 120px;
}
.full3 .cnt03 .jokgu-skill h3 {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 94px;
  font-size: 80px;
  font-weight: 900;
  color: #111;
}
.full3 .cnt03 .jokgu-skill p {
  width: 40%;
  max-width: 510px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.72px;
  text-align: left;
  color: #444;
}
.full3 .cnt03 .jokgu-skill .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.full3 .cnt03 .jokgu-skill .right button {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 282px;
  height: 60px;
  justify-content: space-between;
  border: solid 1px #222;
  background-color: #fff;
  margin-bottom: 4px;
  color: #111;
}
.full3 .cnt03 .jokgu-skill .right button:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 282px;
  height: 60px;
  justify-content: space-between;

  background-color: #111;
  margin-bottom: 4px;
  color: #fff;
}

.full3 .cnt03 .jokgu-skill-flex {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.full3 .cnt03 .jokgu-skill .responsive .slick-list {
  display: flex;
  justify-content: start;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin-left: 45px;
}
.full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track {
  display: flex;
}
.full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont {
  position: relative;
}

.full3
  .cnt03
  .jokgu-skill
  .responsive
  .slick-list
  .slick-track
  .cont
  .opcity-bg {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  width: 282px;
  height: 282px;
  top: 0px;
}
.full3
  .cnt03
  .jokgu-skill
  .responsive
  .slick-list
  .slick-track
  .cont
  .opcity-bg
  h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  height: 24px;
  margin-top: 50px;
  padding-left: 0px;
}

.full3
  .cnt03
  .jokgu-skill
  .responsive
  .slick-list
  .slick-track
  .cont
  .opcity-bg
  span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto;
}

.full3
  .cnt03
  .jokgu-skill
  .responsive
  .slick-list
  .slick-track
  .cont
  .opcity-bg
  p {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -0.72px;
  text-align: center;
  color: #fff;
}

.full3
  .cnt03
  .jokgu-skill
  .responsive
  .slick-list
  .slick-track
  .cont
  .opcity-bg
  p.skill-en {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.full3
  .cnt03
  .jokgu-skill
  .responsive
  .slick-list
  .slick-track
  .cont
  button.en {
  width: 282px;
  height: 68px;
}

.full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont button {
  color: #fff;
  width: 100%;
  max-width: 282px;
  height: 50px;
  padding: 10px;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont img {
  width: 282px !important;
  height: 282px;
  background-color: #111;
  margin-right: 24px;
}
.full4 .cnt04-title {
  width: 100%;
  max-width: 1604px;
  font-size: 10.5vw;
  font-weight: 900;
  line-height: 1;
  opacity: 0.08;
  color: #fff;
  position: absolute;
  top: 183px;
  left: 40px;
  z-index: 1;
}
.full4 .cnt04 .itc {
  position: absolute;
  top: 172px;
  right: 55%;
  z-index: 2;
  width: 670px;
  height: 520px;
}
.full4 .cnt04 .itc {
  width: 670px;
  right: 50%;
}

.full4 .cnt04 .itc h3 {
  width: 100%;
  white-space: nowrap;
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  line-height: 1.13;
  padding-top: 100px;
}
.full4 .cnt04 .itc .world {
  width: auto;
  font-size: 24px;
  line-height: 1.33;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 600;
  margin: 30px 0 5px;
}
.full4 .cnt04 .itc.en {
  width: 800px;
  right: 40%;
}
.full4 .cnt04 .itc.en h3 {
  max-width: 100%;
  padding-top: 0;
  height: 160px;
}
.full4 .cnt04 .itc.en .world {
  height: auto;
  margin: 50px 0 0;
}
.full4 .cnt04 .itc p {
  margin: 20px 0 30px;
  font-size: 18px;
  line-height: 1.78;
  text-align: left;
  color: #fff;
  max-width: 570px;
  word-break: keep-all;
}
.full4 .cnt04 .itc div button {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 60px;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 4px;
  color: #111;
}
.full4 .cnt04 .itc div button.blue {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 60px;
  justify-content: space-between;
  background-color: #0c4fff;
  margin-bottom: 4px;
  color: #fff;
}
.full4 .cnt04 .flag h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.full4 .cnt04 .flag ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 590px;
	margin: 10px 0 60px;
}
.full4 .cnt04 .flag ul.ko {
	max-width: 530px;
	margin-bottom: 40px;
}
.full4 .cnt04 .flag ul li {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ddd;
}
.full4 .cnt04 .flag ul li img {
	margin-right: 8px;
}
.full4 .cnt04 .flag + div {
	display: flex;
	gap: 4px;
}

.full5 .cnt05 {
  position: relative;
}
.full5 .cnt05-title {
  width: 100%;
  max-width: 1604px;
  font-size: 10.417vw;
  font-weight: 900;
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  top: 160px;
  left: 5%;
  z-index: 0;
}

.full6 span {
  position: absolute;
  bottom: 132px;
  left: 50%;
  transform: translate(-50%);
  color: #000;
  z-index: 9999;
}
.full6 span h3 {
  text-align: center;
}
.full5 span h3 img {
  margin-top: 11px;
  width: 24px;
  height: 12px;
}
.full5 .cnt05 .itc {
  position: absolute;
  top: 350px;
  right: 49%;
  z-index: 2;
  width: 614px;
  height: 520px;
}
.full5 .cnt05 .itc.en {
  width: 673px;
}
.full5 .cnt05 .itc h3 {
  height: 94px;
  font-size: 80px;
  font-weight: 900;
  color: #111;
}
.full5 .cnt05 .itc.en h3 {
  line-height: 1.13;
}
.full5 .cnt05 .itc p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.72px;
  text-align: left;
  color: #111;
}
.full5 .cnt05 .itc.en p {
  margin-top: 110px;
}
.full5 .cnt05 .itc div {
  display: flex;
}
.full5 .cnt05 .itc div a,
.full5 .cnt05 .itc div button {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 282px;
  height: 60px;
  justify-content: space-between;
  background-color: #111;
  margin-right: 4px;
  color: #fff;
}
.full5 .cnt05 .itc div a {
  background-color: #fff;
  color: #111;
  border: 1px solid #222;
}
.full5 .cnt05 .right {
  width: 20%;
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 20px;
  left: 55%;
  top: 350px;
}

.full5 .cnt05 .right img {
  width: 100%;
  max-width: 100%;
}

.full6 .cnt06 {
  position: relative;
}

.full6 .cnt06 .itc {
  position: absolute;
  top: 200px;
  right: 17%;
  z-index: 2;
}

.full6 .cnt06-title {
  width: 100%;
  max-width: 1604px;
  font-size: 10.417vw;
  font-weight: 900;
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  top: 160px;
  left: 5%;
  z-index: 0;
}

.full6 .cnt06 .itc h3 {
  height: 94px;
  font-size: 80px;
  font-weight: 900;
  color: #111;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full6 .cnt06 .itc .imgWrap {
  display: flex;
}

.full6 .cnt06 .itc .imgWrap img.img_m {
  display: none;
} 

.full6 .cnt06 .itc .imgWrap img.img_w {
  border: solid 1px #eee;
  margin-right: 24px;
}

.full6 .cnt06 .itc .imgWrap img.img_w:last-child {
  margin-right: 0;
}

.footer {
  width: 100%;
  background-color: #26282e;
  position: absolute;
  bottom: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-logo img {
 height: 70px;
}
.footer .center {
  width: 55%;
  padding-left: 40px;
}
.footer .center p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #adb2b8;
}
.footer .center a {
  margin-bottom: 5px;
  font-size: 17px;
  color: #eee;
}
/* @media screen and (max-width: 1644px) {
  .full5 .cnt05 .right {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    left: 55%;
    top: 120px;
  } */

@media screen and (max-width: 1250px) {
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont button {
    width: 310px;
    max-width: 310px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    button.en {
    max-width: 310px;
    width: 310px;
  }
  .full2 .cnt02 .jokgu-info {
    position: absolute;
    top: 270px;
    left: 80px;
    z-index: 2;
    width: 100%;
    max-width: 406px;
    height: 520px;
    margin-left: 20px;
  }
  .slick-slider {
    max-width: 1000px !important;
    margin: 20px 0px 0px -10px !important;
  }
  .slick-next:before {
    display: none;
  }
  .slick-next {
    display: none;
  }
  .slick-dots {
    max-width: 1000px !important;
    left: 40px;
  }
  .slick-prev:before {
    display: none;
  }
  .slick-prev {
    display: none;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track {
    display: flex;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg {
    position: absolute;

    z-index: 1;
    width: 310px;
    height: 310px;
    top: 0;
    margin-right: 10px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont {
    margin-right: 20px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont img {
    width: 310px !important;
    height: 310px;

    margin-right: 10px;
  }
  .full3 .cnt03 .jokgu-skill {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    max-width: 1000px;
    top: 120px;
  }
  .full3 .cnt03 .jokgu-skill.en {
    top: 60px;
  }
  .full3 .cnt03 .jokgu-skill h3 {
    width: 100%;
    margin: 0px;
    height: 94px;
    font-size: 80px;
    font-weight: 900;
    color: #111;
    padding-left: 35px;
  }
  .full3 .cnt03 .jokgu-skill p {
    max-width: 528px;
    width: 100%;
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: -0.72px;
    text-align: left;
    color: #444;
  }
  .full3 .cnt03 .jokgu-skill .right {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .full3 .cnt03 .jokgu-skill .right button {
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 282px;
    height: 60px;
    justify-content: space-between;
    border: solid 1px #222;
    background-color: #fff;
    margin-bottom: 4px;
    color: #111;
  }
  .full3 .cnt03 .jokgu-skill .right button:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 282px;
    height: 60px;
    justify-content: space-between;
    background-color: #111;
    margin-bottom: 4px;
    color: #fff;
  }

  .full3 .cnt03 .jokgu-skill-flex {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: block;
    justify-content: space-between;
    padding-left: 35px;
  }
  .full4 .cnt04 .itc {
    position: absolute;
    top: 130px;
    left: 80px;
    z-index: 2;
    width: 504px;
    height: 520px;
  }
  .full5 .cnt05 .itc {
    position: absolute;
    top: 350px;
    left: 80px;
    z-index: 2;
    width: 614px;
    height: 520px;
  }
  .full5 .cnt05 .itc.en {
    top: 270px;
  }
  .full6 .cnt06 .itc {
    position: absolute;
    top: 140px;
    left: 80px;
    z-index: 2;
    width: 614px;
    height: 520px;
}

  /* .full5 .cnt05 .right {
    position: absolute;
    z-index: 1;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    left: 65%;
    top: 120px;
  } */
  
  .footer {
    width: 100%;
    background-color: #26282e;
    position: absolute;
    bottom: 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-logo {
    width: 20%;
    display: block;
  }
  .footer .center {
    width: 70%;
    padding-left: 40px;
  }
  .footer .center p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #adb2b8;
  }
  .footer h3 {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .gnb-mo {
    display: none;
    position: absolute;
    width: 100%;
    height: 450px;
    right: 0;
    top: 81px;
    background: #fff;
    transition: 0.2s;
    z-index: 5;
  }
  .gnb-mo.toggle {
    display: block;
  }
  .gnb-nav {
    padding: 15px 10px;
    height: 450px;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  .gnb-nav li .logo {
    display: flex;
    justify-content: space-evenly;
    background: #07309a;
    height: 130px;
    align-items: center;
  }
  .gnb-nav li .logo a, .gnb-nav li .logo button {
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: none;
}
.gnb-nav li .logo a.logo-division img, 
.gnb-nav li .logo button.logo-division img {
  width: 60px;
  height: 80px;
}
.gnb-nav li .logo a {
  padding: 20px 0;
}
.gnb-nav li .logo a.logo-world img, .gnb-nav li .logo button.logo-world img {
  width: 60px;
  height: 80px;
}
.gnb-nav li .logo a.logo-korea img, .gnb-nav li .logo button.logo-korea img {
  width: 70px;
  height: 70px;
}
.gnb-nav li .logo a p, .gnb-nav li .logo button p {
  font-size: 14px;
  line-height: 1.63;
  letter-spacing: -0.64px;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
}
  .gnb-nav li h3 {
    color: #111;
  }
  .gnb-nav li h4 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.56px;
    text-align: center;
    color: #111;
    width: 174px;
    height: 32px;
    border: solid 1px #ccc;
    background-color: #fff;
    line-height: 32px;
  }
  .gnb-nav li:nth-child(6) a {
    justify-content: center;
    gap: 10px;
  }
  .gnb-nav li a {
    height: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0px 28px 0px 30px;
    border-bottom: 1px solid #ddd;
  }
  .gnb-nav .container-sns {
    display: block;
  }
  .gnb-nav li .container-sns ul {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnb-nav li .container-sns ul li:first-child {
    display: block;
  }
  .gnb-nav li .container-sns ul li a {
    border-bottom: none;
    padding: 0;
  }
  .gnb-nav li .container-sns ul li img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1080px) {
	.quick h1 {
		max-width: 20%;
		display: flex;
		align-items: center;
    	padding-bottom: 16px;
    	margin-left: 2%;
	}
}

@media screen and (max-width: 971px) {
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    button.en {
    left: 0;
    width: 270px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont button {
    left: 0;
    width: 270px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg {
    width: 270px;
    height: 270px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont img {
    width: 270px !important;
    height: 270px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    h3 {
    margin-top: 25px;
  }
  
  .popup-wrap .contents-main.result table th:nth-child(2), .popup-wrap .contents-main.result table td:nth-child(2) {
  	padding-left: 100px;
  }
}

@media screen and (max-width: 850px) {
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    button.en {
    width: 240px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont button {
    width: 240px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg {
    width: 240px;
    height: 240px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont img {
    width: 240px !important;
    height: 240px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    h3 {
    font-size: 18px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont button {
    width: 170px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    button.en {
    width: 170px;
  }

  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg.en
    h3 {
    line-height: 1;
  }

  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    span {
    margin: 10px auto;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    p {
    font-size: 14px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    p.skill-en {
    line-height: 1.3;
  }
  .quick h1 {
    margin: 0 10px 0 0;
    padding-bottom: 0;
    max-width: 50%;
  }
  .quick .btn-wrap .mob-btn .hamburger {
    display: block;
  }
  .full1 {
    height: 840px !important;
  }
  .full2 {
    height: 1102px !important;
  }
  .full3 {
    height: 932px !important;
  }
  .full4 {
    height: auto !important;
    padding-bottom: 440px;
  }
  .full5 {
    /* height: 1095px !important; */
    height: 935px !important;
  }
  .popup-wrap .contents-main .equipments li.en h3 {
    width: 227px;
  }

  .popup-wrap .contents.jsw .close-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .popup-wrap#videos {
    padding: 0px;
  }
  .popup-wrap .contents.jsw {
    flex-direction: column-reverse;
    align-items: end;
    height: 540px;
    justify-content: flex-end;
    margin-top: 180px;
  }
  .popup-wrap .contents-main .equipments li p {
    width: 370px;
  }
  .popup-wrap .contents-main .equipments li {
    width: 390px;
    height: 207px;
  }
  .popup-wrap .contents-main .equipments li h3 {
    width: 195px;
    height: 40px;
  }
  .popup-wrap .contents-main .equipments li img {
    max-width: 390px;
    height: 207px;
  }
  .popup-wrap {
    position: fixed;
    padding: 0px;
  }
  .popup-wrap .contents {
    height: 100%;
    margin-top: 0;
  }
  .popup-wrap .contents-main.rule .top-table colgroup col:nth-child(1) {
    width: 100px !important;
  }
  .popup-wrap .contents-main.rule .rule-down.world {
    display: block;
    height: auto;
  }
  .popup-wrap .contents-main.rule .rule-down.world h1 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: -1.6px;
    line-height: 1.4;
  }
  .popup-wrap .contents-main.rule .btm-table colgroup col:nth-child(1) {
    width: 100px !important;
  }
  .popup-wrap .contents-main.rule .schedule-table colgroup col:nth-child(1) {
    max-width: 180px !important;
    width: 100%;
    min-width: 125px;
  }
  .popup-wrap .contents-main.rule .rule-down h1 {
    font-size: 32px;
  }
  .popup-wrap .contents-main.rule .definition {
    display: block;
  }
  .popup-wrap .contents-main.rule .definition strong {
    margin-bottom: 20px;
    display: block;
  }
  .popup-wrap .contents-main.rule .schedule {
    flex-direction: column;
  }
  .popup-wrap .contents-main.rule .schedule-table {
    max-width: 100%;
    width: 100%;
  }
  .popup-wrap .contents-main.rule .btm-table tbody tr.date p {
    border-bottom: 1px solid #c8c9cc;
    line-height: 2;
    margin-bottom: 10px;
  }
  .popup-wrap .contents-main.rule .btm-table tbody tr.date p.no-line {
    border-bottom: none;
  }
  .popup-wrap .contents-main.rule .btm-table tbody tr th.line {
    border-left: none;
  }
  .popup-wrap .contents-main.rule .btm-table tbody tr th.line p {
    padding-left: 0;
  }
  .popup-wrap .contents-main.rule .schedule-table tbody tr.date {
    width: 100%!important;
  }
  .popup-wrap .contents-main.rule .schedule-table tr.date th {
    width: 100%;
  }
  .popup-wrap .contents-main.result table th:nth-child(2),
	.popup-wrap .contents-main.result table td:nth-child(2) {
		padding-left: 26px;
	}
  .bottom {
    right: 20px;
  }
  .quick {
    padding: 16px 20px 16px 20px;
    position: absolute;
  }
  .quick ul {
    display: none;
  }
  .quick ul.gnb-nav {
    display: block;
  }
  .quick .btn-wrap {
    align-items: center;
  }
  .quick .btn-wrap button {
    width: 50px !important;
    height: 32px !important;
    border: solid 1px #666;
    color: #aaaaaa;
  }
  .quick .btn-wrap button.on {
    background-color: #0c4fff;
    border: 1px solid #0c4fff !important;
    color: #fff;
  }
  .quick .btn-wrap .mob-btn {
    display: block !important;
    margin-left: 20px;
  }
  .quick .btn-wrap .mob-btn button {
    padding-top: 5px;
    border: 0px;
  }

  .quick .btn-wrap .mob-btn button span {
    display: block;
    width: 24px;
    margin-bottom: 6.3px;
    height: 2.6px;
    background-color: #fff;
  }

  .quick .btn-wrap .mob-btn button span.on {
    background-color: #000;
  }

  .wrap .content div {
    position: relative;
  }
  .full1 {
    background-color: #000;
    background-image: url("../img/m_main_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .full1 .cnt01 p {
    max-width: 410px;
    position: absolute;
    top: 120px !important;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
  }

  .full1 .cnt01 p .size-s {
    padding-top: 25px;
    font-size: 30px;
  }
  .full1 .cnt01 p .size-m {
    font-size: 50px;
  }
  .full1 .cnt01 span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
  }
  .full1 .cnt01 span h3 {
    text-align: center;
  }
  .full1 .cnt01 span h3 img {
    margin-top: 11px;
    width: 24px;
    height: 12px;
  }
  .full2 {
    background-color: #fff;
    background-image: url("../img/m_jokgu_info.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .full2 .cnt02-title {
    display: none;
  }

  .full2 .cnt02 .jokgu-info.en {
    max-width: 370px;
    width: 90%;
  }
  .full2 .cnt02 .jokgu-info {
    position: absolute;
    top: 140px;
    left: 40px;
    z-index: 2;

    width: 100%;
    max-width: 370px;
    height: 520px;
  }
  .full2 .cnt02 .jokgu-info h3 {
    width: 277px;
    height: 94px;
    font-size: 60px;
    font-weight: 900;
    color: #111;
  }
  .full2 .cnt02 .jokgu-info.en h3 {
    width: 300px;
    font-size: 48px;
  }
  .full2 .cnt02 .jokgu-info p {
    height: auto;
    width: 90%;
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: -0.72px;
    text-align: left;
    color: #444;
    word-break: break-all;
    margin-right: 0px;
  }
  .full2 .cnt02 .jokgu-info div {
    width: 100%;
    margin-right: 0px;
  }
  .full2 .cnt02 .jokgu-info.en p {
    margin-top: 10px;
  }
  .full2 .cnt02 .jokgu-info div a {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 282px;
    height: 60px;
    justify-content: space-between;
    border: solid 1px #222;
    background-color: #fff;
    margin-bottom: 4px;
    color: #111;
    margin-right: 0px;
  }
  .full2 .cnt02 .jokgu-info div a:nth-child(3) {
    background-color: #111;
    color: #fff;
  }

  .popup-wrap .contents-main.eq {
    padding: 0px;
  }
  .popup-wrap .contents-main {
    display: block;
    padding-left: 20px;
    max-width: 100%;
  }
  .popup-wrap .contents-main .line ul li > span {
    display: none;
  }
  .popup-wrap .contents-main .line ul::before {
    display: none;
  }
  .popup-wrap .contents-main .line ul li {
    margin-left: 0px;
    padding: 0px;
  }
  .popup-wrap .contents-main .line ul li > div {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .full3 .cnt03 {
    position: relative;
  }
  .full3 .cnt03-title {
    display: none;
  }
  .full3 .cnt03 .jokgu-skill {
    position: absolute;
    top: 140px;
    left: 235px;
    z-index: 2;
    width: 100%;
    max-width: 341px;
    height: 520px;
    padding: 0px;
  }
  .full3 .cnt03 .jokgu-skill h3 {
    width: 100%;
    margin: 0 auto;
    max-width: 341px;
    height: 94px;
    font-size: 60px;
    font-weight: 900;
    color: #111;
    padding-left: 0px;
  }
  .full3 .cnt03 .jokgu-skill.en h3 {
    font-size: 48px;
  }
  .full3 .cnt03 .jokgu-skill.en p {
    margin-top: 10px;
  }

  .full3 .cnt03 .jokgu-skill p {
    width: 100%;
    max-width: 341px;
    padding: 0px 5px 0px 5px;
    width: 96%;
    max-width: inherit;
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: -0.72px;
    text-align: left;
    color: #444;
  }
  .full3 .cnt03 .jokgu-skill .right {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .full3 .cnt03 .jokgu-skill .right a {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 282px;
    height: 60px;
    justify-content: space-between;
    border: solid 1px #222;
    background-color: #fff;
    margin-bottom: 4px;
    color: #111;
  }
  .full3 .cnt03 .jokgu-skill .right a:nth-child(2) {
    background-color: #111;
    color: #fff;
  }
  .full3 .cnt03 .jokgu-skill-flex {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: block;
    justify-content: space-between;
    padding-left: 0px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list {
    display: flex;
    justify-content: start;
    gap: 24px;
    margin-left: 0px;
    margin-top: 60px;
  }
  .slick-slider {
    max-width: 350px !important;
    margin: 0px !important;
  }
  .slick-next:before {
    display: none;
  }
  .slick-next {
    display: none;
  }
  .slick-dots {
    max-width: 350px !important;
    left: 0px;
  }
  .slick-prev:before {
    display: none;
  }
  .slick-prev {
    display: none;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track {
    display: flex;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont {
    width: 170px !important;
    height: 170px;
    margin-right: 10px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg {
    width: 170px;
    height: 170px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont {
    margin-right: 5px;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont img {
    width: 170px !important;
    height: 170px;

    margin-right: 10px;
  }
  .full4 {
    background-color: #000;
    background-image: url("../img/m_itc.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: relative;
  }
  .full4 > .fp-tableCell {
  	height: auto !important;
  }
  .full4 .cnt04-title {
    display: none;
  }
  .full4 .cnt04 .itc {
    position: static;
    width: calc(100% - 80px) !important;
    height: auto;
    padding: 120px 0 0 0;
    margin: 0 auto;
  }

  .full4 .cnt04 .itc.en h3 {
    font-size: 40px;
  }
  .full4 .cnt04 .itc h3 {
    width: 100%;
    font-size: 55px;
    font-weight: 900;
    color: #fff;
    padding-top: 0;
    word-break: keep-all;
    white-space: normal;
  }
  .full4 .cnt04 .itc h3 .br-line {
  	display: block;
  }
  .full4 .cnt04 .itc .world {
    font-size: 20px;
    border-bottom: 3px solid #fff;
  }
  .full4 .cnt04 .itc .world.en {
    margin-top: 0;
    font-size: 20px;
  }
  .full4 .cnt04 .itc p {
    width: 320px;
    width: 86%;
    max-width: inherit;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: -0.72px;
    text-align: left;
    color: #fff;
  }
  .full4 .cnt04 .itc div button,
  .full4 .cnt04 .itc div button.blue {
    max-width: 282px;
  }
  .full4 .cnt04 .itc div a {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 282px;
    height: 60px;
    justify-content: space-between;
  }
  .full4 .cnt04 .flag + div {
  	flex-direction: column;
  }
  .full4 .cnt04 .itc div a:nth-child(2) {
    background-color: #0c4fff;
    color: #fff;
  }
  .full4 .cnt04 .flag h4 {
  	font-size: 20px;
  }
  .full4 .cnt04 .flag ul li {
  	font-size: 16px;
  }
  
  .full5 > .fp-tableCell {
  	height: 100% !important;
  	overflow-x: hidden;
  }
  .full5 .cnt05 {
    position: relative;
  }
  .full5 .cnt05-title {
    display: none;
  }
  .full5 .cnt05 .itc {
    position: absolute;
    top: 140px;
    left: 40px;
    z-index: 2;
    width: calc(100% - 30px) !important;
    height: 520px;
  }
  .full5 .cnt05 .itc.en {
    top: 90px;
  }
  .full5 .cnt05 .itc div {
    flex-direction: column;
    width: 100%;
  }
  .full5 .cnt05 .itc h3 {
    line-height: 1.2;
    height: 94px;
    font-size: 60px;
    font-weight: 900;
    color: #111;
  }
  .full5 .cnt05 .itc.en h3 {
    font-size: 48px;
    width: 300px;
  }
  .full5 .cnt05 .itc.en p {
    margin-top: 90px;
    max-width: 340px;
  }

  .full5 .cnt05 .itc p {
    width: 96%;
    margin-top: 80px;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: -0.72px;
    text-align: left;
    color: #111;
  }
  .full5 .cnt05 .itc div a {
    margin-bottom: 4px;
  }
  .full5 .cnt05 .right {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: 20px;
    left: 40px;
    top: 545px;
    flex-wrap: nowrap;
    width: calc(100% - 40px);
    overflow: hidden;
  }
  .full5 .cnt05 .right img {
    width: 100%;
  }

  .full6 > .fp-tableCell {
    height: 100% !important;
    overflow-x: hidden;
}

.full6 {
  height: calc(830px + 120px) !important;
}

  .full6 .cnt06-title {
    display: none;
  }

  .full6 .cnt06 .itc {
    width: 100%;
    top: 0;
    left: 10%;
  }

  .full6 .cnt06 .itc.en h3 {
    width: 270px;
    height: 208px;
    font-size: 48px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    word-break: keep-all;
}

.full6 .cnt06 .itc .imgWrap {
  flex-direction: column;
  align-items: flex-start;
}

.full6 .cnt06 .itc .imgWrap img.img_w {
  display: none;
}

.full6 .cnt06 .itc .imgWrap img.img_m {
  display: block;
  max-width: 340px;
  max-height: 210px;
  width: 100%;
  aspect-ratio: 4/3;
}

.full6 span {
  font-size: 12px;
  bottom: 124px;
}

.bottom {
  bottom: 120px;
}

  .popup-wrap .contents-main.rule .rule2 + .top-table colgroup {
    display: none;
  }
  .popup-wrap .contents-main.rule .rule2 + .top-table tbody tr th,
  .popup-wrap .contents-main.rule .rule2 + .top-table tbody tr td {
    display: block;
  }
  .popup-wrap .contents-main.rule .rule2 + .top-table tbody tr th {
    border-bottom: 0;
    line-height: 1;
  }
} /*# sourceMappingURL=style.css.map */
@media screen and (max-width: 430px) {
  .full2 .cnt02 .jokgu-info {
    top: 40px;
    left: 10px;
    z-index: 2;
    max-width: 300px;
  }
  .full3 .cnt03 .jokgu-skill {
    top: 100px;
    left: 195px;
  }
  .full4 .cnt04 .itc {
    top: 100px;
    left: 30px;
  }
  .full5 .cnt05 .itc {
    top: 100px;
    left: 30px;
  }
  .full5 .cnt05 .right {
    gap: 5px;
    left: 30px;
    /* top: 520px; */
    top: 580px;
    flex-wrap: nowrap;
    width: calc(100% - 30px);
  }
  .full3 .cnt03 .jokgu-skill.en {
    top: 40px;
  }
  .full5 .cnt05 .right img {
    max-width: 240px;
  }
}

@media screen and (max-width: 376px) {
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont button {
    width: 140px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    button.en {
    width: 120px;
    height: 44px;
    font-size: 12px;
    line-height: 1.1;
  }
  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont {
    width: 140px !important;
    height: 140px;
    margin-right: 10px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont:nth-child(2) {
    margin-right: 60px;
  }

  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont:nth-child(4) {
    margin-right: 60px;
  }

  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg {
    width: 140px;
    height: 140px;
  }

  .full3 .cnt03 .jokgu-skill .responsive .slick-list .slick-track .cont img {
    width: 140px !important;
    height: 140px;

    margin-right: 10px;
  }
  .slick-dots {
    max-width: 290px !important;
    left: 0px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    span {
    display: none;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    .opcity-bg
    p {
    font-size: 12px;
  }
  .full3
    .cnt03
    .jokgu-skill
    .responsive
    .slick-list
    .slick-track
    .cont
    button.en {
    width: 140px;
  }
}
.cnt01 {
  position: relative;
}
.cnt01 .emblem-box {
  position: absolute;
    right: 40px;
    top: 121px;
    display: flex;
    flex-direction: column;
}

.cnt01 .emblem-box a {
  text-align: center;
}
.cnt01 .emblem-box img {
  width: 80px;
    margin-bottom: 10px;
}
.cnt01 .emblem-box div {
  margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    height: 32px;
    padding: 0 10px;
    border-radius: 15px;
    letter-spacing: -0.6px;
    margin-top: 10px;
}
.cnt01 .emblem-box div a {
  margin-right: 5px;
}

.cnt01 .emblem-box div a img {
  width: 28px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cnt01 .emblem-box {
    display: none;
  }
}

@media screen and (max-width: 370px) {
	.full4 .cnt04 .itc {
		width: calc(100% - 30px) !important;
	}
}

@media screen and (max-width: 280px) {
  .full2 .cnt02 .jokgu-info {
    left: -15px;
  }
	.full2 .cnt02 .jokgu-info.en h3 {
    width: 239px;
    height: 138px;
  }
  .full3 .cnt03 .jokgu-skill {
    left: 145px;
  }
  .full4 .cnt04 .itc.en h3 {
    height: 178px;
    word-break: break-all;
  }
  .full5 .cnt05 .itc {
    left: 10px;
  }
  .full5 .cnt05 .right {
    left: 8px;
    top: 564px;
  }
  .full6 {
    height: calc(830px + 221px) !important;
  }
  .full6 .cnt06 .itc.en h3 {
    width: 178px;
    height: 415px;
  }
}
