.app_wrap {
  height: 100%;
}

/* moblie Class */
._mshow {
  display: none;
}

.header {
  width: 100%;
  height: 102px;
  position: fixed;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition: background-color 300ms;
}

.header.down {
  border-bottom: 1px solid #898989;
  background-color: #ffffff;
  transition: background-color 300ms;
}

.header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.header.down .header-wrap {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 300ms;
}

.header-wrap .header-logo {
  height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  box-sizing: border-box;
}

.header-wrap .header-logo a {
  display: block;
  width: 310px;
  height: 42px;
  cursor: pointer;
}

.header-wrap .header-logo img {
  width: 100%;
}

.header-wrap .header-logo img.color {
  display: none;
}

.header.down .header-wrap .header-logo img.white  {
  display: none;
}

.header.down .header-wrap .header-logo img.color  {
  display: inline-block;
}

.header-wrap .header-nav {
  height: 102px;
  float: right;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.43px;
  transition: color 300ms;
}

.header-wrap .header-nav:before {
  width: 100%;
  height: 3px;
  content: ' ';
  position: absolute;
  bottom: -2px;
  background-color: #ffffff;
}

.header.down .header-wrap .header-nav:before {
  bottom: -1px;
  background-color: #898989;
}

.header.down .header-wrap .header-nav {
  color: #323232;
  transition: color 300ms;
}

.header-wrap .header-nav .header-nav-list {
  float: left;
  margin-top: 40px;
}

.header-wrap .header-nav .header-nav-list li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.header-wrap .header-nav .header-nav-list li:last-child {
  margin-right: 0;
}
.header-wrap .header-nav .header-nav-list li:last-child img,
.ticket-item .ticket-info .right-content button img {
	vertical-align: top;
	margin-left: 3px;
	width: 12px;
}
.header-wrap .header-nav .header-nav-list li:last-child img:nth-child(2) {
  display: none;
}
.header.down .header-wrap .header-nav .header-nav-list li:last-child img:nth-child(1) {
  display: none;
}
.header-wrap .header-nav .header-nav-list li a {
  color: #ffffff;
/*   color: inherit; */
}
.header.down .header-wrap .header-nav .header-nav-list li a {
  color: #000000;
/*   color: inherit; */
}
.header-wrap .header-nav .header-nav-list li a:hover {
  text-decoration: none;
  font-weight: bold;
  color:#ffffff;
}
.header-wrap .header-nav .header-nav-list li:nth-child(6) a:hover,
.header-wrap .header-nav .header-nav-list li:nth-child(7) a:hover {
  letter-spacing: -0.9px;
}
.header.down .header-wrap .header-nav .header-nav-list li a:hover {
  text-decoration: none;
  font-weight: bold;
  color:#000000;
}
.header.down .header-wrap .header-nav .header-nav-list li img:nth-child(2) {
	display: inline-block;
}
.header.header-wrap .header-nav .header-nav-list li img:nth-child(2) {
	display: none;
}
.header-wrap .header-nav .header-website {
  height: 102px;
  margin-top: 35px;
  float: right;
  display: inline-block;
  cursor: pointer;
}

.header-wrap .header-nav .header-website img {
  width: 30px;
  height: 30px;
}

.contents {
  padding-top: 70px;
  padding-bottom: 80px;
}

.is-content-article {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

#toTop {
  z-index: 5;
  display: inline;
  position: fixed;
  right: 4%;
  bottom: 20px;
  width: 52px;
  opacity: 0;
  transition: opacity 300ms;
  cursor: pointer;
}

#toTop.down {
  opacity: 1;
  transition: opacity 300ms;
}

#toTop img {
  width: 100%;
}

.c-footer .c-footer-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  border-top: 1px solid #c1c1c1;
}
.c-footer .c-footer-wrapper .c-footer-logo {
  position: relative;
}

.c-footer .c-footer-wrapper .c-footer-logo:after {
   width: 100%;
   height: 3px;
   content: ' ';
   position: absolute;
   top: -42px;
   left: 0;
   background-color: #c1c1c1;
}

