@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

* {
	box-sizing:border-box;
	word-break:keep-all;
	/*transition: all 0.5s;*/
}
html {
	width:100%;
}
body {
	font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
	font-size: 15px;
	background: #fff;
    line-height: 24px;
}
/* 속성 */

.color_blue{
	color: #076490;
}
.color_yl{
	color: #f4f10c;
}

.color_gn{
	color: #40E291;
}
.color_green{
	color: #809e1f;
}
.color_gr{
	color: #747579;
}
header{
	font-family:'Malgun Gothic', arial, sans-serif;
	padding: 36px 0;
	margin: 0;
}
.header_txt{
	font-size: 16px;
	line-height: 57px;
	padding: 0 10px;
}
.logo_warp{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.logo{
	text-align: center;
	display: block;
    clear: both;
    content: " ";
    overflow: hidden;
}
.logo_l{
	padding-right: 20px;
}
.logo_r{
	float:right;
	padding-left: 20px;
	text-align: right;
}
.sponsor {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 30px;
    box-sizing: border-box;
    align-items: center;
}













.sponsor_img{
	margin-left: 30px;
}
.sponsor_txt{
	color: #fff;
	text-align: right;
	font-family: Malgun Gothic;
	padding-top: 10px;
	vertical-align: middle;
}

img{
	vertical-align: middle;
}
.inner {
	max-width: 1200px;
	width:100%;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.inner .left{
	width: 66%;
	float: left;
	padding: 0 1.5%;
}
.inner .right {
	width: 34%;
	float: right;
	padding: 0 1.5%;
}
.inner.logo {
	margin-top: 30px;
	text-align: left;
	padding: 0 20px;
}

.confirm .inner .left{
	width: 55%;
    float: left;
    padding: 0 1.5%;
}
.confirm .inner .right {
	width: 45%;
    float: right;
    padding: 0 1.5%;
}

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

/*    header end    */

/*    contents    */
.visual{
	background-color: #1264ba;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	max-width: 1720px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 700px) {
	.visual{
		
	background-position: 0px 0px !important;
    transition: 0.3s;
	height: 200px;
	
	}

	.span-key{
		color: #f3f3f3 !important;
		/* display: inline-block; */
	}
	.mo{
		font-size: 30px !important;
		padding-bottom: 10px;
		display: inline-block;
	}


}
.visual .inner {
	max-width: 1200px;
    width: 100%;
	position: relative;
	height: 400px;
}
.visual_txt{
	padding: 90px 20px;
	font-size: 16px;
	font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
    color: #fff;
    position: absolute;
    transform: translateY(-30%);
    top: 15%;
	right: 0%;
}
.visual_txt h2{
	font-size: 55px;
    line-height: 1.2;
    /* font-family: 'NanumSquare', sans-serif; */
    letter-spacing: -1.5px;
    font-weight: 500;
	margin-bottom: 40px;
}
 .visual_txt h2 strong{
    display: block;
}
/*.visual_txt h2::before{
	display: block;
	content:'';
	background: #fff;
	width: 45px;
	height: 5px;
	margin-bottom: 20px;
}*/
.visual_txt p{
	max-width: 700px;
}
.visual_btn{
	display: block;
    border-radius: 5px;
    background: #1590aa url(../images/arrow.png) no-repeat right 30px top 17px;
    /* border: 3px solid #fff; */
    width: 206px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.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;
}
.visual .subheader_tit {
	font-size:27px;
	padding-top:45px;
	line-height: 26px;
}
.section {
	padding: 20px 0 40px;
	max-width: 1400px;
    margin: 0 auto;
    /*background: #fff;*/
}

.logo_ms_txt{
	color: #fff;
	display: block;
	font-family: 'Malgun Gothic', Sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-top: 30px;
	text-align: right;
}


/* event */
.event_wrap{
    background: #0077ce url(../images/event_bg.png) no-repeat center top;
    color: #fff;
    max-width: 1720px;
	font-family: 'NanumSquare', sans-serif;
	padding: 0;
	position: relative;
}
.event_wrap.another{
    background: #0176cd;	
}
.event_wrap .inner {
	background-repeat: no-repeat;
    background-position: right 20px bottom;
    background-image: url(../images/img_event01.png);
	padding: 0px 20px 0px;
	position: static;
	background-size: 220px;
}
.event_wrap .inner::before {
    display: block;
    content: '';
    background: #fff72a;
    width: 45px;
    height: 5px;
    margin-bottom: 35px;
}
.event_wrap::after{
	content: "";
	clear: both;
	display: block;
}
.event_wrap span img{
	vertical-align: text-top;
    padding: 0 5px 5px 0;
    display: inline-block;
}
.event_con::after{
	display: block;
	content: "";
	clear: both;
}
.event_con{
	text-align: left;
}
.event_con li{
	background-repeat: no-repeat;
    background-position: right 20px center;
	background-image: url(../images/img_event01.png);
	display: flex;
}
.event_title{	
	font-size: 22px;
	display: block;
    font-weight: 600;
}
.event_contxt{
	max-width: 900px;
	font-size: 17px;
	margin: 30px 0;
}
.logo_sponsor_txt{
	line-height: 5;
	padding-left: 30px;
	font-weight: 600;
}

.sps{
	text-align: left;
    padding: 30px 0px;
    font-weight: 400;
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-start;

}

.sps img{
	/* display: block; */
	margin-bottom: 25px;
	margin-top: 10px;
}
.btn_wrap .sps{
	padding: 30px 10px;
}

.event_contxt p{
	display: block;
	margin-bottom: 10px;
}
.event_contxt01{
	/*color: #fff72a;*/
}
.event_contxt02{	
}
.indent{
	padding-left: 10px;
	border-left: 1px solid #fff;
	color: #f4f10c;
}
.list_style_sqaure::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #00adee;
    margin-right: 10px;
    vertical-align: middle;
}
.notice{
	margin: 10px 0 0;
    color: #cccccc;
    font-size: 13px;
}
.transparent{
    color: transparent;

}
.strong {
    color: #da0f00;
	text-align: left;
    margin-bottom: 20px;
	padding: 0 1.5%;
}


.info{
	text-align: left;
}





.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{
	
}
 .event_img.another{

}

.section.register .title,
.section.survey .title {
	font-size: 20px;
	letter-spacing: -1px;
    font-weight: 600;
    color: #0271ab;
    line-height: 20px;
    text-align: left;
    padding-top: 30px;
}
.container.survey #register_area{
	display:none;
}

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

