/* common */
html,
body {
  width: 100%;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 20px;
}

.headerBg.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 38.7em;
  background-color: #000;
  z-index: 1;
}

.menuBtn .menu-btn .line {
  background: #fff;
}
.menuBtn .menu-btn .hid {
  background: rgba(255, 255, 255, 0);
}
.menuBtn .menu-btn .second {
  background: #fff;
}

.container {
  z-index: 2;
}

section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
section.about {
  padding: 4em 0 0;
}
section.company {
  padding: 1em 0 2.5em;
}

.main_banner {
  position: relative;
  padding-top: 6.5em;
  width: 100%;
  height: 100vh;
  background-color: #f0efeb;
}
.main_banner .banner_slider {
  position: relative;
  margin: 0 auto;
  padding: 0 0.3em;
  width: 100%;
  max-width: 60em;
  height: 100%;
  overflow-x: hidden;
}
.banner_base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner_base > * {
  position: absolute;
}
.banner_base .banner_text {
  top: 2em;
  left: 0;
  transform: rotate(90deg);
  z-index: 1;
}
.banner_base .banner_bg {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner_base .banner_wave {
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner_base span {
  left: 50%;
  color: #ffbb38;
  transform: translateX(-50%);
  z-index: 3;
}
.banner_base span.welcome {
  top: 4em;
  padding-top: 3em;
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 0.02em;
}
.banner_base span.welcome:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 2.5em;
  background-color: #ffbb38;
}
.banner_base span.slogan {
  bottom: 13em;
}
.main_banner .sliderNav {
  position: absolute;
  top: 11.5em;
  left: 0.3em;
}
.main_banner .sliderNav span {
  color: #fff;
}

.main_banner .banner_slider .slide_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -75%);
}

.main_banner .banner_slider .slick-dots {
  display: none !important;
}
.main_banner .banner_slider .slick-prev,
.main_banner .banner_slider .slick-next {
  font-size: 0.65em;
  top: 19em;
  color: rgba(255, 255, 255, 1);
  width: auto;
}
.main_banner .banner_slider .slick-prev {
  left: 5em;
  padding-right: 1em;
}
.main_banner .banner_slider .slick-next {
  left: 10.5em;
}
.main_banner .banner_slider .slick-prev:before,
.main_banner .banner_slider .slick-next:before {
  display: none;
}
.main_banner .banner_slider .slick-prev:before {
  content: "Before";
}
.main_banner .banner_slider .slick-prev:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%);
}
.main_banner .banner_slider .slick-next:before {
  content: "Next";
}
.main_banner .slide {
  position: relative;
  display: block !important;
}
.main_banner .slide .text_area {
  position: absolute;
  top: 15em;
  left: 0;
}
.main_banner .slide .text_area span,
.main_banner .slide .text_area p,
.main_banner .slide .text_area a {
  display: block;
}
.main_banner .slide .text_area.tw span,
.main_banner .slide .text_area.tw p,
.main_banner .slide .text_area.tw a {
  color: #fff;
}
.main_banner .slide .text_area .slogan {
  font-size: 2.3em;
  font-weight: 600;
}
.main_banner .slide .text_area .desc {
  margin-top: 0.35em;
  font-size: 1.25em;
  line-height: 1.2em;
}
.main_banner .slide .text_area .btn.more {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.75em;
  font-size: 0.7em;
}
.main_banner .slide .text_area .btn.more img {
  margin-right: 1em;
  width: 3.3575em;
}
section .section_wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0.3em;
  max-width: 1200px;
}
section.notice .section_wrap {
  padding: 2.5em 0.3em 0;
}
section.notice .section_wrap .bg {
  position: absolute;
  top: 0;
  left: 53%;
  width: 0.6em;
  z-index: 1;
}
section .section_wrap h2 {
  display: block;
  font-size: 2.75em;
  line-height: 1em;
}
section .section_wrap h2 small {
  display: block;
  font-weight: 400;
  font-size: 0.3em;
  line-height: 1.2em;
}

