﻿@charset "utf-8";

/* intro */
.intro {display:none;}


/* main */
.main {position:relative;height:660px;overflow:hidden;}
.main .visualWrap {position:relative;}


/* 왼쪽섹터 */
.main .sector_wrap { display:table; width:50%; height:660px; background:url(../../../resources/images/spot/1main_.sector_bg.png) repeat 100%; background-size: cover; position:absolute; top:0; left:0; z-index:1; }
.main .sector_wrap .sector_con { display:table-cell; vertical-align:middle; padding-left:35%; position:relative; }
.main .sector_wrap .sector_con img { max-width:120px; }
.main .sector_wrap .sector_con .sector_tit { color:#fff; font-weight:bold; font-size:36px; letter-spacing:-1px;margin:20px 0; }
.main .sector_wrap .sector_con .sector_tit .sector_tit_br { display:none; }
.main .sector_wrap .sector_con .sector_tit span { color:#ebf870; }
.main .sector_wrap .sector_con p { color:#fff; line-height: 140%; font-size: 18px;}

/* pc 슬라이드 이미지 */
.main .visualWrap .slide_01 { width:100%; height:100%; background:url(../../../resources/images/spot/1main_slide_02.jpg) no-repeat 0px 0px; background-size: auto 100%; background-position: right;}
.main .visualWrap .slide_02 { width:100%; height:100%; background:url(../../../resources/images/spot/1main_slide_02.jpg) no-repeat 0px 0px; background-size: auto 100%; background-position: right;}


/* 슬라이드 페이지네이션 */
.main .sector_wrap .sector_con .slide_pagination { display:block; margin-top:30px; width:100%; }

