@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Serif+KR:wght@300;400;500;700&display=swap');

/*font-family: 'Noto Serif KR', serif;*/

* {margin:0; padding:0;}
body{ 
    font-size:16px;
    color:#000;
    font-family: 'GmarketSansLight' !important;
    letter-spacing: -3px !important;
    overflow-x: hidden;
}
ul, ol, li{list-style-type:none}
img, fieldset{border:none;vertical-align: middle}
hr {clear:both;border:none}
a {color:inherit;text-decoration:none}
table{border-collapse:collapse}
input, textarea {color:inherit;font-size:inherit;
       font-family:inherit;vertical-align: middle}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*Landing Page*/
.inner{
    max-width: 1200px; 
    margin:0 auto;
}
#sec1{
    width:100%;
    background:url(/img/section1.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 120px 0;
}
#sec1 #logo{
    margin-bottom: 150px;
    max-width: 100%;
}
#sec1 h2{
    width:100%;
    font-family: 'GmarketSansMedium';
    font-size: 58px;
    font-weight: normal;
    letter-spacing: -5px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
#sec1 h2 b{
    font-size: 72px;
    font-weight: normal;
}
#sec1 h2 .line_w{
    height: 25px;
    width: 275px;
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    z-index: -1;
}
#sec1 p{
    width:100%;
    font-size: 28px;
    margin-bottom: 45px;
}
#sec1 p b{
    font-weight: normal;
    font-family: 'GmarketSansMedium';
}
#sec1 ul{
    width:100%;
    display: flex;
}
#sec1 ul li{
    margin-right: 20px;
    background-color: #000;
    text-align: center;
    border-radius: 10px;
}
#sec1 ul li a{
    display: block;
    padding: 20px 40px;
    color:#fff;
    font-family: 'GmarketSansMedium';
    font-size: 24px;
    letter-spacing: -1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
#sec1 ul li a img{
    margin-right: 5px;
}
#sec1 ul li:hover{
    background-color: #5F2991;
    transition: 0.2s;
}
#sec2{
    padding-top: 135px;
    width:100%;
    background:url(/img/section2_back.png) no-repeat 100px 100px;
    background-color: #F6F6F6;
}
#sec2 .sec2_box{
    width:100%;
    display: flex;
}
#sec2 .sec2_l{
    width:50%;
    text-align: left;
}
#sec2 .sec2_l img{
    max-width: 100%;
}
#sec2 .sec2_r{
    width:50%;
    text-align: right;
    
}
#sec2 .sec2_r > img{
    margin-bottom: 60px;
    max-width: 100%;
}
#sec2 .sec2_r h3{
    font-size: 50px;
    letter-spacing: -5px;
    font-weight: normal;
    margin-bottom: 10px;
}
#sec2 .sec2_r h2{
    font-size: 60px;
    font-weight: normal;
    letter-spacing: -5px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
#sec2 .sec2_r h2 .line_w{
    width:160px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
}
#sec2 .sec2_r h2 b{
    font-family: 'GmarketSansMedium';
}
#sec2 .sec2_r ul li{
    clear: both;
}
#sec2 .sec2_r ul li p{
    float: right;
    letter-spacing: -2px;
    font-size: 24px;
    margin-top: 10px;
    margin-right: 20px;
}
#sec2 .sec2_r ul li img{
    float: right;
    margin-bottom: 15px;
}
#sec3{
    padding: 90px 0 40px 0;
    background:url(/img/section3_back.png) no-repeat bottom center;
    background-size: contain;
    background-color: #EBEBEB;
}
#sec3 .sec3_box{
    width:100%;
    display: flex;
}
#sec3 .sec3_l{
    width:50%;
    display: block;
}
#sec3 .sec3_l h2{
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 100px;
    letter-spacing: -5px;
    position: relative;
    z-index: 1;
}
#sec3 .sec3_l h2 b{
    font-family: 'GmarketSansMedium';
    font-weight: normal;
}
#sec3 .sec3_l h2 .line_w{
    width:255px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: 0; bottom: 12px;
    z-index: -1;
}
#sec3 .sec3_l p{
    font-size: 24px;
    margin-bottom: 20px;
}
#sec3 .sec3_l p b{
    font-weight: normal;
    font-family: 'GmarketSansBold'
}
#sec3 .sec3_r{
    width:50%;
    text-align: right;
}
#sec3 .sec3_r{
    max-width: 100%;
}
footer{
    width:100%;
    padding: 50px 0;
    background-color:#000;
    color:#AAAAAA;
    font-family: 'NotoSans', sans-serif ;
    font-size: 15px;
    text-align: center;
    letter-spacing: -1.5px;
}
footer img{
    max-width: 100%;
    margin-bottom: 40px;
}
footer ul{
    clear: both;
    float: right;
    position: relative;
    left: -50%;
}
footer ul li{
     float: left;
    position: relative;
    left: 50%;
    padding: 0 10px;
    border-right: 1px solid #777; 
}
footer ul li:last-child{
    border-right: none;
}
footer p {
    clear: both;
    margin-bottom: 5px;
}