/*about*/
section.about .text_area {
  position: relative;
}
section.about .text_area span,
section.about .text_area p {
  display: block;
  font-size: 2em;
  letter-spacing: -0.05em;
  line-height: 2em;
}
section.about .text_area span {
  font-weight: 500;
  color: #0d4226;
}
section.about .text_area p {
  padding-bottom: 3em;
}
section.about .text_area img.bg01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.85em;
}

section .section_wrap a.btn.more {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.75em;
}
section .section_wrap a.btn.more img {
  margin-right: 0.5em;
  width: 3em;
}

section.company {
  padding-bottom: 3em;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}
section.company.off {
  transform: translateX(5%);
  opacity: 0;
}
section.company .section_wrap .bg.circle01 {
  position: absolute;
  top: -12em;
  right: 0.3em;
  z-index: 1;
  animation: floating 3s linear infinite;
  -webkit-animation: floating 3s linear infinite;
}

@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-20px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-20px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-20px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-20px) rotate(0deg);
    transform: rotate(0deg) translate(-20px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-20px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-20px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-20px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-20px) rotate(-360deg);
    transform: rotate(360deg) translate(-20px) rotate(-360deg);
  }
}
section.company .section_wrap .section_title {
  display: block;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 500;
}
section.company .section_wrap .company_wrap {
  position: relative;
  z-index: 2;
}
section.company .section_wrap .company_wrap .sub_section > img {
  margin-bottom: -1.4em;
}
section.company .section_wrap .company_wrap .s_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

section.company .section_wrap .company_wrap .s_wrap .text_area {
  position: relative;
  margin-right: 4em;
  padding-top: 6em;
  width: calc(100% - 27.05em);
}
section.company .section_wrap .company_wrap .s_wrap .text_area span,
section.company .section_wrap .company_wrap .s_wrap .text_area p {
  display: block;
}
section.company .section_wrap .company_wrap .s_wrap .text_area span {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 600;
  color: #0d4226;
}
section.company .section_wrap .company_wrap .s_wrap .text_area p {
  font-size: 1.1em;
  line-height: 2em;
}
section.company .section_wrap .company_wrap .s_wrap > img {
  width: 23.05em;
}
section.company .section_wrap .company_wrap .text_area h2 {
  position: absolute;
  top: -2em;
  left: 0;
}
section.company .section_wrap .company_wrap .text_area .desc {
  font-size: 0.7em;
}
section.company .section_wrap .company_wrap .text_area a.btn.more {
  position: absolute;
  bottom: 0;
  left: 0;
}

section.company .section_wrap .aboutUs_wrap {
  position: relative;
  margin-top: 4em;
}
section.company .section_wrap .aboutUs_wrap img.bg02 {
  position: absolute;
  top: -5em;
  left: 0;
  transform: rotate(180deg);
}
section.company .section_wrap .aboutUs_wrap .section_title {
  text-align: right;
}
section.company .section_wrap .aboutUs_wrap .s_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}
section.company .section_wrap .aboutUs_wrap .s_wrap .text_area {
  margin-top: 3em;
}
section.company .section_wrap .aboutUs_wrap .s_wrap .text_area span,
section.company .section_wrap .aboutUs_wrap .s_wrap .text_area p {
  display: block;
  text-align: right;
}
section.company .section_wrap .aboutUs_wrap .s_wrap .text_area > span {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 600;
  color: #0d4226;
}
section.company .section_wrap .aboutUs_wrap .s_wrap .text_area p {
  font-size: 1.1em;
  line-height: 2em;
}
section.company .section_wrap .aboutUs_wrap .s_wrap .text_area span.text_end {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  color: #000;
  font-weight: 500;
}
section.company
  .section_wrap
  .aboutUs_wrap
  .s_wrap
  .text_area
  span.text_end
  span {
  position: relative;
  z-index: 2;
}
section.company
  .section_wrap
  .aboutUs_wrap
  .s_wrap
  .text_area
  span.text_end:after {
  position: absolute;
  content: "";
  right: 12.5%;
  bottom: 0.4em;
  width: 42.5%;
  height: 0.75em;
  background-color: #ffbb38;
}

