@charset "euc-kr";
::selection {color: #1e1e1e; background-color: #ffcc33;}

.clearfix {zoom: 1;}
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {clear: both;}
button {
    background: inherit; 
    border: none; 
    box-shadow: none; 
    border-radius: 0;
    padding: 0; 
    overflow: visible; 
    cursor: pointer;
}

.scrollbar {
    overflow-x: hidden;
    overflow-y: scroll;    
}

/* 스크롤바의 폭 너비 */
.scrollbar::-webkit-scrollbar {
    width: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #ffcc33; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scrollbar::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);  /*스크롤바 뒷 배경 색상*/
}

#main_wrap section p {
    letter-spacing: -1px;
    line-height: 150%;
}
#main_wrap section .inner {
    padding: 100px 0px;
    text-align: center;
    margin: 0 auto;
}

/* time_sec01 */
.time_sec01 {
    width: 100%;
    height: 890px;
    background-image: url(../img/time_sec01_bg.png);
    background-position: top center;
    background-size: cover;
}
.time_sec01 .inner {position: relative;}
.time_sec01 .inner .logo {    
    position: absolute;
    right: 0;
    width: 110px;
    height: auto    
}
.time_sec01 .inner .logo img {    
    width: 100%;
    opacity: 50%;
}
.time_sec01 .inner .txt {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 400;
    margin: 216px 0 30px;
}
.time_sec01 .inner .txt.vibration  {animation: vibration 0.75s infinite;}
@keyframes vibration {
    0% {
    transform: rotate(2deg);
    }
    25% {
    transform: rotate(-2deg);
    }
    50% {
    transform: rotate(2deg);
    }
    75% {
    transform: rotate(-2deg);
    }
    100% {
    transform: rotate(2deg);
    }
}
.time_sec01 .inner .tit {margin-bottom: 70px;}