label{
	cursor: pointer;
}
.pad-l{
	padding-left: 10px;
}
/**/
.container.survey .section.survey {
	
}
.survey_wrap {
	padding-top:20px;
}
.survey_wrap li {
	padding-top:20px;
	padding-bottom:25px;
	border-bottom:1px solid #c8c8c8;
}
.survey_wrap li:last-child{
	border-bottom: 4px solid #000;
}
.survey_wrap li .question {
	font-size:16px;
	color:#333;
}
.survey_wrap li .answer {
	font-size:13px;
	color:#666;
	padding-left:15px;
	padding-top:15px;
	overflow:hidden;
}
.survey_wrap li .answer span {
	display:inline-block;
	margin-top:5px;
/*	display:block;
	float:left;*/
}
.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;
}
.survey_wrap li .answer span.full input[type="text"] {
	width:100%;
	padding-left:10px;
}
.survey_wrap li .answer.line1 span {
	width:32%;
}
.survey_wrap li .answer.line2 span {
	width:90%;
	margin-right:2%;
}
.survey_wrap li .answer.line2 span.last {
	width:auto;
}
.survey_wrap li .answer.line2 span input[type="text"] {
	border: none;
	border: 1px solid #c8c8c8;
	padding-left: 10px;
	width: 100%;
	/*min-width: 170px;*/
}
.survey_wrap li .answer.line3 span {
	margin-right:2%;
}
.survey_wrap li .answer.line3 span input[type="text"] {
	
	border:none;
	border-bottom:1px solid #c8c8c8;
	padding-left:10px;
	min-width: 170px;
}
.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;
}
.agree_wrap {
	padding-top:15px;
	border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
	overflow:hidden;
}
.agree_wrap .agree {
	width:100%;
}
.agree_wrap .agree p {
	margin-bottom:15px;
	color:#333;
	float:left;
	text-align: left;
	padding: 0 1%;
}
.agree_wrap .agree p.aswr{
	width: 73%;
}
.agree_wrap .agree p.mark{
	width: 27%;
}
.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 0;
}
.btn_wrap .btn {
    display: block;
    font-size: 24px;
    border-radius: 5px;
    text-align: center;
    background: #0079ca;
    color: #fff;
    font-weight: 600;
    padding: 2px 0px 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
}
.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;
	text-decoration:none;
}
.btn_wrap .info img{
	vertical-align: middle;
}
.red{
	color: #ff6666;
	font-size: 15px;
}
.btn_wrap .btn.btn_gray{
	background: #4e6167;
}
.survey_con{
	padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}