section.partners {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}
section.partners.off {
  transform: translateY(15%);
  opacity: 0;
}
section.partners img {
  margin-top: 4em;
}

section.team {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}
section.team.off {
  transform: translateX(-5%);
  opacity: 0;
}
section.team img.bg03 {
  position: absolute;
  top: 3.5em;
  right: 0;
  width: 26.5em;
  z-index: 1;
}
section.team h2 {
  position: relative;
  font-size: 5em;
  z-index: 2;
}
section.team .team_top {
  margin: 2.5em 0;
}
section.team .team_top p,
section.team .team_top span {
  display: table;
  font-size: 1.15em;
  line-height: 1.5em;
}
section.team .team_top span {
  position: relative;
  margin-top: 0.5em;
  font-size: 1.2em;
  color: #0d4226;
}
section.team .team_top span b {
  position: relative;
  z-index: 1;
}
section.team .team_top span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 40%;
  height: 0.75em;
  background-color: #ffbb38;
}

section.team .tabs_area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.team .tabs_area input,
section.team .tabs_area .tab_cont {
  display: none;
}
section.team .tabs_area input:checked + label + .tab_cont {
  display: flex;
}
section.team .tabs_area label {
  display: table;
  margin-right: 0.5em;
  padding: 0.5em 1em;
  font-size: 1.2em;
  border: 2px solid #969696;
}
section.team .tabs_area input:checked + label {
  border-color: #0d4226;
  color: #0d4226;
}
section.team .tabs_area .tab_cont {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  order: 1;
  margin-top: 2em;
  width: 100%;
}
section.team .tabs_area .tab_cont span,
section.team .tabs_area .tab_cont a,
section.team .tabs_area .tab_cont p {
  display: table;
}
section.team .tabs_area .tab_cont span {
  margin-bottom: 0.75em;
  font-size: 1.25em;
  font-weight: 500;
  color: #0d4226;
}
section.team .tabs_area .tab_cont a.btn {
  border-bottom: 1px solid #969696;
}
section.team .tabs_area .tab_cont p {
  line-height: 1.75em;
}

section.ticket {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}

section.ticket h2 {
  position: relative;
  font-size: 5em;
  text-align: right;
  z-index: 2;
}
section.ticket .ticket_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.ticket .ticket_wrap > img {
  display: table;
  width: 18.4em;
}
section.ticket .ticket_wrap .text_area {
  width: calc(100% - 22.4em);
}
section.ticket .ticket_wrap .text_area span,
section.ticket .ticket_wrap .text_area p {
  display: block;
  letter-spacing: -0.05em;
}
section.ticket .ticket_wrap .text_area span {
  margin-bottom: 1.75em;
  font-size: 1.25em;
  font-weight: 500;
}
section.ticket .ticket_wrap .text_area p {
  line-height: 1.5em;
}
section.ticket .ticket_wrap.top .text_area {
  padding-top: 2.5em;
}
section.ticket .ticket_wrap.top .text_area span,
section.ticket .ticket_wrap.top .text_area p {
  text-align: right;
}

section.ticket .ticket_wrap.bottom > img {
  margin-top: -8em;
}
section.ticket .ticket_wrap.bottom .text_area {
  padding-top: 2em;
}
section.ticket .ticket_wrap.bottom .text_area span:nth-child(3) {
  margin-top: 1.75em;
}
section.ticket .client_ticket {
  margin-top: 1em;
}
section.ticket .client_ticket img {
  margin: 0 auto;
  width: 100%;
  max-width: 43.9em;
}

section.talk {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}

section.talk h2 {
  position: relative;
  font-size: 5em;
  z-index: 2;
}
section.talk h2 small {
  margin-top: 1em;
  font-size: 0.2em;
}
section.talk .talk_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
}
section.talk .talk_wrap p {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}
section.talk .talk_wrap img {
  margin-right: 2em;
  width: calc((100% - 2em) / 2);
}
section.talk .talk_wrap img:last-child {
  margin: 0;
}

