@charset "UTF-8";
*{ 
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border-collapse:collapse;
    font-family: 'NanumBarunGothic';
    color: black;
    margin: 0;
    scroll-behavior: smooth;}

html, body{width: 100%;}
    

/* 해더 */
.header_wrap{
    height: 70px; width: 100%; min-width: 1200px;
    position: fixed;
    z-index: 100;
    background-color: #ffffff;} /* 안짤리도록 최소값적용 위에서 100퍼센트 줘도 100센터 범위 선택 안되므로*/
.header{
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    }

.logo{ height: 70px; display: flex; align-items: center;}    

.nav{
    display: flex;
    gap: 30px;
    justify-content: flex-end; /* 플랙스 써야지 적용됨 */
    align-items: center; /* 플랙스 써야지 적용됨 */
    width: 400px;}

.nav li a{
    color: #5b5b5b;
    font-weight: bold}

/* 타이틀 */
.title_img{
    background-image:url("../../image/bg@3x.png");
    background-position: center;
    background-size: cover;
    min-width :1200px;
    height: 668px;}

.title_text{
    width: 1200px;
    margin: 0 auto;
    position: relative;} /* 부모에 적용해주고 */

.title{
    position: absolute; /* 자식 요소에도 적용해주기 */
    top: 165px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;}

.title_logo{
    top: 275px;
    position: absolute; /* 자식 요소에도 적용해주기 */
    display: block;}

.store_logo{
    display: flex;
    justify-content: space-between;
    top: 500px;
    position: absolute;
    width: 340px;}

#phone_0{
    padding-top: 144px;
    padding-left: 478px;
    width: 629px;}


/* 색션 1 */
.section_1{
    height: 645px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 120px;
    min-width: 1200PX}

.area_img{
    width: 553px;}
    
.area_text_1{
    width: 459px;
    height: 220px;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-left: 156px;}

.area_text_2{
    width: 459px;
    height: 220px;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-right: 156px;}

.text_box_1{
    font-size: 20px;
    color: #63badf;}

.text_box_2{
    font-size: 43px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 53px}

.text_box_3{
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;}


/* 색션2 */
#box_grad_1{
    background: rgb(32,52,90);
    background: linear-gradient(120deg, rgba(32,52,90,1) 0%, rgba(38,79,82,1) 100%);
    height: 1780px;
    min-width: 1200PX}

.section_2{
    height: 350px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 180px;}   

.area_img_2{
    width: 621px;}

.area_text_3{
    width: 486px;
    height: 220px;
    display: flex;
    flex-direction: column;
    margin-left: 85px;
    padding-top: 16px;
    padding-right: 0px;}

.text_box_4{
    font-size: 20px;
    color: #c5dfff;}
    
.text_box_5{
    font-size: 43px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 60px;
    color: #ffffff;}
    
.text_box_6{
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
    color: #ffffff;}

.text_box_5 span{
    background-color: #ffffff;
    color: #233d56;}

.area_text_4{
    width: 486px;
    height: 220px;
    display: flex;
    flex-direction: column;
    margin-left: 0x;
    padding-top: 16px;
    padding-right: 0px;}

.area_text_5{
    width: 381px;
    height: 220px;
    display: flex;
    flex-direction: column;
    margin-left: 85px;
    padding-top: 16px;
    padding-right: 0px;}

#font_size{
    font-size: 14px;
    color: #ffffff;}


/* 색션3 */
.section_3{width: 1200px;
        margin: 0 auto;
        padding-top: 180px;
        padding-bottom: 180px;
        text-align: center;
        MIN-width: 1200px}
        
.text_box_7{
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;}

.text_box_8{
    font-size: 43px;
    font-weight: bold;
    line-height: 52px;}   

.scroll{
    width: 1100px;
    overflow: auto;
    white-space: nowrap;
    padding-top: 20px;}

/* 색션4 */
.section_4{
    min-width: 1200PX;
    height: 1270px;
    margin: 0 auto;
    padding-top: 87px;
    text-align: center;
    background-image:url("../../image/bg_1@3x.png");
    background-position: center;
    background-size: cover;}

.button_1{
    width: 131px;
    height: 42px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    background-color: #fdb13f;
    border: 0px;
    border-radius: 21px;
    margin-top: 30px;
    margin-bottom: 16px;}

.button_2{
    width: 208px;
    height: 42px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    background-color: #f67f67;
    border: 0px;
    border-radius: 21px;
    margin-top: 30px;
    margin-bottom: 16px;}

.button_3{
    width: 148px;
    height: 42px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    background-color: #b59bdc;
    border: 0px;
    border-radius: 21px;
    margin-top: 30px;
    margin-bottom: 16px;}

.text_box_9{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;}

.text_box_10{
    font-size: 30px;
    font-weight: bold;
    margin-top: 130px;
    margin-bottom: 20px;}

.text_box_11{
    width: 555px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;}

.text_box_12{
    display: flex;
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;}

.area_img_3{
    width: 100%;
    height: 314px;
    display: flex;
    align-items: center;
    padding-top: 40px;
    justify-content: center}

.img_box_1{
    width: 267px;
    height: 314px;}

.img_box_2{
    width: 267px;
    height: 314px;}

.img_box_3{
    width: 267px;
    height: 314px;}


/* 색션5 */
.title_img_2{
    background-image:url("../../image/bg_2@3x.png");
    background-position: center;
    background-size: cover;
    width:100%;
    height: 409px;
    min-width: 1200px;}

.phone_4{
    width: 489px;
    height: 375px;
    padding-left: 710px;
    padding-top: 35px}

.title_text_2{
    width: 1200px;
    margin: 0 auto;
    position: relative;/* 부모에 적용해주고 */} 
    
.title_2{
    position: absolute; /* 자식 요소에도 적용해주기 */
    top: 75px;
    color: rgb(255, 255, 255);
    font-size: 43px;
    font-weight: bold;
    line-height: 66px;}

.store_logo_2{
    display: flex;
    justify-content: space-between;
    top: 265px;
    position: absolute;
    width: 340px;}


/* 색션6 */
.section_6{
    height: 333px;
    background-color: #000000;
    color: #ffffff;
    min-width: 1200px;}

.button_4{
    width: 331px;
    height: 63px;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 19px;}

.button_5{
    width: 267px;
    height: 63px;
    font-size: 20px;;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 19px;}

.button_6{
    width: 267px;
    height: 63px;
    font-size: 20px;;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 19px;}

.button_7{
    width: 267px;
    height: 63px;
    font-size: 20px;;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
    justify-content: space-evenly}
    

.text_box_13{
    width: 1200px;
    color:#afafaf;
    line-height: 30px;
    
    margin-top: 40px;}

.section_6 a{
    color:#ffffff;}

.button_box{
    width: 1200px;
    display: flex;
    padding-top: 60px;
    margin: 0 auto;
    flex-wrap: wrap;}
