@CHARSET "utf-8";

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 100;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.eot');
  /* IE9 Compat Modes */
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.woff') format('woff');
  /* �� ������ ���� */
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.woff') format('woff');
  /* �� ������ ���� */
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 600;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.eot');
  /* IE9 Compat Modes */
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.woff') format('woff');
  /* �� ������ ���� */
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 800;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.eot');
  /* IE9 Compat Modes */
  src: url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.otf') format('opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.woff') format('woff');
  /* �� ������ ���� */
}

body * {
  font-family: 'NotoSansKR';
}

body {
  overflow-x: hidden;
}


.contact {
  background: url(../img/bg_sub01_s04.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.contact .tit_sub {
  font-weight: 800;
  font-size: 32px;
  padding: 77px 0 32px;
  text-align: center;
  color: #fff;
}

.contact .list_form ul {
  overflow: hidden;
  width: 915px;
  margin: 0 auto;
}

.contact li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px 0 53px;
  margin: 0 0 35px;
  position: relative;
  float: left;
}

.contact li p {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 39px;
  text-align: right;
  width: 41px;
}

.contact .btn_area {
  padding: 12px 0 20px;
}

.contact li:last-child {
  width: 100%;
}

.contact li .input_style.height {
  height: 156px;
  padding: 10px;
}

.contact .input_style {
  width: 100%;
  height: 39px;
  padding: 0 10px;
  border: 0;
  color: #333333;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: top;
  color: #fff;
  font-weight: 300;
  border-radius: 4px;
  background: #262626;
}

.scroll_down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.scroll_down a {
  position: relative;
  padding-top: 55px;
  color: #fff;
  text-decoration: none;
  font-family: 'GothamHTF';
  font-weight: 300;
  letter-spacing: 1px;
}

.scroll_down a span {
  position: absolute;
  top: 0;
  right: calc(50% - 11px);
  bottom: 25px;
  left: calc(50% - 11px);
  width: 22px;
  border: 1px solid #fff;
  border-radius: 16px;
  height: 46px;

}

.scroll_down a span::before {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  animation: down 1.2s linear infinite;
}

@keyframes down {
  0% {
    opacity: 0;
    top: 8px;
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 38px;
  }
}

@media screen and (max-width: 480px) {}

.header,
.header.height {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}

.header .inner {
  margin: 0 60px;
  position: relative;
  height: 75px;
}



.header .inner h1 {
  display: inline-block;
  padding: 23px 0 0;
}

.header .inner h1 a {
  font-size: 0;
}

.header .inner .info_top {
  position: absolute;
  right: 0;
  top: 23px;
}

.header .inner .info_top li {
  display: inline-block;
  position: relative;
}

.header .inner .info_top li a {
  font-weight: 600;
  font-size: 15px;
  padding: 0 10px;
  display: inline-block;
  line-height: 28px;
  font-family: 'GothamHTF';
  color: #fff;
  font-weight: 600;
}

.header {
  background: url('../img/bg_header2.png') 0 0 repeat-x;
}

.header.on {
  background: transparent;
}

.header.height {
  background: url('../img/bg_header2.png') 0 0 repeat-x;
  border: 0;
}

.header.on .inner h1 a {
  background: url(../img/logo_w.png) 0 0 no-repeat;
}

.header.on .depth2 {
  display: none;
}

.header.on.height .depth2 {
  display: block;
}

.header.height .inner h1 a {
  background: url(../img/logo.png) 0 0 no-repeat;
}

.inner_toon img {
  width: 100%;
}


.menu_quick {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
}

.menu_quick li {
  margin: 0 0 5px;
}

.header .inner .info_top li {
  position: relative;
}

.header .inner .info_top li::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 10px;
  width: 1px;
  height: 10px;
  background: #fff;
}

.header .inner .info_top li:first-child:after {
  display: none;
}


#gnb {
  position: absolute;
  left: 50%;
  top: 28px;
  height: 292px;
  transform: translateX(-50%);
}

#gnb li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  height: 49px;
}

#gnb li a.menu {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamHTF';
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}


.on #gnb li a.menu {
  color: #fff;
}

.height #gnb li a.menu {}

.lang {
  position: absolute;
  right: 22px;
  top: 25px;
  padding: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #dcdcdc;
  padding-bottom: 0;
  padding-left: 20px;
  background: #fff;
}

.lang a {
  display: block;
  font-size: 14px;
  color: #454545;
  padding: 0 17px 16px 0;
  cursor: pointer;
}

.lang .tab {
  background: url(../img/arrow_lang_on.png) 100% 6px no-repeat;
}

.lang .hide {
  display: none;
}

.header.on .lang {
  border: 0;
  background: transparent;
}

.header.on .tab {
  color: #fff;
  background: url(../img/arrow_lang_w.png) 100% 6px no-repeat;
}

.header.on .lang.on,
.header.height .lang {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.header.on .lang.on .tab,
.header.height .lang .tab {
  background: url(../img/arrow_lang_on.png) 100% 6px no-repeat;
}

.btn_search_top {
  position: absolute;
  right: -21px;
  top: 38px;
  background: url(../img/icon_search.png) 0 0px no-repeat;
  width: 21px;
  height: 21px;
  font-size: 0;
}

.header.on .btn_search_top {
  background: url(../img/icon_search_w.png) 0 0px no-repeat;
}

.header.height .btn_search_top {
  background: url(../img/icon_search.png) 0 0px no-repeat;
}

.header.on .btn_search_top:hover,
.header.on .btn_search_top.on,
.btn_search_top.on {
  background: url(../img/icon_search_on.png) 0 0px no-repeat;
}

.lang.on .tab {
  color: #1a9fd9;
}

.search_top {
  display: none;
  width: 393px;
  padding: 7px;
  background: #009fe3;
  position: fixed;
  right: 43px;
  top: 103px;
  z-index: 99999;
}

.search_top .btn_close {
  position: absolute;
  right: 7px;
  top: 15px;
}

#gnb li a.menu {
  position: relative;
  padding: 0 0 30px;
}

#gnb li:hover a.menu {
  border-bottom: 2px solid #ea3355;
}

#gnb ul.depth2 {
  position: absolute;
  top: 58px;
  left: 0px !important;
  margin-left: 0;
  width: 100%;
  padding: 0;
  padding: 1px 3px 15px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#gnb ul.depth2 li {
  text-align: center;
  padding: 0;
  height: auto;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  position: relative
}

#gnb ul.depth2 li a {
  font-size: 13px;

  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.13px;
  text-align: center;
  color: #818996;
  border: none;
  font-size: 14px;
  font-weight: 400;
  display: block;
  font-family: 'GothamHTF';
  padding: 5px 0;
}

#gnb ul.depth2 li a:hover {
  color: #fff
}


.ov {
  overflow: hidden;
}

.slider_main_top,
.slider_main_top li {
  height: 100%;
  height: 100vh;
}

.slider_main_top li {
  background-size: cover !important
}

.mobile {
  display: none !important;
}

.pc {
  display: block !important;
}

.slider_main_top {
  position: relative;
  background: #000;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.sub_song .section4 .inner .cell1 .input_style {
  width: 464px;
}

.sub_song .section4 .inner .cell1 span {
  display: block;
  color: #454545;
  font-size: 13px;
  padding-left: 20px;
  font-weight: 300;
}

.box_input_bottom {
  padding: 15px 3px;
  margin-top: 25px;
  border-top: 1px solid #f1f1f1;
  line-height: 26px;
  color: #454545;
}

.box_input_bottom i {
  font-style: normal;
  margin: 0 10px;
  vertical-align: 1px;
  color: #cccccc;
}

.box_input_bottom .icon_del {
  vertical-align: -2px;
  margin: 0 10px 0 5px;
}

.slider_main_top .bx-wrapper .bx-pager {
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 48px;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  width: 100%;
}

.cell_add h3 {
  background: #090e35;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  border-radius: 5px;
  padding: 22px 22px 22px 346px;
}

.cell_add h3 .tit {
  position: absolute;
  left: 12px;
  top: 21px;
  height: 57px;
  border-right: 1px solid #2f3253;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 25px;
}

.cell_add h3 strong {
  color: #31cbab;
  font-size: 14px;
}

.cell_add h3 p {
  color: #fff;
  font-size: 12px;
  left: 1.5;
  line-height: 1.5;
  font-weight: 300;
  padding: 5px 0 0;
}


.slider_main_top .ment {
  padding-top: 16%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
}

.slider_main_top .ment * {
  color: #fff;
}

.slider_main_top .ment {}

.slider_main_top .ment p.txt1 {
  padding: 0 0 0px !important;
  font-size: 45px !important;
  font-weight: 300 !important;
  line-height: 1.5;
  color: #fff !important;
  font-family: 'NotoSansKR' !important;
}

.slider_main_top .ment p.txt2 {
  padding: 0 0 15px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
}

.slider_main_top .ment p.txt2 img {
  vertical-align: -18px;
}

.slider_main_top .ment p.txt3 {
  font-size: 17px;
  color: #f7f7f7;
  line-height: 1.5;
  font-weight: 200;
  padding: 0 !important;
}



.scroll_down {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 23px;
  text-align: center;
  width: 100%;
  z-index: 999
}


.footer {
  background: #0c0c18;
  border-top: 1px solid #18182c;
  background: #0c0c18 url(../img/bg_logo.png) 125% 0 no-repeat;
}

.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 36px 0 36px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;


}

.footer h1 {
  padding: 0 0 18px;
}

.footer .time {
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 12px;

  font-weight: 300;
  line-height: 1.08;
  text-align: right;

  color: #fff;

}

.footer .time span {
  display: block;
  color: #8c97a5;
  margin: 10px 0 0;
}

.footer strong {
  color: #999999;
  font-weight: 600;
  font-size: 14px;
}

.footer .copy {
  color: #6f6e6e;
  font-weight: 300;
  font-size: 12px;
  padding: 7px 0 0;
  display: block;
  line-height: 20px;
}

.footer .address {
  font-size: 12px;

  font-weight: 200;
  position: relative;
  line-height: 1.08;

  letter-spacing: normal;
  padding-top: 12px;

  text-align: left;
  color: #8c97a5;
  line-height: 24px;
  border-top: 1px solid #18182c;
}

.footer .menu_tail {
  margin: 0 0 10px;
}

.footer .menu_tail li {
  display: inline-block;
  padding: 0 41px 0 0;
  position: relative;
}


.footer .menu_tail li a {
  color: #8c97a5;
  font-weight: 600;
  font-size: 13px;
}

.sub_cont {
  margin: 79px auto 0;
  padding: 40px 0;
}


.box_chart .cell .table_style1 {
  padding: 0 18px;
}


.table_style1 {
  border-bottom: 0;
}

.table_style1 .img_title {
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  display: inline-block;

}

.table_style1 .img_title img {
  width: 40px;
  height: 40px;
}

.table_style1 table {
  width: 100%;
}

.table_style1 table th {
  padding: 13px 0 7px;
  font-size: 12px;
  color: #7e7e7e;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 600;
  line-height: 25px;
}

.table_style1 table td {
  font-weight: 100;
  padding: 8px 5px;
  color: #454545;
  font-weight: 100;
  font-size: 13px;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  height: 50px;
}

.table_style1 table td strong {
  font-weight: 600;
  font-size: 13px;
}

.table_style1 table tr:nth-child(even) {
  background: #f8f8f8;
}

.table_style1.mt {
  margin-top: 44px;
}

.table_style1 table td.subject {
  text-align: left;
}

.table_style1 table td.subject .name {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: 15px;
}

.table_style1 table td span {
  font-size: 15px;
}

.table_style1 table tr td:first-child,
.table_style1 table tr:first-child th:first-child {
  border-left: 0;
}

