@charset "utf-8";


.main_wrap{width:100%; margin:0px auto 0;}
#main_visual{width:100%; height:310px; background:#000; position: relative; display: table;}

.bxslider{overflow:hidden; width:100%; height:310px; text-align:center;}
.bxslider> li{position:relative; width:100%; height:100%;}

/* bxSlider fade mode - ensure only active slide is visible */
.bx-wrapper .bx-viewport {
    position: relative;
    overflow: hidden;
}
.bx-wrapper .bxslider > li {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    opacity: 0;
    z-index: 0;
}
.bx-wrapper .bxslider > li.bx-clone {
    display: block;
}
.bx-wrapper .bxslider > li[style*="z-index: 50"],
.bx-wrapper .bxslider > li:first-child:not([style*="z-index"]) {
    opacity: 1;
    z-index: 50;
}
.bxslider> li .bgarea{
	width:100%; height:100%; position:absolute; z-index:1; left:0; top:0;}
.bxslider li.visual01 .bgarea{
    background-size: cover !important;
	background-attachment:fixed;
	animation:v_ani 1.5s;
	animation-fill-mode:forwards;}
.bxslider li.visual02 .bgarea{
	background-attachment:fixed;
	animation:v_ani 1.5s;
	animation-fill-mode:forwards;}
@keyframes v_ani{
    0%{opacity:1;transform:scale(1.08);}
	100%{opacity:1;transform:scale(1);}}
@keyframes v_ani2{
    0%{opacity:0;transform:translateY(40px);;}
	100%{opacity:1;transform:translateY(0px);;}}
