/* 공통 css */
.main_wrap {position:relative;width:1400px;margin:0px auto;height:100%;}
.main_wrap2 {position:relative;width:100%;margin:0px auto;height:900px;}
.main_wrap2:after {content: ''; display: block; clear: both;}
div {box-sizing:border-box;}

.score_normal{font-family: 'S-CoreDream-4Regular';}
.score_bold{font-family: 'S-CoreDream-6Bold'; }

.text_center {text-align:center;}
.text_left {text-align:left;}
.text_right {text-align:right;}

.margin_auto{margin:0 auto;}
.Rmargin_none {margin-right:0 !important;}

.float_L {float:left;}
.float_R {float:right;}
.clear {clear:both;}

.M_block {display:none;}


br {color:rgba(0,0,0,0);}
/* 공통 css */

/* main css */
/*.index_visual{margin-bottom:100px;}*/

/*.index_bg {position:absolute;width:100%;height:900px; background:url("../images/visual_img.jpg") no-repeat; background-size:cover;}

.index_txt {position:absolute;top:50%; left:25%; transform:translate(-50%,-50%);}
.index_number {margin-bottom:20px; background:#ee571e;  display:inline-block; border-radius:30px; height:45px;}
.index_number > span {font-size:25px;color:#1e1814;font-family:'GmarketSansLight'; font-weight:700; padding:0 30px; line-height:45px;color:#fff;}
.index_title {font-size:58px;color:#1e1814;letter-spacing:-3px;font-family:'godo';line-height:1.4;}
.index_txt > span {font-weight:bold; font-size:65px;}
.index_tail {position:absolute;bottom:1%; right:-8%;transform:translate(-50%,-50%);letter-spacing:-0.8px; font-size:15px; background:#fff; background-color:rgba( 255, 255, 255, 0.3 ); display:inline-block; color:#25231f; font-family:'GmarketSansMedium';}*/

.index_bg {width:100%;height:900px; background:url("../images/visual_img.jpg") no-repeat; background-size:cover;}

