﻿/* all */
body, input, textext-rightea, select, button, table, a {
    font-family: 'Noto Sans KR', sans-serif;
}
/* header */
#wrap_top,
#header{
    background: #f8f9fb;
    border-color: #f8f9fb;
}
/* btn */
.main-btn-1,
.main-btn-2 {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    min-width: 160px;
    padding: 0 10px;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5722;
    vertical-align: middle;
    cursor: pointer;
}
.main-btn-1,
.main-btn-2.on,
.main-btn-2:hover{
    color: #fff;
    background: #ff5722;
}
.main-btn-2,
.main-btn-1.on,
.main-btn-1:hover{
    color:#ff5722;
    background:transparent;
}
.main-btn-3 {
    display: block;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #ff5722;
    letter-spacing: -0.025em;
    text-align: center;
    cursor: pointer;
}
.main-btn-4 {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    min-width: 158px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.025em;
    text-align: center;
    cursor: pointer;
    border:1px solid #fff;
    border-radius:4px;
}
/* content */
.main-section-in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
/* section 1 */
.main-section-1 {
    height: 400px;
    background: #f8f9fb;
}
.main-section-1 .main-section-in{
    overflow:hidden;
    height:100%;
}
.ms1-item{
    width:100%;
    height:400px;
}
.ms1-item-in{
    display: flex;
    width:1200px;
    height: 100%;
    margin:0 auto;
}
.main-section-1-left {
    width: 100%;
    padding: 0 32px;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.main-section-1 .p-1
.main-section-1 .p-2,
.main-section-1 .p-3 {
    overflow: hidden;
}
.main-section-1 .p-1-action,
.main-section-1 .p-2-action,
.main-section-1 .p-3-action {
    display:block;
    padding-top:30px;
    opacity:0;
    transition:all 1s;
}
.main-section-1 .p-1 {
    height: 53px;
    font-size: 31px;
    color: #374054;
    letter-spacing: -0.025em;
}
.main-section-1 .p-2 {
    height: 88px;
    font-size: 48px;
    color: #374054;
    font-weight: 900;
    line-height: 110%;
    transition-delay: 0.4s;
}
.main-section-1 .p-3 {
    width:612px;
    height: 112px;
    font-size: 16px;
    color: #909dab;
    letter-spacing: -0.025em;
    transition-delay: 0.6s;
}
.main-section-1 .slick-active .p-1-action,
.main-section-1 .slick-active .p-2-action,
.main-section-1 .slick-active .p-3-action {
    padding-top: 0;
    opacity: 1;
}
.main-section-1 .slick-active .p-1-action {
    transition-delay: 0.2s;
}
.main-section-1 .slick-active .p-2-action {
    transition-delay: 0.4s;
}
.main-section-1 .slick-active .p-3-action {
    transition-delay: 0.6s;
}
.main-section-1 .main-btn-1 {
    margin-right: 18px;
}
.main-section-1 .slick-dots {
    position: absolute;
    left:50%;
    bottom: 24px;
    text-align:right;
    width:1150px;
    margin-left:-575px;
}
.main-section-1 .slick-dots li,
.main-section-1 .slick-dots button,
.main-section-1 .slick-dots li button:before{
    padding: 0;
    margin: 0;
}
.main-section-1 .slick-dots li{
    display:inline-block;
    padding:4px;
    width:auto;
    height:auto;
}
.main-section-1 .slick-dots li button{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f4cbc0;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s all;
}
.main-section-1 .slick-dots .slick-active button{
    width:22px;
    background:#ff5722;
}
.main-section-1 .slick-dots li button:before{
    display:none;
}
/* section 2 */
.main-section-2 {
    height: 586px;
}
.main-section-2 .main-section-in{
    height:100%;
}
.main-section-2-bg {
    height: 100%;
    margin-right: -26px;
    background: url(../imgs/main/main_section_2_bg_b.png) no-repeat right 112px;
}
.main-section-2-left{
    position:absolute;
    width:42%;
    top:174px;
    left:5.5%;
    z-index:10;
}
.main-section-2 .p-1{
    margin-bottom:45px;
    font-size:40px;
    color:#374054;
    font-weight:900;
    line-height:120%;
}
.main-section-2 .p-2{
    font-size:16px;
    color:#909dab;
    letter-spacing:-0.025em;
}
.main-section-2-right-wrap{
    position:absolute;
    right:0;
    top:0;
    width:55%;
    height:100%;
}
.main-section-2-right {
    position: absolute;
    top: 80px;
    right: 120px;
    width: 388px;
    z-index: 5;
    opacity: 0;
}
.ms2r-1 {
    z-index: 10;
    opacity: 1;
}
.main-section-2-right-in {
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgb(219 219 219 / 50%);
    -moz-box-shadow: 0 0 18px 0 rgba(219,219,219,0.5);
    box-shadow: 0 0 18px 0 rgba(219,219,219,0.5);
}
.main-section-2-right-con{
    overflow:hidden;
    padding:53px 0 0 0;
    height:288px;
    background:#fff;
    text-align:center;
}
.ms2r-icn-box{
    height:165px;
}
.ms2r-icn-1 {
    background: url(../imgs/main/section_2_icn_1.png) no-repeat center top;
}
.ms2r-icn-2 {
    background: url(../imgs/main/section_2_icn_2.png) no-repeat center top;
}
.ms2r-icn-3 {
    background: url(../imgs/main/section_2_icn_3.png) no-repeat center top;
}
.ms2r-text-1 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #374054;
}
.ms2r-text-2 {
    font-size: 16px;
    color: #374054;
    line-height:130%;
}
/* section 3 */
.main-section-3 {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background: #ff6123 url(../imgs/main/main_section_3_bg.jpg) no-repeat center center;
}
.main-section-3 .main-section-in{
    padding-top:88px;
}
.ms3-left {
    float: left;
    width: 34%;
    padding-top:38px;
    color: #fff;
}
.ms3-right {
    position:relative;
    float: right;
    width: 65%;
    height:330px;
    padding-top:2px;
}
.ms3-left .p-1{
    margin-bottom:7px;
    font-size:26px;
    letter-spacing:-0.025em;
    line-height:110%;
}
.ms3-left .p-2 {
    margin-bottom: 38px;
    font-size: 40px;
    font-weight:900;
    line-height:120%;
}
.ms3-left .p-3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height:150%;
    letter-spacing: -0.025em;
}
.ms3-slide{
    position:relative;
    width:1200px;
    height:330px;
    overflow:hidden;
}
.ms3-slide-track {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
}
.ms3-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 295px;
    width: 360px;
}
.ms3-item-in {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 95%;
    background: #fff;
    border-radius: 10px;
}
.ms3-item-top,
.ms3-item-middle {
    overflow:hidden;
    clear: both;
    padding-left:25px;
    padding-right:25px;
}
.ms3-item-top{
    padding-top:25px;
    padding-bottom:20px;
}
.ms3-item-top .ms3-item-left {
    float: left;
    width: 55%;
}
.ms3-item-top .ms3-item-img-1 {
    width: 140px;
    height: 76px;
}
.ms3-item-top .ms3-item-right {
    float:right;
    width: 44%;
}
.ms3-text-1 {
    font-size: 16px;
    color: #909dab;
    letter-spacing: -0.025em;
}
.ms3-text-2 {
    margin-bottom:4px;
    font-size: 18px;
    font-weight: bold;
    color: #173559;
    letter-spacing: -0.025em;
    line-height:130%;
}
.ms3-text-3 {
    font-size: 20px;
    font-weight: bold;
    color: #ff5722;
    letter-spacing: -0.025em;
}
.ms3-item-middle .ms3-item-left {
    float: left;
    width: 48%;
}
.ms3-item-middle .ms3-item-right {
    float:right;
    width: 51%;
}
.ms3-item-bot{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:110px;
}
.ms3-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: url(../imgs/main/section3_mask_bg.png) repeat;
    text-align: center;
    color: #fff;
}
.ms3-item-mask-in{
    display:table-cell;
    vertical-align:middle;
    padding:10px 0;
}
.ms3-item-mask-text-1 {
    padding: 0 0 18px 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.025em;
}
.ms3-item-mask-text-2 {
    padding:0 10%;
    margin-bottom:33px;
    font-size: 16px;
    font-weight:300;
    letter-spacing: -0.025em;
    line-height:130%;
}
.ms3-item-mask-text-3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.025em;
}
.ms3-item-mask-text-3 .point{
    display:inline-block;
    padding-bottom:6px;
    border-bottom:1px solid #fff;
}
.ms3-item-in:hover .ms3-item-mask{
    display:table;
}
/* 젠마트 패치 후 지울것 */
.ms3-item-mask {
    display: table;
    cursor: default;
    background: url(../imgs/temp/main_demi_1.png) no-repeat center center;
}
.ms3-item-mask .ms3-item-mask-in{
    display:none;
}
.ms3-item:nth-child(2) .ms3-item-mask,
.ms3-item:nth-child(5) .ms3-item-mask {
    background: url(../imgs/temp/main_demi_2.png) no-repeat center center;
}
.ms3-item:nth-child(3) .ms3-item-mask,
.ms3-item:nth-child(6) .ms3-item-mask {
    background: url(../imgs/temp/main_demi_3.png) no-repeat center center;
}
.ms3-right .slick-prev,
.ms3-right .slick-next {
    position: absolute;
    top: auto;
    bottom: -6px;
    width: 26px;
    height: 22px;
    border-radius: 0;
    box-shadow: none;
}
.ms3-right .slick-prev:before, 
.ms3-right .slick-next:before{
    display:none;
}
.ms3-right .slick-prev {
    right: auto;
    left: 0;
    background: url(../imgs/main/ms3_arr_l.png) no-repeat center center;
}
.ms3-right .slick-next {
    right: auto;
    left: 273px;
    background: url(../imgs/main/ms3_arr_r.png) no-repeat center center;
}
.ms3-right .ms3-btn-prev,
.ms3-right .ms3-btn-next{
    display:inline-block;
    width:26px;
    height:22px;
    vertical-align:middle;
    cursor:pointer;
}
.ms3-right .ms3-btn-prev {
    margin-right:15px;
    background: url(../imgs/main/ms3_arr_l.png) no-repeat center center;
}
.ms3-right .ms3-btn-next {
    margin-left:15px;
    background: url(../imgs/main/ms3_arr_r.png) no-repeat center center;
}
.ms3-right .slick-text-btn {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: bold;
    vertical-align:middle;
}
/* section 4 */
.main-section-4{
    padding:65px 0 68px 0;
}
.ms4-title{
    margin-bottom:30px;
    font-size:24px;
    letter-spacing:-0.025em;
    color:#333;
    font-weight:300;
    text-align:center;
}
.ms4-item-box{
    overflow:hidden;
    width:106%;
    margin-left:-3%;
}
.ms4-item {
    display: inline-block;
    float: left;
    width:33.33%;
    text-align:center;
}
.ms4-p-1 {
    margin-bottom:10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.025em;
    color: #374054;
}
.ms4-p-2 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #374054;
    line-height:130%;
}
/* section 5*/