.main_copy{max-width:1100px; margin:auto; text-align: left; padding:0 360px 0 0; min-height: 230px; position: relative; top:50%; margin-top: -106px; z-index: 2; }
.bxslider li .visual_text01{font-family:'Nanum Myeongjo'; font-size:50px; color:#fff; font-weight:bold; }
.bxslider li.visual01 .visual_text01{
	opacity:0;
	transition:all 1s 1s;
	animation:v_ani2 1s 1s;
	animation-fill-mode:forwards;}
.bxslider li.visual_text02{
    font-family:'Nanum Myeongjo'; font-size:22px; color:#fff; background-color:#2a163d; display: inline-block; margin:18px 0 70px 0; padding:3px 10px; opacity:0; 
	transition:all 1s 1s;
	animation:v_ani2 1s 1.7s;
	animation-fill-mode:forwards;}
.bx-wrapper .bx-prev{
	opacity:0; position:absolute;left:3%;top:50%;
	background:url(../images/main/visual_prev.png) no-repeat;
	width:76px;height:76px; margin-top:-43px; text-indent:-9999px;transition:all 1s;}
.bx-wrapper .bx-next {
	opacity:0; position:absolute; right:3%; top:50%;
	background:url(../images/main/visual_next.png) no-repeat;
	width:76px;height:76px; margin-top:-43px; text-indent:-9999px;transition:all 1s;}
.bx-wrapper .bx-pager{opacity:0;transition:all 1s;}
.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next,
.bx-wrapper:hover .bx-pager{opacity:1;transition:all 1s;}
.dis_block{display:block;}
a.visual_btn{font-size:18px; color:#fff; text-align:left; padding:10px 50px 10px 20px; display:inline-block; border:2px solid #fff; background:url('../images/main/visual_more.png') 90% 40% no-repeat;}
.bx-wrapper {position: relative; margin: 0 auto 0px; padding: 0; *zoom: 1;}
.bx-wrapper img {max-width: 100%;display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { position: absolute; bottom:40px; width: 100%;}

/* LOADER */.bx-wrapper .bx-loading {width: 100%; min-height: 50px; height: 100%; position: absolute; top: 0; left: 0; z-index: 2000; background: url(images/bx_loader.gif) center center no-repeat #fff;}

/* PAGER */.bx-wrapper .bx-pager {font-family: Arial; font-weight: bold; text-align: center; font-size: .85em; color: #666; padding-top: 80px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a { text-indent: -9999px; display: block;
	width: 13px; height: 13px; margin:0 7px; outline: 0; border-radius: 50%; border:2px solid #fff; position:relative; 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a:after{display:none;}
.bx-wrapper .bx-pager.bx-default-pager a.active {border:2px solid #202a76;}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; margin: 0 3px; background: url(images/controls.png) -86px -11px no-repeat;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; margin: 0 3px; /*background: url(images/controls.png) -86px -44px no-repeat;*/}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center; width: 100%; display: none;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0; width: 35px;}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666\9;
	background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {font-family: Arial; color: #fff; font-size: .85em; display: block; padding: 10px;}
    .m_vcont{position:relative; min-height:610px }
.m_login{width:305px; min-height:122px; border-radius:3px; background: url('../images/main/mlogin_bg.png') 0 0 repeat; padding:29px; position: absolute; z-index:99; top:48px; right__:7%; left:50%; margin-left:245px;}
.m_logintitle{font-family:'Nanum Myeongjo'; font-size:27px; color:#363636; font-weight: bold; margin-bottom: 15px; }
.m_login .login_input{height:35px; padding:0 0 0 45px; margin-bottom:7px; border-radius:3px;}
.m_login .login_input > input{width:198px !important; height:32px; background-color:#fff; font-size:14px; letter-spacing:-0.5px; margin-top: 1px}
.m_login .login_input.id{background:#fff url(../images/main/icon_mlogin.png) 16px 50% no-repeat}
.m_login .login_input.pw{background:#fff url(../images/main/icon_mpw.png) 18px 45% no-repeat}
button.btn_login, button.btn_sns{color:#fff; letter-spacing:-0.5px; width:100%; height:35px; border-radius:3px; text-align:center;}
.m_login .saveid{font-size:13px; color:#2b2b2b; margin-top: 3px;}
.m_login .saveid > lable{margin-right: 0px; vertical-align: middle;}
.m_login .input_area > button.btn_login{font-size:16.5px; margin-top:35px; background-color:#17294b;}
.m_login .input_area > button.btn_sns{font-size:15px;margin-top:5px; background-color:#707070;}
.m_login input[type="checkbox"]{width:17px; height:17px; display: inline;  vertical-align: middle; border:1px solid #676767; margin-top: -2px;}
.theme01{background:url('../images/main/theme01_bg.png?1') 50% 0 repeat-y;background-size: 100%;}
.theme01in__{max-width:1100px; margin:auto;}
.theme01_cont{width:50%; float:left; display:inline-block; position:relative;}
.theme01 .wid1100:after{content:""; display:block; clear:both;}
ul.theme01_cont.part01{padding:22px 110px 32px 0px;}
ul.theme01_cont.part02{padding:22px 78px 32px 35px;}
ul.theme01_cont li:first-child{font-size:24px; color:#fff; font-weight:500; margin-right:33px;}
ul.theme01_cont li{font-size:14px; color:#fff; font-weight:400; letter-spacing:0px;}
ul.theme01_cont span.more01{position:absolute; top:50%; margin-top:-35px; text-align: center; background: #73639c; border-radius:40px; width:70px; height:70px; }
ul.theme01_cont span.more01{font-size:17px; color:#fff; font-weight: 400; padding-top: 22px; display: block; /*height: 100%;*/}
ul.theme01_cont.part01 span.more01{right:35px;}
ul.theme01_cont.part02 span.more01{right:10px;}
.theme02{clear:both; padding:42px 0; margin-bottom:50px; background-color:#f5f5f5}
.theme02 ul{width:50%;}
.theme02:after{content:""; display:block; clear:both;}
ul.theme02_cont{float:left; background:url('../images/main/face_icon.png?2') 93% 0 no-repeat}
ul.theme02_cont.cont_right{float:right; background:url('../images/main/tarot_icon.png?2') right 10px no-repeat; padding-left:38px;}
ul.theme02_cont li:first-child{font-size:26px; color:#393838; letter-spacing:-2px; font-weight:500; line-height:29px;}
ul.theme02_cont li.theme_text01{font-size:15px; color:#7d7d7d; font-weight:400; /*letter-spacing:-0.5px;*/ padding-top:10px; }
ul.theme02_cont li p{display: block;}
ul.theme02_cont li .fcolor_b{color:#7a5ad1;}
ul.theme02_cont:after{content:""; display:block; clear:both;}
ul.theme02_cont p.more01{font-size:14px; color:#535353; font-weight:400; background:url('../images/main/more_1.png') right 50% no-repeat; display:inline-block; margin-top:25px; padding-right:30px;}
/*ul.theme02_cont a.more01:hover{box-shadow:1px 1px 2px 1px rgba(0, 0, 0, .1)}*/


@media screen and (max-width:1100px){
    .m_login{left:auto; right:0px; margin-left:0px;}
}
@media (max-width:1099px){.main_copy{min-height: 290px; position: relative; top:50%; margin-top: -145px;}
}
@media (max-width: 905px){
    .dis_block{display: none}
}
@media screen and (max-width:768px){
    
    #main_visual{height:250px; margin-top: 38px;}
    .main_copy{width:100%; min-height:195px; margin-top: -90px;  padding:0px 20px 0; }
    .bxslider{height:250px;}
    .bxslider li.visual_text01{font-size:30px;}
    .bxslider li.visual_text02{font-size:16px; margin:10px 0 24px 0;}
    .m_login{display:none;}
    .theme01{background:none;}
    .theme01 .wid1100{padding:0}
    .theme01_cont{width:100%; float:none; display:block; position:relative;}
    ul.theme01_cont.part01{background:#61508E; padding:22px 125px 32px 30px;}
    ul.theme01_cont.part02{background:#4C3A7C; padding:22px 125px 32px 30px;}
    ul.theme01_cont li:first-child{font-size:21px; padding-bottom:3px;}
    ul.theme01_cont li{font-size:13px;}
    ul.theme01_cont.part01 span.more01{right:25px;}
    ul.theme01_cont.part02 span.more01{right:25px;}
    .theme02{padding:0px 0; margin-bottom:35px;}
    .theme02 ul.theme02_cont{width:100%; padding:40px 20px 40px 25px}
    ul.theme02_cont, ul.theme02_cont.cont_right{float:none; background-position:98% 50%; background-size:130px;}
    ul.theme02_cont.cont_right{border-top:1px solid #fff; padding-left:25px;}
    ul.theme02_cont li:first-child{font-size:23px;}
    ul.theme02_cont li.theme_text01{display: none;}
}
@media (max-width: 400px){
    .main_copy{min-height:195px; margin-top: -115px;}
    .bxslider li.visual_text01{font-size:30px;}
    .bxslider li.visual_text02{font-size:17px;}
    .bx-wrapper .bx-prev{background-size:70%;}
    .bx-wrapper .bx-next {background-size:70%; right:0%;}
    .theme02 ul.theme02_cont{width:100%; padding:40px 20px 40px 15px}
     ul.theme02_cont, ul.theme02_cont.cont_right{background-position:100% 50%; background-size:120px;}
     ul.theme02_cont li:first-child {font-size: 20px;}
}


.mobile_premium{display: none;}
.premium{max-width:1100px; margin:auto; }
.premium_cont{position:relative; overflow__:hidden; /*margin-left:-20px;*/ margin-left:-2%;}
.premium_cont:after{content:""; clear:both; display:block}
.premium.pc_premium .premium_cont>li.excep01, 
.premium.pc_premium .premium_cont>li{width:23%; margin-left:2%; /*width:calc(25% - 20px); margin-right:20px;*/ height:335px; margin-bottom:25px; float:left; border:1px solid #cdcdcd; position:relative; opacity: 1; /*transform: translatey(0px); transition: all 1s 0.3s;*/}
.premium_cont li:nth-child___(4n){margin-right: 0%;}
.premium_cont>li.excep01{background:#1a1d2b url(../images/main/premiun_bg.png?2) 50% 50% no-repeat; font-family:'Jua'; font-size:40px;letter-spacing:2px;  color:#8a828d; text-align:center;  padding-top:150px}
.premium_cont li a {display: block;}
.premium_cont li a:hover{background-color:#17294b; text-decoration: none; 
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);}
.premium_img01{display:block; width:100%; height:167px; overflow:hidden;}
.premium_img01 img {width:100%; height:100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.6s;
    -moz-transition:.6s;
    -ms-transition:.6s;
    -o-transition:.6s;
    transition:.6s;}
.swiper-slide:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);}
ul.p_text{padding:21px 22px;}
ul.p_text>li.g_title{font-size:16px; color:#fff; letter-spacing:-0.5px; display: inline; background:#8165ce; border-radius:80px; padding:1px 22px 2px; } 
ul.p_text>li.g_text{font-size:15px; color:#5a5a5a; padding: 15px 0 0 3px; line-height: 20px; letter-spacing: -0.5px;}
ul.p_text>li.g_more{font-size:13px; color:#7d7d7d; padding: 25px 0 0 3px; line-height: 20px;  background: url('../images/main/more_2.png') 70px 82% no-repeat;}
.premium_cont li a:hover ul.p_text>li.g_title{background:#e5e5e5; color:#17294b}
.premium_cont li a:hover ul.p_text>li.g_text{font-size:15px; color:#e5e5e5; }
.swiper-button-next, .swiper-button-prev, .swiper-pagination{display:none;}

@media screen and (max-width:1100px) {
    .premium{max-width:1100px; margin:0 20px 0; }
}
@media screen and (max-width:900px) {
    .premium.pc_premium .premium_cont>li.excep01, 
    .premium.pc_premium .premium_cont>li{width:48%; margin-left:2%; }
}
@media screen and (max-width:640px) { 
    .mobile_premium{display:block;}
    .pc_premium, .premium_cont.swiper-wrapper>li.excep01.swiper-slide{display:none}
    .premium.part02{display:none;}
    .premium.swiper-container{width:80%; margin-bottom: 10px;}
    .swiper-button-next, .swiper-button-prev, .swiper-pagination{display:block;}
    .premium_cont {margin-left:0%;}
    .premium_cont>li.excep01, 
    .premium_cont.swiper-wrapper >li {display:inline-block; border:1px solid #ddd; height:335px; margin:0 0 25px; left: 0px; }
    .premium_img01 img{width:100%;}
    .premium_cont li a{width:100%; height:100%; margin:0px;}
    .premium .swiper-button-next{background:url('../images/main/swiper_prev.png'); right:0px; left: auto;}
    .premium .swiper-button-prev{background:url('../images/main/swiper_next.png'); left:0px; right: auto;}
    .premium .swiper-button-next, .premium .swiper-button-prev {position: absolute; top: 50%; width: 44px; height: 44px;  margin-top: -22px; z-index: 10; cursor: pointer; background-size: 44px 44px; background-position: center; background-repeat: no-repeat;}
}

@media screen and (max-width:400px) { 
    .premium.swiper-container{width:90%;}
    .swiper-button-next, .swiper-button-prev, .swiper-pagination{display:block;}
    .premium .swiper-button-next{background:url('../images/main/swiper_prev.png'); right:0px; left: auto;}
    .premium .swiper-button-prev{background:url('../images/main/swiper_next.png'); left:0px; right: auto;}
}

.specialdate{clear:both; margin-bottom:25px; background-color:#f5f5f5; z-index:-1}
.srow_bg01{width:54%; float:left; left:0px; border-right:100px solid #f5f5f5; border-bottom:150px solid #DBA6BB; position:absolute;}
.specialdatein{max-width:1000px; margin:auto; padding:35px 0 35px; position:relative; z-index:9;}
.specialdatein:after{content:""; clear:both; display: block;}
.specialdate_cont{width:58%; float:left; padding:3px 0 0 0;}
.sdate_text01{font-size:17px; color:#fff; font-weight:300; letter-spacing:-0.5px; background-color:#8A4E72; padding:2px 20px; border-radius:50px; display:inline-block;}
.sdate_text02{font-size:31px; color:#2d2c2d; letter-spacing:-2px; line-height:30px; display:block; padding:13px 0 0 3px;}
.sdate_text02>span{font-weight:500;}
.specialdate_icon{width:42%; float:right;}
.specialdate_icon li{width:33%; float:left; font-size:17px; color:#3b3b3b; text-align: center; padding:55px 0 0; cursor:pointer;}
.specialdate_icon li.d_icon01{background: url('../images/main/icon_date01.png') 45% 0 no-repeat}
.specialdate_icon li.d_icon02{background: url('../images/main/icon_date02.png') 50% 0 no-repeat;  border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;}
.specialdate_icon li.d_icon03{background: url('../images/main/icon_date03.png') 50% 0 no-repeat}

@media screen and (max-width:768px) {
    .specialdate{text-align: center;}
    .specialdate:after{content:""; clear:both; display:block;}
    .srow_bg01,.srow_bg02{display:none}
    .specialdatein{padding:50px 0 50px; background-color:#f5f5f5;}
    .specialdate_cont{width:100%; float:none; padding:0 0 0 0; }
    .sdate_text01{text-align:center;}
    .sdate_text02{font-size:24px;}
    .specialdate_icon{width:60%; margin:35px auto 0; float:none; }
    .specialdate_icon li{width:33.33%;}
}
@media screen and (max-width:640px){
    .specialdate {margin-bottom: 0px;}
}
@media screen and (max-width:480px){
    .specialdate_icon{width:100%; margin:35px auto 0; float:none;}
    .sdate_text01{font-size:15px; padding:6px 10px;}
    .sdate_text02{font-size:21px;}
}

.freezone{clear:both; background:url('../images/main/free_bg.png') center 0px no-repeat; margin-top:30px;  min-height:455px }
.freezone:after{content:""; clear:both; display: block; margin-bottom:55px;}
.freezonein{max-width:1100px; margin:auto; padding:58px 2.5% 0; border-top:3px solid #000000; position: relative;}
.freezonein:after{content:""; clear:both; display: block;}
.freezone_part01{float:left; position:absolute;}
.freezone_part01{min-height:328px; padding:23px 0 23px;}
.free_colgroup{float:right; width:100%; padding-left:30%; display:flex; }
.freezone_part02, .freezone_part03{width:48%; float:left; display:table-cell;}
.free_title{font-size:39px; color:#333333; font-weight:300; letter-spacing:-2.5px; display: block; padding-bottom:15px;}
.free_title>span{font-size:40px; color:#50217A; font-weight:500; line-height:30px; letter-spacing:-3px; display:block;}
.free_text01{font-size:17px; color:#5a5a5a;}
.free_text01 span{display: block;}
a.freezone_more{font-size:17px; color:#3e3e3e; width:215px; height:45px; padding:7px 0 0px 30px; display: inline-block; border:1px solid #e0e0e0; background:#fff url('../images/main/freezone_more.png') 84% 40% no-repeat; position:absolute; left:0px; bottom:20px;}
.freezone_part02{margin:0 2%; padding:50px 30px 47px 40px; /*min-height:328px;*/ background-color:#50217A; font-size:29px; color:#d2bee1; line-height:35px; box-shadow:1px 1px 6px 1px rgba(0, 0, 0, .3)}
.freezone_part02>p{display: block; font-weight:300; letter-spacing:-2px;}
.freezone_part02>p>span{color:#fff; font-weight:500}
.freezone_text01{font-size:18px; color:#fff; font-weight:300; letter-spacing:0px; margin-top:50px; padding-left:3px;}
a.freeunse_more{width:130px; display: inline-block; font-size:16px; color:#fff; text-align: center; text-align:center; background-color:#34174B; border-radius:50px;}
.freezone_part03 ul li{border:1px solid #d8d8d9; margin-bottom: 5px; font-size:13.5px; color:#7f7f7f; font-weight:300; line-height:17px; letter-spacing:-0.5px; padding:21px 30px 21px 115px; }
.freezone_part03 ul li.icon_free01{background:#fff url('../images/main/icon_free01.png') 28px 50% no-repeat}
.freezone_part03 ul li.icon_free02{background:#fff url('../images/main/icon_free02.png') 28px 50% no-repeat}
.freezone_part03 ul li.icon_free03{background:#fff url('../images/main/icon_free03.png') 28px 50% no-repeat; margin-bottom:0px;}
.f_title{font-size:19px; color:#17294b; font-weight: 500; line-height: 20px; margin-top: 8px; display:block}

@media screen and (max-width:860px) {
    .freezonein{width:100%; padding:40px 2.5% 0;}
    .freezone_part01{float:none; position:relative; width:100%; text-align:center; min-height:auto; padding: 0;}
    .free_title{font-size:32px; display: block; padding-bottom:5px;}
    .free_title>span{font-size:32px; color:#50217A; display:inline; padding-right:5px;}
    .free_text01 span{display:inline;}
    a.freezone_more{clear:both; display:block; position:relative; left:50%; margin:20px auto 40px -108px; bottom: auto; text-align:left;}
    .free_colgroup{float:none; width:100%; padding-left:0;}
    .freezone_part02, .freezone_part03{width:49%;}
    .freezone_part02{margin:0 2% 0 0;}
}
@media screen and (max-width:640px){
    .freezone{margin-top:0px;}
    .freezonein{border-top:2px solid #000000;}
    .free_colgroup{width:80%; margin:auto; display:block;}
    .freezone_part02, .freezone_part03{width:100%; float:none; display:block;}
    
    .freezone_part03{margin-top:25px}
    .freezone_part03 ul li{padding:70px 5px 10px 5px; width:32.33%; margin:0 0.5%; float:left; text-align:center }
    .freezone_part03 ul li > p{display: none;}
    .f_title {font-size:16px;}
    .freezone_part03 ul li.icon_free01{background-position: 50% 10px; background-size:60px;}
    .freezone_part03 ul li.icon_free02{background-position: 50% 10px; background-size:60px;}
    .freezone_part03 ul li.icon_free03{background-position: 50% 10px; background-size:60px;}
}
@media screen and (max-width:480px){
    .free_colgroup{width:90%;}
 }

.main_quick{clear:both;/* max-width:1100px; margin:auto;*/ }
.main_quick ul{display:flex;}
.main_quick ul li{width:33.33%; font-size:13px; font-weight:300; float:left; padding___:23px 20px 23px 120px; letter-spacing:-0.5px; display:table-cell;}
.main_quick ul li a{color:#fff; display: block; padding: 23px 20px 23px 120px;}
.main_quick ul li a:hover, .main_quick ul li a:active{text-decoration:none}
.main_quick ul li a > span{font-size:18px; font-weight: 400;  display:block; padding-bottom:5px;}
.main_quick ul li.icon_quick01{color:#cadcec; background:#7758CD url('../images/main/icon_quick01.png?1') 25px  50% no-repeat; }
.main_quick ul li.icon_quick02{color:#e0e0e0; background:#34174B url('../images/main/icon_quick02.png?2') 25px  50% no-repeat}
.main_quick ul li.icon_quick03{color:#eaeaea; background:#50217A url('../images/main/icon_quick03.png?1') 25px  50% no-repeat}
.main_quick:after{content:""; clear:both; display: block;}

@media screen and (max-width:990px) {
    .main_quick ul li{}
    .main_quick ul li a{padding:80px 25px 25px 25px; text-align:center}
    .main_quick ul li > span{font-size:17px;}
    .main_quick ul li.icon_quick01{background-position:50% 20px; background-size:55px;}
    .main_quick ul li.icon_quick02{background-position:50% 20px; background-size:55px;}
    .main_quick ul li.icon_quick03{background-position:50% 20px; background-size:55px;}
}
@media screen and (max-width:640px){
    .main_quick ul{display:block;}
    .main_quick ul li{width:100%; display:block;}
    .main_quick ul li a{padding:20px 15px 20px 110px; text-align:left; }
    .main_quick ul li > span{font-size:17px;}
    .main_quick ul li.icon_quick01{background-position:30px 50%; background-size:50px; }
    .main_quick ul li.icon_quick02{background-position:30px 50%; background-size:50px;}
    .main_quick ul li.icon_quick03{background-position:30px 50%; background-size:50px;}
}

.service{background:#eff1f5; padding:55px 0 55px;}
.service:after{content:""; display:block; clear:both;}
.servicein{max-width:1100px; margin: auto;}
.section01{width:47%; /*min-height:295px;*/ margin-right:4%; float:left; position:relative; }
.section01 .s_title, .notice_title span{font-size:30px; color:#363636; font-weight:500;  letter-spacing: -2px;}
ul.section01in{margin:27px 0 20px 0; padding-bottom:20px; border-bottom: 1px solid #ccced1;}
ul.section01in:after{content:""; display: block; clear:both}
ul.section01in li{float:left;}
ul.section01in li.m_tel{display:none; background-color:#352145; width:73px; height:73px; border-radius:100%;  padding:13px 15px; text-align:center; margin-right:15px;} 
ul.section01in li.m_tel > a{font-size:19px; color:#fff; font-weight:bold;  line-height:23px; letter-spacing:-0.5px;}
ul.section01in li.tel_num{font-size:48px; color:#352145; font-weight:500; letter-spacing:-2px; line-height:43px; padding-right: 10px;}
ul.section01in li.tel_text01{font-size:15px; color:#4e4e4e; font-weight:300; padding:3px 0 0 0; letter-spacing:0px; line-height:20px}
ul.section01in li.tel_text01>span{display:block;}
.tel_text02{font-size:14.2px; color:#4e4e4e; font-weight:300; line-height: 20px; letter-spacing:0px;}
.tel_text02>span{display: block;}
.cs_btn{width:100%; min-height:55px; margin-top:27px; border-radius:3px; border:1px solid #ccced1; background-color:#fff; bottom:0px; display: block;}
.cs_btn:after{content:""; display:block; clear:both;}
.cs_btn>li{float:left; width:50%; text-align:center; display:inline-block; line-height:32px;}
.section01>.cs_btn>li>a{font-size: 17px; color: #4e4e4e; font-weight: 400; display: block; width: 100%; height: 100%; min-height: 53px; padding-top: 9px;}
.section01>.cs_btn>li>a:hover, .section01>.cs_btn li>a:visited, .section01>.cs_btn li>a:active{color:#4e4e4e;}
.cs_btn li.cs_icon01{background:url('../images/main/icon_qna.png') 35px 10px no-repeat; border-right:1px solid #ccced1; padding-left:25px; }
.cs_btn li.cs_icon02{background:url('../images/main/icon_faq.png') 30px 12px no-repeat; padding-left:30px;}
.service .section02{width:49%; float:right; }
.notice_title{font-size:30px; color:#363636; font-weight:500; letter-spacing:-2px; margin-bottom:34px; position:relative; /*padding-right:40px;*/ }
.notice_title span{font-size:27px; color:#6a6a6a; font-weight:400; }
.notice_title a.more_noti{font-size:17px; color: #b1b1b2; line-height:22px; text-align: center; font-weight:600px; width:25px; height:25px; border:1px solid #c5c5c5; background-color: transparent; position: absolute; top:11px; right:10px; vertical-align: middle;}
a.notice_link{position:relative; display:block; display:block; width:70%}
a.notice_link:after{content:""; display: block; clear:both; margin-bottom:18px}
.noti_date{background-color:#352145; color:#fff; text-align:center; padding:5px 10px; float:left;}
.noti_date>span{font-size:13px;}
.noti_date>strong{font-size:27px; display: block; line-height: 30px;}
.notice_cont {width:95%;} 
.notice_cont li:after {content:""; display: block; clear:both; margin-bottom:18px}
.notice_cont li a {position:relative; display:block; padding:0 0 0 80px;}
.notice_cont li a .title, .notice_cont li a .noti_text{display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;} 
.notice_cont li a .title{font-size:19px; color:#383838; font-weight: 500;}
.notice_cont li a .noti_text{font-size:15px; color:#787878; font-weight:400; letter-spacing: -0.5px;}


@media screen and (max-width:1100px) {
    .servicein{display: flex;padding:0 24px;}
}
@media screen and (max-width:990px) {
    ul.section01in li.tel_num{display: block; padding-bottom: 5px;}
    ul.section01in li.tel_text01>span{display:inline; padding-right:8px;}
    ul.section01in{margin:27px 0 10px 0; padding-bottom:10px;}
}
@media screen and (max-width:860px) {
    .service{}
    .service .servicein{flex-direction: column;}
    .section01{width:100%; min-height:auto; order: 2;padding-top: 20px;}
    ul.section01in li.tel_num{display: inline;}
    ul.section01in li.tel_text01>span{display:block; padding-right:8px;}
    .cs_btn{position:relative;}
    .service .section02{width:100%; float:none;  /*min-height:360px;*/ max-height: 100%; background-color:#eff1f5; order: 1;padding-bottom: 20px;border-bottom: 1px solid #ccced1; }
    .section01 .s_title, .notice_title{font-size:24px;}
    .notice_title span{font-size:23px;}
    .notice_title a.more_noti{top:7px; right: 10px;}
    .noti_date>span{font-size:12px;}
    .noti_date>strong{font-size:25px;}
    .noti_date{padding:2px 8px;}
    .notice_cont {width:98%;}
    .notice_cont li a {padding:0 0 0 70px;}
    .notice_cont li a .title{font-size:19px;}
    .notice_cont li a .noti_text{font-size:14px;}
}
@media screen and (max-width:480px){
    .service .section02{}
    .notice_title {line-height: 30px;}
    .section01{}
    ul.section01in li.m_tel{display:block;} 
    ul.section01in li.tel_num {font-size: 28px;font-weight: 600;}
    ul.section01in li.tel_text01 {font-size:14px; letter-spacing:-0.5px}
    .cs_btn{min-height:auto; padding:0 0 0 0; }
    .cs_btn li{float:none; width:100%; text-align:left; min-height:50px; padding:7px 0 0 0;}
    .cs_btn li.cs_icon01{background-position:22px 50% ; border-right:none; border-bottom:1px solid #ccced1; padding-left:75px;}
    .cs_btn li.cs_icon02{background-position:20px 50%; padding-left:75px;}
 }