.c-footer .c-footer-wrapper .c-footer-copyright {
  padding-left: 40px;
  color: #808285;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.4px;
}

.title-section-title {
  text-align: center;
}
.title-section-title .title {
  color: #231815;
  font-size: 36px;
  margin: 0 0 24px;
}
.title-section-title .sub-copy {
  margin: 0;
  color: #231815;
  font-size: 16px;
  line-height: 1.6;
}

.sub-copy-big {
	margin: 25px;
  font-size: 26px;
  font-weight: bold;
}

.sub-copy-big b {
	color: white;
	background-color: red;
}

.sub-page-header {
  height: 400px;
  position: relative;
  text-align: center;
  background-color: grey;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-page-header.company {
  background-image: url(../images/sub-header-company.jpg);
}
.sub-page-header.ticket {
  background-image: url(../images/sub-header-ticket.jpg);
}
.sub-page-header.partners {
  background-image: url(../images/sub-header-partners.jpg);
}
.sub-page-header.news {
  background-image: url(../images/sub-header-news.jpg);
}
.sub-page-header.inquiry {
  background-image: url(../images/sub-header-inquiry.jpg);
}
.sub-page-header.homeTicket {
  background-image: url(../images/sub-header-homeTicket.jpg);
}

.sub-page-header .title {
  width: 100%;
  position: absolute;
  bottom: 130px;
  margin: 0 auto;
  color: white;
  font-size: 36px;
  font-weight: bold;
}

.button {
  height: 44px;
  padding: 0 16px;
  color: #231815;
  border: 1px solid #666160;
  border-radius: 6px;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
}
.button:hover {
  background-color: #f1f1f1;
}

.button.color {
  color: #fff;
  border: none;
  background-color: #231815;
}

.button.color:hover {
  background-color: #100c08;
}

.button.large {
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
}

.input {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  color: #231815;
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input:active,
.input:focus {
  border-color: #0064e6;
}

.input.error,
.input.error:active,
.input.error:focus {
   border-color: #e60012;
}

.textarea {
  width: 100%;
  padding: 10px;
  color: #231815;
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.textarea:active,
.textarea:focus {
   border-color: #0064e6;
 }
.textarea:disabled,
.textarea:disabled:active,
.textarea:disabled:focus {
  color: #666160;
  border-color: #c1c1c1;
  background-color: #f1f1f1;
 }
.textarea.error,
.textarea.error:active,
.textarea.error:focus {
  border-color: #e60012;
 }
/* �뒪�겕濡ㅻ컮 �꽕�젙*/
.textarea::-webkit-scrollbar {
   width: 6px;
 }

/* �뒪�겕濡ㅻ컮 留됰� �꽕�젙*/
.textarea::-webkit-scrollbar-thumb {
   height: 17%;
   background-color: #666160;
   /* �뒪�겕濡ㅻ컮 �뫁湲�寃� �꽕�젙    */
   border-radius: 16px;
 }

/* �뒪�겕濡ㅻ컮 �뮮 諛곌꼍 �꽕�젙*/
.textarea::-webkit-scrollbar-track {
   background-color: transparent;
 }



.checkbox {
  height: 24px;
}
.checkbox label {
  height: 24px;
  display: flex;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.checkbox .checkbox-label {
  cursor: pointer;
}
.checkbox input[type='checkbox'] {
  width: 16px;
  height: 24px;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox input[type='checkbox']:active,
.checkbox input[type='checkbox']:focus {
  outline: none;
}

.checkbox input[type='checkbox']::-ms-check {
   display: none;
 }

.checkbox input[type='checkbox']:checked {
  background-image: url(../images/checkbox-checked.png);
}

.form-row {
  width: 100%;
  padding-bottom: 12px;
}
.form-item .form-title {
  width: 100%;
  display: inline-block;
  color: #231815;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 8px;
}
.form-item .form-title b {
  color: #e60012;
  vertical-align: middle;
}
.form-item .error-text {
  color: #e60012;
  font-size: 14px;
  font-weight: normal;
}

.line-1-6 {
  line-height: 1.6;
}

.p-5{padding: 50px;}
.pt-0-6{padding-top: 6px;}
.pt-1{padding-top: 10px;}
.pt-1-2{padding-top: 12px;}
.pt-1-5{padding-top: 15px;}
.pt-1-6{padding-top: 16px;}
.pt-1-7{padding-top: 17px;}
.pt-2{padding-top: 20px;}
.pt-2-2{padding-top: 22px;}
.pt-3{padding-top: 30px;}
.pt-4{padding-top: 40px;}
.pt-5{padding-top: 50px;}
.pt-6{padding-top: 60px;}
.pt-7{padding-top: 70px;}
.pt-8{padding-top: 80px;}
.pt-9{padding-top: 90px;}
.pt-10{padding-top: 100px;}
.pt-11{padding-top: 110px;}
.pt-12{padding-top: 120px;}
.pt-13{padding-top: 130px;}
.pt-14{padding-top: 140px;}
.pt-15{padding-top: 150px;}
.pt-16{padding-top: 160px;}
.pr-1{padding-right: 10px}
.pb-0{padding-bottom: 0;}
.pb-1{padding-bottom: 10px;}
.pb-1-2{padding-bottom: 12px;}
.pb-1-4{padding-bottom: 14px;}
.pb-1-6{padding-bottom: 16px;}
.pb-1-8{padding-bottom: 18px;}
.pb-2{padding-bottom: 20px;}
.pb-3{padding-bottom: 30px;}
.pb-4{padding-bottom: 40px;}
.pb-5{padding-bottom: 50px;}
.pb-6{padding-bottom: 60px;}
.pb-7{padding-bottom: 70px;}
.pb-8{padding-bottom: 80px;}
.pb-9{padding-bottom: 90px;}
.pb-10{padding-bottom: 100px;}
.pb-11{padding-bottom: 110px;}
.pb-12{padding-bottom: 120px;}
.pb-13{padding-bottom: 130px;}

.mt_-02{margin-top: -2px;}
.mt-06{margin-top: 6px;}
.mt-08{margin-top: 8px;}
.mt-1{margin-top: 10px;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 30px;}
.mt-4{margin-top: 40px;}
.mt-5{margin-top: 50px;}
.mt-6{margin-top: 60px;}
.mt-7{margin-top: 70px;}
.mt-8{margin-top: 80px;}
.mt-9{margin-top: 90px;}
.mt-10{margin-top: 100px;}
.mt-11{margin-top: 110px;}
.mt-12{margin-top: 120px;}
.mt-13{margin-top: 130px;}
.mt-14{margin-top: 140px;}
.mt-15{margin-top: 150px;}
.mt-16{margin-top: 160px;}
.mr-1{margin-top: 10px;}
.mb-1{margin-bottom: 10px;}
.mb-1-2{margin-bottom: 12px;}
.mb-1-4{margin-bottom: 14px;}
.mb-1-7{margin-bottom: 17px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}
.mb-6{margin-bottom: 60px;}
.mb-7{margin-bottom: 70px;}
.mb-8{margin-bottom: 80px;}
.mb-9{margin-bottom: 90px;}
.mb-10{margin-bottom: 100px;}
.mb-11{margin-bottom: 110px;}
.mb-12{margin-bottom: 120px;}
.mb-13{margin-bottom: 130px;}

.text-success {
  color: #28a745!important;
}
.text-danger {
 color: #dc3545!important;
}
.text-default {
 color: #999999 !important;
}

.text-point {
  color: #1874c3;
}

.btn.primary {
  color: #ffffff;
  background-color: #0055a0;
}

.btn.primary:focus,
.btn.primary:hover {
  color: #ffffff;
  background-color: #123f65;
}

.body-copy,
.sub-copy,
.plus-body-copy,
.content p,
.control a .button {
  word-break: keep-all;
} 