.index_txt {position:absolute;top:50%; left:0; transform:translate(0,-50%);}
.index_number {margin-bottom:20px; background:#ee571e;  display:inline-block; border-radius:30px; height:45px;}
.index_number > span {font-size:25px;color:#1e1814;font-family:'GmarketSansLight'; font-weight:700; padding:0 30px; line-height:45px;color:#fff;}
.index_title {font-size:58px;color:#1e1814;letter-spacing:-3px;font-family:'godo';line-height:1.4;}
.index_txt > span {font-weight:bold; font-size:65px;}
.index_tail {position:absolute;bottom:1%; right:0;transform:translate(0,-50%);letter-spacing:-0.8px; font-size:15px; background:#fff; background-color:rgba( 255, 255, 255, 0.3 ); display:inline-block; color:#25231f; font-family:'GmarketSansMedium';}

.news_area {margin-bottom:100px; width:100%; background:#f6f6f6;margin-bottom:1px solid #f4f4f4;}
.cont1_area {margin-bottom:100px;}
.cont2_area {width:100%; background:url("../images/cont2_bg.jpg") no-repeat; margin-bottom:100px;}
.cont3_area {margin-bottom:100px;}
.cont4_area {margin-bottom:100px;}
.cont5_area {margin-bottom:100px; background:url("../images/cont5_bg.jpg") no-repeat;border:1px solid #e5e5e5;}

.cont_news {width:1400px; margin:0 auto;}
.cont_news:after {display:block; content:''; clear:both;}
.cont_news > .news_left {float:left; width:25%;font-family:'GmarketSansMedium'; font-size:20px; text-align:center; padding:30px 0;}
.cont_news > .news_right {float:right; width:73%; font-family:'GmarketSansLight'; font-size:18px;padding:10px 0; font-weight:bold;}
.cont_news > .news_right:after {content:''; display:block; clear:both;}
.cont_news > .news_right > div {float:left; width:calc((100% / 3) - (6% / 3)); height:70px; font-size:16px;padding:11px 15px; border:1px solid #e5e5e5; border-radius:10px; background:#fff;box-sizing:border-box;margin-right:2.8%;}
.cont_news > .news_right > div:last-child {margin-right:0;}
.cont_news > .news_right > div > a {display:block;}
.cont_news > .news_right > div > a > br{color:#ffffff;}

.cont1 {}
.cont1 > a {display:block; float:left; width: calc((100%/3) - ( 8% / 3 )); margin-right:4%;position:relative;}
.cont1:after{display:block;content:"";clear:both;}
.cont1 > a > .cont1_txt {position:absolute;width:100%; text-align:center;bottom :25px; font-size:25px;line-height:1.4;color:#464646;font-family:'GmarketSansMedium';}
.cont1 > a > .cont1_txt > span {padding:7px 15px 5px 15px; border-radius:10px;display:inline-block;color:#fff;font-weight:bold;font-size:20px; line-height: 25px;box-sizing:border-box; margin-bottom:25px;font-family:'GmarketSansMedium';}

.line_box{}
.line_box .line { position: absolute;transition: all 0.4s ;}
.line_box .line1 {
	left: 0%; top: 0%; width: 0%;height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#46a9dc+0,7da09b+100 */
	background: #46a9dc; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff9393 0%, #ff9393 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffe673 0%,#ffe673 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ff4141 0%,#ff9393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4141', endColorstr='#ff9393',GradientType=1 ); /* IE6-9 */
	}
.line_box .line2 {
    right: 0%; top: 0%; width: 2px; height: 0; transition-delay:0.4s;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7da09b+0,ff8b02+100 */
	background: #7da09b; /* Old browsers */
	background: -moz-linear-gradient(top,  #7da09b 0%, #ff8b02 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7da09b 0%,#ff8b02 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7da09b 0%,#ff8b02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da09b', endColorstr='#ff8b02',GradientType=0 ); /* IE6-9 */
}
.line_box .line3 {
    right: 0%; bottom: 0%; width: 0%; height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c79444+0,ff8b02+99 */
	background: #c79444; /* Old browsers */
	background: -moz-linear-gradient(left,  #c79444 0%, #ff8b02 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #c79444 0%,#ff8b02 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #c79444 0%,#ff8b02 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79444', endColorstr='#ff8b02',GradientType=1 ); /* IE6-9 */
}
.line_box .line4 {
    left: 0%; bottom: 0%;width: 2px; height: 0;transition-delay:0.4s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#46a9dc+0,ff8b02+99 */
	background: #46a9dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #46a9dc 0%, #c79444 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #46a9dc 0%,#c79444 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #46a9dc 0%,#c79444 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a9dc', endColorstr='#c79444',GradientType=0 ); /* IE6-9 */
}
.line_box > a:hover .line1 {width: 100%;}
.line_box > a:hover .line2 {height: 100%;}
.line_box > a:hover .line3 {width: 100%;}
.line_box > a:hover .line4 {height: 100%;}


.cont2 {width:1100px; margin:0 auto;padding:60px 0;font-size:0; box-sizing:border-box;border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.cont2 > div {display: inline-block; vertical-align: middle; box-sizing: border-box;}
.cont2 > .left_box{width:65%;}
.cont2 > .left_box >  span{padding:10px 20px; border-radius:10px;background:#6072b9; color:#fff; font-size:20px; font-family: 'GmarketSansMedium'; font-weight:bold;}
.cont2 > .left_box >  p.cont2_title{font-family: 'GmarketSansMedium'; font-size:25px; margin-top:30px;}
.cont2 > .left_box >  div.sub_title{font-family: 'GmarketSansMedium'; font-size:20px; margin-top:10px;font-family: 'GmarketSansLight';margin-bottom:30px;}
.cont2 > .left_box >  p.title_name{font-family: 'GmarketSansMedium'; font-size:20px; color:#0b2792;}
.cont2 > .right_box{width:35%; text-align:right;}
.cont2 > .cont2_mobile {display:none; text-align:center; margin-bottom:20px;}
.cont2_area  a:hover .cont2 > .left_box > p.cont2_title{text-decoration:underline; text-underline-position: under;}

.cont3 {box-sizing:border-box;}
.cont3:after {display:block;clear:both;content:'';}
.cont3 >  a {display:block;position:relative;}
.cont3 .box{overflow:hidden;}
.cont3 .box img{width:100%;transition: all 0.3s ease-in-out;}
.cont3 .box:hover img{transform:scale(1.1);}
.cont3 .box > div {position:absolute; top:50%; transform:translateY(-50%);right:5%;}
.cont3  .box  > div >span {display:inline-block; margin-bottom:20px;padding:7px 15px;box-sizing:border-box;border-radius:10px;font-size:20px; background:#cce566;color:#fff;font-family: 'GmarketSansMedium';font-weight:bold;}
.cont3  .box  > div >p {font-size:25px;line-height:1.5;font-family: 'GmarketSansMedium';}
.cont3 >  a {width:48.5%;}
.cont3 >  a:first-child {margin-bottom:3%;}

.cont4 {}
.cont4:after {content:''; display:block; clear:both;}
.cont4 > .cont4_left{width:32%; float:left;}
.cont4 > .cont4_left:after{content:''; display:block; clear:both;}
.cont4 > .cont4_left > a{position:relative; display:block;overflow:hidden;}
.cont4 > .cont4_left > a > img {transition: all 0.3s ease-in-out;}
.cont4 > .cont4_left > a:hover img{transform:scale(1.1);}
.cont4 > .cont4_left > a:first-child{margin-bottom:20px;}
.cont4 > .cont4_left > a > div {position:absolute; bottom:10%; left:10%; width:90%;color:#fff;}
.cont4 > .cont4_left > a > div:after {content:''; display:block; clear:both}
.cont4 > .cont4_left > a > div > p.left_title {float:left; width:100px;font-family: 'GmarketSansMedium';font-weight:bold;font-size:18px;min-height:50px; border-bottom:3px solid #fff; box-sizing:border-box;}
.cont4 > .cont4_left > a > div > .left_txt {float:right;width:calc(100% - 115px);font-family: 'GmarketSansMedium';font-size:20px;line-height:1.5;}
.cont4 > .cont4_right{width:65%; float:right;}
.cont4 > .cont4_right > a {float:left;width:49%; margin-right:2%; display:block;background:#ebf4f5;text-align:center;padding-top:50px;box-sizing:border-box;height:500px;}
.cont4 > .cont4_right > a:last-child {margin-right:0;}
.cont4 > .cont4_right > a:hover .para {background:url("../images/para01.png") no-repeat; color:#fff;}
.cont4 > .cont4_right > a > div{margin-bottom:25px;}
.cont4 > .cont4_right > a > div img{transition: all 0.3s ease-in-out;}
.cont4 > .cont4_right > a:hover div img{transform:scale(1.1);}
.cont4 > .cont4_right > a > span {font-size:18px;font-family: 'GmarketSansMedium';font-weight:bold; width:161px; height:40px;display:block;box-sizing:border-box; line-height:40px;margin:0 auto 25px; color:#707070;}
.cont4 > .cont4_right > a > p {font-size:20px;font-family: 'GmarketSansMedium';line-height:1.5;}

.cont5 {width:1100px; margin:0 auto;padding:60px 0;font-size:0; box-sizing:border-box;}
.cont5 > div {display: inline-block; vertical-align: middle; box-sizing: border-box;}
.cont5 > .cont5_left{width:65%;}
.cont5 > .cont5_left >  span.e_month {font-size:40px; font-family: 'GmarketSansMedium';font-weight:bold;color:#ee571e;display:inline-block; margin-right:10px;}
.cont5 > .cont5_left >  span.e_name {font-size:37px; font-family: 'GmarketSansMedium';font-weight:bold;color:#5e2600;}
.cont5 > .cont5_left >  p {font-size:20px; font-family: 'GmarketSansMedium';}
.cont5 > .cont5_right{width:35%; text-align:right;}
.cont5 > .cont5_right > span.e_term {background:#ee571e; border:1px solid #e5e5e5; border-radius:30px; padding:10px 25px; color:#fff; font-family: 'GmarketSansMedium';font-size:20px;display:inline-block;}

/*.para01 {background:url("../images/para01.png") no-repeat; background-size:cover;}*/
.para {background:url("../images/para02.png") no-repeat; background-size:cover;}
/* main css */



/* media css */
@media (max-width: 1400px) {
	.main_wrap {width:100%;padding:0px 10px;box-sizing:border-box;}

	.index_txt { left:5%;}
	.index_tail {right:3%;}

	.cont_news {width:100%; padding-left:10px; padding-right:10px; margin-top: 30px;}

	.cont4 > .cont4_left{width:100%; float:none;}
	.cont4 > .cont4_left > a{float:left; width:49%;}
	.cont4 > .cont4_left > a:first-child{margin-right:2%;}
	.cont4 > .cont4_right{width:100%; float:none;}
	
}
@media (max-width: 1330px) {
	.main_wrap2 {height:auto;}

	.index_bg {height:600px;}
}
@media (max-width: 1200px) {
	.cont_news > .news_left {float:none; width:100%; margin:0 auto;background:none;padding:10px 0;}
	.cont_news > .news_right {float:none; width:100%; margin-bottom:10px;}
}
@media (max-width: 1100px) {
	.cont2 {width:100%;padding-left:20px; padding-right:20px;}
	.cont5 {width:100%; padding-left:20px; padding-right:20px;}
}

@media (max-width: 1054px) {
	.main_wrap2 {width:100%;}
	.cont1 > a > .cont1_txt {font-size:18px;}
	.cont1 > a > .cont1_txt > p {font-size:15px;}
}

@media (max-width: 1000px) {
	/*.index_visual{margin-bottom:50px;}*/
	.index_bg{background-position-x: -200px;}

	.news_area{margin-bottom:50px;}
	.cont1_area {margin-bottom:50px;}
	.cont2_area {margin-bottom:50px;}
	.cont3_area {margin-bottom:50px;}
	.cont4_area {margin-bottom:50px;}
	.cont5_area {margin-bottom:50px;}
	.cont2 {padding:50px 0;}
	.cont2 > .left_box{width:100%;text-align:center;}
	.cont2 > .right_box{display:none;}
	.cont2 > .cont2_mobile{display:block;}
}
@media (max-width: 860px) {
	.cont_news > .news_right > div {float:none; width:100%; padding:11px 15px;margin-right:0;margin-bottom:10px;text-align:center;}
	.cont_news > .news_right > div:last-child {margin-bottom:0;}
	.M_none {display:none;}
}
@media (max-width: 800px) {
	.cont1 > a {float:none; width: 100%; margin-right:0;text-align:center; margin-bottom:20px;}
	.line {display:none;}
	.float_L {float:none;}
	.float_R {float:none;}

	.M_block {display:block;}


	.sub_title > p {font-size:0.9em;}
	.cont3 > a {float:none; width:100%; margin-bottom:20px;}
}
@media (max-width: 768px) {
	.index_bg{ background-size: cover; height: 500px;}
	.index_number > span {font-size:20px;}
	.index_title {font-size:40px;}

	.cont4 > .cont4_left > a{float:none; width:100%;margin-bottom:20px;}
	.cont4 > .cont4_left > a:first-child{margin-right:0;}
	.cont4 > .cont4_right > a {float:none;width:100%; margin-right:0; height:auto;padding:25px 0;}
	.cont4 > .cont4_right > a:last-child {margin-right:0;margin-top:20px;}

	.cont5_area {background-size:cover;}
	.cont5 > .cont5_left >  span.e_month {font-size:30px;}
	.cont5 > .cont5_left >  span.e_name {font-size:27px;}
	.cont5 > .cont5_left >  p {font-size:17px; font-family: 'GmarketSansMedium';}
	.cont5 > .cont5_right > span.e_term {padding:10px 25px;font-size:17px;}
}
@media (max-width: 600px) {
	.main_wrap { margin-top: 82px;}
	.index_txt {font-size:25px; width:100%; left:0; background:#fff;text-align: center; padding:20px 0  20px 0; top:85%;}
	.index_txt > span {font-size:30px;}
	.index_tail {bottom:33%; padding:5px; text-align:center; width:100%; left:0; background-color: rgba(255,255 ,255,0.5);font-size: 0.8em;}
	.index_number { margin-bottom:5px;}
	.index_number > span {font-size:18px; margin-bottom:5px;}
	.index_bg{background-position-y: -40px;background-position-x: -410px;}

	.cont2 > .left_box >  span{font-size:15px;}
	.cont2 > .left_box >  p.cont2_title{font-size:18px; margin-top:30px;}
	.cont2 > .left_box >  p.sub_title{font-size:15px;}
	.cont2 > .left_box >  p.title_name{font-size:15px;}
	.cont3  .box  > div >span {font-size:15px;}
	.cont3  .box  > div >p {font-size:18px;}

	.cont5 > .cont5_left{width:100%;text-align:center; margin-bottom:20px;}
	.cont5 > .cont5_right{width:100%; text-align:center;}
}
@media (max-width: 380px) {
	.index_bg{background-position-x: -482px;}

	.cont4 > .cont4_left > a > div {width:90%;}
	.cont4 > .cont4_left > a > div > .left_txt {font-size:17px;}
	.cont4 > .cont4_right > a > p {font-size:18px;}
	
}
/* media css */