@media only screen and (max-width:899px) and (min-width:280px){
  section h2 {
    font-size: var(--bis-font-size-25);
  }
  section.section01 {
    position: relative;
    height: 580px;
  }

  section.section02 {
    width: 90%;
    margin: 0px auto 0;
  }
  section.section02 h2 {
    margin: 30px 0;
  }
  section.section02 .tab {
    width: 100%;
    height: 52px;
    margin: 0 auto;
  }
  section.section02 .tab > ul > li {
    float: left;
    width: 33%; line-height: 45px;
    margin-left: -1px;
  }
  section.section02 .tab > ul li.tablinks.active {
    width: 34%;
    margin: 0 -1px;
  }

  /* Tab Travel */
  .travel-list {
    margin-top: 10px;
  }
  .travel-list li {
    margin: 0 0 0px 5%;
  }
  .travel-list li:nth-child(1), .travel-list li:nth-child(2) {
    margin-bottom: 30px;
  }
  .travel-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .travel-list li .travel-box figure {
    position: relative;
    height: 108px;
  }
  .travel-list li .travel-box figure img {
    height: 108px;
  }
  .travel-list li:hover .travel-box figure:after {
    display: none;
  }
  .travel-list li:hover .travel-box figure .view-more {
    display: none;
  }
  .travel-list li .travel-box .text-cont h3 {
    font-size: 1rem; line-height: 120%;
  }
  .travel-list li .text-cont p {
    font-size: var(--bis-font-size-15);
    line-height: 120%; height: 28px;
    overflow: hidden;
  }
  .travel-list li .tag-wrap {
    margin-top: 10px;
  }
  .travel-list li .tag-wrap button.keyword {
    margin: 0 0 3px 1.5%;
  }
  .travel-list li .tag-wrap button.keyword:first-child {
    margin-left: 0%;
  }
  .keyword {
    padding: 0 5%;
  }

  /* Tab Card */
  .card-list {
    margin-top: 10px;
  }
  .card-list li {
    margin: 0 0 10px 5%;
  }
  .card-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .card-list li .card-box figure {
	height: auto;
  }
  .card-list li:hover .card-box figure:before {
    display: none;
  }
  .card-list li .card-box .card-box-cont {
    height: 100px;
  }
  .card-list li .card-box .card-box-cont h3 {
    padding-left: 5%;
  }
  .card-list li .card-box .card-box-cont p {
    padding: 5px 5% 0 5%;
	line-height: 140%
  }
  /* Tab insurance */
  .insurance-list {
    margin-top: 10px;
  }
  .insurance-list li {
    margin-bottom: 10px;
  }
  .insurance-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .insurance-list li .insur-box figure {
    height: 120px;
  }
  .insurance-list li .insur-box figure img {
    height: 120px;
  }
  .insurance-list li:hover .insur-box figure:after {
    display: none;
  }
  .insurance-list li:hover .insur-box figure .view-more {
    display: none;
  }
  .insurance-list li .insur-box .insur-box-cont {
    margin-top: 10px;
  }
  .insurance-list li .insur-box .insur-box-cont span.insurance {
    line-height: 23px;
    padding: 5px 10px;
  }
  .insurance-list li .insur-box .insur-box-cont h3 {
    letter-spacing: -.125rem;
  }
  .insurance-list li .insur-box .insur-box-cont p {
    height: 30px;
    overflow: hidden;
  }

/******************************************************************
              Editor’s pick style 
************************/
  section.section03 {
    width: 90%;
    margin: 50px auto 0;
  }
  .pick-list {
    margin-top: 10px;
  }
  .pick-list li {
    margin: 0 0 10px 5%;
  }
  .pick-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .pick-list li .pick-box {
    display: inline-block;
  }
  .pick-list li .pick-box figure {
    height: 200px;
  }
  .pick-list li .pick-box figure img {
    width: auto; height: 100%;
  }

  .pick-list li .pick-box .pick-box-cont {
    top: 20px;
    padding: 0 10%;	
	text-align: center;
  }
  .pick-list li .pick-box .pick-box-cont span.area-box {
    font-size: var(--bis-font-size-15);
    padding: 5px 10px;
    border-radius: 3px;
  }
  .pick-list li .pick-box .pick-box-cont h3 {
    font-size: var(--bis-font-size-22);
    padding-top: 15px;
  }
  .pick-list li .pick-box .pick-box-cont .tag {
    margin-top: 15px;
  }
  .pick-list li .pick-box .pick-box-cont .tag a.tag-box-link {
    font-size: .55rem;
    margin-right: 2%;
  }


/******************************************************************
              Ulife 추천코스 style 
************************/
  section.section04 {
    width: 90%;
  }
  .course-list {
    padding: 20px 0px 0;
  }
  ul.course-list > li {
    margin-bottom:10px; margin-left: 5%;
  }
  .course-list > li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .course-list li .course-box {
    position: relative;
    padding: 8px;
  }
  .course-list li .course-box figure {
    position: relative;
    height: 90px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
  }
  .course-list li .course-box figure img {
    width: 100%;
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
  }
  .course-list li .course-box .course-box-list h3 {
    margin-top: 10px;
	height: 20px;
    overflow: hidden;
  }
  .course-list li .course-box .course-box-list p {
    padding-top: 2px;
	height: 33px;
    overflow: hidden;
  }
  .course-list li .course-box .tag-box-list {
    margin: 15px 0 0; padding: 10px 0 0;
	height: 30px;
    overflow: hidden;
  }
  .course-list li .course-box .tag-box-list a.tag-box-link {
    margin-top: 0px; margin-bottom:5px;
  }
  .course-list li .course-box .user-box-list {
    margin: 10px 0 0;
    padding: 10px 0 10px;
  }
  .course-list li .course-box .user-box-list > ul > li span.user-profile {
    width: 32px; height: 32px;
  }
  .course-list li .course-box .user-box-list > ul > li span.user-id {  
    display: none;
    line-height: 22px; height: 22px;
    padding-top: 7px; padding-left: 5%;
    overflow: hidden;
  }
  .course-list li .course-box .user-box-list > ul > li:last-child {
    float: right; text-align: right;
  }
  .course-list li .course-box .user-box-list > ul > li.icon-like {
    float: right;
    position: relative;
    padding: 5px 0 0 5%;
  }
  .course-list li .course-box .user-box-list > ul > li.icon-like:after {
	display: none;
  }


/******************************************************************
              Banner style #01
************************/
  section.section05 {
    display: block;
    width: 100%;
	margin-top: 20px;
  }
  section.section05 .banner-travel {
    height: auto;
  }
  section.section05 .banner-travel .PcVer {
    display: none;
  }
  section.section05 .banner-travel .MobileVer {
    display: block;
	border-radius: 0px;
  }
  section.section05 .banner-travel .MobileVer img {
	height: 100%; width: 100%;
  }


/******************************************************************
              Card 추천 Top 50 style 
************************/
  section.section06 {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
  .card-md-list {
    padding-top: 10px;
  }
  .card-md-list li {
    padding-top: 0px;
  }
  .card-md-list li:nth-child(4n+1) {
    margin-left: 0px;
  }
  .card-md-list li figure {
    height: auto;
  }
  .card-md-list li figure img {
    border-radius: 5px;
  }
  .card-md-list li .card-md-box .md-cont {
    height: 70px;
    margin-top: 10px;
  }
  .card-md-list li .card-md-box .md-cont h3 {
    font-size: var(--bis-font-size-15);
    padding: 10px 0 0 10px;
	height: 30px; width: 85%;
	overflow: hidden;
  }
  .card-md-list li .card-md-box .md-cont h3:after {
	top: 12px;
    width: 35px; height: 35px;
  }


/******************************************************************
              Banner style #02
************************/
  section.section07 {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
  section.section07 > ul.PcVer {
    display: none;
  }
  section.section07 > ul.MobileVer {
    display: block;
  }
  section.section07 > ul > li {
    clear: left;
    width: 100%;
    margin-left: 0%;
  }
  section.section07 > ul > li:first-child {
    margin-bottom: 10px;
  }


/******************************************************************
              Content Area style 
************************/
  section.section08 {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
  .content-list li {
    margin: 10px 0 0 5%;
  }
  .content-list li:nth-child(2n+1) {
    margin-left: 0px;
  }
  .content-list li .content-box figure {
    height: 94px;
  }
  .content-list li:hover .content-box figure .view-more,
  .content-list li:hover .content-box figure:after {
    display: none;
  }
  .content-list li .content-box .content-box-cont {
    margin-top: 10px;
  }
  .content-list li .content-box .content-box-cont h3 {
    font-size: var(--bis-font-size-18);
    margin-top: 10px; line-height:140%;
	height: 23px; overflow: hidden;
  }
  .content-list li .content-box .content-box-cont p {
    font-size: var(--bis-font-size-15);
    line-height: 140%;
    margin-top: 5px;
    height: 33px;
    overflow: hidden;
}


/******************************************************************
              insurance Area style 
************************/
  section.section09 {
    display: block;
    width: 90%;
    margin: 50px auto 0;
  }
  section.section09 .insurance-box-body {
    padding: 10px 5% 15px;
    padding-left: 5%;
  }
  section.section09 .insurance-box-body .tab-menu-area {
    clear: left;
    width: 100%;
	height: 80px;
  }
  .tab-menu-area > ul > li {
    float: left;
	width: 32%;
	margin-left:2%;
  }
  .tab-menu-area > ul > li:first-child {
	margin-left:0%;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label {
    font-size: var(--bis-font-size-15); letter-spacing: -.025rem;
    line-height: 120%;
    padding: 0px 0;
    border-bottom: 0px;
  }
  section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(1):checked ~ .tab-menu-area ul li:nth-child(1) > label span:before, section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(2):checked ~ .tab-menu-area ul li:nth-child(2) > label span:before, section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(3):checked ~ .tab-menu-area ul li:nth-child(3) > label span:before {
    top: 0px; left: 50%;
	transform: translate(-50%, -0%);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: var(--bis-font-size-12);
    line-height: 100%;
  }
  section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(1):checked ~ .tab-menu-area ul li:nth-child(1) > label, section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(2):checked ~ .tab-menu-area ul li:nth-child(2) > label, section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(3):checked ~ .tab-menu-area ul li:nth-child(3) > label {
    font-size: var(--bis-font-size-15); line-height:120%;
    padding-top: 35px;
	cursor: pointer;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label span.traveler:before {
    content: "여행자 보험";
	width: 50px;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label span.enterprise:before {
    content: "기업 보험";
	width: 42px;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label span.pet:before {
    content: "펫보험";
	width: 30px;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label:after {
    top: 28px; right: 0%; left: 50%;
    width: 20px; height: 20px;
    background: url(../images/common/icon-arrow-blue.png) center no-repeat;
    background-size: 10px 10px;
	transform: translate(-50%, -0%) rotate( 90deg );
  }

  section.section09 .insurance-box-body .tab-body-area {
    clear: left;
    width: 100%; height: 350px;
    margin-left: 0px;
    border-radius: 5px;
	overflow: hidden;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner01 {
    background: #E2E5FF url(../images/main/insurance-tab-image-01.png) no-repeat;
    background-size: 150%; background-position: -130px 150px;
    width: 100%; height: 100%;
    padding-left: 0%;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner02 {
    background: #E2FFFF url(../images/main/insurance-tab-image-01.png) no-repeat;
    background-size: 150%; background-position: -130px 150px;
    width: 100%; height: 100%;
    padding-left: 0%;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner03 {
    background: #FCFCEE url(../images/main/insurance-tab-image-01.png) no-repeat;
    background-size: 150%; background-position: -130px 150px;
    width: 100%; height: 100%;
    padding-left: 0%;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont h2 {
    padding: 20px 5% 0;
    width: 90%;
    font-size: var(--bis-font-size-22);
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont p {
    padding-top: 15px; margin:0 auto;
    width: 90%;
    font-size: var(--bis-font-size-15); line-height: 140%;
  }


/******************************************************************
              insurance Area style 
************************/
  section.section10 {
    display: block;
    width: 90%;
    margin: 50px auto 100px;
  }
  section.section10 .new-service-area .new-box-list {
    display: block;
    width: 100%;
  }
  .new-box-list > ul > li {
    padding: 10px 5%;
  }
  .new-box-list > ul > li:first-child {
    width: 60%;
  }
  .new-box-list > ul > li a {
    display: block;
	height: 30px;
	line-height: 140%;
	overflow: hidden;
  }
  section.section10 .new-service-area .service-box-list {
    display: block;
    width: 100%;
	margin: 20px 0 0 0;
  }
  section.section10 .new-service-area .service-box-list > ul > li {
    margin:10px 0 0 5%;
  }
  section.section10 .new-service-area .service-box-list > ul > li:nth-child(2n+1) {
    margin-left:0%;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle {
    width: 136px;
    height: 106px;
    padding: 30px 0 0 0;
  }


/******************************************************************
              Footer Area style 
************************/
  footer {
    position: relative;
  }
  footer .foot-area {
    width: 90%;
    margin: 0 auto;
  }
  footer .foot-area .foot-add-area {
    width: 100%;
    clear: left;
  }
  footer .foot-area .foot-add-area ul li {
    font-size: var(--bis-font-size-15);
  }
  footer .foot-area .foot-add-area ul li span {
    display: block;
  }
  footer .foot-area .foot-add-area ul li span:after {
    display: none;
  }
  footer .foot-area .foot-add-area ul li.copyright {
    padding-top: 7px;
  }
  footer .foot-area .foot-customer-area {
    position: relative;
    width: 100%;
    padding-top: 10px;
    clear: right;
    text-align: left;
  }
  footer .foot-area .foot-customer-area ul li {
    padding-top: 0px;
    font-size: var(--bis-font-size-15);
  }
  footer .foot-area .foot-customer-area ul li:nth-child(2) {
    margin-top: 3px;
  }
  footer .foot-menu {
    display: block;
    margin: 20px auto 0;
    border-top: 1px solid var(--bis-color-gray);
    width: 90%;
  }
  footer .foot-menu ul li {
    float: left;
    font-size: var(--bis-font-size-12);
    margin: 15px 0;
    margin-left: 5%;
  }
  footer .foot-menu ul li:last-child {
    position: absolute; bottom: 60px; right: 5%;
	width: 103px;
  }
  footer .foot-menu ul li span {
    position: relative;
    width: 46px; height: 46px;
    margin-left: 8px;
  }
  footer .foot-menu ul li:last-child a:first-child span {
    margin-left: 0px;
  }
  footer .foot-menu ul li span.kakao:after{
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 22px; height: 22px;
    margin: 0px;
  }
  footer .foot-menu ul li span.naver-band:after {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 23px;
    margin: 0px;
  }

}



/********************************************************* 320 해상도 */

@media only screen and (max-width:359px) and (min-width:320px){
  .insurance-list li .insur-box figure {
    height: 100px;
  }
  .insurance-list li .insur-box figure img {
    height: 100px;
  }

  .pick-list li {
    margin-bottom: 5px;
  }
  .pick-list li .pick-box figure img {
    width: auto; height: 215px;
  }
  .pick-list li .pick-box .pick-box-cont span.area-box {
    font-size: var(--bis-font-size-12);
  }
  .pick-list li .pick-box .pick-box-cont h3 {
    font-size: var(--bis-font-size-18);
  }
  .pick-list li .pick-box .pick-box-cont .tag {
    margin-top: 15px;
  }
  
  .card-md-list li figure img {
    height: 106px;
    border-radius: 5px;
  }
  .content-list li .content-box figure img {
    height: 94px;
  }
}

/********************************************************* 360 해상도 */
@media only screen and (max-width:374px) and (min-width:360px){
  .insurance-list li .insur-box figure {
    height: 120px;
  }
  .insurance-list li .insur-box figure img {
    height: 120px;
  }

  .pick-list li .pick-box figure {
    height: 240px;
  }  
  .pick-list li .pick-box .pick-box-cont {
    top: 50px;
  }
  .pick-list li .pick-box .pick-box-cont span.area-box {
    font-size: var(--bis-font-size-12);
  }
  .pick-list li .pick-box .pick-box-cont h3 {
    font-size: var(--bis-font-size-18);
  }
  .pick-list li .pick-box .pick-box-cont .tag {
    margin-top: 15px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle {
    width: 154px;
    height: 126px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle i {
    margin-top: 15px;
  }
}

/********************************************************* 375 해상도 */
@media only screen and (max-width:389px) and (min-width:375px){
  .insurance-list li .insur-box figure {
    height: 120px;
  }
  .insurance-list li .insur-box figure img {
    height: 120px;
  }

  .pick-list li .pick-box figure {
    height: 240px;
  }  
  .pick-list li .pick-box .pick-box-cont {
    top: 50px;
  }
  .pick-list li .pick-box .pick-box-cont span.area-box {
    font-size: var(--bis-font-size-12);
  }
  .pick-list li .pick-box .pick-box-cont h3 {
    font-size: var(--bis-font-size-18);
  }
  .pick-list li .pick-box .pick-box-cont .tag {
    margin-top: 15px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle {
    width: 160px;
    height: 130px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle i {
    margin-top: 16px;
  }
}

/********************************************************* 390 해상도 */
@media only screen and (max-width:399px) and (min-width:390px){
  .insurance-list li .insur-box figure {
    height: 120px;
  }
  .insurance-list li .insur-box figure img {
    height: 260px;
  }
  .pick-list li .pick-box figure {
    height: 260px;
  }
  .pick-list li .pick-box .pick-box-cont {
    top: 50px;
  }
  .pick-list li .pick-box .pick-box-cont h3 {
    font-size: var(--bis-font-size-22);
	letter-spacing: -.105rem;
  }
  .pick-list li .pick-box .pick-box-cont .tag {
    margin-top: 15px;
  }
  .course-list li .course-box figure {
    height: 110px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle {
    width: 166px;
    height: 136px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle i {
    margin-top: 16px;
  }
}


/********************************************************* 400~413 해상도 */
@media only screen and (max-width:413px) and (min-width:400px){
  .insurance-list li .insur-box figure {
    height: 120px;
  }
  .insurance-list li .insur-box figure img {
    height: 120px;
  }

  .pick-list li .pick-box figure img {
    width: auto; height: 270px;
  }

  section.section10 .new-service-area .service-box-list > ul > li .circle {
    width: 177px;
    height: 147px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle i {
    margin-top: 20px;
  }
  .pick-list li .pick-box figure {
    height: 260px;
  }
  .pick-list li .pick-box .pick-box-cont {
    top: 60px;
  }
}


/********************************************************* 4413~415 해상도 */
@media only screen and (max-width:499px) and (min-width:414px){
  .insurance-list li .insur-box figure {
    height: 120px;
  }
  .insurance-list li .insur-box figure img {
    height: 120px;
  }

  .pick-list li .pick-box figure {
    height: 270px;
  }
  .pick-list li .pick-box .pick-box-cont {
    top: 50px;
  }
  .course-list li .course-box figure {
    height: 110px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle {
    width: 177px;
    height: 147px;
  }
  section.section10 .new-service-area .service-box-list > ul > li .circle i {
    margin-top: 27px;
  }
}

@media only screen and (max-width:699px) and (min-width:500px) {
  section.section01 {
    height: 480px;
  }
  .travel-list li .travel-box figure {
    position: relative;
    height: 140px;
  }
  .travel-list li .travel-box figure img {
    height: auto;
  }
  .card-list li .card-box figure {
    height: 210px;
  }
  .card-list li:hover .card-box figure:before {
    height: 100%;
  }
  .pick-list li .pick-box figure {
    height: 330px;
	overflow: hidden;
    border-radius: 10px;
  }
  .pick-list li .pick-box figure img {
    border-radius: 0px;
  }
  .course-list li .course-box figure {
    height: 145px;
  }
  .card-md-list li figure {
    height: 170px;
	width: 100%;
    border-radius: 10px;
	overflow: hidden;
  }
  .card-md-list li figure img {
    height: 100%;
    border-radius: 0px;
  }
  .content-list li .content-box figure {
    height: 140px;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label {
    text-align: center;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner01 {
    background-position: -190px 100px;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner02 {
    background-position: -190px 100px;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner03 {
    background-position: -190px 100px;
  }
}

@media only screen and (max-width:899px) and (min-width:700px) {
  /********************** 해상도 700 이상 태블릿 css */
  section.section01 {
    height: 680px;
  }
  .travel-list li {
    width: var(--bis-boxList-width-second);
    margin-left: 2%;
  }
  .travel-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .travel-list li .travel-box figure {
    height: 220px;
  }
  .travel-list li .travel-box figure img {
    height: auto;
  }
  .travel-list li .travel-box .text-cont h3 {
    font-size: var(--bis-font-size-22);
    line-height: 120%;
  }
  .travel-list li .text-cont p {
	font-size: var(--bis-font-size-18);
    line-height: 160%;
	height: auto;
    overflow: visible;
  }
  .card-list li {
    float: left;
    width: var(--bis-boxList-width-third);
    margin-left: 2%;
    cursor: pointer;
  }
  .card-list li:nth-child(2n+1) {
    margin-left: 2%;
  }
  .card-list li:nth-child(3n+1) {
    margin-left: 0%;
  }
  .insurance-list li {
    width: var(--bis-boxList-width-second);
    margin-left: 2%; margin-top:10px;
  }
  .insurance-list li:nth-child(1), .insurance-list li:nth-child(2) {
    margin-top: 0px;
  }
  .insurance-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .insurance-list li .insur-box figure {
    height: 220px;
  }
  .insurance-list li .insur-box figure img {
    height: auto;
  }
  .insurance-list li .insur-box .insur-box-cont h3 {
    font-size: var(--bis-font-size-22);
    padding-top: 10px;
  }
  .insurance-list li .insur-box .insur-box-cont p {
    height: auto;
	font-size: var(--bis-font-size-18);
    overflow: visible;
  }

  .pick-list li {
    width: var(--bis-boxList-width-second);
    margin-top: 5px; margin-left: 2%;
  }
  .pick-list li:nth-child(1), .pick-list li:nth-child(2) {
    margin-top: 0px;
  }
  .pick-list li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .pick-list li .pick-box {
    display: block;
    width: 100%;
  }
  .pick-list li .pick-box figure img {
    width: 100%; height: auto;
  }
  .pick-list li .pick-box .pick-box-cont {
    top: 45%;
    padding: 0 10%;
  }
  .pick-list li .pick-box .pick-box-cont h3 {
    font-size: var(--bis-font-size-28);
    padding-top: 20px;
  }
  .pick-list li .pick-box .pick-box-cont .tag {
    margin-top: 25px;
	text-align: left;
	font-size: 100%;
	padding: 0 0px;
  }
  .pick-list li .pick-box .pick-box-cont .tag a.tag-box-link {
    font-size: var(--bis-font-size-15);
    margin-right: 2%;
  }
  .pick-list li .pick-box figure {
    height: 515px;
  }
  ul.course-list > li {
    width: var(--bis-boxList-width-second);
    margin-left: 2%;
  }
  .course-list li .course-box {
    padding: 20px;
  }
  .course-list li .course-box figure {
    height: 210px;
  }
  .course-list li .course-box .course-box-list h3 {
    font-size: var(--bis-font-size-22);
    margin-top: 30px;
	height: auto;
  }
  .course-list li .course-box .course-box-list p {
    font-size: var(--bis-font-size-18);
    line-height: 140%;
    padding-top: 10px;
	height: auto;
    overflow: visible;
  }
  .course-list li:hover .course-box figure .view-more {
    display: none;
  }
  .course-list li:hover .course-box figure:after {
    background-color: rgba(0, 0, 0, .0);
  }
  .course-list li .course-box .tag-box-list {
    height: 32px;
  }
  .course-list li .course-box .tag-box-list a.tag-box-link {
    font-size: var(--bis-font-size-15);
  }
  .card-md-list li {
    padding-top: 20px;
    width: var(--bis-boxList-width-fourth);
    margin-left: 2%;
  }
  .card-md-list li .card-md-box .md-cont span {
    font-size: var(--bis-font-size-15);
  }
  .card-md-list li .card-md-box .md-cont h3 {
    font-size: var(--bis-font-size-18);
    height: 42px;
  }
  .card-md-list li .card-md-box .md-cont h3:after {
    top: 12px;
    width: 48px;
    height: 48px;
  }
  .content-list li {
    width: var(--bis-boxList-width-second);
    margin-left: 2%; margin-top: 20px;
  }
  .content-list li:nth-child(1), .content-list li:nth-child(2) {
    margin-top: 0px;
  }
  .content-list li .content-box figure {
    height: 220px;
  }
  .content-list li .content-box .content-box-cont span.category {
    font-size: var(--bis-font-size-15);
  }
  .content-list li .content-box .content-box-cont h3 {
    font-size: var(--bis-font-size-22);
    height: auto;
    overflow: visible;
  }
  .content-list li .content-box .content-box-cont p {
    font-size: var(--bis-font-size-18);
    margin-top: 5px;
    height: auto;
    overflow: visible;
  }
  section.section09 .insurance-box-body {
    padding: 25px 5%;
    padding-left: 5%;
  }
  section.section09 .insurance-box-body .tab-menu-area ul li label {
    text-align: center;
    font-size: var(--bis-font-size-18);
  }
  section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(1):checked ~ .tab-menu-area ul li:nth-child(1) > label, section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(2):checked ~ .tab-menu-area ul li:nth-child(2) > label, section.section09 .insurance-box-body input[name=tab-control]:nth-of-type(3):checked ~ .tab-menu-area ul li:nth-child(3) > label {
	font-size: var(--bis-font-size-22);
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner01 {
    background-size: 100%;
    background-position: 0px 90px;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner02 {
    background-size: 100%;
    background-position: 0px 90px;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont.banner03 {
    background-size: 100%;
    background-position: 0px 90px;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont h2 {
    padding: 50px 10% 0;
  }
  section.section09 .insurance-box-body .tab-body-area .tab-cont p {
    padding-top: 20px;
    width: 40%;
	margin: 0 0 0 10%;
    font-size: var(--bis-font-size-18);
    line-height: 140%;
  }
  section.section10 .new-service-area .service-box-list > ul > li {
    margin-left: 2%;
  }
  section.section10 .new-service-area .service-box-list > ul > li:nth-child(2n+1) {
    margin-left: 2%;
  }
  section.section10 .new-service-area .service-box-list > ul > li:first-child {
    margin-left: 0%;
  }
}