@media all and (max-width: 1280px){
  #subVisual {
    margin: 0;
  }
  #subVisual:after {
    display: none;
  }
}
@media all and (max-width: 1199px){
  .wrap {
    min-width: unset;
  }
  #subVisual:after {
    display: none;
  }
  .subContentsWrap .container {
    display: block;
  }
  .subContentsWrap .subLnbWrap {
    width: 100%;
  }
  .subContentsWrap .subLnbWrap .lnbTitleBox,
  .subContentsWrap .subLnbWrap .subLnb {
    display: none;
  }
  #subContents {
    width: 100%;
  }
  .subContentsWrap .subLnbWrap .btnMobileMenu {
    display: block;
    border: 1px solid var(--color-gray02);
    height: 48px;
    line-height: 46px;
    padding: 0 16px;
    background-image: url("/images/terms-arrow.png");
    background-repeat: no-repeat;
    background-position: right 16px center;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1024px){
  
}
@media all and (max-width: 768px){
  #subVisual {
    height: 200px;
  }
}
@media all and (max-width: 767px){
  #mobileAllMenu {
    top: 48px;
    width: 100%;
  }
  .headline01 {
    font-size: 24px;
  }
  .headline02 {
    font-size: 22px;
  }
  .headline03 {
    font-size: 20px;
  }
  .headline04 {
    font-size: 18px;
  }
  .headline05 {
    font-size: 16px;
  }
  .headline06 {
    font-size: 14px;
  }
  .subtitle01 {
    font-size: 14px;
  }
  .p2 {
    font-size: 12px;
  }
  .txt {
    font-size: 14px;
  }
  .dotTxt {
    padding-left: 11px;
  }
  .dotTxt:before {
    top: 5px;
    width: 6px;
    height: 6px;
  }
  .tab ul li a {
    height: 60px;
  }
  #subVisual {
    height: 108px;
  }
  #subVisual .container {
    justify-content: center;
  }
  #subVisual .headline01 {
  	font-size: 20px;
  	text-align: center;
  }
  #subVisual .subtitle02 {
    display: none;
  }
  #subVisual .breadCrumbs {
    display: none;
  }
  .subContentsWrap .container {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .contentsTitleBox {
    height: 70px;
    margin-bottom: 35px;
  }
  .contentsTitleBox p {
    font-size: 18px;
  }
  .subContentsWrap .subLnbWrap .btnMobileMenu {
    font-size: 13px;
  }
  .contentsTable thead th {
    font-size: 14px;
    padding: 10px;
  }
  .contentsTable tbody td {
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .popup .innerWrap {
    left: 20px;
    right: 20px;
    transform: translate(0, -50%);
    width: auto !important;
  }
  .business0601 .txtBoxList .imgTxt ul li {
    display: block;
    overflow: hidden;
  }
  .business0601 .txtBoxList .imgTxt ul li img {
    float: left;
    margin-right: 10px;
  }
  .business0601 .txtBoxList .imgTxt ul li p {
    display: inline;
    font-size: 12px;
  }
}
@media all and (max-width: 640px){
  .calendar .calendarBody div {
  	position: static;
  	flex-direction: column;
  }
  .calendar .calendarBody .marker {
  	position: static;
  	transform: translateX(0);
  }
  .calendar .calendarBody .comment {
    top: auto;
  	left: 10px;
  	right: 10px;
  	width: auto;
  	margin-top: 90px;
  }
  .boardViewBody * {
  	width: auto !important;
  }
}