/*-----------------------executive-main-----------------*/
/* base */
.pc{display: block;} .sp{display: none;}
.dltopcon{ padding: 0 50px; box-sizing: border-box; width: 100%;}

/* main */
.mainvsab{width: 100%;}
.mainvsab img{width: 100%; height: auto;}

/* read */
.secread{ max-width: 100%; text-align: center; margin-top: 60px;}
.secTit{ font-size: 36px; text-align: center; line-height: 1;  font-weight: 600;}
.secreadtxt{max-width: 840px; margin: 0 auto; padding: 40px 0 30px; color: #444;}

/* prfLists */
.prfLists li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 90px;
}
.prfLists li img{width: 100%;}
.prfLists li dl{margin: 24px 0 18px;}
.prfLists li dt{font-size: 26px; font-weight: 600; line-height　　: 1;}
.prfLists li dd{line-height: 1; margin-top: 5px;}

/* nav */
.selectNav{width: 760px; margin: 70px auto 50px; font-size: 0; text-align: center;}
.selectNav li{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;}
.selectNav li.active{opacity: 0.6;}    
.selectNav li dl{text-align: center; line-height: 1;}
.selectNav li dt{font-size: 20px; padding: 0 50px; line-height: 19px; border-left: 1px solid #000}
.selectNav li:last-child dt{border-right: 1px solid #000;}
.selectNav li dd{font-size: 12px; margin-top: 10px; font-weight: normal;}

/* contact */
.contactLink li a{background: #f2f2f2;
	color: #000;
    width: 100%;
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    font-weight: bold;}
.contactLink li a:hover{background: #000; color: #FFF;}
.contactLink { max-width: 571px; margin: 0 auto; margin-bottom: 95px;}
.contactLink ul{display: flex; justify-content: space-between;}
.contactLink li {width: 274px;}
.contactLink li a:after{ content:""; display: inline-block; width: 6px; height: 5px; background: url(/assets/img/professional/ar.png) left center no-repeat; background-size: contain; vertical-align: middle; position: absolute; right: 20px; top: 23px;}
.contactLink li a:hover:after{ background:url("/assets/img/professional/ar_w.png") left center no-repeat; background-size: contain;}


@media screen and (max-width: 767px){
	/* base */
	.pc{display: none;} .sp{display: block;}
	.dltopcon{ padding: 0; margin-top: 27px; box-sizing: border-box; width: 100%;}
	.containerSp{padding: 0 24px;}
	
	/* main */
	.mainvsab{width: 100%;}

	/* read */
	.secread{ max-width: 100%; text-align: center; margin-top: 55px;}
	.secTit{ font-size: 36px; text-align: center; line-height: 1;  font-weight: 600;}
	.secreadtxt{max-width: 100%; margin: 0 auto; padding: 30px 0 30px; color: #444;}

	/* prfLists */
	.prfLists{margin-bottom: 60px;}
	.prfLists li {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    box-sizing: border-box;
	    padding: 0 12px;
	    margin-bottom: 30px;
	}
	.selectNav li.active{opacity: 1;}    
	.prfLists li:last-child{margin-bottom: 0;}
	.prfLists li img{width: 100%; vertical-align: bottom;}
	.prfLists li dl{margin: 24px 0 18px;}
	.prfLists li dt{font-size: 26px; font-weight: 600; line-height:1;}
	.prfLists li dd{line-height: 1; margin-top: 5px;}

/* nav */
.selectNav{width: 100%; margin: 10px auto 50px; font-size: 0; border: 1px solid #000; position: relative;}
.selectNav li{
    display: block;
    font-size: 18px;
    font-weight: 600;
    cursor: default;
	box-sizing: border-box;
	padding: 20px 20px 20px 18px;
	position: relative;
    }
.selectNav:before{content:''; width: 8px; height: 7px; position: absolute; right:18px; top: 27px; background: url(/assets/ld/img/artgallery/btn_open.png) right top / 8px 7px no-repeat;}
.selectNav.open:before{background: url(/assets/ld/img/artgallery/btn_open.png) right top / 8px 7px no-repeat; transform: rotateZ(180deg);}
.selectNav li.tab{display: none;}
.selectNav li.tab.active{display: block;}
.selectNav li.tab.open{display: block;}     

.selectNav li dl{text-align: left; line-height: 1; font-size: 0;}
.selectNav li dt{font-size: 20px; padding: 0; line-height: 1; border-left: none; display: inline-block;}
.selectNav li dd{font-size: 12px; margin-top: 0; display: inline-block; margin-left: 10px;}
.selectNav li:last-child dt{border-right:0;}

	/* contact */
	.contactLink li a{background: #f2f2f2;
		color: #000;
	    width: 100%;
	    display: block;
	    position: relative;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    font-weight: 600;
	    font-weight: bold;}

	.contactLink { max-width: 100%; margin: 0 auto; padding: 0 34px; box-sizing: border-box; margin-bottom: 58px;}	
    .picklistWrapp{ position: relative;}
    .contactLink ul{display: block;}
	.contactLink li {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 0;
	    display: inline-block;
	    margin-bottom: 20px;
	}
	.contactLink li:first-child{margin-bottom: 24px;} 
}


/* classic */

.mainvsab ul{ width: 100%;}

.mainvsab .slick-slide {
    transform: translateX(0);
}

.mainvsabbutton {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mainvsab .slick-dots li {
    display: inline-block;
    margin: 0;
    width: 3px;
    height: 3px;
    margin-right: 10px !important;
}


.mainvsab .slick-dots {
    text-align: right;
    bottom: 20px;
    right: 20px;
    left: auto;
}

.mainvsab .slick-dots li button:before {
    content: "";
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background: #727272;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.picklistWrapp{ position: relative; margin-bottom: 145px;}
.selectNav li{ cursor: pointer;}
.pickList {
    padding: 30px 50px 0 100px;
    box-sizing: border-box;
    margin-bottom: 75px;
    position: relative;
}
 .tit_np{ font-size: 28px; font-weight: 600; margin-top: 50px;}
.pickliimg img{ width: 100%; height: auto;}
.showListCon{ padding: 0 40px; position: relative}
.showListCon dl{ text-align: center}
.showListCon dt {
font-size: 12px;
font-weight: 600;
 margin-bottom: 0px;
}

.showListCon dd{ font-size: 12px; line-height: 14px;}
.specTtxt{ padding-top: 10px;}
.showListCon .rinkbtn{  position: absolute;
right: 25px;
bottom: 18px;}

.itemsslide .slick-next{  font-size: 0; background: url("/assets/img/top/arrow_pick.png") left top no-repeat; background-size: cover; width: 37px; height: 30px; position: absolute; top: 50%; left: auto; right: 0; z-index: 100; transform: scale(-1, 1); border: none;}

.itemsslide .slick-prev{  font-size: 0; background: url("/assets/img/top/arrow_pick.png") left top no-repeat; background-size: cover; width: 37px; height: 30px; position: absolute; top: 50%; left: -40px; z-index: 100; border: none;}

.showsList{ padding: 20px 55px;}
.slick-slide{ transform: translateX(-95px)}

.picllistWin{ width: 100%; height: auto; left: 0; top: 0; }
  .content {
    position: absolute;
      opacity: 0;
      transition: all 0.7s ease-out;
        
  }
  .content.show {
    display: block;
      opacity: 1;
      position: relative;
    
  }
  
@media screen and (max-width: 767px){ 
	.mainvsab .slick-dots{text-align: center; bottom: -24px; right: 0;}
	.pickList {padding: 30px 0 0 0;}
    .slick-slide{ transform: translateX(0)}

}