.main-section-5 {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background: #ff6123 url(../imgs/main/main_section_5_bg.jpg) no-repeat center center;
}
.main-section-5 .main-section-in{
    padding-top:83px;
}
.ms5-right {
    float: right;
    width: 34%;
    padding-top:71px;
    color: #fff;
    text-align: right;
}
.ms5-left {
    position:relative;
    float: left;
    width: 65%;
    height:330px;
    padding-top:2px;
}
.ms5-right .p-1{
    margin-bottom:7px;
    font-size:26px;
    letter-spacing:-0.025em;
    line-height:110%;
}
.ms5-right .p-2 {
    margin-bottom: 38px;
    font-size: 40px;
    font-weight:900;
    line-height:120%;
}
.ms5-right .p-2.type-2{
    font-size:37px;
}
.ms5-right .p-3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height:150%;
    letter-spacing: -0.025em;
}
.ms5-slide{
    position:relative;
    float:right;
    width:1200px;
    height:343px;
    overflow:hidden;
}
.ms5-slide-track {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height:100%;
}
.ms5-item {
    position: absolute;
    right: 0;
    top: 0;
    height: 323px;
    width: 297px;    
}
.ms5-item-in {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 93%;
    float:right;
    background: #fff;
    border-radius: 10px;
    cursor:pointer;
}
.ms5-item-top,
.ms5-item-mid,
.ms5-item-bot {
    overflow: hidden;
    clear: both;
    width:88%;
    margin:0 auto;
}
.ms5-item-top {
    padding-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e7e7e7;
}
.ms5-item-top .title{
    font-size:16px;
    font-weight:bold;
    letter-spacing:-0.025em;
}
.ms5-item-top .creator{
    font-size:12px;
    letter-spacing:-0.025em;
    color:#888;
}
.ms5-item-top .creator span{
    margin-right:14px;
}
.ms5-item-mid{
    height:102px;
}
.ms5im-l {
    width: 49%;
    float: left;
    text-align:center;
}
.ms5im-l {
    width: 49%;
    float: right;
    text-align: center;
}
.ms5im-graph{
    margin:0 auto;
    text-align:center;
}
.ms5im-graph-text {
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #333;
    text-align: center;
}
.ms5ib-text{
    font-size:13px;
    color:#333;
}