.survey_txt{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.form_wrap {
	width: 100%;
    border-top: 3px solid #0271ab;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    margin-top: 20px;
    font-weight: 600;
    padding: 20px 0 0;
}

.form_wrap li {
	float: left;
    box-sizing: border-box;
    padding: 7px 1%;
    position: relative;
}

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

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

.form_wrap li select {
	box-sizing: border-box;
    min-height: 58px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    background: #fff url(../images/select_bg.png) 97% center no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
select::-ms-expand{
	display:none;
}
.form_wrap.survey li select {
	width: 100%;
    /*max-width: 250px;*/
}
.marketing 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;
}
.form_wrap li.half {
	width:50%;
}
.form_wrap li.half.wid66{
	width:66%;
}
.form_wrap li.half.wid33{
	width:33%;
}
.form_wrap li.half.wid25{
	width:25%;
}
.form_wrap ul li {
	width:100%;

}
.form_wrap li.full {
	width:100%;
}
.form_wrap li.full textarea {
	width: 100%;
	max-width: 730px;
	height: 125px;
	padding: 5px;
}
.form_wrap span {
	/* height: 30px; */
	display: inline-block;
}
.form_wrap span.reqired {
	width: 100%;
}
.form_wrap li .name {
	display: none;
    width: 105px;
    position: absolute;
    left: 0;
    padding-left: 10px;
    top: 0;
    bottom: 0;
    line-height: 24px;
}
.form_wrap .survey_con li input {
    min-height: 22px;
}
.form_wrap .survey_con li input[type="text"] {
    /*min-height: 35px;*/
}
.form_wrap li.half input[type="text"] {
	width: 100%;
    /*max-width: 200px;*/
	/*height:100%;*/
}
.form_wrap.survey li.half input[type="text"] {
	width: 100%;/*85%*/
    /*max-width: 200px;*/
	/*height:100%;*/
}
.form_wrap li.full input[type="text"] {
	width:100%;
	/*height:100%;*/
}
.form_wrap li.full .company_adress1 input {
	width:270px;
}
.form_wrap li.full .company_adress2 input, .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;
}

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

}
.section.confirm .inner{
	padding: 20px 0;
}
.confirm img{
	vertical-align: middle;
}
.section.confirm .thanks{
    /* height: 33px; */
    /* color: #333333; */
    /* font-size: 36px; */
    /* font-weight: 600; */
    /* line-height: 25px; */
    /* padding: 10px 0 63px; */
}
.thanks_sub{
	font-size: 18.5px;
}

img.logo_intel{

}
img.logo_ms{

}
.bonus{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 26px;
	/*text-align: right;*/
}
.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;
}
.all_check{
	border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    font-size: 18px;
    width: 100%;
}
.form_style{
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400; 
	padding: 10px;
	 /*max-height: 322px; */
	overflow: auto;
}

.bn_style{
	border: none;
}
.survey_con::after{
	display: block;
	clear: both;
	content: "";	
}
.survey_con{
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
}
.survey_con:last-child{
	padding-bottom: 0px;

}
.survey_con li:first-child{
	font-weight: 600;
}
.survey_dsp{
	color: #464646;
	font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    max-width: 500px;
    padding-left: 20px;
}
/*    contents end    */

.result_logo{
	padding: 30px 105px;
}

@media only screen and (max-width: 1200px) {
	.result_logo{
		padding: 30px 15px;
	}
}

/*    footer    */
.footer a{
	padding: 0px;
    display: inline-block;
}

.footer_top {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    padding: 15px 0 15px;
    text-align: center;
    border-top: 1px solid #ccc;
    color: #333;
}
.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_top .inner {
	overflow: hidden;
	max-width: 1000px;
}

