* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'NanumGothic';
    src: url('../fonts/NanumGothic.ttf') format('truetype');
}
html {font-size: 16px;}
html,body {
    width: 100%;
    height: 100%;
    font-family: NanumGothic, 'NanumSquare', 'Nanum Gothic', sans-serif;
}
a, a:focus {outline: none}
@font-face{
    font-family:'Godo';
    font-style:normal;
    font-weight:400;
    src:url('http://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'),
        url('http://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
   }
   @font-face{
    font-family:'Godo';
    font-style:normal;
    font-weight:700;
    src:url('http://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'),
        url('http://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
   }
   .godo {
       font-family: 'Godo';
       font-weight: 400;
   }
/*ico*/
.ico_x {
    display: inline-block;
    background: url('../img/btn/x_img_white.png') no-repeat;
    width: 9px;
    height: 9px;
    margin: 0;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.sidebar-list .ico_x {
    background: url('../img/btn/x_img_black.png') no-repeat;
    background-size: cover;
    top: 0;
}
/*ico*/
.wrap > a {
    display: block
}
.wrap {
    background-position: center;
    height: 100%;
    position: relative;
}
.wrap1 {
    background: url(../img/bg/bg_01.jpg);
    background-size: cover;
    background-position-x: right;
}
.wrap2 {
    background: url(../img/bg/bg_02.jpg);
    background-size: cover;
    background-position-x: left;
}
.wrap3 {
    background: url(../img/bg/bg_03.jpg);
    background-size: cover;
    background-position-x: center;
}
/* 동영상 영역 백그라운드 */
.wrap4 {
    /* background: url(../img/bg/bg_04.jpg); */
    background: url('http://i.ytimg.com/vi/mcPZeMSiKTQ/maxresdefault.jpg');
    background-size: cover;
    background-position-x: center;
}
.wrap4 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.wrap5 {
    background: url(../img/bg/bg_05.jpg);
    background-size: cover;
    background-position-x: center;
}
/* 동영상 영역 백그라운드 */
.yotube_cover {
    /* background: url(../img/bg/bg_04.jpg); */
    background: url('http://i.ytimg.com/vi/mcPZeMSiKTQ/maxresdefault.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.yotube_cover.on {
    background: none;
    z-index: 11;
}
.wrap5_list li {
    display: inline-block;
    width: 241px;
    height: 241px;
    border: 4px solid #fff;
    margin-right: 20px;
    vertical-align: middle;
    background: url(../img/btn/go_btn.png) no-repeat;
    background-size: 125px 12.5px;
    background-position: 54px 178px;
    line-height: 233px;
}
.wrap5_list li:last-child {
    margin-right: 0;
}
.wrap5_list li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.ani .wrap5_list li {
    position: relative;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.ani .wrap5_list li:hover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}
.wrap5_list li:first-child::before {
    content: '';
    display: inline-block;
    width: 116px;
    height: 23px;
    background: url(../img/small/komaf_logo_s.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap5_list li:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 182px;
    height: 22px;
    background: url(../img/small/ms_logo_s.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap5_list li:nth-child(3)::before {
    content: '';
    display: inline-block;
    width: 182px;
    height: 49px;
    background: url(../img/small/msf_logo_s.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap5_list li:nth-child(4)::before {
    content: '';
    display: inline-block;
    width: 111px;
    height: 24px;
    background: url(../img/small/o2o_logo_s.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap5_list li::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -16px;
    top: 8px;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
}
.wrap5 .con_slide_inner {
    padding-left: 0;
}

.wrap6 {height: auto;text-align: center}

.con_slide_inner > a {
    color: #fff;
    display: block
}

.nav {
    position: fixed;
    background: rgba(0,0,0,0.5);
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    font-family: 'Nanum Gothic';
    width: 100%;
    top: 0;
    z-index: 999;
}
.nav h1 {color: #fff;margin: 0;position: absolute;top: 0;left: 30px;z-index: 1;}
.nav h1 a {vertical-align: middle;}
.tit_logo {
    background: url('../img/large/kiw2019_logo.png') no-repeat;
    display: inline-block;
    width: 194px;
    height: 24px;
    background-size: contain;
    position: relative;
    top: 7px;
}
.nav_list {
    width: 100%;
    height: 80px;
    position: absolute;
    right: 30px;
    top: 0;
    margin: 0;
    text-align: right;
}
.nav_list li {
    display: inline-block;
    margin: 0 17px;
}
.nav_list li:first-child {
    margin-left: 0
}
.nav_list li:last-child {
    margin-right: 0
}
.nav_list a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.nav_list a::after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    position: relative;
    top: -2px;
    display: none;
}
.nav_list a.active::after {
    display: block;
}

/* con */
.con {
    width: 1024px;
    height: 100%;
    color: #fff;
    margin: 0 auto;
    color: #fff;
}
.con .con_inner {
    width: 100%;
}
.con .con_inner, .con .con_inner_m {
    position: absolute;
    top:0;
    bottom: 0;
}
.ico_line::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 14px;
    position: absolute;
    left: -24px;
    top: -24px;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    padding: 0;
    margin: 0;
}
.ani.right .ico_line::after {
    left: auto;
    right: -24px;
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
}
.slick-slide {
    /* height: calc(100vh - 80px); */
    position: relative;
    border: 0 !important;
}
.right .slick-slide > div {
    right: 0;
    text-align: right;
}
.con_tit1 {
    position: relative;
    font-size: 40px;
}
.con_tit1 span {
    display: block;
    line-height: 1.5;
}
.con_tit2 {
    font-size: 30px;
    font-weight: bold;
}
.wrap2 .con_tit2 span {
    float: right;
}
.con_tit2 .con_tit2_big {
    font-size: 61px;
    font-weight: 900;
    display: block;
    margin-top: 20px;
    margin-bottom: 48px;
    text-align: center;
}
.wrap3 .con_tit2 .con_tit2_big {
    text-align: left;
}
.wrap5 .con .con_inner, .wrap5 .con .con_inner_m {
    left: 0;
}
.wrap5 .wrap5_list {
    text-align: center;
}
.con_tit2_normal {
    font-weight: 400;
}
.con_inner .con_tit2_img, .con_inner_m .con_tit2_img {
    display: block;
    margin-top: 65px;
    width: 476px;
    height: 58px;
}
.con_inner .con_tit2_sub, .con_inner_m .con_tit2_sub {
    margin-top: 17px;
    display: block;
}
.con_inner01 .con_tit2_img {
    background: url('../img/large/kiw2019_logo.png') no-repeat;
    background-size: cover;
}
.wrap2 .con_inner01 .con_tit2_img {
    background: url('../img/large/msf_logo_01.png') no-repeat;
    background-size: cover;
    width: 754px;
}
.con_inner02 .con_tit2_img {
    background: url('../img/large/kxms_logo.png') no-repeat;
    background-size: cover;
    width: 815px;
    height: 58px;
}
.btn_go {
    display: inline-block;
    background: url('../img/btn/btn_go.png') no-repeat;
    width: 67px;
    height: 30px;
    background-size: cover;
}
.btn_go_wrap {
    text-align: left;
    margin-top: 24px;
}
.btn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.btn_wrap.on {
    width: 100%;
    height: 100%;
}
.btn_play {
    display: inline-block;
    background: url('../img/btn/play_btn.png') no-repeat;
    width: 104px;
    height: 104px;
    background-size: cover;
    border: 0;
}
.btn_play.on {
    background: none;
    width: 100%;
    height: 100%;
}
.btn_youtube {
    display: block;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 5px 15px;
}
.wrap2 .btn_go_wrap {
    text-align: right;
    float: right;
    clear: right;
}
/* 슬라이드 페이지 버튼 */
.con .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 200px;
}
.con .slick-dots li {
    display: inline-block;
    /* margin-right: 17px; */
    width: 44px;
    height: 29px;    
    line-height: 29px;
}
.con .slick-dots li:last-child {
    margin-right: 0;
}
.con .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 40px;
    border: none;
    font-size: 0;
    vertical-align: middle;
}
.con .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background: none;
    border: 3px solid #fff;
    padding: 0;
    margin: 0;
}

.wrap .top_top_pagination {
    display: block;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #ccc;
    width: 1px;
    padding: 3px 0;
}
.wrap .top_top_pagination a {
	display:block;
	height:48px;
	margin-bottom:5px;
	color:white;
	position:relative;
	padding:4px;
}
.wrap .top_top_pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}
.wrap .top_top_pagination a .hover-text {
	position:absolute;
	right:10px;
	top:50%;
    transform: translateY(-50%);
    vertical-align: middle;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}
.wrap .top_top_pagination a:hover .hover-text {
	opacity: 1;
}
.wrap .top_top_pagination a:after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 3px;
    height: 100%;
    display: block;
    border: none;
    content: '';
    position: absolute;
    margin: auto;
    top: 5px;
    right: 6px;
    bottom: 0;
}
.wrap .top_top_pagination a.active:after {
    display: block;
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}
/* 슬라이드 페이지 버튼 */
#myVideo {
    position: absolute;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
/* con */

/*scroll*/
.scroll_control_a{
	position: absolute;
	width:100px;
	height:50px;
	bottom:50px;
	left:50%;
	margin-left:-50px;
	z-index:9;
}
.scrolldown a{
	position: relative;
	display: block;
	width:100%;
	height:35px;
	text-align:center;
}
.scrolldown p{
	text-align:center;
	color:#fff;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.43);
    font-size: 12px;
    font-weight: bold;
}
.scrolldown .arrow{
    position: absolute;
    width: 47px;
    height: 11px;
    opacity: 0;
    left: 50%;
    margin-left: -23.5px;
}
.scrolldown .arrow_img{
	position:absolute;
	width:100%;
	height: 100%;
	background-image: url("../img/btn/btn_arrow_down.png");
	background-size:47px 11px;
	background-repeat:no-repeat;
	left:0;
}
.scrolldown a .arrow {
    animation: arrow 1500ms linear infinite;
    -ms-animation: arrow 1500ms linear infinite;
    -moz-animation: arrow 1500ms linear infinite;
    -webkit-animation: arrow 1500ms linear infinite;
}
.scrolldown a .arrow:nth-child(2) {
    animation-delay:  -0.5s;
    -ms-animation-delay:  -500ms;
    -moz-animation-delay: -500ms;
    -webkit-animation-delay:  -0.5s;
}
.scrolldown a .arrow:nth-child(3) {
    animation-delay:  -1s;
    -ms-animation-delay: -1000ms;
    -moz-animation-delay: -1000ms;
    -webkit-animation-delay:  -1s;
}
.arrowTxt{
	position: absolute;
	bottom:0;
	width:100px;
	text-align:center;
	letter-spacing:1px;
	left:50%;
	margin-left:-50px;
	z-index:2;
}
.arrowTxt a{
	text-decoration:none;
	color:#fff;
	font-size:11px;
}
.arrowTxt a:hover{color:#fff;}

@-webkit-keyframes arrow {
    0% {-webkit-transform: translateY(0px);opacity: 0;}
    50% {-webkit-transform: translateY(9px);opacity: 1;}
    100% {-webkit-transform: translateY(18px);opacity: 0;}
}
@-ms-keyframes arrow{
    0% {-moz-transform: translateY(0px);opacity: 0;}
    50% {-moz-transform: translateY(9px);opacity: 1;}
    100% {-moz-transform: translateY(18px);opacity: 0;}
}
@-moz-keyframes arrow{
    0% {-moz-transform: translateY(0px);opacity: 0;}
    50% {-moz-transform: translateY(9px);opacity: 1;}
    100% {-moz-transform: translateY(18px);opacity: 0;}
}
@keyframes arrow {
    0% {transform: translateY(0px);opacity: 0;}
    50% {transform: translateY(9px);opacity: 1;}
    100% {transform: translateY(18px);opacity: 0;}
}
/*scroll*/

/* footer */
.footer_wrap {
    text-align: center;
}
.footer_top {
    background: #333;
    padding-top: 45px;
}
.footer_top_wrap {
    width: 888px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.footer_top_tit {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 21px;
}
.footer_top_list {
    display: inline-block;
}
.footer_top_list li {
    font-size: 14px;
    color: #888;
    display: inline-block;
    margin-right: 22px;
}
.footer_top_list li:last-child {
    margin-right: 0;
}
.footer_top_list li.phone::before {
    content: '';
    background: url("../img/btn/btn_small_call.png") no-repeat;
    /* background: url(http://img.daara.co.kr/exhi/exhi_2019/common/btn_small_call.png) no-repeat; */
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.footer_top_list li.mail::before {
    content: '';
    background: url("../img/btn/btn_small_email.png") no-repeat;
    /* background: url(http://img.daara.co.kr/exhi/exhi_2019/common/btn_small_call.png) no-repeat; */
    background-size: cover;
    width: 14px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.footer_top_list li.fax::before {
    content: '';
    background: url("../img/btn/btn_small_fax.png") no-repeat;
    /* background: url(http://img.daara.co.kr/exhi/exhi_2019/common/btn_small_call.png) no-repeat; */
    background-size: cover;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.footer_top_list li.location::before {
    content: '';
    background: url("../img/btn/btn_small_addr.png") no-repeat;
    /* background: url(http://img.daara.co.kr/exhi/exhi_2019/common/btn_small_call.png) no-repeat; */
    background-size: cover;
    width: 10px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.footer_top_list li a {
    color: #888;
}
.footer_bottom {
    background: #000;
    color: #888;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    height: 48px;
    line-height: 48px;
}
.footer_logo_wrap {
    padding-top: 27px;
    padding-bottom: 40px;
}
.footer_logo:nth-child(1) {
    display: inline-block;
    background-image: url("../img/btn/footer_logo1.png");
    width: 141px;
    height: 34px;
    background-size: cover;
    margin-right: 28px;
}
.footer_logo:nth-child(2) {
    display: inline-block;
	background-image: url("../img/btn/footer_logo2.png");
    width: 119px;
    height: 28px;
    background-size: cover;
}
.footer_logo_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
/* footer */

/* sidevar */
#sidebar {
    width: 267px;
    position: fixed;
    top: 0;
    right: -267px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar a {
    color: #333;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url("../img/btn/btn_close_m.png") no-repeat;
    position: absolute;
    top: 31px;
    right: 33px;
    cursor: pointer;
    background-size: cover;
    /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}
.sidebar-list {
    margin-top: 80px;
    border-top: 1px solid #e4e4e4;
}
.sidebar-list ul {
    padding-left: 14px;
}
.sidebar-list li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e4e4e4;
}

/* #dismiss:hover {
    background: #fff;
    color: #7386D5;
} */

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    background: #fff;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
    height: 54px;
    line-height: 54px;
    padding-left: 14px;
}
#sidebar .sidebar-header a {
    color: #333;
    position: relative;
}
#sidebar .sidebar-header .ico_arrow_r_m {
    top: -2px;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    /* padding: 10px; */
    display: block;
    font-weight: 600;
}

.slick-track .slick-slide {
    /* display: inline-block; */
    height: 100vh;
  }
  .slick-track .slick-slide > div {
      display: table;
      width: 100%;
      height: 100%;
  }
  .wrap5 .con_slide {
      width: 100%;
  }
  .wrap5 .slick-track .slick-slide > div {
      text-align: center;
      width: 100%;
  }
  .con_slide {
      width: 100%;
      height: 100%;
      display: table;
  }
  .con_slide_inner {
      display: table-cell;
      vertical-align: middle;
      padding-left: 24px;
  }
  .wrap2 .con_slide_inner {
      padding-left: 0;
      padding-right: 24px;
  }
  .wrap4 iframe {
      position: absolute;
  }
  #player {
      /* padding-top: 80px; */
      background: #000;
      z-index: 1;
  }
  .con_wrap {
      height: 100vh;
  }

/* animation */
.top_down {
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}
.ani .top_down {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.top_down02 {
    opacity: 0;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}
.ani .top_down02 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.top_down03 {
    opacity: 0;
    transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}
.ani .top_down03 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.top_down04 {
    opacity: 0;
    transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}
.ani .top_down04 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.down_top {
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.ani .down_top {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.down_top02 {
    opacity: 0;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.ani .down_top02 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.down_top03 {
    opacity: 0;
    transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.ani .down_top03 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.down_top04 {
    opacity: 0;
    transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.ani .down_top04 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.ani_fade .top_down, .ani_fade .top_down02, .ani_fade .top_down03,.ani_fade .top_down04, .ani_fade .down_top, .ani_fade .down_top02, .ani_fade .down_top03, .ani_fade .down_top04 {
    opacity: 0;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}
.wrap2_hold .down_top, .wrap2_hold .down_top02, .wrap2_hold .down_top03, .wrap2_hold .down_top04,
.wrap3_hold .top_down, .wrap3_hold .top_down02, .wrap3_hold .top_down03, .wrap3_hold .top_down04 {
    transform: none;
    -webkit-transform: none;
    opacity: 1 !important;
}

.wrap2 .slick-dots, .wrap3 .slick-dots {display: none !important}

/* pc hide */
.btn_menu, .m, .con_inner_m {display: none}
.con_inner {display: block}
/* pc hide */

/* pad style */
@media screen and (max-width: 1025px) {
    .pc, .nav_list, .con_inner {display: none !important}
    .m {display: initial !important}

    .con {width: 100%}
    .con_inner_m {
        display: block;
        width: 100%;
        display: block;
        text-align: center;
    }
    .con_inner_m .con_tit1 {
        font-size: 27px;
    }
    .con_inner_m .con_tit2_img {
        display: inline-block;
        margin: 50px auto 0;
    }
    .con_inner_m .con_tit2_sub {
        margin-top: 10px;
    }
    .wrap2 .con_inner01 .con_tit2_img {
        background: url(../img/large/msf_logo_02.png) no-repeat;
        background-size: cover;
        width: 473px;
        height: 125px;
        float: none;
    }
    .wrap2 .con_tit2 span {
        float: none;
    }
    .con_inner_m span {
        display: block;
    }
    .con_inner_m .btn_go_wrap {
        text-align: center;
        float: none;
    }
    .con_slide_inner {
        padding-left: 0;
        position: relative;
        top: -30px;
    }
    .wrap5 .con_slide_inner {
        top: 0;
    }
    .con .slick-dots {
        margin-bottom: 100px;
    }
    .btn_menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 80px;
        background: none;
        border: 0;
        font-size: 0;
    }
    .btn_menu span {
        background: url(http://img.daara.co.kr/land/img/m/ico/ico_menu_main.png) no-repeat;
        display: inline-block;
        width: 24px;
        height: 14px;
        background-size: cover;
    }

    .con_tit2 .con_tit2_big {
        margin-top: 52px;
        margin-bottom: 0;
    }
    .wrap5 .con_tit2 .con_tit2_big {
        margin-top: 0;
    }

    .wrap5_list ul {
        width: 504px;
        margin: 35px auto 0;
    }
    .wrap5_list li {
        width: 234px;
        height: 162px;
        margin-right: 36px;
        margin-bottom: 36px;
        background: url(../img/btn/go_btn.png) no-repeat;
        background-size: 125px 12.5px;
        background-position: 54px 178px;
        line-height: 154px;
        position: relative;
    }
    .wrap5_list li:nth-child(2) {
        margin-right: 0;
    }
    .wrap5_list li:first-child::before {
        content: '';
        display: inline-block;
        width: 112px;
        height: 22px;
        background: url(../img/small/komaf_logo_s.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .wrap5_list li:nth-child(2)::before {
        content: '';
        display: inline-block;
        width: 176px;
        height: 20px;
        background: url(../img/small/ms_logo_s.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .wrap5_list li:nth-child(3)::before {
        content: '';
        display: inline-block;
        width: 182px;
        height: 49px;
        background: url(../img/small/msf_logo_s.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .wrap5_list li:nth-child(4)::before {
        content: '';
        display: inline-block;
        width: 108px;
        height: 23px;
        background: url(../img/small/o2o_logo_s.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .footer_top_wrap {
        width: 100%;
    }
    .footer_top_list li:last-child {
        display: block;
        margin-top: 16px;
    }
    .scroll_control_a {
        bottom: 20px;
    }
    .wrap5_list_center {
        display: inline-block;
    }
    .wrap5_list li:nth-child(3) {
        clear: left;
    }
    .wrap3_hold .down_top, .wrap3_hold .down_top02, .wrap3_hold .down_top03, .wrap3_hold .down_top04 {
        transform: none;
        -webkit-transform: none;
        opacity: 1 !important;
    }
    .wrap2_hold .slick-slide 
    .wrap3_hold .slick-slide {
        opacity: 1 !important;
    }
    .wrap1, .wrap2, .wrap3, .wrap4, .wrap5 {
        background-position-x: center;
    }
    .wrap2 .con_slide_inner {
        padding-right: 0;
    }
    .ani .wrap5_list li:hover {
        transition: none;
        transform: none;
    }
    .yotube_cover {
        background-position-y: center;
    }
    .wrap1 .con_inner_m .con_tit2_img {
        background: url('../img/large/kiw2019_logo.png') no-repeat;
        background-size: cover;
        width: 476px;
        height: 58px;
    }
    .wrap3 .con_tit2 .con_tit2_big {
        text-align: center
    }
}
/* pad style */

/* mobile style */
@media screen and (max-width: 767px) {
    .wrap1, .wrap2, .wrap3, .wrap4, .wrap5 {
        background-position-x: center;
    }
    .wrap2 {
        background-position-x: -130%;
    }
    .con_inner_m .con_tit2_img, .con_tit2 .con_tit2_big {
        margin-top: 40px;
    }
    .tit_logo {
        width: 122px;
        height: 15px;
        top: 2px;
    }
    .con_inner .con_tit2_img, .con_inner_m .con_tit2_img {
        width: 240px;
        height: 29px;
    }
    .wrap1 .con_inner .con_tit2_img, .wrap1 .con_inner_m .con_tit2_img {
        width: 240px;
        height: 29px;
    }
    .nav {
        height: 44px;
        line-height: 44px
    }
    #player {
        padding-top: 44px;
    }
    .btn_menu {
        height: 44px;
    }
    .con_inner_m .con_tit1 {
        font-size: 16px;
    }
    .con_inner_m .con_tit2_sub {
        font-size: 18px;
    }
    .wrap .top_top_pagination {
        display: none;
    }
    .wrap2 .con_inner01 .con_tit2_img {
        background: url(../img/large/msf_logo_02.png) no-repeat;
        background-size: contain;
        width: 237px;
        height: 66px;
    }
    .con_tit2 .con_tit2_big {
        font-size: 30px;
        line-height: 1.2;
    }
    .wrap5_list ul {
        width: 100%;
        padding: 0 20px;
        overflow: hidden;
    }
    .wrap5_list li {
        width: 130px;
        height: 90px;
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
    }
    .wrap5_list li:nth-child(2), .wrap5_list li:nth-child(4) {
        margin-right: 0;
    }

    .wrap5_list li:first-child::before {
        width: 62px;
        height: 12px;
    }
    .wrap5_list li:nth-child(2)::before {
        width: 98px;
        height: 11px;
    }
    .wrap5_list li:nth-child(3)::before {
        width: 98px;
        height: 26px;
    }
    .wrap5_list li:nth-child(4)::before {
        width: 60px;
        height: 13px;
    }
    .footer_top_list li {
        display: block;
        margin-top: 16px;
    }
    .footer_top_list li:first-child {
        margin-top: 0;
    }
}
/* mobile style */