/*@charset "utf-8";#wrap.goalContents header{height:64px;margin-bottom:30px}*/
/*#wrap.goalContents header h1{display:flex;margin:0 auto;width:404px;height:100%;padding:0 36px 0 66px;font-size:32px;border-radius:0 0 100px 100px}*/
/*#wrap.goalContents header h1 .icon{width:31px;height:34px}*/
/*#wrap.goalContents main{padding:0 38px}*/
/*#wrap.goalContents .contentsBox{padding:30px 40px 0;border-radius:40px 40px 0 0}*/
/*#wrap.goalContents .contentsBox .study_guide{top:20px;right:20px}*/

@charset "utf-8";#wrap.goalContents header {
    height: 40px
}

#wrap.goalContents header h1 {
    position: relative;
    display: inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    height: 54px;
    color: #fff;
    padding: 0 36px;
    letter-spacing: 0;
    border-radius: 0 0 40px 40px;
    background-color: #f60;
    box-sizing: border-box;
    font-size: 22px;
}
#wrap.goalContents header h1 {
    position: absolute;
    bottom: -46px;
    left: 72px;
    font-size: 30px;
    height: 56px;
    z-index: 1;
}

/*#wrap.introContents .emp {color: #2EA12C;}*/
#wrap.goalContents .emp {color: #f60;}



#wrap.goalContents header h1:before,#wrap.goalContents header h1:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0
}

#wrap.goalContents header h1 .icon { width: 50px; position: relative; }
#wrap.goalContents header h1 .icon:before {
    position: absolute; content: ''; top: -24px; left: 0px; background: url("../images/icon/goal_icon.png") no-repeat 50% 50%; width: 46px; height: 46px; background-size: contain;
}

#wrap.goalContents header h1:before {
    left: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid #ad5012;
    border-top: 10px solid transparent
}

#wrap.goalContents header h1:after {
    right: -20px;
    border-right: 10px solid transparent;
    border-left: 10px solid #ad5012;
    border-top: 10px solid transparent
}




.goalContents main {
    padding: 0 38px;
    opacity:1 !important;
}

.goalContents .mainContents {
    position: relative;
    height: 100%;
    flex-grow: 1;
    padding: 30px 0px 90px;
    margin: 0;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

}

/*.goalContents .mainContents.center {*/
/*    justify-content: center;*/
/*    align-items: center*/
/*}*/

.goalContents .mainContents .pages {
    display: flex;
    align-items: center;
    /*flex-direction: column;*/
    padding: 26px 0 0 0;
    box-sizing: border-box;
    height: 120px;
    line-height: 1.9;
}
.goalContents .mainContents .pages.twoLine { height: 200px; }


.goalContents .mainContents .pages .title { width: 300px; height: 100%; font-size: 50px; text-align: center;  font-family: YGJAL; color: #ffffff; background: #92D050;
    border-radius: 20px 0 0 20px;  }
.goalContents .mainContents .pages.twoLine .title {  line-height: 3.5; }
.goalContents .mainContents .pages .text {
    display: flex;
    align-items: center;
    flex: 1;
    text-indent: 20px;
    font-family: NotoB;
    font-size: 50px;
    background: #F9F5F0;
    height: 100%;
    padding-left: 20px;
    border-radius: 0 20px 20px 0;
    width: 100%;
}
.goalContents .mainContents .pages .text .num{font-family: YGJAL;}
.goalContents .mainContents .pages.twoLine .text { line-height: 1.5; padding: 20px; }