@charset "utf-8";

/* 이메일확인 */
#ajaxLayer {display:none;z-index:99999;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6)}
#ajaxLayer.on{display:block;}
#mail_wrap{overflow: hidden;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);;max-width:660px;width:90%;border-radius: 10px;background: #fff;}
#mail_wrap .inner{position: relative;width:100%;}
#mail_wrap .inner .recaptcha,
#mail_wrap .inner #recaptcha_result{padding:20px;}
#mail_wrap .inner .title{position: relative;padding:15px 55px 15px 25px;background:#1b8cc8;}
#mail_wrap .inner .title .h2{color:#fff;margin: 0;font-size: 18px;}
#mail_wrap .inner .title p{color:#fff;font-size:15px;;}

.btn_close{position: absolute;top: 20px;right: 20px;width:28px;height:28px;display:block;font-size:0;}
.btn_close i{display:block;width:100%;height:100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");background-size:100%;}
/* 이메일확인 End */

/* 인사말 */
.greeting_wrap{overflow:hidden;position:relative;padding:110px 0 0 45px;}
.greeting_wrap::before{content:"";position:absolute;left:-240px;top:-76px;z-index:-1;;width:706px;height:764px;border-radius:100%;background:#f8f8f8;}
.greeting_wrap .img_wrap{float:left;width:450px;}
.greeting_wrap .img_wrap .title{}
.greeting_wrap .img_wrap .title span{display:block;margin-bottom:25px;color:#333;font-size:24px;line-height:1.25;letter-spacing:-0.025em;font-weight:500;font-family:"GmarketSans";}
.greeting_wrap .img_wrap .title span em{display:block;font:inherit;}
.greeting_wrap .img_wrap .title strong{display:block;color:#000;font-size:40px;line-height:1.2;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}
.greeting_wrap .img_wrap .img{position:relative;margin-top:150px;margin-left:55px;width:320px;height:320px;background:#fff;border-radius:100%;}
.greeting_wrap .img_wrap .img::before{content:"";position:absolute;left:-61px;bottom:16px;z-index:-1;width:196px;height:153px;background:url(/pcms/dist/img/greeting_img_left.png) no-repeat;background-size:cover;}
.greeting_wrap .img_wrap .img::after{content:"";position:absolute;right:-69px;bottom:77px;z-index:-1;width:204px;height:123px;background:url(/pcms/dist/img/greeting_img_right.png) no-repeat;background-size:cover;}
.greeting_wrap .img_wrap .img p{position:absolute;left:-37px;top:-45px;margin:0;width:376px;height:376px;background:url(/pcms/dist/img/greeting_img_text.png) no-repeat;;background-size:contain;font-size:0;line-height:0;text-indent:-9999px;}
.greeting_wrap .img_wrap .img img{position:absolute;left:50%;top:calc(50% - 14px);transform:translate(-50%,-50%);max-width:none;max-height:none;}

.greeting_wrap .text_wrap{position:relative;float:left;margin-left:46px;width:calc(100% - 496px);}
.greeting_wrap .text_wrap::before{content:"";position:absolute;left:0;top:-96px;z-index:2;padding-right:27px;width:59px;height:57px;background:url(/pcms/dist/img/text_wrap_icon.png) no-repeat;}
.greeting_wrap .text_wrap::after{content:"";position:absolute;right:0;top:-40px;width:calc(100% - 83px);height:1px;background:#ededed;}
.greeting_wrap .text_wrap .title strong{color:#000;font-size:24px;line-height:1.25;letter-spacing:-0.025em;font-weight:500;font-family:"GmarketSans";}
.greeting_wrap .text_wrap .text{margin:40px 0 70px;background:url(/pcms/dist/img/text_wrap_bg.png) center center no-repeat;}
.greeting_wrap .text_wrap .text p{margin:0;color:#494949;font-size:16px;line-height:1.875;letter-spacing:-0.025em;}
.greeting_wrap .text_wrap .text p + p{margin-top:40px;}
.greeting_wrap .text_wrap .sign strong{color:#000;font-size:17px;line-height:1.2;letter-spacing:-0.025em;}
.greeting_wrap .text_wrap .sign strong em{display:inline-block;margin-left:22px;font-size:24px;}

@keyframes greeting_text{
    from {transform: rotate(0deg);}
    to{transform: rotate(359deg);}
}

@media(max-width:970px){
    .greeting_wrap{padding:50px 0 0 ;}
    .greeting_wrap .img_wrap{float:none;width:100%;text-align:center;}
    .greeting_wrap .img_wrap .img{margin:90px auto 0;}

    .greeting_wrap .text_wrap{float:none;margin-left:0;margin-top:125px;width:100%;}
    .greeting_wrap .text_wrap .title strong br,
    .greeting_wrap .text_wrap .text p br{display:none;}
}
@media(max-width:550px){
    .greeting_wrap::before{width:532px;height:590px;}
    .greeting_wrap .img_wrap .title span{font-size:17px;}
    .greeting_wrap .img_wrap .title strong{font-size:33px;}
    .greeting_wrap .img_wrap .img{width:240px;height:240px;}
    .greeting_wrap .img_wrap .img::before{left:-30px;bottom:16px;width:110px;height:85px;}
    .greeting_wrap .img_wrap .img::after{right:-40px;bottom:77px;width:140px;height:84px;}
    .greeting_wrap .img_wrap .img p{left:-27px;top:-35px;width:286px;height:286px;}
    .greeting_wrap .img_wrap .img img{max-width:95%;top:calc(50% - 9px);}
}
@media(max-width:400px){
    .greeting_wrap .text_wrap .sign strong em{display:block;margin:10px 0 0;}
}
/* 인사말 끝 */

/* 연혁 se02b */
.history_se02b .top{position:relative;margin-top:55px;padding-bottom:40px;border-bottom:1px solid #e9ebec;text-align:center;}
.history_se02b .top:before{content:'';display:block;margin:0 auto;width:204px;height:112px;background:url(/pcms/dist/img/history_se02b_top.png);}
.history_se02b .top strong{display:block;margin:15px 0;color:#153769;font-size:28px;line-height:1;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}
.history_se02b .top p{margin:0;color:#555;font-size:15px;line-height:1.55;letter-spacing:-0.025em;}

.history_se02b .bottom .inner{position:relative;padding:40px 50px 40px 38.89%;border-bottom:1px solid #e9ebec;min-height:150px;}
.history_se02b .bottom .inner:nth-child(odd){background:#fbfbfb;}
.history_se02b .bottom .inner strong{display: block;position:absolute;left:50px;top:40px;font-size:70px;line-height:1.2;font-weight: lighter;font-family:"GmarketSans";}
.history_se02b .bottom .inner ul li{position:relative;padding-left:130px;color:#555;font-size:15px;}
.history_se02b .bottom .inner ul li+li{margin-top:5px;}
.history_se02b .bottom .inner ul li:before{content:"";position:absolute;top:10.5px;left:-10px;width:3px;height:3px;background:#aaa;border-radius:50%;}
.history_se02b .bottom .inner ul li span{display: block;position:absolute;left:0;top:0;color:#406f75;font-size: 16px;font-weight: bold;}

@media (max-width:999px){
    .history_se02b .bottom .inner{padding:40px 50px;min-height:auto;}
    .history_se02b .bottom .inner strong{position:relative;left:auto;top:auto;margin-bottom:25px;}
}
@media (max-width:767px){
    .history_se02b .bottom .inner{padding:40px 6.945%;}
    .history_se02b .bottom .inner ul li{padding-left:0;}
    .history_se02b .bottom .inner ul li+li{margin-top:10px;}
    .history_se02b .bottom .inner ul li span{position:relative;left:auto;top:auto;margin-bottom:5px;}
}
@media (max-width:550px){
    .history_se02b .bottom .inner strong{font-size:55px;}
}

/* 연혁 se02d */
.history_se02d{margin-top:110px;}
.history_se02d .head_box{position:relative;margin-bottom:30px;text-align:center;}
.history_se02d .head_box > div{display:flex;align-items:center;justify-content:center;position:relative;margin:0 auto;width:110px;height:110px;text-align:center;background:#449a97;border-radius:100%;}
.history_se02d .head_box > div::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;background:url(/pcms/dist/img/history_headbox_bg.png) no-repeat;}
.history_se02d .head_box > div:after{content:"";position:absolute;left:50%;top:50%;z-index:-1;transform:translate(-50%,-50%);width:163px;height:166px;background:url(/pcms/dist/img/history_textbg.png) no-repeat;animation:text_bg 30s infinite linear;}
.history_se02d .head_box strong{display:inline-block;vertical-align:middle;color:#fff;font-size:24px;font-weight:bold;font-family:"GmarketSans";}
.history_se02d .head_box p{margin-top:55px;color:#000;font-size:34px;line-height:1.1;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}

.history_se02d .body_box{position:relative;padding:0 0 80px;}
.history_se02d .body_box:before{content:"";position:absolute;left:50%;top:0;margin-left:-0.5px;width:1px;height:100%;background:#e9ebec;}
.history_se02d .body_box .item{position:relative;}
.history_se02d .body_box .item + .item{margin-top:65px;}
.history_se02d .body_box .item:first-child{padding-top:35px;}
.history_se02d .body_box .item:after{ content:'';display:block;clear:both;visibility:hidden;}
.history_se02d .body_box .item .item_box{position:relative;width:50%;}
.history_se02d .body_box .item .item_box::before{content:'';position:absolute;left:-10px;top:0;width:22px;height:22px;background:url(/pcms/dist/img/history_dot.png) no-repeat;z-index:1;}
.history_se02d .body_box .item .item_box::after{content:'';position:absolute;left:0;top:11px;width:52px;height:1px;background:#e9ebec;}
.history_se02d .body_box .item .item_box.item_left{float:left;padding-right:75px;text-align:right;}
.history_se02d .body_box .item .item_box.item_right{float:right;padding-left:75px;}
.history_se02d .body_box .item .item_box.item_left::before{right:-10px;left:auto;}
.history_se02d .body_box .item .item_box.item_left::after{right:0;left:auto;}
.history_se02d .body_box .item .item_box .year{display:block;margin:0 0 20px;color:#000;font-size:24px;line-height:1.2;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}
.history_se02d .body_box .item .item_box .timelist{}
.history_se02d .body_box .item .item_box .timelist li{position:relative;padding-left:105px;color:#555;font-size:16px;line-height:1.3;letter-spacing:-0.025em;}
.history_se02d .body_box .item .item_box .timelist li.long{margin-bottom:30px;}
.history_se02d .body_box .item .item_box .timelist li+li{margin-top:8px;}
.history_se02d .body_box .item .item_box .timelist li b{position:absolute;left:0;top:0;color:#406f75;font-size:15px;font-weight:bold;}
.history_se02d .body_box .item .item_box.item_left .timelist li{padding-right:105px;padding-left:0;}
.history_se02d .body_box .item .item_box.item_left .timelist li b{right:0;left:auto;}

.history_se02d .foot_box{position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;width:110px;height:100px;background:#fff;border:1px solid #406f75;border-radius:100%;}
.history_se02d .foot_box::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;background:url(/pcms/dist/img/history_footbox_bg.png) no-repeat;}
.history_se02d .foot_box strong{color:#406f75;font-size:24px;line-height:1.2;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}

@keyframes text_bg {
    from {transform:translate(-50%,-50%) rotate(0deg);}
    to{transform:translate(-50%,-50%) rotate(-359deg);}
}

@media(max-width:767px){
    .history_se02d .body_box .item .item_box{width:100%;background:#fff;}
	.history_se02d .body_box .item .item_box + .item_box{margin-top:50px;}
	.history_se02d .body_box .item .item_box::before,
	.history_se02d .body_box .item .item_box::after{display:none;}
    .history_se02d .body_box .item .item_box.item_left,
    .history_se02d .body_box .item .item_box.item_right{float:none;padding:20px 0;text-align:left;}
	.history_se02d .body_box .item .item_box .year{text-align:center;}
    .history_se02d .body_box .item .item_box .timelist{padding:20px 20px 10px;border:1px solid #ddd;}
    .history_se02d .body_box .item .item_box.item_left .timelist li{padding-left:105px;padding-right:0;}
    .history_se02d .body_box .item .item_box.item_left .timelist li b{left:0;right:auto;}
}
@media(max-width:499px){
	.history_se02d .body_box .item .item_box .timelist li{padding-left:0;}
	.history_se02d .body_box .item .item_box .timelist li+li{margin-top:15px;}
	.history_se02d .body_box .item .item_box .timelist li.long{margin-bottom:0;}
	.history_se02d .body_box .item .item_box .timelist li b{display:block;position:relative;left:auto;top:auto;margin-bottom:5px;}
	.history_se02d .body_box .item .item_box .timelist li.long b br{display:none;}
	.history_se02d .body_box .item .item_box.item_left .timelist li{padding-right:0;padding-left:0;}
	.history_se02d .body_box .item .item_box.item_left .timelist li b{right:auto;left:auto;}
}
/* 연혁 끝 */

/* 찾아오시는길 se04b */
.location_se04b .map_box{position:relative;}
.location_se04b .map_box .map{width:100%;height:520px;border:1px solid #ebebeb;border-bottom:0;}
.location_se04b .map_box .map_info{position:relative;z-index:5;background:#449a97;padding:50px 185px 47px 55px;}
.location_se04b .map_box .map_info::before{content:"";position:absolute;left:-13px;bottom:-8px;z-index:-1;width:183px;height:90px;background:url(/pcms/dist/img/map_info_icon01.png) no-repeat;background-size:cover;}
.location_se04b .map_box .map_info::after{content:"";position:absolute;right:-3px;top:5px;z-index:-1;width:220px;height:107px;background:url(/pcms/dist/img/map_info_icon02.png) no-repeat;background-size:cover;}
.location_se04b .map_box .map_info .map_title{display:inline-block;vertical-align:top;}
.location_se04b .map_box .map_info .map_title em{display: block;color:#fff;font-size:13px;}
.location_se04b .map_box .map_info .map_title strong{color:#fff;font-size:27px;letter-spacing:-0.025em;font-weight:bol d;font-family:"GmarketSans";}
.location_se04b .map_box .map_info .map_lst{display:inline-block;border-left:1px solid rgba(255,255,255,0.2);margin-left:40px;padding-left:35px;width:calc(100% - 273px);}
.location_se04b .map_box .map_info .map_lst ul li{position:relative;padding-left:105px;color:#fff;font-size:15px;}
.location_se04b .map_box .map_info .map_lst ul li+li{margin-top:10px;}
.location_se04b .map_box .map_info .map_lst ul li b{position:absolute;left:0;top:0;font-weight:bold;padding-left:38px;letter-spacing:-0.075em;}
.location_se04b .map_box .map_info .map_lst ul li b::before{content:"";position:absolute;left:0;top:-2.5px;width:28px;height:28px;background:#fff url(/pcms/dist/img/location_se04b_ir.png) no-repeat;border-radius:100%;}
.location_se04b .map_box .map_info .map_lst ul li.address b::before{background-position:0 0;}
.location_se04b .map_box .map_info .map_lst ul li.phone b::before{background-position:-28px 0;}
.location_se04b .map_box .map_info .map_button{position:absolute;right:50px;top:50%;transform:translateY(-50%);}
.location_se04b .map_box .map_info .map_button a{display:table;width:110px;height:100px;background:#2f6a68;border:2px solid #2f6a68;border-radius:10px;box-shadow:4px 6px 8px 0px rgba(0, 0, 0, 0.1);color:#fff;transition:0.3s;text-align:center;}
.location_se04b .map_box .map_info .map_button a span{display:table-cell;vertical-align:middle;line-height:1.6;}
.location_se04b .map_box .map_info .map_button a:hover,
.location_se04b .map_box .map_info .map_button a:focus{background:#fff;color:#2f6a68;font-weight:bold;}

.location_conbox_type01{margin-top:70px;}
.location_conbox_type01 .cont_box{position:relative;padding-left:156px;}
.location_conbox_type01 .cont_box + .cont_box{margin-top:65px;}
.location_conbox_type01 .cont_box .icon_box{position:absolute;left:35px;top:0;text-align:center;}
.location_conbox_type01 .cont_box .icon_box .ir{display:block;width:86px;height:86px;background:#f7f9f9 url(/pcms/dist/img/traffic_ir.png) no-repeat;border-radius:30px;}
.location_conbox_type01 .cont_box .icon_box .ir.bus{background-position:0 0;}
.location_conbox_type01 .cont_box .icon_box .ir.car{background-position:-86px 0;}
.location_conbox_type01 .cont_box .icon_box .ir.train{background-position:-172px 0;}
.location_conbox_type01 .cont_box .icon_box p{margin-top:20px;font-size:17px;color:#418087;line-height:1;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}

.location_conbox_type01 .cont_box .cont_txt{position:relative;border-top:2px solid #343434;}
.location_conbox_type01 .cont_box .cont_txt .cont_info{position:relative;padding:20px 20px 20px 315px;border-bottom:1px solid #ededed;}
.location_conbox_type01 .cont_box .cont_txt .cont_info .tit{position:absolute;left:20px;top:20px;color:#333;font-size:16px;letter-spacing:-0.025em;font-weight:bold; }
.location_conbox_type01 .cont_box .cont_txt .cont_info .inner ul ,
.location_conbox_type01 .cont_box .cont_txt .cont_info .inner p{margin:0;}
.location_conbox_type01 .cont_box .cont_txt .cont_info .inner p + p{margin-top:5px;}

@media(max-width:950px){
    .location_se04b .map_box .map_info .map_title{display:block;margin-bottom:15px;}
    .location_se04b .map_box .map_info .map_lst{display:block;border-left:0;margin-left:0;padding-left:0;width:100%;}
}
@media(max-width:840px){
    .location_conbox_type01 .cont_box{padding-left:0;}
    .location_conbox_type01 .cont_box .icon_box{position:relative;left:auto;margin-bottom:25px;}
    .location_conbox_type01 .cont_box .icon_box .ir{margin:0 auto;}
}
@media(max-width:640px){
    .location_se04b .map_box .map{height:auto;padding-top:87.522%;}
    .location_se04b .map_box .map_info{padding:50px 8.432%;}
    .location_se04b .map_box .map_info .map_button{position:relative;right:auto;top:auto;transform:none;margin-top:25px;}
    .location_se04b .map_box .map_info .map_button a{width:100%;height:75px;}

    .location_conbox_type01 .cont_box .cont_txt .cont_info{padding:20px;}
    .location_conbox_type01 .cont_box .cont_txt .cont_info .tit{position:relative;left:auto;top:auto;margin-bottom:10px;}

}
@media(max-width:500px){
    .location_se04b .map_box .map_info .map_lst ul li{padding:0;}
    .location_se04b .map_box .map_info .map_lst ul li b{position:relative;display:block;margin-bottom:10px;}
}
/* 찾아오시는 길 끝 */

/* se06a 헌장 */
.se06a_outbox{position:relative;padding:40px 50px 56px;}
.se06a_outbox::before{content:"";overflow:hidden;position:absolute;left:0;bottom:0;z-index:1;width:100%;height:calc(100% - 455px);background:#f7f9f9;border-radius:10px;}

.se06a_declaration{position:relative;padding:52px 0;z-index:10;}
.se06a_declaration .line{position:absolute;left:0;z-index:1;padding:0 52px;width:100%;height:52px;}
.se06a_declaration .line::before{content:'';position:absolute;left:0;width:52px;height:52px;background-repeat:no-repeat;}
.se06a_declaration .line::after{content:'';position:absolute;right:0;width:52px;height:52px;background-repeat:no-repeat;}
.se06a_declaration .line .bg{position:relative;height:100%;background:#fff;}
.se06a_declaration .line .bg::before{content:"";position:absolute;left:0;width:100%;height:5px;}
.se06a_declaration .line.top{top:0;}
.se06a_declaration .line.top::before{top:0;background-image:url(/pcms/dist/img/line_top_lbg.png);}
.se06a_declaration .line.top::after{top:0;background-image:url(/pcms/dist/img/line_top_rbg.png);}
.se06a_declaration .line.top .bg::before{top:0;background:linear-gradient(to right, #43929c 0%, #4185a4 100%);}
.se06a_declaration .line.bottom{bottom:0;}
.se06a_declaration .line.bottom::before{bottom:0;background-image:url(/pcms/dist/img/line_bottom_lbg.png);}
.se06a_declaration .line.bottom::after{bottom:0;background-image:url(/pcms/dist/img/line_bottom_rbg.png);}
.se06a_declaration .line.bottom .bg::before{bottom:0;background:linear-gradient(to right, #4080a8 0%, #3e72b0 100%);}

.se06a_declaration .inner{position:relative;padding:0 40px 35px;background:#fff;}
.se06a_declaration .inner::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(to bottom, #43939c 0%, #4081a7 100%);}
.se06a_declaration .inner::after{content:"";position:absolute;right:0;top:0;width:5px;height:100%;background:linear-gradient(to bottom, #4084a5 0%, #3e72b0 100%);}
.se06a_declaration .inner .top{position:relative;padding-top:75px;text-align:center;}
.se06a_declaration .inner .top::before{content:"";position:absolute;left:50%;top:0;margin-left:-54px;width:108px;height:53px;background:url(/pcms/dist/img/se06a_titlebg.png) no-repeat;}
.se06a_declaration .inner .top::after{content:"";position:absolute;left:50%;bottom:-22px;margin-left:-47px;width:94px;height:2px;background:#4189a2;}
.se06a_declaration .inner .top .title{display:block;color:#333;font-size:32px;line-height:1.2;letter-spacing:-0.025em;font-weight:bold;font-family:"GmarketSans";}

.se06a_declaration .inner .bottom{margin-top:50px;}
.se06a_declaration .inner .bottom .text{margin-bottom:60px;text-align:center;}
.se06a_declaration .inner .bottom .text p{margin:0;color:#494949;font-size:18px;letter-spacing:-0.025em;line-height:1.33;}
.se06a_declaration .inner .bottom .list_box{position:relative;margin:0 auto;max-width:778px;padding:25px 30px;background:url(/pcms/dist/img/se06a_bg.png) center center no-repeat;}
.se06a_declaration .inner .bottom .list_box::before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:url(/pcms/dist/img/se06a_inner_border.jpg) repeat-x;}
.se06a_declaration .inner .bottom .list_box::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:5px;background:url(/pcms/dist/img/se06a_inner_border.jpg) repeat-x;}
.se06a_declaration .inner .bottom .list_box ul{}
.se06a_declaration .inner .bottom .list_box ul li{position:relative;padding-left:90px;display:table;min-height:64px;width:100%;}
.se06a_declaration .inner .bottom .list_box ul li + li{margin-top:20px;}
.se06a_declaration .inner .bottom .list_box ul li .order{display:inline-block;position:absolute;left:0;top:50%;margin-top:-32px;width:64px;height:64px;line-height:64px;color:#fff;font-weight:500;text-align:center;border-radius:20px;}
.se06a_declaration .inner .bottom .list_box ul li .order.bg1{background:#449a97;}
.se06a_declaration .inner .bottom .list_box ul li .order.bg2{background:#3c67b7;}
.se06a_declaration .inner .bottom .list_box ul li .txt{display:table-cell;vertical-align:middle;color:#555;font-size:16px;line-height:1.5;letter-spacing:-0.025em;}
.se06a_declaration .inner .bottom .list_box p{text-align:center;margin-top:30px;}
.se06a_declaration .inner .bottom .sign{margin-top:30px;text-align:center;}
.se06a_declaration .inner .bottom .sign p{margin:0;color:#494949;font-size:18px;letter-spacing:-0.025em;line-height:1.33;font-weight:500;font-family:"GmarketSans";}

@media(max-width:767px){
    .se06a_outbox{padding:40px 6.9445% 56px}
    .se06a_declaration .inner .bottom .list_box{padding:25px 15px;}
}
@media(max-width:640px){
    .se06a_declaration .inner{padding:0 7.834% 35px;}
    .se06a_declaration .inner .top .title{font-size:23px;}
    .se06a_declaration .inner .bottom .text p{font-size:16px;}
	.se06a_declaration .inner .bottom .list_box{padding:25px 0;}
    .se06a_declaration .inner .bottom .list_box ul li{display:block;padding-left:0;min-height:auto;height:auto;}
    .se06a_declaration .inner .bottom .list_box ul li .order{display:block;position:relative;top:0;margin:0 auto;margin-bottom:10px;width:44px;height:44px;line-height:44px;border-radius:10px;}
    .se06a_declaration .inner .bottom .list_box ul li .txt{display:block;}
}
@media(max-width:450px){
	.se06a_declaration .inner .bottom .list_box{background-size:180px auto;}
	.se06a_declaration .inner .bottom .sign p{font-size:16px;}
}
/* se06a 헌장 끝 */

/* se13a */
.se13a_imgbox{position:relative;margin-bottom:90px;padding:110px 540px 50px 80px;min-height:297px;background:url(/pcms/dist/img/se13a_bg.jpg) center center no-repeat;background-size:cover;border-radius:100px 0 0 0;}
.se13a_imgbox .imgb{overflow:hidden;position:absolute;right:62px;top:57px;z-index:5;width:408px;height:290px;border-radius:30px;box-shadow:4px 6px 8px 0px rgba(0, 0, 0, 0.1);}
.se13a_imgbox .imgb img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:1000%;max-height:1000%;}

.se13a_imgbox .txtb{overflow:hidden;position:relative;}
.se13a_imgbox .txtb em{display:block;margin-bottom:15px;padding-left:20px;border-left:1px solid #fff;line-height:0;}
.se13a_imgbox .txtb strong{display:block;color:#fff;font-size:35px;line-height:1.2;letter-spacing:-0.025em;font-family:'GmarketSans';font-weight:bold;}

@media(max-width:999px){
    .se13a_imgbox{padding:60px 8.989% 50px;min-height:auto;}
    .se13a_imgbox .txtb{padding:0;}
    .se13a_imgbox .imgb{position:relative;right:auto;top:auto;margin:0 auto 35px;}
}
@media(max-width:550px){
    .se13a_imgbox{border-radius:65px 0 0 0;}
    .se13a_imgbox .imgb{width:100%;height:auto;padding-top:70.29%;}
}
@media(max-width:450px){
    .se13a_imgbox .txtb em img{width:190px;}
    .se13a_imgbox .txtb strong{font-size:29px;}
}
/* se13a 이미지탑박스 끝 */
