/* 
    문자 초기화
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
*/
/* 
    트랜지션
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
*/

@import url(./fonts.css);

html,body,div,ul,li,p,h3,h1,h2,h4,h5{padding:0;margin:0;line-height:1}
ul,li{list-style:none}
a{text-decoration:none;color:#000}
textarea,input{font-family: 'NanumSquare', sans-serif;}
optgroup,select,button{cursor:pointer}
input::-webkit-input-placeholder{color:#AAAAAA;font-weight:400}
textarea::-webkit-input-placeholder{color:#AAAAAA;font-weight:400}
input::-ms-input-placeholder{color:#AAAAAA;font-weight:400}
textarea::-ms-input-placeholder{color:#AAAAAA;font-weight:400}
input::-moz-placeholder{color:#AAAAAA;font-weight:400}
textarea::-moz-placeholder{color:#AAAAAA;font-weight:400}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}
input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}
input[type=checkbox]{border: 1px solid #000;-moz-appearance:checkbox;-webkit-appearance:checkbox;appearance:checkbox;}
select::-ms-expand{display:none}
select{-moz-appearance:none;-webkit-appearance:none;appearance:none}
img{vertical-align:top}
body{width:100%;position:relative;box-sizing:border-box;}
caption{display:none}
*{margin:0;padding:0;text-decoration:none;-webkit-text-size-adjust:none;outline:0;-webkit-appearance:none; -webkit-tap-highlight-color:transparent; -webkit-font-smoothing:antialiased}
*{font-family: 'NanumSquare', sans-serif;line-height:1em;color:#000;box-sizing: border-box;font-weight: normal;letter-spacing: -0.02em;}
i,em {line-height: inherit;font-style: normal}
.blind {display: none  !important;}
span,i,strong {font-size: inherit;font-weight: inherit;line-height: inherit;color: inherit; letter-spacing: inherit; font-family: inherit;}
b {font-size: inherit;font-weight: 500;line-height: inherit;color: inherit; letter-spacing: inherit; font-family: inherit;}
table {width: 100%;table-layout: fixed;border-collapse: collapse;border-spacing: 0;}


@-webkit-keyframes showUp {
0% {opacity: 0;-webkit-transform: translateY(30px)}
100% {opacity: 1;-webkit-transform: translateY(0)}
}

@keyframes showUp {
0% {opacity: 0;transform: translateY(30px)}
100% {opacity: 1;transform: translateY(0)}
}

section .inner {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 40px;
}

section .story {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

section .story.algn_right {
    justify-content: flex-end;
}

section .story em {
    font-family: 'YanoljaYacheR';
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 43px;
}

section .story em i {
    color: #45B7B7;
}

section .story p {
    font-size: 24px;
    line-height: 40px;
    color: #D5D5D5;
}

section .story p i {
    color: #45B7B7;
    font-weight: bold;
}

section .story p b {
    color: #fff;
    font-weight: bold;
}

section .story p + p {
    margin-top: 30px;
}

section .btn_g {
    display: inline-block;
    vertical-align: top;
    width: 357px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 90px;
    background-color: #F34775;
    font-size: 28px;
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    box-shadow: 7px 7px 7px rgba(33,117,108,0.24);
}

.img_pc {
    display: inline-block;
}
.img_m {
    display: none;
}