.footer_bottom {
	overflow: hidden;
    padding: 0px 0 15px;
    font-size: 12px;
    line-height: 180%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
.footer_bottom .copyright {
	float:right;
	line-height:2;
}

/*    footer end    */

/* 결과페이지 백서 시작 */


.inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
hr {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    color: #061926;
}
.thanks {
    font-size: 28px;
    font-weight: 500;
    padding: 0px 30px;
    text-align: center;
    background: #fff;
    margin: -30px auto 30px;
    width: fit-content;
    line-height: 1.2;
}

.wp{
	display: flex;
	justify-content: center;
	/*gap: 25px;*/
	flex-wrap: wrap;
	/*align-items: center;*/
}
.wp li{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	width: 33%;
	max-width: 400px;
    border: 15px solid #fff;
}
.wp li img{
	width: 100%;
}
.wp li > a{
	width: 100%;
	display: block;
	padding: 0px;
	position: relative;
	font-size: 19px;
	letter-spacing: -0.8px;
}
.wp_tit{
	color: #1d86d7;
	display: block;
	background: #fff;
	padding: 20px;
	width: 225px;
	box-sizing: border-box;
}
.wp_txt{
	display: block;
    padding: 20px 20px;
    background: #006cbb url(../images/arrow.png) right 20px bottom 20px no-repeat;
    color: #fff;
    min-height: 115px;
    font-size: 17px;
}

img {
    vertical-align: top;
    max-width: 100%;
}

.wp_txt {
    display: block;
    padding: 20px 20px;
    background: #006cbb url(../images/arrow.png) right 20px bottom 30px no-repeat;
    color: #fff;
    min-height: 95px;
    font-size: 17px;
}
/* 결과페이지 백서 끝 */

















@media only screen and (max-width: 1600px) {
	.visual{
		background-position: center;
	}
	.visual .inner{
		/*height: 350px;*/
	}
	.event_wrap .inner{
		/* background-size: 300px; */
	}
}

@media only screen and (max-width: 1300px) {
	
	
}
@media only screen and (max-width: 1000px) {

	

	.desktop {
		display:none;
	}	
	.desktop.in {
		display:none;
	}
	br.desktop{
		display: none;
	}


	
	.mobile {
		display:initial;
	}
	.header{
		padding: 30px 0 30px;
	}
	.header_txt{
		font-size: 12px;
    	line-height: 55px;
		padding: 0 0 0 10px;
		margin: 0;
	}
	.logo img{
		padding-left: 0;
	}
	.inner .left{
		width: 100%;
	}
	.inner .right{
		width: 100%;
	}
	.confirm .inner .left{
		width: 100%;
	    max-width: 350px;
	    margin: 0 auto;
	    float: none;
	}
	.confirm .inner .right{
		width: 100%;
	}
	.bonus{
		margin: 20px auto;
		text-align: left;
		padding: 0;
	    max-width: 350px;
	}
	.visual{
		background-size: cover;
		/* height: auto; */
	}
	.visual .inner {
		width:95%;
		margin: 0 auto;
	}
	.visual_txt{
		/* max-width: 90%; */
		margin: 0 auto;
		padding: 20px;
	}
	.visual_txt h2 {
		font-size: 35px;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.visual_txt h2 strong{
		margin-bottom: 20px;
	}	
	.visual_txt p {
		font-size: 14px;
	}
	.logo_ms_txt{
		display: none;
	}
	.inner {
		width: 95%;
		margin: 0 auto;
	}
	.form_wrap li.half {
		width:100%;
		border-top-width:1px;
	}
	.form_wrap li.half.none {
		border-top-width:0px;
		padding: 0;
	}
	.form_wrap li.half input[type="text"],  .form_wrap li.full textarea{
		width:100%;
	}
	.form_wrap.survey li.half{
		/* width: 50%; */
	}
    /* event */
	.event_wrap{
	    height: auto;
    	background-image: none;
		background-color: #0076ce;
	}
	.event_wrap{
	}
	.event_wrap .inner{
		display: block;
		padding-bottom: 280px;
		background-position: center bottom;
		/* background-size: 300px; */
		width:95%;
		margin: 0 auto;
	}
	.event_info_detail{
		width: 100%;
		padding-top: 20px;
		letter-spacing: -1px;
	}
	.event_column{
		display: block;
	}
	.event_wrap span img{
		display: block;
	}


	/**/
	.speach-bubble{
		height: 350px;
    	padding: 20px 10px;
	}


	.container .section {
		padding:60px 0;
	}
	.survey_wrap li .answer.line2 span {
		width:90%;
		margin-right:0;
	}
	.agree_wrap .agree p {
		font-size:14px;
	}
	.agree_wrap .agree p.aswr {
		width: 100%;
	}
	.agree_wrap .agree p.mark {
		width: 100%;
		text-align: right;
	}
	.agree_wrap .agree p.mark.padr{
		padding-right: 72px;
	}
	/* ´Ù¿î·Îµå ÆäÀÌÁö */
	.section.banner .half{
        width: 100%;
    }
	.event_info{
		margin: 0px auto;
		display: block;
		border-left: none;
		padding: 0;
		text-align: center;
	}
	.info_field{
		display: block;
    	border-right: none;
	}

	.title-txt-a{
		font-size: 20px !important;
	}

	.title-txt-b{
		font-size: 50px !important;
	}
	
}

@media only screen and (max-width:800px) {
	.header{
		/*padding: 20px 0;*/
	}
	.logo{
		text-align: left;
	}
	.logo_l{
		padding-top: 0px;
		display: block;
	}
	.logo_r{
	}
	.visual_txt {
		margin-top: 20px;
	}
	.visual_txt h2 {
		font-size: 27px;
	}
	.event_wrap .inner{
		/* padding-bottom: 350px;
		background-position: center bottom 180px; */
	}
	.event_contxt{
		font-size: 15px;
	}
	.form_wrap.survey li.half{
		width: 100%;
	}
	.form_wrap li.half.none {
		border-top-width:0px;
		padding: 0;
	}
	.form_wrap li .name {
		padding-left:10px;
	}
	.form_wrap li.full input.email {
		width: 45%;
		max-width: none;
	}
	.form_wrap li.full > span.email_wrap {
		width: 55%;
		max-width: none;
	}
	.form_wrap li.full .select_wrap.email {
		width : 100%;
		margin-left: 0;
		margin-top:5px;
		max-width: none;
	}
     .container .section.confirm{
     	padding: 50px 10px;
     }

	 .title-txt-a{
		font-size: 15px !important;
	}

	.title-txt-b{
		font-size: 40px !important;
	}
	.wp_txt{
    	font-size: 15px;
    	line-height: 1.3;
    }
	.container .section.confirm {
		padding: 50px 10px;
	}
	.wp li {
		width: 100%;
}


	
}
@media only screen and (max-width:480px) {
	
	.logo_warp a {

	}
	.header_txt{
		font-size: 15px;
    	line-height: 40px;
	}
	.logo_l{

	}
	.logo_r{
		padding-left: 5px;
	}	
	.logo img{
		padding-left: 0px;
	}
	.logo_ms {
		float: none;
	}
	.logo_ms img{
		margin-top: 20px;
	}
	.visual{
	}
	.visual_txt {
	    margin-top: 0px;
	}
	.visual_txt h2 {
		font-size: 24px;
	}
	.container .section {
		padding:30px 0;
	}
	.container .section.regist {
		padding-bottom:0;
	}
	.visual.confirm .visual_txt {
		padding-top: 10px;
		padding-left: 10%;
	}
	.visual .subheader_tit {
		padding-top:25px;
	}
	.visual_txt p {
		padding-top: 0px;
		padding-left: 5px;
	}
	.survey_wrap li .answer.line1 span {
		width: 100%;
	    margin-right: 0;
	}
	.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_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;
	}
	.survey_wrap li .question {
		
	}
	.survey_wrap li .answer span.full input[type="text"] {
		background-color:#fff;
	}

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

	.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;
	}
	.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: #3fc2ff;
	    height: auto;
	    padding-top: 30px;*/
	}
	.event_info{
		margin: 0px auto;
		display: block;
		padding: 0;
	}
	.mar_l{
		margin-left: 0;
	}
	.event_box{
		background-position: 95% 95%;
		/* background-image: 80%; */
	}
	.event_box_info li{
		padding-bottom: 10px;
		font-size: 14px;
	}
	.event_box_info li::before{
		content:"";		
	}
	/* btn */
	.btn_main_wrap{
		margin: 20px auto;
	}
	a.btn_main {
	}
	.btn_wrap .btn{
		display: block;
	    font-size: 24px;
	    border-radius: 5px;
	    text-align: center;
	    background: #0079ca;
	    color: #fff;
	    font-weight: 600;
	    padding: 2px 0px 0;
	    width: 100%;
	    height: 75px;
	    line-height: 75px;
	}
	.inner.logo{
		padding: 0 4%;
	}
	
	.strong {
		font-size: 13px;
	}

	.wp li {
		width: 100%;
}

