@charset "utf-8";

/* 이미지 확대버튼 */
.pic_btn a{display:none;}
.pic_btn a:hover{background-color:#3f61b2; color:#fff; transition:all 300ms ease-out;}
@media(max-width:767px){
    .pic_btn a {display:block; width:60%; margin:10px auto 0; padding:10px 40px; border:1px solid #ddd; background:#fff; text-align:center;}
    .pic_img{text-align:center;}
}
@media(max-width:560px){
    .pic_btn a {width:75%;}
}
@media(max-width:450px){
    .pic_btn a {width:100%;}
}

/* 인사말 se01c */
.greetings_se01c{margin-top:100px;}
.greetings_se01c .top{margin-left:80px;margin-bottom:43px;padding-right:540px;}
.greetings_se01c .top span{color:#666;font-size:13px;line-height:1.2;letter-spacing:0.12em;font-weight:300;}
.greetings_se01c .top strong{display:block;margin-top:25px;color:#222;font-size:36px;line-height:1.2;letter-spacing:0.03em;font-weight:400;font-family:"gmarket"}
.greetings_se01c .top strong em{display:block;font-weight:bold;}
.greetings_se01c .top strong em.color{color:#048ff3;}

.greetings_se01c .bottom{padding:80px;background:#f5fafd;}
.greetings_se01c .bottom .inner p{margin-top:0;margin-bottom:20px;color:#2f3033;letter-spacing:0.03em;}
.greetings_se01c .bottom .inner p + p{margin-top:25px;}
.greetings_se01c .bottom .pic_box{float:right;margin:-320px 0 20px 118px;width:422px;}
.greetings_se01c .bottom .pic_box .img{position:relative;width:100%;height:445px;box-shadow:3px 10px 20px rgba(0, 0, 0, 0.15);}
.greetings_se01c .bottom .pic_box .img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;}
.greetings_se01c .bottom .pic_box .name{position:relative;margin:-70px 0 0 -47px;padding:38px 20px 38px 35px;width:100%;background:#048ff3;border-radius:30px 0px 0px 0px;box-shadow:2px 8px 10px rgba(0, 0, 0, 0.15);}
.greetings_se01c .bottom .pic_box .name em{display:block;color:#fff;margin-bottom:11px;font-size:20px;line-height:1.2;font-weight:300;font-family:"gmarket"}
.greetings_se01c .bottom .pic_box .name strong{display:block;color:#fff;font-size:20px;line-height:1.2;letter-spacing:0.03em;font-weight:bold;font-family:"gmarket"}

@media(min-width:1280px) and (max-width:1440px){
    .greetings_se01c .top{padding-right:0;}
    .greetings_se01c .top strong em{display:inline;}

    .greetings_se01c .bottom{padding:50px;}
    .greetings_se01c .bottom .pic_box{float:none;margin:0 auto 50px}
}
@media(max-width:1059px){
    .greetings_se01c{margin-top:40px;}
    .greetings_se01c .top{padding-right:0;margin-left:50px;}
    .greetings_se01c .top strong em{display:inline;}

    .greetings_se01c .bottom{padding:50px;}
    .greetings_se01c .bottom .pic_box{float:none;margin:0 auto 50px}
}
@media(max-width:767px){
    .greetings_se01c .top{margin-left:20px;}
    .greetings_se01c .top strong{font-size:28px;}

    .greetings_se01c .bottom{padding:50px 20px;}
}
@media(max-width:640px){
    .greetings_se01c .top{margin-left:20px;}
    .greetings_se01c .top strong{font-size:28px;}

    .greetings_se01c .bottom{padding:50px 20px;}
    .greetings_se01c .bottom .pic_box .name{margin:-70px 0 0;}
}
@media(max-width:520px){
    .greetings_se01c .bottom .pic_box{width:100%;}
    .greetings_se01c .bottom .pic_box .img{height:0;padding-top:105.201%;}
}
@media(max-width:500px){
    .greetings_se01c .bottom .pic_box{width:100%;}
    .greetings_se01c .bottom .pic_box .img{height:0;padding-top:105.201%;}
}

/* 연혁 se02b */
.history_se02b{margin-top:48px;}
.history_se02b .top{position:relative;margin-bottom:48px;text-align:center;}
.history_se02b .top:before{content:'';display:block;margin:0 auto;width:232px;height:168px;background:url(/pcms/dist/img/b01/history_se02b_top.png) no-repeat;}
.history_se02b .top strong{display:block;margin-top:20px;color:#0c3a93;font-size:45px;font-weight:400;font-family:"gmarket"}

.history_se02b .bottom{border-top:2px solid #0c3a93;}
.history_se02b .bottom .inner{overflow:hidden;position:relative;padding:42px 20px 42px 357px;min-height:140px;background:#fff;}
.history_se02b .bottom .inner:nth-child(odd){background:#f5fafd;}
.history_se02b .bottom .inner strong{display:block;position:absolute;left:120px;top:50%;transform:translateY(-50%);color:#444;font-size:60px;font-weight:300;font-family:"gmarket"}
.history_se02b .bottom .inner ul li{position:relative;padding-left:105px;color:#444;font-size:15px;}
.history_se02b .bottom .inner ul li + li{margin-top:18px;}
.history_se02b .bottom .inner ul li span{display:block;position:absolute;top:0px;left:0px;color:#0c3a93;font-size:16px;font-weight:bold;}

@media (max-width:767px){
    .history_se02b .bottom .inner{padding:40px 20px;}
    .history_se02b .bottom .inner strong{position:relative;left:auto;top:auto;transform:none;margin-bottom:10px;}
    .history_se02b .bottom .inner ul li{padding-left:0;}
    .history_se02b .bottom .inner ul li span{position:relative;top:auto;left:auto;margin-bottom:5px;}
}