.table_style1 table tr td:last-child {
  border-right: 0;
}

.table_style1.tp table td {
  padding: 17px 5px;
}

.table_style1 table td a {
  color: #454545;
}

.table_style1 i {
  font-style: normal;
  margin: 0 4px;
  color: #bcbcbc;
  vertical-align: 1px;
}

.table_style1 a.red {
  color: #ff0000;
}

.sub_cont .list_dot li {
  position: relative;
  padding: 0 0 0 9px;
  font-size: 14px;
  color: #2a2d35;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
}

.sub_cont .list_dot li strong {
  font-size: 14px;
  font-weight: 600;
}

.sub_cont .list_dot {
  width: 50%;
  text-align: center;
  float: left;
  overflow: hidden;
  position: relative;
}

.sub_cont .list_dot ul {
  display: inline-block;
}

.sub_cont .list_dot2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 1px;
  height: 87px;
  background: #d4d5d7;
}

span.txt_arrow {
  display: inline-block;
  padding: 0 0 0 15px;
  vertical-align: 1px
}

span.txt_arrow.f0 {
  font-size: 0;
  width: 12px;
  height: 8px;
  padding: 0;
  display: inline-block;
  -webkit-background-size: 10px auto !important;
  background-size: 10px auto !important;
  margin-left: 5px;
}

span.txt_arrow.up {
  background: url("../img/icon_up.png") no-repeat scroll 0 center;
  color: #ff0000 !important;
}

span.txt_arrow.down {
  background: url("../img/icon_down.png") no-repeat scroll 0 center;
  color: #151afb !important;
}


.wrap_bar {
  position: relative;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 2px 0 2px 40px;
}

.wrap_bar .bar {
  height: 10px;
  display: inline-block;
  background: #dcdcdd;
  float: left;
  width: 71px;
  height: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  position: relative;
}

.wrap_bar span {
  display: inline-block;
  font-size: 13px !important;
  color: #454545;
  float: left;
  line-height: 13px;
  margin-left: 5px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}

.wrap_bar span.active {
  color: #3f3f3f;
}

.wrap_bar .bar div {
  background: #22ccab;
  height: 8px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.wrap_bar .bar.red {
  background: #fe3c3d;
}

.btn_area {
  padding: 9px 0 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.btn_style {

  display: inline-block;
  background: transparent;
  text-align: center;
  color: #fff;
  font-weight: 400;
  vertical-align: top;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;

}

.slider_main_top .btn_style {
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  border-radius: 0 25px;
}



.select_style {
  min-width: 100%;
  height: 30px;
  padding: 0 22px 0 6px;
  line-height: 28px;
  font-size: 13px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #747474;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 300;
  background: #18182c url(../img/icon_combo.png) 98% center no-repeat;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;

  height: 48px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.86;
  border: 0;
  letter-spacing: -0.84px;
  text-align: left;
  color: #6d6d79;
  background-color: #18182c;
}

.select_style::-ms-expand {
  display: none;
}

.main .inner {}

.main #section1 {
  padding: 151px 0;
  background: #0c0c18 url(../img/bg_main_1.png) center center no-repeat;
}


.main #section1 .ment * {
  color: #fff;
}

.main #section1 .ment p.txt1 {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ff0050;
  font-family: 'GothamHTF';
  font-size: 17.5px;
  text-align: left !important;
  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.89;

  letter-spacing: 0.88px;

  color: #ff0050;
}

.main #section1 .ment {
  width: 490px;
  float: left;
  text-align: left;
}

.main #section1 .img {
  width: 622px;
  float: left;
}

.main #section1 .ment p.txt1 strong {
  font-size: 18px;
  color: #3eebab;
}

.main #section1 .ment p.txt2 {
  padding: 0 0 15px;
  font-size: 40px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.25;
  letter-spacing: -1.6px;
  text-align: left;
  color: #fff;
}

.main #section1 .ment p.txt2 strong {
  font-size: 49px;
  color: #3eebab;
}

.main #section1 .ment p.txt3 {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.99px;

  text-align: left;
  color: #ccc;

}

a.detail {
  display: inline-block;
  padding: 0 40px 0 0;
  font-size: 14px;
  color: #fff !important;
  font-weight: 300;
  background: url(../img/icon_btn.png) 90% center no-repeat;
  line-height: 1;
  vertical-align: top;
  font-family: 'GothamHTF';
  padding: 0px 50px 0px 28px;

  border-radius: 25.5px;

  border: solid 1px #fff;
  line-height: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-top: 60px;
}

a.detail:hover {
  background-color: #ff0050;
  border-color: #ff0050;
}

body {
  background: #0c0c18;
}

.main .section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}


.sub_cont .section .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}


.sub_cont .ment p.txt1 {
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ff0050;
  font-family: 'GothamHTF';
  font-size: 17.5px;

  font-weight: bold;
  text-transform: uppercase;
  font-stretch: normal;

  font-style: normal;

  line-height: 1.89;

  letter-spacing: 0.88px;

  color: #ff0050;
}

.sub_cont .ment.center {
  text-align: center;
}

.sub_cont .ment p.txt1 strong {
  font-size: 18px;
  color: #3eebab;
}

.sub_cont .ment p.txt2 {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.6px;
  color: #fff;
  padding: 0 0 17px;
}

.sub_cont .ment p.txt2 span { font-size:40px; color: #ff0050; }

.sub_cont .ment p.txt2 strong {
  font-size: 49px;
  color: #3eebab;
}

.sub_cont .ment p.txt3 {
  padding: 0 0 32px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.99px;

  color: #ccc;

}

.sub_cont .ment p.txt3 strong {
  font-weight: 500;
  font-size: 16.5px;
  color: #ff0050;
}


.sub_cont .ment p.txt4 {
  padding: 0 0 52px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.99px;

  color: #fff;


}

.sub_cont .txt_b {
  padding: 60px 0 32px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.64;
  line-height: 1.64;
  letter-spacing: -0.99px;
  text-align: center;
  color: #ccc;

}

.sub_cont .ment p.txt4 strong {
  font-weight: 500;
  font-size: 16.5px;
  color: #ff0050;
}


.sub_cont .ment.right {
  width: 50%;
  float: right;
}

.sub_cont .section .inner {
  padding: 126px 0;
}

.sub_cont.about #section1 .inner {
  background: url(../img/bg_sub0101.png) right center no-repeat;
}

.sub_cont.about #section2 {
  background: url(../img/bg_sub0102.png) 0 center no-repeat;
  background-size: auto 100%;
}

.sub_cont .tab_content .wrap {
  overflow: hidden;
}

.sub_cont .tab_content .wrap .txt {
  width: 747px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 39px 10px 39px;

  border-radius: 15px;
  height: 543px;
  overflow-y: scroll;
  background-color: #18182c;

  font-size: 15px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  line-height: 2;

  letter-spacing: normal;

  text-align: left;

  color: #fff;
}

.sub_cont.about #section4 .img {
  text-align: center;
  padding: 16px 0 0;
  padding: 45px 40px 47px;

  border-radius: 15px;
  background-color: #18182c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  background: #18182c url(../img/bg_map.png) right 0 no-repeat;
}

.sub_cont.about .bg_section3 {
  background: url(../img/bg_sub0103.png) right center no-repeat;
  background-size: cover;
}

.sub_cont.about .list_banner {
  overflow: hidden;
  width: 110%;
}

.sub_cont.about .list_banner li {
  float: left;
  width: 311px;
  height: 239px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 10px;
  text-align: center;
  background: url(../img/bg_sub0104.png) 0 0 no-repeat;
  margin: 0 84px 0 0;
}

.sub_cont.about .list_banner li .icon {
  height: 43px;
}

.sub_cont.about .list_banner li .txt1 {
  font-size: 15px;

  font-weight: 300;
  letter-spacing: -0.3px;
  text-align: center;

  color: #fff;
}

.sub_cont.about .list_banner li .txt2 {


  font-size: 30px;

  font-weight: normal;

  letter-spacing: -0.6px;

  color: #fff;
  padding: 13px 0;
}

.sub_cont.about .list_banner li .txt2 strong {
  font-size: 60px;

  font-weight: 800;


  letter-spacing: -1.2px;

  text-align: center;

  color: #ff0050;
}

.sub_cont.about .list_banner li .txt3 {
  font-size: 13px;

  font-weight: 300;

  letter-spacing: -0.26px;

  text-align: center;

  color: #ff0050;
}

.main #section2 {
  text-align: center;
  padding: 151px 0;
  background: #0c0c18 url(../img/bg_main_2.png) center center no-repeat;
}

.btm_form_box label {
  font-size: 13px;

  font-weight: 300;
  line-height: 3.08;
  letter-spacing: -0.78px;
  text-align: left;

  color: #fff;
}

.btm_form_box label a {
  color: #6d6d78;
  margin-left: 2px;
}

.main .ment p.txt1 {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ff0050;
  font-family: 'GothamHTF';
  font-size: 17.5px;

  font-weight: bold;
  text-transform: uppercase;
  font-stretch: normal;

  font-style: normal;

  line-height: 1.89;

  letter-spacing: 0.88px;

  color: #ff0050;
}

.main .ment {
  text-align: center;
}

.main .ment p.txt1 strong {
  font-size: 18px;
  color: #3eebab;
}

.main .ment p.txt2 {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.6px;
  color: #fff;
}

.main .ment p.txt2 strong {
  font-size: 49px;
  color: #3eebab;
}

.main .ment p.txt3 {
  padding: 0 0 32px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.99px;

  color: #ccc;

}

.main #section3 .ment p.txt3 {
  padding: 30px 0 50px;
}

.main #section3 {
  padding: 80px 0 120px;
  background: #0c0c18;
  -webkit-background-size: cover;
  background-size: cover;
}

.creator .list_pro {
  overflow: hidden;
  width: 105%;
  padding: 154px 0 0;
  padding-left: 0px;
  padding-left: 0px;
}

.creator .list_pro li {
  margin: 0 20px 0 0;
}

.sub_cont.creator {
  padding-top: 0;
  margin: 0;
}

.sub_cont.creator #section1 {
  padding-top: 140px;
  background: url(../img/bg_sub0301.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_cont.creator #section2 {
  padding-top: 140px;
  background: url(../img/bg_sub0302.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


.sub_cont.production {
  padding-top: 0;
  margin: 0;
}

.sub_cont.production #section1 {
  padding-top: 140px;
  background: url(../img/bg_sub0401.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_cont.production #section3 {
  padding-top: 140px;
  background: url(../img/bg_sub0402.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


.sub_cont.production #section2 .list_icon {
  overflow: hidden;
  width: 110%;
  margin: 50px 0 0;
}

.sub_cont.production #section2 .list_icon li {
  width: 324px;
  height: 313px;
  background-color: #141424;
  float: left;
  margin: 0 65px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.sub_cont.production #section2 .list_icon li img {
  width: 100%;
}

.sub_cont.production #section2 .list_icon li .txt1 {
  font-size: 15px;


  line-height: 2.67;
  letter-spacing: -0.3px;
  background-color: #18182b;
  text-align: center;

  color: #ea3355;
}

.sub_cont.production #section3 .list_img {
  overflow: hidden;
  width: 105%;
}

.sub_cont.production #section3 .list_img li {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.sub_cont.production #section2 .list_icon li .txt2 {
  font-size: 13px;

  font-weight: 300;
  padding: 15px 0;
  font-stretch: normal;

  font-style: normal;

  line-height: 1.46;

  letter-spacing: normal;

  text-align: center;

  color: #fff;

}


.sub_cont.creator #section2 .tab_content {
  overflow: hidden;
  padding: 50px 0 0;
}