section.works {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}

section.works h2 {
  position: relative;
  font-size: 5em;
  z-index: 2;
}
section.works .works_list {
  margin-top: 2em;
}
section.works .works_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.works .works_list ul li {
  margin: 0 1.5em 1.5em 0;
  width: calc((100% - 1.5em) / 2);
}
section.works .works_list ul li:nth-child(2n) {
  margin-right: 0;
}
section.works .works_list ul li .list_area {
  position: relative;
  display: block;
  margin-bottom: 1.5em;
}
section.works .works_list ul li .list_area .hover_info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(13, 66, 38, 0.75);
  transition: all ease-in-out 0.3s;
}
section.works .works_list ul li .list_area:hover .hover_info {
  opacity: 1;
}
section.works .works_list ul li .list_area .hover_info span,
section.works .works_list ul li .list_area .hover_info p {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
section.works .works_list ul li .list_area .hover_info span {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 2.5em;
  font-weight: 600;
}
section.works .works_list ul li .list_area .hover_info p {
  font-weight: 300;
}
section.works .works_list ul li .list_area .hover_info span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 0.35em;
  height: 0.35em;
  border: 4px solid #ffbb38;
  border-radius: 5em;
  transform: translateX(-50%);
}
section.works .works_list ul li .list_area:last-child {
  margin: 0;
}
section.works .works_list .moreBtn {
  display: table;
  margin: 2em auto;
}
section.works .works_list .moreBtn b {
  display: table;
  margin: 0 auto;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}
section.works .works_list .moreBtn span {
  display: table;
  margin: 0 auto;
  font-size: 0.75em;
}

section.instagram {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}

section.instagram h2 {
  position: relative;
  font-size: 5em;
  z-index: 2;
}
section.instagram h2 small {
  margin-top: 1em;
  font-size: 0.2em;
}
section.instagram .goInsta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1em 0 2em;
}
section.instagram .goInsta img {
  margin-right: 0.5em;
  width: 1.55em;
}
section.instagram .insta_feed {
  position: relative;
}
section.instagram .insta_feed .slick-slide {
  margin-right: 0.5em;
}
section.instagram .insta_feed .slick-slide .feed_list {
  display: block !important;
}

section.contactUs {
  padding: 3em 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s ease-in-out;
}

section.contactUs h2 {
  position: relative;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  z-index: 2;
}
section.contactUs h2 small {
  margin-top: 1.5em;
  font-size: 0.4em;
}
section.contactUs .cs_info {
  position: relative;
  margin-top: 4em;
}
section.contactUs .cs_info li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
}
section.contactUs .cs_info li .cs_tit {
  display: table;
  width: 14em;
}
section.contactUs .cs_info li .cs_tit span {
  font-size: 1.1em;
  line-height: 1em;
}
section.contactUs .cs_info li .cs_tit span small {
  color: #0d4226;
}
section.contactUs .cs_info li .input_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 14em);
}
section.contactUs .cs_info li .input_area .cs_inp,
section.contactUs .cs_info li .input_area .cs_file {
  display: table;
  margin: 0 2em 1em 0;
  padding: 0.5em;
  width: calc((100% - 2em) / 2);
  border: none;
  border-bottom: 1px solid #dcdcdc;
}
section.contactUs .cs_info li .input_area textarea.cs_inp {
  border: 1px solid #969696;
}
section.contactUs .cs_info li .input_area .cs_inp:nth-child(2n) {
  margin-right: 0;
}
section.contactUs .cs_info li .input_area.chk_type .cs_chk {
  display: none;
}
section.contactUs .cs_info li .input_area.chk_type .label_csType {
  display: table;
  margin: 0 2em 1em 0;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 5em;
  border: 1px solid #969696;
  width: calc((100% - 6em) / 4);
  transition: all ease-in-out 0.3s;
}
section.contactUs
  .cs_info
  li
  .input_area.chk_type
  .cs_chk:checked
  + label.label_csType {
  color: #fff;
  background-color: #0d4226;
  border-color: #0d4226;
}
section.contactUs .cs_info li .input_area.chk_type .label_csType:nth-child(8n) {
  margin-right: 0;
}

