@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*180419 Ãß°¡*/
.logo_intel_xeon{
	width:  55px;
    position: absolute;
    bottom: 0;
    right: 40px;
    margin: 20px;
    box-sizing: border-box;
}
/**/

* {
	box-sizing:border-box;
	word-break:keep-all;
	transition: all 0.5s;
}
html {
	width:100%;
}
body {
	font-family:'Nanum Gothic', 'Malgun Gothic', arial, sans-serif;
	font-size: 15px;
	background: #fff;
    line-height: 24px;
}
header{
	font-family:'Nanum Gothic', 'Malgun Gothic', arial, sans-serif;
}
.inner {
	max-width:920px;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
.inner .left{
	width: 66%;
	float: left;
	padding: 0 1.5%;
}
.inner .right {
	width: 34%;
	float: right;
	padding: 0 1.5%;
}
.inner.logo {
	margin-top:15px;
}
.confirm .inner .left{
	width: 62%;
    float: left;
    padding: 0 1.5%;
}
.confirm .inner .right {
	width: 38%;
    float: right;
    padding: 0 1.5%;
}
/*    header    */
.header {
	padding: 30px 0;
	margin: 0;
	background: #000;
}
.logo_warp{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.logo img{
	padding-left: 0px;
}
.header_txt{
	font-size: 16px;
	line-height: 57px;
	padding: 0 10px;
}

.desktop {
	display:initial;
}
.desktop.in {
	display:inline-block;
}
.mobile {
	display:none;
}


/*    header end    */
/*    contents    */
.container .sub_header {
	background: #000 url(../images/bg.png) center center no-repeat;
    height: 400px;
    /* max-width: 1400px; */
    width: 100%;
    margin: 0 auto;
}
.container .sub_header.confirm { /* confirm */
	background:url(../images/bg_confirm.png) center 0 no-repeat #fff;
	height:400px;
}
.container .sub_header .inner {
	max-width: 960px;
    height: 450px;
    width: 100%;
    font-family: 'Nanum Gothic', 'Malgun Gothic', arial, sans-serif;
	position: relative;
}

.container .sub_header.confirm .sub_header_txt { /* confirm */
	padding-top: 80px;
	padding-left: 50px;
}
.container .sub_header .sub_header_txt{
	padding-top: 200px;
    margin-top: -48px;;
}
.container .sub_header .sub_header_txt h2{
	font-size: 30px;
    padding: 0px;
    font-weight: 300;
    line-height: 140%;
    color: #fff;
	text-align: center;
}
.container .sub_header .sub_header_txt h2 strong{
	font-weight: 300;
    color: #3dc6ef;
}
.container .sub_header .sub_header_txt h3{
	padding: 10px 15px 0;
	font-size: 15px;
	line-height: 150%;
}
.container .sub_header .sub_header_txt p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	/*font-family: Malgun Gothic;*/
}
.btn_main_wrap{
	margin: 24px auto;
	text-align: left;
}
a.btn_main {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 284px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	padding-left: 18px;
	color: #ffd220;
	background: url('../images/btn.png');
}
.btn_main_gray{
	background-color: #007ca8;
}
.btn_main_red{
	background: #f80000;
}
.container .sub_header .subheader_tit {
	font-size:27px;
	padding-top:45px;
	line-height: 26px;
}
.section {
	padding:50px 0 40px;
	max-width: 1400px;
    margin: 0 auto;
    background: #fff;
}

/* overview */
.overview_wrap{
	text-align: center;
	max-width: 100%;
	background: #1a1a1a;/*url('../images/bg_overview.png') center no-repeat*/
	padding: 40px 0 40px;
}
.overview_wrap .inline_grid{
	padding: 10px 0;
	width: 300px;
	display: inline-block;
	float: left;
	border-right: 1px solid #0085c2;
	margin-top: 20px; 
}
.overview_wrap .inline_grid:last-child{
	border-right: none;
}
.overview_wrap p{
	display: inline-table;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 50px;
	letter-spacing: -1px;
	font-size: 50px;
	font-weight: 600;
	color: #ffd220;
}
.overview_wrap p .num{
	line-height: 50px;
    font-size: 50px;
    font-weight: 600;
    color: #ffd220;
    width: max-content;
    padding: 5px 0 10px;
    display: inline-block;
}
.overview_wrap p .txt{
	letter-spacing: -1px;
	font-size: 14px;
	color: #eee;
	font-weight: 400;
	line-height: 20px;
}
.overview_wrap img {
	padding: 5px 10px;
}
.icon_arrow{
	margin: 0 auto;
	display: block;
}
.overview_wrap img.icon_arrow{
	margin-top: -65px;
}
.event_wrap img.icon_arrow{
	margin-top: -40px;
}
/* event */
.event_wrap{
    background: #0085c3 url('../images/bg_event.png') center no-repeat;
    color: #fff;
    height: 180px;
    padding: 20px;
    max-width: 100%;
}
.event_wrap:after{
	content: "";
	clear: both;
	display: block;
}
.event_wrap h3{
	font-family: "NanumSquare";
	font-size: 30px;
	font-weight: 400;
	width: 250px;
	float: left;
    padding-bottom: 25px;
}
.event_wrap p{
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.38px;
	margin-top: -5px;
}
.event_wrap span{
	display: block;
    padding: 20px 0;
    text-align: left;
    font-weight: 200;
}
.event_wrap span.event_info{
	font-family: 'NanumSquare';
	padding: 0 0 20px;
	font-size: 23px;
    line-height: 140%;
    font-weight: 400;
}
.event_wrap span img{
	vertical-align: text-top;
    padding: 0 5px 5px 0;
    display: inline-block;
}
.event_wrap span font {
	color: #ffd220;
}
/*  survey  */

.container.survey {
}
.container.survey .section.event {
	padding:70px 0 50px;
	background: #0d79c2;
	color: #fff;
}
.container.survey .section.event .event_wrap {
	text-align:center;
}
.container.survey .section.event .event_wrap li {
	display:inline-block;
}
.container.survey .section.event .event_wrap li img {
	max-width:100%;
}
.container.survey .section.event .event_txt {
	text-align:center;
	padding:20px;
	border:1px solid #9d9d9d;
	border-radius:5px;
	margin-top:40px;
}

/* ÀÌº¥Æ® Ãß°¡ 171123 */
.container.survey .section.event p {
	font-size: 18px; 
	line-height: 30px; 
	width: 100%; 
	max-width: 510px; 
	display: inline-block; 
	padding: 10px 0; 
	box-sizing: border-box;
}
.container.survey .section.event p font{
	text-decoration: underline;
}
.container.survey .section.event .event_day{
	font-size: 14px;
	line-height: 16px;
}
.icon_event{
	display: block;
	padding: 20px 0;
}
.event_day img{
	vertical-align: bottom;
}
.block{
	display: block;
}
 .event_img{
	display: none;
}

/* ¼­º£ÀÌ Ãß°¡ 171123 */
.section.register .title,
.section.survey .title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
	font-family: 'Nanum Gothic';
	text-align: left;
	padding-top: 40px;
}
/* ¼³¹® Æû 171123 */
.container.survey #register_area{
	display:none;
}

