.about_warp {
  width: 100%;
  height: 680px;
  background: url(/assets/images/bg/about_bg.jpg) no-repeat;
  background-size: cover;
}

.sub_top>.sub_top_text>.about_intro_title {
  position: static !important;
}

.about_warp .sub_top >.sub_top_text {
  padding-top: 299px;
}

.sub_top > .sub_top_text .about_title_wrap {
  margin-bottom: 30px;
}

.sub_top>.sub_top_text .about_main_title {
  letter-spacing: -4px;
  font-size: 60px;
  margin-bottom: 37px;
  line-height: 59px;
}

.sub_top > .sub_top_text .about_sub_title {
  font-size: 60px;
  font-weight: 400;
  line-height: 49px;
  height: 60px;
}

.sub_about {
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0 0 0;
  box-sizing: border-box;
  position: relative;
}

.sub_about>.about_head {
  margin-bottom: 90px;
}

.sub_about>.about_head>.sub_about_head {
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 14px;
}

.sub_about>.about_head>.sub_about_title {
  font-size: 70px;
  color: #9b2e8d;
  font-weight: 100;
  height: 240px;
}

.sub_about>.about_head>.sub_about_title p {
  line-height: 84px;
}

.sub_about>.about_body {
  font-size: 18px;
  line-height: 2;
  color: #000;
  padding: 0 0 100px 100px;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.about_body::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -197px;
  width: 1px;
  height: 773px;
  background-color: #000;
}

.sub_about>.about_body>.about_body_typho {
  margin-bottom: 60px;
}

.sub_about .fame {
  position: absolute;
  top: 287px;
  right: 0;
}

.sub_about .fame img {
  display: block;
  margin-bottom: 40px;
}

.sub_about .fame p span {
  display: block;
}

.sub_about .fame p b {
  font-size: 26px;
}

.about_btn>ul {
  display: flex;
}

.about_btn>ul>li {
  font-weight: 600;
  position: relative;
  margin-right: 80px;
  padding: 0 5px 0 0;
  cursor: pointer;
  line-height: 1.1;
}

.about_btn>ul>li::after {
  content: '';
  width: 37px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  background: url(/assets/images/common/MORE.png) no-repeat;
  background-size: cover;
  background-position: center right;
}

.photo-box {
  width: 380.22px;
  height: 557.94px;

}

.photo-box>img {
  width: 100%;
  height: 100%;
}

.photo-box .typhography span {
  line-height: 1;
  margin-bottom: 20px;
}

.photo-box strong {
  font-weight: 560;
  margin-right: 10px;
  display: inline-block;
}

.photo-box strong:nth-of-type(1) {
  font-size: 26px;
  line-height: 1;
}

.photo-box strong:nth-of-type(2) {
  font-size: 18px;
}

.schedule_wrap {
  width: 100%;
  background-color: #f5f5f5;
  padding: 150px 0;
  box-sizing: border-box;
  position: relative;
}

.schedule_wrap>.schedule::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background-color: #000;
}

.schedule_wrap .schedule {
  width: 1200px;
  margin: 0 auto;
}

.schedule_wrap .schedule #schedules {
  width: 217px;
  /* cursor: pointer; */
  letter-spacing: 4px;
  position: relative;
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 15px;
}

.selectbox_content_wrap {
  line-height: 15px;
}

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

#selectbox {
  display: none;
  letter-spacing: 4px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -20px;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
  transform: translateX(100%);
}

.select_arrow {
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 16px;
}

.selectbox_content {
  display: inline-block;
  margin-right: 20px;
}

#schdule_20 {
  cursor: pointer;
  box-sizing: border-box;
}

#schdule_21 {
  cursor: pointer;
  box-sizing: border-box;
}

.schedule_list {
  display: none;
  cursor: pointer;
}

#schedule_2020 {
  display: block;
  cursor: default;
}

.schedule_list>ul {
  display: flex;
  justify-content: space-between;
}

.schedule_list>ul>li {
  margin-bottom: 30px;
}

.schedule_list>ul>li>.box {
  width: 280px;
  height: 182px;
  background-color: #9b2e8d;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.schedule_list>ul>li>.box>.head {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 26px;
  letter-spacing: -1px;
  line-height: 23px;
  height: 24px; 
}

.schedule_list>ul>li>.box>.body {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -1px;
}

.schedule_list>ul>li>.content {
  width: 280px;
  text-align: center;
  font-size: 18px;
  letter-spacing: -1px;
}

.schedule_list>ul>li>.content p  {
  font-weight: 300;
}

.content > p:nth-of-type(1) {
  font-size: 16px;
  line-height: 13px;
  margin-bottom: 7px;
}

.schedule_list>ul>li>.content>.description {
  color: #797979;
  font-size: 16px;
}

.qualification {
  width: 1200px;
  margin: 0 auto;
  border-top: 3px solid #000;
}

.qualification>ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  letter-spacing: -1px;
}

.qualification>ul>li {
  width: 24%;
  border-bottom: 3px solid #000;
  padding: 30px 0 30px 0;
  box-sizing: border-box;
}

.qualification>ul>li>.head {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 23px;
}

.qualification>ul>li>.body>p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
}

.qualification>ul>li>.body>p:nth-of-type(1) {
  margin-bottom: 0;
}

.qualification>ul>li>.body>.description {
  font-size: 16px;
  color: #797979;
  margin-top: 10px;
  height: 46px;
}

.information {
  position: relative;
  min-width: 1200px;
}

