@charset "utf-8";

/*.agree {
    padding-top: 300px;
}*/

/*이메일 무단수집 거부*/
.list{
    text-align:center;
    line-height: 24px;
    font-size:14px;
    margin-bottom:10px;
}
.slogan_icon{
    margin:20px 0;
    text-align:center;
}

header{
    background:#000;
}

header > .gnb > ul > li:nth-child(2) > a > span {
    width: 100%;
}


.page-header div.menu-all > ul > li.about-menu > ol > li:nth-child(2) > span {
    width: 100%;
}

/*div.section01 {
    width: 100%;
    height: 300px;
    position: relative;
}*/

div.section02 {
    width: 100%;
    background-color: #fff;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 6px 12px 40px rgba(0, 0, 0, 0.2);
    padding: 40px 14%;
    z-index: 1000;
    margin-top: 120px;
    margin-bottom: 50px;
    padding-bottom: 128px;
}


div.section02 > h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 40px 0 60px;
    position: relative;
    z-index: 1000;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}

.agree_list {
    background-color: #f5f6f9;
    border: 1px solid #ddd;
    width: 100%;
}

.agree_list > ul {
    font-size: 0;
    display: inline-block;
    padding: 30px 60px 30px 20px;
    vertical-align: top;
}

.agree_list > ul > li {
    margin-top: 18px;
}

.agree_list > li:nth-child(1) {
    margin-top: 0;
}

.agree_list > ul > li > span {
    font-size: 14px;
    font-weight: 600;
}

.agree_list > ul > li > ol > li {
    margin-top: 8px;
    font-size: 14px;
}

.agree_list > ul > li > ol > li > a:hover {
    text-decoration: underline;
}


.section02 > h3 {
    font-size: 15px;
    margin-top: 70px;
}

.content{
    margin-top:50px;
}

.contentbox {
    margin-top: 58px;
}

.contentbox > h4 {
    font-size: 15px;
    margin-bottom: 46px;
}

.content_wrap > span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 36px;
    display: block;
}

.content_wrap > span.no-mt {
    margin-top: 0;
}

.content_wrap > .txt {
    font-size: 14px;
    line-height: 1.4;
}

.content_wrap > .txt > .num {
    display: block;
}

.content_wrap > .txt > .num1 {
    margin-bottom: 18px;
    margin-top: 0;
}

.txt > .txt_below {
    margin-left: 20px;
    line-height: 1.4;
    font-size: 14px;
    margin:20px 0;
}

.content_wrap > .txt > .num2 {
    margin-top: 18px;
}

.below_mt {
    margin-top: 18px;
}

.top_scroll {
    position: fixed;
    bottom: 60px;
    right: 70px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    outline: 0;
    box-shadow: 5px 8px 8px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.top_scroll > img {
    width: 28px;
}