@media screen and (max-width:1080px){
    body{
        position: relative;
    }
    #sec1 ul{
        position: fixed;
        bottom:0; left: 0;
        width:100%;
        display: block;
        z-index: 99999;
    }
    #sec1 ul li{
        width:calc(100% / 3);
        margin-right: 0px;
        float: left;
        border-radius: 0px;
    }
    #sec1 ul li a{
        padding: 20px 0px;
        display: block;
        font-size: 18px;
        line-height: 2rem;
    }
    #sec1 ul li a img{
        max-width: 100%;
    }
    #sec1{
        width:calc(100% - 40px);
        background:url(/img/section1.png) no-repeat bottom right;
        background-size: contain;
        background-color: #E8EFF9;
        padding: 20px 20px 40px 20px;
    }
    #sec1 #logo{
        margin-bottom: 50px;
        max-width: 100%;
    }
    #sec1 h2{
        font-size: 35px;
        letter-spacing: -5px;
        margin-bottom: 20px;
    }
    #sec1 h2 b{
        font-size: 45px;
    }
    #sec1 h2 .line_w{
        height: 15px;
        width: 130px;
        bottom: 10px;
    }
    #sec1 p{
        width:100%;
        font-size: 18px;
        margin-bottom: 0px;
    }
    #sec2{
        padding: 50px 20px 0 20px;
        width:calc(100% - 40px);
        background:url(/img/section2_back.png) no-repeat center ;
        background-size: contain;
        background-color: #F6F6F6;
    }
    #sec2 .sec2_box{
        display: block;
        position: relative;
        height: 450px;
    }
    #sec2 .sec2_l{
        width:50%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #sec2 .sec2_l img{
        width: 340px;
        opacity: 0.7;
    }
    #sec2 .sec2_r{
        width:100%;
        text-align: right;
        position: absolute;
    }
    #sec2 .sec2_r > img{
        margin-top:20px;
        margin-bottom: 20px;
        width: 100px;
    }
    #sec2 .sec2_r h3{
        font-size: 30px;
        margin-bottom: 5px;
    }
    #sec2 .sec2_r h2{
        font-size: 35px;
        margin-bottom:50px;
    }
    #sec2 .sec2_r h2 .line_w{
        width:90px;
        height: 15px;
        background-color: #fff;
        right:-4px;
    }
    #sec2 .sec2_r ul{
        padding-bottom: 20px;
    }
    #sec2 .sec2_r ul li{
        display: block;
        height: 50px;
    }
    #sec2 .sec2_r ul li p{
        font-size: 18px;
        margin-top: 5px;
        margin-right: 10px;
    }
    #sec2 .sec2_r ul li img{
        max-width: 40px;
        margin-bottom: 10px;
    }
    #sec3{
        padding: 50px 20px 20px 20px;
        background:url(/img/section3_back.png) no-repeat bottom center;
        background-size: contain;
        background-color: #EBEBEB;
    }
    #sec3 .sec3_box{
        width:100%;
        position: relative;
        height: 350px;
    }
    #sec3 .sec3_l{
        width:100%;
        display: block;
        position: absolute;
        left: 0;
        top:0;
    }
    #sec3 .sec3_l h2{
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 30px;
        letter-spacing: -5px;
        position: relative;
        z-index: 1;
    }
    #sec3 .sec3_l h2 .line_w{
        width:155px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        left: 0; bottom: 5px;
        z-index: -1;
    }
    #sec3 .sec3_l p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    #sec3 .sec3_l p b{
        font-weight: normal;
        font-family: 'GmarketSansBold'
    }
    #sec3 .sec3_r{
        width:50%;
        text-align: right;
        position: absolute;
        right:0;
        bottom:-20px;
        opacity: 0.7;        
    }
    #sec3 .sec3_r img{
        max-width: 300px;
    }
    footer{
        width:100%;
        padding: 20px 0 90px 0;
        background-color:#222;
        color:#AAAAAA;
        font-family: 'NotoSans', sans-serif ;
        font-size: 12px;
        text-align: center;
        letter-spacing: -1.5px;
    }
    footer img{
        width: 100px;
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:768px){
    #sec1{
        width:calc(100% - 40px);
        height: 600px;
        background:url(/img/section1.png) no-repeat;
        background-position: 90% 100%;
        background-size: 1000px;
        background-color: #E8EFF9;
        padding: 20px 20px 40px 20px;
    }
    #sec1 #logo{
        margin-bottom: 100px;
        max-width: 100%;
    }
    #sec1 #logo img{
        max-width: 100px;
    }
    #sec1 h2{
        font-size: 35px;
        letter-spacing: -5px;
        margin-bottom: 20px;
    }
    #sec1 ul li a{
        font-size: 15px;
        line-height: 2rem;
    }
    footer{
        width:100%;
        padding: 20px 0 90px 0;
        background-color:#222;
        color:#AAAAAA;
        font-family: 'NotoSans', sans-serif ;
        font-size: 12px;
        text-align: center;
        letter-spacing: -1.5px;
    }
    footer img{
        width: 100px;
        margin-bottom: 20px;
    }
    footer ul{
        clear: both;
        float: none;
        position: relative;
        left: -50%;
    }
    footer ul li{
        float: none;
        position: relative;
        left: 50%;
        padding: 0 10px;
        border-right: 1px solid #777; 
    }
    footer ul li:last-child{
        border-right: none;
    }
    footer p {
        clear: both;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:425px){
    #sec1{
        background-position: 95% 100%;
        height:520px;
    }
    #sec1 p{
        letter-spacing: -2px;
    }
    #sec1 h2{
        font-size: 50px;
        letter-spacing: -4px;
        margin-bottom: 10px;
    }
    #sec1 #logo{
        margin-bottom: 50px;
    }
    #sec2{
        padding: 20px 20px 0 20px;
        width:calc(100% - 40px);
        background:url(/img/section2_back.png) no-repeat bottom center ;
        background-size: contain;
        background-color: #F6F6F6;
    }
    #sec2 .sec2_box{
        width:100%;
        display: block;
        position: relative;
        height: 760px;
    }
    #sec2 .sec2_l{
        width:100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #sec2 .sec2_l img{
        width: 80%;
        opacity: 1;
    }
    #sec2 .sec2_r{
        width:100%;
        text-align: left;
        position: absolute;
    }
    #sec2 .sec2_r > img{
        margin-top:20px;
        margin-bottom: 20px;
        width: 80px;
    }
    #sec2 .sec2_r h3{
        font-size: 20px;
        letter-spacing: -2px;
        margin-bottom: 0px;
    }
    #sec2 .sec2_r h2{
        font-size: 30px;
        margin-bottom:20px;
        letter-spacing: -3px;
    }
    #sec2 .sec2_r h2 .line_w{
        width:80px;
        height: 10px;
        background-color: #fff;
        left: 140px;
    }
    #sec2 .sec2_r ul{
        padding-bottom: 20px;
    }
    #sec2 .sec2_r ul li{
        display: flex;
        height: 50px;
    }
    #sec2 .sec2_r ul li p{
        width:100%;
        font-size: 15px;
        margin-top: 10px;
        margin-right: 0px;
        text-align: left;
        margin-left: 5px;
        letter-spacing: -1.5px;
    }
    #sec2 .sec2_r ul li img{
        max-width: 40px;
        margin-bottom: 10px;
    }
    #sec3{
        padding: 30px 20px;
        background:url(/img/section3_back.png) no-repeat;
        background-position: center 350px;
        background-size: contain;
        background-color: #EBEBEB;
    }
    #sec3 .sec3_box{
        width:100%;
        position: relative;
        height: 350px;
    }
    #sec3 .sec3_l{
        width:100%;
        display: block;
        position: absolute;
        left: 0;
        top:0;
    }
    #sec3 .sec3_l h2{
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 30px;
        letter-spacing: -2px;
        position: relative;
        z-index: 1;
    }
    #sec3 .sec3_l h2 .line_w{
        width:110px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        left: 0; bottom: 5px;
        z-index: -1;
    }
    #sec3 .sec3_l p{
        font-size: 15px;
        margin-bottom: 10px;
        letter-spacing: -1.5px;
    }
    #sec3 .sec3_l p b{
        font-weight: normal;
        font-family: 'GmarketSansBold'
    }
    #sec3 .sec3_r{
        width:100%;
        position: absolute;
        right:0;
        bottom:-20px;
        opacity: 0.4;
        text-align: center;
    }
    #sec3 .sec3_r img{
        max-width: 200px;
    }
}
@media screen and (max-width:425px){
    #sec1{
        background-size: 800px;
    }
    #sec1 #logo{
        margin-bottom: 50px;
    }
    #sec1 #logo img{
        width: 100px;
    }
    #sec1 ul li a{
        padding: 10px 0px;
        font-size: 12px;
        line-height: 2rem;
    }
	#sec1 ul li a img{
        width: 15px;
    }
    #sec1 h2{
        font-size: 30px;
    }
    #sec1 h2 b{
        font-size: 40px;
    }
    #sec3 .sec3_box{
        width:100%;
        position: relative;
        height: 500px;
    }
    #sec3 .sec3_r{
        opacity: 1;
    }
}
@media screen and (max-width:350px){
    #sec1{
        background-size: 700px;
    }
    #sec2 .sec2_box{
        height: 720px;
    }
    #sec2 .sec2_l img{
        width: 100%;
    }
    
    #sec3 .sec3_l h2 .line_w{
        height: 10px;
    }
}