section.contactUs .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.contactUs .btn_area .btn {
  display: table;
  padding: 0.5em 1.5em;
  font-size: 1.75em;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 5em;
  transition: all ease-in-out 0.3s;
}
section.contactUs .btn_area .btn:hover {
  background-color: #0d4226;
}

section.map {
  padding: 3em 0;
  transition: all 0.5s ease-in-out;
}
section.map.off {
  transform: translateX(-5%);
  opacity: 0;
}
section.map .section_wrap > img.map {
  margin-top: 2em;
}

section.map .section_wrap .map_guide {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  height: 27.25em;
}
section.map .section_wrap .map_guide li {
  position: absolute;
  margin-right: 0.6em;
  width: calc((100% - 0.6em) / 2);
  height: 100%;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
section.map .section_wrap .map_guide li:first-child {
  left: 0;
}
section.map .section_wrap .map_guide li:last-child {
  right: 0;
  margin-right: 0;
}
section.map .section_wrap .map_guide li img.btnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
section.map .section_wrap .map_guide li .detail {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  transform: translateY(-50%);
}
section.map .section_wrap .map_guide li:hover {
  margin: 0;
  width: 100%;
  z-index: 2;
}
section.map .section_wrap .map_guide li:hover img.btnImg {
  opacity: 0;
}
section.map .section_wrap .map_guide li:hover .detail {
  opacity: 1;
}

.section1 {
  position: relative;
  background: url(../img/main/bg_mainVisual.jpg) no-repeat center;
  background-size: cover;
}
.section1 .main_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 0 3.83em;
}
.section1 .main_visual .slg {
  position: relative;
  z-index: 10;
}
.section1 .main_visual .bg_mv {
  position: absolute;
  width: 40%;
  z-index: 5;
}
.section1 .main_visual .bg_mv.left {
  max-width: 683px;
  top: 0;
  left: 0;
}
.section1 .main_visual .bg_mv.right {
  max-width: 692px;
  bottom: 0;
  right: 0;
}

.section2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding: 1.25em;
  width: 100%;
  max-width: 1240px;
}
.section2 .main_boxArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc((100% - 0.83em) / 3 * 2);
}

.section2 .main_notice {
  margin-right: 0.83em;
  padding: 0.83em;
  width: calc((100% - 0.83em) / 3);
  border: 1px solid rgb(200, 200, 200);
}