.sub_cont.creator #section2 .tab_content li {
  float: left;
  margin: 0 15px 15px 0;
}

.sub_cont.creator #section1 .banner a {
  width: 130px;
  height: 43px;
  text-align: center;
  padding: 11px 20px 10px 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 5px 0 0;
  background-color: #fff;
  vertical-align: top;
}

.list_cri {
  overflow: hidden;
  padding: 0 0 58px;
  width: 100%;
  margin-left: 0px;
}

.wrap_s_cri1 {
  position: relative;
}

.s_cri1 {
  position: relative;
}

.wrap_s_cri1 .img_g {
  position: absolute;
  left: 683px;
  top: 3px;
}

.list_cri li {
  width: 25%;
  float: left;
  text-align: center;
}

.list_cri li .txt1 {
  font-size: 15px;

  font-weight: 300;
  letter-spacing: -0.3px;

  text-align: center;
  padding: 16px 0 20px;
  color: #fff;

}

.list_cri li .txt2 {
  font-size: 30px;

  font-weight: 300;

  letter-spacing: -0.6px;
  line-height: 1;

  color: #fff;

}

.list_cri li p.txt2 strong {
  font-size: 60px;
  color: #ff0050;
  font-weight: 600;
}

.list_cri li .txt3 {
  font-size: 13px;

  font-weight: 300;
  padding-top: 15px;
  letter-spacing: -0.26px;

  text-align: center;

  color: #ff0050;
}

.main #section3 .ment {
  padding: 10px 0;
}

.main #section3 .img {}

.main #section3 .bx-controls-direction {
  position: absolute;
  left: 0%;
  top: 100px;
  width: 100%;
}

.bx-controls-direction a {
  display: inline-block;
  width: 58px;
  height: 53px;
  position: absolute;
  font-size: 0;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.list_member {
  position: relative;
}

.bx-controls-direction .bx-prev {
  background: url(../img/main_prev.png) no-repeat;
  left: 20px;
}

.main #section5 {
  height: 394px;
  overflow: hidden;
}

.bx-controls-direction .bx-next {
  background: url(../img/main_next.png) no-repeat;
  right: 20px;
}

#bgvid {
  width: 100%;
}

.root_daum_roughmap .map {
  position: relative;
  width: 100%;
  height: 100%;
}

#daumRoughmapContainer1699854452538 {
  width: 100% !important;
}

.s_cri1 li {
  overflow: hidden;
}

.business .wrap_s_cri1 .bx-viewport {
  height: auto !important;
}

.list_cri2 {
  overflow: hidden;
  width: 105%;
  padding: 34px 0 0;
}

.list_cri2 dl {
  position: relative;
  width: 189px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin: 0 15.5px 23px;
}

.list_cri2 dt {
  position: relative;
}

.list_cri2 dt.video:after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -34px;
  background: url(../img/icon_play.png) 0 0 no-repeat;
}

.list_cri2 dt img {
  width: 189px;
  border-radius: 10px 10px 0 0;
}

.list_cri2 dd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 15px 20px 45px;
  background-color: #18182c;
}

.list_cri2 dd {
  padding: 0 0 0 0px;
  font-size: 13px;
  color: #fff;
  height: 43px;
  text-align: center;
  line-height: 43px
}

.list_cri2 .txt2 {
  font-size: 13px;

  color: #7f8997;
}

.list_cri2 ul {
  overflow: hidden;
}

.wrap_s_cri1 {
  padding: 0 35px;
}

.wrap_s_cri1 .bx-controls-direction a {
  top: 304px;
}

.wrap_s_cri1 .bx-controls-direction .bx-prev {
  background: url(../img/main_prev.png) no-repeat;
  left: 100px;
}

.wrap_s_cri1 .bx-controls-direction .bx-next {
  background: url(../img/main_next.png) no-repeat;
  right: 100px;
}

.wrap_s_cri1 .list_icon {
  overflow: hidden;
}

.wrap_s_cri1 .list_icon li {}


.wrap_s_cri1 .list_icon {
  overflow: hidden;
  width: 110%;
  padding-top: 35px;
}

.wrap_s_cri1 .list_icon dl {
  float: left;
  width: 239px;
  height: 236px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 10px;
  text-align: center;
  background: url(../img/bg_sub010433.png) 0 0 no-repeat;
  margin: 0 44px 0 0;
}

.wrap_s_cri1 .list_icon dl .icon {
  height: 79px;
}

.wrap_s_cri1 .list_icon dl dd {
  font-size: 15px;

  font-weight: 300;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}

.sub_cont #section1 .inner.wrap_s_cri1 {
  background: url(../img/dd.png) 0 0 no-repeat;
}

.wrap_s_cri1 .list_icon li .txt2 {


  font-size: 30px;

  font-weight: normal;

  letter-spacing: -0.6px;

  color: #fff;
  padding: 13px 0;
}

.wrap_s_cri1 .list_icon li .txt2 strong {
  font-size: 60px;

  font-weight: 800;


  letter-spacing: -1.2px;

  text-align: center;

  color: #ff0050;
}

.wrap_s_cri1 .list_icon li .txt3 {
  font-size: 13px;

  font-weight: 300;

  letter-spacing: -0.26px;

  text-align: center;

  color: #ff0050;
}


.sub_cont #section1 .inner.wrap_s_cri1 {
  padding: 45px 209px;
}

.list_member li {
  position: relative;
  width: 260px;
  height: 260px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.list_member .img {
  position: relative;
}

.list_member .img img {
  width: 260px;
  height: 260px;
}

.list_member .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 15px;
}

.list_member .txt1 {
  position: relative;
  padding: 0 0 0 0px;
  position: relative;
  font-size: 13px;

  font-weight: 300;
  letter-spacing: -0.26px;
  margin: 0 0 10px;
  text-align: left;

  color: #ff0050;
}

.list_member .txt .logo {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 2px;
}

.list_member .txt2 {
  font-size: 15px;
  letter-spacing: -0.3px;

  color: #fff;
}

.list_member .btn_area {
  position: absolute;
  right: 15px;
  bottom: 0px;
}

.list_member .btn_area img {
  margin-left: 13px;
}

.main #section4 {
  padding: 0px 0 60px;
}

.list_member .btn_area a:last-child img {
  vertical-align: 2px;
}

.list_member .btn_area a:nth-child(2) img {
  vertical-align: -1px;
}

.main #section4 .tit_l {
  padding: 0 0 35px;

}

.main #section4 {
  padding: 131px 0;
  background: url(../img/bg_main_3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


.main #section6 {
  padding: 80px 0 50px;
  background: #0c0c18;
  -webkit-background-size: cover;
  background-size: cover;
}

.list_form {
  overflow: hidden;
  padding-top: 30px;
}

.list_form ul {
  overflow: hidden;
}

.list_form .input_style {
  height: 48px;

  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;

  font-size: 14px;

  font-weight: 300;

  line-height: 2.86;
  border: 0;

  letter-spacing: -0.84px;

  text-align: left;

  color: #6d6d79;
  background-color: #18182c;
}

.insert_file {
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 13px;
  height: 13px;
  background: url(../img/icon_file.png) 0 0 no-repeat;
  cursor: pointer;
}

.list_form .input_style.height {
  height: 139px;
  line-height: 1.5;
  padding: 15px 15px;
}

.list_form li {
  float: left;
  width: 33.33%;
  padding: 0 13px 13px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.list_form li.point:before {
  content: '*';
  color: #ff0050;
  position: absolute;
  left: 7px;
  top: 13px;
}

.list_pro {
  overflow: hidden;
  width: 105%;
  padding: 34px 0 0;
  padding-left: 30px;
}

.list_pro li {
  position: relative;
  width: 260px;
  height: 536px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin: 0 12.5px 23px;
}

.list_pro .img {
  position: relative;
}

.list_pro .img.video:after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -34px;
  background: url(../img/icon_play.png) 0 0 no-repeat;
}

.list_pro .img img {
  width: 258px;
  height: 458px;
  border-radius: 10px 10px 0 0;
}

.list_pro .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 15px 20px 45px;
  background-color: #18182c;
}

.list_pro .txt1 {
  position: relative;
  padding: 0 0 0 0px;
  position: relative;
  font-size: 13px;

  font-weight: 300;
  letter-spacing: -0.26px;
  margin: 0 0 10px;
  text-align: left;
  font-size: 14px;

  letter-spacing: normal;

  text-align: left;

  color: #fff;
  line-height: 18px;

}

.list_pro .txt .logo {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 2px;
}

.list_pro .txt2 {
  font-size: 13px;

  color: #7f8997;
}

.list_pro ul {
  overflow: hidden;
}

.list_pro .txt .icon {
  position: absolute;
  left: 15px;
  top: 22px;
}

.list_pro .btn_area {
  max-width: 1160px;
}

.btn_style1 {
  font-size: 17px;
  font-weight: 600;
  padding: 0 46px;
  line-height: 49px;
  background: #1ecc8e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}



.list_qa {
  padding: 40px 0 0;
}

.list_qa li {
  background: #f8f8f8;
  line-height: 1.3;
  background: #18182c url('../img/icon_plus.png') 98% 30px no-repeat;
  border-radius: 15px;
  margin: 0 0 16px;
}

.list_qa .item {
  border-top: 1px solid #262647;
  display: none;
  padding: 31px 70px;
  color: #454545;
  font-size: 13px;
  line-height: 1.6;
}

.list_qa .tab {
  display: block;
  padding: 17px 18px;
  color: #454545;
  font-size: 14px;
  cursor: pointer;
  padding: 30px 28px 30px 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16.5px;
  padding: 9px 28px 11px 29px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.5px;

  text-align: left;

  color: #fff;


}

.list_qa .item .txt1 {
  font-size: 17.5px;

  font-weight: 500;

  line-height: 1.54;

  letter-spacing: -0.53px;

  text-align: left;

  color: #fff;

}

.list_qa .item .txt2 {
  font-size: 16.5px;

  font-weight: 200;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.45;

  letter-spacing: -0.5px;

  text-align: left;

  color: #fff;
  padding: 10px 0;

}

.list_qa .item .txt3 {
  font-size: 16.5px;

  font-weight: 300;

  line-height: 1.45;

  letter-spacing: -0.5px;

  text-align: left;

  color: #818996;

}

.list_qa .tab.active {
  background: url('../img/icon_plus.png') 98% center no-repeat;
}

.list_qa .tab .num {
  display: inline-block;
  text-align: center;
  font-size: 21px;

  font-weight: bold;

  line-height: 1.6;

  letter-spacing: -0.63px;

  text-align: left;

  color: rgba(144, 144, 180, 0.2);
}

.list_qa .tab .label {
  display: inline-block;
  line-height: 24px;
  color: #fff;
  font-size: 20px;

  font-weight: 500;
  line-height: 2.9;

  letter-spacing: -0.8px;
  text-align: center;
  color: #ff0050;
  margin: 0 25px 0 10px;
  font-weight: 600;
}

.pager {
  padding: 27px 0 0;
  overflow: hidden;
  text-align: center !important;
}

.pager * {
  line-height: 1 !important
}

.pager li.direction a {
  line-height: 1 !important
}

.pager ol {
  font-size: 0;
  text-align: center !important;
}

.pager li {
  display: inline-block;
  width: 16px;
  margin: 0 2px;
  vertical-align: top;
}

.pager li>a,
.pager li>span,
.pager li.current {
  line-height: 26px;
  height: 26px;
  padding: 0 0;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  font-size: 14.5px !important;
  font-weight: 300;
  color: #a4abb6 !important;
  text-align: center !important;
}

.pager li>a {
  padding: 0;
  margin: 0;
  display: block;
}

.pager li.current a {
  text-align: center !important;
  color: #fff !important;
  vertical-align: middle;
  font-weight: 600;
}

.pager li.prev>a,
.pager li.next>a {
  font-size: 10px;
}

.pager li>a.next:hover {}

.pager li.margin_l {
  margin-left: 10px;
}

.pager li img {
  vertical-align: -3px;
}

.pager li.margin_r {
  margin-right: 10px;
}



.table_style1.list_qa2 table tr:nth-child(2n) {
  background: #fff;
}

.tab_sub,
.tab_sub1 {
  text-align: center;
}

.tab_sub li,
.tab_sub1 li {
  display: inline-block;
}

.tab_sub li a,
.tab_sub1 li a {
  display: block;
  padding: 11px 15px 12px;
  margin: 0 5px;
}

.tab_sub li,
.tab_sub li a,
.tab_sub1 li a,
.tab_sub1 li {
  font-size: 15px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;




  text-align: center;

  color: #fff;
}

.tab_sub li.active {}

.tab_sub li.active a,
.tab_sub1 li.active a {
  border-radius: 4px;
  color: #fff;
  background: rgb(57 74 86 / 0.64);
  border-bottom: 0;
  border-radius: 10px;
}



.insert_file_target {
  display: none;
}

.form_area {
  padding: 0 0 13px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #333333;
  font-size: 13px;
  float: left;
  width: 100%;

}

.input_style:disabled {
  background: #fafafa;
}

.input_style.w265 {
  width: 265px;
}

.input_style.w365 {
  width: 465px;
}

.cl {
  clear: both;
}

.info_top_my_b .btn_style5 {
  height: 30px;
  line-height: 30px;
}


.wrap_section5 {
  position: relative;
  background: url('../img/icon_qa_on.png') 0% center no-repeat;
}

.bg_section5_2 {
  position: relative;
  background: url('../img/about_sec05.png') center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_cont.about #section5 {
  background: url(../img/img_sub0102.png) 0 80% no-repeat;
}

.sub_cont.business #section2 {
  background: url(../img/bg_sub0201.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_cont.business #section1 {
  padding-top: 140px;
}

.sub_cont.business {
  padding-top: 0;
  margin: 0;
}

.sub_cont.business #section1 {
  background: url(../img/bg_sub02011.png) 80% 0 no-repeat;

}

