@charset "utf-8";

/* 리셋 */

* {
    box-sizing: border-box;
}

body {
    margin-left:0;
    margin-top:0;
    margin:0;
    background: #fff;
}

a {
    text-decoration: none;
}

ul,
h1,
p,
h2,
h3,
ul {
    margin: 0;
}

ul, li {
    padding: 0;
    list-style-type: none;
}

.s4 li {
    margin-left: 0;
}

/* 로그인 */
button {
    border: none;
}


/* 타이포 */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Pretendard-Regular", 'Lexend Deca';
}
/* 헤더 */
.s2 h1{
    font-size:35px;
}

.s2 .new{
    font-size:23px;
}

.new2 div{
    font-size:23px;
}

/* 메뉴 섹션1 */

.main_tt {
    font-size: 48px;
    font-weight: 100;
    color: #fff;
}

.con_tt {
    font-size: 28px;
    color: #fff;
}

.menu_section1 ul li {
    font-size: 16px;
    color: #fff;
}
/* //섹션1 */

/* 메뉴 섹션2 */
.menu_section2 h2 {
    font-size: 40px;
    color: #3E3A39;
}

.menu_section2 .Big_menu {
    font-size: 26px;
    color: #757575;
}
.sub_menu {
    font-size: 26px;
    color: #757575;
}
.tt div>b {
    font-size: 20px;
    color: #3E3A39;
}

.tt div>p {
    font-size: 16px;
    color: #757575;
    opacity: 80%;
}

.look a {
    font-size: 20px;
    color: #757575;
}

/* 로그인 페이지 */
input,
button,
label {
    font-family: "Pretendard-Regular";
}

.login_section input {
    font-weight: 400;
    font-style: normal;
}

.login_section>h2 {
    font-weight: 600;
    font-size: 22px;
}

.login_section span {
    color: #FFD900;
}

/* 로그인 */
.login_1>input::placeholder {
    font-size: 14px;
    color: #757575;
}

/* 로그인 입력 */
.login_button span{
    font-size: 14px;
    font-weight: 600;
    color: #1D1D1D;
}

/* 자동로그인(체크박스) */
.login_checkbox span {
    font-size: 13px;
    color: #000;
}

.login_look a{
    font-size: 12px;
    color: #757575;
}