.section2 .main_notice h3 {
  position: relative;
  margin-bottom: 0.42em;
  font-size: 1em;
}
.section2 .main_notice h3 span {
  display: block;
  width: 4em;
}
.section2 .main_notice h3 a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section2 .main_notice ul {
  position: relative;
  height: 100%;
}
.section2 .main_notice ul li {
  padding: 0.75em 0;
}
.section2 .main_notice ul li.regulation {
  padding-bottom: 0;
  width: 100%;
  border-top: 1px solid #969696;
}
.section2 .main_notice ul li a {
  display: block;
}
.section2 .main_notice ul li a span,
.section2 .main_notice ul li a p {
  display: block;
}
.section2 .main_notice ul li a span.cate {
  color: #367daf;
  font-size: 0.73em;
  font-weight: 500;
}
.section2 .main_notice ul li a span.list_title {
  font-size: 0.83em;
  font-weight: 500;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section2 .main_notice ul li a p.list_date {
  margin-top: 0.5em;
  font-size: 0.83em;
}

.section2 .main_boxArea .main_contestDate {
  margin-bottom: 0.83em;
  padding: 0.83em 0;
  width: calc((100% - 0.83em) / 2);
  height: 8.3em;
  background: url(../img/main/bg_mBox.png) repeat;
}
.section2 .main_boxArea .main_contestDate.left {
  margin-right: 0.83em;
  background-color: #e8cc0f;
}
.section2 .main_boxArea .main_contestDate.right {
  background-color: #279709;
}
.section2 .main_boxArea .main_contestDate span,
.section2 .main_boxArea .main_contestDate p {
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
}
.section2 .main_boxArea .main_contestDate span {
  display: table;
  margin: 0 auto;
}
.section2 .main_boxArea .main_contestDate span.bTitle {
  color: #fff;
  font-size: 0.83em;
  font-weight: 600;
}
.section2 .main_boxArea .main_contestDate span.bTime {
  padding: 0.15em 0.75em;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.05em;
  background-color: #fff;
  border-radius: 5em;
  text-shadow: none;
}
.section2 .main_boxArea .main_contestDate.left span.bTime {
  color: #e8cc0f;
}
.section2 .main_boxArea .main_contestDate.right span.bTime {
  color: #279709;
}
.section2 .main_boxArea .main_contestDate span.bTime span {
  display: inline-block;
  text-shadow: none;
}
.section2 .main_boxArea .main_contestDate p {
  margin: 0.15em 0 0.5em;
  color: #fff;
  font-size: 0.83em;
}
.section2 .main_boxArea .main_contestDate > a {
  display: table;
  margin: 1em auto 0;
  padding: 0.15em 1em;
  color: #fff;
  font-size: 0.683em;
  border: 1px solid #fff;
  border-radius: 5em;
  background-color: rgba(0, 0, 0, 0.1);
}
.section2 .main_boxArea .main_link {
  position: relative;
  margin-right: 0.83em;
  height: 8.3em;
  width: calc((100% - 1.66em) / 3);
  background: url(../img/main/bg_mBox.png) repeat;
}
.section2 .main_boxArea .main_link a {
  position: relative;
  display: block;
  padding: 2em 0;
  width: 100%;
  height: 100%;
}
.section2 .main_boxArea .main_link a img {
  position: relative;
  margin: 0 auto 1em;
}
.section2 .main_boxArea .main_link a span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.83em;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
}
.section2 .main_boxArea .main_link.apply01 {
  background-color: #6ad44d;
  margin-right: 0;
}
.section2 .main_boxArea .main_link.apply02 {
  background-color: #fbee99;
}
.section2 .main_boxArea .main_link.community {
  background-color: #677680;
}
.section2 .main_boxArea .main_link.regulation {
  width: calc((100% - 1.66em) / 3);
  background-color: #7bc3a9;
}
.section2 .main_boxArea .main_link.apply01 img,
.section2 .main_boxArea .main_link.apply02 img,
.section2 .main_boxArea .main_link.community img {
  width: 3em;
}
.section2 .main_boxArea .main_link.regulation img {
  width: 10.291em;
}

