@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT/fonts/static/woff2/SUIT.css');


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  font-family: 'SUIT', 'sans-serif'; 
  line-height: 1.5;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *{
  font-family: 'SUIT', 'sans-serif';
  word-break: keep-all;
}
#bo_v_share{
  display: none !important;
}
img{
  max-width: 100%;
}

.inner{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.gnb_nav .gnb {display: flex; gap: 100px; margin-right: 0px;}

.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{color: #C3362A;}

.gnb_nav .gnb .depth1_a {font-size: 20px; font-weight: 800; position: relative; white-space: nowrap; top : 2px;}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #C3362A; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.ham_open {width: 26px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
  display: none;
  }

.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: #C3362A;}

.gnb_nav .snb .depth2 a:hover {color: #C3362A;}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: #C3362A; position: absolute; top: 0; right: 0; cursor: pointer;}

.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #C3362A; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}

.all_gnb_nav .depth2 a:hover {color: #C3362A;}

.all_gnb_nav .active p.depth1_a{
  color: #C3362A;
}

/* common */
.header *{
  font-family: 'SUIT', 'sans-serif' !important;
}
.header {width: 100%; background-color: #fff; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {border-color: #C6C6C6;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 165px; position: relative; top: 0px;}
.gnb_nav {display: flex; align-items: center;}


.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}


.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

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

}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 160px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding: 15px;
  font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .header .logo img {width: 120px;}
}
@media screen and (max-width: 1200px){

	.ham_open {width: 22px; height: 16px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 15px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px;
  }

	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.png);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.png);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.png);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.png);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.png);
}
.sub_visual .sub_tit {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.sub_visual .subtop-txtbox p{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {margin-top: 80px;}
  .subtop-con-wrap{padding: 60px 0;}
  .sub_visual .sub_tit {font-size: 36px;}
  .sub_nav_ul {font-size: 16px;}
  .sub_nav_ul .home{display: none;}
  .sub_nav_ul .home.nostr{display: flex;}
  .sub_nav_ul .home a{width: 50px;}
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li{width: 50%;}
  .sub_nav_ul .depth_p {padding: 15px 10px;}
  .sub_visual .subtop-txtbox p{font-size: 16px;padding-bottom: 8px;}
  .sub_nav_ul .depth_p::after {width: 16px;height: 16px;right: 10px;}
}
@media(max-width:768px){
  .sub_visual .sub_tit {font-size: 32px;}
  .sub_visual .subtop-txtbox p{font-size: 15px;padding-bottom: 6px;}
}

/* subtop */


/* 푸터 footer */
.footer{background-color: #272727;padding: 60px 0;}
.footer > .inner{display: flex;justify-content: space-between;}

.footer .left h2{font-size: 18px;font-weight: 700;color: #fff;}
.footer .left .foot_info{display: flex;margin-top: 6px;}
.footer .left .foot_info > li{position: relative;font-size: 18px;color: #fff;}
.footer .left .foot_info > li:nth-child(n + 2){padding-left: 26px;}
.footer .left .foot_info > li:nth-child(n + 2)::before{content: '|';position: absolute;left: 10px;font-size: 18px;color: #fff;}
.footer .left .copyright{font-size: 18px;color: #BCBCBC;margin-top: 5px;}

.family-site-sel{
  background: #272727 url(../img/sel-bottom-arrow.svg) no-repeat center right 40px;
  padding: 24px 52px 24px 25px;
  width: 100%;
  width: 261px;
  height: 70px;
  border: solid 1px rgb(216, 216, 216);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1;
  color: rgb(216, 216, 216);
  cursor: pointer;
}


@media screen and (max-width:1024px) {
  .footer{padding: 50px 0;}

  .footer .left .foot_info{flex-direction: column;}
  .footer .left .foot_info > li:nth-child(n + 2){padding-left: 0;}
  .footer .left .foot_info > li:nth-child(n + 2)::before{display: none;}
  .footer > .inner{
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer > .inner > .right{
    order: 0;
    width: 100%;
  }
  .footer > .inner > .left{
    order: 1;
    width: 100%;
  }

  .footer .left .foot_info > li, 
  .footer .left .copyright{font-size: 16px;}
  .family-site-sel{
    padding: 10px 25px 10px 15px;
    width: 200px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    background: #272727 url(../img/sel-bottom-arrow.svg) no-repeat center right 15px;
  }

}
@media screen and (max-width:768px) {
  .footer{padding: 40px 0;}

  .footer .left h2, 
  .footer .left .foot_info > li, 
  .footer .left .copyright{font-size: 14px;}

  .family-site-sel{
    width: 180px;
    height: 50px;
    font-size: 15px;
  }
}


/* sub-wrap */

.sub-wrap, .sub-sec{
  width: 100%;
  height: auto;
  position: relative;
}
.sub1-1-sec01{
  padding: 109px 0 153px;
}
.sub1-1-sec01 .con-line{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.sub1-1-sec01 .con-line > li:last-child{
  width: 754px;
  position: relative;
  top: -200px;
}
.sub1-1-sec01 .con-line > li:first-child{
  width: calc(100% - 774px);
}
.sub1-1-sec01 .con-line > li:first-child .txtbox h3{
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.42px;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
}
.sub1-1-sec01 .con-line > li:first-child .txtbox h2{
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
  padding-bottom: 44px;
}
.sub1-1-sec01 .con-line > li:first-child .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.44px;
  color: rgb(0, 0, 0);
  padding-bottom: 18px;
}
.sub1-1-sec01 .con-line > li:first-child .txtbox p:last-child{
  padding-bottom: 0;
}
.sub1-1-sec02{
  padding: 210px 0;
  background: url(../img/sub1-1-sec02-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub1-1-sec02 .txtbox{
  text-align: center;
}
.sub1-1-sec02 .txtbox *{
  color: #fff;
}
.sub1-1-sec02 .txtbox h2{
  font-size: 75px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: rgb(255, 255, 255);
  padding-bottom: 32px;
}
.sub1-1-sec02 .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.44px;
  color: rgb(255, 255, 255);
}
.sub1-1-sec03{
  padding: 80px 0;
  background: #fff;
}
.sub1-1-sec03 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.sub1-1-sec03 .con-line > li:first-child{
  width: 754px;
  position: relative;
  top: -200px;
}
.sub1-1-sec03 .con-line > li:last-child{
  width: calc(100% - 844px);
}
.sub1-1-sec03 .con-line > li:last-child .txtbox h2{
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: rgb(195, 54, 42);
  padding-bottom: 40px;
}
.sub1-1-sec03 .con-line > li:last-child .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.44px;
  color: rgb(0, 0, 0);
  padding-bottom: 18px;
}
.sub1-1-sec03 .con-line > li:last-child .txtbox p:last-child{
  padding-bottom: 0;
}


.n-sub1-1-sec02{
  padding: 140px 0;
  background: url(../img/n-sub1-1-sec02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.n-sub1-1-sec02 .titbox{
  text-align: center;
  padding-bottom: 68px;
}
.n-sub1-1-sec02 .titbox h2{
  font-size: 65px;
  font-weight: 800;
  line-height: 1.54;
  letter-spacing: -1.3px;
  color: rgb(255, 255, 255);
  padding-bottom: 16px;
}
.n-sub1-1-sec02 .titbox p{
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
}
.n-sub1-1-sec02 .con-line{
  display: flex;
  max-width: 1225px;
  width: 100%;
  margin: 0 auto;
}
.n-sub1-1-sec02 .con-line > li{
  flex: 1;
  height: 612px;
  border: solid 5px rgba(255, 255, 255,0.29);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.n-sub1-1-sec02 .con-line > li:first-child{
  left: 50px;
}
.n-sub1-1-sec02 .con-line > li:last-child{
  left: -50px;
}
.n-sub1-1-sec02 .con-line > li .txtbox > div{
  width: 100%;
}
.n-sub1-1-sec02 .con-line > li:first-child .txtbox h2{
  padding-bottom: 91px;
}
.n-sub1-1-sec02 .con-line > li .txtbox h2{
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -1px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding-bottom: 40px;
  line-height: 1.2;
}
.n-sub1-1-sec02 .con-line > li .txtbox p{
  text-align: center;
}
.n-sub1-1-sec02 .con-line > li .txtbox p span{
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: rgb(255, 255, 255);
  padding: 16px 60px;
  border-radius: 999px;
  border: solid 1px rgb(112, 112, 112);
  background-color: rgb(195, 54, 42);
}


@media(max-width:1600px){
  .sub1-1-sec01 .con-line > li:first-child
  {
    width: calc(100% - 620px);
  }
  .sub1-1-sec03 .con-line > li:last-child{
    width: 600px;
  }
  .sub1-1-sec03 .con-line > li:first-child
  {
    width: 560px;
  }
  .sub1-1-sec01{
  }
  .sub1-1-sec03 .con-line{
    gap: 40px;
  }
  .sub1-1-sec03 .con-line > li:last-child{
    width: calc(100% - 600px);
  }
  .sub1-1-sec01 .con-line > li:last-child{
    top: 0;
  }
}

@media(max-width:1300px){
  .sub1-1-sec01 .con-line > li:first-child .txtbox h3{
    font-size: 16px;
  }
  .sub1-1-sec01 .con-line > li:first-child .txtbox h2{
    font-size: 40px;
  }
}

@media(max-width:1250px){
  .sub1-1-sec02 .txtbox p br,
  .sub1-1-sec01 .con-line > li:first-child .txtbox p br
  {
    display: none;
  }

  .sub1-1-sec01 .con-line > li:first-child .txtbox h3{
    font-size: 14px;
  }
  .sub1-1-sec01 .con-line > li:first-child .txtbox h2{
    font-size: 30px;
  }
  .sub1-1-sec01 .con-line > li:first-child .txtbox p{
    font-size: 18px;
    padding-bottom: 8px;
  }
  .n-sub1-1-sec02 .con-line > li{
    height: 500px;
  }
}

@media(max-width:1024px){
  .sub1-1-sec01{
    top: 0;
    padding: 60px 0;
  }
  .sub1-1-sec01 .con-line{
    align-items: initial;
    gap: 30px;
    flex-wrap: wrap;
  }
  .sub1-1-sec01 .con-line > li:last-child{
    width: 100%;
    order: 0;
    top: 0;
  }
  .sub1-1-sec01 .con-line > li:first-child{
    width: 100%;
    order: 1;
  }
  .sub1-1-sec01 .con-line > li:first-child .txtbox h3{
    font-size: 15px;
    padding-bottom: 10px;
  }
  .sub1-1-sec01 .con-line > li:first-child .txtbox h2{
    font-size: 28px;
    padding-bottom: 24px;
  }
  .sub1-1-sec01 .con-line > li:first-child .txtbox p{
    font-size: 16px;
  }
  .sub1-1-sec02{
    padding: 100px 0;
  }
  .sub1-1-sec02 .txtbox h2{
    font-size: 36px;
    padding-bottom: 20px;
  }
  .sub1-1-sec02 .txtbox p{
    font-size: 16px;
  }
  .sub1-1-sec03{
    padding: 60px 0;
  }
  .sub1-1-sec03 .con-line{
    align-items: initial;
    gap: 30px;
    flex-wrap: wrap;
  }
  .sub1-1-sec03 .con-line > li:first-child{
    width: 100%;
    top: 0px;
  }
  .sub1-1-sec03 .con-line > li:last-child{
    width: 100%;
  }
  .sub1-1-sec03 .con-line > li:last-child .txtbox h2{
    font-size: 24px;
    padding-bottom: 20px;
  }
  .sub1-1-sec03 .con-line > li:last-child .txtbox p{
    font-size: 16px;
    padding-bottom: 7px;
  }




  .n-sub1-1-sec02{
    padding: 60px 0;
  }
  .n-sub1-1-sec02 .titbox{
    padding-bottom: 30px;
  }
  .n-sub1-1-sec02 .titbox h2{
    font-size: 28px;
    padding-bottom: 12px;
  }
  .n-sub1-1-sec02 .titbox p{
    font-size: 20px;
  }
  .n-sub1-1-sec02 .con-line{
    flex-wrap: wrap;
  }
  .n-sub1-1-sec02 .con-line > li{
    flex: none;
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: solid 1px rgba(255, 255, 255,0.5);
  }
  .n-sub1-1-sec02 .con-line > li:first-child{
    left: 0px;
    margin-bottom: 30px;
  }
  .n-sub1-1-sec02 .con-line > li:last-child{
    left: 0px;
  }

  .n-sub1-1-sec02 .con-line > li:first-child .txtbox h2{
    padding-bottom: 30px;
  }
  .n-sub1-1-sec02 .con-line > li .txtbox{
    padding: 30px 0;
  }
  .n-sub1-1-sec02 .con-line > li .txtbox h2{
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 1.4;
  }

  .n-sub1-1-sec02 .con-line > li .txtbox p span{
    font-size: 18px;
    padding: 12px 16px;
  }
  
}

/* 대회소개 */


.sub-02-1-sec01{
  top: -80px;
  padding-bottom: 60px;
}
.sub-02-1-sec01 .con-line{
  display: flex;
  align-items: center;
  gap: 50px;
}
.sub-02-1-sec01 .con-line > li:first-child{
  width: 600px;
}
.sub-02-1-sec01 .con-line > li:last-child{
  width: calc(100% - 650px);
}
.sub-02-1-sec01 .con-line > li:first-child .txtbox{
  padding-top: 109px;
}
.sub-02-1-sec01 .con-line > li:first-child .txtbox h3{
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.42px;
  color: rgb(195, 54, 42);
  padding-bottom: 18px;
}
.sub-02-1-sec01 .con-line > li:first-child .txtbox h2{
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
  padding-bottom: 30px;
}
.sub-02-1-sec01 .con-line > li:first-child .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.44px;
  color: rgb(0, 0, 0);
}
.sub-02-1-sec01 .con-line > li:last-child .con-subline{
  display: flex;
  flex-wrap: wrap;
  gap: 30px; 
  background: #fff;
  padding: 68px 58px;
}
.sub-02-1-sec01 .con-line > li:last-child .con-subline > li{
  width: calc(33.33% - 20px);
  margin-bottom: 10px;
}
.sub-02-1-sec01 .con-line > li:last-child .con-subline > li a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  border: solid 1px rgb(214, 214, 214);
}
.sub-02-1-sec01 .con-line > li:last-child .con-subline > li img{
  max-width: 177px;
  width: 100%;
}

.sub02-1-sec02{
  background: url(../img/sub2-1-sec02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 91px 0;
}
.sub02-1-sec02 .txtbox{
  text-align: center;
}
.sub02-1-sec02 .txtbox *{
  color: #fff;
}
.sub02-1-sec02 .txtbox h3{
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.44px;
  padding-bottom: 10px;
}
.sub02-1-sec02 .txtbox h2{
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.2px;
  padding-bottom: 28px;
}
.sub02-1-sec02 .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.44px;
}

@media(max-width:1600px){
  .sub-02-1-sec01 .con-line{
    gap: 30px;
  }
  .sub-02-1-sec01 .con-line > li:first-child{
    width: 600px;
  }
  .sub-02-1-sec01 .con-line > li:last-child{
    width: calc(100% - 630px);
  }
  .sub-02-1-sec01 .con-line > li:last-child .con-subline{
    gap: 16px; 
    padding: 30px;
  }
  .sub-02-1-sec01 .con-line > li:last-child .con-subline > li{
    width: calc(50% - 8px);
  }
}

@media(max-width:1024px){
  .sub-02-1-sec01{
    top: 0px;
    padding: 60px 0;
  }
  .sub-02-1-sec01 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub-02-1-sec01 .con-line > li:first-child{
    width: 100%;
  }
  .sub-02-1-sec01 .con-line > li:last-child{
    width: 100%;
  }
  .sub-02-1-sec01 .con-line > li:first-child .txtbox{
    padding-top: 0px;
  }
  .sub-02-1-sec01 .con-line > li:first-child .txtbox h3{
    font-size: 15px;
    padding-bottom: 9px;
  }
  .sub-02-1-sec01 .con-line > li:first-child .txtbox h2{
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 18px;
  }
  .sub-02-1-sec01 .con-line > li:first-child .txtbox p{
    font-size: 16px;
  }
  .sub-02-1-sec01 .con-line > li:last-child .con-subline{
    padding: 0;
  }
  .sub-02-1-sec01 .con-line > li:last-child .con-subline > li{
    margin-bottom: 0px;
  }
  .sub-02-1-sec01 .con-line > li:last-child .con-subline > li a{
    padding: 16px 12px;
  }
  .sub-02-1-sec01 .con-line > li:last-child .con-subline > li img{
    max-width: 150px;
  }
  
  .sub02-1-sec02{
    padding: 60px 0;
  }
  .sub02-1-sec02 .txtbox h3{
    font-size: 18px;
    padding-bottom: 6px;
  }
  .sub02-1-sec02 .txtbox h2{
    font-size: 30px;
    padding-bottom: 16px;
  }
  .sub02-1-sec02 .txtbox p{
    font-size: 15px;
  }
}

/* 스폰서소개 */

/* sub-wrap */

.borad_top_titbox{
  padding: 100px 0 80px;
  text-align: center;
}
.borad_top_titbox p{
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.42px;
  color: rgb(195, 54, 42);
  padding-bottom: 14px;
}
.borad_top_titbox h3{
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
}
.board_inner{
  padding-bottom: 100px;
}
.pg_wrap{
  float: initial;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
.pg_page{
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #fff;
}
.pg_current{
  font-size: 18px;
  font-weight: 500;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  background-color: rgb(195, 54, 42);
  border: 1px solid rgb(195, 54, 42);
}
.pg_end{
  background: url(../img/pg_end.png) no-repeat center #fff;
  margin-left: 10px;
}
.pg_start{
  background: url(../img/pg_start.png) no-repeat center #fff;
  margin-right: 10px;
}
#bo_gall .gall_img img{
  width: 100%;
}

#bo_cate #bo_cate_on{
  background: rgb(195,54,42) !important;
  border: 1px solid rgb(195,54,42) !important;
  box-shadow: none !important;
  -webkit-box-shadow : none !important;
  -moz-box-shadow : none !important;
  color: #fff !important;
}
#bo_cate a{
  color: rgb(195,54,42) !important;
  font-size: 16px !important;
}
.bo_w_select #ca_name option:last-child{
  display: none;
}

@media(max-width:1024px){
  .borad_top_titbox{
    padding: 60px 0;
  }
  .borad_top_titbox p{
    font-size: 18px;
    padding-bottom: 8px;
  }
  .borad_top_titbox h3{
    font-size: 28px;
  }
  .board_inner{
    padding-bottom: 60px;
  }
}