.container.survey .section.register{
	background: #fff;
	position: relative;
}	
.container.survey .section.register .inner{
	position: relative;
}

label{
	cursor: pointer;
}
/**/
.container.survey .section.survey {
	
}
.container.survey .section.survey .survey_wrap {
	padding-top:20px;
}
.container.survey .section.survey .survey_wrap li {
	padding-top:20px;
	padding-bottom:25px;
	border-bottom:1px solid #c8c8c8;
}
.container.survey .section.survey .survey_wrap li:last-child{
	border-bottom: 4px solid #000;
}
.container.survey .section.survey .survey_wrap li .question {
	font-size:16px;
	color:#333;
}
.container.survey .section.survey .survey_wrap li .answer {
	font-size:13px;
	color:#666;
	padding-left:15px;
	padding-top:15px;
	overflow:hidden;
}
.container.survey .section.survey .survey_wrap li .answer span {
	display:inline-block;
	margin-top:5px;
/*	display:block;
	float:left;*/
}
.container.survey .section.survey .survey_wrap li .answer.line1 span.full {
	width:90%;
	max-width: 706px;
	display: block;
}
.etc{
	margin-top: 10px;
}
.etc_name{
	width: 50px;
}
.etc_field{
	width: calc(100% - 55px);
}
.etc_field input[type="text"]{
	border: none;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0px;
}
.container.survey .section.survey .survey_wrap li .answer span.full input[type="text"] {
	width:100%;
	padding-left:10px;
}
.container.survey .section.survey .survey_wrap li .answer.line1 span {
	width:32%;
}
.container.survey .section.survey .survey_wrap li .answer.line2 span {
	width:90%;
	margin-right:2%;
}
.container.survey .section.survey .survey_wrap li .answer.line2 span.last {
	width:auto;
}
.container.survey .section.survey .survey_wrap li .answer.line2 span input[type="text"] {
	border: none;
	border: 1px solid #c8c8c8;
	padding-left: 10px;
	width: 100%;
	/*min-width: 170px;*/
}
.container.survey .section.survey .survey_wrap li .answer.line3 span {
	margin-right:2%;
}
.container.survey .section.survey .survey_wrap li .answer.line3 span input[type="text"] {
	
	border:none;
	border-bottom:1px solid #c8c8c8;
	padding-left:10px;
	min-width: 170px;
}
.container.survey .section.survey .survey_wrap li .answer.line4 span {
	width: 20%;
}
.container.survey .section.marketing {
	text-align:center;
	padding-top: 30px;
}
.container.survey .section.marketing .inner {
	/*box-shadow:5px 5px 5px #e5e5e5;*/
	padding:2px;
	background: #fff;
	/*border:2px solid #626262;*/
}
.container.survey .section.marketing .inner .marketing {
	border-top: 4px solid #000;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #959595;
	padding:30px 30px;
}
.container.survey .section.marketing .title {
	font-size:16px;
	color:#333;
	font-weight: 600;
}
.container.survey .section.marketing ul.text {
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}
.container.survey .section.marketing ul.text li {
	line-height:30px;
	padding:0 1%;
	color:#666;
}
.container.survey .section.marketing .agree_wrap {
	padding-top:15px;
	border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
	overflow:hidden;
}
.container.survey .section.marketing .agree_wrap .agree {
	width:100%;
}
.container.survey .section.marketing .agree_wrap .agree p {
	margin-bottom:15px;
	color:#333;
	float:left;
	text-align: left;
	padding: 0 1%;
}
.container.survey .section.marketing .agree_wrap .agree p.aswr{
	width: 73%;
}
.container.survey .section.marketing .agree_wrap .agree p.mark{
	width: 27%;
}
.container.survey .section.marketing .agree_wrap .agree p span {
	color:#666;
}
.container.survey .btn_wrap {
	clear: both;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
}
.container.survey .confirm .btn_wrap {
	clear: both;
    padding-top: 20px;
    padding-left: 0;
    text-align: left;
}
.confirm .btn_wrap .btn {
    margin: 10px 0px 10px;
	display: inline-block;
    color: #0085c3;
    font-weight: 600;
    padding: 14px 48px; 
	font-size: 18px;
    border: 2px solid #0085c3;
    text-align: center;
    background: #fff;
}
.btn_wrap .btn {
	display: inline-block;
    font-size: 18px;
    border: 2px solid #0085c3;
    text-align: center;
    background: #fff;
    margin: 10px;
    color: #0085c3;
    font-weight: 600;
    padding: 14px 48px;
}
.btn_bonus{
	display: inline-block;
    width: 111px;
    /* height: 39px; */
    border: 2px solid #1bc8ed;
    text-align: center;
    line-height: 39px;
    margin: 70px 0 0;
}
.btn_wrap .info{
	padding: 30px 10px;
}
.info a{
	color: #007db8;
	text-decoration: underline;
}
.btn_wrap .info img{
	vertical-align: middle;
}
.red{
	color: #ff6666;
	font-size: 15px;
}
.btn_wrap .btn.btn_gray{
	background: #4e6167;
}
.survey_txt{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.section ul.form_wrap {
	width:100%;
	border-top:1px solid #333;
	font-size:15px;
	color:#333;
	overflow:hidden;
	margin-top:20px;
	font-weight: 600;
	padding: 20px 0;
}

.section ul.form_wrap li {
	/*border-top:1px solid #d8d8d8;*/
	float:left;
	box-sizing:border-box;
	padding:7px 15px;
	padding-left:100px;
	position:relative;
}

.section ul.form_wrap.survey li {
	/*border-top:1px solid #d8d8d8;*/
	float:left;
	box-sizing:border-box;
	padding:5px 5px;
	position:relative;
}
.section ul.form_wrap.marketing li {
	/*border-top:1px solid #d8d8d8;*/
	float:left;
	box-sizing:border-box;
	padding:7px 15px;
	position:relative;
	font-size: 14px;
}

.section ul.form_wrap li:first-child {
	border-top-width:0;
}
.section ul.form_wrap li:nth-child(2) {
	border-top-width:0;
}
.section ul.form_wrap li input {
	box-sizing:border-box;
	min-height:30px;
	padding: 5px 10px;
}

.section ul.form_wrap li select {
	box-sizing:border-box;
	min-height:30px;
	padding: 5px 3px;
	border-radius: 3px;
	width: 100%;
}
.section ul.form_wrap.survey li select {
	width: 100%;
    /*max-width: 250px;*/
}
.section ul.form_wrap li.full input[type="checkbox"]{
	width: 16px;
	min-height:16px;
	background: #fff;
}
.all_check input[type="checkbox"]{
	padding-top: 10px; 
	float: right;
	margin-top: 10px;
}
.section ul.form_wrap li.half {
	width:50%;
}

.form_wrap ul li {
	width:100%;

}
.section ul.form_wrap li.full {
	width:100%;
}
.section ul.form_wrap li.full textarea {
	width: 100%;
	max-width: 730px;
	height: 100px;
	padding: 5px;
}
.section ul.form_wrap span {
	height: 30px;
	display: inline-block;
}
.section ul.form_wrap span.reqired {
	width: 100%;
}
.section ul.form_wrap li .name {
	display:inline-block;
	width:105px;
	position:absolute;
	left:0;
	padding-left:10px;
	top:0;
	bottom:0;
	line-height:30px;
}
.section ul.form_wrap li.half input[type="text"] {
	width: 100%;
    /*max-width: 200px;*/
	/*height:100%;*/
}
.section ul.form_wrap.survey li.half input[type="text"] {
	width: 100%;/*85%*/
    /*max-width: 200px;*/
	/*height:100%;*/
}

.section ul.form_wrap li.full input {
	width:100%;
	/*height:100%;*/
}
.section ul.form_wrap li.full .company_adress1 input {
	width:270px;
}
.section ul.form_wrap li.full .company_adress2 input, .section ul.form_wrap li.full .company_adress3 input {
	width: 100%;
    max-width: 730px;
	margin-top: 5px;
}
button.btn_adress{
	width: 100px;
    background: #f80000;
    color: #fff;
    height: 28px;
    padding-bottom: 4px;
    border-radius: 5px;
    margin: 3px 5px;
}

.section ul.form_wrap li.full .select_wrap {
	box-sizing:border-box;
	/*border:1px solid #d8d8d8;*/
	border-radius: 3px;
	/*height:100%;*/
	width:100%;
	min-height:30px;
	display:inline-block;
	position:relative;
	/*background:url(../images/bg_select.png) right center no-repeat #fff;*/
	font-size:12px;
	padding-left:13px;
	vertical-align:top;
}
.section ul.form_wrap li.full .select_wrap select {
	position:absolute;
	width:100%;
	left:0;
	top:0;
	padding-left:13px;
}
.section ul.form_wrap li.full .select_wrap.phone {
	width:127px;
	background-position:right center;
}
.section ul.form_wrap li.full .select_wrap.email{
	width: 141px;
	margin-left:5px;
}
.section ul.form_wrap li.full > span.email_wrap {
	padding-left:18px;
	position:relative;
	display:inline-block;
	width:33%;
	max-width:147px;
}
.section ul.form_wrap li.full > span.email_wrap:before {
	content:" @ ";
	display:block;
	position:absolute;
	left:2px;
}
.section ul.form_wrap li.full > span.email_wrap .email {
	width:100%;
}
.section ul.form_wrap li.full > span.phone_wrap {
	padding-left:18px;
	position:relative;
	display:inline-block;
	width:33%;
	max-width:145px;
}
.section ul.form_wrap li.full > span.phone_wrap.company_phone{
	padding-left: 0px;
	max-width:127px;
	width:33%;
}
.section ul.form_wrap li.full > span.phone_wrap:before {
	content:" - ";
	position:absolute;
	left:6px;
}
.section ul.form_wrap li.full > span.phone_wrap.company_phone:before {
	content:"";
	position:absolute;
	left:0px;
}
.section ul.form_wrap li.full > span.phone_wrap input {
	width:100%;
}
.section.confirm .banner_img img{
	margin-top: 100px; 
}
 /* 171124 ´Ù¿î·Îµå ÆäÀÌÁö */
    .section.confirm{
        width: 100%;
        padding: 96px 10px 150px;
	    color: #333333;
	    font-weight: 500;

    }
    .section.confirm .inner{
		padding-top: 20px;
    }
    .confirm img{
    	vertical-align: middle;
    }
    .section.confirm .thanks{
        width: 177px;
	    height: 33px;
	    color: #333333;
	    font-family: "Nanum Gothic";
	    font-size: 36px;
	    font-weight: 600;
	    line-height: 25px;
	    padding: 0px 0 63px;
    }
    /*.section.confirm .info img{
    	max-width: 405px;
    }
    
    .section.confirm .info span{
    	font-weight: 300;
    	padding: 20px 10px 50px;
    }*/
    .sponsor{
    	color: #000000;
		font-family: "Nanum Gothic";
		font-size: 15px;
		font-weight: 500;
		line-height: 24px;
		padding: 50px 0 30px;
    }
    .sponsor span{
		margin-bottom: 15px;
		display: inline-block;
		vertical-align: middle;
    }
    .confirm .sponsor img{
    	vertical-align: bottom;
    }
    img.logo_intel{

    }
    img.logo_ms{

    }
    .bonus{
    	max-width: 320px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin: 0 0 26px;
    }
    .bonus .sub_title{
    	color: #ffd220;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
    	padding: 48px 0px 18px;
    }
    .bonus .title{
    	color: #ffffff;
    	font-size: 24px;
		font-weight: 200;
		line-height: 28px;
		border-bottom: 1px solid #fff;
    	padding-bottom: 15px;
    	margin-bottom: 25px;
    }
    /* ´Ù¿î·Îµå ÆäÀÌÁö ¹è³Ê */
	/*.section.banner{
        width: 100%;
        color: #fff;
        font-size: 14px;
        padding: 80px 0 0px;
    }
    .section.banner:after{
        content: "";
        clear: both;
        display: block;
    }
    .section.banner .half{
        width: 50%;
        height: 330px;
    }
    .section.banner .half p{
        padding: 80px;
    }
    .section.banner .half.left p{
        float: right;
    }
    .section.banner .half.right p{
        float: left;
    }
    .section.banner .half img{
        display: block;
        margin-bottom: 20px;
    }
    .section.banner .half span{            
        text-shadow: 1px 1px rgba(248, 248, 248, 0.2);
    }
    .banner_btn{
        margin-top: 30px;
        width: 115px;
        box-sizing: border-box;
        padding: 7px 20px 9px;
        border: 1px solid #fff;
        border-radius: 4px; 
        display: block;
        text-align: center;
        font-size: 14px;
    }
    .banner_btn:hover{
        background: rgba(248, 248, 248, 0.2);
        transition: 1s;
    }*/
    .all_check{
    	border: 1px solid #007db8;
    	padding: 0 10px 0 16px;
    	color: #007db8;
    	font-size: 14px;
    	width: 100%;
	    height: 36px;
	    line-height: 36px;
    }
    .form_style{
    	border: 1px solid #ccc;
    	border-radius: 5px;
    	line-height: 20px;
    	font-size: 13px;
    	font-weight: 400; 
    	padding: 10px;
		/*max-height: 88px;*/
		overflow: auto;
    }
    .survey_con{
    	padding-top: 20px;
    	display: block;
    	clear: both;
    	content: "";
    	font-weight: 400;
    	font-size: 14px;
    }
    .survey_con li:first-child{
    	font-weight: 600;
    }
@media screen and (max-width:800px){
	.inner {
		width: 95%;
		margin: 0 auto;
	}
	.section ul.form_wrap li.half {
		width:100%;
		border-top-width:1px;
	}
	.section ul.form_wrap li.half.none {
		border-top-width:0px;
		padding: 0;
	}
	.section ul.form_wrap li.half input[type="text"],  .section ul.form_wrap li.full textarea{
		width:100%;
	}
	.section ul.form_wrap.survey li.half{
		width: 50%;
	}
    /* event */
	.container .section.event_wrap{
		    padding: 15px;
			min-height: 530px;
	}
	.event_wrap{
		background: #0085c3 url(../images/bg_event_m.png) center no-repeat;
		/* height: 500px; */
	}
	.event_wrap span img{
		display: block;
	}
	.event_img{
    	display: block;
    	text-align: center;
    	margin: 0 auto;
    }/*
	.section.banner{
        width: 100%;
        color: #fff;
        font-size: 17px;
    }
    .section.banner:after{
        content: "";
        clear: both;
        display: block;
    }
    .section.banner .half{
        width: 100%;
        height: 330px;
    }
    .section.banner .half.left{
        float: none;
        background: url(../images/sas_viya_m.png);
    }        
    .section.banner .half.right{
        float: none;
        background: url(../images/sas_iot_m.png);
    }
    .section.banner .half p{
    	text-align: center;
        padding: 60px 10px;
    }
    .section.banner .half.left p{
        float: none;
    }
    .section.banner .half.right p{       
        float: none;
    }
    .section.banner .half.none{
    	padding: 0px;
    }
    .section.banner .half img{
        display: block;
        margin: 0px auto 20px;
    }
    .section.banner .half span{            
        text-shadow: 1px 1px rgba(248, 248, 248, 0.2);
    }
    .banner_btn{
        margin: 30px auto 0;
        width: 150px;
        box-sizing: border-box;
        padding: 7px 20px 9px;
        border: 1px solid #fff;
        border-radius: 4px; 
        display: block;
        text-align: center;
        font-size: 20px;
    }*/
    .overview_wrap .inline_grid{
		padding: 10px;
		width: 150px;
		display: inline-block;
		float: none;
		margin: 0 20px;
		border: none;
	}
	.overview_wrap img.icon_arrow{
	    margin-top: -85px;
	}
}

@media only screen and (max-width:585px) {
	.section ul.form_wrap.survey li.half{
		width: 100%;
	}
	.section ul.form_wrap li.half.none {
		border-top-width:0px;
		padding: 0;
	}
	.section ul.form_wrap li .name {
		padding-left:10px;
	}
	.section ul.form_wrap li.full input.email {
		width: 45%;
		max-width: none;
	}
	.section ul.form_wrap li.full > span.email_wrap {
		width: 55%;
		max-width: none;
	}
	.section ul.form_wrap li.full .select_wrap.email {
		width : 100%;
		margin-left: 0;
		margin-top:5px;
		max-width: none;
	}
     .container .section.confirm{
     	padding: 100px 10px;
     }
    .section.confirm .info{
       
    }
    .overview_wrap .inline_grid{
    	padding: 30px 0;
    	text-align: center;
    }
    .overview_wrap p{
    	text-align: left;
    }
    .sponsor span{
    	display: block;
    	margin-bottom: 10px;
    }
}
/*    contents end    */



/*    footer    */
.footer a{
	padding: 0px;
    display: inline-block;
    color: #007db8;
}
.footer_top {
    width: 100%;
    margin: 0 auto;
    font-family: "NanumSquare";
    font-size: 13px;
    padding: 10px 0 10px;
    text-align: center;
}
.footer_top p {
	width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.footer a.logo_footer {
	max-width: 353px; 
	display: inline-block;
	padding: 23px 0 0 15px;
}
.footer .footer_top .inner {
	overflow: hidden;
	max-width: 1000px;
}
.footer .footer_top .inner > ul > li {
	float:left;
	width:25%;
	padding-top:15px;
}

.footer .footer_top .inner > ul > li .gnb1 {
	padding-left:15px;
	font-size:14px;
	color:#333;
	position:relative;
}
.footer .footer_top .inner > ul > li .gnb1:before {
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:1px;
	height:14px;
	background-color:#ddd;
}
.footer .footer_top .inner > ul > li:first-child .gnb1:before {
	display:none;
}

.footer .footer_top .inner > ul > li > ul {
	margin-top:15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:30px;
	font-size:13px;
	color:#666;
}
.footer .footer_top .inner > ul > li:first-child .gnb1,
.footer .footer_top .inner > ul > li:first-child > ul {
	padding-left:0;
}
.footer .footer_top .inner > ul > li > ul > li {
	padding-top:15px;
	line-height:1; 
}


.footer .footer_bottom {
	overflow:hidden;
	padding:15px 0;
	font-size:13px;
	line-height:180%;
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
    /*max-width: 1400px;*/
    margin: 0 auto;
    background: #fff;
    color: #333;
}
.footer .footer_bottom .copyright {
	float:right;
	line-height:2;
}

/*    footer end    */


@media only screen and (max-width:800px) {
	.header_txt{
		font-size: 12px;
    	line-height: 55px;
		padding: 0 0 0 10px;
		margin: 0;
	}
	.logo img{
		padding-left: 0;
	}
	.inner {
		width:95%;
		margin: 0 auto;
	}
	.inner .left{
		width: 100%;
	}
	.inner .right{
		width: 100%;
	}
	.confirm .inner .left{
		width: 100%;
	    max-width: 500px;
	    margin: 0 auto;
	    float: none;
	}
	.confirm .inner .right{
		width: 100%;
	}
	.bonus{
		margin: 20px auto;
	}
	.container .sub_header{
		background-size: cover;
		background: #000 url(../images/bg.png) center no-repeat;

	}
	.container .section {
		padding:60px 0;
	}
	.container .section .slider_wrap .slider {
		width:100%;
		float:none;
	}
	.container.survey .section.event .event_wrap li {
		margin-left:4%;
		margin-top:15px;
	}
	.container.survey .section.event .event_wrap li:first-child {
		margin-left:0;
		margin-top:0;
	}
	.container.survey .section.survey .survey_wrap li .answer.line2 span {
		width:90%;
		margin-right:0;
	}
	.container.survey .section.marketing .agree_wrap .agree p {
		font-size:14px;
	}
	.container.survey .section.marketing .agree_wrap .agree p.aswr {
		width: 100%;
	}
	.container.survey .section.marketing .agree_wrap .agree p.mark {
		width: 100%;
		text-align: right;
	}
	.container.survey .section.marketing .agree_wrap .agree p.mark.padr{
		padding-right: 72px;
	}
	.logo_intel_xeon {
		right: 0px;
	}
	/* ´Ù¿î·Îµå ÆäÀÌÁö */
	.section.banner .half{
        width: 100%;
    }
    .event_wrap p{
    	padding-top: 15px;
    }
    .sponsor{
    	padding: 30px 0 30px;
    }
	
}
@media only screen and (max-width:480px) {
	.desktop {
		display:none;
	}	
	.desktop.in {
		display:none;
	}
	.mobile {
		display:initial;
	}
	.header .logo img {
	}
	.header_txt{
		font-size: 15px;
    	line-height: 40px;
	}
	.logo img{
		padding-left: 0px;
	}
	.container .sub_header{
		background-size:cover;
		background: url(../images/bg.png) center no-repeat;
	}
	.container .sub_header.confirm {
	    background: url(../images/bg.png) center 0 no-repeat #fff;
	    height: 600px;
	}
	.container .section {
		padding:60px 0;
	}
	.container .section.regist {
		padding-bottom:0;
	}
	.container .sub_header .sub_header_txt {
		padding: 200px 20px;
		margin-top: -48px;
	}
	.container .sub_header .sub_header_txt h2{
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}
	.container .sub_header .sub_header_txt h2 strong{
		
	}
	.container .sub_header.confirm .sub_header_txt {
		padding-top: 10px;
		padding-left: 10%;
	}
	.container .sub_header .subheader_tit {
		padding-top:25px;
	}
	.container .sub_header .sub_header_txt p {
		padding-top: 0px;
		padding-left: 5px;
	}
	.container.survey .section.survey .survey_wrap li .answer.line1 span {
		width: 100%;
	    margin-right: 0;
	}
	.container.survey .section.survey .survey_wrap li .answer.line4 span {
		width: 45%;
	    margin-right: 0;
	}
	.footer_top p {
		display: block;
	    padding: 5px;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}
	.footer .footer_bottom {
		
	    text-align: left;
	}
	.container.survey .section.event .event_wrap li {
		display:block;
		width:100%;
		margin-left:0;
	}
	.container.survey .section.survey {
		background-color:#fff;
	}
	.container.survey .section.survey .survey_wrap li .question {
		
	}
	.container.survey .section.survey .survey_wrap li .answer span.full input[type="text"] {
		background-color:#fff;
	}

	.container.survey .section.survey .survey_wrap li .answer.line2 span input[type="text"] {
		background-color:#fff;
	}

	.container.survey .section.survey .survey_wrap li .answer.line3 span input[type="text"] {
		background-color:#fff;
	}
	
	.container.survey .section.marketing .inner {
		/*border:none;
		box-shadow:none;*/
	}
	.container.survey .section.marketing .inner .marketing {
		padding:20px 30px;
		/*border:none;*/
	}
	.container.survey .section.marketing .title {
		font-size:16px;
	}
	.container.survey .section.marketing ul.text li {
		font-size:14px;
	}
	.container.survey .section.marketing .agree_wrap .agree {
		width:100%;
		float:none;
	}
	.container.survey .section.marketing .btn_wrap {
		padding-top: 30px;
	}
	.container .section .slider_wrap .slider .slide {
		width:90%;
	}
	.container .section .slider_wrap .slider .slide li {
		text-align:center;
	}
	.slick-slide img {
		display:inline-block;
	}
	.container .section.regist .inner {
		width:100%;
	}
	/* event */
	.event_wrap{
		background: #0085c3;
		/*height: 500px;*/
	}
	/* btn */
	.btn_main_wrap{
		margin: 20px auto;
	}
	a.btn_main {
	}
	.btn_wrap .btn{
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin: 5px 10px;
	}
}

/*    17.05.22 Ãß°¡    */
	/*  exper  */
.container .exper_wrap {
	padding:60px 0;
	background-color:#f6f6f6;
}
.container .exper_wrap .exper {
	padding-top:40px;
}
.container .exper_wrap .exper:after {
	content:'';
	display:block;
	clear:both;
}
.container .exper_wrap .exper1 {
	width:50%;
	float:left;
}
.container .exper_wrap .exper1 .tit {
	padding-top:30px;
}
.container .exper_wrap .exper1 .btn {
	padding-top:40px;
}
	/*  screen wrap  */
.container .screen_wrap {
	padding:65px 0;
}
.container .screen_wrap .screen_list {
	padding-top:30px;
	text-align:center;
}
.container .screen_wrap .screen_list li {
	display:inline-block;
	margin:0 15px;
	width:21%;
}
@media screen and (max-width:800px){
	.container .screen_wrap .screen_list li {
		width:38%;
		margin-bottom:20px;
	}
	.container .exper_wrap .exper1 {
		width:100%;
		margin-bottom:20px;
	}
	.container .exper_wrap .exper1 .btn {
		padding-top:10px;
	}
}

	/*  popup  */
.popup_wrap {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(../images/bg_popup.png) left top repeat;
	display:none;
	z-index:10;
}
.popup_wrap .popup {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:50%;
}
.popup_wrap .close {
	position:absolute;
	top:-30px;
	right:0;
	width:28px;
	height:28px;
/*	border:2px solid #fff;
	border-radius:28px;*/
	padding:6px;
}
.popup_wrap .popup .popup_img {
	display:none;
}
.popup_wrap .popup .popup_img.active,
.popup_wrap .popup .video_wrap.active {
	display:block;
}
.popup_wrap .popup li {
	text-align:center;
}
.popup_wrap .popup li img {
	margin:0 auto;
}
.popup_wrap .popup .video_wrap {
	display:none;
}
.popup_wrap .popup .video_wrap video {
	width:100%;
}
.slick-prev, .slick-next {
	width:40px;
	height:54px;
}
.slick-next {
	right:-50px;
	z-index:10;
	background:url(../images/arr-right.png) center center no-repeat !important
}
.slick-prev {
	left:-50px;
	z-index:10;
	background:url(../images/arr-left.png) center center no-repeat !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background:inherit;
}
.slick-next:before,
.slick-prev:before {
	content:'';
	display:none;
}

@media screen and (max-width:800px){
	.popup_wrap .popup {
		width:90%;
		left:5%;
		margin-left:0;
	}

	.slick-next {
		width:25px;
		right:0px;
		z-index:10;
		background:url(../images/arr-right-m.png) center center no-repeat !important
	}
	.slick-prev {
		width:25px;
		left:0px;
		z-index:10;
		background:url(../images/arr-left-m.png) center center no-repeat !important;
	}
}