/* 간편 로그인 */
.login_2 span {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

/* 회원가입 유도 */
.login_3>h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.login_3 span {
    font-weight: 600;
    color: #FFD900;
}

.login_3 a {
    font-size: 14px;
    color: #1D1D1D;
}

:root {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
}

/* 헤더 */
.top {
    font-size: 15px;
    display: flex;
    width: 100%;
    height: 50px;
    background: #F0CD00;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.top_link {
    margin: 30px;
}

.top_link a {
    margin-right: 30px;
}

.top_link2 {
    padding: 0;
    margin-left: 0;
}

.top_link2 a {
    margin-left: 30px;
}

.top_link2 :nth-of-type(5) {
    margin-left: 15px;
}

.top_link2 :nth-of-type(6) {
    margin-left: 5px;
}

.top_link2 :nth-of-type(7) {
    margin-left: 5px;
}

.top_link2 :nth-of-type(8) {
    margin-right: 30px;
    margin-left: 5px;
}

.top a {
    color: white
}

.top img {
    margin-left: 5px;
}


header {

    margin: 0 auto;
    width: 1100px;
    height: 100px;
}

.tlogo {

    align-items: center;
    width: 375px;
    margin: 0 auto;
}

.tlogo div {
    height: 20px;
}

.gnb {
    z-index: 9999;
    margin-top: 20px;
    background: white;
    display: flex;
    justify-content: center;
}

header {
    margin-top: 0;
}

/* 1depth 네비게이션 메인메뉴 */
.main {
    font-size: 18px;
    display: flex;
    text-align: center;
    /* border:1px solid black; */
}

.main>li {
    width: 160px;
    height: 32px;
    text-align: center;
    line-height: 30px;
}

.main>li:hover {
    margin: 0 auto;
    background: #F0CD00;
}

.main::before {
    z-index: 9999;
    content: "";
    position: absolute;
    top: 180px;
    right: 300px;
    left: 1px;
    margin: 0 auto;
    display: block;
    width: 1900px;
    height: 100px;
    opacity: 0;
    transition: 0.4s;
    background: #fff;
}

.main:hover::before {
    height: 150px;
    opacity: 1;
}

.main li a {
    color: #1a1a1a;
}

/* 2depth 네비게이션 서브메뉴 */
.sub {
    z-index: 9999;
    padding-top: 20px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
    position: relative;
    opacity: 0;
}

.main:hover .sub {
    transition: 0.3s;
    height: 150px;
    visibility: visible;
    opacity: 1;
}

.sub li:hover {
    font-weight: 700;
    background: rgb(239, 238, 238);
}

/* 메뉴페이지 */
/* 섹션1 */
.menu_section1 {
    height: 460px;
    text-align: center;
    background: url(../assets/images/bg.png) no-repeat;
}

.main_tt {
    display: inline-block;
    margin-top: 94px;

}

.con_tt {
    margin-top: 17px;
}

.Big_menu {
    display: flex;
    justify-content: center;
    margin-top: 86px;
}

.menu_section1 ul>li:nth-child(2) a {
    background: #fff;
    color: #000;
}

.menu_section1 ul>li a {
    display: block;
    width: 177px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.Big_menu>li>a:hover {
    background-color: #fff;
    color: #000;
}

/* //섹션1 */

/* 섹션2 */
.menu_section2 {
    height: 100%;
    margin-bottom: 200px;
}

.menu_section2>h2 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 67px;
}

.menu_section2 .bar {
    display: flex;
    position: absolute;
    left: 330px;
}

/* 라인 호버전 */
.menu_section2>h2::after {
    content: "";
    position: absolute;
    width: 1500px;
    bottom: 45px;
    left: 211px;
    border: 1px solid #D9D9D9;
    opacity: 0.5;
}

/* .section2>h2 {
    width: 1500px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 48px;
    margin-left: 211px;
    opacity: 0.5;
} */

/* 라인 호버 후 */
.sub_menu li {
    position: relative;
}
.sub_menu li::before {
    content: "";
    position: absolute;
    width: 100%;
    top: -30px;
    height: 2px;
    background: #9E6F57;
    opacity: 0.7;
    transform: scale(0,1);
    transition: .3s ease-in;
}

.sub_menu li:hover::before {
    transform: scale(1,1);
}

.sub_menu {
    display: flex;
    list-style: none;
    width: 677px;
    justify-content: space-between;
}

.sub_menu a {
    line-height: 42px;
    color: #757575;
    cursor: pointer;
}


/* 메뉴 이미지 영역 */
.menu_img {
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0 100px 0;
    width: 1300px;
    margin: 0 auto;
}

.BR a img {
    position: relative;
    justify-content: space-between;
    width: 305px;
    height: 305px;
    margin-right: 25px;
    transform: scale(0.9);
}

.BR a img:hover {
    transform: scale(1);
    transition: .3s;
}

.bread4>.BR img,
.bread8>.BR img,
.bread12>.BR img,
.bread14>.BR img {
    margin-right: 0;
}
.bread1,
.bread2,
.bread3,
.bread4,
.bread5,
.bread6,
.bread7,
.bread8,
.bread9,
.bread10,
.bread11,
.bread12 {
    margin-bottom: 110px;
}

.tt div {
    margin-bottom: 18px;
}

.tt div p {
    width: 290px;
}

.tt div:nth-child(2)::before {
    border-top: 1px solid #D9D9D9;
    display: block;
    content: "";
    position: absolute;
    width: 298px;
    margin: 0 0 5px 0;
}

/* 더보기 및 탑버튼 영역 */
._top a {
    display: block;
    position: fixed;
    z-index: 99;
    right: 45px;
    bottom: 0;
}

/* 푸터 */
.footer {
    width: 100%;
    height: 253.5px;
    position: absolute;
    background: #212121;
    margin-bottom: 0;

}

.footer_line {
    display: flex;
    align-items: center;
    background: #F0CD00;
    height: 60px;
}

.footer_line p {
    margin-left: 320px;
    margin-right: -290px;
}


.footer img {
    margin-top: 60px;
    margin-left: 320px;
}

.footer_sns img {
    position: relative;
    left: 655px;
    bottom: 100px;
    margin-right: 5px;
    margin-left: 0;
}

.footer p {
    display: flex;
    position: absolute;
    font-weight: 500;
    line-height: 24.16px;
    color: #989B98;
    font-size: 14.5px;
    left: 320px;
    top: 100px;
}

.footer_right {
    display: flex;
    position: relative;
    left: 1000px;
    top: 50px;
    margin: 10px;
    color: #909090;
    position: absolute;
}

.footer_right a {
    color: #909090;
}

.footer_right ul li {
    margin-right: 30px;
    margin-top: 10px;
}