.information::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 65px;
  width: 1px;
  height: 150px;
  background: url(../images/about/BG_LINE.png) no-repeat 0 0;
  background-size: 1px 150px;
  z-index: 2;
}

.information>.infoTitle {
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
  padding-bottom: 150px;
  background-color: #f5f5f5;
  color: #000;
  font-weight: 300;
  line-height: 16px;
}

.information>.information_content {
  display: flex;
  /* height:630px; */
  justify-content: space-between;
  color: #000;
  letter-spacing: -1px;
}

.information>.information_content>.content_left {
  width: 52.5%;
  background: #000;
  position:relative;
}

.information>.information_content>.content_left>.content_left_img {
  width: 100%;
  /* max-width: 1000px; */
  height: 686px;
  background: url(/assets/images/about/about_left_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.information>.information_content>.content_left>.opacity_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.content_link {
  width: 1200px;
  height: 111px;
  margin: 100px auto 50px;
  display: flex;
  justify-content: space-between;
}

.content_link > li:last-child {
  margin-right: 20px;
}

.content_link>li>a {
  color: #000;
}

.content_link>li>a>h4 {
  font-size: 36px;
  margin-bottom: 13px;
  font-weight: 400;
  line-height: 1;
}

.content_link>li>a>p:nth-of-type(1) {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1;
}


.content_link>li>a>p:last-child {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 56px 5px 0;
  background: url(../images/common/MORE.png) no-repeat right 0 center;
  letter-spacing: -2px;
}

.information>.information_content>.content_right {
  width: 47.5%;
  min-width: 593px;
  height: 563px;
  padding: 50px 0 50px 100px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.information>.information_content>.content_right>.head {
  font-size: 26px;
  font-weight: 560;
  margin-bottom: 13px;
  line-height: 1;
}

.information>.information_content>.content_right>.body {
  font-size: 18px;
  margin-bottom: 23px;
  font-weight: 300;
}

.information>.information_content>.content_right>.body_2 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 300;
}

.information>.information_content>.content_right>.last_text {
  margin-bottom: 50px;
}

.information>.information_content>.content_right>.body_2>strong {
  margin-right: 5px;
  font-weight: 560;
}

.information>.information_content>.content_right>.contact_box {
  padding-top: 50px;
}

.information>.information_content>.content_right>.contact_box>.content_tel {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 23px;
}

.information>.information_content>.content_right>.contact_box>div>img {
  margin-right: 10px;
}

.information>.information_content>.content_right>.contact_box>.content_email {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.information>.information_content>.content_right>div>img {
  margin-right: 5px;
}

.contestants-section {
  background-color: #fff;
  max-height: 392px;
}

.about_contentants_wrap {
  padding: 150px 0 0;
}

.contestants_wrap .main_contest_title::before {
  height: 100px;
  top: -150px;
}

.brand_value_wrap {
  width: 100%;
  padding: 150px 0 0;
}

.brand_value_wrap>.brand_value {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  color: #000;
  letter-spacing: -1.5px;
}

.brand_value_wrap>.brand_value>.box {
  width: 370px;
  height: 613px;
  background-size: 370px 560px;
  padding: 42px 38px;
  box-sizing: border-box;
  position: relative;
}

.brand_value_wrap>.brand_value>.box:first-child {
  background: url(/assets/images/thumnail/pc_content_intro_grid1.jpg) no-repeat;
  /* background-position: center center; */
}

.brand_value_wrap>.brand_value>.box:nth-child(2) {
  background: url(/assets/images/thumnail/pc_content_intro_grid2.jpg) no-repeat;
}

.brand_value_wrap>.brand_value>.box:nth-child(2)>h4,
.brand_value_wrap>.brand_value>.box:nth-child(2)>p,
.brand_value_wrap>.brand_value>.box:last-child>h4,
.brand_value_wrap>.brand_value>.box:last-child>p {
  color: #fff;
}

.brand_value_wrap>.brand_value>.box:last-child {
  background: url(/assets/images/thumnail/pc_content_intro_grid3.jpg) no-repeat;
}

.brand_value_wrap>.brand_value>.box>h4 {
  font-size: 26px;
  font-weight: 560;
  margin-bottom: 20px;
}

.brand_value_wrap>.brand_value>.box>p {
  font-size: 18px;
  font-weight: 300;
}

.brand_value_wrap>.brand_value>.box>.brand_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 3px solid #000;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.brand_value_wrap>.brand_value>.box>.brand_btn>a {
    color: #000;
}

.brand_value_wrap>.brand_value>.box>.brand_btn>p:after,
.brand_value_wrap>.brand_value>.box>.brand_btn>a:after {
  content: '';
  padding: 5px 50px 5px 0;
  background: url(../images/common/MORE.png) no-repeat right 0 center;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}

.brand_value_wrap>.brand_value>.box>.brand_btn>.mun {
  margin: 0 auto;
  text-align: center;

}

.poster {
  max-height: 791px;
  height: 100%;
  background: url(/assets/images/about/poster_700.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  transition: all 0.3s;
}

.poster:hover {
  background-size: 120% auto;
}

.layer-pop__close-button {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.contestants-section .swiper-container {
  height: 392px !important;
}

.contestants-section .swiper-container-horizontal>.swiper-scrollbar {
  bottom: 3px;
}

.btn-group {
  margin-top: 60px;
}

.grid-container .grid-row .id-input {
  margin-right: 0;
}