.sub_cont.business #section3 {
  background: url(../img/bg_sub0202.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.sub_cont.business .list_pro {
  overflow: hidden;
  width: auto;
  padding: 34px 0 0;
  padding-left: 0px;
  padding-left: 0px;
  overflow: visible;
  width: 1100px;
  position: relative;
}

.sub_cont.business .list_pro .bx-wrapper {
  margin: 0 0 0 -10px !important;
  overflow: visible;
  max-width: 1200px !important;
}


.sub_cont.business #section4 {
  background: url(../img/bg_sub0203.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: 100% auto;
}

.sub_cont.business #section4 .inner {
  overflow: visible;
}

.sub_cont.business #section4 .bx-controls-direction a {
  top: 280px;
}

.sub_cont.business #section4 .bx-controls-direction .bx-prev {
  background: url(../img/main_prev.png) no-repeat;
  left: -30px;
}

.sub_cont.business #section4 .bx-controls-direction .bx-next {
  background: url(../img/main_next.png) no-repeat;
  right: -30px;
}

.sub_cont.business #section5 .list_icon {
  overflow: hidden;
  border-radius: 15px;

  background-image: linear-gradient(to top, #1e1f32, #18182c);
  padding: 30px;
}

.sub_cont.business #section5 .list_icon ul {
  width: 110%;
  margin-left: -5%;
}

.sub_cont.business #section5 .list_icon li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}

.sub_cont.business #section5 .list_icon li .arrow {
  position: absolute;
  right: 0;
  top: 45%;
}

.sub_cont.business #section5 .list_icon li em {
  font-size: 14px;

  font-weight: 300;

  text-align: center;

  color: #ff0050;

}

.sub_cont.business #section5 .list_icon .icon {
  padding: 10px 0;
}

.sub_cont.business #section5 .list_icon .txt1 {
  font-size: 15px;

  font-weight: 300;

  line-height: 1.47;
  letter-spacing: -0.3px;

  text-align: center;

  color: #fff;
}


/**/
.list_icon_n {
  overflow: hidden;
  border-radius: 15px;
  margin-top: 50px;

  background-image: linear-gradient(to top, #1e1f32, #18182c);
  padding: 30px;
}

.list_icon_n ul {
  width: 110%;
  margin-left: -5%;
}

.list_icon_n li {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}

.list_icon_n li .arrow {
  position: absolute;
  right: 0;
  top: 45%;
}

.list_icon_n li em {
  font-size: 14px;

  font-weight: 300;

  text-align: center;

  color: #ff0050;

}

#tab2 .list_icon_n li {
  width: 16.6%;
}

.list_icon_n .icon {
  padding: 10px 0;
}

.list_icon_n .txt1 {
  font-size: 15px;

  font-weight: 300;

  line-height: 1.47;
  letter-spacing: -0.3px;

  text-align: center;

  color: #fff;
}

.sub_cont.business #section2 ul {
  overflow: hidden;
  width: 110%;
  padding: 35px 0;
}

.sub_cont.business #section2 li {
  border-radius: 20px;
  overflow: hidden;
  float: left;
  position: relative;
  width: 334px;
  height: 290px;
  margin: 0 46px 0 0;
}

.sub_cont.business #section2 li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.sub_cont.business #section2 li:hover .txt_top {
  display: none;
}




.sub_cont.business #section2 li .txt_over {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  background-color: rgb(234 51 85 / 0.82);
}

.sub_cont.business #section2 li .txt_over .icon {
  position: absolute;
  left: 29px;
  bottom: 29px;
}

.sub_cont.business #section2 li .txt_over p {
  height: auto !important;
  padding: 0 0 10px;
  line-height: 1.45;
}

.sub_cont.business #section2 li .txt_over dd {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.48;
  letter-spacing: -0.58px;

  text-align: left;

  color: #fff;
}

.sub_cont.business #section2 li .txt_over dl {
  margin: 0 0 20px;
}

.sub_cont.business #section2 li .txt_over dd:before {
  color: #fff;
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.sub_cont.business #section2 li:hover .txt_over {
  display: block;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  width: 100%;
  transform: translateY(-0%);
  top: 0;
}


.sub_cont.business #section2 li .txt strong {
  font-size: 22px;
  display: block;
  font-weight: 600;

  letter-spacing: -0.88px;
  padding: 0 0 10px;
  color: #fff;
}

.sub_cont.business #section2 li .txt p {
  font-size: 22px;
  font-size: 16.5px;

  font-weight: 200;



  letter-spacing: -0.99px;
  height: 189px;
  text-align: left;

  color: #fff;
}

.sub_cont.about .wrap_section5 {
  padding: 34px 0 49px 30%;
  position: relative;
}

.sub_cont.about .wrap_section5 .img {
  position: absolute;
  left: 60px;
  top: 64px;
  z-index: 999;
}


.sub_cont.about #section5 #tab3 {
  position: relative;
}

.sub_cont.about #section5 #tab3 {
  width: 747px;
  float: right;
}

.sub_cont.about #section5 #tab3 * {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.sub_cont.about #section5 #tab3 .txt {
  padding: 67px 39px 10px 39px;
}

.sub_cont.about #section5 #tab3 .tab_sub2 {
  position: absolute;
  top: 0px;
  left: 39px;
  background-color: #18182c;
  z-index: 99;
  padding-top: 23px;
  width: 100%;
}

.sub_cont.about #section5 #tab3 .tab_sub2 li {
  display: inline-block;
  margin: 0 25px 0 0;
}

.sub_cont.about #section5 #tab3 .tab_sub2 li a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #8a95a3;
  display: block;
  line-height: 1;
  padding: 0 0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_cont.about #section5 #tab3 .tab_sub2 li.active a {
  color: #fff;
  border-bottom: 2px solid #ff0050;
}

.sub_cont.about #section5 #tab3 .list_tit li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: #a4abb6;
  padding: 0 0 15px 60px;
  position: relative;
}

.list_tit li strong {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_cont.about #section5 #tab3 .list_thumb {
  overflow: hidden;
  padding: 0;
}

.sub_cont.about #section5 #tab3 .list_thumb li {
  padding: 1px 0 25px 76px;
  position: relative;
  overflow: hidden;
}

.sub_cont.about #section5 #tab3 .list_thumb li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.sub_cont.about #section5 #tab3 .list_thumb li .cell {
  width: 33.33%;
  float: left;
  line-height: 1.3;
}

.sub_cont.about #section5 #tab3 .list_thumb li .cell1 {
  font-size: 15px;
  font-weight: 300;
  color: #a4abb6;
}

.sub_cont.about #section5 #tab3 .list_thumb li .cell1 strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.sub_cont.about #section5 #tab3 .list_thumb li .cell2 {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.53;
  text-align: center;
  color: #a4abb6;
  padding-top: 20px;
}

.sub_cont.about #section5 #tab3 .list_thumb li .cell3 {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
  color: #a4abb6;
  padding-top: 20px;
}

@media only screen and (min-width : 1000px) {
  .menu_aside {
    display: none !important;
  }
}

@media only screen and (max-width : 1628px) {

  #gnb {
    left: 248px;
    transform: translateX(0%);
  }
}

