@charset "utf-8";

@font-face {
  font-family: 'NanumSquareNeoLight';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquareNeo';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquareNeoBold';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquareNeoExtraBold';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquareNeoHeavy';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumSquareNeoVariable';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.ttf) format("truetype");
}

@font-face {
  font-family: 'ONE-Mobile-Title';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-size: 10px;
  overflow-x:hidden;
}

@media all and (max-width:1440px) {
  html, body {
    font-size: 8px;
  }
}

@media all and (max-width:960px) {
  html, body {
    font-size: 7px;
  }
}

@media all and (max-width:760px) {
  html, body {
    font-size: 6px;
  }
}

body {
  position: relative;
  font-family: 'NanumSquareNeo', sans-serif;
  color:#000;
  -webkit-text-size-adjust: none;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{
  margin:0;
  padding:0
}

h1, h2, h3, h4, h5, h6{
  font-size:inherit;
  font-weight:normal;
  font-family:inherit;
}

ul{
  list-style:none;
}

a{
  text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
  color:inherit;
  text-decoration:none;
}

strong {
    font-weight: normal;
}

button{
  border:0px;
  background:none;
  cursor:pointer;
  font-family:inherit;
  font-size: inherit;
}

img{
  border:0px;
  vertical-align:top;
}

address{
  font-style:normal;
}

header, nav, section, article, footer{
  display:block;
}

legend {
  position:absolute;
  margin:0;
  padding:0;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
  overflow:hidden;
}

label, input, button, select{
  vertical-align:middle;
}

input, textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

hr {
  display:none;
}

pre {
  overflow-x:scroll;
  font-size:1.1em;
}

table{
  border-spacing:0px;
  border-collapse:collapse;
}

em{
  font-style:normal;
}

fieldset{
  border:0;
}

select::-ms-expand {
  display:none;
}

input:focus {
  outline:none;
}

input[type="date"]{
  position:relative;
  padding-right:20px;
  background:url("../images/cal_arrow.png") no-repeat right 10px center;
  padding-left:0;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{
  display:none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:transparent;
  color:transparent;
  cursor:pointer;
}

input[type="date"]::before{
  content:attr(data-placeholder);
  width:100%;
}

input[type="date"]:valid::before{
  display:none;
}

input[data-placeholder]::before{
  color:#999;
  font-size:13px;
}

.area {
  width: 1200px;
  margin: 0 auto;
}

#header .logo {
  display: block;
  width: 100%;
  height: 91px;
  background-color: #fff;
}

#header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#header .logo a img {
  width: 352px;
  height: auto;
}

#header .gnb-wrap {
  width: 100%;
  height: 59px;
  background-color: #b10000;
}

#header .gnb-wrap .depth1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#header .gnb-wrap .depth1 > li {
  position: relative;
  height: 100%;
}

#header .gnb-wrap .depth1 > li > a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'NanumSquareNeoHeavy';
  font-size: 17px;
  color: #fff;
  padding: 0 50px;
  height: 100%;
}

#header .gnb-wrap .depth1 > li:hover > a,
#header .gnb-wrap .depth1 > li.on > a {
  color: #ffea00;
}

#header .gnb-wrap .depth1 > li > a::before,
#header .gnb-wrap .depth1 > li:last-child > a::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #8c0000;
  transform: translateY(-3px);
}

#header .gnb-wrap .depth1 > li > a::before {
  left: 0;
}

#header .gnb-wrap .depth1 > li:last-child > a::after {
  right: 0;
}

#header .gnb-wrap .depth1 > li .depth2 {
  display: none;
  position: absolute;
  top: 59px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(114,0,2,0.95);
  z-index: 10;
  width: 120%;
}

#header .gnb-wrap .depth1 > li .depth2 li {
  width: calc(100% - 36px);
  height: 35px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.2);
}

#header .gnb-wrap .depth1 > li .depth2 li:first-child {
  border-top: 0;
}

#header .gnb-wrap .depth1 > li .depth2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #e0aaaa;
}

#header .gnb-wrap .depth1 > li .depth2 li:hover a,
#header .gnb-wrap .depth1 > li .depth2 li.on a {
  color: #fff;
}

.sec1-visual .visual {
  position: relative;
  width: 100%;
  height: 552px;
}

