@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@font-face {font-family:'GmarketSansMedium'; src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight:normal; font-style:normal;}
@font-face {font-family:'GmarketSansBold'; src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight:normal; font-style:normal;}

/******************************************
Author : 퍼스트몰(firstmall)
Author URL : http://firstmall.kr
Creation Date : 2022-06-10
Modify Date : 2022-06-14
File : /event/2022/dream
*******************************************/

/* 공통 */
body, div, dl, dt, li, ul, ol, li, h1, h2, h1, h2, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {font-family:"Noto Sans KR", sans-serif; /*transition:all 0.3s ease;*/}
body {min-width:320px; letter-spacing:-1px;}
img {max-width:100%;}
#event_header {position:relative; background:#fff; z-index:1;}
#event_footer {border-color:#d0d0d0; background:#fff;}
#wrap {position:relative; overflow:hidden; opacity:0;}
.top_btn {background:#ff5e1e;}
.show_mot {position:relative; opacity:0; top:20px;}
.section {position:relative; text-align:center; transition:all 0.3s ease;}
.section .inner {position:relative; width:auto; max-width:1180px; margin:auto; text-align:center;}
.section > .inner {opacity:0;}
.section.active > .inner {opacity:1;}

/* 뷰레이어 */
.view_bg {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.3); z-index:2;}
.view_layer {display:none; position:fixed; top:50%; left:50%; margin:-210px 0 0 -265px; width:530px; background:#fff; padding:20px 25px 25px; text-align:left; z-index:3;}
.view_layer h1 {margin-bottom:15px; font-size:36px; font-weight:700; color:#333; letter-spacing:-2px; line-height:1.2}
.view_layer h2 {margin-bottom:15px; font-size:30px; font-weight:700; color:#333; letter-spacing:-2px; line-height:1.2}
.view_layer .close {position:absolute; top:30px; right:30px; width:22px; height:23px; background:url('/images/event/20220104/layer_close.png') no-repeat; background-size:cover; cursor:pointer;}
.view_layer table {width:100%;}
.view_layer th {border-left:1px solid #ddd; background:#222; padding:10px 0; text-align:center; font-size:16px; color:#fff; line-height:1.2;}
.view_layer td {position:relative; background:#fff; padding:5px 0; text-align:center; font-size:16px; color:#333; line-height:1.2;}
.view_layer .bg td {background:#f2f2f2;}
.view_layer td:nth-child(2):before {display:block; content:'+'; position:absolute; left:-5px; top:5px; font-size:16px; color:#aaa;}
.view_layer td:nth-child(3):before {display:block; content:'='; position:absolute; left:-5px; top:5px; font-size:16px; color:#aaa;}
.view_layer td:nth-child(4) {border-left:1px solid #ddd;}

/* #section0 */
body {background:#171a23 url('./sec0_bg.jpg') no-repeat center 61px;}
#section0 {background:url('./sec0_bg.jpg') no-repeat center top; padding-top:70px;}
#section0 .tit {margin-bottom:50px;}

/* #section1 */
#section1 {padding-top:120px;}
#section1 .box {position:relative; border-radius:20px; background:#ff5e1e; padding:70px;}
#section1 .box .icon {position:absolute; top:60px; left:16%;}
#section1 .box .icon2 {position:absolute; top:-70px; right:-70px;}
#section1 .list {max-width:930px; margin:0 auto 90px;}
#section1 .list li {position:relative; display:inline-block; width:calc(50% - 5px);}
#section1 .list li .save {position:absolute; top:-40px; right:0;}
#section1 .tit {margin-bottom:125px;}
#section1 .txt {margin-bottom:50px;} 
#section1 .table {margin-bottom:65px;}

/* #section2 */
#section2 {padding-top:100px;}
#section2 .box {position:relative; border-radius:20px; background:#fff; padding:70px;}
#section2 .box .icon {position:absolute; top:170px; left:14%;}
#section2 .box .icon2 {position:absolute; top:-20px; right:14%;}
#section2 .tit {margin-bottom:50px;}
#section2 .img {max-width:956px; margin:0 auto 20px; box-sizing:border-box; border-radius:10px; background:#f0f0f0; padding:50px;} 
#section2 .table {margin-bottom:65px;}

/* #section3 */
#section3 {padding:120px 0;}
#section3 .inner {max-width:1920px;}
#section3 .tit {display:inline-block; position:relative; margin-bottom:100px;}
#section3 .tit .icon {position:absolute; bottom:0; right:-120px;}

/* #section4 */
#section4 {background:#fff; padding:70px 0;}
#section4 .inner {text-align:left;}
#section4 .tit {font-size:28px; font-weight:700; color:#06070c;}
#section4 .list {margin-top:20px;}
#section4 .list li {padding-top:10px; padding-left:9px; text-indent:-9px; font-size:18px; color:#06070c;}

/* 반응형 처리 */
@media only screen and (max-width:1180px) {	
	.section .inner {padding:0 20px;}
	#section1 .box .icon2 {top:-30px; right:-30px;}
}
@media only screen and (max-width:768px) {
	#section1 {padding-top:70px;}
	#section1 .box {padding:60px 40px;}
	#section1 .box .icon {top:30px; left:20px;}	
	#section1 .tit {margin-bottom:50px;}
	#section1 .table {margin-bottom:50px;}
	#section1 .list {margin: 0 auto 50px;}
	#section2 {padding-top:70px;}
	#section2 .box {padding:60px 40px;}
	#section2 .box .icon {top:170px; left:20px;}
	#section2 .box .icon2 {top:-20px; right:20px;}
	#section2 .table {margin-bottom:50px;}
	#section3 {padding:70px 0;}
	#section3 .tit {margin-bottom:50px;}
	#section4 {padding:50px 0;}
	#section4 .tit {font-size:24px;}
	#section4 .list {margin-top:10px;}
	#section4 .list li {font-size:16px;}
}
@media only screen and (max-width:530px) {
	.view_layer {left:20px; right:20px; margin-left:0; width:auto;}
	#section1 .list li {width:100%;}
	#section1 .list li + li {margin-top:40px;}
	#section1 .list li .save, 
	#section1 .list li .save2 {top:-30px; right:-20px;}
}
