/* BASIC css start */
.headerz {
     position: absolute !important; 
    width: 100%;
    background: none;
    margin-bottom: 0px !important;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.headerz:hover{
    background: rgba(255,255,255,0.7);
}

.depth2_bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 197px;
    z-index: 110;
    background: #fff;
    opacity: 0;
}

#sm_foot_warp {
    margin-top: -3px !important;
}


/* ¸ÞÀÎ °øÅë ½½¶óÀÌµå¹è³Ê  */

.main_slider{
    margin-bottom: 25px;
}

.main_slider *{
    font-family: "Lato","Nanum Gothic", AppleGothic, Helvetica, sans-serif;
}

.main_slider li{
    position: relative;
}

.main_slider .text_wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50px;
}

.main_slider .text_wrap .text01{
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    line-height: 0.8;
    margin-bottom: 25px;
    p border:1px solid #000000
}

.main_slider .text_wrap .text02 {
    font-size: 21px;
    color: #fff;
    line-height: 1;
}

.main_slider .text_wrap .text03{
    font-size: 55px;
    font-weight: bold;
    color: #000;
    line-height: 0.8;
    margin-bottom: 25px;
    p border:1px solid #000000
}

.main_slider .text_wrap .text04 {
    font-size: 21px;
    color: #000;
    line-height: 1;
}

.main_slider .text_wrap .text_btn {
    text-align: center;
    margin-top: 30px;
}

.main_slider .text_wrap .text_btn a{
    vertical-align: top;
    margin: 0 10px;
    display: inline-block;
    width: 220px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    box-sizing: border-box;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
    font-weight: bold;
}

.main_slider .text_wrap .text_btn a:hover{
    background: #fff;
    color: #000;
    font-weight: bold;
}


.main_slider .text_wrap .text_btn1 a{
    vertical-align: top;
    margin: 0 10px;
    display: inline-block;
    width: 220px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    border: 1px solid #000;
    box-sizing: border-box;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
    font-weight: bold;
}

.main_slider .text_wrap .text_btn1 a:hover{
    background: #000;
    color: #fff;
    font-weight: bold;
}

/* ¸ÞÀÎ °øÅë ÁÂ¿ì¹öÆ° */

.main_slider .slick-arrow{
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 50%;
    margin-top: -21px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.main_slider .slick-arrow:focus {
    outline: none;
}

.main_slider .slick-prev{
    background: #000 url('/design/gemini44/wib/img/icon/icon_arrow_prev_w.png') no-repeat center;
    background-size: 10px;
}

.main_slider .slick-next{
    background: #000 url('/design/gemini44/wib/img/icon/icon_arrow_next_w.png') no-repeat center;
    background-size: 10px;
}

.main_slider .slick-prev:hover{
    background: #fff url('/design/gemini44/wib/img/icon/icon_arrow_prev_b.png') no-repeat center;
    background-size: 10px;
}

.main_slider .slick-next:hover{
    background: #fff url('/design/gemini44/wib/img/icon/icon_arrow_next_b.png') no-repeat center;
    background-size: 10px;
}

.main_slider04 {
    margin: 0;
}


/* ¸ÞÀÎ ½½¶óÀÌµå¹è³Ê02 */

.main_slider02 .text_wrap{
    width: auto;
    left: 80px;
}


/* ¸ÞÀÎ ½½¶óÀÌµå¹è³Ê03 */

.main_slider03 .text_wrap{
    width: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 13%;
}





/* BASIC css end */

