﻿/* all */
.wrap-main {
    font-family: 'Noto Sans KR', sans-serif;
}
#header {
    background: #f8f9fb;
    border-color: #f8f9fb;
}
/* header */
#wrap_top {
    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: #f83838;
    vertical-align: middle;
    cursor:pointer;
    transition:color 0.2s, background-color 0.2s;
}
.main-btn-1,
.main-btn-2.on,
.main-btn-2:hover{
    color: #fff;
    background: #f83838;
}
.main-btn-2,
.main-btn-1.on,
.main-btn-1:hover{
    color:#f83838;
    background:transparent;
}
.main-btn-3 {
    display: block;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #f83838;
    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;
}
.main-section-1-left {
    width: 51%;
    padding-top: 40px;
}
.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 {
    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;
    right: 25px;
    bottom: 24px;
    text-align:right;
}
.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: #f8bfc0;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s all;
}
.main-section-1 .slick-dots .slick-active button{
    width:22px;
    background:#f85f5f;
}
.main-section-1 .slick-dots li button:before{
    display:none;
}
/* section 2 */
.main-section-2 {
    position:relative;
    height: 586px;
}
.main-section-2 .main-section-in{
    height:100%;
}
.main-section-2 .ms2-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main-section-2-bg {
    height: 100%;
    margin-right: -60px;
    background: url(../imgs/main/main_section_2_bg.png) no-repeat right 57px;
}
.main-section-2-left{
    position:absolute;
    width:42%;
    top:130px;
    left:0;
    z-index:10;
}
.main-section-2 .p-1 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #374054;
    letter-spacing: -0.025em;
}
.main-section-2 .p-2{
    margin-bottom:40px;
    font-size:40px;
    color:#374054;
    font-weight:900;
    line-height:120%;
}
.main-section-2 .p-3{
    margin-bottom:120px;
    font-size:16px;
    color:#909dab;
    letter-spacing:-0.025em;
}
.ms2-btn-1 {
    font-size: 26px;
    font-weight: bold;
    color: #f83838; 
    letter-spacing: -0.025em;
    padding-right: 48px;
    cursor:pointer;
    background:url(../imgs/main/ms2_btn.png) no-repeat right center;
}
.ms2-btn-1.ms2-btn-toja{    
    padding-right:0;
    padding-left: 48px;
    background:url(../imgs/main/ms2_btn.png) no-repeat left center;
}
.main-section-2-right {
    position: absolute;
    top: 81px;
    right: 118px;
    width: 388px;
}
.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{
    padding:20px 25px 4px 25px;
    background:#fff;
}
.ms2r-item {
    margin-bottom: 20px;
}
.main-section-2 .ms2r-text-1 {
    font-size: 16px;
    color: #909dab;
    letter-spacing: -0.025em;
}
.main-section-2 .ms2r-text-2 {
    font-size: 16px;
    font-weight:bold;
    color: #173559;
    letter-spacing: -0.025em;
}
.main-section-2 .ms2r-text-2-r {
    float:right;
    font-size:16px;
    font-weight:bold;
    letter-spacing:-0.025em;
    color: #f83838;
}
.range-box{
    position:relative;
    padding:8px 0;
}
.range-bg {
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    background: #c7d4dd;
}
.range-bg-mask{
    height: 100%;
    width:0;
    background: #f83838;
}
.range-point {
    position:absolute;
    display:block;
    left:0;
    top:0;
    height: 16px;
    width:16px;
    margin-left:-10px;
    border: 2px solid #e8e9e9;
    border-radius:10px;
    background:#fff;
    cursor:pointer;
}
.range-point span{
    display:block;
    width:8px;
    height:8px;
    margin:4px 0 0 4px;
    background:#f83838;
    border-radius:4px;
}
.radio-box{
    width:120%;
}
.radio-box .radio-style-3 {
    margin-right: 10px;
}
.radio-box .radio-style-5{
    margin-right:10px;
}
.main-section-2 .radio-style-3,
.main-section-2 .radio-style-5,
.main-section-2 .range-point {
    cursor: default;
}
.main-section-2-right-text-2 {
    text-align: right;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #909dab;
}
.main-section-2 #ms2-item-2 .main-section-2-bg {
    height: 100%;
    margin-right: -60px;
    background: url(../imgs/main/main_section_2_bg_2.png) no-repeat left 57px;
}
.main-section-2 #ms2-item-2 .main-section-2-left{
    left:auto;
    right:0;
    text-align:right;
}
.main-section-2 #ms2-item-2 .main-section-2-right{
    left:118px;
    right:auto;
}
.ms2-item-cover{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
.ms2-item-cover-bg {
    position:absolute;
    left:50%;
    top:0;
    height:100%;
    width: 2000px;
    margin-left: -1000px;
    background: url(../imgs/main/ms2_bg.jpg) no-repeat center center;
}
.ms2-item-cover-in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height:100%;
    z-index:10;
}
.ms2-item-cover .ms2ic-l {
    position: absolute;
    left: 0;
    top: 320px;
}
.ms2-item-cover .ms2ic-r{
    position:absolute;
    right:0;
    top:70px;
    text-align:right;
}
.main-section-2 .ms2-item-cover .p-1{
    margin-bottom: 0;
}
.main-section-2 .ms2-item-cover .p-2{
    margin-bottom:25px;
}
.main-section-2 .ms2-item-cover .p-3{
    display:none;
}
/* section 3 */
.main-section-3 {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background: #f83838 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%;
    color: #fff;
}
.ms3-right {
    position:relative;
    float: left;
    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: #f83838;
    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: #f83838;
    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 {
    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;
}
.ms3-item-mask-in{
    display:table-cell;
    vertical-align:middle;
    padding:10px 0;
}
.ms3-item-in:hover .ms3-item-mask{
    display:table;
}
.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-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:25%;
    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 {
    height:760px;
    background: #f8f9fb;
}
.main-section-5 .main-section-in{
    padding-top:73px;
}
.ms5-tab .tab-content,
.ms7-tab .tab-content {
    display: none;
}
.ms5-tab .tab-content.on,
.ms7-tab .tab-content.on{
    display:block;
}
.ms5-title,
.ms7-title {
    margin-bottom: 54px;
    text-align: center;
}
.ms5-title-p-1,
.ms7-title-p-1 {
    font-size: 26px;
    color: #374054;
    letter-spacing: -0.025em;
    line-height: 110%;
}
.ms5-title-p-2,
.ms7-title-p-2 {
    font-size: 40px;
    font-weight: 900;
    color: #374054;
    line-height: 130%;
}
.ms5-hash-btn-box,
.ms7-hash-btn-box {
    overflow: hidden;
    margin-bottom: 22px;
    text-align: center;
}
.ms5-hash-btn,
.ms7-hash-btn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 18px;
    margin: 0 7px;
    color: #676767;
    font-size: 12px;
    background: #d8d6d7;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
}
.ms5-hash-btn.on,
.ms7-hash-btn.on{
    color:#fff;
    background:#f83838;
}
.ms5-tab .tab-container {
    min-height:405px;
}
.ms5-slide{
    width:1240px;
    height:405px;
    margin-left:-20px;
    text-align:center;
}
.ms5-slide-item{
    width:305px ;
    display:inline-block;
}
.ms5-slide-item-in {
    width: 275px;
    margin:0 auto;
}
.ms5-slide-img{
    position:relative;
    overflow:hidden;
    height:175px;
    margin-bottom:18px;
    border-radius:6px;
}
.ms5-slide-img-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../imgs/main/main_item_mask_bg.png) repeat;
    cursor:pointer;
}
.ms5-slide-img-btn{
    display:inline-block;
    margin-top:74px;
    padding-bottom:6px;
    font-size:16px;
    letter-spacing:0.025em;
    color:#fff;
    border-bottom:2px solid #fff;
}
.ms5-slide-img:hover .ms5-slide-img-mask{
    display:block;
}
.ms5-slide-title {
    height: 63px;
    font-size: 18px;
    letter-spacing: -0.035em;
    color: #374054;
    line-height: 20px;
    text-align:left;
}
.ms5-slide-name-box{
    height:33px;
}
.ms5-slide-name {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 18px;
    margin-right: 8px;
    font-size: 12px;
    letter-spacing: -0.035em;
    color: #fff;
    background: #0c3762;
    border-radius: 13px;
    vertical-align: middle;
}
.ms5-slide-title-text{
    display:block;
}
.ms5-slide-con {
    overflow: hidden;
    height: 71px;
    margin-bottom: 17px;
    font-size: 18px;
    color: #909dab;
    letter-spacing: -0.01em;
    line-height: 130%;
    text-align: left;
}
.ms5-slide-price-box{
    text-align:left;
}
.ms5-slide-price-1 {
    margin-right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #ff4444;
    letter-spacing: -0.025em;
}
.ms5-slide-price-1 .won{
    font-size:14px;
    letter-spacing:-0.025em;
}
.ms5-slide-price-2 {
    font-size: 12px;
    font-weight: bold;
    color: #bcbcbc;
    letter-spacing: -0.025em;
}
.ms5-btn-box {
    text-align: center;
}
.ms5-btn,
.ms5-btn-2 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.025em;
    border-radius: 6px;
    border: 1px solid #f83838;
}
.ms5-btn,
.ms5-btn-2:hover,
.ms5-btn-2.on{
    color: #fff;
    background: #f83838;
}
.ms5-btn-2,
.ms5-btn:hover,
.ms5-btn.on{
    color: #f83838;
    background:#fff;
}
/* section 6*/
.main-section-6{
    text-align:center;
    overflow:hidden;
}
.ms6-img{
    height:200px;
    width:100%;
}
/* section 7 */
.main-section-7 {
    height: 805px;
}
.main-section-7 .main-section-in{
    padding-top:96px;    
}
.ms7-slide{
    overflow:hidden;
    box-sizing:content-box;
    width:1240px;
    height:363px;
    padding:22px 0 20px 0;
    margin-left:-20px;
    text-align:center;
}
.ms7-slide .slick-list {
    overflow:visible;
}
.ms7-slide-item{
    display:inline-block;
    width:305px;

}
.ms7-slide-item-in {
    overflow: hidden;
    width: 245px;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    -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);
    text-align:left;
}
.ms7-slide-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.portList_title .port-tag-wrap-1{
    margin-bottom:3px;
}
.ms7-slide .gen-b2b-ico-1,
.ms7-slide .gen-b2b-ico-2,
.ms7-slide .gen-b2b-ico-3,
.ms7-slide .gen-b2b-ico-4 {
    clear: both;
    float: none;
}
.ms7-slide-creator {
    font-size: 12px;
    color: #888;
    letter-spacing:-0.025em;
}
.ms7-slide-creator span{
    vertical-align:middle;
}
.ms7-slide-title-2 {
    display:inline-block;
    max-width:42%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    margin-right:14px;
}
.ms7-pu{
    margin-right:14px;
}
.main-section-7 .portList_rateBox .cont{
    border-radius:4px;
}
.main-section-7 .tab-container {
    position:relative;
    min-height:405px;
}
/* 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:900;
    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;

}