@media only screen and (max-width : 1100px) {
  .sub_cont.creator #section1 .banner a {
    width: 100px;
    height: 33px;
    text-align: center;
    padding: 7px 20px 7px 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 3px 0 0;

  }

  .sub_cont.creator #section1 .banner a img {
    width: 100%;
  }

  .pop_layer .wrap_write .input_style.w100 {
    width: 80px;
  }

  .pop_layer .wrap_write {
    padding: 15px 0;
  }

  .wrap_cell_n .cell {
    width: auto;
    float: none;
    margin: 0 0 15px;
  }

  .wrap_cell_n .cell img {
    width: 100%;
  }

  .table_style2 .input_style {
    font-size: 12px;
  }

  .pop_layer.center .inner {
    margin: 5%;
  }

  .pop_layer .inner .cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    overflow-y: auto;
  }

  .wrap_pop_n .img,
  .wrap_pop_n .ment {
    float: none;
    margin: 15px auto;
  }

  .wrap_pop_n .ment {
    width: auto;
  }

  .table_style2 table td {
    padding: 8px 9px;
  }

  .wrap_pop_n {
    padding: 0;
  }

  .table_style2 .mt_m {
    margin-top: 5px;
  }

  .table_style2 .input_style.file.w600 {
    width: 60%;
  }


  .table_style2.mb {
    margin: 22px 0 16px;
  }

  .table_style2 table td .txt_gray {
    font-size: 11px;
  }

  .table_style2 table td {
    font-size: 12px;
  }

  .presence .input_style.w600,
  .input_style.w378,
  .input_style.w557,
  .input_style.w346 {
    width: 100%;
  }

  .table_style2 table th {
    font-size: 13px;
    line-height: 150%;
    width: 24%;
    padding: 0 10px;
  }

  .content-body {
    padding: 0 10px;
  }

  .sub_cont .txt1 span {
    font-size: 17px;
  }

  #fullpage #section2 .list_icon {
    width: auto;
  }

  .m_open,
  nav.menu_aside {
    display: none;
  }

  .header .inner .info_top {
    display: none;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  body.on .m_open,
  body.on .header h1 {
    display: none;
  }

  .m_open {
    display: block;
    width: 26px;
    margin-top: 0;
    font-size: 0;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 14px;
    background: transparent;
    border: 0;
    background: url('../img/btn_m_open.png') 0 0 no-repeat;
    background-size: 26px auto;
    cursor: pointer;
    z-index: 999;


  }

  .header {}

  .header .inner h1 img {
    width: 110px;
  }

  .header.on {
    border: 0;
  }

  .on .m_open {
    background: url('../img/btn_m_open.png') 0 0 no-repeat;
    background-size: 26px auto
  }

  .header .inner {
    margin: 0 10px;
  }

  .m_open img {
    width: 100%;
  }

  .menu_aside .top_n {
    line-height: 65px;
    padding: 0 10px;
    color: #fff;
    position: relative;
  }

  .menu_aside .top_n .wrap_btn {}

  .header #gnb {
    display: none !important;
  }

  .menu_aside .top_n .wrap_btn .btn_style {
    background: #fff;
    width: 72px;
    line-height: 33px;
    color: #000;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 1px;
  }

  .m_menu .gnb_m {
    padding: 20px 0;
  }

  .m_menu .btn_area {
    padding: 15px 0;
  }

  .m_menu .gnb_m ul li {
    line-height: 45px;
  }

  .sub_cont.about .list_banner {
    overflow: hidden;
    width: auto;
  }

  .sub_cont.about .list_banner li {
    width: auto;
    ;
    margin: 0 0 15px;
    -webkit-background-size: cover !important;
    width: 31.33%;
    margin: 0 1% 0;
    background-size: cover !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px 10px 5px;
    border-radius: 15px;
    overflow: hidden;
    height: auto;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub_cont.about .list_banner li .icon {
    height: 32px;
  }

  .slider_main_top .ment p.txt1 img {
    width: 236px;
  }

  .sub_cont.about .list_banner li .txt1 {
    font-size: 12px;
  }

  .sub_cont.about .list_banner li .txt2 {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: #fff;
    padding: 2px 0;
  }

  .sub_cont.about .list_banner li .txt3 {
    font-size: 11px;
  }

  .sub_cont.about .list_banner li .txt2 strong {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -1.2px;
    text-align: center;
    color: #ff0050;
  }

  .main #section3 {
    padding: 35px 0;
    background: url(../img/img_main_sec03_m.jpg) center 0 no-repeat;
    background-size: auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .list_img_sol {
    width: 239px;
    margin: 0 auto;
  }

  .m_menu .gnb_m ul li a {
    display: block;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }

  .m_menu .gnb_m ul li a.big {
    background: url('../img/arrow_down.png') calc(100% - 20px) 50% no-repeat;
    background-size: 10px auto;

    text-transform: uppercase;
  }

  .list_cri li .txt1 {
    font-size: 11px;
  }

  .tab_sub li,
  .tab_sub li a,
  .tab_sub1 li a,
  .tab_sub1 li {
    font-size: 13px;
  }

  .list_cri li .txt2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 1;
    color: #fff;
  }

  .list_cri li p.txt2 strong {
    font-size: 31px;
    color: #ff0050;
    font-weight: 600;
  }

  .list_img_banner {
    text-align: center;
  }

  .main #section5 .list_banner {
    overflow: hidden;
    width: auto;
  }

  .list_img_banner li {
    width: 280px;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto 19px;

    position: relative;
    cursor: pointer;
    overflow: hidden;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .main #section5 {
    padding: 0px 0 10px;
  }

  #daumRoughmapContainer1699854452538 {
    height: 380px !important;
  }

  .main #section5 .list_banner li {
    width: auto;
    float: none;
    margin: 0 0 49px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  .main #section5 .list_banner li img {
    width: 100%;
  }

  .list_img_banner li img {
    width: 100%;
  }

  .list_img_banner li .ment {
    display: none !important;
  }

  .m_menu .gnb_m ul ul li {
    line-height: 15px;
    margin: 0;
  }

  .main #section5 .list_banner li .ment strong {
    display: block;
    font-size: 17px;
    color: #2ecb90;
  }

  .main #section5 .list_banner li .ment p {
    padding: 10px 0 32px;
    font-size: 13px;
    color: #d2d2d2;
    line-height: 1.5;
    letter-spacing: -0.5px;
    font-weight: 200;
  }

  nav.on .m_menu {
    transform: translateY(0);
  }

  .m_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 70%;

    transform: translateY(-100%);
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    z-index: 999
  }

  .on .wrap {
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    width: 100%;
    position: absolute;
  }

  .header .inner,
  .header {
    height: 53px !important;
  }

  .header .inner h1 {
    padding: 13px 0 0 0px;
  }

  .main #section6 {
    padding: 50px 0;
    background: url(../img/img_main_sec01_m.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .list_form {
    padding: 0 10px 0;
  }

  .main #section6 .ment {
    padding: 0 0 10px !important;
  }

  .main #section1 {
    padding: 80px 0;
    background-size: 100% auto !important;
  }

  .main #section1 .ment p.txt1,
  .main #section1 .ment p.txt1 strong {
    font-size: 13px;
  }

  .main #section1 .ment p.txt2,
  .main #section1 .ment p.txt2 strong {
    font-size: 23px;
  }

  .main #section1 .ment p.txt3,
  .main #section1 .ment p.txt3 strong {
    font-size: 13px;
  }

  .main #section2 {
    padding: 35px 0;
  }

  .main #section1 {
    padding: 49px 0;
  }

  .main .section .inner {
    padding: 0 10px;
  }

  .main #section4 {
    padding: 48px 0;
    background: url(../img/bg_main_3.jpg) center center no-repeat;
    background-size: auto 100%;

  }

  .sub_cont.creator #section2 .tab_content {
    overflow: hidden;
    padding: 21px 0 0;
  }

  .list_member {
    overflow-x: auto;
  }

  .list_member ul {
    width: 1200px;
    padding: 30px 0;
  }

  .list_member li {
    float: left;
    width: 160px;
    height: auto;
    margin: 0 14px 0 0;
  }

  .list_member li .img img {
    width: 160px;
    height: auto;
  }

  a.detail {
    display: inline-block;
    padding: 1px 45px 1px 17px;
    font-size: 12px;
    line-height: 39px;
  }

  .main #section2 .ment p.txt1,
  .main #section2 .ment p.txt1 strong {
    font-size: 18px;
  }

  .main #section2 .ment p.txt2,
  .main #section2 .ment p.txt2 strong {
    font-size: 13px;
    line-height: 1.5;
  }

  .main #section2 .ment,
  .main #section2 .img {
    width: auto;
    float: none;
    padding: 10px 0 30px;
  }

  .main #section2 .ment p.txt2 {
    padding: 0;
  }

  .main #section2 .img img {
    width: 100%;
  }

  .main #section2 .bx-controls-direction {
    position: absolute;
    width: 150px;
    left: 50%;
    bottom: 24px;
    margin-left: -75px;
  }

  .main #section2 {
    padding: 35px 0;
    background-size: auto 100% !important;
  }

  .list_pro li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 3%;
    height: auto;
  }

  .list_pro .s_list_pro li {
    width: 187px;
    margin: 0 10px 0 0;
  }

  .sub_cont.business .list_pro {
    overflow: hidden;
    width: auto;
    padding: 0px 0 0;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
    overflow: visible;
    width: auto;
    position: relative;
  }

  .list_pro li a {
    width: 187px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 296px;
    display: block;
    margin: 0 auto;
  }

  .list_pro .txt {
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    padding: 13px 5px 10px 39px;
  }

  .list_pro .txt .icon {
    position: absolute;
    left: 10px;
    top: 19px;
  }

  .list_pro .img img,
  .list_pro .img {
    width: 100%;
    height: auto;
  }

  .list_pro {
    overflow: hidden;
    width: 100%;
    padding: 34px 0 0;
    padding-left: 0px;
    padding-left: 0px;
  }

  .main #section2 .bx-wrapper .bx-pager {
    display: none;
  }

  .main #section4 .ment {
    padding: 0 0 10px !important;
  }

  .header .logo {
    display: inline-block;
  }

  .list_member .img img {
    height: auto;
  }

  .header .logo img {
    width: 47px;
  }

  .m_menu .top {
    padding: 13px 10px 15px;
    background: #141423;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }

  .m_menu .top img {
    width: 120px;
  }

  .ovh {
    overflow: hidden;
  }

  .m_menu .logo {
    margin-top: 20px;
  }

  .fl {
    float: left;
  }

  .m_close {
    display: block;
    width: 27px;
    height: 27px;
    margin-top: 15px;
    background: url('../img/m_close.png') 0 0 no-repeat;
    background-size: auto;
    background-size: 20px auto;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 2px;
    border: 0;
    z-index: 9999;
  }

  .menu_aside {
    background: #111127;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
  }

  .list_qa .tab {
    display: block;
    padding: 10px 10px;
    color: #454545;
    font-size: 12px;

    padding: 30px 28px 30px 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16.5px;
    padding: 9px 28px 11px 17px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fff;
  }

  .list_qa .tab .num,
  .list_qa .tab .label,
  .list_qa .tab {

    font-size: 13px;

  }

  .list_qa .tab .label {

    letter-spacing: -0.8px;

    margin: 0 11px 0 0px;

  }

  .list_qa .item {
    padding: 10px;
    font-size: 12px;
  }

  .sub_cont .section .inner {
    padding: 46px 10px;
  }

  .list_qa .tab .num {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
  }

  .list_qa {
    padding: 0px 0 0;
  }

  .sub_cont.about #section4 .img {

    padding: 17px 10px 27px;
    -webkit-background-size: 200px auto !important;
    background-size: 200px auto !important;
  }

  .sub_cont.about #section5 {

    -webkit-background-size: 200px auto !important;
    background-size: 200px auto !important;
    background: url(../img/img_sub0102.png) 0 30% no-repeat;
  }

  .sub_cont .ment p.txt1 {
    padding: 0 0 15px;
    font-size: 15.5px;
  }

  .list_cri2 {
    width: auto;
  }

  .sub_cont #section1 .inner.wrap_s_cri1 {
    padding: 30px 10px;
  }

  .list_cri2 {
    overflow-x: auto;
  }

  .list_cri2 {
    width: auto;
    padding: 0 0 0;
    margin: 0 0 30px;
  }

  .wrap_s_cri1 .list_icon {
    overflow: hidden;
    width: auto;
    padding-top: 0;
  }

  .wrap_s_cri1 .list_icon dl {
    width: 48%;
    margin: 0 1% 3%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
  }

  .list_cri2 .scroll {
    width: 1200px;
    padding: 30px 0 0;
    overflow: hidden;

  }

  .wrap_s_cri1 .list_icon dl dd {
    font-size: 12px;
  }

  .list_cri2 dl {

    margin: 0 6.5px 23px;
  }

  .wrap_s_cri1 .list_icon dl {

    height: 185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding: 24px 10px;

  }

  .creator .list_pro {
    overflow: hidden;
    width: 100%;
    padding: 66px 0 0;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
  }

  .sub_cont.creator #section2 {
    padding-top: 24px;
  }

  .sub_cont.creator #section2 .list_member ul {
    width: 1600px;
  }

  .wrap_s_cri1 .bx-controls-direction .bx-prev {
    background: url(../img/main_prev.png) no-repeat;
    left: 13px;
  }

  .wrap_s_cri1 .bx-controls-direction .bx-next {
    background: url(../img/main_next.png) no-repeat;
    right: 13px;
  }

  .wrap_s_cri1 .bx-controls-direction a {
    top: 217px;
  }

  .sub_cont.about .wrap_section5 .img {
    position: static;
    height: auto;
    text-align: right;
  }

  .sub_cont.about .wrap_section5 .img img {
    width: 132px;
  }

  .sub_cont .ment p.txt4,
  .sub_cont .ment p.txt4 strong {
    font-size: 13px;
  }

  .sub_cont .ment p.txt2 {
    font-size: 23.5px !important;
  }

  .sub_cont.creator #section1 {
    padding-top: 80px;
    background: url(../img/bg_sub0301.jpg) 0 0 no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sub_cont.about #section5 #tab3 .tab_sub2 {
    width: auto;
  }

  .sub_cont.business #section2 ul {
    overflow: hidden;
    width: auto;
    padding: 0 0;
  }

  .sub_cont.business #section2 li .txt {
    padding: 18px;

  }

  .list_icon_n .txt1 {
    font-size: 11px;
    line-height: 13px;
    padding: 0 0 5px;
  }

  .sub_cont.production #section2 .list_icon li {


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0 15px 0 0;

  }

  .sub_cont.production #section2 .list_icon {
    overflow-x: auto;
  }

  .sub_cont.production #section2 .list_icon ul {
    width: 880px;
  }

  .sub_cont.production #section1 {
    padding-top: 60px;
  }

  .sub_cont.production #section3 .list_img li {
    width: 50%;
    padding: 0 1% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .sub_cont.production #section3 .list_img li img {
    width: 100%;
  }

  .sub_cont.production #section2 .list_icon li {
    height: 323px;
    width: 270px;
  }

  .sub_cont.production #section2 .list_icon {
    overflow: hidden;
    width: auto;
    margin: 21px 0 0;
    overflow-x: auto;
  }

  .sub_cont.production #section3 .list_img {
    overflow: hidden;
    width: auto;
  }

  .list_icon_n {
    overflow: hidden;
    border-radius: 15px;
    margin-top: 35px;
    background-image: linear-gradient(to top, #1e1f32, #18182c);
    padding: 10px 22px;
  }

  .sub_cont.business #section2 li {
    width: auto;
    float: none;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .sub_cont.about #section5 #tab3 .list_thumb li .cell1 strong {
    font-size: 14px;
  }

  .sub_cont .ment p.txt3 {
    font-size: 13.5px;
    padding: 0 0 20px;
  }

  .sub_cont.business #section2 li {

    height: 153px;

  }

  .sub_cont.business #section2 li .txt p {
    height: 49px;
  }

  .sub_cont.about .wrap_section5 {
    padding: 34px 0 19px 0;
    position: relative;
  }

  .sub_cont .tab_content .wrap .txt {
    width: auto;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 8px 10px 10px;
    border-radius: 10px;
    height: 349px;
    overflow-y: scroll;
    background-color: #18182c;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 10px;
  }

  .sub_cont.about #section5 #tab3 .tab_sub2 li a {
    font-size: 14px;
  }

  .sub_cont .txt_b {
    padding: 26px 0 0px;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.64;
    line-height: 1.64;
    letter-spacing: -0.99px;
    text-align: center;
    color: #ccc;
  }

  .sub_cont.about #section5 #tab3 .txt {
    padding: 62px 23px 10px 13px;
  }

  .sub_cont.about #section5 #tab3 .list_thumb li .cell1,
  .sub_cont.about #section5 #tab3 .list_thumb li .cell2,
  .sub_cont.about #section5 #tab3 .list_thumb li .cell3 {
    font-size: 13px;
  }

  .sub_cont.about #section5 #tab3 .list_tit li {
    font-size: 12px;
  }

  .sub_cont.about #section5 #tab3 * {
    font-size: 13px;
    line-height: 1.3;
  }

  .sub_cont .section,
  .sub_cont .section .inner {
    -webkit-background-size: cover;
    background-size: cover !important;
  }

  .sub_cont.business #section1 {
    padding-top: 60px;
    background: url(../img/bg_sub02011.png) 100% 0 no-repeat;
    background-size: 200px auto !important;
  }

  .sub_cont.business #section1 .list_cri2 dl,
  .sub_cont.creator #section1 .s_list_pro li {
    overflow: hidden;
    width: 48%;
    margin: 0 1% 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0px 0;
    height: auto;
  }

  .sub_cont.business #section1 .list_cri2 dd,
  .sub_cont.creator #section1 .s_list_pro li .txt {
    width: auto;
    left: 0px;
    right: 0px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }

  .sub_cont.creator #section1 .list_pro .s_list_pro {
    width: auto;
  }

  .sub_cont.business #section1 .list_cri2 dt img,
  .sub_cont.creator #section1 .s_list_pro li img {
    height: auto;
  }

  .m_menu .list_lang li a {
    font-weight: 300;
  }

  .gnb_m {}

  .sub_cont.about #section5 #tab3 {
    width: auto;
    float: none;
  }

  .m_menu>ul {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
  }

  .m_menu>ul>li {
    padding: 0px;
  }

  .m_menu>ul button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    background: url('/img/arrow_down.png') calc(100% - 20px) 50% no-repeat;
    background-size: auto;
    background-size: 12px auto;
    border: none;
  }

  .m_menu .sub {
    display: none;


  }

  .m_menu ul li .sub li {}

  .m_menu ul li .sub li:last-child {
    border-bottom: 0
  }

  .m_menu .sub {
    padding: 15px 0;
    background: #212135;
  }

  .m_menu .gnb_m ul ul li a {
    font-size: 13px;
    color: #858e9b;
    font-weight: 300;
    line-height: 25px;
    padding-left: 18px;
    position: relative;
    display: block;
    border-bottom: 0;
    font-size: 14px;
  }

  .menu_aside .top_n {
    text-align: center;
  }

  .menu_aside .top_n a {
    display: inline-block;
    line-height: 45px;

    margin: 0 3px;
    border-radius: 10px;
    font-size: 15px;
    color: #cfcfd9;
    font-family: 'GothamHTF';
    background-color: #212035;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
  }

  .menu_aside .top_n .icon {
    width: 22px;
    vertical-align: -4px;
    margin: 0 10px 0 0;
  }

  .m_menu .gnb_m * {
    font-family: 'GothamHTF';
  }

  .m_menu .gnb_m ul li a.big.on {
    background: url('../img/arrow_up.png') calc(100% - 20px) 50% no-repeat;
    background-size: 10px auto;
    color: #fff;
  }

  .sub_top {
    background-size: auto 160px !important;
    height: 160px;
  }

  .sub_top strong img {
    width: 120px;
    line-height: 1;
  }

  .sub_top strong {
    padding: 41px 0 10px;
    line-height: 1;
    font-size: 0;
  }

  .sub_top p {
    font-size: 11px;
    line-height: 19px;
    font-weight: 100;
    padding: 0 10px;
  }

  .m_menu .info_top {
    position: absolute;
    left: 13px;
    top: 21px;
  }

  .m_menu .info_top li {
    display: inline-block;
    padding: 0 8px;
    position: relative;
  }

  .m_menu .info_top li:before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #3f84b5;
    left: -1px;
    position: absolute;
    top: 1px;
  }

  .m_menu .info_top li:first-child:before {
    display: none;
  }

  .m_menu .info_top li a {
    font-weight: 100;
    font-size: 11px;
    color: #fff;
  }

  .m_menu .btn_member {
    text-align: center;
    padding: 57px 0 0;
  }

  .m_menu .btn_member .btn_style {
    min-width: 83px;
    width: 83px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background: #3f84b5;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    vertical-align: top;
    border-radius: 0;
    margin: 0 2px;
    padding: 0;
  }

  .header .inner h1 a {
    width: 137px;
    background-size: 137px auto !important;
  }

  a.detail {
    margin-top: 26px !important;
  }

  .scroll_down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
  }

  .main .ment,
  .main .img,
  .sub_cont .ment,
  .sub_cont .img {
    width: auto !important;
    height: auto !important;
    float: none !important;
  }

  .main .img img,
  .sub_cont .img img {
    width: 100%;
  }

  .main .ment,
  .sub_cont .ment {
    padding-bottom: 20px;
  }

  .slider_main_top .ment {

    z-index: 999;
    position: absolute;
    padding: 40% 1% 0;
    width: 100% !important;
    left: 0;
    height: 609px !important;

  }

  .list_form .input_style {
    width: 100% !important;
  }

  .list_form .input_style,
  .select_style {
    height: 34px;
    padding: 0 14px;

    width: 100%;
    border-radius: 5px;
    font-size: 12px;
  }

  .list_form li.point::before {
    content: '*';
    color: #ff0050;
    position: absolute;
    left: 7px;
    top: 6px;
  }

  .menu_quick {
    display: none;
  }

  .slider_main_top .ment {
    margin-left: 0;
  }

  .list_form li {
    float: left;
    width: 100% !important;
    padding: 0 0px 8px 0;
  }

  .wrap_member .section1 .tit {
    margin: 0 0 2px;
  }

  .form_area {
    padding: 0;
  }

  .insert_file {
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 13px;
    height: 13px;
    background: url(../img/icon_file.png) 0 0 no-repeat;
    cursor: pointer;
  }

  .fp-tableCell {
    vertical-align: top !important;
  }

  .wrap_member .section1 .inner {
    max-width: 1144px;
    margin: 0 10px 15px;
    padding: 33px 10px 15px;
  }

  .wrap_member .wrap_cell {
    width: auto;
  }

  .cell_add .cell {
    text-align: left;
  }

  .cell_add .cell .cell1 {
    padding: 0 0 25px;
  }

  .cell_add .cell .cell1,
  .cell_add .cell .cell3 {
    position: static;
  }

  .cell_add .cell .cell3 {
    padding-top: 25px;
    text-align: center;
  }

  .cell_add h3 .tit {
    position: absolute;
    left: 12px;
    top: 21px;
    height: 57px;
    border-right: 0;
    padding-right: 25px;

  }

  .cell_add h3 .tit img {
    width: 100%;
  }

  .wrap_member .section1 .tit {
    text-align: center;
    position: static;
    margin: 0 0 5px;
  }

  .wrap_member .section1 .inner .txt_big,
  .wrap_member .section1 .inner .txt_big strong {
    font-size: 25px;
  }

  .cell_add h3 {
    padding: 10px 10px;
    border: 0;
  }

  .wrap_member .section1 .inner .tab_cont .img {
    position: static;
    padding: 0 50px;
  }

  .wrap_member .list_label li {
    width: auto;
    height: 105px;
    float: none;
    margin: 0 69px 5px 0;
    border: 1px solid #d8d8d8;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 28px 10px 32px 85px;
    position: relative;
  }

  .wrap_member .list_label li img {
    width: auto !important;
  }

  .wrap_member .list_label li .img {
    position: absolute !important;
    padding: 0 !important;
    right: auto !important;
    left: 32px !important;
  }

  .wrap_member .list_label {
    overflow: hidden;
    padding: 40px 0 0;
    width: auto;
  }

  .sub_cont {
    margin: 53px 0px;
  }

  .pop_layer .wrap_video {
    height: auto;
    width: auto;
  }

  .banner_tv li {
    float: none;
    margin: 0 auto 10px;
  }

  .list_gall2 li .img {
    position: static;
    right: 25px;
    top: 22px;
  }

  .list_gall {
    overflow: hidden;
    width: auto;
  }

  .sub_song .section3 .cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub_song .section3 strong {
    font-size: 37px;
    color: #31cbab;
    position: static;
    left: -258px;
    top: 25%;
    display: block;
    text-align: center;
  }

  .sub_song .section3 .cell p {
    color: #292929;
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 0;
  }

  .sub_song .section3 .cell .banner {
    position: static;
    right: 26px;
    top: 20%;
    text-align: center;
  }

  .pop_layer.pop1 .inner {
    margin: 15% 5px;
  }

  .pop_layer.pop1 .inner img,
  .pop_layer.pop1 .inner iframe {
    width: 100%;
    height: auto;
  }

  .wrap_info .cell {
    float: none;
  }

  .wrap_info .cell2 .cont {
    overflow-x: scroll;
  }

  .wrap_info .cell {
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    width: auto;
    height: auto;
    border: 1px solid #e0e0e0;
    float: none;
  }

  .box_chart .cell3 {
    width: auto;
  }

  .tit_sub strong {
    font-size: 18px;
    color: #31cbab;
  }

  .wrap_info .cell2 .search_chart strong {
    display: block;
    margin: 0 0 5px;
  }

  .section_top.small {
    padding: 35px 5px 35px 237px;
  }

  .box_chart .cell1 {
    width: auto;
  }

  .box_chart .cell2 {
    width: auto;
  }

  .box_chart .cell {
    margin: 0 0 15px;
  }

  .box_chart {
    overflow: hidden;
    width: auto;
  }

  .box_chart .cell {
    float: none;
  }

  .search_com .box_input .wrap_cell {
    float: left;
    width: auto;
  }

  .box_chart .cell .table_style1 {
    overflow: hidden;
  }

  .box_chart .cell .table_style1 table {
    width: 100%;
  }

  .search_chart strong {
    display: block;
    margin: 0 0 5px;
  }

  .box_input_bottom i {
    display: block;
    margin: 5px 0;
    font-size: 0;
  }

  .search_com .box_input .wrap_cell2 {
    float: left;
    width: auto;
  }

  .search_com .box_input .cell {
    float: none;
  }

  .search_com .box_input .left {
    float: none;
    width: auto;
  }

  .search_com strong {
    display: block;
    margin: 0 0 5px;
  }

  .search_com .select_style {
    margin: 5px 0;
  }

  .search_com .inner {
    padding: 17px 10px;
    overflow: hidden;
  }

  .search_com .box_input .right {
    width: auto;
    float: none;
  }

  .pop2_2 .pay .cell span {
    font-size: 18px;
    color: #292929;
    font-weight: 200;
    margin: 0 10px 0 0;
  }

  .pop2_2 .pay .cell1 {
    padding: 0 24px 0 0;
    margin-right: 8px;
    background: url(../img/icon_pay_1.png) right center no-repeat;
  }

  .pop2_2 .pay .cell2 {
    padding: 0 19px 0 0;
    margin-right: 9px;
    background: url(../img/icon_pay_2.png) right center no-repeat;
  }

  .pop2_2 .pay .cell strong {
    font-size: 16px;
    color: #31cbab;
    font-weight: 800;
  }

  .pop_layer.pop2_2 .inner .cont {
    padding: 24px 15px 25px;
  }

  .sub_song .section4 .inner .cell2 .img {
    text-align: center;
  }

  .sub_song .section4 .inner .cell1 span {
    display: block;
    color: #454545;
    font-size: 13px;
    padding-left: 0;
    font-weight: 300;
  }

  .sub_song .section4 .inner .cell2 {
    float: right;
    width: 330px;
    height: auto;
    border-left: 0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
  }

  .sub_song .section4 .inner {
    max-width: 1085px;
    margin: 0 auto 15px;
    padding: 28px 10px 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
  }

  .sub_song .section4 {
    padding: 83px 0 60px;
    background: url(../img/bg_music_4.jpg) center 0 no-repeat;
    background-size: 250px;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
  }

  .sub_song .section4 .tit img {
    width: 320px;
  }

  .sub_song .section4 .inner .cell {
    width: auto;
    float: none;
  }

  .sub_song .section4 .inner .cell1 .input_style {
    width: 70%;
  }

  .sub_song .section4 .inner h3 .btn_style5 {
    vertical-align: 1px;
    margin-left: 5px;
    margin-top: 5px;
  }

  .btn_style7 {
    font-size: 14px;
    padding: 0 28px;
  }

  .sub_song .section3 .cell::after {
    content: '';
    width: 6px;
    top: 0;
    height: 6px;
    position: static;
    left: 0;
    background: #1f232d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    top: 50%;
  }

  .sub_song .section3 .inner::after {
    display: none;
  }

  .sub_song .section1 .ment p.txt2 {
    padding: 0 0 32px;
    font-size: 12px;
    color: #f7f7f7;
    line-height: 1.5;
    font-weight: 200;
  }

  .sub_song .section3 .inner {
    padding: 27px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub_song .section3 {
    padding: 42px 0 30px;
  }

  .sub_song .section2 .ment {
    width: auto;
    float: none;
  }

  .sub_song .section2 {
    padding: 50px 10px;
    background: #07aca2;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .sub_song .section1 {
    padding: 54px 10px;
  }

  .sub_song .section1 .ment p.txt1 strong,
  .sub_song .section1 .ment p.txt1 {
    font-size: 28px;
  }

  .sub_song .section2 .ment p.txt1 strong,
  .sub_song .section2 .ment p.txt1 {
    font-size: 28px;
  }

  .sub_top .inner {
    max-width: 1200px;
    padding: 61px 0;
    margin: 0 auto;
  }

  .sub_top h2 {
    font-weight: 800;
    font-size: 23px;
    color: #31cbab;
    padding: 0 10px 5px;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.38);
  }

  .sub_top.sub_top02 {
    height: 169px;
    background-size: cover !important;
    background: url(../img/bg_use2.jpg) center center no-repeat;
    background-size: auto;
    margin: 53px 0 0;
  }

  .list_gall li {
    width: 50%;
    float: left;
    margin: 0 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
  }

  .list_gall li p {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
  }

  .list_gall li img {
    width: 100%;
  }

  .list_gall li .img img {
    width: 100%;
    height: auto;
  }

  .list_gall2 li .txt1 {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
  }

  .list_gall2 li .txt2 {
    color: #818181;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    padding: 8px 0 18px;
  }

  .list_gall2 li {
    padding: 20px 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
  }

  .list_gall2 li .img img {
    width: 100%;
  }

  .info_top_my {
    text-align: left;
  }

  .info_top_my_b .bottom {
    text-align: center;
  }

  .input_style.w265 {
    width: 213px;
  }

  .info_top_my li {
    display: inline-block;
    text-align: left;
    margin: 13px 0;
    padding: 0 22px;
  }

  .input_style.w365 {
    width: 185px;
  }

  .wrap_member .list_label li {
    width: auto;
    height: 105px;
    float: none;
    margin: 0 0 15px 0;
    border: 1px solid #d8d8d8;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 28px 10px 32px 92px;
    position: relative;
  }

  .wrap_member .wrap_cell .cell {
    width: 299px;
    height: 393px;
    float: none;
    margin: 0 auto 15px;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrap_member .section1 {
    padding: 18px 0;
  }

  .txt_c {
    text-align: center;
    color: #d2d2d2;
    font-size: 11px;
    padding: 9px 0 30px;
    line-height: 1.5;
    font-weight: 200;
  }

  .wrap_join .tit img,
  .wrap_member .tit img {
    width: 280px;
  }

  #container {
    padding: 53px 0 50px;
  }

  .wrap_join,
  .wrap_member {
    margin: 53px 0 0;
  }

  .wrap_join .section {
    padding: 25px 10px;
    margin: 0 5px;
  }

  .wrap_login .inner {
    max-width: 316px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 45px 25px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .info_top_my.info_top_my_b li {
    padding: 0 19px;
  }

  .info_top_my_b .bottom .btn_style5 {
    margin-top: 10px;
  }

  .tab_sub_b li a {
    display: block;
    width: auto;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    color: #b4b3b3;
    font-weight: 600;
    padding: 0 35px;
  }

  .sub_cont .img img {
    width: 100%;
  }

  .tit_sub p {
    margin: 10px 0 0;
    font-size: 14px;
  }

  .submenu li {
    padding: 0 15px;
  }

  .submenu {}

  .tit_s {
    padding: 46px 0 24px;
  }

  .wrap_cell .cell1,
  .wrap_cell .cell2 {
    width: auto;
    float: none;
  }

  .wrap_cell .cell2 .box p {
    font-size: 12px;
    padding: 0 10px 20px;
  }

  .sub_cont.business #section5 .list_icon {
    padding: 10px 24px 0;
  }

  .sub_cont .list_icon li strong {
    font-size: 15px;
  }

  .sub_cont.business #section5 .list_icon .txt1 {
    font-size: 11px;
  }

  .sub_cont.business #section5 .list_icon li .arrow {
    display: none;
  }

  .sub_cont .list_icon li {
    width: auto;
    float: none;
    padding: 15px 0;
  }

  .sub_cont .list_icon li p {
    font-size: 12px;
  }

  .wrap_cell .cell2 .box strong {
    font-size: 14px;
  }

  .tit_s strong {
    text-transform: uppercase;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    background: #2a2d35;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    font-weight: 800;
    vertical-align: top;
    border-radius: 25px;
    margin: 0 5px;
  }

  .wrap_ment_ov {
    overflow: hidden;
    padding: 10px 0 0;
  }

  .wrap_ment_ov h3 {
    color: #2a2d35;
    font-weight: 800;
    font-size: 16px;
    padding: 27px 5px 10px;
    border-bottom: 2px solid #2a2d35;
  }

  .map iframe {
    height: 300px;
  }

  .list_ov li,
  .list_ov li strong {
    font-size: 13px;
    line-height: 28px;
  }

  .submenu li.active a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f84513;
    position: absolute;
    left: 0;
    top: 35PX;
  }

  .list_qa .item {
    padding: 19px 20px;
  }

  .wrap_customer .section2 .txt1,
  .wrap_customer .section2 .txt1 strong {
    font-size: 18px;
  }

  .submenu li {
    height: auto;
  }

  .submenu li a {
    display: block;
    padding: 12px 0;
    font-size: 13px;
  }

  .submenu li a.tab {
    font-size: 12px;
    font-weight: 300;
  }

  .submenu {}




  .footer .inner {
    padding: 20px 10px 22px !important;
    text-align: center;
  }

  .footer h1,
  .footer .list_sns {
    position: static;

  }

  .wrap_intro,
  .wrap_customer,
  .sub_song {
    margin: 53px 0 0;
  }

  .wrap_customer .section1 {
    padding: 73px 16px;
  }

  .wrap_customer .section1 .txt1 {
    padding: 0 0 19px;
    font-size: 31px;
    font-weight: 800;
    color: #292929;
  }

  .wrap_customer .section2 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #474747;
  }

  .wrap_customer .tab_cont {
    overflow: hidden;
    margin: 8px 0 8px;
    padding: 15px 10px 10px;
  }

  .list_qa .tab .num {
    display: inline-block;
    margin-right: 4px;
    text-align: center;
  }

  .list_qa .tab {
    font-size: 12px;
  }

  .form_area .txt_l {
    display: block;
  }

  .form_area.w33 {
    width: 100%;
    float: left;
  }

  .list_qa li {

    background: #18182c url('../img/icon_plus.png') 98% 17px no-repeat;

  }

  .list_pro.scroll {
    overflow-x: auto !important;
  }

  .list_pro .s_list_pro {
    width: 1200px;
  }

  .sub_cont.business #section5 .list_icon ul {
    overflow: hidden;
  }

  .wrap_customer .section2 li {
    width: auto;
    float: none;
    padding: 15px 0;
    position: relative;
  }

  .list_qa .item .txt1,
  .list_qa .item .txt2,
  .list_qa .item .txt3 {
    font-size: 12px;
  }

  .wrap_customer .section1 .txt2 {
    padding: 0 0 22px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    color: #787777;
  }

  .footer .menu_tail li {
    display: inline-block;
    padding: 0 7px 0;
    position: relative;
  }

  .footer .menu_tail {
    padding-top: 10px;
  }

  .footer .menu_tail li a {
    color: #d9d9d9;
    font-weight: 600;
    font-size: 13px;
  }

  .footer {
    background: #0c0c18 url(../img/bg_map.png) right 0 no-repeat;
    background-size: 200px auto;
  }

  .footer .time,
  .footer .address {
    position: static;
    text-align: center;
  }

  .footer .time {
    padding-top: 5px;
  }

  .footer h1 img {
    width: 106px;
  }


  .footer p {
    font-size: 12px !important;
    line-height: 19px !important;
  }

  .pop_layer .table_style1 {
    overflow: hidden;
  }

  .pop_layer .table_style1 table {
    width: 100%;
  }

  .search_pop {
    padding: 17px 12px;
    background: #f3f3f3;
    border-bottom: 1px solid #f0efef;
    margin: 0 -15px;
  }

  .search_pop .input_style {
    width: 50% !important;
  }

  .input_style {
    font-size: 11px;
  }

  .form_area .input_style.file {
    width: 278px;
    height: 28px;
  }

  .form_area .txt_l {
    padding: 0 0 5px;
  }

  .input_style.w320 {
    width: 140px;
    margin: 0 0 5px;
  }

  .input_style.w250 {
    width: 168px;
    margin: 0 0 5px;
  }

  .form_area.list .input_style.file {
    width: 223px;
  }

  .tab_cont_my {
    overflow: hidden;
    margin: 0px 0 98px;
    padding: 9px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34);
    border: 1px solid #dcdcdc;
  }

  .footer h1,
  .footer .list_sns {
    padding: 0 0 15px;
  }

  .tit_sub {
    font-size: 18px;
    padding: 29px 0 12px;
    margin: 0 0 3px;
    background-size: 23px auto;
  }

  .pager .btn_style {
    position: absolute;
    left: 0;
    top: 55px;
  }

  .list_tv .bx-controls-direction .bx-prev {
    left: -10px;
  }

  .list_tv .bx-controls-direction .bx-next {
    right: -10px;
  }

  .tab_sub_b ul {
    display: block;
  }

  .tab_sub_b li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tab_sub_b li:nth-child(4),
  .tab_sub_b li:nth-child(3) {
    border-top: 1px solid #d8d8d8;
  }

  .header {}

  .sub_cont .img,
  .sub_cont .ment,
  .sub0102 .tab_content ul {
    width: auto !important;
    float: none !important;
  }

  .table_style1 {
    overflow-x: scroll;
  }

  .table_style1 table {
    width: 900px;
  }

  .sub_cont p,
  .sub_cont p span,
  .sub_cont p strong,
  .sub0101 p {
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 15px;
  }

  .sub_cont .txt1 {
    font-size: 11px;
    line-height: 13px;
    padding: 0 0 5px;
  }

  .sub_cont .txt2 {

    font-size: 13px;
    padding: 0 0 15px;
    line-height: 23px;

  }

  .wrap_btn_top {

    padding: 20px 0 15px;
    font-size: 13px;
    text-align: left;

  }

  .tab_sub {}

  .sub_cont .list_dot li {
    font-size: 12px;
    line-height: 25px;
    background: url('../img/dot_sub.png') 0 12px no-repeat;
  }

  .table_style1 table th {
    padding: 10px 0;
    font-size: 12px;
  }

  .table_style1 table td {
    padding: 11px 10px;
    font-size: 11px;
    line-height: 17px;
  }

  .sub_cont .tit_table {
    font-size: 16px;
  }

  .sub_cont .tit_table .unit {
    bottom: 19px;
    font-size: 12px;
  }



  .sub_cont .tit_dot {
    padding: 0 0 0 11px;
    margin: 38px 0 18px;
    font-size: 17px;
    background: url('../img/dot_tit_sub.png') 0 7px no-repeat;
  }

  .sub_cont .tit_b {
    font-size: 14px;
    padding: 32px 0px 10px;
  }

  .sub_cont .txt_blue {
    padding: 13px 0 10px;
    font-size: 12px;
  }

  .sub_cont .list_img {

    width: auto;

  }

  .sub_cont .list_img li {

    width: auto;
    margin: 0 0 5%;

  }

  .list_img2 li {
    text-align: center;
    display: block;
    float: none;
  }

  .list_img2 {
    width: auto;
  }

  .list_img2 li .img img {
    width: auto;
  }

  .sub_cont .list_dot {
    width: auto;
    float: none;
    margin: 0 0 25px;
  }

  .sub_cont .list_img li .img img {
    width: 100%;
  }

  .sub_cont .list_dot {
    text-align: left;
  }

  .sub_cont .list_img3 {
    width: auto;
  }

  .sub_cont .list_img3 li {
    width: auto;
    float: none;
    margin: 0 0 36px 0;
  }

  .sub_cont .list_re {
    width: auto;
  }

  .sub_cont .list_re li {
    width: auto;
    float: none;
    height: auto;
    padding: 0;
    margin: 0 0 25px;
  }

  .sub_cont .list_re .img {
    position: static;
    left: 0;
    top: 0;
  }

  .sub_cont .list_re li .tit {
    font-size: 15px;
  }

  .sub_cont .list_ment {
    width: auto;
  }

  .sub_cont .list_ment .img img {
    width: 100%;
    height: auto;
  }

  .sub_cont .list_ment li {
    width: 48%;
    float: left;
    margin: 0 1% 5%;
  }

  .sub_cont .list_ment li .tit {
    padding: 0px 0 12px;
    font-size: 13px;
  }

  .sub_cont .list_ment .ment {
    bottom: 0;
    padding: 10px 8px;
    position: static;
    background: #fff;
  }

  .sub_cont .list_ment li .tit,
  .sub_cont .list_ment li dd {
    color: #2a2d35;
  }

  .sub_cont .list_re .ment {
    padding: 15px 10px;
  }

  .sub_cont .list_re .img img {
    width: 100%;
  }

  .list_img4 li {
    display: block;
    float: none;
    margin: 25px 0 0 0;
  }

  .sub_top.re strong {
    padding: 59px 0 10px;
  }

  .sub_cont .list_ment li .txt {
    padding: 9px 0 0;
    font-size: 12px;
  }

  .sub_cont .list_img3 li strong {
    font-size: 14px;
  }

  .sub_cont .list_img3 li p {
    font-size: 12px;
  }

  .sub_cont .list_img3 li img {
    width: 100%;
  }

  .sub_cont .list_img li strong {
    font-size: 15px;
  }

  .sub_cont .list_dot2::after {
    display: none;
  }

  .sub_cont .list_img li p {

    padding: 10px 0 0;
    font-size: 13px;

  }

  .slider_main_top .ment {
    margin-top: 0px;
    text-align: center;
  }

  .slider_main_top .ment p.txt2 img {
    vertical-align: -14px;
  }

  .slider_main_top img {
    width: 200px;
  }

  .main .ment p.txt1 {
    font-size: 14.5px;

  }

  .main .ment p.txt2 {
    font-size: 23px;
  }

  .slider_main_top .ment p.txt1 {
    font-size: 18px !important;
  }

  .main #section0 {
    position: relative;
  }

  .main .ment p.txt3 {
    padding: 0 0 12px;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.64;
    letter-spacing: -0.99px;
    color: #ccc;
  }

  .slider_main_top {
    background: #000000 url(../img/img_main_top_m.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 609px;
  }

  .slider_main_top .ment p.txt2,
  .slider_main_top .ment p.txt2 strong {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.3;
  }

  .slider_main_top .ment p.txt3 {
    padding: 0 0 32px;
    font-size: 13px;
    color: #f7f7f7;
    line-height: 1.5;
    font-weight: 200;
  }

  .slider_main_top {}

  #bgvid {
    height: 609px;
    width: auto;
    max-height: 609px;
    height: 609px;
    width: 100%;
    min-height: 560px;
    object-fit: cover;

    overflow: clip;
  }

  #fullpage #section1 .list_icon li p {
    display: block;
  }

  #fullpage #section1 .list_icon li .ment strong:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    background: #fff;
    height: 1px;
  }

  #fullpage #section1 .list_icon .ment,
  #fullpage #section1 .list_icon .ment:hover {
    background: transparent;
    padding: 25px 0 0;
  }

  #fullpage #section1 .list_icon {
    padding: 0 10px;
  }

  #fullpage #section1 .list_icon li {
    width: 48%;
    margin: 0 1% 3%;
  }

  #fullpage #section1 .list_icon {
    overflow: hidden;
    width: auto;
  }

  #fullpage .tit {
    padding: 0 10px 21px;
    text-align: left;
  }

  #fullpage #section3 .list_banner {
    width: auto;
    padding: 0 10px;
  }

  #fullpage #section3 .list_banner .list_banner_s2 {
    overflow: hidden;
  }

  #fullpage #section3 .list_banner .list_banner_s2 li {
    overflow: hidden;
  }

  #fullpage #section3 .list_banner .list_banner_s2 li a {
    width: 46%;
    float: left;
    display: block;
    margin: 0 2% 5%;
  }

  #fullpage #section3 .list_banner .list_banner_s2 li a img {
    width: 100%;
  }

  #fullpage #section1 .inner .cont {
    width: auto;
    top: 50%;
    left: 0;
    margin-top: -256px;
  }

  #fullpage #section3 .cont,
  #fullpage #section3 .banner_b {
    height: 50%;
  }

  #fullpage #section2 .tit img {
    width: 200px;
  }

  #fullpage #section3 .list_banner .bx-controls-direction a {
    -webkit-background-size: 30px auto !important;
    background-size: 30px auto !important;
  }

  #fullpage #section3 .list_banner .bx-controls-direction a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -42px;
    font-size: 0;
    z-index: 999;
    margin: 0;
  }

  #fullpage #section3 .list_banner .bx-controls-direction .bx-next {
    background: url(../img/next_main2.png) no-repeat;
    left: auto;
    right: 15px;
  }

  #fullpage #section3 .banner_b img {
    width: 170px;
  }

  #fullpage #section3 .list_banner .bx-controls-direction .bx-prev {
    left: auto;
    right: 44px;
  }

  #fullpage #section3 .tit img {
    width: 160px;
  }

  #fullpage #section3 .banner_b {
    padding-top: 18%;
  }

  #fullpage #section2 .list_icon_m {
    overflow: hidden;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #fullpage #section2 .list_icon_m li {
    width: 50%;
    float: left;
  }

  #fullpage #section2 .list_icon_m li img {
    width: 100%;
    float: left;
  }

  #fullpage #section2 .inner .cont {
    width: auto;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top: -224px;
  }

  #fullpage #section3 .banner_b p {
    padding: 21px 6px 36px;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    line-height: 22px;
  }

  #fullpage #section1 .list_icon li p {
    color: #fff;
    font-weight: 100;
    font-size: 11px;
    line-height: 17px;
    padding: 10px 10px 25px;
  }

  #fullpage #section1 .list_icon li strong {
    font-size: 13px;
    padding-bottom: 11px;
    position: relative;
  }

  #fullpage #section1 .list_icon li img {
    width: 100%;
  }

  #fullpage #section1 .tit img {
    width: 200px;
  }

  .scroll_down {
    bottom: 26px;
  }

  .scroll_down img {
    width: 22px;
  }

  .sub_cont .list_img .list_dot li {
    margin: 0 0 5px;
  }
}

@media only screen and (min-width : 600px) {
  .m_open {
    display: none;
  }
}

@media only screen and (max-width : 400px) {
  .list_img2.list_img2_n li img {
    width: 100%;
  }
}

@media only screen and (max-width : 320px) {

  .submenu li {
    padding: 0 15px;
  }

  #fullpage #section1 .list_icon .ment,
  #fullpage #section1 .list_icon .ment:hover {
    padding: 9px 0 0;
  }

  #fullpage #section1 .inner .cont {

    margin-top: -225px;
  }

  .scroll_down {
    bottom: 17px;
  }

  .scroll_down img {
    width: 50px;
  }

  .submenu li a {
    font-size: 11px;
  }
}