.sec1-visual .visual ul,
.sec1-visual .swiper {
  width: 100%;
  height: 100%;
}

.sec1-visual .visual ul li {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec1-visual .visual ul li.visual1 {
  background-image: url("../img/sec1_img1.png");
}

.sec1-visual .visual ul li.visual2 {
  background-image: url("../img/sec1_img2.png");
}

.sec1-visual .visual ul li.visual3 {
  background-image: url("../img/sec1_img3.png");
}

.sec1-visual .visual ul li .txt-wrap {
  position: absolute;
  top: 90px;
  left: 50%;
  color: #fff;
  margin-left: -400px;
}

.sec1-visual .visual ul li .txt-wrap > p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.sec1-visual .visual ul li .txt-wrap > h2 {
  font-family: 'ONE-Mobile-Title';
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-top: 10px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group {
  margin-top: 25px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box {
  display: flex;
  align-items: center;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box h3 {
  font-family: 'NanumSquareNeoHeavy';
  width: 108px;
  height: 30px;
  line-height: 30px;
  background-color: #00cccc;
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  margin-right: 13px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box p {
  font-family: 'ONE-Mobile-Title';
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box1 p {
  font-size: 23px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box1 p strong {
  font-family: 'GmarketSansBold';
  font-size: 35px;
  color: #6cff00;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box2 {
  border-top: 2px solid #00cccc;
  padding-top: 9px;
  margin-top: 2px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box2 p {
  font-size: 17px;
}

.sec1-visual .visual .swiper-arrow {
  position: absolute;
  top: 50%;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}

.sec1-visual .visual .swiper-button-prev1 {
  left: 70px;
  background-image: url("../img/prev_icon.png");
}

.sec1-visual .visual .swiper-button-next1 {
  right: 70px;
  background-image: url("../img/next_icon.png");
}

.sub .sec1-visual .visual {
  height: 393px;
}

.sub .sec1-visual .visual ul li .txt-wrap > p {
  font-size: 15px;
  line-height: 20px;
}

.sec1-visual .visual ul li .txt-wrap > h2 {
  font-size: 35px;
  padding-top: 6px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group {
  margin-top: 15px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box h3 {
  width: 91px;
  height: 25px;
  line-height: 25px;
  font-size: 12.5px;
  margin-right: 10px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box1 p {
  font-size: 20px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box1 p strong {
  font-size: 30px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box2 {
  padding-top: 8px;
  margin-top: 1px;
}

.sec1-visual .visual ul li .txt-wrap .sch-group .flex-box2 p {
  font-size: 14.5px;
}


#main .sec2 {
  padding: 50px 0;
}

#main .sec2 .area {
  display: flex;
  justify-content: space-between;
}

#main .sec2 .area .box-cmn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#main .sec2 .area .box-cmn .box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 400px;
  height: 133px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .sec2 .area .box-cmn .box .icon {
  width: 79px;
  height: 79px;
  margin-left: 30px;
}

#main .sec2 .area .box-cmn .box .icon img {
  width: 100%;
  height: auto;
}

#main .sec2 .area .box-cmn .box .txt-wrap h3 {
  font-family: 'ONE-Mobile-Title';
  font-size: 17px;
  line-height: 22px;
}

#main .sec2 .area .box-cmn .box .txt-wrap p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  padding-top: 5px;
}

#main .sec2 .area .box-cmn .box .apply-btn {
  font-family: 'ONE-Mobile-Title';
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  height: 53px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#main .sec2 .area .box-cmn .box .apply-btn .flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}

#main .sec2 .area .box-cmn .box .apply-btn .flex-box p {
  padding-top: 5px;
}

#main .sec2 .area .box-cmn .box .apply-btn .flex-box .arrow {
  width: 15px;
}

#main .sec2 .area .box-cmn .box .apply-btn .flex-box .arrow img {
  width: 100%;
  height: auto;
}

#main .sec2 .area .box-cmn .box1 {
  background-image: url("../img/sec2_box1.png");
}

#main .sec2 .area .box-cmn .box1 .txt-wrap p {
  color: #2f5b7b;
}

#main .sec2 .area .box-cmn .box1 .apply-btn {
  background-color: #1380ce;
}

#main .sec2 .area .box-cmn .box2 {
  background-image: url("../img/sec2_box2.png");
}

#main .sec2 .area .box-cmn .box2 .txt-wrap p {
  color: #456b1c;
}

