@font-face {
    font-family: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

main > * {
    font-family: 'GangwonEdu_OTFBoldA';
}

body {
    background-color: white;
}

header {
    width: 100vw;
    height: 90px;
    background-color: #dddddb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

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

header > nav > .imgDiv {
    width: 150px;
    display: flex;
    justify-content: center;
}

/* nav 요소 flex */
header > nav {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 98vw;
    margin: 10px;
}

/* navBar 요소 flex */
header>nav>.navBar>ul {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    margin: 0px;
    padding: 0px;
    justify-content: space-evenly;
}

/* navBar 크기 넓히기*/
header > nav > .navBar {
    width: 80vw;
}

/* li요소 폰트 및 글씨 크기 */
header>nav>.navBar>ul {
    font-family: 'Makgeolli';
    font-size: 30px;
}

/* li에 a태그 밑줄, 색 변경 */
header>nav>.navBar>ul>li>a {
    text-decoration: none;
    color: black;
}

/* ----------searchLogin---------- */
/* navBar 요소 flex 및 세로정렬 */
header>nav>.searchLogin {
    display: flex;
    align-items: center;
    width: 250px;
}

/* 검색, 로그인 띄우기 */
header>nav>.searchLogin>.searchInput {
    margin-right: 15px;
    width: 200px;
}

/* 검색창 크기, 폰트, 테두리, 배경색 변경*/
header>nav>.searchLogin>.searchInput>input {
    width: 200px;
    height: 25px;
    font-size: 25px;
    border: none;
    background-color: #dddddb;
    border-bottom: 1px solid black;
    font-family: 'Makgeolli';
}

/* 포커스 테두리 삭제 */
header>nav>.searchLogin>.searchInput>input:focus {
    outline: none;
}

header > nav > .ham {
    display: none;
}

header > nav > .ham > * {
    background-color: #dddddb !important;
    font-family: 'Makgeolli' !important;
    font-size: 30px;
}

main {
    margin-top: 95px;
}


/* ====================== section1 css ========================== */
.section1 {
    margin-top: 50px;
    width: 100%;
}
video {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {
    video {
        position: relative;
        overflow: hidden;
        width: 1000px;
        height: 300px;
        padding: 0;
    }
    main{
        margin-top: 67px;
    }
}
/* ====================== section1 css end ========================== */

@media screen and (max-width: 900px) {
    header > nav > .navBar,
    header > nav > .searchLogin,
    header > nav > .imgDiv {
        display: none;
    }

    header > nav .ham {
        display: inline;
    }

    header > nav > div.ham > nav {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }

    header {
        height: 75px;
    }

    div.ham > nav {
        padding-top: 0;
        height: 83px;
    }
}


/* ------------------------section-2---------------------------------------- */
/* section2 css 파일 */

.sec-2{
    margin-top: 30px;
}
.section2_Wapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.section2_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.section2_title>h1 {
    font-size: 25px;
}

.section2_title>h2 {
    font-size: 14px;
}

.img_swiper {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}


.img_content>*>img {
    width: 350px;
    height: 320px;
    
    border-radius: 50%;
}

.section2_intro {
    margin-top: 60px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.img_content {
    display: flex;
    justify-content: center;
   
}

.img_content li{
    margin:0px 165px
}

.img_swiper > ul{
    padding-left: 0px;
}

.button_next {
    position: absolute;
    top: 60%;
    right: 27%;
    transform: translate(50%, -50%) rotate(190deg);
    width: 43px;
    height: 43px;
    z-index: 10;
    cursor: pointer;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/image/next.png);
    border-radius: 50%;
    
}

.button_before {
    position: absolute;
    top: 60%;
    left: 27%;
    transform: translate(-50%, -50%) rotate(350deg);
    width: 43px;
    height: 43px;
    z-index: 10;
    cursor: pointer;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/image/before.png);
    border-radius: 50%;

}

@media screen and (max-width:1000px){
    .button_next{
        right:15%;
    }
    .button_before{
        left:15%;
    }
}

@media screen and (max-width:450px){
    .img_content>*>img{
        width: 240px;
        height: 240px;
    }
    .button_next{
        width: 30px;
        height: 30px;
    }
    .button_before{
        width: 30px;
        height: 30px;
    }
}
    @media screen and (max-width:400px){
        .button_next{
           top:50%;
           right: 8%;
           transform: translate(50%, -50%) rotate(180deg);
        }
        .button_before{
            top:50%;
            left: 0%;
            transform: translate(50%, -50%) rotate(360deg);

        }
}

/* =====================section2 css end===================== */



/* ------------------------section-3---------------------------------------- */
.sec3{
    display:flex;
    text-align: center;
    width:100%;
    height:250px;
    margin-top: 80px;
}
.sec3 > div{
    width:50%;
    height:100%;
}
.sec3Img1{
    height:100%;
    float:right;
}
.sec3Img2{
    height:100%;
    float:left;
}
@media screen and (max-width:1400px){
    .sec3{
        display:block;
        height:auto;
        margin-top: 40px;
    }
    .sec3 > div{
        display: block;
        width:100%;
    }
    .sec3Img1{
        width:auto;
        height:200px;
        float:none;
    }
    .sec3Img2{
        width:auto;
        height:200px;
        float:none;
    }
}
@media screen and (max-width:600px){
    .sec3 > div{
        height:auto;
    }
    .sec3Img1{
        width:100%;
        height:auto;
    }
    .sec3Img2{
        width:100%;
        height:auto;
    }
}
/* =====================section3 css end===================== */

/* ------------------------section-4---------------------------------------- */
.sec4{
    display: flex;
    margin: 80px 0px;
    justify-content: center;
}
.sec4-container{
    width: 1230px;
    height: 353px;
    display:flex;
    justify-content: space-evenly;
}
.sec4-container > div{
    width:570px;
    height:353px;
}
.sec4-container > div > h3{
    font-size:24px;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom: 2px solid black;
    position:relative;
}
.sec4-container > div > h3 > a{
    font-size:13px;
    text-decoration-line: none;
    color:black;
    position:absolute;
    top:12px;
    right:0px;
}
.sec4-container > div > ul{
    width:570px;
    height:270px;
    list-style:none;
    margin:30px 0px 0px 0px;
    padding:0;
}
.sec4-container > div > ul > li{
    width:570px;
    height:144px;
    padding:10px;
    border-bottom: 1px solid white;
    position:relative;
}
.sec4-goods-name{
    font-weight: 600;
    font-size:13px;
    padding-bottom: 10px;
}
.sec4-goods-review{
    font-size:12px;
}
.sec4-goods-review > a{
    color:black;
}
li>.sec4-goods-name{
    width:540px;
}
li>.sec4-goods-review{
    width:540px;
}
.sec4-with-img>.sec4-goods-name{
    width:480px;
}
.sec4-with-img>.sec4-goods-review{
    width:480px;
}
.sec4-goods-score{
    color: #ffcc00;
    font-size: 20px;
    position:absolute;
    bottom:20px;
}
.sec4-with-img{
    display: inline-block;
    vertical-align: top;
}
.sec4-container > div > a{
    display: inline-block;
    width:570px;
    text-decoration-line: none;
    font-size:17px;
    color:black;
    position:relative;
}
.sec4-container > div > a > span{
    font-size:14px;
    color:gray;
    position:absolute;
    right:0px;
}
@media screen and (max-width:1400px){
    .sec4-container{
        width: 100%;
        height: 600px;
        align-items:center;
        flex-direction: column;
    }
    .sec4-container > div{
        padding:40px 20px;
        width:100%;
    }
    .sec4-container > div > ul{
        width:100%;
    }
    .sec4-container > div > ul > li{
        width:100%;
        position:relative;
        height:160px;
    }
    .sec4-container > div > h3 > a{
        right:0px;
    }
    .sec4-goods-name{
        width:100%;
    }
    .sec4-goods-review{
        width:100%;
    }
    li>.sec4-goods-name{
        width:100%;
    }
    li>.sec4-goods-review{
        width:100%;
    }
    .sec4-with-img{
        width:100%;
    }
    .sec4-with-img>.sec4-goods-name{
        width:80%;
    }
    .sec4-with-img>.sec4-goods-review{
        width:80%;
    }
    .sec4-img{
        position:absolute;
        right:0px;
    }
    .sec4-container > div > a{
        font-size:14px;
        width:100%;
    }
    .sec4-container-1{
        margin: 40px 0px;
    }
    .sec4-container-2{
        margin: 80px 0px;
    }
}
/* =====================section4 css end===================== */

/* ------------------------footer---------------------------------------- */
footer{
    background-color: rgb(16, 16, 16);
    width:100%;
    height:300px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    font-size:14px;
}
.footer-container{
    display:flex;
    justify-content: space-evenly;
    width:1200px;
    height:200px;
}
.footer-logo{
    width:100px;
    aspect-ratio:8/5;
    border-radius: 10px;
}
.footer-sec1 > span{
    color:gray;
}
.footer-sec-container{
    display:flex;
    justify-content: space-evenly;
}
.footer-sec2-1 > span{
    color:gray;
}
.footer-sec2-2 > span{
    color:gray;
}
.footer-sec2-2{
    display: none;
}
.footer2-center{
    color:white;
    font-size:15px;
}
.footer2-center-number{
    color:mediumturquoise ;
    font-size:20px;
    font-weight: bold;
}
.footer-sec3-helper{
    color:white;
    font-size: 15px;
    margin-bottom: 10px;
}
td{
    padding:3px;
}
td > a{
    text-decoration-line: none;
    color:gray;
}
@media screen and (max-width:1400px){
    footer{
        height:400px;
        align-items: normal;
        padding:30px;
        text-align: center;
        font-size:10px;
    }
    .footer-container{
        display:block;
        width:100%;
    }
    .footer-sec2{
        margin-left:0;
    }
    .footer-sec2-1{
        display:none;
    }
    .footer-sec2-2{
        display:block;
    }
    .footer-sec-container{
        width:100%;
    }
}
/* =====================footer css end===================== */