@charset "UTF-8";

/** setting s **/
/** setting e **/

body {
  margin: 0;
  padding: 0;
}

.bodyFixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

input.copy_url {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
}

#fog {
    display: none;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    padding-bottom: 100%;
}

button, a {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.sr-only {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
}
.container {
    width: 100%;
    margin:0 auto;
    max-width: 750px;
    position: relative;
}

.section {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.section img {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.relative-position {
  position: relative;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-link-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-link-container .top-link-home {
  flex: 5;
}
.top-link-container .top-link-share {
  flex: 2;
}
.btn-half-container {
  padding: 0 11.5%;
}
.btn-one-third-container {
  padding: 0 5.5%;
}
.btn-half {
  flex: 1;
}
.btn-one-third {
  flex: 1;
}

.area_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}

.btn_arrow {
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top:-10px;
    cursor:auto;
    width: 26px;
    height: 19px;
    background: url('../img/btn-arrow.png') no-repeat center;
    background-size: 100%;
    transition: 0.3s;
    transform: rotate(0deg);
    cursor: pointer;
}
.open .btn_arrow {
    transform: rotate(180deg);
}

.footer .tab_caution_head {
  display: block;
}
.footer .tab_caution_head:after,
.footer .tab_caution_content.open:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 1px;
  left: 4%;
  right: 4%;
  bottom: 0;
  /* background-color: #666; */
  z-index: 1;
}
.footer .tab_caution_content {
  position: relative;
}
.footer .tab_caution_content.close {
  display: none;
}
.footer .tab_caution_content.open {
  display: block;
}


/* tab */
.tabType01 .tab {
  position: relative;
  /* padding-bottom: 20px; */
  /* background-color: #b07643; */
}
.tabType01 .tab ul {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  list-style-type: none;
  margin: 0;
  padding: 0 10.7%;
  box-sizing: border-box;
}

.tabType01 .tab li {
  position: relative;
  /* flex: 1; */
  /* margin: 0 10px 20px; */
  margin: 0 1.7%;
}

.tabType01 .tab li a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: transparent;
  box-sizing: border-box;
  border: 0;
}

/* .tabType01 .tab .tabLi01.on a {
  background-image:url("../img/elsdls_content_06_tabmenu_01_on.png");
  background-size:contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.tabType01 .tab .tabLi02.on a {
  background-image:url("../img/elsdls_content_06_tabmenu_02_on.png");
  background-size:contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.tabType01 .tab .tabLi03.on a {
  background-image:url("../img/elsdls_content_06_tabmenu_03_on.png");
  background-size:contain;
  background-position: bottom;
  background-repeat: no-repeat;
} */

/* slide banner- swiper */
.slidebanner-container {
  position: relative;
}
.slidebanner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.slidebannerList .slidebanner {
  cursor: pointer;
}

.slidebanner-wrap .swiper {
  position: relative;
  overflow: hidden;
  padding: 0 16%;
}

.slidebanner-wrap .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slidebanner-wrap .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex: 0 0 auto;
}

.youtube-wrap {
  position: relative;
}
.youtube-banner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.youtube-banner-wrap .swiper {
  position: relative;
  overflow: hidden;
  padding: 0 5.3%;
}
.youtube-banner-wrap .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.youtube-banner-wrap .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex: 0 0 auto;
}

.youtube-dim {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #000; */
  z-index: 1;
  /* padding: 0 7%; */
  padding: 0;
}

/* 팝업창 */
.popup {
  display:none;
  position:absolute;
  width: 90%;
  height:auto;
  margin-left:-45%;
  z-index:50;
  left:50%;
  box-sizing:border-box;
}
.popup .pop_exit {
  width:80px;
  height:85px;
  position:absolute;
  top:-15px;
  right:-15px;
  cursor:pointer;
  background:transparent;
}

/* 팝업 */
.popWrap {
  position: relative;
  max-width: 100%;
}
.popup_img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.btnClose {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-right: -24px;
  /* background: url('../new_img_super365/ico-close.png') no-repeat center; */
  /* background-size: 24px; */
  z-index: 1;
}

/* @media only screen and ( max-width:1920px ){


  .popup {
    width:52vw;
    margin-left:-26vw;
  }
  .popup .pop_exit {
    width:4.7vw;
    height:5vw;
  }
}

@media only screen and ( max-width:750px ){

  .popup {
    width:90vw;
    margin-left:-45vw;
  }
  .popup .pop_exit {
    width: 8vw;
    height: 8.5vw;
  }
} */