#main .sec2 .area .box-cmn .box2 .apply-btn {
  background-color: #17a20c;
}

#main .sec2 .area .box-cmn .box3 {
  background-image: url("../img/sec2_box3.png");
}

#main .sec2 .area .box-cmn .box3 .txt-wrap p {
  color: #8f5b75;
}

#main .sec2 .area .box-cmn .box3 .apply-btn {
  background-color: #da5999;
}

#main .sec2 .area .box-cmn .box4 {
  background-image: url("../img/sec2_box4.png");
}

#main .sec2 .area .box-cmn .box4 .txt-wrap p {
  color: #645299;
}

#main .sec2 .area .box-cmn .box4 .apply-btn {
  background-color: #6c5ba3;
}

#main .sec2 .area .center {
  width: 360px;
}

#main .sec2 .area .center .visual {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;;
}

#main .sec2 .area .center .visual::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  opacity: 0.8;
  z-index: 5;
}

#main .sec2 .area .center .visual ul li img {
  width: 100%;
  height: auto;
}

#main .sec2 .area .center .visual .swiper-pagination2 {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 22px;
  left: 122px;
  z-index: 10;
  width: auto;
}

#main .sec2 .area .center .visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
  transition: width 0.5s;
  margin: 0;
}

#main .sec2 .area .center .visual .swiper-pagination-bullet-active {
  width: 30px;
}

#main .sec2 .area .center .visual .stopgo {
  position: absolute;
  bottom: 12px;
  left: 50%;
  color: #fff;
  z-index: 10;
  font-size: 20px;
  margin-left: 60px;
}

#main .sec2 .area .center .visual #playBtn {
  font-size: 11px;
  bottom: 20px;
}

.sub .sec2 {
  padding: 30px 0;
}

.sub .sec2 .area .sub-split .sub-menu-btn {
  display: flex;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 2px solid #0a31a8;
  box-sizing: border-box;
  white-space: nowrap;
}

.sub .sec2 .area .sub-split .sub-menu-btn li {
  flex: 1 1 auto;
  height: 60px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  min-width: max-content;
}

.sub .sec2 .area .sub-split .sub-menu-btn li:first-child {
  border-left: 0;
}

.sub .sec2 .area .sub-split .sub-menu-btn li a {
  font-family: 'NanumSquareNeoExtraBold';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15.5px;
}

.sub .sec2 .area .sub-split .sub-menu-btn li.on {
  border-top: 0;
}

.sub .sec2 .area .sub-split .sub-menu-btn li.on a {
  background-color: #0a31a8;
  color: #fff;
}

.sub .sec2 .area .sub-split .sub-cnt > h3 {
  font-family: 'ONE-Mobile-Title';
  font-size: 36px;
  text-align: center;
  padding-top: 35px;
}

.sub .sec2 .area .sub-split .sub-cnt1 > h3 {
  font-family: 'ONE-Mobile-Title';
  font-size: 36px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 3px solid #4780d2;
}

.sub .sec2 .area .sub-split .sub-cnt2 > h3 {
  font-family: 'ONE-Mobile-Title';
  font-size: 20px;
  text-align: center;
  padding-top: 15px;

}

#footer {
  background-color: #f6f6f6;
  border-top: 2px solid #ececec;
  padding: 40px 0;
}

#footer .area .ft-logo {
  text-align: center;
}

#footer .area .ft-logo a img {
  width: 352px;
  height: auto;
}

#footer .area .p-wrap {
  margin-top: 20px;
}

#footer .area .p-wrap p,
#footer .area address {
  font-family: 'NanumSquareNeoBold';
  font-size: 12px;
  text-align: center;
  padding-top: 6px;
}

#footer .area .p-wrap p:first-child {
  padding-top: 0;
}

/* wing */
#wing_bn {
  position:fixed;
  right:2.8%;
  top:70%;
  transform: translateY(-50%);
  z-index:10;
}

#wing_bn ul li {
  margin-top: 8px;
}

#wing_bn ul li:first-child {
  margin-top: 0;
}

#wing_bn ul li a {
  display: block;
  width: 116px;
  aspect-ratio: 1/1;
}

#wing_bn ul li a img {
  width: 100%;
  height: auto;
}