@import url("//vendor-cdn.imweb.me/css/gilroy.css");
@import url('./icon/style.css');

@font-face {
    font-family: 'LINESeedKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Th.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    font-size: var(--font-size);
}

html,
body {
    background-color: #f7f7f7;
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-overflow-style: none;
    -webkit-tap-highlight-color: transparent;
}

a:link { color: #191919; text-decoration: none;}
a:visited { color: #191919; text-decoration: none;}
a:hover { color: #191919; text-decoration: underline;}

input::placeholder {
    color: #191919;
    /* 색상을 원하는 값으로 지정합니다. */
}

.footer_copy {

    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
}

.bgle_button {
    background-color: #ffffff;
    color: #191919;
}

.bgle_button:hover {
    transition: all .3s;
    background-color: #ff0050;
    color: #ffffff;
}

.next_button {
    margin: 0px;
    background-color: #ff681b;
    border: 0px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    cursor: pointer;
    border-radius: 5px;
}

.next_button.active {
    background-color: #f4511e;
}

.etc_button {
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    background-color: #ff0050;
    color: #ffffff;
    border: 1px solid #ff0050;
}


.etc_button:hover {
    background-color: #ff0050;
    color: #ffffff;
    border: 1px solid #ff0050;
}

.etc_button_2 {
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    color: #ff0050;
    border: 1px solid #ff0050;
}


.etc_button_2:hover {
    background-color: #ffffff;
    color: #ff0050;
    border: 1px solid #ff0050;
}

/* 전체 슬라이더 영역 */

.menu-slider {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}


/* 슬라이더 내부 wrapper */

.slider-wrapper {
    white-space: nowrap;
}


/* 슬라이더 메뉴 리스트 */

.slider-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-weight: 400;
}


/* 슬라이더 메뉴 아이템 */

.slider-menu li {
    display: inline-block;
    cursor: pointer;
}


/* 슬라이더 메뉴 버튼 */

.slider-menu li a {
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
    background-color: #ffffff;
    color: #191919;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 700;
}

.slider-menu li:first-child a {
    margin-left: 15px;
}

.slider-menu li:last-child a {
    margin-right: 15px;
}


/* 모바일 미디어 쿼리 */

@media (max-width: 480px) {

    /* 슬라이더 메뉴 리스트 */
    .slider-menu {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    /* 슬라이더 메뉴 아이템 */
    .slider-menu li {
        scroll-snap-align: start;
    }

    /* 슬라이더 메뉴 버튼 마진 */
    .slider-menu li:first-child a {
        margin-left: 15px;
    }

    .slider-menu li:last-child a {
        margin-right: 15px;
    }
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

div.block {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
}

::-webkit-scrollbar {
    display: none;
}

:root {
    --primary: #f4511e;
}

* {
    font-family: 'gilroy', 'LINESeedKR';
    box-sizing: border-box;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

[class*=" xi-"],
[class^=xi-] {
    line-height: unset;
}

input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none;
    /* 그림자 */
}

.header_top_wrap {
    background-color: #202123;
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    top: 0px;
    left: 0px;
    color: #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 2px #000;
}

header>nav{
    margin: 0 auto;
    padding: 0px 15px 0px 15px;
    align-items: center;
    height: 100%;
}

main {
    flex: 1;
    overflow: auto;
}

.main_banner{
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://cdna.artstation.com/p/assets/images/images/029/024/242/large/rachid-lotf-35-merl-clqsdqsdqdsick.jpg?1596217003);
    background-size: cover;
    background-position: center center;
    animation: animated_cheolin 20s linear infinite alternate;
    height: 100vh;
    
}

.title_banner{
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://cdna.artstation.com/p/assets/images/images/029/024/242/large/rachid-lotf-35-merl-clqsdqsdqdsick.jpg?1596217003);
    background-size: cover;
    background-position: center center;
    animation: animated_cheolin 20s linear infinite alternate;
    height: 40vh;
    
}

@keyframes animated_cheolin {
    0% {
      background-position: 0% 0%;
    }

    100% {
      background-position: 100% 100%;
    }
  }

  @keyframes animated_cheolin2 {
    0% {
      background-position: 50% 50%;
    }

    100% {
      background-position: 100% 100%;
    }
  }

.main_banner>div{
    align-items: center;
}

.main_text_wrap {

    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.main_text {
    left: 0px;
    width: 100%;
    top: 150px;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.main_button {
    position: absolute;
    left: 0px;
    bottom: 80px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}


.menu_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://cheolin.kr/banner1.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    animation: animated_cheolin2 15s linear infinite alternate;
    justify-content: center;
    align-items: center;
    height: 25vh; /* 원하는 높이로 조정하세요 */
    width: 100%;
}

.sub_banner{
    background-color: #ffffff;
    padding: 120px 15px 120px 15px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.container {
    padding: 0px 15px 0px 15px;
}

.home_grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
    padding: 15px 0px 15px 0px;
    cursor: pointer;
}

.content {
    position: relative;
    padding: 0px 15px 0px 15px;
}

body>footer,
body>header,
body>main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.flexBox {
    display: flex;
    align-items: center;
    /* 방향이 row 기준: 세로 중앙 정렬*/
    height: 200px;
    background: green;
}

.gridBox {
    display: grid;
    align-items: center;
    /* 방향이 row 기준: 세로 중앙 정렬*/
    margin-top: 30px;
    height: 200px;
    background: orange;
}

.boxItem {
    display: inline-block;
    background: blue;
    color: #fff;
}

.title {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #191919;
}

.sub_title {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.menu_active {
    color: #6469ff;
}

header {
    width: 100%;
    background-color: transparent;
    transition: background 0.5s ease;
    /*
    box-shadow: 0 1px 0 rgba(68, 121, 178, .08), 0 2px 10px rgba(68, 121, 178, .08) !important;
    background: linear-gradient(-45deg, #f61a1a, #000000, #2b00ff, #000000);
    background-size: 400% 400%;
    animation: AnimationName 30s ease infinite;
    */
    height: 70px;
    color: #ffffff;
    z-index: 9;
    position: fixed;
    top:0;
    left:0;
}
header.scrolled {
    background: #ffffff;
    color: #191919;
    border-bottom:1px solid #191919;
  }

.talk_item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.talk_grid {
    display: grid;
    align-items: center;
    grid-gap: 15px;
    height: 90px;
    grid-template-columns: auto 1fr;
    grid-gap: 0px;
    cursor: pointer;
}

footer {
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    z-index: 9;
    padding: 50px;
    font-size: 1rem;
    text-align: center;
}

.coupang_button {
    position: absolute;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    text-align: center;
    background-color: rgb(16 48 255 / 82%);
}

.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    cursor: pointer;
}

#content_c {
    position: relative;
    overflow: hidden;
    height: 400px;
}

main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    font-weight: 700;
    font-size: 1.6rem;
    cursor: pointer;
}

@media (min-width: 1200px){
    .container {
        max-width: 1080px;
    }
}

.title_menu {
    font-weight: 700;
    font-size: 1.2rem;    
    cursor: pointer;
}

.title_menu>span {
    padding: 0px 10px 0px 10px;
}

.title_menu>span:hover{
color:#ff681b;
}

.contact {
    font-weight: 700;
    display: none;
    /*grid-gap: 20px;*/
    grid-template-columns: 1fr;
    font-size: 1rem;
    cursor: pointer;
}

.menu_button{
    display: block;
    font-size: 2rem;
}

.top_text_1 {
    font-size: 1.8rem;
    cursor: pointer;
}

.top_text_2 {
    font-size: 1.4rem;
    cursor: pointer;
}

.top_text_3 {
    font-size: 1rem;
    cursor: pointer;
}

input::placeholder {
    color: #191919;
}

textarea::placeholder {
    color: #191919;
    font-weight: bold;
}

.user_grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 40px 1fr;
    padding: 15px 0px 15px 0px;
    cursor: pointer;
}

.tab {
    background-color: transparent;
    display: none;
    bottom: 0px;
    position: fixed;
    width: 100%;
    overflow: auto;
    z-index: 99999;
}

.tab.view {
    background-color: #ffffff;
    display: none;
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 99999;
}

.tab_bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0px;
    z-index: 9999;
}

.write_grid {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.deactive {
    background-color: transparent;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}

.active {
    background-color: #6469ff;
    box-shadow: 0px 0px 2px #000;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}

.user_item_setting_grid {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
}

.write_fixed_button {
    position: absolute;
    bottom: 75px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #6469ff;
    z-index: 9;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
}

.tab_area {
    display: none;
}

.view_fixed {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    z-index: 9;
}

.view_fixed_line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 40px;
    border-left: 1px solid #eeeeee;
}

.view_fixed_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.view_user {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 40px;
}

.view_fixed_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.view_button_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    cursor: pointer;
    text-align: center;
}

.local {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}

.tab_active {
    background-color: #6469ff;
    color: #ffffff;
}

#view {
    --animate-duration: 0.2s;
}

.portfolio_grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    cursor: pointer;
}

.academy_grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    cursor: pointer;
}

.brand_grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    cursor: pointer;
}

.member_grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    cursor: pointer;
}

#baba{
    display: none;
}

@media (min-width: 1080px) {

    #baba{
        display: block;
    }
    .brand_grid {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        cursor: pointer;
    }

    .portfolio_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .academy_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .main_text {
        top: 150px;
        width: 100%;
        text-align: left;
        left: 0px;
        font-size: 3rem;
    }
    .sub_banner{
        padding: 180px 15px 180px 15px;
    }

    .home_grid {
        grid-gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    header>nav{
        max-width: 1080px;
        padding: 0px;
    }
    .container {
        padding: 0px 0px 0px 0px;
    }
    .contact{
        display: grid;
    }
    .menu_button{
        display: none;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}