/* time_sec02 */
.time_sec02 {
    width: 100%;
    height: auto;
    background-color: #2e2e2e;
}
.time_sec02 .inner .txt {
    margin: 57px 0 60px;
    color: #666666;
    font-size: 50px;
    font-weight: 700;
}
.time_sec02 .inner .txt span {color: #f7f7f7;}
.time_sec02 .inner .btn {
    display: table;
    width: 340px;
    height: 90px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #0e0e0e;
}
.time_sec02 .inner .btn p {
    display: table-cell;
    vertical-align: middle;
    
    font-size: 30px;
    font-weight: 400;
    color: #f7f7f7;
}

/* time_sec03 */
.time_sec03 {
    width: 100%;
    height: auto;
    background-color: #ededed;
}
.time_sec03 .inner .tit {margin-bottom: 40px;}

/* time_sec04 */
.time_sec04 {
    width: 100%;
    height: auto;
    background-color: #FFEEBC;
}
.time_sec04 .inner .tit {margin-bottom: 4px;}
.time_sec04 .inner .txt {
    font-size: 24px;
    margin-bottom: 46px;
}
.time_sec04 .inner .cont {margin-bottom: 50px;}
.time_sec04 .inner .btn a {
    display: table;
    width: 308px;
    height: 80px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #1e1e1e;
}
.time_sec04 .inner .btn p {
    display: table-cell;
    vertical-align: middle;
    
    font-size: 24px;
    font-weight: 400;
    color: #f7f7f7;
}

/* time_sec05 */
.time_sec05 {
    width: 100%;
    height: auto;
    background-image: url(../img/time_sec05_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.time_sec05 .inner {padding: 90px 0px !important;}
.time_sec05 .inner .txt1 {
    font-size: 40px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 20px;
}
.time_sec05 .inner .txt2 {
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 60px;
} 
.time_sec05 .inner .btn a {
    display: table;
    width: 308px;
    height: 80px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #0e0e0e;
}
.time_sec05 .inner .btn p {
    display: table-cell;
    vertical-align: middle;
    
    font-size: 24px;
    font-weight: 400;
    color: #f7f7f7;
}

/* time_sec06 */
.time_sec06 .inner .tit {margin-bottom: 50px;}
.time_sec06 .inner .field {
    width: 550px;
    margin: 0 auto;
}
.time_sec06 .inner .field ul {width: 100%;}
.time_sec06 .inner .field ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    margin-bottom: 30px;
}
.time_sec06 .inner .field ul li.finish {
    text-decoration: line-through;
    color: #ccc;
}
.time_sec06 .inner .field ul li:last-child {margin-bottom: 0px;}
.time_sec06 .inner .field ul li .left {
}
.time_sec06 .inner .field ul li .left p {
    font-size: 16px;
    color: #666666;
}
.time_sec06 .inner .field ul li .right {
    position: relative;
    
    width: 390px;
    height: 54px;
    
    color: #aaa;
}
.time_sec06 .inner .field ul li .right input {    
    width: 100%;
    height: 100%;
    padding-left: 20px; 
    
    border-radius: 8px;
    border: 1px solid #aaa;
}
.time_sec06 .inner .field ul li .right .select_btn div {
    width: calc(100% / 2 - 8px);
    height: 54px;
    line-height: 50px;
    float: left;
    text-align: center;
    
    background: #fff;
    border-radius: 8px;
    border: 1px solid #aaa;
}
.time_sec06 .inner .field ul li .right .select_btn div:hover {
    color: #ffcc33;
    border: 1px solid #ffcc33;
    box-shadow: 0px 4px 12px -8px;
}
.time_sec06 .inner .field ul li .right .select_btn .active {
    color: #ffcc33;
    border: 1px solid #ffcc33;
}
.time_sec06 .inner .field ul li .right .select_btn .btn1 {margin-right: 16px;}
.time_sec06 .inner .field ul li .right .select_btn p {margin: 0 auto}

.time_sec06 .inner .field ul li .right.select_box button {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../img/arrow.png);    
    background-size: 15px;
    background-position: calc(100% - 12px);
    background-repeat: no-repeat;
    padding-left: 20px;
    
    text-align: left;
    border-radius: 8px;
    border: 1px solid #aaa;
}
.time_sec06 .inner .field ul li .right.select_box .option_list {display: none;}
.time_sec06 .inner .field ul li .right.select_box .option_list.on {
    height: 400px;
    
    position: absolute;
    z-index: 10;
    display: block;
    background: #fff;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #aaa;
    border-radius: 12px;
    box-shadow: 0px 4px 12px -8px;
}
.time_sec06 .inner .field ul li .right.select_box .option_list .option_item {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 4px;
}
.time_sec06 .inner .field ul li .right.select_box .option_list .option_item:hover {
    cursor: pointer;
    background: rgba(255,204,51,0.2);
}
.time_sec06 .inner .btn a {
    display: table;
    width: 308px;
    height: 80px;
    margin: 60px auto 0px;
    border-radius: 16px;
    background-color: #ffcc33;
}
.time_sec06 .inner .btn p {
    display: table-cell;
    vertical-align: middle;
    
    font-size: 24px;
    font-weight: 400;
    color: #1e1e1e;
}
.time_sec06 p.noti {
	margin-top: 20px;
	line-height: 1.5;
	font-size: .9em;
	color: #ff0000;
}

/* time_sec07 */
.time_sec07 {
	background: #1e1e1e;
	text-indent: 0;
}
.time_sec07 .inner {
    width: 560px;
    margin: 0 auto;
    padding: 90px 0px 170px 0px;
}
.time_sec07 h4 {
	float: left;
	margin-bottom: 16px;
}
.time_sec07 h4 span {
	float: left;
	color: #f7f7f7;
	font-size: 18px;
	font-weight: 500;
    padding-left: 8px;
}
.sec05 h4 span.tit {
	margin-left: 10px;
	line-height: 22px;
}
.time_sec07 ul {
	float: left;
    padding-left: 7px;
}
.time_sec07 ul li {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	line-height: 160%;
	color: #f7f7f7;
	text-align: left;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}
.time_sec07 ul li:last-child {
    margin-bottom: 0px;
}
.time_sec07 ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\b7\a0";
	letter-spacing: -1px;
}


/* fixed banner */
#bt_fix {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
#bt_fix > div {
    width: 100%;
}
#bt_fix > div a {
    display: block;
    width: 50%;
    line-height: 70px;
    text-align: center;
    float: left;
}
#bt_fix > div a.bt_f_btn01 {
    background: #FF6400;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.2);
}
#bt_fix > div a.bt_f_btn02 {
    background: #DB0000;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
}
#bt_fix > div a span {
    display: inline-block;
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    letter-spacing: -0.7px;
}







