@charset "UTF-8";

/*==============================================================
	wrap-micro-camp
==============================================================*/

/* ----------------------------------
	Normalize
----------------------------------*/

/* GmarketSans */
@font-face {
	font-family: 'GmarketSans';
	src:url('../font/GmarketSansLight.woff') format('woff'), /* Modern Browsers */
		url('../font/GmarketSansLight.woff2') format('woff2'); /* Modern Browsers */
	font-weight: 300;
	font-style: 300;
}
@font-face {
	font-family: 'GmarketSans';
	src:url('../font/GmarketSansMedium.woff') format('woff'), /* Modern Browsers */
		url('../font/GmarketSansMedium.woff2') format('woff2'); /* Modern Browsers */
	font-weight: 500;
	font-style: 500;
}
@font-face {
	font-family: 'GmarketSans';
	src:url('../font/GmarketSansBold.woff') format('woff'), /* Modern Browsers */
		url('../font/GmarketSansBold.woff2') format('woff2'); /* Modern Browsers */
	font-weight: 600;
	font-style: 600;
}



.wrap-micro-camp *,
.wrap-micro-camp *:before,
.wrap-micro-camp *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap-micro-camp em,
.wrap-micro-camp strong {display:block;}
.wrap-micro-camp p {position:relative;}
.wrap-micro-camp img {display:block;width:100%;height:100%;object-fit:cover;object-position:center;}

.wrap-micro-camp :lang(en) {font-family:'Noto Sans KR', serif;margin-top:-2px;} 


.wrap-micro-camp .table-wrap {display:table;table-layout:fixed;width:100%;}
.wrap-micro-camp .table-wrap .cell {display:table-cell;vertical-align: middle;}

.wrap-micro-camp [class^='color-point-'] {position:relative;}
.wrap-micro-camp [class^='color-point-'].underline {}
.wrap-micro-camp [class^='color-point-'].underline:before {content:'';position:absolute;left:0;bottom:6px;display:inline-block;width:100%;}