.ms5-item-bot .cont {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 5px 10px;
    border-radius:4px;
}
.ms5-item-bot .cont .graphbox {
    overflow: hidden;
    display:inline-block;
    width: 40%;
    height: 32px;
    float:left;
    padding-top:4px; 
}
.ms5-item-bot .cont .ratebox {
    float:right;
    width:55%;
    text-align: right;
}
.ms5-item-bot .cont .ratebox span {
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    font-weight:500;
    display: block;
}
.ms5-item-bot .cont .ratebox em {
    font-size:12px;
    color:#666;
}
.ms5-item-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: url(../imgs/main/section3_mask_bg.png) repeat;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.ms5-item-mask-in{
    display:table-cell;
    vertical-align:middle;
    padding:10px 0;
}
.ms5-item-in:hover .ms5-item-mask{
    display:table;
}
.ms5-item-mask-text-1 {
    padding: 0 0 18px 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.025em;
}
.ms5-item-mask-text-2 {
    padding:0 10%;
    margin-bottom:33px;
    font-size: 16px;
    font-weight:300;
    letter-spacing: -0.025em;
    line-height:130%;
}
.ms5-item-mask-text-5 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.025em;
}
.ms5-item-mask-text-5 .point{
    display:inline-block;
    padding-bottom:6px;
    border-bottom:1px solid #fff;
}
.ms5-bot{
    text-align:right;
}
.ms5-left .slick-prev,
.ms5-left .slick-next {
    position: absolute;
    top: auto;
    bottom: -6px;
    width: 26px;
    height: 22px;
    border-radius: 0;
    box-shadow: none;
}
.ms5-left .slick-prev:before, 
.ms5-left .slick-next:before{
    display:none;
}
.ms5-left .slick-prev {
    right: auto;
    left: 273px;
    background: url(../imgs/main/ms3_arr_r.png) no-repeat center center;
}
.ms5-left .slick-next {
    right: auto;
    left: 0;
    background: url(../imgs/main/ms3_arr_l.png) no-repeat center center;
}
.ms5-left .ms5-btn-prev,
.ms5-left .ms5-btn-next {
    display: inline-block;
    width: 26px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.ms5-left .ms5-btn-prev {
    margin-left: 15px;
    background: url(../imgs/main/ms3_arr_r.png) no-repeat center center;
}
.ms5-left .ms5-btn-next {
    margin-right: 15px;
    background: url(../imgs/main/ms3_arr_l.png) no-repeat center center;
}
.ms5-left .slick-text-btn {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: bold;
    vertical-align:middle;
}
/* section 6 */
.main-section-6{
    height:685px;
}
.main-section-6 .main-section-in{
    padding-top:80px;
}
.ms6-item-wrap{
    width:1210px;
    min-height:515px;
}
.ms6-item{
    width:33%;
    float:left;
}
.ms6-item-in {
    overflow: hidden;
    width: 85%;
    height: 469px;
    padding: 30px 5% 0 5%;
    -webkit-box-shadow: 0 0 18px 0 rgb(219 219 219 / 50%);
    -moz-box-shadow: 0 0 18px 0 rgba(219,219,219,0.5);
    box-shadow: 0 0 18px 0 rgb(219 219 219 / 50%);
    border-radius: 8px;
}
.ms6-item-c .ms6-item-in {
    margin: 0 auto;
}
.ms6-item-r .ms6-item-in {
    float:right;
}
.ms6-item-title {
    height: 44px;
    padding: 0 10px;
    margin-bottom:9px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #374054;
    border-bottom: 1px solid #e7e7e7;
}
.ms6-item-line{
    position:relative;
    line-height:40px;
    height:40px;
}
.ms6-ani {
    position: absolute;
    top: 15px;
    left:0;
    width: 100%;
    opacity: 0;
}
.ms6il-td{
    display:inline-block;
    float:left;
    vertical-align:middle;
}
.ms6il-t1 {
    width: 9%;
    text-align:center;
}
.ms6il-t2 {
    width: 11%;
    text-align: center;
}
.ms6il-t3 {
    width:51%;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.025em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.ms6il-t3 .sub{
    display:inline-block;
    margin-left:13px;
    font-size:12px;
    letter-spacing:-0.025em;
    color:#909dab;
}
.ms6il-t4{
    width:25%;
    padding-right:4%;
    float:right;
    text-align:right;
}
.ms6-item-bot{
    text-align:right;
}
.ms6-bot-text {
    font-size: 12px;
    color: #b9b9b9;
    letter-spacing: -0.025em;
    margin-right:5px;
    line-height:18px;
}
.ms6-bot-bar {
    display: inline-block;
    padding: 0 8px;
    font-size: 10px;
}
.ms6-btn {
    display: inline-block;
    padding: 0 9px;
    background: #f2f2f2;
    border-radius: 9px;
    cursor: pointer;
    font-size: 12px;
    color: #b9b9b9;
    margin-left: 3px;
    transition: all 0.4s;
}
.ms6-btn.checked{
    font-weight:bold;
    background:#ff6738;
    color:#fff;
}
/* section 7 */
.main-section-7 {
    text-align: center;
    overflow: hidden;
}
.ms7-img{
    height:200px;
    width:100%;
}
/* section 8 */
.main-section-8 {
    position:relative;
    height: 295px;
    background: #f8f9fb;
}
.main-section-8-bg {
    position:relative;
    height: 100%;
    background: #f8f9fb;
    z-index:5;
}
.main-section-8-bg-r {
    float: right;
    width: 50%;
    height:100%;
    background: #f5f6f8;
}
.main-section-8-bg-c {
    position:absolute;
    left:0;
    top:0;
    height: 100%;
    width:100%;
    background: url(../imgs/main/section_8_bg.png) no-repeat center center;
}
.main-section-8 .main-section-in{
    position:absolute;    
    margin-left:-600px;
    left:50%;
    top:0;
    width:1200px;
    z-index:10;
}
.ms8-left {
    width: 52%;
    padding-top:33px;
}
.ms8-right {
    width: 32%;
    position: absolute;
    right: 0;
    top: 40px;
    height: 215px;
    background: #f5f6f8;
}
.ms8-left-table table{
    width:100%;
    table-layout:fixed;
}
.ms8-left-table td {
    padding: 7px 0 8px 0;
    cursor: pointer;
    font-size: 18px;
    color: #374054;
    letter-spacing: -0.025em;
    line-height: 130%;
}
.ms8-left-table .td-2{
    font-size:12px;
    text-align:right;
    color:#666;
}
.ms8-point {
    padding-left: 21px;
    background: url(../imgs/main/ms8-ico-dot.png) no-repeat 4px center;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.ms8-point-q {
    margin-right:12px;
    font-size: 18px;
    color: #f83838;
    font-weight:800;
    letter-spacing:-0.025em;
}
.ms8-tab .tab-content{
    display:none;
}
.ms8-tab .tab-content.on {
    display: block;
}
.ms8-tab .tab-btn,
.ms8-tab .tab-btn-style {
    font-size: 24px;
    color: #909dab;
    line-height: 130%;
    cursor: pointer;
}
.ms8-tab .tab-btn.on,
.ms8-tab .tab-btn:hover,
.ms8-tab .tab-btn-style:hover{
    font-weight:900;
    color:#374054;
}
.ms8-tab .tab-btn-style{
    position:absolute;
    left:0;
    bottom:0;

}