@media screen and (max-width: 1260px) {
  body,
  th,
  td,
  input,
  select,
  textarea,
  button {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  body,
  th,
  td,
  input,
  select,
  textarea,
  button {
    font-size: 20px;
  }

  section.about .text_area span,
  section.about .text_area p {
    font-size: 1.5em;
  }
  section.company .section_wrap .company_wrap .s_wrap .text_area {
    margin-right: 1em;
    padding-top: 3em;
    width: calc(100% - 24.05em);
  }
  section.company .section_wrap .company_wrap .s_wrap .text_area span {
    font-size: 1em;
  }
  section.company .section_wrap .company_wrap .s_wrap .text_area p {
    font-size: 0.9em;
  }

  section.company .section_wrap .aboutUs_wrap .s_wrap .text_area > span,
  section.company .section_wrap .aboutUs_wrap .s_wrap .text_area span.text_end {
    font-size: 1em;
  }
  section.company .section_wrap .aboutUs_wrap .s_wrap .text_area p {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  section.team .team_top p,
  section.team .team_top span,
  section.team .tabs_area .tab_cont p {
    font-size: 0.9em;
  }
  section.team .tabs_area .tab_cont span {
    font-size: 1em;
  }

  section.ticket .ticket_wrap .text_area {
    width: calc(100% - 19em);
  }
  section.ticket .ticket_wrap.top .text_area,
  section.ticket .ticket_wrap.bottom .text_area {
    padding-top: 1.5em;
  }
  section.ticket .ticket_wrap .text_area span {
    margin-bottom: 1.25em;
    font-size: 1em;
  }
  section.ticket .ticket_wrap .text_area p {
    font-size: 0.9em;
  }
  section.ticket .ticket_wrap.bottom > img {
    margin-top: -6em;
  }
  section.ticket .ticket_wrap.bottom .text_area span:nth-child(3) {
    margin-top: 1.25em;
    margin-bottom: 1em;
  }

  section.contactUs .cs_info li .input_area.chk_type .label_csType {
    margin-right: 1em;
    width: calc((100% - 2em) / 3);
  }
  section.contactUs
    .cs_info
    li
    .input_area.chk_type
    .label_csType:nth-child(8n) {
    margin-right: 1em;
  }
  section.contactUs
    .cs_info
    li
    .input_area.chk_type
    .label_csType:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  body,
  th,
  td,
  input,
  select,
  textarea,
  button {
    font-size: 18px;
  }

  section.company .section_wrap .company_wrap .s_wrap {
    position: relative;
    flex-direction: column-reverse;
  }
  section.company .section_wrap .aboutUs_wrap img.bg02,
  section.team img.bg03 {
    display: none;
  }
  section.company .section_wrap .company_wrap .sub_section > img {
    margin-bottom: -0.75em;
  }
  section.company .section_wrap .company_wrap .s_wrap .text_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    padding: 2em 1em;
    background-color: rgba(0, 0, 0, 0.5);
  }
  section.company .section_wrap .company_wrap .s_wrap .text_area span {
    margin-bottom: 0.5em;
    color: #e8cc0f;
  }
  section.company .section_wrap .company_wrap .s_wrap .text_area p {
    color: #fff;
  }
  section.company .section_wrap .company_wrap .s_wrap > img {
    width: 100%;
  }
  section.team .team_top span:after {
    display: none;
  }

  section .section_wrap h2 {
    text-align: center !important;
    font-size: 3em !important;
  }
  section.contactUs h2 {
    font-size: 2em !important;
  }
  section.contactUs .btn_area .btn {
    font-size: 1.25em;
  }

  section.ticket .ticket_wrap {
    display: block;
    margin-top: 2em;
  }
  section.ticket .ticket_wrap.bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 5em;
  }
  section.ticket .ticket_wrap.bottom > .text_area {
    width: 100%;
  }
  section.ticket .ticket_wrap > img {
    margin: 0 auto;
  }
  section.ticket .ticket_wrap.bottom > img {
    margin: 0 auto;
  }
  section.ticket .ticket_wrap.top .text_area span,
  section.ticket .ticket_wrap.top .text_area p,
  section.ticket .ticket_wrap .text_area span,
  section.ticket .ticket_wrap .text_area p {
    text-align: center;
  }
  section.ticket .ticket_wrap.top .text_area {
    margin: 0 auto;
    width: 100%;
  }
  section.ticket .client_ticket img {
    margin-top: 3em;
  }
  section.talk .talk_wrap img {
    margin: 1em 0 0;
    width: 100%;
  }
  section.works .works_list ul {
    display: block;
  }
  section.works .works_list ul li {
    margin: 0 0 1.5em;
    width: 100%;
  }
  section.works .works_list ul li .list_area img {
    width: 100%;
  }
  section.contactUs .cs_info li .cs_tit {
    margin-bottom: 0.5em;
    width: 100%;
  }
  section.contactUs .cs_info li .cs_tit br {
    display: none;
  }
  section.contactUs .cs_info li .input_area {
    width: 100%;
  }
  section.contactUs .cs_info li .input_area .cs_inp,
  section.contactUs .cs_info li .input_area .cs_file {
    margin: 0 0 1em;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  body,
  th,
  td,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}