.wrap-micro-camp .color-point-01 {color:#5feae2 !important;}
.wrap-micro-camp .color-point-01.underline:before {border-bottom:2px solid #5feae2;}
.wrap-micro-camp .color-point-02 {color:#937ef3 !important;}
.wrap-micro-camp .color-point-02.underline:before {border-bottom:2px solid #937ef3;}
.wrap-micro-camp .color-point-03 {color:#786da9 !important;}
.wrap-micro-camp .color-point-03.underline:before {border-bottom:2px solid #786da9;}
.wrap-micro-camp .color-point-04 {color:#f1c2f2 !important;}
.wrap-micro-camp .color-point-04.underline:before {border-bottom:2px solid #f1c2f2;}
.wrap-micro-camp .color-point-05 {color:#e8b3c5 !important;}
.wrap-micro-camp .color-point-05.underline:before {border-bottom:2px solid #e8b3c5;}
.wrap-micro-camp .color-point-06 {color:#473d2e !important;}
.wrap-micro-camp .color-point-06.underline:before {border-bottom:2px solid #473d2e;}


.wrap-micro-camp [class*='bg-bar'] {position:relative;display:inline-block !important;}
.wrap-micro-camp [class*='bg-bar']:before {content:'';position:absolute;display:inline-block;z-index:-1;
	box-sizing:content-box;
}

.wrap-micro-camp .bullet-star {padding-left:9px;}
.wrap-micro-camp .bullet-star:before {content:'*';position:absolute;top:8px;left:0;line-height:1;}
.wrap-micro-camp .bullet-circle {padding-left:9px;}
.wrap-micro-camp .bullet-circle:before {content:'';display:inline-block;border-radius:50%;width:4px;height:4px;background-color:#00bd7a;position:absolute;top:-2px;left:0;margin-top:7px;}

.wrap-micro-camp .col-2 {position:relative;float:left;height:100%;}
.wrap-micro-camp .row {position:relative;/*overflow:hidden;*/}

.wrap-micro-camp {font-family:'GmarketSans', serif;}
.wrap-micro-camp #container {position:relative;}

/* gnb */
.wrap-micro-camp #header {overflow: hidden;position: absolute;left: 0;top: 0;width: 100%;height:90px;z-index: 900;
	background-color:transparent;border-bottom:none;
}
.wrap-micro-camp #header .inner-cont {
	position: relative;
	overflow:hidden;
    width: 100%;
    height: 100%;
    width: 1120px;
    margin: 0 auto;	
}


.wrap-micro-camp #header .inner-cont .logo {top:31px;}

.wrap-micro-camp #header .inner-cont .logo a {width:116px;height:34px;
	background: url('../images/logo.png') 0 0 no-repeat;
	background-size:100%;
}


/* ui-datepicker */
.ui-datepicker {width:19em;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {top:5px;cursor:pointer;}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {margin-top: -8px;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {padding:0 5px;}
.ui-datepicker .ui-datepicker-buttonpane button {padding: .1em .6em .2em .6em;}
.ui-datepicker td span,
.ui-datepicker td a {padding:.2em .2em .3em;}


/*-------------------------
    micro-camp-cont
--------------------------*/
.micro-camp-cont .banner-notice {position:absolute;top:4.8%;left:50%;z-index:900;width:1120px;height:auto;/*cursor:pointer;*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.micro-camp-cont .banner-notice .img-cont {width:100%;height:auto;}
.micro-camp-cont .banner-notice .btn-close {width:65px;height:65px;position:absolute;top:40px;right:0;
	background: url('../images/btn_banner_notice_close.png') 0 0 no-repeat;
	background-size:38px 38px;
	background-position:center center;
}
.micro-camp-cont .banner-notice .btn-event {width:256px;height:52px;position:absolute;top:258px;right:0;left:0;margin-left:auto;margin-right:auto;
	background: url('../images/btn_banner_notice_event.png') 0 0 no-repeat;
	background-size:256px 52px;
	background-position:center center;
}


.micro-camp-cont section {/*overflow:hidden;*/position:relative;display:block;width:100%;height:auto;margin:0 auto;}
.micro-camp-cont section .inner-cont {position:relative;width:1120px;height:100%;position:absolute;top:0;left:0;right:0;margin-left:auto;margin-right:auto;z-index:200;}
.micro-camp-cont section .w-1920  {width:100%;/*min-width:1920px;*/max-width:1920px;}
.micro-camp-cont section .w-1200  {max-width:1200px;margin:0 auto;}


.micro-camp-cont section [class^='cont-center'],
.micro-camp-cont section [class^='video-center'] {position:absolute;top:auto;left:0;right:0;margin-left:auto;margin-right:auto;z-index:200;}
.micro-camp-cont section .dsc > em {font-family:'GmarketSans', serif;}



.micro-camp-cont [class^='pos-'] {height:100%;}
.micro-camp-cont [class^='cont-center'] {position:absolute;top:auto;left:0;right:0;margin-left:auto;margin-right:auto;z-index:200;}

.micro-camp-cont [class^='btn-'] {display:inline-block;
	/* -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear; */
}
.micro-camp-cont [class^='btn-'] * {
	/* -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear; */
}
.micro-camp-cont [class*='btn-bg-color-01'] {background-color:#55b3af;}
.micro-camp-cont [class*='btn-bg-color-02'] {background-color:#b094f6;}
.micro-camp-cont [class*='btn-bg-color-01']:HOVER {
	background: -moz-linear-gradient(to right, #ec6e9f, #ec8b6b);
	background: -webkit-linear-gradient(to right, #ec6e9f, #ec8b6b);
	background: linear-gradient(to right, #ec6e9f, #ec8b6b);
}
.micro-camp-cont [class*='btn-bg-color-01']:HOVER p {color:#863444;}
.micro-camp-cont [class*='btn-bg-color-01']:HOVER i {background-color:#863444;}


.micro-camp-cont [class*='btn-bg-color-02']:HOVER {
	background: -moz-linear-gradient(to right, #2fb383, #338986);
	background: -webkit-linear-gradient(to right, #2fb383, #338986);
	background: linear-gradient(to right, #2fb383, #338986);
}
.micro-camp-cont [class*='btn-bg-color-02']:HOVER p {color:#e2e977;}
.micro-camp-cont [class*='btn-bg-color-02']:HOVER i {background-color:#bcc351;}


.micro-camp-cont .nav-floating {position:fixed;top:134px;left:50%;margin-left:660px;width:123px;height:auto;z-index:300;}
.micro-camp-cont [class*='btn-floating'] {display:inline-block;width:123px;height:157px;padding:21px 0;width:125px;height:160px;text-align:center;border-radius:15px;}
.micro-camp-cont [class*='btn-floating'] i {display:block;margin:5px auto 0;width:31px;height:31px;border-radius:50%;}
.micro-camp-cont [class*='btn-floating'] i:before {content:'';width:11px;height:19px;display: inline-block;vertical-align: top;margin: 6px 0 0 2px;
	background: url('../images/ico_floating_arrow-right.png') 0 0 no-repeat;
	background-size:100%;
}

/*
.micro-camp-cont [class*='btn-floating-01'] {top:134px;}
.micro-camp-cont [class*='btn-floating-02'] {top:296px;}
*/

.micro-camp-cont [class*='btn-floating-02'] {margin:5px 0 0 0;}

.micro-camp-cont [class*='btn-floating-01'] strong {font-size:18px;color:#fff;font-weight:500;line-height:21px;}
.micro-camp-cont [class*='btn-floating-01'] p {padding:5px 0 0 0;font-size:17px;color:#276461;font-weight:500;letter-spacing:-.5px;line-height:21px;}
.micro-camp-cont [class*='btn-floating-01'] i {background-color:#276461;}


.micro-camp-cont [class*='btn-floating-02'] strong {font-size:16px;color:#fff;font-weight:500;line-height:21px;letter-spacing:-.5px;}
.micro-camp-cont [class*='btn-floating-02'] p {padding:5px 0 0 0;font-size:18px;color:#663fc7;font-weight:500;letter-spacing:-.5px;line-height:21px;}
.micro-camp-cont [class*='btn-floating-02'] i {background-color:#663fc7;}



.micro-camp-cont .pos-btn-support {text-align:center;font-size:0;height:auto;}
.micro-camp-cont [class^='btn-support-'] {display:inline-block;vertical-align:top;border-radius:10px;width:350px;height:97px;}
.micro-camp-cont [class^='btn-support-'] + [class^='btn-support-'] {margin:0 0 0 25px;}

.micro-camp-cont [class^='btn-support-'] .table-wrap {height:100%;}

.micro-camp-cont [class^='btn-support-'] em {font-weight:400;color:#fff;font-size:22px;letter-spacing:-.5px;}
.micro-camp-cont [class^='btn-support-'] p {padding:7px 0 0 0;color:#fff;font-size:23px;letter-spacing:-.5px;}
.micro-camp-cont [class^='btn-support-'] p > span {font-size:20px;font-weight:300;}
.micro-camp-cont [class^='btn-support-']:HOVER * {color:#fff !important;}

.micro-camp-cont .btn-support-01 {}
.micro-camp-cont .btn-support-01 em {padding-top:5px;}




.micro-camp-cont .section-01 {}
.micro-camp-cont .section-01 .ico-badge {position:absolute;top:15px;right:19px;}
.micro-camp-cont .section-01 .title-cont {display:inline-block;margin:110px 0 0 80px;}
.micro-camp-cont .section-01 .title-cont:after {content:'';display:inline-block;vertical-align:top;margin-top:-6px;width:100%;height:1px;border-bottom:1px solid #fff;opacity:.4;}
.micro-camp-cont .section-01 .title-cont > em {font-size:29px;font-weight:300;color:#fff;letter-spacing:1px;}
.micro-camp-cont .section-01 .title-cont > strong {margin:20px 0 0 0;font-size:85px;font-weight:bold;color:#fff;}

.micro-camp-cont .section-02 {}
.micro-camp-cont .section-02 .row {overflow:hidden;}
.micro-camp-cont .section-02 .inner-cont {padding:80px 0;}
.micro-camp-cont .section-02 .progress-bar-cont {}
.micro-camp-cont .section-02 .progress-bar-cont > .row {margin:0 0 10px 0;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-title {float:left;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-title em {font-size:17px;letter-spacing:-1px;color:#686868;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-title strong {margin:10px 0 0 0;font-size:30.5px;color:#000000;font-weight:500;letter-spacing:-.5px;}

.micro-camp-cont .section-02 .progress-bar-cont .progress-value-num {float:right;margin:15px 0 0 0;text-align:right;display:inline-block;font-size:40px;color:#7160b9;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-value-num strong {opacity:0;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-bar {position: relative;display:block;background-color:#dddddd;width:100%;height:26px;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-bar .progress-value-width {overflow:hidden;position: absolute;top:0;left:0;display: inline-block;height:26px;max-width:1120px;
	background: -moz-linear-gradient(to right, #97e0d9, #d4d8ed, #947ff3);
	background: -webkit-linear-gradient(to right, #97e0d9, #d4d8ed, #947ff3);
	background: linear-gradient(to right, #97e0d9, #d4d8ed, #947ff3);

	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

.micro-camp-cont .section-02 .progress-bar-cont .progress-people {margin:10px 0 0 0;text-align:right;font-size:20px;line-height:29px;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-total-num {text-align:right;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-total-num > strong {padding:10px 0 8px 0;font-size:38px;color:#46afa7;}
.micro-camp-cont .section-02 .progress-bar-cont .progress-total-num > em {font-size:20px;color:#686868;}

.micro-camp-cont .section-02 .pos-btn-support {margin:40px 0 0 0;}



.micro-camp-cont .section-03 {}

.micro-camp-cont .section-03 .row {text-align:center;}

.micro-camp-cont .section-03 .row strong,
.micro-camp-cont .section-03 .row p,
.micro-camp-cont .section-03 .row span {letter-spacing:-1px;color:#fff;font-weight:bold;font-size:60px;line-height:75px;}

.micro-camp-cont .section-03 .row > span {float:left;}
.micro-camp-cont .section-03 .row span {float:left;color:#b7b7b7;}

.micro-camp-cont .section-03 .row strong,
.micro-camp-cont .section-03 .row strong > span {font-size:65px;/*line-height:88px;*/line-height: normal;}


.micro-camp-cont .section-03 .row-01 {height:434px;text-align:center;}
.micro-camp-cont .section-03 .row-01 strong {padding:130px 0 0 0;display:inline-block;}

.micro-camp-cont .section-03 .row-02 {height:486px;}
.micro-camp-cont .section-03 .row-02 .col-2 {width:50%;}
/* .micro-camp-cont .section-03 .row-02 .col-2 .bg-cont {}
.micro-camp-cont .section-03 .row-02 .col-2 .bg-cont > img {object-position: right;} */


.micro-camp-cont .section-03 .row-02 .img-cont {width:100%;height:100%;}
.micro-camp-cont .section-03 .row-02 .text-cont {width:100%;height:100%;padding:50px 0 0 30px;text-align:left;}

.micro-camp-cont .section-03 .row-03 {height:573px;}
.micro-camp-cont .section-03 .row-03 .col-2 {}
.micro-camp-cont .section-03 .row-03 .col-2:nth-child(1) {width:846px;}
.micro-camp-cont .section-03 .row-03 .col-2:nth-child(2) {width: calc(100% - 846px);}
/* .micro-camp-cont .section-03 .row-03 .col-2:nth-child(2) .img-cont {width:100%;height:100%;}
.micro-camp-cont .section-03 .row-03 .col-2:nth-child(2) .img-cont > img {object-position:left;} */



.micro-camp-cont .section-03 .row-03 .text-cont {height:100%;padding:50px 0 0 45px;text-align:left;}

.micro-camp-cont .section-03 .row-04 {height:820px;}
.micro-camp-cont .section-03 .row-04:after {content:'';display:inline-block;width:100%;height:472px;position:absolute;bottom:0;left:0;z-index:-2;
	background: -moz-linear-gradient(to right, #97e0d9, #d4d8ed, #947ff3);
	background: -webkit-linear-gradient(to right, #97e0d9, #d4d8ed, #947ff3);
	background: linear-gradient(to right, #97e0d9, #d4d8ed, #947ff3);
}

.micro-camp-cont .section-03 .row-04 * {float:none !important;}
.micro-camp-cont .section-03 .row-04 .col-1 {padding:110px 0 0 0 ;}


.micro-camp-cont .section-03 .row-04 .text-cont {text-align:center;display:inline-block}
.micro-camp-cont .section-03 .row-04 .text-cont span {float:none;}

.micro-camp-cont .section-03 .row-04 .img-cont {display:block;width:1120px;margin:70px auto 0;}
.micro-camp-cont .section-03 .row-04 .text-cont:nth-of-type(2) {display:block;margin:70px 0 0 0;}
.micro-camp-cont .section-03 .row-04 .text-cont:nth-of-type(2) > span {display:block;color:#fff;}

.micro-camp-cont .section-03 .row-04 .text-cont:nth-of-type(2) span.bg-bar:before {top:-5px;left:-11px;width:100%;height:56px;background-color:#786da9;padding:9px;}

.micro-camp-cont .section-04 {position:relative;}
.micro-camp-cont .section-04 .video-center {top:110px;}
.micro-camp-cont .section-04 .video-center .video-cont {overflow:hidden;position:relative;width:100%;height:0;padding-bottom:56.25%;}
.micro-camp-cont .section-04 .video-center .video-cont iframe {position:absolute;width:100%;height:100%;top:0;left:0;z-index:300;}
.micro-camp-cont .section-04 .text-cont {text-align:center;padding:70.7% 0 0 0;}
.micro-camp-cont .section-04 .text-cont strong {display:block;font-size:20px;font-weight:500;letter-spacing:-.5px;color:#000;line-height:1.8;}
.micro-camp-cont .section-04 .text-cont em {display:block;margin:30px 0 0 0;font-size:19px;color:#5a5a5a;line-height:1.8;}



.micro-camp-cont .section-05 {}
.micro-camp-cont .section-05 .row {} 

.micro-camp-cont .section-05 .row strong,
.micro-camp-cont .section-05 .row p,
.micro-camp-cont .section-05 .row span {letter-spacing:-1px;color:#fff;font-weight:bold;font-size:60px;line-height:75px;}
.micro-camp-cont .section-05 .row > span {float:left;}
.micro-camp-cont .section-05 .row span {float:left;color:#b7b7b7;}

.micro-camp-cont .section-05 .row strong,
.micro-camp-cont .section-05 .row strong > span {font-size:65px;/*line-height:88px;*/line-height: normal;}



.micro-camp-cont .section-05 .row-01 .col-2 {}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) {width:40%;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1):before {content:'';position:absolute;right:0;top:0;display:inline-block;width:100%;height:100%;background-color:#786da9;z-index:-2;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont {float:right;padding:135px 50px 0 0;color:#fff;line-height:1.7;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont span {color:#000000;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont span b {font-size:80px;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont span.bg-bar {line-height:1.7;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont span.bg-bar:before {top:39px;left:0;width:100%;height:59px;background-color:#95dfd9;}

.micro-camp-cont .section-05 .row-01 .col-2:nth-child(2) {width:60%;background-color:#fff;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(2) .img-cont {display:inline-block;padding:30px;width:668px;height:auto;}
.micro-camp-cont .section-05 .row-01 .col-2:nth-child(2) .img-cont > img {width:100%;height:auto;}

.micro-camp-cont .section-06 {}
.micro-camp-cont .section-06 .col-1 {padding:150px 0 0 0;}
.micro-camp-cont .section-06 .text-cont {text-align:center;margin:70px 0 60px;}
.micro-camp-cont .section-06 .text-cont p {font-size:28px;font-weight:500;color:#000000;line-height:1.8;}
.micro-camp-cont .section-06 .text-cont p + p {margin:40px 0 0 0;}

.micro-camp-cont .section-06 .text-cont p > b {font-weight:bold;}
.micro-camp-cont .section-06 .text-cont p > b:before {bottom:1px;}

.micro-camp-cont .section-06 .info-box {display:block;margin:0 auto;background-color:#d7d7d7;padding:36px 80px 26px;width:713px;}
.micro-camp-cont .section-06 .info-box strong {text-align:center;font-weight:normal;font-size:18px;color:#000000;letter-spacing:-.5px;margin:0 0 15px 0;}

.micro-camp-cont .section-06 .info-box .box-01 {padding:0 0 0 55px;}
.micro-camp-cont .section-06 .info-box .box-01 p {font-size:18px;color:#000000;letter-spacing:-.5px;line-height:1.8;}

.micro-camp-cont .section-06 .info-box .box-02 {border-top:2px solid #ececec;margin:12px 0 0 0;padding:18px 0 0 0;}
.micro-camp-cont .section-06 .info-box .box-02 p {font-size:16px;color:#4c4c4c;letter-spacing:-.5px;line-height:1.9;text-align:center;}




.micro-camp-cont .section-07 {}
.micro-camp-cont .section-07:after {content:'';display:inline-block;width:100%;height:877px;position:absolute;bottom:0;left:0;z-index:-2;
	background-color:#c2a47b;
}

.micro-camp-cont .section-07 .row-01 {height:750px;}
.micro-camp-cont .section-07 .row-01 .col-2 {width:50%;}


.micro-camp-cont .section-07 .row-01 .slider-181 {height:100%;}
.micro-camp-cont .section-07 .row-01 .slider-181 * {height:100%;}

.micro-camp-cont .section-07 .row-01 .slider-181 .slider-cont {margin:0 auto;width:100%;}

.micro-camp-cont .section-07 .row-01 .slider-181 .slider-cont .item {}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-cont .item .col-2 {width:50%;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-cont .item .img-cont {height:100%;}


.micro-camp-cont .section-07 .row-01 .slider-181 .slider-controls {overflow:hidden;width:140px;height:46px;
	position:absolute;right:480px;top:28px;
}

.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn {position:relative;width:90px;float:right;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn i.ico-slider {
	width:0;height:0;
	display:inline-block;vertical-align:top;color:transparent;
	overflow:hidden;line-height:999px;
	background:url('../images/sp_section_07_slider_arrow.png') no-repeat;
	-webkit-background-size:90px auto;
	background-size:90px auto;
}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn button {position:absolute;top:0;width:45px;height:46px;z-index:100;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn button.prev {left:0;text-align:left;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn button.next {right:0;text-align:right;}

.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn button .ico-slider {width:45px;height:46px;} 
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn button .ico-slider.prev {background-position:0 0;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-btn button .ico-slider.next {background-position:-45px 0;}

.micro-camp-cont .section-07 .row-01 .slider-181 .slider-counter {float:left;height:auto;padding:10px 0 0 0;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-counter span {font-family:'Malgun Gothic';font-size:25px;line-height:normal;color:#3f362a;letter-spacing:-1px;font-weight:300;}
.micro-camp-cont .section-07 .row-01 .slider-181 .slider-counter span.slider-counter-current {font-weight:bold;}

.micro-camp-cont .section-07 .row-01 .text-cont {padding:140px 0 0 30px;}
.micro-camp-cont .section-07 .row-01 .text-cont strong {color:#000000;font-size:30.5px;font-weight:500;line-height:1.3;}
.micro-camp-cont .section-07 .row-01 .text-cont strong > b {font-size:46px;font-weight:bold;color:#000000;}

.micro-camp-cont .section-07 .row-01 .text-cont p {margin:30px 0 0 0;line-height:1.7;font-size:22px;letter-spacing:-1px;color:#fff;font-weight:400;}

.micro-camp-cont .section-07 .row-01 .ico-badge-01 {position:absolute;top:-30px;left:340px;width:166px;height:145px;}

.micro-camp-cont .section-07 .row-01 .ico-badge-02 {padding:37px 70px 0;position:absolute;bottom:-100px;left:-35px;width:630px;height:142px;display:inline-block;background-color:#786da9;}
.micro-camp-cont .section-07 .row-01 .ico-badge-02 p,
.micro-camp-cont .section-07 .row-01 .ico-badge-02 p * {font-size:25px;line-height:1.5;color:#fff;letter-spacing:-1px;font-weight:400;}
.micro-camp-cont .section-07 .row-01 .ico-badge-02 i {display:inline-block;width:103px;height:103px;position: absolute;right:70px;top:18px;
	background:url('../images/ico_section_07_hand.png') no-repeat;
}

.micro-camp-cont .section-07 .row-02 {}

.micro-camp-cont .section-07 .row-02 .w-1200 {padding:210px 0 0 0;}

.micro-camp-cont .section-07 .row-02 .box-01 {overflow:hidden;margin:0 0 90px 0;}
.micro-camp-cont .section-07 .row-02 .box-01 > * {float:left;}
.micro-camp-cont .section-07 .row-02 .box-01 .img-cont {width:795px;height:auto;}
.micro-camp-cont .section-07 .row-02 .box-01 .text-cont {width:calc(100% - 795px);padding:0 0 0 35px;font-size:23px;line-height:1.7;text-align:left;}
.micro-camp-cont .section-07 .row-02 .box-01 .text-cont span {display:block;margin:15px 0 0 0;}

.micro-camp-cont .section-07 .row-02 .box-01 .text-cont .info-box {text-align:left;margin:18px 0 0 0;}

.micro-camp-cont .section-07 .row-02 .box-01 .text-cont .info-box p {display:block;font-size:18px;line-height:1.8;}
.micro-camp-cont .section-07 .row-02 .box-01 .text-cont .info-box p:before {font-size:18px;}

.micro-camp-cont .section-07 .pos-btn-support {margin:45px 0 0 0;}

.micro-camp-cont .section-07 .info-box {margin:0 0 50px 0;text-align:center;}
.micro-camp-cont .section-07 .info-box p.bullet-star {display:inline-block;/*padding-left:13px;*/font-size:20px;color:#000000;letter-spacing:-1px;}
/* .micro-camp-cont .section-07 .info-box p.bullet-star:before {content:'*';position:absolute;top:1px;left:0;} */

.micro-camp-cont .section-07 .row-02 .box-02 .img-cont {margin:0 auto;width:100%;height:auto;}
.micro-camp-cont .section-07 .row-02 .box-02 .img-cont > img {width:100%;height:auto;}

.micro-camp-cont .section-07 .row-03 {} 
.micro-camp-cont .section-07 .row-03 .info-list {overflow:hidden;margin:0 auto;width:970px;padding:90px 0 0 0;} 
.micro-camp-cont .section-07 .row-03 .info-list li {position:relative;width:33.3333%;float:left;text-align:center;}
.micro-camp-cont .section-07 .row-03 .info-list li + li:before {content:'';display:inline-block;width:2px;height:220px;position:absolute;top:70px;left:0;
	background:url('../images/ico_section_07_info_line.png') no-repeat;
}

.micro-camp-cont .section-07 .row-03 .info-list li .ico-cont {width:auto;min-height:175px;text-align:center;display:inline-block;vertical-align:top;}
.micro-camp-cont .section-07 .row-03 .info-list li .ico-cont > img {width:auto;height:auto;}
.micro-camp-cont .section-07 .row-03 .info-list li .text-cont {margin:20px 0 0 0;}
.micro-camp-cont .section-07 .row-03 .info-list li .text-cont > strong {font-size:26px;color:#fff;letter-spacing:-.5px;font-weight:bold;}
.micro-camp-cont .section-07 .row-03 .info-list li .text-cont > strong span.bg-bar:before {top:-6px;left:-11px;width:100%;height:14px;background-color:#473d2e;padding:10px;}
.micro-camp-cont .section-07 .row-03 .info-list li .text-cont p {margin:20px 0 0 0;font-size:21px;line-height:1.7;color:#fff;}

.micro-camp-cont .section-08 {}
.micro-camp-cont .section-08 .col-1 {padding:120px 0 0 0;text-align:center;}
.micro-camp-cont .section-08 .title-cont {position:relative;display:inline-block;width:844px;height:124px;text-align:center;
	background:url('../images/ico_section_08_title_area.png') no-repeat;
}
.micro-camp-cont .section-08 .title-cont strong {padding:17px 0 0 0;font-weight:400;font-size:28px;color:#fff;letter-spacing:-1px;line-height:1.7;}
.micro-camp-cont .section-08 .logo-cont {margin:40px auto 0;width:602px;height:55px;}

.micro-camp-cont .section-08 .info-list {overflow:hidden;margin:0 auto;width:790px;padding:20px 0 0 0;} 
.micro-camp-cont .section-08 .info-list li {position:relative;width:33.3333%;float:left;text-align:center;}
.micro-camp-cont .section-08 .info-list li .ico-cont {position:relative;width:192px;min-height:192px;text-align:center;display:inline-block;vertical-align:top;}
.micro-camp-cont .section-08 .info-list li .ico-cont:before {content:'';position:absolute;top:0;left:0;display:inline-block;width:192px;height:192px;background-color:rgba(0,0,0,.5);border-radius:50%;z-index:-1;}

.micro-camp-cont .section-08 .info-list li .ico-cont > img {margin:20px auto 0;width:auto;height:auto;}
.micro-camp-cont .section-08 .info-list li .ico-cont > strong {margin:12px 0 0 0;font-size:28px;color:#87bc54;letter-spacing:-1px;font-weight:400;}

.micro-camp-cont .section-08 .info-list li .text-cont {margin:20px 0 0 0;}
.micro-camp-cont .section-08 .info-list li .text-cont p {line-height:1.7;color:#fff;font-size:20px;}

.micro-camp-cont .section-09 .info-box {position:absolute;top:190px;left:-170px;width:614px;height:328px;padding:80px;background-color:#786da9;text-align:right;}
.micro-camp-cont .section-09 .info-box p {font-size:28px;color:#ffffff;line-height:1.8;}
.micro-camp-cont .section-09 .info-box p span {font-size:32px;}

.micro-camp-cont .section-09 .row-01 {height:470px;}
.micro-camp-cont .section-09 .row-01 .col-2 {}
.micro-camp-cont .section-09 .row-01 .col-2:nth-child(1) {width:60%;background-color:#dbd8ef;}
.micro-camp-cont .section-09 .row-01 .col-2:nth-child(1) .img-cont {margin:0 170px 0 0;width:661px;height:auto;float:right;}
.micro-camp-cont .section-09 .row-01 .col-2:nth-child(1) .img-cont > img {width:661px;height:auto;}

.micro-camp-cont .section-09 .row-01 .col-2:nth-child(2) {width:40%;}

.micro-camp-cont .section-09 .copyright {text-align:center;padding:120px 0 0 0;font-size:16px;color:#888888;letter-spacing:-.5px;}


@media all and (max-width:1620px) {
	.micro-camp-cont .nav-floating {right:0;left:auto;margin-left:auto;}
	.gotoTop.maffix {bottom:20px !important;}

	.micro-camp-cont .section-03 .row strong,
	.micro-camp-cont .section-03 .row p,
	.micro-camp-cont .section-03 .row span {font-size:50px;line-height:65px;}

	.micro-camp-cont .section-03 .row strong,
	.micro-camp-cont .section-03 .row strong > span {font-size:55px;}	

	.micro-camp-cont .section-03 .row-04 .text-cont:nth-of-type(2) span.bg-bar:before {height:46px;}

	
	.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont {font-size:50px;line-height:1.6;}
	.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont span b {font-size:70px;}
	.micro-camp-cont .section-05 .row-01 .col-2:nth-child(1) .text-cont span.bg-bar:before {top:35px;height:51px;}
}




/*-------------------------
    Popup
--------------------------*/
.wrap-micro-camp .popup-camp-support .color-point-01 {color:#b6bc20 !important;}
.wrap-micro-camp .popup-camp-support .color-point-02 {color:#f9ba3f !important;}

.wrap-micro-camp .popup-camp-support {position:fixed;top:0;left:0;width:100%;height:100%;z-index:900;display:none;}

.wrap-micro-camp .popup-camp-support .popup-wrap {overflow-y:scroll;overflow-x:hidden;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#124747;}
.wrap-micro-camp .popup-camp-support .popup-cont {position:relative;display:block;margin:0 auto;width:1120px;}

.wrap-micro-camp .popup-camp-support .popup-cont .popup-header,
.wrap-micro-camp .popup-camp-support .popup-cont .popup-body,
.wrap-micro-camp .popup-camp-support .popup-cont .popup-footer {position:relative;}

.wrap-micro-camp .popup-camp-support .popup-cont .btn-camp-support-close {position:absolute;top:15px;right:-83px;z-index:300;width:83px;height:83px;
	background:url('../images/ico_camp_support_close.png') no-repeat;
	background-size:100%;
}

.wrap-micro-camp .popup-camp-support .popup-cont .popup-title {padding:50px 0 45px;text-align:center;font-size:32px;color:#ffffff;}
.wrap-micro-camp .popup-camp-support .popup-body {position:relative;font-size:22px;letter-spacing:-1px;color:#9a9a9a;}
.wrap-micro-camp .popup-camp-support .popup-body dl {}
.wrap-micro-camp .popup-camp-support .popup-body dl > dt {position:relative;text-align:center;font-size:30px;}
.wrap-micro-camp .popup-camp-support .popup-body dl > dt.css-line:before {content:'';width:1280px;height:2px;position:absolute;height:2px;background-color:#082121;left:50%;top: 9px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.wrap-micro-camp .popup-camp-support .popup-body dl > dt.css-line strong {display:block;font-weight:400;}
.wrap-micro-camp .popup-camp-support .popup-body dl > dt.css-line strong:before {content:'';background-color:#124747;width:295px;height: 35px;display: inline-block;position: absolute;top: 0;left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.wrap-micro-camp .popup-camp-support .popup-body dl > dt.css-line em {display:inline-block;color:#fff;}

.wrap-micro-camp .popup-camp-support .popup-body dl > dd {text-align:left;margin:40px 0 0 0;line-height:1.8;}

.wrap-micro-camp .popup-camp-support .popup-body .table-wrap {}
.wrap-micro-camp .popup-camp-support .popup-body .table-wrap .cell {vertical-align:top;}
.wrap-micro-camp .popup-camp-support .popup-body .table-wrap .cell:nth-of-type(1) {width:60px;color:#f9ba3f;}

.wrap-micro-camp .popup-camp-support .popup-body .info-box {margin:5px 0;letter-spacing:0;}
.wrap-micro-camp .popup-camp-support .popup-body .info-box p {font-size:18px;color:#fff;letter-spacing:0;font-weight:400;}
.wrap-micro-camp .popup-camp-support .popup-body .info-box p.bullet-star {padding-left:11px;}
/* .wrap-micro-camp .popup-camp-support .popup-body .info-box p.bullet-star:before {content:'*';position:absolute;top:2px;left:0;} */



.wrap-micro-camp .popup-camp-support .popup-body .box-01 {position:relative;margin:60px 0 30px;padding:20px 25px;letter-spacing:0;}
.wrap-micro-camp .popup-camp-support .popup-body .box-01:before {content:'';display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.1;}
.wrap-micro-camp .popup-camp-support .popup-body .box-01 strong {position:absolute;top:-18px;left:25px;}
.wrap-micro-camp .popup-camp-support .popup-body .box-01 p {font-size:18px;color:#fff;}
.wrap-micro-camp .popup-camp-support .popup-body .img-cont {width:915px;height:auto;}

.wrap-micro-camp .popup-camp-support .popup-body .box-02 {position:relative;margin:60px 0 100px;letter-spacing:0;}
.wrap-micro-camp .popup-camp-support .popup-body .box-02:before {content:'';display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #fff;opacity:.5;}
.wrap-micro-camp .popup-camp-support .popup-body .box-02 strong {position:absolute;top:-18px;left:50%;display:inline-block;background-color:#124747;padding:0 10px;letter-spacing:0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.wrap-micro-camp .popup-camp-support .popup-body .box-02 > p {padding:25px 25px 20px;font-size:18px;color:#fff;text-align:center;}
.wrap-micro-camp .popup-camp-support .popup-body .box-02 .pos-info-box {position:relative;}
.wrap-micro-camp .popup-camp-support .popup-body .box-02 .pos-info-box:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.1;}
.wrap-micro-camp .popup-camp-support .popup-body .box-02 .pos-info-box .info-box {margin:0 auto;padding:15px;max-width:340px;}
.wrap-micro-camp .popup-camp-support .popup-body .box-02 .pos-info-box .info-box p {font-size:18px;color:#fff;font-weight:500;letter-spacing:-.2px;text-align:left;}


.wrap-micro-camp .popup-camp-support .pos-btn-support {text-align:center;font-size:0;height:auto;padding:0 0 130px 0;}
.wrap-micro-camp .popup-camp-support [class^='btn-support-'] {display:inline-block;vertical-align:top;border-radius:10px;width:330px;height:87px;line-height:90px;border:1px solid #c7c9c9;text-align:center;}
.wrap-micro-camp .popup-camp-support [class^='btn-support-'] strong {font-size:28px;color:#fff;font-weight:500;}
.wrap-micro-camp .popup-camp-support [class^='btn-support-'] + [class^='btn-support-'] {margin:0 0 0 25px;}

.wrap-micro-camp .popup-camp-support [class*='btn-bg-color-01'] {background-color:#349819;}
.wrap-micro-camp .popup-camp-support [class*='btn-bg-color-02'] {background-color:#898c8d;}

/* .popup-camp-support en */
.wrap-micro-camp .popup-camp-support.step1 {}
.wrap-micro-camp .popup-camp-support.step1 * {font-family:'Noto Sans KR', serif;letter-spacing:-.5px;} 
.wrap-micro-camp .popup-camp-support.step1 .popup-body {font-size:19px;line-height:1.3;}
.wrap-micro-camp .popup-camp-support.step1 .popup-cont .popup-title {font-size:28px;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dt.css-line:before {top:15px;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dt.css-line strong {font-size:25px;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dt.css-line strong:before {width:540px;}

.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-01 {}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-01 > p:nth-of-type(1) {color:#fff;font-size:16px;line-height:25px;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-01 > p:nth-of-type(2) {margin:10px 0 0 0;color:#9a9a9a;font-size:17px;line-height:25px;}

.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-02 {border-top:2px solid #5b7373;margin:25px 0 0 0;padding:25px 0 0 0;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-02 > p:nth-of-type(1) {color:#fff;font-size:19px;line-height:30px;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-02 > p:nth-of-type(2) {margin:30px 0;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-02 .info-box p {font-size:17px;line-height:30px;}

.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03 {margin:80px 0 0 0;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03 > .row {}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03 > .row + .row {margin:30px 0 0 0;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03 > .row span:nth-of-type(1) {}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03 > .row span:nth-of-type(2) {color:#fff;}

.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field {border-top:2px solid #90a9a9;margin:15px 0 0 0;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field table {}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field th,
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field td {font-size:16px;color:#fff;text-align:left;border:none;line-height:1.8;font-size:16px;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field th:first-child,
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field td:first-child {border-left:none;}

.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field th {background-color:transparent;border-bottom:2px solid #90a9a9;padding:6px 30px 8px;font-weight:400;}
.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03  .table-field td {border-right:none;border-bottom:2px solid #90a9a9;padding:6px 50px 8px;}

.wrap-micro-camp .popup-camp-support.step1 .popup-body dl > dd.cont-03 .info-box {margin:40px 0 0 0;}

.wrap-micro-camp .popup-camp-support.step1 .pos-btn-support {margin:70px 0 0 0;padding:0 0 70px 0;}
.wrap-micro-camp .popup-camp-support.step1 .btn-support-01 {width:500px;height:104px;line-height:98px;}
.wrap-micro-camp .popup-camp-support.step1 .btn-support-01 strong {font-size:28px;font-weight:400;}

.wrap-micro-camp .popup-camp-support.step1 .btm-info {text-align:center;}
.wrap-micro-camp .popup-camp-support.step1 .btm-info em {padding:0 0 80px 0;font-size:18px;color:#fff;}

.wrap-micro-camp .popup-layer.step2 {} 
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body::-webkit-scrollbar {-webkit-appearance:none;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body::-webkit-scrollbar:vertical {width:9px;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body::-webkit-scrollbar:horizontal {height:0;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body::-webkit-scrollbar-thumb {background-color:#9e9e9e;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body::-webkit-scrollbar-track {background-color:#e5e5e5;}


.wrap-micro-camp .popup-layer.step2 .popup-cont {height:600px;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body {margin:25px 0 0 0;padding:0 0 25px 0;overflow-y: scroll;height: calc(100% - 60px);}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body .body-cont {overflow:hidden;overflow-y:auto;padding:15px 20px;border:1px solid #e4e4e4;max-height:340px;}

.wrap-micro-camp .popup-layer.step2 .popup-cont .btn-camp-support-close-02 {position:absolute;right:25px;top:25px;width:23px;height:23px;
    display: inline-block;
    background: url('https://www.childfund.or.kr/resources/v2/images/common/sp/sp_common.png') no-repeat;
    -webkit-background-size: 500px 500px;
	background-size: 500px 500px;
	background-position: -34px 0;
}

.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-header > strong {font-size:18px;color:#31b97f;letter-spacing:-.5px;font-size:18px;font-weight:bold;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .popup-body {border:1px solid #e4e4e4;padding:25px 20px;}

.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap {border-bottom: 1px solid #c9c9c9;padding-bottom:25px;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field {position:relative;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field .btn-datePicker {display:inline-block;width:20px;height:20px;position:absolute;top:30px;right:13px;z-index:400;
	background: url('../images/ico_calendar.png') 0 0 no-repeat;
	background-size:100%;
}

.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field + .input-field {margin:20px 0 0 0;} 
.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field label {display:block;font-size:16px;font-weight:bold;color:#333333;margin:0 0 6px 0;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field input {border:1px solid #e4e4e4;height:38px;font-size:16px;color:#333333;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field input:FOCUS {border:1px solid #e4e4e4;}


.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field p {margin:5px 0 0 0;font-size:15px;line-height:1.15;color:#666666;letter-spacing:-.5px;word-break:keep-all;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .input-wrap .input-field p.bullet-star {padding-left:10px;}

.wrap-micro-camp .popup-layer.step2 .popup-cont .pos-submit-btn {margin:30px 0 50px;text-align:center;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .pos-submit-btn button {display:inline-block;width:144px;height: 49px;color:#31b97f;border:1px solid #31b97f;font-size:18px;border-radius:5px;font-weight:bold;letter-spacing:-1px;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .pos-submit-btn button span {display: inline-block;vertical-align: top;margin-top:-2px;}


.wrap-micro-camp .popup-layer.step2 .popup-cont .info-list {}
.wrap-micro-camp .popup-layer.step2 .popup-cont .info-list strong {position:relative;font-size:15px;color:#666666;letter-spacing:-.5px;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .info-list ul {margin:10px 0 0 0;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .info-list ul > li {font-size:15px;color:#666666;letter-spacing:-.5px;line-height:1.2;}
.wrap-micro-camp .popup-layer.step2 .popup-cont .info-list ul > li + li {margin:20px 0 0 0;}

/* event-result */
.wrap-micro-camp .popup-camp-support.event-result .popup-wrap {}
.wrap-micro-camp .popup-camp-support .popup-cont .btn-camp-support-close {right:-100px;}
.wrap-micro-camp .popup-camp-support.event-result .img-cont {width:100%;height:auto;
 	-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.6);
}

