#container{
  padding-top: 133px;
}
.m{
  display: none !important;
}

/* section01 */
.section01 .control_wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section01 .dot_con .slick-dots{
  display: flex !important;
  justify-content: center;
  align-items:baseline;
}
.section01 .dot_con{
  margin-right: 18px;
}
.section01 .dot_con .slick-dots li button{
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #9b9b9b;
  border-radius: 100%;
  font-size: 0;
}
.section01 .dot_con .slick-dots li:not(:first-of-type){
  margin-left: 20px;
}
.section01 .dot_con .slick-dots li.slick-active button{
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 16px solid #447df0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-radius: 0;
  margin-top:-2px;
}
.section01 .control_wrap .slick-play{
  width: 11px;
  height: 13px;
  background: url(../img/main/ico_play.png) no-repeat;
  margin-bottom:-3px;
}
.section01 .control_wrap .slick-pause{
  width: 11px;
  height: 13px;
  background: url(../img/main/ico_pause.png) no-repeat;
  margin-bottom:-3px;
}

/* section 공통 */
.section_inner{
  padding: 40px 0;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.section_inner h2{
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

/* section02 */
.section02 .section_inner{
  max-width: 1440px;
  position: relative;
  padding-right: 55px;
  padding-left: 55px;
}
.section02 .slick-slide{
  padding: 0 20px;
}
.section02 .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/main/sec02_prev.png) no-repeat;
  width: 26px;
  height: 44px;
  font-size: 0;
  background-position: 0 0;
}
.section02 .slick-arrow:hover{
  background-position: 0 100%;
}
.section02 .slick-prev {
  left: -35px;
}
.section02 .slick-next {
  right: -35px;
  background-image: url(../img/main/sec02_next.png);
}
.section02 ul li{
  border: 1px solid #dedede;
  position: relative;
}
.section02 ul li .tag{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #dd4341;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
}
.section02 ul li:hover{
  border-color: #186dcf;
}
.section02 ul li .img{
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
.section02 ul li .img img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section02 ul li .img .thumb_api_data{
  width: 60px;
  left: 30px;
  top:10px;
}
.section02 ul li .text{
  padding: 20px;
}
.section02 ul li .text .tit{
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.section02 ul li .text .bottom_text{
  padding-top: 10px;
}
.section02 ul li .text .bottom_text p{
  color :#555;
  font-size: 16px;
}
.section02 ul li .text .bottom_text .flo{
  margin-top: 10px;
  display: inline;
  font-size: 16px;
}
.section02 ul li .text .bottom_text .price{
  font-weight: 800;
  color: #4063ad;
}

/* section03 */
.section03 {
  background: #f3f3f3;
}
.section03 .section_inner{
  display: flex;
  justify-content: space-between;
}
.section03 .section_inner .gowrap{
  display: flex;
  align-items: center;
}
.section03 .section_inner .gowrap .wrap{
  padding: 50px 10px 80px;
  min-width: 294px;
  text-align: center;
}
.section03 .section_inner .gowrap .wrap.type01{
  margin-right: 40px;
}
.section03 .section_inner .gowrap .wrap > p{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.section03 .section_inner .gowrap .wrap > a{
  display: table;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin:65px auto 0;
}
.section03 .section_inner .gowrap .wrap > a span{
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
.section03 .section_inner .gowrap .wrap.type01{
  background: url(../img/main/wrap_img01.jpg) no-repeat;
}
.section03 .section_inner .gowrap .wrap.type02{
  background: url(../img/main/wrap_img02.jpg) no-repeat;
}
.section03 .section_inner .gowrap .wrap > a span::before{
  display: block;
  content: '';
  width: 39px;
  height: 16px;
  background: url(../img/main/ico_go.png) no-repeat;
  background-position: 0 100%;
  margin: 0 auto 15px;
}
.section03 .section_inner .gowrap .wrap > a:hover span{
  color: #48f0ff;
}
.section03 .section_inner .gowrap .wrap > a:hover span::before{
  background-position: 0 0;
}
.section03 .section_inner .gowrap .wrap > a:hover{
  border-color: rgba(72, 238, 253, 0.5);
}
.section03 .section_inner .notice{
  width: 100%;
  margin-right: 40px;
}
.section03 .tab_list-wrap{
  display: flex;
  position: relative;
  border-bottom: 2px solid #6e6e6e;
}
.section03 .tab_click:first-of-type{
  margin-right: 17px;
}
.section03 .tab_click .btn_tab-tit{
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  padding-bottom: 17px;
  display: block;
  margin-bottom: -2px;
  letter-spacing: -0.06em;
}
.section03 .tab_click.current .btn_tab-tit{
  color: #186dcf;
  font-weight: 800;
  border-bottom: 4px solid #186dcf;
}
.section03 .tab_list-wrap .btn_more{
  position: absolute;
  top: -44px;
  right: 0;
}
.section03 .tab_list-wrap .tab_inner{
  position: absolute;
  width: 100%;
  top: 47px;
  left: 0;
}
.section03 .tab_list-wrap .tab_inner .list li{
  padding: 25px 0;
  border-bottom: 1px solid #d6d6d6;
}
.section03 .tab_list-wrap .tab_inner .list li > a{
  display: flex;
  justify-content: space-between;

}
.section03 .tab_list-wrap .tab_inner .list li > a .name::before{
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background: #595959;
  margin: 0 9px 4px 0;
}
.section03 .tab_list-wrap .tab_inner .list li > a:hover .name{
  text-decoration: underline;
}
.section03 .tab_list-wrap .tab_inner .list li > a .name{
  color: #333;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 5px;
}
.section03 .tab_list-wrap .tab_inner .list li > a .date{
  color: #5d5d5d;
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
}

/* section04 */
.story_wrap ul{
  display: flex;
}
.story_wrap ul li{
  max-width: 282px;
  flex: 1;
  overflow: hidden;
}
.story_wrap ul li:not(:last-of-type){
  margin-right: 58px;
}
.story_wrap ul li .img_wrap{
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.story_wrap ul li .img_wrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.story_wrap ul li .txt_wrap{
  padding: 15px 0;
}
.story_wrap ul li .txt_wrap p{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  max-width: 100%;
  color: #000;
}
.story_wrap ul li .txt_wrap .date{
  display: block;
  font-weight: 400;
  color: #5d5d5d;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}

.story_wrap ul li:hover .img_wrap::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 8px);
  height:  calc(100% - 8px);
  border: 4px solid #186dcf;
}
/* .story_wrap ul li:hover .img_wrap img{
  transform: scale(1.01);
  transform-origin: top left;
} */
.btn_more{
  width: 22px;
  height: 22px;
  position: absolute;
  background: url(../img/main/btn_more.png) no-repeat;
  top: 65px;
  right: 0;
  background-position: 0 100%;
}
.btn_more:hover{
  background-position: 0 0;
}
.section04 .btn_more{
  top: 44px;
}

@media screen and (max-width: 1340px){
  .section_inner{
    padding: 60px 20px;
  }
  .btn_more{
    right: 20px;
  }
}
@media screen and (max-width: 1250px){
  /* .section03 .section_inner {
    display: block;
  } */
  .section03 .section_inner .gowrap .wrap {
    min-width: 230px;
  }
  .section03 .section_inner .gowrap .wrap.type01 {
    margin-right: 20px;
  }
  .story_wrap ul li:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1024px){
  #container {
    padding-top: 121px;
  }
  .section01 ul li img{
    width: 100%;
  }
  .section01 .dot_con .slick-dots li button {
    width: 12px;
    height: 11px;
  }
  .section01 .dot_con .slick-dots li.slick-active button{
    border-bottom: 12px solid #447df0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .section01 .control_wrap .slick-play {
    width: 9px;
    height: 11px;
    background-size: contain;
  }
  .section01 .control_wrap .slick-pause {
    width: 9px;
    height: 11px;
    background-size: contain;
  }
  .section01 .dot_con .slick-dots li:not(:first-of-type) {
    margin-left: 14px;
  }
  .section01 .dot_con {
    margin-right: 14px;
  }
  .section01 .control_wrap{
    margin-top: 13px;
  }
  .section_inner {
    padding: 40px 20px;
  }
  .section_inner h2{
    font-size: 26px;
    margin-bottom: 20px;
  }
  .section02 ul li .tag{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .section02 ul li .img{
    padding-bottom: 66%;
  }
  .section02 .section_inner {
    padding-right: 48px;
    padding-left: 48px;
  }
  .section02 .slick-arrow{
    width: 19px;
    height: 32px;
    background-size: cover;
  }
  .section02 .slick-slide {
    padding: 0px;
  }
  .section02 ul li .text .bottom_text{
    font-size: 16px;
  }
  .section02 ul li .text .bottom_text .flo{
    margin-top: 5px;
  }
  .section03 .section_inner {
    display: block;
  }
  .section03 .section_inner .gowrap {
    display: block;
    padding-top: 240px;
  }
  .section03 .tab_click .btn_tab-tit{
    font-size: 22px;
    padding-bottom: 12px
  }
  .section03 .tab_list-wrap .tab_inner{
    top: 38px;
  }
  .section03 .tab_list-wrap .tab_inner .list li {
    padding: 15px 0;
  }
  .section03 .tab_list-wrap .tab_inner .list li > a .name{
    font-size: 16px;
  }
  .section03 .tab_list-wrap .tab_inner .list li > a .date{
    font-size: 15px;
  }
  .section03 .tab_list-wrap .tab_inner .list li > a .name::before{
    margin: 0 4px 4px 0;
  }
  .section03 .section_inner .gowrap .wrap {
    min-width: 100%;
  }
  .section03 .section_inner .gowrap .wrap.type01 {
    margin-right: 0;
    background-size: cover;
    margin-bottom: 40px;
  }
  .section03 .section_inner .gowrap .wrap.type02 {
    margin-right: 0;
    background-size: cover;
  }
  .story_wrap ul li{
    width: 50%;
    max-width: none;
  }
  .story_wrap ul li .img_wrap img{
    width: 100%;
  }
  .section04 .btn_more{
    top: 42px;
  }
  .story_wrap ul li:not(:last-of-type) {
    margin-right: 12px;
  }
  .story_wrap ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .story_wrap ul li .txt_wrap p {
    font-size: 16px;
  }
  .story_wrap ul li .txt_wrap .date {
    font-size: 14px;
    margin-top: 7px;
  }
  .section03 .tab_list-wrap .btn_more{
    top: -38px;
  }
}
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  .m{
    display: block !important;
  }
}